@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 30px;
}

/*My changes*/

/*Mobile navigation*/
.mobile-menu-wrap.active{
  display:block;
}
.mobile-menu-wrap{
  padding:20px;
  position: fixed;
  top:75px;
  bottom:0;
  width:100%;
  height:100%;
  z-index: 9;
  background-color: #fff;
  display: none;
}
.mobile-menu{
  max-width:360px;
  margin:0 auto;
  text-align: center;
}
.mobile-menu hr{
  border-top:0;
  border-bottom:1px solid #eee;
}
.mobile-menu__nav-nav-list-item{
  margin-bottom:15px;
}
.mobile-menu__nav-nav-list-item-link{
  font-family:"Inter", "Arial", "Helvetica", sans-serif;
  font-weight:400;
  font-size: 14px;
  color:#000;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-phone{
  display: block;
  font-family:"Inter", "Arial", "Helvetica", sans-serif;
  font-weight:400;
  font-size: 14px;
  color:#000;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mobile-social{
  display: flex;
  justify-content: center;
  gap:10px;
}
@media (max-width: 360px) {

}


.policy-page{
  padding: 30px 0;
}
.policy-page p{
  font-size:14px;
}

.main-slider-item img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.feedback-form{
  border-radius: 5px;
  background-color: #fff;
}
.gratitude-list li img{
  width:100%;
  height: 100%;
  object-fit: cover;
}


@media (min-width: 320px) {
  .container {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (min-width: 480px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 992px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1460px;
    margin: 0 auto;
  }
}

.page-title {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(34px + 14 * (100vw - 320px) / 1280);
  line-height: 58.09px;
  letter-spacing: 0;
  color: #585B6E;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-title {
    margin-bottom: 20px;
  }
}

.page-title-template {
  max-width: 600px;
}

.section-title {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(18px + 14 * (100vw - 320px) / 1280);
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #585B6E;
  margin: 0;
}

.section-text {
  /*font-family: "Inter", "Arial", "Helvetica", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: calc(14px + 4 * (100vw - 320px) / 1280);
  line-height: 21.78px;
  letter-spacing: 0.04em;
  color: #000000;
  margin: 0;
}

.page-our-social {
  padding: 30px 0;
}

.partners-section {
  background-color: #ffffff;
  padding: 45px 0 65px;
}

.partners {
  color: #585B6E;
}

.partners-slide {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.partners-slide .swiper-button {
  width: 30px;
  height: 30px;
}
.partners-slide .swiper-button-next {
  right: 0px;
  color: #585B6E;
}
.partners-slide .swiper-button-next::after {
  font-size: 25px;
}
.partners-slide .swiper-button-prev {
  left: 0px;
  color: #585B6E;
}
.partners-slide .swiper-button-prev::after {
  font-size: 25px;
}

.partners-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partners-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-item images {
  width: 100%;
  height: 100%;
  max-width: 200px;
  object-fit: cover;
}
.partners-item img{
  width:100%;
}

.header-page {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 75px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px #000000;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .header-page {
    padding: 10px 0;
    /*height: 50px;*/
  }
}

.header-page.fixed {
  position: fixed;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.header-logo {
  padding: 10px 0;
}
.header-logo a {
  display: block;
}
.header-logo images {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 250px;
  max-height: 50px;
}
.header-logo img{
  width:80%;
}
@media (max-width: 480px) {
  .header-logo {
    padding: 0;
  }

}

.nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 450px;
}
.nav-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.nav-list a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  color: #585B6E;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  line-height: 16.94px;
  letter-spacing: 0%;
  text-align: center;
  transition: transform 0.3s ease;
}
.nav-list a:hover, .nav-list a:focus {
  font-weight: 700;
  transform: scale(1.1);
}
.nav-list a:active {
  font-weight: 700;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .nav-list {
    display: none;
  }
}

