/*body {
  
}*/
html, body { 
    position: relative;
    max-width: 100%; 
    overflow-x: hidden; 
    font-family: 'Ubuntu', sans-serif;
}
@media (min-width: 451px) {
  body {
    background-color: #fff !important;
  }
}
@media (max-width: 450px) {
  body {
    background-color: #fff !important;
    font-family: 'Ubuntu', sans-serif !important;
  }
}


/*Шапка на основной странице*/
.header {
  padding: 15px;
  background-color:#fff;
  display: block;
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  border-bottom: 1px solid #dde1e7;
  z-index: 3;
}
.header_hidden {
  transform: translateY(-100%);
}
/*Телефон в шапке*/
.tel {
  color: #181b21; 
  font-weight: 700; 
  font-size: 18px;
  text-decoration:none;
}
.imgtel {
  position: fixed;
  top:12px;
  right: 115px;
  width: auto;
  height: 30px;
}
.imgtel:hover {
  opacity: 0.9;
}
.imgtel_support {
  float: left;
  height: 35px;
}
/*Логотип основной*/
.logo {
  width:26px;
  top: 15px;
  left: 15px;
  position: fixed;
}
/*Логотип текстовый*/
.textlogo {
  width:90px;
  margin-right: 35px;
  position: fixed;
  top: 15px;
  left: 50px;
}
/*Логотип на странице авторизации*/
.logo-login {
  width:26px;
  top: 25px;
  left: 23px;
  position: fixed;
}
/*Логотип текстовый на странице авторизации*/
.textlogo-login {
  width:90px;
  margin-right: 35px;
  position: fixed;
  top: 25px;
  left: 58px;
}
/*Картинка замка на странице авторизации*/
.z-avt {
  width:65px;
  position: fixed;
  top: 25px;
  right: 30px;
} 
/*Иконки кнопок tg|wa в блоке быстрого заказа*/
.messanger-logo {
  display: inline-block;
  float: right;
  margin-right:5%;
  max-width: 85px;
  margin-top:-30px;
  display: none;
}

.logowa, .logotg {
  width:35px;
}

.logotg {
  margin-right: 5px;
}


.btn-add-photo:hover {
  background-color: #3e77a7;
}
.btn-add-photo:focus {
  background-color: #3e77a7;
}
.btn-add-photo {
  display: inline-block;
  float: right;
  background:#4889bf;
  border-radius:10px;
  width:35px;
  height:35px;
  border:none;
  font-size:16px;
  margin-left: 5px;
  padding: 0px 0px;
  cursor:pointer;
  transition: 0.3s;
}
.input__file, .input__files {
  max-width:1px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.logout {
  height: 30px;
  width: auto;
  right: 20px;
  position: fixed;
  z-index: 2;
  top: 12px;
  background:#e74d63;
  border-radius:25px;
  color:#fff;
  border:none;
  padding:6px 15px;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
}
.logout:hover {
  color:#fff;
  opacity: 0.9;
}
.logout:active {
  background-color: #df4359;
  opacity: 1;
}
#logout-path1, #logout-path2 {
  fill:#fff;
}
.svg-logout {
 margin-left: 5px;
 margin-bottom: 2px;
}
.auth {
  height: 30px;
  width: auto;
  right: 20px;
  position: fixed;
  z-index: 2;
  top: 12px;
  background:#4889bf;
  border-radius:25px;
  color:#fff;
  border:none;
  padding:6px 15px;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
}
.auth:hover {
  color:#fff;
  opacity: 0.9;
}
.auth:active {
  background-color: #3e77a7;
  opacity: 1;
}
#auth-path1, #auth-path2 {
  fill:#fff;
}
.svg-auth {
 margin-left: 5px;
 margin-bottom: 2px;
}
/*Заголовки всех блоков*/
.product h2, .special-offers h2, .mapblock h2, .subscribe h2 {
  font-size:20px;
  width:90%;
  padding: 30px 0 0 0;
  color: #3A4754;
  margin-left: calc(2.5% + 15px);
}
.mapblock h3 {
  font-size:14px;
  font-weight:400;
  width:90%;
  color: #3A4754;
  margin-left: calc(2.5% + 15px);
}
/*Синие слова в заголовках всех блоков*/
.product h2 span, .special-offers h2 span, .mapblock h2 span, .subscribe h2 span {
  color:#4889bf;
}

.advantages h2 {
  margin-bottom: 20px;
  margin-left: calc(2.5% + 15px);
  font-size:20px;
  width:90%;
  padding: 30px 0 0 0;
  color: #3A4754;
}

.special-offers h2 {
  margin-left: calc(2.5% + 15px);
  font-size:20px;
  width:90%;
  padding: 30px 0 0 0;
  color: #3A4754;
}

.advantages h2 span, .special-offers h2 span{
  color:#4889bf;
}
/*Блок с услугами*/
.product {
  background-color: #fff;
  display: block;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
}
.product-card { 
  width: 100%; 
  height:  fit-content; 
  float: left; 
  background-color: #fff;
  display: flex;
  grid-gap: 10px;
  flex-direction: row;
  flex-wrap: wrap; 
}


/*СТИЛИ ВСЕХ КНОПОК УСЛУГ*/
.product-card button {
  font-size: 12px; 
  height: 40px;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
  text-align:left;
  color: #3A4754 ;
  display: inline-block;
  float: left;
  margin-left: 0;
  vertical-align: middle;
  background-image: linear-gradient(0.358turn,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%); 
  white-space: nowrap; /* Запрещаем перенос строк */
  overflow: hidden; /* Обрезаем все, что не помещается в область */
  text-overflow: ellipsis; /* Добавляем многоточие */
  transition: 0.3s;
}
.product-card button:hover {
  transform: translateY(-2px) scale(1.2); 
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
}
.notifybell_on {
  text-decoration: none; padding: 5px 7px; background: #ffffff; color: #7d5e2b !important; font-size: 10px; font-weight: 500; border-radius: 20px; line-height: 30px; box-shadow: 0px 3px 3px 0px rgb(206 217 227 / 70%);
}
.notifybell_off {
  text-decoration: none; padding: 5px 7px; background: #ffffff; color: #7d5e2b !important; font-size: 10px; font-weight: 500; border-radius: 20px; line-height: 30px; box-shadow: 0px 3px 3px 0px rgb(206 217 227 / 70%);
}
@media (max-width: 450px) {
  .product-card button {
    width: 100%;
  }
}
@media (min-width: 451px) and (max-width: 1200px) {
  .product-card button {
    font-size: 14px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-card button {
    width: calc((100% - 15px)/2);
    font-size: 14px;
  }
}
.widget_stick a {
  width: calc(95%/3);
  cursor: pointer;
  font-size: 12px;
  height: 40px;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: left;
  color: #3A4754;
  display: flex;
  float: left;
  margin-left: 0;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  background: #ffffffab;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  height: 108px !important;
  word-break: break-word;
  overflow: hidden;
  white-space: break-spaces;
  text-align: center;
  row-gap: 5px;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
}
.widget_stick a:hover {
  transform: translateY(-2px) scale(1.05);
  animation-name: animatedecrease; 
  animation-duration: 0.3s;
  animation-timing-function: ease; 
  animation-iteration-count: 1;
}
.widget_stick {
  width: 100% !important;
  height: fit-content !important;
  float: left;
  display: flex !important;
  grid-gap: 2.5% !important;
  row-gap: 10px !important;
  flex-wrap: wrap !important;
  flex-direction: row !important; 
  padding: 0 !important;
}
.widget_stick p {
  margin-bottom: 0;
}

/*Тень расплывчатая*/
.shadowbox {
  width: 100%;
  height: 25px;
  box-shadow: 0px 5px 5px 1px rgba(221,230,238,0.6);
  overflow: visible;
  background-color: #fff;
  float: left;
}
.form-check.form-switch {
  background: #f2f7ff;
  padding: 10px 10px 10px 37px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  position: relative;
  width: calc(100% + 17px);
  left: -9px;
  overflow: hidden;
}

.special-offers {
 background-color: #fff;
  display: block;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
}

.offer_card {
  width: 320px;
  height: fit-content;
  /* border:1px solid; */
  border-radius:20px;
  background-image: linear-gradient(0.461turn,rgba(239,248,255,1) 0%,rgba(239,248,255,1) 17%,rgba(162,207,255,1) 100%);
  border-color: #e0ecf5;
  display: block;
  float: left;
}

.offer_card_prov {
  width: 280px !important;
  color: #3A4754;
  height: fit-content;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 2.5%;
  margin-right: 0px;
  border-radius: 0px;
  border-color: #d8dfe6;
  overflow: visible;
  display: block;
  float: left;
  background: #fff;
  border-bottom: none;
  border-right: none;
  border-bottom-left-radius: 8px;
}

.offer_card h3 {
    font-size: 16px;
    padding: 15px;
    margin-bottom: 0px;
    padding: 15px 0 10px 0;
    color: #3A4754;
    float: left;
    width: calc(100% - 100px);
}
.lk-prov-btn {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 4px;
  display: flex;
  float: right;
  color: #fff;
  font-size: 12px;
   font-weight: 500;
  background: rgb(228, 157, 27);
  border: 0px;
  position: absolute;
  top: 6px;
  right: 7px;
  transition: 0.2s;
  cursor: pointer;
}
.lk-prov-btn:active {
  scale: 0.9;
  opacity: 0.7;
}
.offer-footer {
  margin-left: -1px;
  width: 320px;
  height: fit-content;
  line-height: 19px;
  font-size:14px;
  margin-top: 1px;
  border:1px solid;
  border-radius:20px;
  padding: 20px;
  background-color: #fff;
  border-color: #e0ecf5;
  padding: 20px;
  color: #54606B;
  margin-bottom: 5px;
  display: block;
  float: left;
}
.offer-footer_prov {
  position: relative;
  width: 277px !important;
  color: #54606B;
  height: fit-content;
  line-height: 19px;
  font-size: 12px;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 15px 10px;
  margin-bottom: 0 !important;
  display: block;
  float: left;
  border: none !important;
  margin-left: 1px;
}
.offer-footer_prov button {
float: right;
    position: absolute;
}
.offer_card_prov h3 {
    margin-left: 16px 
}
.offer-description {
 height: auto;
 min-height: 150px;
 float: left;
}
.specimg {
  width: 60px;
  z-index: 1;
  float: left;
  border-radius: 5px;
  margin: 20px;
  height: 60px;
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
}
.btn-success1 {
  width: 122px;
  height: 35px;
  background:#4889bf;
  border-radius:25px;
  color:#fff;
  max-width:95%;
  border:none;
  font-size:12px;
  font-weight:bold;
  float: right;
  bottom: 20px;
  right: 20px;
}

.btn-success2 {
  width: 122px;
  height: 35px;
  background:#4889bf;
  border-radius:25px;
  color:#fff;
  max-width:95%;
  border:none;
  padding:0px 15px;
  font-size:12px;
  font-weight:bold;
  float: right;
  transform: translate(-20px, -55px);
}

.btn-success3 {
  width: 122px;
  height: 35px;
  background:#4889bf;
  border-radius:25px;
  color:#fff;
  max-width:95%;
  border:none;
  padding:0px 15px;
  font-size:12px;
  font-weight:bold;
  float: right;
  transform: translate(-20px, -55px);
}

.so-scrollbar {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 0;
}
@media (max-width: 1024px) {
  .so-scrollbar::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 451px) {
  .so-scrollbar {
    gap: 0;
  }
}
@media (min-width: 451px) {
  .so-scrollbar {
    gap: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.scrollbar_prov {
  padding-left: 0;
  padding-right: 15px;
  padding-bottom: 15px;
}
.so-scrollbar::-webkit-scrollbar {
    background-color: transparent;
    max-height: 5px;
  }
.so-scrollbar::-webkit-scrollbar-button {
  display: none;
}
.so-scrollbar::-webkit-scrollbar-track {
  background-color: #cbe6ff00;
  border-left: 0px solid #fff;
}
.so-scrollbar::-webkit-scrollbar-thumb {
  background-image: linear-gradient(90deg, #ffffff00 5%, #0C68A0 5%,  #0C68A0 95%, #ffffff00 95%);
} 
.so-scrollbar::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(90deg, #ffffff00 5%, #015481 5%,  #015481 95%, #ffffff00 95%);
}

.advantages {
  background-color: #fff;
  display: block;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
}

.listadvantages {
  max-width: 600px;
  width: 100%;
  padding: 0 0;
  background-color: transparent;
  color: #3A4754;
  margin-bottom: 0px;
  line-height: 18px;
  font-weight: 800;
  font-size: 14px;
  padding-bottom: 15px;
}

.listadvantages span {
  font-weight: 400;
  font-size: 14px;
  color: #54606B;
}

.listadvantages-li {
  border: none;
  border-radius: 20px;
  width:90%;
  margin-top:15px;
  color: #3A4754 ;
  display: block;
  float: left;
}

.liimg {
  width: 25px;
  margin-right: 12px;
}

.mapblock {
    background-color: #fff;
    display: block;
    float: left;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
}

/*Списки отключение нумерации*/
li::marker {
  color: transparent;
}

@media (min-width: 951px) {
  .tablediv-counter {
    max-width: 450px;
    margin-left: 0;
    margin-right: 0px;
    display: inline-block;  
    float: left;
    width: fit-content;
    margin-right: 0px;
  }
}
@media (max-width: 450px) {
  .tablediv-counter {
    width: 100%;
    float: left;
  }
}


.tablediv-counter2, .tablediv-counter3, .tablediv-counter4, .tablediv-counter5 {
    float: left;
    width: 100%;
  }
@media (max-width: 450px) {
  .tablediv-counter2, .tablediv-counter3, .tablediv-counter4, .tablediv-counter5 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 1051px) {
  .yamap {
  width: calc(100% - 475px);
  height: fit-content;
  margin-left: 25px;
  margin-right: 0px;
  border-radius: 10px;
  border-top: 5px solid transparent;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 25px;
}}
@media (min-width: 771px) and (max-width: 1050px) {
  .yamap {
  width: 100%;
  margin-top: 15px;
  margin-left: 0;
  margin-bottom: 80px;
  border-radius: 15px;
  overflow: hidden;
}}
@media (min-width: 451px) and (max-width: 770px) {
.yamap {
  width: 100%;
  margin: 15px 0% 100px 0%;
  border-radius: 15px;
  overflow: hidden;
}}
@media (max-width: 450px) {
.yamap {
  display: none;
}}
@media (max-width: 450px) {
.yamap-mobile {
  height: fit-content;
  display: block;
  width: 100%;
  border-radius: 12px;
/*  border: 5px solid transparent;*/
  overflow: hidden;
  margin-bottom: 0px;
}}
@media (min-width: 451px) {
.yamap-mobile {
  display: none;
}}
.yamapindex {
  margin-top: 15px;
  width: calc(100% + 2px);
  margin-left: -1px;
  /* margin-bottom: 5px; */
  border-radius: 20px;
  /* border: 1px solid #e0ecf5; */
  overflow: hidden;
  height: 350px;
}
.box_yamapindex {
  width: 100%;
/*  max-width: 600px;*/
  height: fit-content;
  margin-bottom: 25px;
}
.box_yamapindex h3 {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 88px;
  font-size: 16px;
  font-weight: 800;
  padding: 25px 0px 25px 25px;
  margin-bottom: 0px;
  float: left;
  color: #3A4754;
}
.box_yamapindex h3 span {
  font-size: 16px;
  font-weight: 400;
}

.subscribe {
  background-color: #fff;
  display: block;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
}

.buttomsubscribe {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

/*Кнопки переключения между 
выбором подписки
Кнопка premium так как она 
изначально активная
должна быть
background:активный цвет;
*/
@media (max-width: 950px) {
  .b2c {
  width: 140px;
  background: #3e77a7;
  border-radius:25px;
  color:#fff;
  height:35px;
  border:none;
  padding:0px 0px;
  font-size:12px;
  font-weight:bold;
  margin: 0 5px 0 5px ;
}
.b2c:hover {
  background-color: #3e77a7;
}
}

@media (max-width: 950px) {
  .b2b {
  width: 140px;
  background:#4889bf;
  border-radius:25px;
  color:#fff;
  height:35px;
  border:none;
  padding:0px 0px;
  font-size:12px;
  font-weight:bold;
  margin: 0 5px 0 5px ;
}
.b2b:hover {
  background-color: #3e77a7;
}
}

.sc-footer {
  position: relative;
  display: block;
  margin-right: -1px;
  width: calc(100% + 2px);
  height: fit-content;
  font-size:14px;
  border-radius:8px;
  padding:0px 15px 15px 15px;
  background-color: transparent;
  float: right;
  padding: 30px 25px;
  z-index: 2;
}

.bsc1, .bsc2 {
  width: 160px;
  height: 35px;
  background:#4889bf;
  border-radius:25px;
  color:#fff;
  max-width:95%;
  border:none;
  padding:0px 15px;
  font-size:12px;
  font-weight:bold;
  margin-top: 5px;
  float: right;
}
.bsc1:hover, .bsc2:hover {
 opacity: 0.5;
}
.bsc1:active, .bsc2:active {
 opacity: 1;
 background-color: #3e77a7;
}
.subimg1 {
  width: 500px;
  float: left;
/*  transform: translate(-32px, -65px);*/
  opacity: 0.05;
  margin-left: 50px;
/*  rotate: 15deg;*/
}

.subimg2 {
  width: 500px;
  float: left;
  margin-left: 50px;
/*  transform: translate(-40px, -60px);*/
  opacity: 0.03;
/*  rotate: 30deg;*/
}

.price {
  width: 100px;
  height: 25px;
  float: left;
  font-size: 22px;
  font-weight: 800;
  margin-top: 10px;
  color: #3A4754;
}

.price span {
  font-size: 16px;
  font-weight: 600;
}


.rules { 
  width: 100%;
  max-width: 600px;
  display: block;
  float: left;  
  font-size: 14px;
  color: #3A4754;  
  border-radius:20px;
  background-image: linear-gradient(0.358turn,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  padding: 25px 25px;
  line-height: 16px;
  transition: 0.3s;
}
@media (min-width: 770px) {
  .rules {  
    font-size: 16px;
  }
}
a.rules:hover { 
  box-shadow: 0px 5px 7px 1px rgba(221,230,238,0.9); 
  transform: translateY(-2px) scale(1.05); 
  color: #3A4754;
  animation-name: animatedecrease; 
  animation-duration: 0.3s;
  animation-timing-function: ease; 
  animation-iteration-count: 1; 
} 
a.rules span { 
  color: #3A4754; 
}
.img-rules {
  display: inline-block;
  float: left;
  width: 65px;
  margin-right: 15px;
}

.buttommenu {
  position: fixed;
  height: 55px;
  z-index: 4;
}
@media (max-width: 1199px) {
  #Mobile_buttommenu {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
  #PC_buttommenu {
    display: none;
  }
}
@media (min-width: 1200px) {
  #PC_buttommenu {
    width: 600px;
    left: calc(50% - 300px);
    top: 0;
    border-bottom: 1px solid #dde1e7;
    height: 55px;
    overflow: hidden;
  }
  #Mobile_buttommenu {
    display: none;
  }
}

.menub1, .menub2, .menub3 {
  width: calc(100% / 3);
  height: 55px;
  float: left;
  background:#fff;
  border-radius:0px;
  color: #3A4754;
  border:none;
  padding:0px 0px;
  font-size:10px;
  font-weight:bold;
  border-top: 1px solid #dde1e7;
}
.menub-active {
  width: calc(100% / 3);
  height: 55px;
  float: left;
  background:#cce8ff;
  border-radius:0px;
  color: #3e77a7;
  border:none;
  padding:0px 0px;
  font-size:10px;
  font-weight:bold;
  border-top: 2px solid #3e77a7;
}
.ad-path {
  fill: #3A4754;
  pointer-events: all;
}
.coop-path {
  fill: #3A4754;
  pointer-events: all;
}
.chat-path {
  fill: #3A4754;
  pointer-events: all;
}
.path-active {
  fill: #3e77a7;
  pointer-events: all;
}
.svg-ad {
  margin-right: 5px;
}
.svg-coop {
  margin-right: 5px;
}
.svg-chat {
  margin-right: 5px;
}
.menub2 {
  border-left: 0px solid #efefef;
  border-right: 0px solid #efefef;
}
.footer {
  display: block;
  float: left;
  position: relative;
}
@media (max-width: 450px) {
  .footer {
    padding: 0px 5% 30px 5%;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 0px;
    position: fixed;
    right: 0%;
    bottom: 0;
  }
}
@media (min-width: 451px) and (max-width: 770px) {
  .footer {
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    margin-left: calc(50% - 210px);
    margin-bottom: 0px;
    max-width: 420px;
    font-size: 16px;
  }
}
@media (min-width: 770px) {
  .footer {
    padding: 30px;
    border-radius: 30px;
    width: 600px;
    margin-left: calc(50% - 300px);
    margin-bottom: 0px;
    font-size: 16px;
  }
}
.footer h5 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #54606B;
  text-align: left;
}

.logofooter {
  width:100px;
  margin-left: calc(50% - 50px);
  margin-bottom: 10px;
  position: relative;
    display: inline-block;
}

.footer a {
  color: #005ca8;
  text-decoration: none;
}
.popup-chatinfo, .popup-coop, .popup-master, .popup-elect, .popup-santeh, .popup-clean, .popup-him, .popup-dez, .popup-repair, .popup-split, .popup-deliv, .popup-tech, .popup-zopen, .popup-detail, .popup-window, .popup-doors, .popup-potolki {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f7fb !important;
    display: none;
    z-index: 4;
    overflow: hidden;
}
.popup-bg-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
    display: block;
    backdrop-filter: blur(80px);
    z-index: 4;
    overflow: hidden;
}
.popup-masterorder {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    backdrop-filter: blur(4px);
    z-index: 9;
    overflow: hidden;
}

/*@media (min-width: 461px) {
  #modal_premium {
    display: block;
    top: 0px;
    left: 0px;
    width: 500px;
    border-radius: 20px;
    padding: 25px;
    position: fixed;
    background: #ffffff;
    width: 400px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 5px;
    border-radius: 40px;
    border: 1px solid #e0ecf5;
    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
    z-index: 99999;
  }
}*/

.popup_sub {
    display: none;
}

/*#popup-masterorder input {
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 17.5px;
  font-weight: 400;
  border: 0px;
  background-color: #cbe6ff;
  color: #306ea0;
  margin-bottom: 10px;
  outline: none;
} !!!!!!!!!!!!!!!!!!!!!!!!!!!!!НАЧАЛ ДЕЛАТЬ УЖЕ ПОПАП МАСТЕРА И ПОНЯЛ ЧТО ОБОСРАЛСЯ
#send_masterorder {
  width: 100%;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  border: 0px;
  font-weight: 600;
  height: 40px;
  display: inline-block;
  outline: none;
  background-image: linear-gradient(45deg, #0068a0, #ee3f58);
}
#send_masterorder:hover {
  background-image: linear-gradient(45deg, #1484c1, #0068a0, #ee3f58);
}*/
/*.popup form {
    display: inline-block;
    width: 100%; 
  }
.popup form input {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px; 
}
.popup form input:focus {
  outline: none; 
}*/
@media (min-width: 460px) {
  .popup-login {
    position: absolute;
    background: #ffffff;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px;
    /* box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5); */
    z-index: 5;
}}
@media (max-width: 460px) {
  .popup-login {
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #e0ecf5;
/*    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);*/
    z-index: 5;
}}
.popup-login form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* gap: 10px; */
}

