.page-header__menu-btn.hamburger {
    display: none;
    margin-left: 30px;
}

@media (max-width: 992px) {
    .page-header__menu-btn.hamburger {
        display: inline-block;
    }
    .page-header__content {
        justify-content: space-between;
    }
}
.page-header__phone_mobile {display: none;}

@media (max-width: 767px) {.page-header__menu-btn.hamburger {
    margin-left: 0px;
}
    .page-header__phone_mobile{
        display: block;
         font-size: 16px;
          line-height: 23px;}

}
@media (min-width: 100px) and (max-width: 359px)
{.page-header__phone_mobile
{
        font-size: 14px;
         line-height: 16px}}


/*FORM FEEDBACK*/
.form-feedback {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    /*width: 300px;*/
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.form-feedback input {
    width: 100%;
    margin-bottom: 10px;
    width: 260px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: inherit;
    border-bottom: 1px solid #ccc;
}
.form-feedback input::placeholder {
    color: inherit;
}

.form-feedback [type="submit"] {
    font-size: 16px;
    padding: 10px;
}

.send-ok {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    min-width: 300px;
    padding: 30px 60px;
    background-color: #2a2736;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}
.send-ok__title {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
/*FORM FEEDBACK end*/


/*NEW TARIFF TABLE*/

.tariff-table span.month,
.tariff-table span.day,
.tariff-table span.hour {
  display: none; }

.tariff-table[data-tariff="month"] span.month {
  display: block; }

.tariff-table[data-tariff="day"] span.day {
  display: block; }

.tariff-table[data-tariff="hour"] span.hour {
  display: block; }

.tariff-table tr.space {
  height: 15px; }

.tariff-table thead th {
    font-size: 20px;
  padding: 10px;
  text-align: center; }

.tariff-table tbody th, .tariff-table tbody td {
  padding: 10px;
  width: 20%;
  text-align: center; }

.tariff-table tbody .btn {
  padding: 10px 20px; }

.tariff-table__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 10px 0; }

.tariff-table__switch,
.tariff-table__switch-button {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 15px; }
.tariff-table__switch label,
.tariff-table__switch-button label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  margin-right: 30px;
  cursor: pointer; }
.tariff-table__switch-button label {
  margin-right: 5px;
}
.tariff-table__switch input,
.tariff-table__switch-button input {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0; }
.tariff-table__switch input:checked + span::before {
  opacity: 1; }
.tariff-table__switch-button input:checked + span {
  opacity: 1;
}
.tariff-table__switch span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #d10b0b; }
.tariff-table__switch-button span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #d10b0b;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.tariff-table__switch-button span:hover {
  opacity: 1;
}
.tariff-table__switch span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2002 5.00005L4.4002 8.20005L10.8002 1.80005' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0; }

.tariff-table__phone {
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  margin-right: 15px;
    margin-left: auto;
}
.tariff-table__phone a {
  text-decoration: none;
  border-bottom: 0;
  pointer-events: all;
}

/*.tariff-table__descr {*/
/*  -webkit-flex-basis: 45%;*/
/*  -ms-flex-preferred-size: 45%;*/
/*  flex-basis: 45%; }*/
.tariff-table__descr p, .tariff-table__switch p {
  margin-bottom: 0;
}
/*NEW TARIFF TABLE end*/

/*MODAL*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 100;
  overflow: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); }
.modal.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.2s ease-in-out forwards;
  animation: fadeIn 0.2s ease-in-out forwards; }
.modal.show .modal__content {
  -webkit-animation: fadeIn 0.2s ease-in-out forwards;
  animation: fadeIn 0.2s ease-in-out forwards; }
.modal.hide {
  -webkit-animation: fadeOut 0.2s ease-in-out forwards;
  animation: fadeOut 0.2s ease-in-out forwards; }
.modal.hide .modal__content {
  -webkit-animation: fadeOut 0.2s ease-in-out forwards;
  animation: fadeOut 0.2s ease-in-out forwards; }
.modal__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: auto;
  background: transparent; }
.modal__close_inner {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  font: inherit;
  font-size: 24px;
  font-weight: 500;
  padding: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*MODAL end*/

/*FORM ORDER*/

.form-order {
  max-width: 100%;
  width: 300px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px; }
