@font-face {
  font-family: "Montserrat-Bold";
  src: url(font/Montserrat/Montserrat-Black.ttf);
}
@font-face {
  font-family: "Montserrat";
  src: url(font/Montserrat/Montserrat-Light.ttf);
}
a {
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
p {
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Bold";
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: rgb(243, 243, 243);
  margin: 0;
  padding: 0;
  line-height: normal;
}
ul li {
  list-style: none;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
}
.header {
  position: fixed;
  width: 100%;
  padding: 14px 0px;
  background-color: #273b54;
  /* position: relative; */
  z-index: 9;
}
.header__wrapper {
  display: flex;
  justify-content: space-around;
}
.header__logo {
  width: 250px;
}
.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__info {
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 5px;
}
.header__info-top1 {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-right: 50px;
}
.header__info-address {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.header__menu__info-time {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.header__info-top2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.header__info-tele {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.header__info-scl {
  width: 30px;
  height: 30px;
}
.header__info-nmbr {
  font-family: "Montserrat-Bold";
  color: #fff;
}
.header__info-tel-btn {
  font-family: "Montserrat-Bold";
  background-color: #d5d5d5;
  padding: 10px;
  border: 2px solid #273b54;
  border-radius: 10px;
}
.header__info-btn-info {
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  color: #273b54;
}

/* MODAL */
.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 40%;
  box-shadow: 0 0 12px #bebebebb;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close {
  color: white;
  float: right;
  font-size: 30px;
  font-weight: bold;
  height: 45px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 2px 16px;
  background-color: #273b54;
  color: white;
}
.modal__title {
  font-family: "Montserrat-Bold";
  margin: 0 auto;
  padding: 10px 0px;
}
.modal_body {
  margin: 0 auto;
  padding: 30px 16px;
}
.modal__btn {
  background-color: #273b54;
  color: #fff;
  padding: 9px 8px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  width: 100px;
  border-radius: 10px;
}
.modal__display {
  display: flex;
  justify-content: center;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #273b54;
  color: #273b54;
}
.modal_body__bodytext {
  text-align: center;
}
.modal_body__text {
  font-family: "Montserrat";
  font-weight: 600;
  color: #404040;
}
.modal_body_form {
  display: grid;
  justify-content: center;
  width: 53%;
  margin: 0 auto;
  padding-top: 20px;
}
.modal_body__title-text {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
}
.connection__input {
  width: 250px;
  height: 30px;
  border: 1px solid #747474;
  border-radius: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.modal_body__title-btn {
  font-family: "Montserrat-Bold";
  background-color: tan;
  color: #fff;
  padding: 10px 30px;
  margin-top: 10px;
  border: 1px solid tan;
  border-radius: 20px;
}
.modal_body_form-btn {
  display: flex;
  justify-content: center;
}
.modal_body_form-text {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 11px;
  color: #666666;
  text-align: center;
  padding-top: 10px;
}
/* ******************* */

.header__info-bottom {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__info-main {
  font-family: "Montserrat-Bold";
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  position: relative;
  padding-bottom: 5px;
  z-index: 999;
}
.info-main-padding {
  margin-right: 40px;
}
.header__info-main:hover {
  color: tan;
}
.header__info-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: tan;
  transition: all 0.3s;
}
.header__info-main-hover::after {
  left: 50%;
}
.header__info-main-hover:hover::after {
  width: 100%;
}
.header__info-main-hover:hover::after {
  left: 0;
}

.main_page {
  position: relative; /* Для позиционирования псевдоэлемента */
  color: tan; /* Цвет текста */
}
.main_page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; /* Устанавливаем смещение в 0 для выравнивания под текстом */
  height: 2px;
  width: 100%; /* Задаем ширину 100% для псевдоэлемента */
  background-color: tan; /* Цвет подчеркивания */
}
/* krasota2 */
.krasota2 {
  padding: 10px 0px;
}
.krasota2 {
  font-family: "Montserrat-Bold";
  /* margin: 40px 0px 30px 0px; */
  background-color: tan;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.krasota2__title {
  font-family: "Montserrat-Bold";
}


/* MAIN */
.main {
  padding-top: 130px;
}
.main__breadcrumbs {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 1% 0;
}
.main__breadcrumbs li {
  display: inline-block;
  text-decoration: underline;
}
.main__breadcrumbs a {
  color: rgb(61, 61, 61);
}
.main__breadcrumbs li::after {
  display: inline-block;
  content: "/";
  margin: 0 5px;
}
.main__breadcrumbs li:last-child::after {
  content: "";
}

.main_body {
  display: grid;
  grid-template-columns: 22% 70%;
  gap: 2%;
}
.main__catalog {
  background-color: #273b54;
}

.main_body_menu {
  background-color: #688cb70f;
  border-radius: 10px;
}
.main_body_menu ul {
  margin: 0;
  padding: 3% 0 3% 5%;
}
.main_body_menu li {
  color: black;
  font-size: 14px;
  padding-left: 7px;
}
.main_body_menu li:hover {
  border-left: 3px solid tan;
}
.main_body_menu a {
  color: #3b3b3b;
}
.main_body_menu a:hover {
  color: tan;
}
.main_body_menu-title {
  font-family: "Montserrat-Bold";
  font-size: 17px;
}
.main_body_catalog_body {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  gap: 1%;
}
.main_body_catalog_body_el {
  display: flex;
  justify-content: center;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #00000014;
  background-color: #fdfdfd;
}
.main_body_catalog_body_el:hover {
  box-shadow: 0 0 12px #00000031;
  transition: 0.6s;
}

.main_body_catalog_body_el-placeimg {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 5%;
}
.main_body_catalog_body_el-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_body_catalog_body_el_text {
  color: #000;
  text-align: center;
}
.main_body_catalog_body_el_text-top {
  font-size: 13px;
  color: #585858;
}
.main_body_catalog_body_el_text-center {
  color: #3d5b81;
  margin: 3% 0;
}
.main_body_catalog_body_el_text-bottom {
  font-size: 13px;
  color: #6e6e6e;
}
.catalogBodyGap {
    gap: 0.35% 1%;
    padding-bottom: 11%;
}


/* ADVANT */
.advant {
  padding: 30px 0;
}
.advant__title {
  color: #3d5b81;
  text-align: center;
  padding-bottom: 10px;
}
.advant__body {
  display: grid;
  grid-template-columns: repeat(4, 20%);
  justify-content: center;
  gap: 4%; /* Отступ между колонками */
  width: 100%;
}
.advant__body__el {
  background-color: #6994c6;
  padding: 15px;
  border: 1px solid #6994c6;
  border-radius: 30px;
}
.advant__body__el-img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.body__el-img {
  object-fit: contain;
  width: 80px;
  height: 80px;
}
.advant__body__el-title {
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  text-align: center;
  padding: 10px 0 5px 0;
  color: #fff;
}
.advant__body__el-subtitle {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}
.place {
  padding-top: 3px;
}

/* remained */
.remained {
  position: relative;
  /* background: url(img/fon.png) center center / cover no-repeat; */
  /* width: 100%; */
  max-height: 654px;
  /* background-attachment: scroll; */
  margin-top: 60px;
}
.remained__body {
  width: 800px;
  margin: 0 auto;
  padding: 20px 30px 50px 30px;
}
.remained__body_text-title {
  font-family: "Montserrat-Bold";
  color: #577eaa;
  text-align: center;
  text-transform: uppercase;
}
.remained__body_text-subtitle {
  font-family: "Montserrat";
  color: #273b54;
  font-weight: 600;
  padding-bottom: 20px;
}
.remained__body_text-btn {
  display: flex;
  justify-content: space-around;
}
.remained__body_text-btn button {
  font-family: "Montserrat";
  color: #273b54;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px #6994c6;
}
.remained__body_text-consult-img {
  width: 30px;
  margin-right: 10px;
}
/* MODAL */
.closeConsult {
  color: white;
  float: right;
  font-size: 30px;
  font-weight: bold;
  height: 45px;
}
.closeConsult:hover,
.closeConsult:focus {
  color: tan;
  text-decoration: none;
  cursor: pointer;
}
/* ******************* */
.remained__body_text-viber-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
/* MODAL */
.closeViber {
  color: white;
  float: right;
  font-size: 30px;
  font-weight: bold;
  height: 45px;
}
.closeViber:hover,
.closeViber:focus {
  color: tan;
  text-decoration: none;
  cursor: pointer;
}
/* ******************* */





























/* footer */
.footer {
  background-color: #273b54;
  padding: 30px 0px;
}
.footer a:hover {
  color: tan;
}

.footer__body_content1 {
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #d7d7d78f;
  padding-bottom: 50px;
}
.footer__body_content-main {
  display: block;
  font-family: "Montserrat-Bold";
  color: #d7d7d7;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #d7d7d78f;
  width: calc(100% + 20px);
}
.footer__body_content1_body {
  display: grid;
  grid-template-columns: 30% 34% 35%;
  gap: 2%;
}
.footer__body_content1_body-el {
  padding-top: 15px;
}
.footer__body_content1_body a {
  font-family: "Montserrat";
  color: #d7d7d7;
  font-weight: 600;
  font-size: 14px;
}
.footer__body_content1-hat {
  margin: 20px 0px;
  width: auto;
}
.footer__body_content1-hat-btn {
  font-family: "Montserrat-Bold";
  color: #d7d7d7;
  font-size: 14px;
}

.footer__info {
  margin-bottom: 20px;
}
.footer__info-nmbr {
  font-family: "Montserrat-Bold";
  color: tan;
  font-size: 28px;
}
.footer__info-tel {
  text-align: center;
}
.footer__info-tel-btn {
  font-family: "Montserrat-Bold";
  background-color: #ffffffdf;
  width: 80%;
  padding: 10px;
  border: 2px solid #ffffffdf;
  border-radius: 10px;
  box-shadow: 0 0 12px #ffffffb7;
}
.footer__info-btn-info {
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  color: #273b54;
}
.closeFooter {
  color: white;
  float: right;
  font-size: 30px;
  font-weight: bold;
  height: 45px;
}
.closeFooter:hover,
.closeFooter:focus {
  color: tan;
  text-decoration: none;
  cursor: pointer;
}

.footer__info-scl {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 15px 0px;
}
.footer__info-sclEl {
  width: 40px;
  height: 40px;
}
.footer__info-text {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  color: #b2b2b2;
  width: 260px;
  margin: 0 auto;
  line-height: 19px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px 0px 50px;
}
.footer__bottom p {
  font-family: "Montserrat-Bold";
  color: #ffffffd9;
  font-size: 13px;
}
.footer__bottom a {
  color: #ffffffd9;
  text-decoration: underline;
}




.menu_nmbr {
  display: none;
  font-family: "Montserrat-Bold";
    color: tan;
    font-size: 22px;
}
.menu_btn {
  display: none;
    font-family: "Montserrat-Bold";
    background-color: #d5d5d5;
    padding: 10px;
    border: 2px solid #273b54;
    border-radius: 10px;
    width: fit-content;
    margin-top: 10px;
}
.menu_time {
  display: none;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 10px 0px;
}
.open{
    display: flex !important;
}
.nav{
    display: flex;
    width: 700px;
    padding: 0 40px;
}

.nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.burger_menu{
    display: none;
    position: relative;
    z-index: 50;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
}

.burger_menu span{
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: #FAF6F2;
}

.burger_menu::before, .burger_menu::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #FAF6F2;
    transition: all 0.3s ease 0s;
}
.burger_menu::before { top: 0 }

.burger_menu::after { bottom: 0 }


/* Добавляем класс active для анимации иконки бургера */
.burger_menu.active span { transform: scale(0) }

.burger_menu.active::before{
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger_menu.active::after{
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}
@keyframes burgerAnimation {
    from {opacity: 0}
    to {opacity: 1}
}
.nav {
  display: none;
}

.dropbtn {
  font-family: "Montserrat-Bold";
  background-color: #273b54;
  color: white;
    padding: 10px 35px 10px 0px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  font-family: "Montserrat";
  font-weight: 600;  
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  border: 1px solid #ddd;
  z-index: 1000;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown-content.show {
  display: block;
}
.menu_svg {
  width: 14px;
}
.menu_logoPadding {
  padding-top: 10px;
}
.menu_dobl {
      background-color: #fff;
}
.menu_nmbr {
  display: none;
  font-family: "Montserrat-Bold";
    color: tan;
    font-size: 22px;
}
.menu_btn {
  display: none;
    font-family: "Montserrat-Bold";
    background-color: #d5d5d5;
    padding: 10px;
    border: 2px solid #273b54;
    border-radius: 10px;
    width: fit-content;
    margin-top: 10px;
}
.menu_time {
  display: none;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 10px 0px;
}
.menu_family {
  font-family: "Montserrat-Bold";
}

@media (max-width: 1200px) {
  .container {
    width: 1024px;
    padding: 0;    
  }
  .header__info-top1 {
    gap: 10px;
    padding-right: 10px;
  }
  .header__info-address {
    max-width: 130px;
  }
  .header__menu__info-time {
      width: -webkit-fill-available;
  }
  .header__info-tele {
    gap: 10px;
  }
  .info-main-padding {
    margin-right: 20px;
  }
  .header__info-top2 {
    gap: 10px;
  }
  .header__logo {
      width: 220px;
  }  
  .main__breadcrumbs {
    margin-left: 1%;
  }
  .advant__body {
    grid-template-columns: repeat(4, 23%);
    gap: 1%;
  }  
  .footer__body_content-main {
      width: calc(100% + -9px);
  }  
}
@media (max-width: 1024px) {
  .container {
    width: 768px;
    padding: 0;    
  }
  
    .burger_menu {
    display: flex;
    z-index: 1001;
  }
    .nav{
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: 1000;
        overflow-y: auto;
        padding: 0px;
        background-color: #273b54;
        animation: burgerAnimation 0.4s;
    }
    .nav.open {
    display: flex; /* включаем меню при клике на бургер */
    }

    .nav dl{
        flex-direction: column;
        row-gap: 30px;
                margin-bottom: 3px;

    } 

    .menu_mainTop {
      padding: 20px 20px 0px 20px;
    } 
    .menu_dobl {
      padding: 0px 20px 0px 20px;
    }
    .menu_bottom {
      padding: 0px 20px 0px 20px;
    }
    .menu_main {
        font-family: "Montserrat-Bold";
        font-size: 18px;
        text-transform: uppercase;
    }
    .menu_title {
      font-family: "Montserrat-Bold";
      font-weight: 600;
      padding: 4px 0px;
      font-size: 18px;
    }
    .menu_title a {
      color: #fff;
    }
    .menu_subtitle {
      font-family: "Montserrat";
      padding-bottom: 4px;
      font-size: 18px;
    }
    .menu_subtitle a {
      color: #fff;
    }
  .menu_nmbr {
  display: flex;
  padding-top: 13px;
  }    
  .menu_btn {
    display: flex;
  }
  .menu_time {
    display: flex;
  }
  .menuPB {
    padding-bottom: 10px;
    color: #273b54;
  }

  .header__wrapper {
      justify-content: space-between;
  }
    .header__info-address {
      display: none;
    }
    .header__menu__info-time {
      display: none;
    }
    .header__info-scl {
      width: 40px;
      height: 40px;
    } 
    .header__info-nmbr {
    font-size: 18px;
    }
      .header__info-tele {
          gap: 30px;
      }   
    .header__info-bottom {
      display: none;
    }
    .header__info {
      border-bottom: 1px solid #7f7f7f00;
      padding-bottom: 0px;
    }
    .header__info-tel-btn {
      display: none;
    }
    .main {
    padding-top: 90px;
    padding-bottom: 80px;
    }
    .main__breadcrumbs {
        margin-left: 2%;
        margin-bottom: 2%;
    }
    .main_body {
    grid-template-columns: 30% 60%;
    }
    .main_body_catalog_body {
    grid-template-columns: 48% 48%;
    }
    .catalogBodyGap {
        gap: 0.5% 5%;
        padding-bottom: 11%;
    }   
    .advant__body {
        grid-template-columns: 40% 40%;
        gap: 2%;
    }
    .krasota2 {
    font-size: 18px;
    }    
    .remained {
    max-width: 768px;
            margin: 0 auto;
        margin-top: 50px;
    } 
  .footer__body_content1_body-el {
    display: none;
  }
  .footer_menu {
    display: contents;
  }
  .footer_menu_href {
    margin: 10px 0px;
  }  
  .footer__body_content1-hat {
      margin: 10px 0px;
  }  
  .footer__info-text {
    display: none;
  }
  .footer__info-tel-btn {
    padding: 9px;
  }
      .footer__body_content-main {
        width: calc(100% + -118px);
        font-size: 16px;
    }

    .modal-content {
        width: 70%;
    }  
    .modal_body__text {
        font-size: 15px;
    }
    .modal_body_form-text {
    font-size: 12px;
  }
      .footer__body_content1_body {
        display: block;
    }    
  .footer__info-nmbr {
      font-size: 22px;
  }    
  .footer__info-tel-btn {
    font-family: "Montserrat-Bold";
    background-color: #ffffffdf;
    width: 90%;
    padding: 10px;
    border: 2px solid #ffffffdf;
    border-radius: 10px;
    box-shadow: 0 0 12px #ffffffb7;
  }
  .modal {
    padding-top: 250px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 425px;
    padding: 0;    
  }

  .scl_menu {
    display: none;
  }
  .header__info-nmbr {
    display: none;
  }
    .main_body {
        display: block;
    }
    .main_body_menu {
      display: none;
    }
        .catalogBodyGap {
        gap: 0.5% 2%;
        padding-bottom: 11%;
    }
    .main_body_catalog_body {
        justify-content: center;
    }    



    .advant__body {
        grid-template-columns: 75%;
        gap: 1%;
    }
    .krasota2 {
        font-size: 16px;
        letter-spacing: 1px;
    }  
      .remained {
        max-width: 400px;
                overflow: hidden;
    }
  .remained__body {
    width: 420px;
    padding: 20px 10px 40px 10px;
  }
  .remained__body_text-title {
    font-size: 22px;
  }
  .remained__body_text-subtitle {
    font-size: 14px;
    text-align: center;
  }
  .remained__body_text-btn {
    display: grid;
    grid-template-columns: 85%;
        gap: 15%    
  }

  .footer {
      padding: 15px 0px;
  }
  .footer_menuNmbr {
    display: none;
  }
  .footer__bottom {
    display: block;
  }
    .footer_end {
        text-align: center;
        padding-bottom: 5px;
    }
    .footer_endMe {
        text-align: center;
    } 
    .footer__body_content1 {
    padding-bottom: 10px;
  }  
      .modal {
        padding-top: 150px;
    }
    .modal-content {
        width: 90%;
    }
  .modal__title {
      font-family: "Montserrat-Bold";
      margin: 0 auto;
      padding: 10px 0px;
      text-align: center;
      font-size: 20px;
  }    
       
}
@media (max-width: 425px) {
  .container {
    width: 95%;
    padding: 0;    
  }
    .menu_main {
        font-size: 16px;
    }  
    .dropbtn {
        font-family: "Montserrat-Bold";
        background-color: #273b54;
        color: white;
        padding: 10px 35px 10px 0px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }    
    .dropbtn {
    padding: 10px 15px 10px 0px;
    font-size: 16px;
    }
    .menu_title {
        font-family: "Montserrat-Bold";
        font-size: 16px;
    } 
    .menu_time {
    font-size: 15px;
    }   
    .header__logo {
        width: 200px;
    }
    .dropdown-content {
    font-size: 14px;
    }
    .main {
        padding-bottom: 60px;
    }    
    .main__breadcrumbs {
        font-size: 12px;
    }    
    .main_body_catalog_body_el_text-top {
    font-size: 12px;
            min-width: 120px;
  }  
  .main_body_catalog_body_el_text-center {
      color: #3d5b81;
      margin: 3% 0;
      font-size: 13px;
  }  
  .main_body_catalog_body_el_text-bottom {
    font-size: 12px;
  }
  .advant {
    padding: 20px 0;
  }
    .advant__body {
        grid-template-columns: 80%;
    }  
  .advant__body__el-title {
    font-size: 16px;
  }
  .advant__body__el-img {
    width: 60px;
    height: 60px;
  }
  .body__el-img {
    width: 60px;
    height: 60px;
  }
    .advant__body__el-title {
        font-size: 14px;
        padding-top: 5px;
    }
  .advant__body__el-subtitle {
      font-size: 11px;
  }

    .krasota2 {
        font-size: 12px;
        margin: 20px 0px;
    }      

  .main_body_catalog_body_el-placeimg {
    width: 110px;
    height: 110px;
  }
      .remained {
        margin-top: 78px;
        max-width: 310px;
    }
        .remained__body {
        width: 310px;
        padding: 20px 10px 40px 10px;
    }
        .remained__body_text-title {
        font-size: 20px;
    }
    .remained__body_text-subtitle {
        font-size: 13px;
    }  
    .remained__body_text-btn button {
    font-size: 11px;
    padding: 5px 15px;
    } 
    .remained__body_text-consult-img {
        width: 25px;
    }     
    .remained__body_text-viber-img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    }
    .footer__body_content-main {
        width: calc(100% + -89px);
        font-size: 14px;
    }
    .footer__bottom p {
    font-size: 11px;
    }  
    .footer__bottom {
    padding: 10px 50px 0px 50px;
    }      
        .modal_body__text {
        font-size: 13px;
    }
    .modal_body {
    margin: 0 auto;
    padding: 15px;
    }
    .modal_body_form-text {
        font-size: 11px;
    }
    .modal__title {
        font-size: 18px;
    }
    .modal_body_form-text {
        font-size: 9px;
    }

}