.popup-login form input {
    /* margin-bottom: 10px; */
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
}
.popup-login form input:focus {
  outline: none; 
}
#signupusername, #signupname {
  width: calc(50% - 5px);
  float: left;
}
#signupname {
  margin-left:10px;
}
.ccfooter form input:focus {
  outline: none; 
}
.ccfooter form input {
    margin-bottom: 10px;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 4px;
    font-size: 14px;
    border-radius: 10px;
}
@media (max-width: 470px) {
  .ccfooter form input {
    width: 100%;
  }}
@media (min-width: 471px) and (max-width: 951px) {
  .ccfooter form input {
    width: calc(50% - 8px);
  }}
@media (min-width: 951px) and (max-width: 1200px) {
  .ccfooter form input {
    width: 100%;
  }}
@media (min-width: 1201px) and (max-width: 1400px) {
  .ccfooter form input {
    width: calc(50% - 8px);
  }}
@media (min-width: 1401px) and (max-width: 1750px) {
  .ccfooter form input {
    width: 100%;
  }}
@media (min-width: 1751px) and (max-width: 1850px) {
  .ccfooter form input {
    width: calc(50% - 8px);
  }}
@media (min-width: 1851px) {
     .ccfooter form input {
    width: 100%;
  }}   
.ccfooter form input:focus {
  outline: none; 
}
.formheadingmasterplus {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #3A4754;
}
.formfootermasterplus {
  margin-bottom: 0px;
  margin-left: 0; 
  margin-right: 0; 
  font-size: 12px;
  font-weight: 400; 
  color: #54606B;
  line-height: 1.25;
}
.formfootermasterplus a {
  color: #005ca8; 
  text-decoration: none;
}
.formdescriptionmasterplus {
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #54606B;
  float: left;
}
.send-masterorder {
  width: calc(100% - 50px);
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  background: #4889bf;
  border: 0px;
  font-weight: 600;
  height: 35px;
  display: inline-block;
  transform: translate(-4px, 2px);
  outline: none;
}
.send {
  width: 100%;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  background: #4889bf;
  border: 0px;
  font-weight: 600;
  height: 35px;
  display: inline-block;
  outline: none;
}
.inputtext {
  height: 90px;
}
.textarea-inputtext { 
  width: 100%;
  font-size: 14px; 
  padding: 8px 20px; 
  border-radius:17.5px; 
  font-weight: 400; 
  border: 0px; 
  background-color: #cbe6ff;
  color: #306ea0; 
  margin-bottom: 10px; 
  outline: none; 
  min-height: 35px;
  max-height: 200px; 
} 
textarea::placeholder { 
  color: #306ea0; 
}
input::placeholder { 
  color: #306ea0; 
}
.textarea-inputtext:focus {
  background-color: #bbdeff;
}
.textarea-inputtext:hover {
  background-color: #bbdeff;
}
.inputemail, .inputtel, .inputtime {
  height: 35px;
}  
input[type="time"]::-webkit-calendar-picker-indicator{
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(170deg) brightness(95%) contrast(80%);
}
.inputtext, .inputemail, .inputtel, .inputtime {
  width: 100%;
  font-size: 14px;
  border-radius: 17.5px;
  font-weight: 400;
  border: 0px;
  background-color: #cbe6ff;
/*  box-shadow: inset 5px 5px 5px 0px rgb(0 0 0 / 5%);*/
  color: #306ea0;
}
.inputtext:focus, .inputemail:focus, .inputtel:focus, .inputtime:focus {
  background-color: #bbdeff;
}
.inputtext:hover, .inputemail:hover, .inputtel:hover, .inputtime:hover {
  background-color: #bbdeff;
}
.send:hover {
  opacity: 0.9;
}
.send:focus {
  background-color: #3e77a7;
  opacity: 1;
}
#timepicker:before {
   content: 'Время звонка  ';
}
#phone_field , .inputtext::placeholder, .inputemail::placeholder, .inputtel::placeholder  {
color: #306ea0;
}
.close-popup {
  position: absolute;
  top: 25px;
  right: 5%;
  cursor: pointer;
  width: 20px;
  z-index: 6;
}
.close-popup-history {
    display: none;
}
.close-popup-history-active {
    position: fixed;
    top: 16px;
    right: 25px;
    cursor: pointer;
    width: 22px;
    z-index: 6;
}
.close-popup-info {
    display: none;
}
.close-popup-info-active {
    position: fixed;
    top: 16px;
    right: 25px;
    cursor: pointer;
    width: 22px;
    z-index: 6;
}
.close_modal {
    position: absolute;
    top: 25px;
    right: 5%;
    cursor: pointer;
    width: 20px;
}
.no-scroll {
    overflow-y: hidden;
}
.formdescription {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #54606B;
}
.formheading {
    display: block;
    float: left;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px !important;
    font-weight: 600;
    color: #3A4754 !important;
    margin-bottom: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.formfooter { 
  margin-left: 5px; 
  margin-right: 5px; 
  font-size: 12px;
  font-weight: 400; 
  margin-bottom: 0px;
  margin-top: 5px;
  color: #54606B; 
  line-height: 1.25;
}
.formfooter a {
  color: #005ca8;
  text-decoration: none;
}
@media (min-width: 1851px) {
  .clientcard {
  color: #54606B;
  width: calc(75%/4);
  height: fit-content;
  margin-top:40px;
  margin-left:5%;
  margin-right:0px;
  border:1px solid;
  border-radius:8px;
  border-color: #e0ecf5;
  overflow: visible;
  display: table;
  float: left;
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
}}
.ccfooter p {
  float: left;
}
@media (min-width: 951px) {
  .ccfooter {
    color: #54606B;
    margin-left: 1px;
    width: calc(100% - 2px);
    height: fit-content;
    line-height: 19px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #fff;
    border-color: #e0ecf5;
    padding: 0px 15px 10px;
    margin-bottom: 5px;
    display: block;
    float: left;
}}
@media (min-width: 1401px) and (max-width: 1850px) {
  .clientcard {
  width: calc(75%/3);
  height: fit-content;
  margin-top:20px;
  margin-bottom: 20px;
  margin-left:calc(25%/4);
  margin-right:0px;
  border:1px solid;
  border-radius:8px;
  border-color: #e0ecf5;
  overflow: visible;
  display: block;
  float: left;
  background: #fff;
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
}}
@media (min-width: 951px) and (max-width: 1400px) {
  .clientcard {
  color: #3A4754;  
  width: calc(75%/2);
  height: fit-content;
  margin-top:20px;
  margin-bottom: 20px;
  margin-left:calc(25%/3);
  margin-right:0px;
  border:1px solid;
  border-radius:8px;
  border-color: #e0ecf5;
  overflow: visible;
  display: block;
  float: left;
  background: #fff;
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
}}
@media (max-width: 950px) {
  .clientcard {
    color: #3A4754;
    width: 95%;
    height: fit-content;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 2.5%;
    margin-right: 0px;
    border-radius: 8px;
    border-color: #e0ecf5;
    overflow: visible;
    display: block;
    float: left;
    background: #fff;
    /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
}}
.clientcard:hover {
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
  transform: scale(0.98) !important;
  transition: 0.3s;
}
@media (max-width: 950px) {
  .ccfooter {
    color: #54606B;
    margin-left: 1px;
    width: calc(100% - 2px);
    height: fit-content;
    line-height: 19px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #fff;
    border-color: #e0ecf5;
    padding: 0px 15px 10px;
    margin-bottom: 5px;
    display: block;
    float: left;
}}
.ccpriceheader {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #3A4754;
  margin-left: 5px;
  margin-right: 5px;
}
.ccpriceheader p {
  margin-bottom: 10px;
}
.ccbuttoms {
  width: fit-content;
  display: block;
  float: left;
  margin-left: 15px;
}
.ccpricebody {
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding-left: 0px;
  transition: height 0.3s ease;
  height: 60px;
  line-height: 1.25;
  margin-bottom: 0px;
  height: 60px;
  overflow: hidden;
}
.ccpricebody.expanded {
  height: auto;
}
.buttons_ccpricebody {
  display: block;
  float: left;
  width: 100%;
}
.ccimg {
  width: 68px;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: inline-block;
  float: left;
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.zero-order {
  width: 100%;
  height: 60px;
  overflow: hidden;
  display: block;
  float: left;
  /* border-radius: 20px; */
  margin-top: 10px;
  padding: 5px;
}
.zero-order-p {
  width: 100%;
  display: block;
  float: left;
  font-size: 16px;
  color: #3A4754;
  font-weight: bold;
  margin: 12px 0;
}
.ccname {
  padding: 15px 0px 0px 15px;
  margin-bottom: 0px;
  display: inline-block;
  width: fit-content;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #3A4754;
  overflow-wrap: anywhere;
  white-space: break-spaces;
}
.ccdate {
  display: inline-block;
  float: left;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  text-align: center;
  border-radius: 8px;
  margin-left: 15px;
  margin-top: 5px;
}
#ccorder {
  height: 35px;
  background:#4889bf;
  border-radius:25px;
  color:#fff;
  max-width:95%;
  border: 0px;
  padding:0px 15px;
  font-size:12px;
  font-weight:600;
  margin-top: 0px;
  margin-right: 10px;
}
#ccorder:hover {
  opacity: 0.9;
}
#ccorder:active {
  opacity: 1;
  background-color: #3e77a7;
}
.ccfeedback {
  display: block;
  float: left;
  height: 35px;
  background: #ffffff;
  border-radius: 10px;
  color: #54606B;
  max-width: 95%;
  border: 0px;
  padding: 0px 15px 0px 0px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0px;
  margin-right: 10px;
  width: 200px;
  text-align: left;
}
.ccfeedback:hover {
  background: #ffffff;
}
.ccfeedback:active {
  opacity: 1;
  background: #ffffff;
}
@media (max-width: 950px) {
  .ccarray {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 70px;
  }
}
@media (min-width: 951px) {
  .ccarray {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 25px;
}}
/*@keyframes ccarrayheadin-animation {
  50% {
    transform: translateY(0px); 
  }
  20% {
    transform: translateY(-55px); 
  }
}
@media (prefers-reduced-motion: no-preference) {
  .сcarrayheading {
    animation-name: ccarrayheadin-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-iteration-count: 1

  }
}*/
  @media (min-width: 951px) {
    .сcarrayheading {
    position: fixed;
    width: 100%;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #3A4754;
    padding-left: 25px;
    padding-bottom: 14px;
    padding-top: 14px;
    background-color: #eff2f5;
    z-index: 5;
    margin-bottom: 0px;
    border-bottom: 1px solid #dde1e7;
  }}
  @media (max-width: 950px) {
    .сcarrayheading {
    position: fixed;
    width: 100%;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #3A4754;
    padding-left: 25px;
    padding-bottom: 14px;
    padding-top: 14px;
    background-color: #fff;
    z-index: 5;
    margin-bottom: 0px;
    border-bottom: 1px solid #dde1e7;
  }}
  .сcarrayheading span { 
    color: #3079b6; 
  } 
  li a { 
    color: #3079b6; 
  }
  .pricedetailed, .pricehide {
    font-size: 12px;
    color: #005ca8;
    outline: none;
    border: 0px solid;
    padding: 3px 0px;
    background-color: #fff;
    float: left;
    margin-left: 0px;
  }
  .pricedetailed {
    display: inline-block;
  }
  .pricehide {
    display: none;
  }

  .butchat {
    display: block;
    float: left;
    height: 35px;
    padding: 8px 15px;
    background-color: #4889bf;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    text-decoration: none;
  }
  .butchat:hover {
    background-color: #3E7FB3;
    color: #fff;
  }
  .chatinfo {
    padding: 5px 15px;
    background-color: #D6E0EB;
    color: #708396;
    border-radius: 30px;
    border: none;
    font-size: 12px;
    font-weight: 500;
  }

 
  /*@media (max-width: 1050px) {
     #tablesub {
    display: block;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
    background-color: #dde6ee;
    border-radius: 10px;
  }}*/