.form-order__title {
  margin: 0 0 20px;
  text-align: center;
}
.form-order__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }
.form-order fieldset {
  margin-bottom: 20px;
  border: none; }
.form-order input {
  width: 100%;
  color: inherit;
  border-bottom: 1px solid #ccc; }
.form-order input::placeholder {
    color: inherit;
}
.form-order [type="submit"] {
  width: 100%;
  padding: 10px 20px; }

/*FORM ORDER end*/

/*TOOLTIP*/
/**
 * Tooltip Styles
 */
sup[data-tooltip]{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: rgba(209, 11, 11, 0.8);
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 12px;
    padding: 10px;
    border-radius: 50%;
    margin-left: 8px;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    /* position: relative; */
    z-index: 2;
    cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 110%;
    /* left: 50%; */
    left: 0;
    margin-bottom: 5px;
    /* margin-left: -80px; */
    padding: 20px 20px;
    width: 500px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
/*   text-align: center; */
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
/*TOOLTIP end*/

@media (min-width: 1280px) {
    .desktop-hide {
        display: none;
    }
}

/*.logo-slider__logo-link:hover .logo-slider__title {*/
/*  opacity: 1;*/
/*}*/

.logo-slider__title {
    margin-top: 10px;
    font-weight: 500;
  text-align: center;
    opacity: 1;
  /*transition: opacity 0.2s ease;*/
}

.logo-slider__title.hide {
  opacity: 0;
}

.tariff-card__item_btn::before {
  content: none;
}

@media (max-width: 768px) {
  .tariff-card__item {
    padding: 0;
    text-align: center;
  }
  .tariff-card__item::before {
    content: none;
  }
}

.main-banner__btn-wrap-flex {
    display: flex;
}
.main-banner__btn-wrap-flex .btn {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .main-banner__btn-wrap-flex {
        flex-wrap: wrap;
    }
}

/* New block footer */
.page-footer__content_contacts {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
}
.page-footer__contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 32px;
}
.page-footer__contacts > .page-footer__text {
    margin: 0 24px 0 0;
    font-size: 18px;
    text-decoration: none;
}
.page-footer__contacts > .page-footer__text span {
    font-size: 20px;
    font-weight: 500;
}
.page-footer__contacts > a {
    text-decoration: underline;
    cursor: pointer;
}
.page-footer__contacts > a:hover
{   text-decoration: underline;
    color: maroon;
}
.page-footer__contacts > img,
.page-footer__img {
    height: 24px;
    object-fit: contain;
}
.page-footer__contacts > * + * {
    margin-top: 8px;
}
.policyPopup__wrapper {
    width: 60vw;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#policyPopup {
    display: none;
    z-index: 50;
}
#paymentPopup {
    display: none;
    z-index: 50;
}
.policyPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
}
.policy__textwrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 60vh;
    overflow-y: auto;
}
.policy__textwrapper ul {
    list-style: none;
}
.policy__textwrapper h3 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Mazzard H",-apple-system,BlinkMacSystemFont,Roboto,Ubuntu,"Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
}
.policy__textwrapper p,
.policy__textwrapper > ul > .policy__list-item {
    font-family: "Mazzard L",-apple-system,BlinkMacSystemFont,Roboto,Ubuntu,"Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
}
.policy__textwrapper > ul > li.policy__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 60%;
    width: 24px;
    height: 2px;
    background-color: maroon;
}
.policyPopup__close
{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    font: inherit;
    font-weight: inherit;
    font-size: 24px;
    font-weight: 500;
    padding: 0;
}
.js-policyPopup,
.js-paymentPopup{
    border: none;
    cursor: pointer;
    background: transparent;
}
.js-policyPopup span,
.js-paymentPopup span {
    text-decoration: underline;
    color: maroon;
}
.page-footer__img-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 920px) {
    .page-footer__content_contacts {
        flex-direction: column;
    }
    .page-footer__content_contacts > * + * {
        margin-top: 16px;
    }
    .policyPopup__wrapper {
        width: 90%;
    }
    .policy__textwrapper {
        max-height: 80vh;
        overflow: scroll;
    }
}
.icon-link {
   flex: 0 0 180px;
}

.about__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-content: start;
    place-items: start;
}
.icon-link__img {
    max-width: 80px;
}
.icon-link{
    gap: 16px
}
@media(max-width: 768px) {
    .about__links {
        grid-template-columns: 1fr;
    }
}
