.back-ring-button {
    background: #228bae;
    color: white;
    font-weight: 100;
    border: none;
    padding: 5px 14px;
    font-size: 14px;
}
.back-ring-button:hover {
    background: #0a4f65;
}
.wrapper-modal-back-ring .red-btn {
    background: #228bae !important;
}

.mptitle {
	font-size: 1.7rem;
    font-weight: 500;
}

.mpmainunder {
	background: #03899c;
  	color: white;
  	padding: 10px 5%;
}

.mpphone {
	font-size: 1.7rem;
    font-weight: 600;
	color: #03899c; 
}
.mpmail a:hover {
	color: #03899c; 
}
.mpmail a {
	color: gray; 
}
.mpadress {
	margin-top: -5px;
	font-size: 0.8rem;
  	color: gray
}
.mpatom {
	
}
.mpconthead {
}
.mpfootlink {}
.mpfootlink li a {
	color: gray !important;
}
.mpfootlink li a:hover {
	color: #03899c !important;
}
.mpfootlink__link {
    color: #333;
    display: block;
    padding: 2px 15px;
    font-size: 14px;
}

@media (max-width: 500px) {
	.mpconthead {
		zoom: 0.5;
	}
	.main-header__top {
        zoom: 0.3;
    }
}


.advantages {
    display: flex;
    gap: 24px;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
}

    .advantage {
      flex: 1;
      min-width: 250px;
      max-width: calc(25% - 18px);
      background: #ffffff;
      border: 1px solid #eaeaea;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      gap: 16px;
    }

    .advantage:hover {
      transform: translateY(-11px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      z-index: 999999;
    }

    .advantage-icon {
      display: flex;
      border-radius: 10px;
      flex-shrink: 0;
      opacity: 0.9;
    }

    .advantage-content {
      flex: 1;
    }

    .advantage-title {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    margin-left: 5px;
}

    .advantage-text {
    font-size: 0.87em;
    color: #555;
    line-height: 1.5;
      padding: 15px 0;
}

    @media (max-width: 1024px) {
      .advantage {
        max-width: calc(50% - 18px);
      }
    }

    @media (max-width: 600px) {
      .advantage {
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
      }
      .advantage-icon {
        margin-top: 0;
      }
    }

.mpproducts {
    display: flex;
    gap: 24px;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
  
}

    .mpproduct {
      flex: 1;
      min-width: 250px;
      max-width: calc(25% - 18px);
      background: #ffffff;
      border: 1px solid #eaeaea;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      gap: 16px;
      opacity: 0.8;
    }

    .mpproduct:hover {
      transform: translateY(-11px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      z-index: 999999;
    }

    .mpproduct-icon {
      display: flex;
      border-radius: 10px;
      flex-shrink: 0;
      opacity: 0.9;
    }

    .mpproduct-content {
      flex: 1;
    }

    .mpproduct-title {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    margin-left: 5px;
}

    .mpproduct-text {
    font-size: 0.87em;
    color: #555;
    line-height: 1.5;
      padding: 15px 0;
}

    @media (max-width: 1024px) {
      .mpproduct {
        max-width: calc(50% - 18px);
      }
    }

    @media (max-width: 600px) {
      .mpproduct {
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
      }
      .mpproduct-icon {
        margin-top: 0;
      }
    }


.banner {
    width: 370px;
    height: 555px;
    margin-top: 20%;
    background: #03899c;
    border-radius: 12px;
    padding: 32px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    opacity: 0.9;
}



.header div {
  margin: 0 0 8px 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: white;
}

.header p {
  margin: 0;
  font-size: 1rem !important;
  color: white;
}

.manager {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: white;
}

.photo-placeholder {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #ffffff;
}


.manager-info strong {
  font-size: 2rem !important;
  color: white !important;
  margin: 8px 0 4px 0;
  font-weight: 600 !important;
  color: white;
}

.manager-info div {
  font-size: 24px !important;
  color: #2d9cdb;
  font-weight: 500 !important;
  color: white;
}

.footer-note {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    margin-top: 10px !important;
    font-weight: 300 !important;
}

.mpbtn__link {
    background: none;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    width: 60%;
    margin: 0 auto;
    padding: 10px;
    font-size: 1.1rem;
}

.contacts__list {
    align-items: flex-end !important;
	color: black !important;
}
.contacts__item {
    font-size: 0.9rem !important;
}



.main-nav-submenu {
    position: absolute;
    top: 55px !important;
    min-width: 480px !important;
}
.main-nav-submenu__item {
    margin-right: 20px !important;
    padding: 5px 15px !important;
}
.main-nav-submenu__link {
    color: #878787 !important;
    font-weight: 500 !important;
    text-transform: inherit;
    padding: 5px 15px;
    display: block;
    font-size: 1rem !important;
}
.main-nav-submenu__item a:hover {
	font-weight: 700 !important;
  	color: #03899C !important;
}


.mp-accordion {}

.mp-accordion details {
    border: 1px solid #80808061;
    padding: 5px 20px;
    border-left: none;
    border-bottom: none;
    border-radius: 10px;
  	margin-top: 10px;
}

.mp-accordion summary {
    cursor: pointer;
	color: #0000009e;
	font-weight: 700;
	font-size: 1rem;
}

.mp-accordion summary:hover {
  	color: #03899C;
  	font-weight: 900;
}

.mp-accordion p {
	padding-left: 15px;
	color: gray;
	font-weight: 300;
	font-size: 1rem;
}

.mp-accordion p a {
	color: #03899c;
}

.mp-accordion div a {
	color: #03899c;
}

.mp-accordion p a:hover {
	text-decoration: underline;
}

.mp-accordion div a:hover {
	text-decoration: underline;
}

.mp-accordion div {
	padding-left: 15px;
	color: gray;
	font-weight: 300;
	font-size: 1rem;
}

.mpbtn-accordion-link {
    background: none;
    color: #03899c;
    border: 1px solid #03899c;
    border-radius: 10px;
    width: 35%;
    padding: 10px;
    margin: 10px 0;
}

.description-section h2, .description-section h3, .description-section h4, .description-section h5, .description-section h6 {color: #03899C !important;}

@media (max-width: 600px) {
      .advantages {
          display: flex;
          gap: 24px;
          grid-template-columns: 1fr 1fr;
          justify-content: space-around;
          max-width: 600px;
          margin: 0 auto;
          flex-direction: column;
      }
  .mpproducts {
          display: flex;
          gap: 24px;
          grid-template-columns: 1fr 1fr;
          justify-content: space-around;
          max-width: 600px;
          margin: 0 auto;
          flex-direction: column;
      }
  .banner {zoom: 1 !important;}
    }

@media (min-width: 601px) and (max-width: 1100px) {
      .advantages {
          display: grid;
          gap: 24px;
          grid-template-columns: 1fr 1fr;
          justify-content: space-around;
          max-width: 1000px;
          margin: 0 auto;
          flex-direction: column;
      }
  .mpproducts {
          display: grid;
          gap: 24px;
          grid-template-columns: 1fr 1fr;
          justify-content: space-around;
          max-width: 1000px;
          margin: 0 auto;
          flex-direction: column;
      }
    }