.tableprice {
/*  border: 3px solid #e0ecf5;*/
  border-radius: 9px;
  display: block;
  overflow: auto;
  float: left;
  margin-top: 0px;
  width: fit-content;
/*  margin-bottom: 25px;*/
  background-color: transparent;
}
@media (max-width: 1050px) {
  .tableprice {
    max-width: 100%;
    color: #54606B; 
  }
}
@media (min-width: 1051px) {
  .tableprice {
    margin-right: 20px;
    color: #54606B;
  }
}
#td_button {
  background-color: #4889bf;
}
@media (min-width: 771px) {
  .tableprice caption {
    display: table-caption;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #3A4754;
  }
  .tableprice tr {
    background-color: #fff;
    padding: 5px 15px !important;
    border-radius: 10px;
  }
  .tableprice td {
    height: 25px;
    background-color: #fff;
    text-align: center;
    padding: 5px 15px !important;
    border-radius: 10px;
    font-size: 14px;
  }
  .tableprice th {
    height: 35px;
    background-color: #fff;
    text-align: center;
    padding: 5px 15px !important;
    border-radius: 10px;
    font-size: 14px;
    max-width: auto;
  }
}
  @media (max-width: 771px) {
    .tableprice caption {
    display: table-caption;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #3A4754;
  }
  .tableprice tr {
    background-color: #fff;
    padding: 5px 8px !important;
    border-radius: 10px;
  }
  .tableprice td {
    height: 25px;
    background-color: #fff;
    text-align: center;
    padding: 5px 8px !important; 
    border-radius: 10px;
    font-size: 10px;
    overflow: hidden;
  }
  .tableprice th {
    height: 35px;
    background-color: #fff;
    text-align: center;
    padding: 5px 8px !important;
    border-radius: 10px;
    font-size: 10px;
    max-width: auto;
  }}
  @media (min-width: 771px) {
    .logorools {
    margin-top: 50px;
    width: 50px;
  }
  .chatdomalogorools {
    margin-top: 50px;
    height: 45px;
    transform: translate(0px, 2px);
  }}
  @media (max-width: 770px) {
    .logorools {
    margin-top: 50px;
    width: 37.5px;
  }
  .chatdomalogorools {
    margin-top: 50px;
    height: 33.7px;
    transform: translate(0px, 2px);
  }}
  .tablepricediv {
    width: 100%;
    overflow: auto;
  }
  @media (max-width: 770px) {
    .tablediv {
    float: left;
    -webkit-overflow-scrolling: touch;
    display: block;
    width: calc(100% + 10px);
    margin-left: -5px;
  }}
  @media (min-width: 771px) {
    .tablediv {
    width: 100%;
    float: left;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
  }}
  #tableprice_example {
    max-width: 800px;
  }
  @media (max-width: 770px) {
    #tablecounter {
      display: table;
      border-collapse: separate;
      border-spacing: 5px;
      width: calc(100% + 10px);
      margin-left: -5px;
      float: left;
      -webkit-overflow-scrolling: touch;
      border-radius: 10px;
      margin-bottom: 15px;
  }}
  @media (min-width: 1050px){
     #tablecounter {
      display: table;
      margin-left: 0px;
      width: 100%;
      width: calc(100% + 10px);
      margin-left: -5px;

  }}

  .map-widget-content-view__frame {
    background-color: #000;
    text-decoration: none !important;
    color: #3079b6 !important;
    font-weight: 500 !important;
  }
  .button-chatinfo {
    width: fit-content;
    height: 35px;
    background: #4889bf;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    float: right;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 7px;
    text-decoration: none;
}
.button-mapinfo {
    width: 100%;
    height: 25px;
    background: #4889bf;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: bold;
    float: right;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}
.button-chatinfo:hover {
    opacity: 0.9;
    color: #fff;
}


.ads-img {
  width: 70px;
  display: inline-block;
  position: absolute;
  float: right;
  right: 30px;
  bottom: 0px;
}

@media (max-width: 770px) {
    .div-sub-rools {
    display: block;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 30px;
    float: left;
  }
}
@media (min-width: 771px) {
    .div-sub-rools {
    display: block;
    width: calc(80% + 80%/20);
    margin-left: calc(10% - 80%/40);
    margin-bottom: 30px;
    float: left;
  }
}
.div-lichats {
  width: 100%;
  display: block;
  float: left;
}
@media (min-width: 451px) {
.profile-header {
 display: block;
 width: 90%;
 height: fit-content;
 margin: 85px 5% 15px 5%;
 float: left;
}
}
@media (max-width: 450px) {
.profile-header {
 display: block;
 width: 95%;
 height: fit-content;
 margin: 85px 2.5% 15px 2.5%;
 float: left;
}
}
/*@media (max-width: 450px) {
.profile-body {
  background-color: #fff;
  display: block;
  float: left;
  width: 95%;
  height: fit-content;
  margin-left: 2.5%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
}
}
@media (min-width: 451px) {
.profile-body {
  background-color: #fff;
  display: block;
  float: left;
  width: 90%;
  height: fit-content;
  margin-left: 5%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
}
}*/
/*.profile-body:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-2px) scale(0.99);
}*/
@media (min-width: 451px) {
  .profile-footer {
    background-color: #fff;
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 70px;
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
  }
}
@media (max-width: 450px) {
  .profile-footer {
    background-color: #fff;
    display: block;
    float: left;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 15px;
    margin-bottom: 70px;
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
  }
}
/*.profile-footer:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-2px) scale(0.99);
}*/
@media (min-width: 451px) {
  .profile-home-adres {
    background-color: #fff;
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
  }
}
@media (max-width: 450px) {
  .profile-home-adres {
    background-color: #fff;
    display: block;
    float: left;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
  }
}
@media (max-width: 450px) {
  .home-adres-choose {
    background-color: #fff;
    display: block;
    float: left;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
    text-decoration: none;
  }
  .home-adres-choose button {
    width: 100%;
    display: block;
    float: left;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #4889bf;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
  }
  .home-adres-choose p span {
    font-size: 14px;
    font-weight: 500;
    color: #4889bf;
  }
  .home-adres-choose p {
    font-size: 14px;
    font-weight: 500;
    color: #3A4754;
  }
}
.home-adres-choose:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-2px) scale(0.99);
}
@media (min-width: 451px) {
  .home-adres-choose {
    background-color: #fff;
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 25px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
    text-decoration: none;
  }
  .home-adres-choose p span {
    font-size: 14px;
    font-weight: 500;
    color: #4889bf;
  }
  .home-adres-choose p {
    display: inline-block;
    float: left;
    max-width: 260px;
    font-size: 14px;
    font-weight: 500;
    color: #3A4754;
    margin-top: 8px;
  }
  .important-message-img {
    display: inline-block;
    float: left;
    width: 64px;
    margin-right: 25px;
  }
}
@media (min-width: 651px) {
  .home-adres-choose button {
    width: 160px;
    margin-top: 15px;
    display: inline-block;
    float: right;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #4889bf;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (min-width: 451px) and (max-width: 650px) {
    .home-adres-choose button {
    width: 100%;
    display: block;
    float: left;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #4889bf;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
/*.profile-home-adres:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-2px) scale(0.99);
}*/

.profile-home-adres p {
  display: inline-block;
  float: left;
  width: 170px;
  color: #3A4754;
  font-size: 18px;
  font-weight: bold;
  margin: 3px 0px 0px 0px;
}
@media (max-width: 770px) {
  .profile-home-adres p {
    display: block;
    float: left;
    width: 100%;
    color: #3A4754;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
  }
}
#home-select:hover {
  background-color: #bbdeff;
  border-right: 20px solid #bbdeff;
}
#home-select:focus {
  background-color: #bbdeff;
  border-right: 20px solid #bbdeff;
}
#home-select {
  outline: none;
  border: none;
  width: calc(100% - 340px);
  display: inline-block;
  float: left;
  outline: none;
  border-radius: 30px;
  height: 35px;
  font-weight: 400;
  border: 0px;
  background-color: #cbe6ff;
  margin-bottom: 0px;
  padding-left: 20px;
  font-size: 14px;
  color: #306ea0;
  border-right: 20px solid #cbe6ff;
  margin-top: 0px;
}
@media (max-width: 770px) {
  #home-select {
    outline: none;
    border: none;
    width: 100%;
    display: block;
    float: left;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #cbe6ff;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    color: #306ea0;
    border-right: 20px solid #cbe6ff;  }
}

.home-info, .home-info-none {
  display: inline-block;
  float: left;
  width: 30%;
  aspect-ratio: 1 / 1;
  height: 100%;
  background-color: #fff;
  margin-right: 5%;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
  overflow: hidden;
  max-height: 200px;
  cursor:pointer;
}
.home-info:hover, .home-info-none:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-2px) scale(0.99);
}
@media (max-width: 770px) {
  .home-info, .home-info-none {
    padding: 15px;
    border-radius: 20px;
  }
}