.header-phone {
  display: flex;
  justify-content: center;
  color: #000000;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  line-height: 16.94px;
  text-decoration: none;
  transition: transform 0.3s ease;
  min-width: 120px;
  margin-right: 10px;
}
.header-phone:hover, .header-phone:focus {
  font-weight: 700;
  transform: scale(1.1);
}
.header-phone:active {
  font-weight: 700;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .header-phone {
    margin-left: auto;
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .header-phone {
    margin-left: 30px;
    margin-right: 30px;
    display: none;
  }
}

.social {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .social {
    display: none;
  }
}
.social svg {
  transition: all 0.3s;
}
.social svg:hover, .social svg:focus {
  transform: scale(1.2);
  transition: all 0.3s;
}
.social svg:active {
  transform: scale(1.2);
  transition: all 0.3s;
}

.header-page.active .nav-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .header-page.active .nav-list {
    top: 50px;
  }
}

.section-form {
  padding: 115px 0;
  background-image: url("../images/bg-form.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-form .container {
  display: flex;
  justify-content: center;
}
.section-form .container images {
  width: 100%;
  height: 100%;
  max-width: 465px;
}

.service-page .page-banner-section {
  background-image: url("../images/banner-bathroom.png");
}

.page-banner-section {
  background-image: url("../images/banner-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
}

.page-banner {
  padding: 50px 0 15px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .page-banner {
    padding-top: 20px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  line-height: 16.94px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #585B6E;
  margin: 0;
}

.breadcrumbs-active {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.section-our-social {
  display: flex;
  flex-direction: column;
}

.our-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
@media (max-width: 768px) {
  .our-social {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .our-social {
    flex-direction: column;
  }
}

.our-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}
.our-social-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  padding: 14px 0;
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  color: #000000;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(8px + 3 * (100vw - 320px) / 1280);
  line-height: 19.36px;
  letter-spacing: 0.04em;
  width: 100%;
  max-height: 50px;
  transition: all 0.3s;
}
.our-social-item a:hover, .our-social-item a:focus {
  background-color: #d8d8d8;
  transition: all 0.3s;
  transform: scale(1.1);
}

.footer {
  background: #111111;
  color: #BBBBBB;
  padding: 75px 0 20px;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4%;
}
.footer a {
  color: #BBBBBB;
  text-decoration: none;
  transition: all 0.3s;
}
.footer a:hover, .footer a:focus {
  color: #ffffff;
  transform: scale(1.1);
  transition: all 0.3s;
}
.footer a:active {
  transition: all 0.3s;
  color: #ffffff;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 10px;
  }
}

.section-footer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .section-footer {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .section-footer {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
  }
}

.footer-item {
  display: flex;
  flex-direction: column;
  max-width: 360px;
}
.footer-item:last-child {
  gap: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-item {
    width: 100%;
  }
  .footer-item:last-child {
    gap: 20px;
  }
}

.footer-item-title {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 4%;
  margin: 0 0 15px;
}

.footer-text {
  margin: 0 0 30px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 330px;
}
.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.footer-nav a {
  display: block;
  width: 100%;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #ffffff;
  transform: scaleX(1.1);
  transition: all 0.3s;
}

.footer-logo {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 50px;
  object-fit: cover;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.footer-social .social {
  display: flex;
}

.footer-social-text {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

.footer-copyright {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-copyright {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.footer-copyright-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-copyright-item p {
  margin: 0;
  padding: 0;
}
.footer-copyright-item:last-child {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer-copyright-item {
    justify-content: center;
  }
  .footer-copyright-item:last-child {
    justify-content: center;
  }
}

.burger {
  display: none;
}
@media (max-width: 768px) {
  .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.burger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  width: 30px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.burger-icon {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #585B6E;
  transition: all 0.3s;
}
.burger-icon::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #585B6E;
  top: 0;
  left: calc(50% - 15px);
  transition: all 0.3s;
}
.burger-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #585B6E;
  bottom: 0;
  left: calc(50% - 15px);
  transition: all 0.3s;
}

.active .burger-icon {
  display: block;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.active .burger-icon::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #585B6E;
  top: 0;
  left: calc(50% - 15px);
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.active .burger-icon::after {
  display: none;
  transition: all 0.3s;
}

.button {
  padding: 20px;
  position: relative;
  border-radius: 10px;
  border: 1px solid transparent;
  border-right: 1px solid #000;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(11px + 7 * (100vw - 320px) / 1280);
  line-height: 21.78px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FFFFFF 0%, #000000 78%);
  border-radius: 10px;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 2;
}
.button span {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000, #000000);
  border-radius: 10px;
  z-index: 1;
  width: 100%;
  transition: all 0.2s;
}
.button:hover, .button:focus {
  background: linear-gradient(90deg, #000000 0%, #FFFFFF 78%);
  transition: all 0.2s;
}
.button:hover::before, .button:focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000, #000000);
  border-radius: 10px;
  z-index: 1;
  width: 100%;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .button {
    padding: 15px;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.popup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 25px;
}
@media (max-width: 768px) {
  .popup-container {
    top: 0;
  }
}

.popup images {
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .popup images {
    width: 430px;
  }
}
@media (max-width: 480px) {
  .popup images {
    width: 300px;
  }
}

.popup-nav {
  display: flex;
  gap: 10px;
}

.popup.active {
  display: flex;
  justify-content: center;
}
.popup.active images {
  align-self: center;
}

#prevBtn,
#nextBtn {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  font-size: 20px;
  border: none;
  padding: 10px;
  cursor: pointer;
}

#prevBtn:disabled,
#nextBtn:disabled {
  background-color: rgba(0, 0, 0, 0.5);
}

.close {
  align-self: flex-end;
  font-size: 30px;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #585B6E;
  margin-bottom: 10px;
}

.section-hero {
  background-image: url("../images/bg-body.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 180px;
}
@media (max-width: 480px) {
  .section-hero {
    padding: 70px 0 70px;
  }
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6980392157);
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 0;
}
.hero .hero-text {
  max-width: 550px;
}

.main-title {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(20px + 12 * (100vw - 320px) / 1280);
  line-height: 38.73px;
  letter-spacing: 0;
  text-align: center;
}

.hero-text {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(16px + 4 * (100vw - 320px) / 1280);
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
}

.main-banner {
  color: #ffffff;
}
.main-banner picture {
  display: block;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 170px 100px rgba(0, 0, 0, 0.8980392157) inset;
}

.main-banner img {
  width:100%;
}

.main-banner-images {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 170px 100px rgba(0, 0, 0, 0.8980392157) inset;
}

.advantages {
  background-color: #000000;
  padding: 50px 0;
}

.advantages-content {
  display: flex;
  justify-content: center;
  gap: 80px;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .advantages-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.advantages-item {
  color: #F2EFCD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /*padding-left: 120px;*/
  position: relative;
  row-gap: 10px;
  min-height: 100px;
  max-width: 410px;
}
@media (max-width: 992px) {
  .advantages-item {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .advantages-item {
    width: 100%;
  }
}
.advantages-item .advantages-item-images {
  position: absolute;
  left: 0;
  top: calc(50% - 50px);
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .advantages-item .advantages-item-images {
    max-width: 70px;
    max-height: 70px;
    top: calc(50% - 35px);
  }
}

.advantages-title {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(20px + 12 * (100vw - 320px) / 1280);
  line-height: 38.73px;
  letter-spacing: 4%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.advantages-text {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  line-height: 19.36px;
  letter-spacing: 4%;
}

.section-main-slider {
  background-color: #ffffff;
  padding: 50px 0;
}

.main-slider {
  position: relative;
}
.main-slider .section-title {
  margin-bottom: 50px;
}

.main-slider-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.main-slider-item {
  position: relative;
  cursor: pointer;
  height: 400px;
}
.main-slider-item .el-before {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(9px + 1 * (100vw - 320px) / 1280);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #585B6E;
}
.main-slider-item .el-after {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(9px + 1 * (100vw - 320px) / 1280);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #585B6E;
}
@media (max-width: 768px) {
  .main-slider-item {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .main-slider-item {
    height: 200px;
  }
}

.main-slider-button-prev {
  cursor: pointer;
  width: 60px;
  height: 20px;
  position: absolute;
  right: 70px;
  top: 0;
  z-index: 1;
  background-image: url("../images/svg/slider-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .main-slider-button-prev {
    width: 40px;
    right: 40px;
  }
}

.main-slider-button-next {
  cursor: pointer;
  width: 60px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url("../images/svg/slider-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .main-slider-button-next {
    width: 40px;
  }
}

.swiper-button-disabled {
  opacity: 0.4;
}

.section-directors {
  padding: 50px 0;
}

.directors {
  display: grid;
  grid-template-columns: 1fr 340px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 50px;
}
@media (max-width: 992px) {
  .directors {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .directors {
    grid-template-columns: 1fr;
  }
}

.directors-item {
  display: flex;
  flex-direction: column;
}
.directors-item:first-child {
  gap: 10px;
}

.direct-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 0;
}

.directors-images {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.direct-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 16.94px;
  letter-spacing: 0.04em;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  gap: 7px;
}
.direct-info p {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.direct-info-title {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

.section-requisite {
  padding: 25px 0;
}
.section-requisite .page-title {
  margin: 0 auto 40px;
}

.requisite__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12px + 6 * (100vw - 320px) / 1280);
  line-height: 21.78px;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  .requisite__list {
    grid-template-columns: 1fr;
  }
}
.requisite__list .requisite__title {
  margin: 0;
  /*border-bottom: 1px solid #585B6E;*/
  border-bottom: 0;
  padding: 10px 0;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .requisite__list .requisite__title {
    font-family: "Inter", "Arial", "Helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.requisite__list .requisite__title:nth-last-child(2) {
  border-bottom: none;
}
.requisite__list .requisite__definition {
  border-bottom: 1px solid #585B6E;
  margin: 0;
  padding: 5px 0;
}
.requisite__list .requisite__definition:last-child {
  border-bottom: none;
}

.section-requisite {
  padding: 25px 0;
}
.section-requisite .page-title {
  margin: 0 auto 40px;
}

.requisite__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12px + 6 * (100vw - 320px) / 1280);
  line-height: 21.78px;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  .requisite__list {
    grid-template-columns: 1fr;
  }
}
.requisite__list .requisite__title {
  margin: 0;
  /*border-bottom: 1px solid #585B6E;*/
  border-bottom: 0;
  padding: 0;
  /*padding: 10px 0;*/
  padding-right: 10px;
}
@media (max-width: 480px) {
  .requisite__list .requisite__title {
    font-family: "Inter", "Arial", "Helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.requisite__list .requisite__title:nth-last-child(2) {
  border-bottom: none;
}
.requisite__list .requisite__definition {
  border-bottom: 1px solid #585B6E;
  margin: 0;
  padding: 5px 0;
}
.requisite__list .requisite__definition:last-child {
  border-bottom: none;
}

.section-gratitude {
  padding: 20px 0 70px;
}

.gratitude-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: 0 50px;
}
.gratitude-slide .swiper-button {
  width: 30px;
  height: 30px;
}
.gratitude-slide .swiper-button-next {
  right: 0px;
  color: #585B6E;
}
.gratitude-slide .swiper-button-next::after {
  font-size: 25px;
}
.gratitude-slide .swiper-button-prev {
  left: 0px;
  color: #585B6E;
}
.gratitude-slide .swiper-button-prev::after {
  font-size: 25px;
}

.gratitude-list {
  display: flex;
}
.gratitude-list li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gratitude-list li images {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-services {
  background: #ffffff;
  padding: 50px 0;
  box-shadow: 0px 0px 200px 100px #000000;
}
.section-services .section-title {
  margin-bottom: 50px;
}

.service-page .section-services {
  box-shadow: none;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 50px;
  justify-content: center;
}
@media (max-width: 992px) {
  .services {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .services {
    grid-template-columns: 1fr;
  }
}

.services-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  height: 220px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2509803922);
  padding: 20px 0 20px 25px;
  position: relative;
  cursor: pointer;
  justify-self: center;
  overflow: hidden;
}
.services-item h3 {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  /*font-size: calc(9px + 5 * (100vw - 320px) / 1280);*/
  font-size: 16px;
  line-height: 21.78px;
  letter-spacing: 0.04em;
  color: #585B6E;
  z-index: 1;
}
.services-item images {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.services-item a {
  display: none;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  padding: 15px 0 15px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.services-item:hover a, .services-item:focus a {
  display: block;
}

.contacts-information {
  padding-top: 45px;
}

.contacts-info {
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2509803922);
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .contacts-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.contacts-info-item {
  padding: 10px;
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: center;
  column-gap: 8px;
  width: 350px;
}
@media (max-width: 480px) {
  .contacts-info-item {
    max-width: 275px;
    grid-template-columns: 45px 1fr;
  }
}
.contacts-info-item picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
}
@media (max-width: 768px) {
  .contacts-info-item picture {
    width: 42px;
    height: 42px;
  }
}
.contacts-info-item images {
  width: 100%;
  height: 100%;
  max-width: 65px;
  max-height: 65px;
  object-fit: cover;
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contacts-info-item images {
    width: 42px;
    height: 42px;
  }
}
.contacts-info-item h3 {
  margin: 0;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(14px + 4 * (100vw - 320px) / 1280);
  letter-spacing: 0.04em;
  color: #585B6E;
  margin-bottom: 5px;
}
.contacts-info-item a {
  margin: 0;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  line-height: 16.94px;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
}
.contacts-info-item a:hover, .contacts-info-item a:focus {
  transition: all 0.3s;
  transform: scale(1.1);
}

.section-map {
  position: relative;
}
.section-map .map {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/map.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-map .map {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .section-map .map {
    height: 400px;
  }
}
.section-map .map iframe {
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 992px) {
  .section-map .map iframe {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .section-map .map iframe {
    height: 400px;
  }
}

.section-service-page-list {
  padding: 70px 0;
  background-color: #ffffff;
}

.service-page-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 992px) {
  .service-page-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .service-page-list {
    grid-template-columns: 1fr;
  }
}
.service-page-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  height: 120px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-page-list li {
    width: 380px;
    margin: 0 auto;
  }
}
.service-page-list .service-page-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(10px + 5 * (100vw - 320px) / 1280);
  line-height: 30.26px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #585B6E;
  width: 100%;
  height: 100%;
  padding: 0 25px 0 10px;
  position: relative;
  transition: all 0.3s;
  border-radius: 10px;
}
.service-page-list .service-page-link images {
  max-width: 120px;
  max-width: 120px;
}
.service-page-list .service-page-link img {
  mix-blend-mode: multiply;
}

.service-page-list .service-page-link::before {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url("../images/svg/right_arrow-grey.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-page-list .service-page-link:hover, .service-page-list .service-page-link:focus {
  background-color: #d8d8d8;
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .service-page-list .service-page-link::before {
    right: 15px;
  }
}

.section-subpage-list {
  padding: 65px 0;
  background-color: #ffffff;
}

.subpage-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 1000px;
}

.subpage-list-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 50px 60px 50px 35px;
  background-color: #ffffff;
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  /*font-size: calc(17px + 5 * (100vw - 320px) / 1280);*/
  font-size: 17px;
  line-height: 29.05px;
  letter-spacing: 0.04em;
  color: #585B6E;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.subpage-list-link span:last-child {
  min-width: 140px;
}
.subpage-list-link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 30px;
  z-index: 1;
  background-image: url("../images/svg/right_arrow-grey.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .subpage-list-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 40px 20px 10px;
  }
  .subpage-list-link::before {
    right: 10px;
  }
}
.subpage-list-link:hover, .subpage-list-link:focus {
  transition: all 0.3s;
  transform: scale(1.1);
  background-color: #d8d8d8;
}