.modal {
  display: none;
}

.header {
  width: 100%;
  font-family: "Manrope", sans-serif;
}

.header__container {
  max-width: 1860px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0px auto;
  padding: 10px 10px 10px 10px;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header__container {
    padding: 15px;
  }
}

.header__container > button {
  background-color: transparent;
}

.header__open-btn {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__open-btn {
    display: block;
    cursor: pointer;
  }
}

.header__close-menu {
  display: none;
}

.header-style li:first-child {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(43, 41, 39, 0.45);
  align-items: center;
  display: flex;
  cursor: pointer;
}

.header-style li span {
  padding-left: 5px;
}

.header-first {
  justify-content: space-between;
  padding: 15px 10px 15px 10px;
}

@media screen and (max-width: 1200px) {
  .header-first {
    display: none;
  }
}

.nav-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1450px) {
  .nav-wrapper {

  }
}

@media screen and (max-width: 1200px) {
  .nav-wrapper {
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.header-style li:first-child::before {
  content: url(./../images/pin.svg);
  width: 16px;
  height: 20px;
  margin-right: 5px;
}

.header-style li:first-child > span {
  color: rgba(43, 41, 39, 1);
}

.header-style li:nth-child(2) {
  color: rgba(43, 41, 39, 0.45);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
}

.hr-header {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
  height: 1px;
}

@media screen and (max-width: 870px) {
  .hr-header {
    display: none;
  }
}

.hr-header2 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .hr-header2 {
    display: block;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    height: 1px;
  }
}

.header__left {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1450px) {
  .header__left {
    width: 100%;
    display: flex;
    gap: 10px;
  }
}

.header__left > a > img {
  width: 157px;
  height: 40px;
}

@media screen and (max-width: 1200px) {
  .header__left > a > img {
    width: 116px;
    height: 27px;
  }
}

.header__right {
  display: flex;
  align-items: center;
}

.header__right .phone__button-icon {
  display: none;
}

@media only screen and (max-width: 1450px) {
  .header__right {
    gap: 10px;
    flex-shrink: 0;
  }

  .header__right .phone__button {
    position: relative;
    width: 50px;
    font-size: 0;
  }

  .header__right .phone__button-icon {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .header__right .phone__button svg:not(.phone__button-icon) {
    display: none;
  }

  .header__right .phone svg {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .header__right {
    display: none;
  }
}

.hr-style2 {
  height: 30px;
  margin: 0 40px 0 40px;
}

@media screen and (max-width: 1600px) {
  .hr-style2 {
    margin: 0 10px 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .hr-style2 {
    display: none;
  }
}

.phone {
  display: flex;
}

.phone > svg {
  margin-right: 10px;
}

.phone__block {
  display: flex;
  flex-direction: column;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.phone__block > a {
  text-decoration: none;
  font-size: 20px;
  color: #2b2927;
  padding: 0;
}

@media screen and (max-width: 1600px) {
  .phone__block > a {
    font-size: 16px;
  }
}

.phone__block > p {
  color: rgba(43, 41, 39, 0.45);
  font-size: 14px;
  cursor: pointer;
}

.phone__block > p:hover {
  color: rgba(239, 72, 36, 1);
}

.phone__button {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: rgba(239, 72, 36, 1);
  background-color: rgba(254, 243, 241, 1);
  width: 251px;
  height: 50px;
  border-radius: 8px;
  padding: 17px, 25px, 18px, 25px;
  border: none;
  cursor: pointer;
}

.phone__button:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(239, 72, 36, 1);
}

.phone__button:hover > svg > path {
  stroke: rgba(254, 243, 241, 1);
}

@media screen and (max-width: 1200px) {
  .phone__button {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.topmenu {
  display: flex;
  list-style-type: none;
  margin-top: 5px;
}

@media screen and (max-width: 1600px) {
  .topmenu {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1450px) {
  .topmenu {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .menu-nav {
    flex-direction: column;
  }
  .display-max {
    display: none;
  }
}

.menu-nav > li:not(:last-child) {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .menu-nav > li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .menu-nav > li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 25px;
  }
}

.menu-header {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(43, 41, 39, 1);
  text-decoration: none;
  padding: 0;
  position: relative;
}

.icon {
  position: relative;
}

.icon-arrow:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='16' height='16' rx='3' fill='%23FEF3F1'/%3e%3cpath d='M5 6.5L8 9.5L11 6.5' stroke='%23EF4824' stroke-width='1.5'/%3e%3c/svg%3e");
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.icon-arrow:hover:after {
  margin-top: -5px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .icon > h3:after {
    transform: rotate(-90deg);
    margin: 0 0 5px 10px;
  }
}

.icon-right > li {
  position: relative;
}

.menu-first li:has(.submenu1) .submenu-li:after {
  content: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%232B2927' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  right: 0;
}

.menu-first li:has(.submenu1) .submenu-li:hover.submenu-li:after {
  content: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%23EF4824' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

a {
  list-style-type: none;
}

.submenu > a {
  padding: 0px;
}
.menu-header {
  position: relative;
  display: flex;
  align-items: center;
}

.submenu {
  width: 482px;
  border-radius: 15px;
  position: absolute;
  z-index: 5;
  transform-origin: 0 0;
  transform: rotateX(-90deg);
  visibility: hidden;
  opacity: 0;
  visibility: visible;
  opacity: 1;
  list-style-type: none;
  top: 40px;
  transition: transform 0.3s;
}

.submenu > li {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.submenu > li > a:hover {
  color: rgba(239, 72, 36, 1);
}

.submenu-container > li > a:hover {
  color: rgba(239, 72, 36, 1);
}

.submenu > li:not(:last-child) {
  margin-bottom: 20px;
}

.submenu .submenu {
  position: absolute;
  left: 103%;
  list-style-type: none;
  background-color: rgba(244, 243, 245, 1);
  width: 471px;
  padding: 5px;
}

.submenu1 {
  top: -30px;
}
.submenu2 {
  top: -66px;
}

.submenu3 {
  top: -102px;
}

.submenu4 {
  top: -139px;
}

.submenu5 {
  top: -175px;
}
.submenu6 {
  top: -211px;
}

.submenu-container {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 15px;
  padding: 25px 0px 25px 35px;
}

.submenu-container > li:not(:last-child) {
  margin-bottom: 20px;
}

.topmenu li:hover > .submenu {
  visibility: visible;
  transform: rotateX(0deg);
  opacity: 1;
}

.submenu a {
  display: block;
  color: black;
  list-style-type: none;
  padding: 0;
}

.menu-first {
  background-color: rgba(244, 243, 245, 1);
  padding: 30px 30px 30px 35px;
}

.header__modal {
  position: absolute;
  padding: 15px;
  overflow-y: auto;
  top: 0px;
  right: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 1);
}

/*modal */

@media screen and (max-width: 1200px) {
  .header__modal {
    border-top: 1px solid rgba(238, 238, 238, 1);
    height: 100%;
    bottom: 0;
    top: initial;
  }
}

.header__modal::-webkit-scrollbar {
  width: 0;
}

@media screen and (max-width: 400px) {
  .header__modal {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .modal-contacts {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
  }
}

.contacts__block {
  display: none;
}

@media screen and (max-width: 1200px) {
  .contacts__block {
    display: flex;
    align-items: center;
  }
  .contacts__block > svg {
    margin-right: 10px;
  }

  .modal-contacts > div:not(:last-child) {
    margin-bottom: 10px;
  }
}

.contacts__block > span {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: rgba(239, 72, 36, 1);
}

.contacts__block > a {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: rgba(43, 41, 39, 0.9);
}

.contacts__block > div > a {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: rgba(43, 41, 39, 0.9);
}

.contacts__block > div > span {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(43, 41, 39, 0.5);
}

.modal__social {
  display: flex;
  margin-top: 10px;
}

.modal__social > svg:not(:last-child) {
  margin-right: 10px;
}

.nav-min {
  margin-top: 10px;
}

/*аккордион */
.accordion-item {
  margin-bottom: 25px;
}

.accordion-item--active .accordion-item__content {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(43, 41, 39, 1);
  display: block;
}

.accordion-item__content {
  display: none;
}

.accordion-item .accordion-item__trigger:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='16' height='16' rx='3' fill='%23FEF3F1'/%3e%3cpath d='M5 6.5L8 9.5L11 6.5' stroke='%23EF4824' stroke-width='1.5'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

.accordion-item--active .accordion-item__trigger:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='16' height='16' rx='3' fill='%23FEF3F1'/%3e%3cpath d='M5 6.5L8 9.5L11 6.5' stroke='%23EF4824' stroke-width='1.5'/%3e%3c/svg%3e");
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

.accordion2s {
  margin-top: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 97%;
  padding: 0px 15px 15px 15px;
  display: block;
  z-index: 5;
}

.trigger-new-window {
  margin: 0px 0 15px 0;
}

.trigger-new-window::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='16' height='16' rx='3' fill='%23FEF3F1'/%3e%3cpath d='M5 6.5L8 9.5L11 6.5' stroke='%23EF4824' stroke-width='1.5'/%3e%3c/svg%3e");
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.accordion-item--active2 .accordion-item__content2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(43, 41, 39, 0.5);
  display: block;
}

.content2-block > .accordion-item__content2:not(:last-child) {
  margin-bottom: 10px;
}

.content2-block > .accordion-item__content2:last-child {
  margin-bottom: 15px;
}

.accordion-item__trigger2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-item__trigger2 > p {
  width: 95%;
}

.accordion-item2:not(:has(.content2-block)) svg {
  display: none;
}
.accordion-item--active .accordion-item__trigger2 > svg {
  transform: rotate(90deg);
}

.accordion-item--active2 .accordion-item__trigger2 > svg {
  transform: rotate(270deg);
}

.accordion-item--active2 .accordion-item__trigger2 > svg path {
  stroke: #ef4824;
}

.accordion-item__trigger2 {
  padding: 0px 0px 15px 0px;
}

.accordion-item__content2 {
  display: none;
}

.wrap-content2 > .accordion-item__content2:not(:last-child) {
  padding-bottom: 10px;
}

.trigger-style {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: rgba(43, 41, 39, 1);
}

.modal-line {
  width: 100%;
  border-top: 1px solid #eee;
}

.citytop {
  margin: 62px 0 20px 0;
}