.history {
  display: inline-block;
  float: left;
  width: 30%;
  aspect-ratio: 1 / 1;
  height: 100%;
  background-color: #fff;
  margin-right: 0;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
  overflow: hidden;
  max-height: 250px;
}
.history:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-2px) scale(0.99);
  cursor: pointer;
}
@media (max-width: 770px) {
  .history {
    padding: 15px;
    border-radius: 20px;
  }
}
.div-domocoins {
  width: 70%;
  display: inline-block;
  float: right;
  transform: translate(40%, -50%);
}
.div-cash {
  width: 70%;
  display: inline-block;
  float: right;
  transform: translate(40%, -50%);
}
.div-history {
  width: 70%;
  display: inline-block;
  float: right;
  transform: translate(40%, -50%);
}
.
.cash-img {
  width: 100%;
  display: inline-block;
  float: right;
}
.img_hello {
  width: 19px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.history-img {
  width: 100%;
  display: inline-block;
  float: right;
}
.history-img-active {
  display: none;
}

.home-info-p, .home-info-p-none {
  height: 100%;
  margin-bottom: 0px;
  color: #54606B;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 770px) {
  .home-info-p, .home-info-p-none {
    font-size: 12px;
  }
}
.home-info-p-active {
  position: fixed;
  width: 100%;
  left: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #3A4754;
  padding-left: 25px;
  padding-bottom: 14px;
  padding-top: 14px;
  background-color: #fff;
  z-index: 5;
  margin-bottom: 0px;
  border-bottom: 1px solid #dde1e7;
}
.home-info-p-active span { 
    color: #3079b6; 
} 
.cash p {
  height: 100%;
  margin-bottom: 0px;
  color: #54606B;
  font-size: 18px;
  font-weight: 400;
}
.cash p span {
  height: 100%;
  margin-bottom: 0px;
  color: #3A4754;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .cash p {
    font-size: 12px;
  }
  .cash p span {
    font-size: 22px;
  }
}
.history-p {
  height: 100%;
  margin-bottom: 0px;
  color: #54606B;
  font-size: 18px;
  font-weight: 400;
}
.history-p span {
  height: 100%;
  margin-bottom: 0px;
  color: #3A4754;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .history-p {
    font-size: 12px;
  }
  .history-p span {
    font-size: 22px;
  }
}
.editable:hover {
  background-color: #bbdeff;
}
.editable:focus {
  background-color: #bbdeff;
}
.profile-form button:hover {
  opacity: 0.9;
}
.profile-form button:active {
  background-color: #3e77a7;
  opacity: 1;
}
@media (max-width: 770px) {
  .profile-form input {
    width: 100%;
    display: block;
    float: left;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #cbe6ff;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #306ea0;
  }
  .profile-form button {
    width: 100%;
    display: block;
    float: left;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #4889bf;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
}
@media (min-width: 771px) {
  .profile-form input {
    width: calc((100% - 190px)/3);
    display: inline-block;
    float: left;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #cbe6ff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    margin-right: 10px;
    color: #306ea0;

  }
  .profile-form button {
    width: 160px;
    display: block;
    float: left;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #4889bf;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
}
.support h1 {
  color: #3A4754;
  font-size: 18px;
  font-weight: bold;
}
.support p {
  color: #54606B;
  font-size: 14px;
  font-weight: 400;
}
.hotline {
  width: calc((100% - 10px)/2);
  display: inline-block;
  float: left;
  outline: none;
  border-radius: 30px;
  height: 35px;
  font-weight: 400;
  border: 0px;
  background-color: #879fb3;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}
.telegram {
  width: calc((100% - 10px)/2);
  display: inline-block;
  float: left;
  outline: none;
  border-radius: 30px;
  height: 35px;
  font-weight: 400;
  border: 0px;
  background-color: #4889bf;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.history-active {
  display: block;
  float: left;
    position: fixed;
    width: 100%;
    left: 0%;
    top: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    padding: 0;
    border-radius: 0px;
    z-index: 9;
    overflow: hidden;
}
.history-list {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.list-order {
  width: 100%;
  display: block;
  float: left;
  overflow-y: auto;
  padding: 0px 5px;
  margin-bottom: 35px;
}
.list-line {
  width: 100%;
  height: 60px;
  overflow: hidden;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 25px;
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
}
.separator {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  height:1px;
  background-color: #d8dfe6;
}
.vertical-separator {
  display: inline-block;
  float: left;
  width: 1px;
  margin: 0;
  height: 22px;
  background-color: #d8dfe6;
  margin-right: 15px;
}
.order-number {
  display: block;
  float: left;
  width: fit-content;
  font-size: 16px;
  color: #3A4754;
  font-weight: bold;
}
.order-date {
  display: block;
  float: left;
  width: fit-content;
  font-size: 16px;
  color: #54606B;
  font-weight: 400;
  padding-left: 15px;
}
.order-description p {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #54606B;
  font-weight: 400;
}
.order-name {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #3A4754;
  font-weight: bold;
}
.cost-order p {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #3A4754;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 770px) {
  .order-number {
    font-size: 16px;
  }
  .order-date {
    font-size: 16px;
    padding-left: 15px;
  }
  .order-description p {
    font-size: 14px;
  }
  .order-name {
    font-size: 14px;
  }
  .cost-order p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.cost span, .cashback span {
  color: #54606B;
  float: right;
  font-weight: 400;
} 
@media (max-width: 450px) {
    .home-header {
      float: left;
      width: 95%;
      aspect-ratio: 1 / 1;
      height: 100%;
      margin-left: 2.5%;
      margin-top: 85px;
      margin-bottom: 15px;
      border-radius: 30px;
      box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
      overflow: hidden;
      display:flex;
      align-items:center;
      justify-content: center;
      max-height: 250px;
    }
    .home-img {
      width: 100%;
      aspect-ratio: 1 / 1;
      height: 100%;
      object-fit: cover;
      overflow: hidden;
    }
}
@media (max-width: 450px) {
  .plus-foto {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: #4889bf;
    border-radius: 25px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    float: right;
    transform: translate(0px, -65px);
    padding-left: 0px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-top: 0px;
  }
}
@media (min-width: 451px) {
  .plus-foto {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: #4889bf;
    border-radius: 25px;
    color: #fff;
    max-width: 95%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    float: right;
    transform: translate(0px, -65px);
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-top: 0px;
  }
}
@media (min-width: 451px) {
    .home-header {
      float: left;
      width: 90%;
      aspect-ratio: 1 / 1;
      height: 100%;
      margin-left: 5%;
      margin-top: 85px;
      margin-bottom: 15px;
      border-radius: 30px;
      box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
      overflow: hidden;
      max-height: 400px;
      display:flex;
      align-items:center;
      justify-content: center;
    }
    .home-img {
      width: 100%;
      aspect-ratio: 1 / 1;
      height: 100%;
      object-fit: cover;
      overflow: hidden;
    }
}
.home-adres {
  width: fit-content;
  display: block;
  float: left;
  transform: translateY(-50px);
  margin-left: 5%;
  color: #54606B;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 15px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
  border-radius: 10px;
}
@media (max-width: 450px) {
  .home-body {
 display: block;
 width: 95%;
 height: fit-content;
 margin: 15px 2.5% 0px 2.5%;
 float: left;
}
}
@media (min-width: 451px) {
  .home-body {
 display: block;
 width: 90%;
 height: fit-content;
 margin: 15px 5% 85px 5%;
 float: left;
}
}
.home-adres:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-52px) scale(0.99);
}
.div-home-info, .div-home-info-none {
  width: 70%;
  display: inline-block;
  float: right;
  transform: translate(40%, -50%);
}
.div-home-chat {
  width: 70%;
  display: inline-block;
  float: right;
  transform: translate(40%, -50%);
}
.div-home-pu {
  width: 70%;
  display: inline-block;
  float: right;
  transform: translate(40%, -50%);

}
.home-chat {
  display: inline-block;
  float: left;
  width: 30%;
  aspect-ratio: 1 / 1;
  height: 100%;
  background-color: #fff;
  margin-right: 5%;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
  overflow: hidden;
  max-height: 200px;
}
.home-chat:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-2px) scale(0.99);
}
@media (max-width: 770px) {
  .home-chat {
    padding: 15px;
    border-radius: 20px;
  }
}
.home-pu {
  display: inline-block;
  float: left;
  width: 30%;
  aspect-ratio: 1 / 1;
  height: 100%;
  background-color: #fff;
  margin-right: 0;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
  overflow: hidden;
  max-height: 200px;
  cursor: pointer;
}
.home-pu:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-2px) scale(0.99);
}
@media (max-width: 770px) {
  .home-pu {
    padding: 15px;
    border-radius: 20px;
  }
}
.home-info-p, .home-info-p-none {
  height: 100%;
  margin-bottom: 0px;
  color: #54606B;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 770px) {
  .home-info-p, .home-info-p-none {
    font-size: 12px;
  }
} 
.home-chat p {
  height: 100%;
  margin-bottom: 0px;
  color: #54606B;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 770px) {
  .home-chat p {
    font-size: 12px;
  }
}
.home-pu p {
  height: 100%;
  margin-bottom: 0px;
  color: #54606B;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 770px) {
  .home-pu p {
    font-size: 12px;
  }
}  
.home-info-img, .home-info-img-none {
  width: 100%;
  display: inline-block;
  float: right;
  opacity: 0.8;
}
.home-info-img-active {
  display: none;
}
.home-chat-img, .home-info-img-none {
  width: 100%;
  display: inline-block;
  float: right;
  opacity: 0.8;
}
.home-pu-img {
  width: 100%;
  display: inline-block;
  float: right;
  opacity: 0.8;
}
.home-info-active {
  max-height: 100%;
  position: fixed;
  width: 100%;
  left: 0%;
  top: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  padding: 0;
  border-radius: 0px;
  z-index: 9;
  overflow: hidden;
}
.home-info-list {
  display: none;  
}
.home-info-list-active {
  display: block;
  width: 100%;
  float: left; 
}
.info-list-active {
  width: 100%;
  height: fit-content;
  display: block;
  padding: 25px 0%;
}
.info-p-active {
  height: fit-content;
  margin-bottom: 15px;
  color: #3A4754;
  font-size: 20px;
  font-weight: 600;
}
.info-p span {
  color: #4889bf;
}
.info-card {
  width: 95%;
  height: 70px;
  overflow: hidden;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 10px 25px 15px 25px;
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
}
/*.info-card:hover {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  transform: translateY(-2px) scale(0.99);
}*/
.home-info-separator {
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0%;
  height:1px;
  background-color: #d8dfe6;
}
/*.home-info-vertical-separator {
  display: inline-block;
  float: left;
  width: 1px;
  margin: 0;
  height: 22px;
  background-color: #d8dfe6;
  margin-right: 15px;
}
.home-info-order-number {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #3A4754;
  font-weight: bold;
}
.home-info-order-date {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #54606B;
  font-weight: 400;
}
.home-info-order-description p {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #54606B;
  font-weight: 400;
}
.home-info-order-name {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #3A4754;
  font-weight: bold;
}
.home-info-cost-order p {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 16px;
  color: #3A4754;
  font-weight: bold;
}
@media (max-width: 770px) {
  .home-info-order-number {
    font-size: 14px;
  }
  .home-info-order-date {
    font-size: 12px;
  }
  .home-info-order-description p {
    font-size: 12px;
  }
  .home-info-order-name {
    font-size: 14px;
  }
  .home-info-cost-order p {
    font-size: 14px;
  }
}
.home-info-cost span, .home-info-cashback span {
  color: #54606B;
  font-weight: 400;
} 
.home-info-cashback {
  text-align: right;
  max-width: fit-content;
}*/
.profile-home-adres button:hover {
  opacity: 0.9;
}
.profile-home-adres button:focus {
  background-color: #3e77a7;
  opacity: 1;
}
.telegram:hover {
 background-color: #3e77a7;
  opacity: 1;
}
.telegram:focus {
  background-color: #3e77a7;
  opacity: 1;
}
@media (max-width: 770px) {
  .profile-home-adres button {
    width: 100%;
    display: block;
    float: left;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #4889bf;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
}
@media (min-width: 771px) {
  .profile-home-adres button {
    width: 160px;
    display: block;
    float: left;
    outline: none;
    border-radius: 30px;
    height: 35px;
    font-weight: 400;
    border: 0px;
    background-color: #4889bf;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
  }
}
.profile-circle {
  background-color: #fff;
}
.menu-zakaz_uslug, .menu-home, .menu-profile {
  width: calc(100% / 3);
  height: 55px;
  float: left;
  background:#fff;
  border-radius:0px;
  color: #3A4754;
  border:none;
  padding:0px 0px;
  font-size:10px;
  font-weight: 500;
  border-top: 1px solid #dde1e7;
}
.menu-zakaz_uslug p, .menu-home p, .menu-profile p {
  width: 100%;
}
.menu-active-zakaz_uslug, .menu-active-home, .menu-active-profile {
  width: calc(100% / 3);
  height: 55px;
  float: left;
  background:#fff;
  border-radius:0px;
  color: #3e77a7;
  border:none;
  padding:0px 0px;
  font-size:10px;
  font-weight: 500;
  border-top: 1px solid #dde1e7;
}
.path_home {
  fill: #fff;
  stroke: #fff;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu {
  fill: #fff;
  stroke: #3a4754;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu-active {
  fill: #3e77a7;
  stroke: #3e77a7;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_body {
  fill: #fff;
  stroke: #3a4754;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_body-active {
  fill: #3e77a7;
  stroke: #3e77a7;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_element {
  fill: #3a4754;
  stroke: none;
  pointer-events: all;
}
.path_menu_element-active {
  fill: #fff;
  stroke: none;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_element_top {
  fill: #fff;
  stroke: #3a4754;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_element_top-active {
  fill: #3e77a7;
  stroke: #3e77a7;
  stroke-width: 5px;
  pointer-events: all;
}
.svg_menu {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.svg_menu-active {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 2px;
}
@media (max-width: 450px) {
  .btn-foto {
    display: block;
    float: left;
    width: calc(95% - 50px);
    margin-left: calc(2.5% + 25px);
    margin-right: calc(2.5% + 25px);
  }
}
@media (min-width: 451px) {
  .btn-foto {
    display: block;
    float: left;
    width: calc(90% - 50px);
    margin-left: calc(5% + 25px);
    margin-right: calc(5% + 25px);
  }
}
.svg-arrow {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.svg-arrow_modal_close {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 8px 10px 12px 10px;
  rotate: 180deg;
}

.tel-info, .comment-tel-info, .adres-info, .comment-adres-info {
  display: block;
  float: left;
  width: 100%;
  color: #54606B;
  font-size: 14px;
  font-size: 400;
  margin-bottom: 10px;
}
.h1-info {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #3A4754;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  justify-content: space-between;
}
.h1-info-open {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 0px;
  color: #3A4754;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
}
.h1-info_feedback {
  width: calc(100% - 53px);
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #3A4754;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
}
.date_feedback {
  display: inline-block;
  float: right;
  width: fit-content;
  font-size: 12px;
  font-weight: 400;
  color: #3A4754;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  padding-top: 5px;
  margin-left: 10px;
}
.home-info-list-active {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 55px;
}
.list-info {
  width: 100%;
  display: block;
  float: left;
  height: fit-content;
}
.h1-history {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0 ;
  margin-bottom: 0px;
}
.arrow {
  fill: #3e77a7;
  stroke-width: 5px;
  stroke: #3e77a7;
  pointer-events: all;
  transition: transform 0.3s; /* Добавляем плавный переход */
}

.arrow-flipped {
  fill: #a73e62;
  stroke-width: 5px;
  stroke: #a73e62;
  pointer-events: all;
}

.flipped {
  transform: rotate(180deg);
}

.hello-name {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(100% - 60px);
  margin-top: 54px;
  height: 48px;
  margin-bottom: 20px;
  font-size: 12px !important  ;
  font-weight: 400;
  color: #54606B;
}
.master_info {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(100% - 60px);
  top: 54px;
  height: 48px;
  margin-bottom: 20px;
  font-size: 12px !important  ;
  font-weight: 400;
  color: #54606B;
}
.hello-name span {
  color: #3A4754;
  font-size: 14px;
  font-weight: 600;
}
.master_info span {
  color: #3A4754;
  font-size: 16px;
  font-weight: 600;
}
.otstup {
  width: 100%;
  height: 85px;
  display: block;
  float: left;
}
@media (max-width: 450px) {
  #index_PC_top_otstup {
    display: none;
  }
}
#referal_nl_modal {
  padding-bottom: 20px;
}
.mycoin {
  width: 30%;
  max-width: 92px;
  height: 30px;
  background-image: linear-gradient(45deg, #0068a0 30%, #ee3f58);
  right: 20px;
  position: fixed;
  z-index: 2;
  top: 12px;
  border-radius: 15px;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
/*  display: none;*/
}
.mycoin-img {
    width: 30px;
    float: right;
    position: absolute;
    top: 4px;
    right: 0px;
}
.hello_and_coin {
  display: block;
  float: left;
  width: 100%;
}
.mycoin p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-left: 0px;
  margin-bottom: 0px;
  position: absolute;
  height: 20px;
  top: 0px;
}
.popup-cashback {
  display: none;
}
.popup-cashback-active {
  max-height: 100%;
  position: fixed;
  width: 100%;
  left: 0%;
  top: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  padding: 0;
  border-radius: 0px;
  z-index: 7;
  overflow: hidden;
}
.standart_sub, .premium_sub, .business_sub {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 10px 25px 15px 25px;
  transition: 0.3s;
}
.standart_sub {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
}
.premium_sub, .business_sub {
  box-shadow: 0px 4px 10px 5px rgba(221,230,238,0.5);
}
@media (max-width: 450px) {
  .standart_sub, .premium_sub, .business_sub {
  height: 140px;
  width: 95%;
  margin-left: 2.5%;
  }
}
.standart_sub {
  background-image: linear-gradient(105deg, white 55%, #b1bcc7 45%);
  text-decoration: none;
}
.premium_sub  {
  background-image: linear-gradient(105deg, white 55%, #6b9ec7 45%);
  text-decoration: none;
}
.business_sub {
  background-image: linear-gradient(105deg, white 55%, #d5738f 45%);
  text-decoration: none;
}
.premium_sub:hover, .business_sub:hover {
  box-shadow: 0px 5px 7px 1px rgba(221,230,238,0.9);
  transform: translateY(-2px) scale(1.05);
  cursor: pointer;
}
.standart_sub p span, .premium_sub p span, .business_sub p span {
  font-weight: 400; 
  color: #3a4754;
  display: block;
  float: left;
  width: 90%;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 450px) {
  .standart_sub p span, .premium_sub p span, .business_sub p span {
    /*font-weight: 400; 
    color: #3a4754;
    display: block;
    float: left;
    width: 90%;*/
    font-size: 10px;
    margin-top: 15px;
  }
}
.standart_sub p, .premium_sub p, .business_sub p {
  margin: 13px 0 0 0;
  font-weight: 600;
  color: #3a4754;
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  width: 55%;
  max-width: 277px;
}
.cash-p {
  font-weight: 800;
  color: #fff;
  display: block;
  float: right;
  width: 38%;
  text-align: right;
  font-size: 120px;
}

/*ЭКСТРЕННЫЕ СЛУЖБЫ*/
.emergency_widget {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: block;
  float: left;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 10px 25px 15px 25px;
  transition: 0.3s;
  max-height: 80px;
}
.emergency_widget {
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
}
@media (max-width: 450px) {
  .emergency_widget p {
    font-size: 14px;
  }
}

.em1 {
  background-image: linear-gradient(105deg, white 55%, #e9a057 45%);
  text-decoration: none;
}
.em2 {
  background-image: linear-gradient(105deg, white 55%, #7bb1e7  45%);
  text-decoration: none;
}
.em3 {
  background-image: linear-gradient(105deg, white 55%, #e194b3  45%);
  text-decoration: none;
}
.em4 {
  background-image: linear-gradient(105deg, white 55%, #e1c34b  45%);
  margin-bottom: 20px;
  text-decoration: none;
}

@media (max-width: 450Px) {
  .em1, .em2, .em3, .em4 {
    width: 95%;
  margin-left: 2.5%;
}
}

.emergency_widget:hover {
  box-shadow: 0px 5px 7px 1px rgba(221,230,238,0.9);
  transform: translateY(-2px) scale(1.05);
  cursor: pointer;
}
.emergency_widget p span {
  font-weight: 400; 
  color: #3a4754;
  display: block;
  float: left;
  width: 90%;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 450px) {
  .emergency_widget p span {
    font-size: 12px;
    margin-top: 15px;
  }
}
.emergency_widget p {
  margin: 8px 0 0 0;
  font-weight: 600;
  color: #3a4754;
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  width: 50%;
  max-width: 277px;
}
.emergency_numb {
  font-weight: 800;
  color: #fff;
  display: block;
  float: right;
  width: 38%;
  margin: 0px 0 0 0;
  text-align: right;
  font-size: 50px;
}

/*КОНЕЦ - ЭКСТРЕННЫЕ СЛУЖБЫ*/

.close-popup-cashback {
  position: fixed;
  top: 16px;
  right: 25px;
  cursor: pointer;
  width: 22px;
  z-index: 6;
}
.profile-body p {
  display: block;
  float: left;
  width: 100%;
  color: #3A4754;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.cashback-p {
  position: fixed;
    width: 100%;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #3A4754;
    padding-left: 25px;
    padding-bottom: 14px;
    padding-top: 14px;
    background-color: #fff;
    z-index: 5;
    margin-bottom: 0px;
    border-bottom: 1px solid #dde1e7;
}
.cashback-p span {
  color: #4889bf;
}
#hello_text {
  display: none;
}
@media (max-width: 450px) {
.close_popup_hello_text {
  width: 20px;
  margin-right: 5px;
  display: inline-block;
  float: right;
  cursor: pointer;
}
.hello_text h5 {
  display: inline-block;
  float: left;
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: 500;
  color: #3A4754;
}
}
@media (min-width: 451px) {
.close_popup_hello_text {
  width: 25px;
  display: inline-block;
  float: right;
  cursor: pointer;
}
.hello_text h5 {
  display: inline-block;
  float: left;
  width: calc(100% - 50px);
  font-size: 20px;
  font-weight: 500;
  color: #3A4754;
}
}
.hello_text h5 span{
  color: #4889bf;
}
.hello_list {
  padding-left: 0px;
  margin-bottom: 25px;
  float: left !important;
  display: block;
}
..hello_list li {
  display: block;
  float: left;
}
@media (min-width: 451px) {
.hello_list li {
  font-size: 14px;
  font-weight: 500;
  color: #54606B;
  margin-bottom: 15px;
}
.hello_list li span {
  color: #3A4754;
  font-weight: 600;
}
}
@media (max-width: 450px) {
.hello_list li {
  font-size: 12px;
  font-weight: 500;
  color: #54606B;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.hello_list li span {
  color: #3A4754;
  font-weight: 600;
}
}
.auth_hello_text {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(45deg, #0068a0, #ee3f58);
  border-radius: 25px;
  color: #fff;
  border: none;
  padding: 6px 25px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
}
.auth_hello_text:hover {
    background-image: linear-gradient(45deg, #1484c1, #0068a0, #ee3f58);
  }
.hello_text_header {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
#big {
  cursor: pointer; 
  width: 100px;
  transition: 0.5s;
} 
#big:hover {
  width: calc(100% - 30px);
  margin-bottom: 0px;
}
.popup_hello {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  z-index: 5;
  cursor: pointer;
}
.popup_hello_close {
  display: none;
}
@media (min-width: 770px) {
  .hello_text {
    top: calc(50% - 174px);
    left: calc(50% - 250px);
    width: 500px;
    border-radius: 20px;
    padding: 25px;
  }
}




/*СТИЛИ ДЛЯ БАЗОВЫХ ВИДЖЕТОВ (БОЛЬШИЕ, ИСПОЛЬЗУЕМ КАК ФОН И РАЗДЕЛЕНИЕ БЛОКОВ)*/

.base_widget {
  display: block;
  float: left;
  background-color: #fff;
  margin-bottom: 25px;
}
.base_widget h2 {
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  color: #3A4754;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}
@media (max-width: 450px) {
  .base_widget h2 {
    font-size: 16px;
    position: relative;
  }
}
.base_widget h2 span {
  color: #4889bf;
}
.base_widget p {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: #54606B;
}
.base_widget p a {
  color: #005ca8;
  font-weight: 500;
  text-decoration:none;
}
@media (max-width: 450px) {
  .base_widget {
    padding: 20px 5%;
    border-radius: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 451px) and (max-width: 770px) {
  .base_widget {
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    margin-left: calc(50% - 210px);
    margin-bottom: 40px;
    max-width: 420px;
  }
}
@media (min-width: 770px) {
  .base_widget {
    padding: 30px;
    border-radius: 30px;
    width: 600px;
    margin-left: calc(50% - 300px);
    margin-bottom: 40px;
  }
}
.base_widget_tabs {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
   min-height: calc(100% - 300px); 

}

.base_widget_dashboard {
  height: 157px;
  padding-bottom: 25px;
}
.base_widget_hello_name {
  height: fit-content;
  padding-bottom: 25px;
}
.base_widget_homepage {
  height: 157px;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
/*НАСТРОЙКА СКРОЛЛ БАРА*/

  ::-webkit-scrollbar {
    display:  none ;
  }

::-webkit-scrollbar {
  background-color: transparent;
  max-width: 5px;
}
::-webkit-scrollbar-button {
}
::-webkit-scrollbar-track {
  background-color: #cbe6ff00;
  border-left: 1px solid #dde1e7;
  width: 20px;
}
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(180deg, #0C68A0 25%, #0C68A0 25%,  #0C68A0 75%, #0C68A0 75%);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(180deg, #015481 25%, #015481 25%,  #015481 75%, #015481 75%);
}
/*СКРОЛЛ БАР ДЛЯ TEXTAREA*/
@media (max-width: 450px) {
  textarea::-webkit-scrollbar {
    display: none;
  }
}
textarea::-webkit-scrollbar {
  background-color: transparent;
  max-width: 5px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-track {
  background-color: #cbe6ff00;
  border-left: 0px solid #fff;
  width: 20px;
}
textarea::-webkit-scrollbar-thumb {
  background-image: linear-gradient(180deg, #ffffff00 25%, #0C68A0 25%,  #0C68A0 75%, #ffffff00 75%);
  border-right: 15px solid transparent;
}
textarea::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(180deg, #ffffff00 25%, #015481 25%,  #015481 75%, #ffffff00 75%);
}

/*СКРОЛЛ БАР ДЛЯ ТАБЛИЦ*/
@media (max-width: 600px) {
  table::-webkit-scrollbar {
    display: none;
  }
}

/*УНИКАЛЬНЫЕ СТИЛИ ДЛЯ БАЗОВЫХ ВИДЖЕТОВ*/
.blockname {
  float: left;
  width: 100%;
  position: relative;
  bottom: 49px;
  height: 0px;
  margin-bottom: 0px;
}
.blockname_text {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 12px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.for_widgets {
  padding: 25px 5%; 
  margin-bottom: 15px; 
  background-color: #fff;
}
#base_widget_home_foto {
  overflow: hidden;
  padding: 0;
}

#base_widget_support p {
  font-size: 12px;
  color: #3A4754;
  font-weight: 400;
  width: 100%;
  margin-top: 10px;
}
.img_notification {
  width: 200px;
  margin-top: 12px;
  margin-right: 12px;
  float: right;
  transform: translate(0px, 0px);
  opacity: 0.1;
  rotate: 15deg;
}

@media (min-width: 1024px) {
  .people {
    float: left;
    position: absolute;
    top: 20px;
    right: 30px;
    background: #fcecc7;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 30px;
}
.people p {
  color: #9e7c2f;
  font-size: 18px;
  font-weight: 600;
}
    #chatdoma {
    display: inline-block;
    width: 600px;
    position:relative;
  }
  #listadvantages {
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .people {
    float: left;
    background: #fcecc7;
    padding: 7px 10px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 10px;
}
.people p {
  color: #9e7c2f;
  font-size: 14px;
  font-weight: 600;
}
#chatdoma {
    position: relative;
}
}
@media (min-width: 1400px) {
  #listadvantages {
    width: calc(85% - 600px);
    display: inline-block;
  }
}
#base_widget_product {
    padding-bottom: 40px;
  }
@media (min-width: 1201px) {
  #base_widget_product {
    width: 800px;
    max-width: 800px;
    margin-left: calc(50% - 400px);
    margin-top: 0px;
  }
}
#base_widget_fastorder {
  padding: 25px 25px;
  border-radius: 20px;
  margin-bottom: 70px;
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
}
@media (min-width: 1201px) {
    #base_widget_fastorder {
      min-height: auto;
      max-width: 400px;
      margin-top: 0px !important;
      padding: 25px 25px 25px 25px;
      margin-left: calc(50% - 200px);
      margin-bottom: 70px !important;
  }
}
@media (max-width: 450px) {
  #base_widget_fastorder {
    padding-top: 85px;
    padding: 25px 5%;
    margin-bottom: 45px;
    background: #f5f7fb !important;
  }
  #special_offers {
    padding-right: 0px;
    padding-left: 0px;
  }
  #special_offers h2 {
    padding-left: calc(5% + 10px) ;
    padding-right: calc(5% + 10px) ;
  }
}
@media (min-width: 451px) {
  #special_offers {
    padding-right: 0px;
    padding-left: 0px;
  }
  #special_offers h2 {
    padding: 0 40px;
  }
}
/*НАСТРОЙКИ МИНИ ВИДЖЕТОВ-КНОПОК*/
.mini_widget_container {
  width: 100%;
  height: fit-content;
  float: left;
  display: flex;
  grid-gap: 5%;
  row-gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
}
.mini_widget {
  display: inline-block;
  float: left;
  width: calc(90%/3);
  aspect-ratio: 1 / 1;
  height: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
  overflow: hidden;
  max-height: 125px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  /* border-left: 2px solid #dfdfdf; */
}
.mini_widget_disable {
  display: inline-block;
  float: left;
  width: calc(90%/3);
  aspect-ratio: 1 / 1;
  height: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
  overflow: hidden;
  max-height: 125px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.mini_widget_img_container {
  position: relative;
    float: right;
    width: 90px;
    height: 90px;
    overflow: visible;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 15px;
    opacity: 0.5;
    rotate: -5deg;
    right: -5px;
}

.mini_widget_img {
  width: 65px;
  opacity: 1;
  position: relative;
}

.mini_widget:hover {
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
  transform: scale(0.98) !important;
}
.mini_widget p {
  height: 100%;
  padding: 0px;
  margin-bottom: 0px;
  color: #54606B;
  font-size: 12px;
  font-weight: 400;
}
.mini_widget p span {
  height: 100%;
  margin-bottom: 0px;
  color: #3A4754;
  font-size: 16px;
  font-weight: 500;
}
.mini_widget_disable p {
  height: 100%;
  padding: 0px;
  margin-bottom: 0px;
  color: #54606B;
  font-size: 12px;
  font-weight: 400;
}
.mini_widget_disable p span {
  height: 100%;
  margin-bottom: 0px;
  color: #3A4754;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .mini_widget {
    padding: 15px;
    border-radius: 8px;
  }
  .mini_widget p {
    font-size: 12px;
  }
  .mini_widget p span {
    font-size: 18x;
  }
}
@media (max-width: 770px) {
  .mini_widget_disable {
    padding: 15px;
    border-radius: 8px;
  }
  .mini_widget_disable p {
    font-size: 12px;
  }
  .mini_widget_disable p span {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .mini_widget p {
    font-size: 12px;
    font-weight: 400;
  }
}
@media (max-width: 450px) {
  .mini_widget_disable p {
    font-size: 12px;
  }
}
/*УНИКАЛЬНЫЕ НАСТРОЙКИ МИНИ ВИДЖЕТОВ*/

.mini_widget_long_img_container {
  position: absolute;
  top: 35%;
  right: 10px;
  display: block;
  float: left;
  width: 100%;
  height: 0px;
  overflow: visible;
}
.mini_widget_long {
  text-decoration: none;
  height: 65px;
  max-height: 75px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.mini_widget_long p {
  width: calc(100% - 80px);
}

.mini_widget_long_img {
  width: 20%;
  max-width: 160px;
  display: inline-block;
  float: right;
  rotate: -5deg;
}
/*Элементы внутри виджета дашборда*/
.div_tools {
  width: 160px;
  display: inline-block;
  float: right;
  transform: translate(-30px, -15px);
  rotate: -8deg;
}
.tools-img {
  width: 160px;
}
@media (max-width: 770px) {
  #mini_widget_dashboard {
    width: 100%;
    max-height: 80px;
  }
  .div_tools {
    width: 70px;
    display: inline-block;
    float: right;
    transform: translate(-10px, 10px);
    rotate: -8deg;
  }
  .tools-img {
    width: 70px;
  }
}
/*СТИЛИ ДЛЯ МОДАЛЬНЫХ ОКОН*/

.nl_modal {
  position: fixed;
  z-index: 6;
  background-color: #fff;
}
.nl_modal h2 {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #3A4754;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 25px;
}
.nl_modal h2 span {
  color: #3079b6;
}
@media (max-width: 450px) {
  .nl_modal h2 {
    font-size: 16px;
  } 
}
.modal_bg {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background: rgb(0 0 0 / 50%);
  backdrop-filter: blur(4px);
  z-index: 9;
  animation-name: animatefadein;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
@media (max-width: 770px) {
  .modal_bg {
    background: rgb(0 0 0 / 50%);
    /* z-index: 9; */
  }
}
.ccorder_nl_modal, #cashback_nl_modal, #emergency_nl_modal, #policeman_nl_modal, #pochta_nl_modal, #water_nl_modal, #auth_nl_modal, #sub_nl_modal {
  height: auto;
}
@media (min-width: 751px) {
  #food_nl_modal {
    height: fit-content !important;
    max-height: 800px;
    padding-bottom: 20px;
  }
}
@media (max-width: 450px) {
.ccorder_nl_modal, #sub_nl_modal {
  padding: 30px 5% 20px 5% !important ;
}
}
/*НАСТРОЙКА ВЫПАДАЮЩИХ СПИСКОВ И КАРТОЧЕК В МОДАЛЬНЫХ ОКНАХ*/

.box_list_modal {
  width: 100%;
  height: calc(100% - 35px);
  overflow-y: auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.list_modal {
    width: 100%;
    display: flex;
    float: left;
    padding: 0px 0px;
    height: fit-content;
    flex-direction: column;
    margin-bottom: 10px;
}
.noinfo_text {
  float: left;
  width: 100%;
  color: #8d7551;
  font-size: 14px !important;
  font-weight: 400;
  padding: 10px 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: blanchedalmond;
  border-radius: 8px;
  line-height: 1.25;
  position: relative;
}
.noinfo_text_auth {
  position: absolute;
  top: 210px;
  left: calc(50% - 150px);
  text-align: center;
  background: transparent;
  color: #333 !important;
  font-weight: 500;
  float: left;
  width: 300px;
  font-size: 14px !important;
  border-radius: 8px;
  line-height: 1.25;
}

.line_modal {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0px 20px;
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
}

@media (max-width: 450px) {
  .line_modal {
    padding: 0px 20px;
    transition: 0.3s;
  }
}
.line_modal:checked {
  height: fit-content;
}
.line_modal_feedback {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px 15px;
}
.line_modal_feedback p {
  font-size: 12px;
  color: #54606B;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.line_modal a {
  text-decoration: none;
  color: #005ca8;
  font-weight: 500;
}
.line_modal.expanded {
  min-height: fit-content
}
.line_modal_open {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 5px;
}
.line_modal_open p {
  display: inline-block;
  float: left;
  width: 100%;
  color: #54606B;
  font-size: 14px;
  font-weight: 300;
  /* padding-bottom: 15px; */
  margin-bottom: 0;
}
.line_modal p {
  display: inline-block;
  float: left;
  width: 100%;
  color: #54606B;
  font-size: 12px;
  font-weight: 300;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
}

/*УНИКАЛЬНЫЕ НАСТРОЙКИ МОДАЛЬНЫХ ОКОН*/
.hide_arrow {
  display: none;
  position: fixed;
  bottom: 30px;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  border-radius: 25px;
  background-color: #fff;
  opacity: 0.7;
  border: 1px solid #e0ecf5;
}
@media (min-width: 1200px) {
  #chaneel_add_nl_modal, #feedback_nl_modal, #coin_nl_modal,  #order_history_nl_modal, #homeinfo_nl_modal, #chat_nl_modal, #price_nl_modal, #prov_nl_modal, #dogs_walker_nl_modal, #babysitter_nl_modal, #trash_remover_nl_modal, #dress_maker_nl_modal, #print_maker_nl_modal {
    width: 600px;
    min-width: 600px;
    height: 50%;
    min-height: 500px;
    overflow: hidden;
  }
}
@media (min-width: 771px) and (max-width: 1199px) {
  #chaneel_add_nl_modal, #polyclinic_nl_modal, #dogs_walker_nl_modal, #babysitter_nl_modal, #trash_remover_nl_modal, #order_history_nl_modal, #homeinfo_nl_modal, #chat_nl_modal, #dress_maker_nl_modal, #print_maker_nl_modal, #prov_nl_modal, #adds_nl_modal {
    width: 600px;
    height: 80%;
    overflow: hidden;
  }
}

/*УНИКАЛЬНЫЕ НАСТРОЙКИ НА МОБИЛЬНЫХ*/
@media (max-width: 770px) {
  .nl_modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 2% 0px 2%;
    animation-name: animatebottom;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    box-shadow: 0px 4px 10px 5px #063b5b14;
  }
  .hide_arrow {
    box-shadow: 0px 4px 10px 5px #063b5b14;
  }
#dogs_walker_nl_modal, #print_maker_nl_modal, #trash_remover_nl_modal, #babysitter_nl_modal, #dress_maker_nl_modal, #category_nl_modal, #coin_nl_modal,  #district_nl_modal, #feedback_nl_modal, #price_nl_modal, #order_history_nl_modal, #homeinfo_nl_modal, #chat_nl_modal, #emergency_nl_modal, #polyclinic_nl_modal, #policeman_nl_modal, #pochta_nl_modal, #food_nl_modal, #prov_nl_modal, #eda_nl_modal, #water_nl_modal, #adds_nl_modal {
    max-height: calc(100% - 120px);
  }
}
#cashback_nl_modal, #emergency_nl_modal {
  overflow-y: auto;
}
#adds_nl_modal {
  min-height: 575px;
  height: 575px;
}
@media (max-width: 451px) {
 #chaneel_add_nl_modal {
  height: 100%;
  border-radius: 0px;
}
}


/*УНИКАЛЬНЫЕ НАСТРОЙКИ НА ПК*/
@media (min-width: 771px) {
  .nl_modal {
    margin: auto;
    width: 600px;
    height: fit-content;
    border-radius: 20px;
    padding: 30px;
    padding-bottom: 0px;
    border: 1px solid #e0ecf5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    animation-name: animatefadein;
    animation-duration: 0.3s;
    animation-timing-function: ease;
  }
}
/*АНИМАЦИЯ ПЛАВНОГО ПОЯВЛЕНИЯ*/
@keyframes animatefadein {
  0% {opacity:0;}
  100% {opacity:1;}
}
/*АНИМАЦИЯ ПОЯВЛЕНИЯ СВЕРХУ*/
@keyframes animatebottom {
  from {top:-3000px; opacity:1}
  to {top:0px; opacity:1}
}
/*АНИМАЦИЯ ПЛАВНОГО ЗАКРЫТИЯ*/
@keyframes animatefadeout {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
/*АНИМАЦИЯ ПЛАВНОГО СКРЫТИЯ ВВЕРХ*/
@keyframes animatetop {
  from {top:0px; opacity:1}
  to {top:-1000px; opacity:1}
}
.fadeout_modal_bg {
  animation-name: animatefadeout;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards; /* Задерживает элемент в конечном состоянии анимации */
}
.fadeout_modal {
  animation-name: animatefadeout;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards; /* Задерживает элемент в конечном состоянии анимации */
}
@media (max-width: 450px) {
  .fadeout_modal {
  animation-name: animatetop;
  animation-duration: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards; /* Задерживает элемент в конечном состоянии анимации */
}
.fadeout_modal_bg {
  animation-name: animatefadeout;
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards; /* Задерживает элемент в конечном состоянии анимации */
}
}
/*АНИМАЦИЯ ПЛАВНОГО УМЕНЬШЕНИЯ ОБЪЕКТА*/
@keyframes animatedecrease {
  0% {transform: translateY(0px) scale(1); box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);}
  100% {transform: translateY(-2px) scale(1.05); box-shadow: 0px 5px 7px 1px rgba(221,230,238,0.9);}
}
/*АНИМАЦИЯ ПЛАВНОГО ЗАПОЛНЕНИЯ ГРАДИЕНТА КНОПКИ SUPER_SEND*/
@keyframes animatesendgradient {
  from {background-position: 0% 100%;}
  to {background-position: 100% 0%;}
}

/*НАСТРОЙКА ФОРМ И ПОЛЕЙ*/
.form {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
.form p a {
  text-decoration: none;
  color: #005ca8;
  font-weight: 500;
}
.form input {
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 10px;
  font-weight: 400;
  border: 0px;
  background-color: #e7f3ff;
  color: #306ea0;
  margin-bottom: 10px;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  transition: 0.3s;
}
.form input:hover { 
  background-color: #bbdeff;
}
.form input:focus { 
  background-color: #bbdeff;
}
.form textarea { 
  min-height: 100px;
  border:none;
  border-radius: 10px;
  background-color: #e7f3ff;
  margin-top: 0;
  margin-bottom: 0;
  width:100%;
  padding:15px 20px;
  color: #306ea0;
  outline: none;
  margin-bottom: 0;
  vertical-align:top;
  margin-bottom: 10px;
  resize: none;
  overflow: auto;
  transition: 0.3s;
}
.form textarea:hover { 
  background-color: #bbdeff;
}
.form textarea:focus { 
  background-color: #bbdeff;
}
.form textarea::placeholder {
  color:#306ea0;
  font-size:14px;
}
/*УНИКАЛЬНЫЕ ЭЛЕМЕНТЫ ФОРМ И ПОЛЕЙ*/

#seach_chat {
  margin-bottom: 15px;
}
#seach_chat input {
  width: calc(100% - 80px);
  margin-bottom: 0px;
}
#phone_field {
  width: calc(100% - 44px);
  display: inline-block;
}
#phone_field:hover { 
  background-color: #bbdeff;
}
#phone_field:focus { 
  background-color: #bbdeff;
}
@media (max-width: 1200px) {
    .form textarea { 
    height: 100px;
  }
}
@media (min-width: 1201px) {
    .form textarea {
    height: 180px;
    max-height: 180px;
    min-height: 180px;
  }
}
#home-select {
 width: 100%;
 margin-bottom: 10px;
}

/*НАСТРОЙКА КНОПОК*/
.search_btn {
  margin-left: 10px !important ;
}
#super_send {
  width: 100%;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  border: 0px;
  font-weight: 600;
  height: 40px;
  display: inline-block;
  outline: none;
  background: linear-gradient(45deg, #0068a0 0%, #ee3f58 50%);
  background-size: 200%;
  transition: 1s;
  text-decoration: none;
  text-align: center;
}
a#super_send {
  padding-top: 7px;
}
#super_send:hover {
  background-position: 100%;
}
#base_send {
  width: fit-content;
  display: block;
  float: left;
  background: #4889bf;
  border-radius: 8px;
  color: #fff;
  height: 35px;
  border: none;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
}
#base_send:hover {
  background: #3e77a7;
}
.nl_btn_feedback {
  width: fit-content;
  display: block;
  float: left;
  background: #4889bf;
  border-radius: 17.5px;
  color: #fff;
  height: 35px;
  border: none;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s;
  margin-bottom: 15px !important;
}
.nl_btn_feedback:hover {
  background: #3e77a7;
}
.nl_btn_danger {
  width: fit-content;
  display: block;
  float: left;
  background: #df4754;
  border-radius: 50px;
  color: #fff;
  height: 35px;
  border: none;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s;
}
.nl_btn_danger:hover {
  background: #c3313d;
}
.navigation_btn_box {
  width: 100%;
  float: left;
  height: fit-content;
  margin-top: 15px;
  display: none;
}
@media (max-width: 450px) {
  .navigation_btn_box {
    display: block;
  }
}
.navigation_btn {
  width: fit-content;
  display: block;
  float: left;
  background: #98a4b1;
  border-radius: 25px;
  color: #fff !important ;
  height: 30px;
  border: none;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 600 !important;
}
.navigation_btn:hover {
  background: #8592a1;
}
#form_send {
  width: 100%;
  display: block;
  float: left;
  background: #4889bf;
  border-radius: 25px;
  color: #fff;
  height: 35px;
  border: none;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s;
}
#form_send_hyz {
  display: block;
  float: left;
  background: #4889bf;
  border-radius: 10px;
  color: #fff;
  height: 35px;
  border: none;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
}
#form_send:hover {
  background: #3e77a7;
}
.btn_icon {
  width: 40px;
}
.btn_icon_service {
  width: 20px;
  margin-right: 8px;
}
.feedback_icon {
  display: inline-block;
  width: 12px;
  margin-right: 10px;
}

/* ПЕРСОНАЛЬНЫЕ ДАННЫЕ */
.foto_profile_container {
  position: relative;
  margin-top: 0;
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  background: transparent;
  margin-right: 15px;
  border-radius: 8px;
}

.foto_profile {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  overflow: hidden;
/*  margin-left: 3px;
  margin-top: 3px;*/
  border-radius: 20px;
}

/* Скрыть всплывающее окно по умолчанию */
.foto_profile_container .overlay {
  display: none;
  opacity: 65%;
}

/* Стили для всплывающего окна */
.foto_profile_container:hover .overlay {
  display: flex;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный серый фон */
  display: flex;
  justify-content: center;
  align-items: center;
}

.change_photo_button {
  color: #fff; /* Белый текст кнопки */
  padding: 10px;
  background-color: #333; /* Цвет фона кнопки */
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.body_index, .body_profile, .body_rules {
  max-width: 1440px;
  margin: 0 auto;
}

.body_home {
  width: 100%;
  margin: 0 auto;
}

.body_policy {
  max-width: 800px;
  margin: 0 auto;
}


.form_send {
  width: 100%;
  display: block;
  float: left;
  background: #4889bf;
  border-radius: 25px;
  color: #fff;
  height: 35px;
  border: none;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s;
}
.form_send:hover {
  background: #3e77a7;

}


@media (max-width: 1600px) {
  .body_rules {
    padding: 0px 5%;
  }
}
@media (max-width: 1600px) {
  .body_policy {
    padding: 0px 5%;
  }
}


/*СТИЛИ ДЛЯ СТРАНИЦЫ RULES*/

/*КНОПКА ЗАКАЗАТЬ РЕКЛАМУ*/

.div-adsorder {
  display: block;
  width: 300px;
  border-radius: 30px;
  overflow: visible;
  background-image: linear-gradient(45deg, #0068a0, #ee3f58);
  float: left;
}
@media (max-width: 770px) {
  .div-adsorder {
    display: block;
    border-radius: 30px;
    overflow: visible;
    background-image: linear-gradient(45deg, #0068a0, #ee3f58);
  }
}

/*НАСТРОЙКА ТЕКСТОВЫХ БЛОКОВ*/

.text_rules {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  color: #54606B;
  display: block;
}
.text_rules a {
  color: #3079b6;
  font-weight: 500;
  text-decoration: none;
}
.text_rules span {
  font-weight: 600;
}

@media (max-width: 770px) {
  .text_rules {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    color: #54606B;
  }
  .text_rules p {
    font-size: 14px;
    float: left;
  }
  .text_rules h3 {
    font-size: 20px;
    float: left;
  }
  .text_rules h5 {
    font-size: 16px;
    float: left;
  }
  .text_rules h1 {
    font-size: 26px;
    float: left;
  }
  .text_rules h2 {
    font-size: 20px;
    float: left;
  }
}

/*СТИЛЬ КАРТОЧЕК ПОДПИСОК*/

.subscribe_card, .subscribe_card_b2b {
  display: block;
  float: left;
  width: 100%;
  height: fit-content;
/*  border:5px solid;*/
  border-radius:10px;
/*  background-image: linear-gradient(0.461turn,rgba(239,248,255,1) 0%,rgba(239,248,255,1) 17%,rgb(221 230 238) 100%);*/
/*  border-color: #e0ecf5;*/
  overflow: hidden;
  margin-top:0px;
  margin-bottom:25px;
  background-color: #fff;
}
.subscribe_card h3, .subscribe_card_b2b h3 {
  display: block;
  width: 100%;
  overflow: visible;
  max-height: 88px;
  font-size:16px;
  font-weight: 800;
  padding: 25px 0px 5px 25px;
  margin-bottom: 0px;
  float: left;
  color: #3A4754;
}

.subscribe_card h3 span, .subscribe_card_b2b h3 span {
  font-size:16px;
  font-weight: 400;
}
@media (min-width: 951px) {
  .subscribe_card, .subscribe_card_b2b {
    width: 600px;
    margin-right: 25px;
  }
}
.sub_img_container {
  position: relative;
  top: -500px;
  left: 0px;
  display: block;
  float: left;
  width: 100%;
  height: 0px;
  overflow: visible;
}
/*НАСТРОЙКА ВЫПАДАЮЩЕГ СПИСКА С АДРЕСАМИ*/


.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  color: #306ea0 !important;
  font-size: 14px !important;
  height: 35px !important;
  padding-top: 4px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #cbe6ff !important;
    border: 0px solid transparent !important;
    border-radius: 30px !important;
    color: #306ea0 !important;
    height: 35px !important;
    margin-bottom: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
    position: absolute;
    top: 0px !important;
    right: 10px !important;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #306ea0 !important ;
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px !important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #e7f3ff !important;
    border-radius: 8px !important;
}
.select2-container--open .select2-dropdown--below {
    /* border-top: none; */
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    background: #cbe6ff !important  ;
    color: #306ea0 !important ;
    overflow: hidden !important ;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
    background: #4889bf;
    border-radius: 0px !important;
}
.select2-dropdown {
    background-color: white;
    border: 0px solid transparent !important;
    border-radius: 17.5px !important  ;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 35px;
    margin-bottom: 10px !important;
}
.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 17.5px !important ;
    border-top-right-radius: 17.5px !important ;
    background: #cbe6ff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px solid transparent !important  ;
    border-radius: 30px !important  ;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 10px !important ;
}
.select2-search--dropdown .select2-search__field {
    height: 27px !important ;
    padding-left: 20px !important ;
    padding-right: 20px !important  ;
    color: #306ea0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4889bf !important  ;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #69a7e1 !important  ;
    color: white;
    padding-left: 20px !important ;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #879fb3 !important  ;
    color: #fff !important  ;
    padding-left: 20px !important ;
}
.select2-results__option .select2-home-select-result-sa52-1 {
  padding-left: 20px !important ;
}
.select2-search__field:focus {
  outline: none;
}
.select2-results__option {
  padding-left: 20px !important ;
}

/*СООБЩЕНИЯ ОБ ОШИБКЕ*/

dl.messages, ol.messages, ul.messages {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #c1003d;
    background: #ffe4e8;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    /*margin-top: 10px;*/
}



/*КНОПКА АВТОРИЗАЦИИ ЧЕРЕЗ ТЕЛЕГРАМ*/

.tg_auth {
  width: 100%;
  display: block;
  float: left;
  background: #4889bf;
  border-radius: 10px;
  color: #fff;
  height: 40px;
  border: none;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}
.tg_auth:hover {
  background: #3e77a7;
}
@media (min-width: 451px) {
  .tg_auth_home {
    margin-bottom: 30px;
  }
}

.auth_label_box {
  display: flex;
  flex-direction: row;
  row-gap: 5px;
  float: left;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #3A4754;
  padding: 4px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
  box-shadow: inset 0px 3px 5px 1px rgba(221,230,238,0.7);
}
.auth_label, .register_label {
  width: 50%;
  height: 32px;
  border-radius: 20px;
  outline: none;
  border: 0px solid transparent;
  color: #54606B;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  cursor: cursor;
}
.label_active {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 5px 1px rgba(221,230,238,0.7);
  font-weight: 500;
}
.label_hidden {
  background-color: #f7f7f7;
}
.button_img {
  width: 20px;
  margin-right: 10px;
}
.reg_box {
  display: none;
  float: left;
  width: 100%;
}
.box_active {
  display: block;
}
.box_hidden {
  display: none;
}
.auth_box {
  width: 100%;
  float: left;
}


.box_tabs {
  float: left;
  display: flex;
  flex-direction: row;
  gap: 2px;
  width: 90%;
  margin-left: 5%;
}
@media (max-width: 450px) {
  .box_tabs {
    width: 100%;
    margin-left: 0;
  }
}
.tabs_1, .tabs_2, .tabs_3 {
  position: relative;
  float: left;
  width: calc((100% - 4px)/3);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #d5dadf;
  font-size: 16px;
  text-align: center;
  padding: 10px 10px;
  color: #636363;
  font-weight: 500;
  cursor: pointer;
}
.tabs_1 p, .tabs_2 p, .tabs_3 p {
 margin-bottom: 0px;
}
.tabs_active {
  background-color: #fff;
  color: #3e77a7;
  border-top: 1px solid;
}
@media (max-width: 450px) {
  .tabs_1, .tabs_2, .tabs_3 {
    font-size: 12px;
  }
}
.form_checkbox {
  display: block;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  font-weight: 400px;
}
.form_checkbox label {
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  color: #306ea0;
  background-color: #cbe6ff;
  font-weight: 400;
  border-radius: 10px;
  outline: none;
  border: 0px solid transparent;
  margin-bottom: 10px;
}
.form_checkbox label:hover {
  background-color: #bbdeff;
}
input.checkbox_input {
  margin-right: 10px !important ;
}
/* для элемента input c type="checkbox" */
    .custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label, связанного с .custom-checkbox */
    .custom-checkbox+label {
      display: inline-flex;
      align-items: center;
      user-select: none;
    }

    /* создание в label псевдоэлемента before со следующими стилями */
    .custom-checkbox+label::before {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #6a8cb3;
      border-radius: 0.25em;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
    }

    /* стили при наведении курсора на checkbox */
    .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
      border-color: #b3d7ff;
    }

    /* стили для активного чекбокса (при нажатии на него) */
    .custom-checkbox:not(:disabled):active+label::before {
      background-color: #b3d7ff;
      border-color: #b3d7ff;
    }

    /* стили для чекбокса, находящегося в фокусе */
    .custom-checkbox:focus+label::before {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    .custom-checkbox:focus:not(:checked)+label::before {
      border-color: #80bdff;
    }

    /* стили для чекбокса, находящегося в состоянии checked */
    .custom-checkbox:checked+label::before {
      border-color: #62a2dd;
      background-color: #62a2dd;
      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");
    }

    /* стили для чекбокса, находящегося в состоянии disabled */
    .custom-checkbox:disabled+label::before {
      background-color: #e9ecef;
    }

    .textarea_price {
      border-radius: 17.5px !important;
    }

    .input_price {
      border-radius: 17.5px !important;
      margin-bottom: 15px !important;
      margin-top: 0px !important;
    }
    #feedback_modal_bg {
      z-index: 999;
    }
    .smile_feedback {
      float: left;
      width: 20px;
      height: 20px;
      margin-right: 15px;
      margin-top: 15px;
    }
    .category_feedback {
      padding: 0;
      border-radius: 30px;
      height: 30px;
      background-color: #fff;
      font-size: 12px;
      color: #3A4754;
      outline: none;
      border: 0px solid transparent;
      margin-bottom: 10px;
    }
    .img_order_box {
      float: left;
      width: 100%;
    }
    .img_order {
      width: 70px;
      height: 70px;
      border-radius: 10px;
      margin-bottom: 10px;
    }
    .form_radio_btn {
      display: inline-block;
      margin-right: 10px;
    }
    .form_radio_btn input[type=radio] {
      display: none;
    }
    .form_radio_btn label {
      display: inline-block;
      cursor: pointer;
      padding: 0px 15px;
      line-height: 34px;
      user-select: none;
      font-size: 12px;
      font-weight: 500;
      color: #3f7fb3;
      border: 0px solid transparent;
      margin-bottom: 10px;
      border-radius: 17.5px;
      transition: 0.3s;
    }
     
    /* Checked */
    .form_radio_btn label.checked {
      background-color: #cbe6ff;
    }
     
    /* Hover */
    .form_radio_btn label:hover {
      color: #3f7fb3;
    }
     
    /* Disabled */
    .form_radio_btn input[type=radio]:disabled + label {
      background: #fff;
      color: #3f7fb3;
    }
    .form_radio_btn label:hover {
      background-color: #bbdeff;
    }
    .btn_box {
      width: 100%;
      float: left;
      text-align: center;
    }


.sdff {
  position: fixed;
  z-index: 6;
  background-color: #fff;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px 5% 30px 5%;
}
.sdff h2 {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #3A4754;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}
.sdff h2 span {
  color: #3079b6;
}
@media (max-width: 450px) {
  .sdff h2 {
    font-size: 16px;
  } 
}

#calculatorOutput {
  width: 100%;
  float: left;
}
#calculatorOutput span {
  width: 100%;
  float: left;
}
.variant {
  width: 100%;
  float: left;
  height: fit-content;
}
.variantName {
  float: left;
  margin-bottom: 0px;
}
.variantValue {
  float: left;
  margin-bottom: 0px;
}
.calc_box {
  font-size: 12px;
  width: 100%;
  float: left;
  background-color: #fff;
  bottom: 0px;

  padding: 25px;
  max-width: 450px;
  color: #54606B;
}
@media (min-width: 1051px) {
  .calc_box {
    position: relative;
    width: calc(100% - 475px);
    height: fit-content;
    margin-left: 25px;
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 80px;
    border-radius: 10px;
  }

}
.calc_box span {
  font-weight: 600;
}

.calc_box_mobile span {
  font-weight: 600;
}
/*@media (max-width: 450px){*/
  .calc_box {
    display: none;
  }
  .calc_box_mobile {
  position: relative;
  width: 100%;
  height: fit-content;
  display: block;
  margin-bottom: 10px;
  border-top-left-radius: 30px !important ;
  border-top-right-radius: 30px !important;
  border-radius: 10px;
  font-size: 12px;
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 15px;
  bottom: 0px;
  color: #54606B;
}
/*}*/
@media (min-width: 1050px) {
  .calc_box_mobile {
    font-size: 14px;
  }
}

.td_click {
  background-color: #cbe6ff !important;
  color: #306ea0 !important;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.td_click:hover {
  background-color: #bbdeff !important;
}
.clicked {
  background-color: #cbe6ff !important;
  color: #306ea0 !important;
  transition: 0.3s;
  font-weight: 600;
}


@media (max-width: 450px){
  .calc_box {
    padding: 25px 5%;
}
}

.td_click {
  background-color: #cbe6ff !important;
  color: #306ea0 !important;
  transition: 0.3s;
  font-weight: 600;
}
.clicked {
  background-color: #cbe6ff !important;
  color: #306ea0 !important;
  transition: 0.3s;
  font-weight: 600;
}

td.counter_padding {
  overflow: hidden;
  padding: 0px !important;
}

.counter_padding span {
  padding: 10px 15px !important;
  display: block;
  width:100%;
  cursor:pointer;
}
td.counter_padding1 {
  overflow: hidden;
  padding: 0px !important;
}

.counter_padding1 span {
  padding: 10px 15px !important;
  display: block;
  width:100%;
  cursor:pointer;
}
td.counter_padding9 {
  overflow: hidden;
  padding: 0px !important;
}

.counter_padding9 span {
  padding: 10px 15px !important;
  display: block;
  width:100%;
  cursor:pointer;
}
td.counter_padding2 {
  overflow: hidden;
  padding: 0px !important;
}

.counter_padding2 span {
  padding: 10px 15px !important;
  display: block;
  width:100%;
  cursor:pointer;
}
td.counter_padding3 {
  overflow: hidden;
  padding: 0px !important;
}

.counter_padding3 span {
  padding: 10px 15px !important;
  display: block;
  width:100%;
  cursor:pointer;
}
td.counter_padding4 {
  overflow: hidden;
  padding: 0px !important;
}

.counter_padding4 span {
  padding: 10px 15px !important;
  display: block;
  width:100%;
  cursor:pointer;
}
td.counter_padding5 {
  overflow: hidden;
  padding: 0px !important;
}

.counter_padding5 span {
  padding: 10px 15px !important;
  display: block;
  width:100%;
  cursor:pointer;
}
.gallery {
  width: 100%;
  margin-bottom: 15px;
}
.line_modal form {
  float: left;
  width: 100%;
}
.line_modal form input {
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  color: #306ea0;
  background-color: #cbe6ff;
  font-weight: 400;
  border-radius: 20px;
  outline: none;
  border: 0px solid transparent;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 10px;
}
.photo {
  margin: 0px !important;
}

@media (max-width: 800px) {
  .policy_text {
    font-size: 12px;
  }
}

.noHover{
    pointer-events: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%; /* Задайте ширину, которая подходит вам */
}

.select-trigger {
  padding: 0px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  line-height: 34px;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  color: #306ea0;
  background-color: #e7f3ff;
  border-radius: 10px;
  transition: 0.3s;
  margin-bottom:10px;
  font-family: 'Ubuntu', sans-serif;
}

.selected-option {
  margin-right: 10px;
}

.arrow {
  font-size: 12px;
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 0px solid transparent;
    width: 100%;
    border: 1px solid #ccc;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 17.5px 17.5px;
    border-color: #e0ecf5;
    border-top: 0px solid transparent;
    margin-top: -20px;
    background: transparent;
    padding-top: 20px;
    border-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 3px 0px #8ea4b74d;
    padding-bottom: 5px;
    background: transparent;
    background-image: linear-gradient(0deg, #fff, transparent);

}

.options li {
    padding: 0px 15px;
    cursor: pointer;
    line-height: 34px;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    color: #306ea0;
    border: 0px solid transparent;
    transition: 0.3s;
    background: #fff;
}

.options li:hover {
  background-color: #bbdeff;
}


/* Checked */
.options li.checked {
  background-color: #cbe6ff;
}

/* Hover */
.options li.checked:hover {
  background-color: #cbe6ff;
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled + .options li {
  background: #fff;
  color: #3f7fb3;
}

.take_order {
  height: 35px; width: calc(50% - 5px) !important; font-size:12px; font-weight:500; border: none; background-color:#288564; border-radius:20px; flex-direction: row;flex-wrap: wrap; display: inline-block;float: left;
}

.cancel_order {
  height: 35px; 
  width: calc(50% - 5px) !important; 
  font-size: 12px; 
  font-weight: 500; 
  border: none; 
  background-color: #B03453; 
  border-radius: 20px; 
  flex-direction: row; 
  flex-wrap: wrap; 
  display: inline-block; 
  float: right; 
  margin-bottom:15px;
}

/*#AcceptOrderForm {
  margin-bottom:15px;
}*/

#success_nl_modal {
  padding: 20px 5% 20px 5% !important;
  background: #b6d7c3f2;
  width: calc(100% - 40px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px 2% 30px 2%;
  animation-name: animatebottom;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  box-shadow: 0px 4px 10px 5px #063b5b14;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px;
  margin: 20px;
  border: 0px solid transparent;
  height: auto;
}
@media (min-width:800px) {
  #success_nl_modal {
  width: 400px;
  padding: 20px 30px 20px 30px !important;
}
}

.img_success {
  width: 60px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding: 10px;
  background: rgba(212.32, 233.75, 220.89, 0.95);
  border-radius: 15px;
}
.success_list li {
  font-size: 16px;
  font-weight: 500;
  color: #0f552b;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.success_list {
  padding-left: 0px;
  margin-bottom: 0px;
  float: left !important;
  display: block;
}

#unsuccess_nl_modal {
  padding: 20px 5% 20px 5% !important;
  background: rgba(214.62, 181.54, 181.54, 0.95);
  width: calc(100% - 40px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px 2% 30px 2%;
  animation-name: animatebottom;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  box-shadow: 0px 4px 10px 5px #063b5b14;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px;
  margin: 20px;
  border: 0px solid transparent;
  height: auto;
}
@media (min-width:800px) {
  #unsuccess_nl_modal {
  width: 400px;
  padding: 20px 30px 20px 30px !important;
}
}

.img_unsuccess {
  width: 60px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding: 10px;
  background: rgba(233.75, 213.61, 212.32, 0.95);
  border-radius: 15px;
}
.unsuccess_list li {
  font-size: 16px;
  font-weight: 500;
  color: #9A110E;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.unsuccess_list {
  padding-left: 0px;
  margin-bottom: 0px;
  float: left !important;
  display: block;
}


.coin_card {
  float: left;
  width: 100%;
  height: auto;
  background: #f5f7fa;
  border-radius: 10px;
  margin-bottom: 15px;
}

.coin_img_container {
    width: 45px;
    float: left;
    margin: 15px 20px 15px 20px;
    height: 45px;
}
.coin_text_container {
    float: left;
    width: calc(100% - 150px);
    margin-left: 20px;
}

.coin_text_container p {
  font-size: 14px !important;
  /* padding: 4px !important; */
}
.coin_numb_container {
    float: right;
    width: 130px;
    height: 75px;
}

.coin_numb {
  font-size: 22px !important;
  height: 100px;
  padding: 10px 20px;
  font-weight: bold !important;
  text-align: end;
}

.coin_img {
  float: left;
  width: 45px;
}

.coin_descr {
  margin-top: 15px;
  font-size: 12px !important;
}

.coin_date {
  margin-top: 15px;
  margin-bottom: 15px !important;
  font-weight:300 !important;
}

.hidden {
  display:none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}



#content-container {
  display: none;
}

@media (min-width: 1200px) {
.mini_widget_long_img_container {
    position: absolute;
    top: 10%;
    right: 10px;
    display: block;
    float: left;
    width: 100%;
    height: 0px;
    overflow: visible;
}
}

.nl_modal a {
  color: #005ca8;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1050px) {
  .channel_name {
    font-size: 20px !important;
  }
  .channel_widget {
    width: calc(95%/2);
  }
  .channel_p {
    bottom: 13px !important;
    left: 25px !important;
  }
  .channel_descr {
    line-height: 1.2 !important;
  }
}
@media (max-width: 1050px) {
  .channel_p {
    top: 10px !important;
    right: 0px !important;
  }
}

@media (max-width: 450px) {
  .meter_date {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    float: left;
    width: fit-content;
    font-size: 10px !important;
    padding: 2px 7px 2px 7px !important;
    border-radius: 8px;
    margin-right: 10px;
    height: auto;
    margin-top: 15px;
    z-index: 2 !important;
    position: absolute !important;
    top: 38px;
  }
}
@media (min-width: 450px) and (max-width: 770px) {
  .meter_date {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    float: left;
    width: fit-content;
    font-size: 11px !important;
    padding: 2px 7px 2px 7px !important;
    border-radius: 8px;
    margin-right: 10px;
    height: auto;
    margin-top: 15px;
    z-index: 2 !important;
    position: absolute !important;
    top: 42px;
  }
}
@media (min-width: 770px) {
  .meter_date {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    float: left;
    width: fit-content;
    font-size: 14px !important;
    padding: 2px 7px 2px 7px !important; 
    border-radius: 8px;
    margin-right: 10px;
    height: auto;
    margin-top: 15px;
    z-index: 2 !important;
    position: absolute !important;
    top: 42px;
  }
}

@media (max-width: 450px) {
  .widget_rules {
    padding: 0px 0% !important;
  }
}


.nl_modal a span {
  color: #005ca8 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}


@media (max-width: 770px) {
  #tablecounter1 {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    float: left;
    -webkit-overflow-scrolling: touch;
    border-radius: 7px;
    margin-bottom: 80px;
}}
@media (min-width: 1050px){
   #tablecounter1 {
    display: table;
    margin-left: 0px;
    width: 100%;

}}


@media (max-width: 770px) {
  #tablecounter2 {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    float: left;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    margin-bottom: 80px;
}}
@media (min-width: 1050px){
   #tablecounter2 {
    display: table;
    width: 100%;

}}

@media (max-width: 770px) {
  #tablecounter3 {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    float: left;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    margin-bottom: 80px;
}}
@media (min-width: 1050px){
   #tablecounter3 {
    display: table;
    width: 100%;

}}

@media (max-width: 770px) {
  #tablecounter4 {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    float: left;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    margin-bottom: 80px;
}}
@media (min-width: 1050px){
   #tablecounter4 {
    display: table;
    margin-left: 0px;
    width: 100%;

}}
@media (max-width: 770px) {
  #tablecounter5 {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    float: left;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    margin-bottom: 80px;
}}
@media (min-width: 1050px){
   #tablecounter5 {
    display: table;
    margin-left: 0px;
    width: 100%;

}}

@media (max-width: 770px) {
  #tablecounter9 {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    float: left;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    margin-bottom: 80px;
}}
@media (min-width: 1050px){
   #tablecounter9 {
    display: table;
    margin-left: 0px;
    width: 100%;

}}


@media (max-width: 450px) {
.cash-p img {
width: 110px;
}
}


@media (min-width: 451px) {
.cash-p img {
width: 150px;
}
#chatdoma {
  display:none !important;
}
}

.modal-window {
  padding: 0 5px;
}

.modal-window p {
  float: left;
  width: 100%;
  color: #54606B;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.modal-button {
  float: left;
  position: relative;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.1s;
  height: 35px;
  outline: none;
  border: 0px solid transparent;
  font-size: 14px;
}
.modal-button:hover {
  transform: scale(1.03);
}
.write {
  background-color: #3079b6;
  margin-right: 10px;
  width: calc(50% - 5px);
  border-radius: 10px;
}
.call {
  background-color:#288564;
  width: calc(50% - 5px);
  border-radius: 10px;
}
.pay {
  margin-top: 10px;
  width: 100%;
  background: #0e314f;
}
.shaking {
  animation-name: tilt-shaking;
  animation-duration: 0.3s;
}
.hoversmall {
  transition: 0.3s;
}
.hoversmall:hover {
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
  transform: scale(0.98) !important;
}
.morebutton {
  position: relative;
  float: right;
  margin-top: 10px;
  width: fit-content;
  background-color: #306ea0;
  color: #fff;
  height: 30px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500px;
} 

@media (min-width: 451px) {
  .story_base_widget {
    background-color: transparent !important;
    background-image: none !important;
  }
  }

/* @keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
} */


.skeleton {
    background: linear-gradient(100deg, #f0f0f0 30%, #e0e0e0 50%, #f0f0f0 70%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.pu-errordate {
  border-radius: 8px;
  margin-bottom: 0;
  padding: 10px 15px;
  width: 100% !important;
  position: relative;
  float: left;
  display: block;
  color: #87455b;
  background: #ff6b98;
  color: #fff9fb;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.filсhat1 {fill:#EB84B4}
.fileda1 {fill:#F78A5B}
.filinternet1 {fill:#6FB4E8}
.filpokazaniya1 {fill:#34B0C0}
.filpost1 {fill:#FAB44B}
.filservice1 {fill:#BBBBBB}
.filhomeinfo1 {fill:#6DA7F2}
.filstar1 {fill:#EBCB63}
.filpomosh1 {fill:#FF7088}
.fillogosd1 {fill: #0068A0}
.fillogosd2 {fill: #E4254E}
/* Изначально все иконки серые */
.switch-btn svg path {
  fill: #b3c3d9;
}

/* Активная кнопка (цвет задаётся через JS) */
.switch-btn.active svg path {
  fill: inherit;
}

.comparison-block {
  background: #ffffff;
  padding: 15px 15px 0 15px;
  margin: 0px 0;
  border: none;
  border-radius: 8px;
  position: relative;
  float: left;
  height: fit-content;
  overflow: hidden;
  width: calc(100% + 20px) !important;
  left: -10px !important;
  border-radius: 0px !important;
  margin-bottom: 19px;
}

.comparison-container {
  display: flex;
  gap: 0px;
  justify-content: flex-start;
  overflow-x: auto;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  padding-left: 0;
  padding-right: 15px;
  padding-bottom: 15px;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding-right: 15px;
}

.btn-compare {
  position: absolute;
  top: 6px;
  right: 7px;
  border-radius: 8px;
  z-index: 1;
  height: 30px;
  color: rgb(48, 121, 182);
  font-size: 12px;
  margin: 0;
  border: none;
  background: #f2f7ff;
}

.btn-compare .icon-prov {
    fill: rgb(127, 178, 254);
    transition: fill 0.3s ease; /* Плавный переход цвета */
}

.btn-compare.active {
  background-color: rgb(127, 178, 254);
  /* Фон при активном состоянии */
}

.btn-compare.active .icon-prov {
  fill: #f2f7ff;
}

.offer-footer_prov {
    border-radius: 0px !important;
}

.btn-remove {
  position: absolute;
  top: 6px;
  right: 7px;
  border-radius: 8px;
  z-index: 1;
  height: 30px;
  color: rgb(48, 121, 182);
  font-size: 12px;
  margin: 0;
  border: none;
  background: #f2f7ff;
}