@font-face {
  font-family: "TTHoves";
  src: url("../fonts/TTHoves-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTHoves";
  src: url("../fonts/TTHoves-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
/* 
path {
  transform: scale(1.1);
} */

body,
html {
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.maps {
  position: relative;
}

.images-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.maps-tabs {
  z-index: 1;
  position: relative;
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  left: 40px;
  right: 40px;
  top: 40px;
  z-index: 2;
}

.header__container {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}

.header__top-line {
  width: calc(100% - 442px);
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-select {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  width: 442px;
  align-items: center;
  justify-content: space-between;
  height: 80px;

  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #352b00;
}

.header-button {
  border-radius: 8px;
  padding: 18px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #514516;
  background: #ffe6b6;
}

.header-select__left {
  display: flex;
  position: relative;
  align-items: center;
}

.header-select-color {
  position: absolute;
  top: -6px;
  left: 60px;
}

.header-select__label.active {
  position: relative;
  top: 7px;
}

.header-select__image {
  display: inline-block;
  margin-right: 30px;
}

.main {
  padding-bottom: 52px;
}

.hidden-x {
  overflow-x: hidden;
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__wrapper {
  padding: 15px 40px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.footer {
  position: relative;
  z-index: 1;
}

.footer__link {
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #352b00;
}

.footer__mail {
  font-weight: 400;
  font-size: 18px;
  color: #352b00;
}

.header-widget {
  position: relative;
}

.widget-descript {
  margin-bottom: 55px;
}

.widget-container {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  height: calc(100vh - 300px);
  overflow: auto;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-widget.active .widget-container {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.widget-item {
  display: flex;
  padding-left: 124px;
  position: relative;
  padding-top: 25px;
  padding-right: 33px;
  padding-bottom: 25px;
  background: #fff9ef;
  border-radius: 10px;
}

.widget-image {
  position: absolute;
  left: 10px;
  bottom: 15px;
  mix-blend-mode: multiply;
}

.widget-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.widget-label {
  font-weight: 500;
  font-size: 16px;
  color: #352b00;
  margin-bottom: 20px;
  display: inline-block;
}

.widget-wrap {
  display: flex;
  align-items: center;
}

.widget-btn {
  display: inline-block;
  padding: 25px 15px;
  font-weight: 500;
  font-size: 14px;

  border-radius: 8px;
  padding: 15px 27px;
  transition: all 0.3s ease;
}

.btn-green {
  color: #567f00;
  border: 1px solid #849f47;
}

.btn-orange {
  color: #FE6B00;
  border: 1px solid #FE6B00;
}

.btn-blue {
  color: #1F97FF;
  border: 1px solid #1F97FF;
}

svg path.hidden {
  display: none;
}

.btn-red {
  color: #ff470c;
  border: 1px solid #ff470c;
}

.widget-btn.btn-green.active {
  background-color: #567f00;
  color: #fff;
}

.widget-btn.btn-red.active {
  background-color: #ff470c;
  color: #fff;
}

.widget-btn.btn-orange.active {
  background-color: #FE6B00;
  color: #fff;
}

.widget-btn.btn-blue.active {
  background-color: #1F97FF;
  color: #fff;
}

.widget-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-widget.active .header-select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header-widget.active {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 10px;
}

.widget-hr {
  background-color: #e3e3e3;
  width: 100%;
  height: 1px;
  border: none;
  margin: 0;
  position: relative;
  top: -20px;
}

.btn_default {
  border-radius: 8px;
  padding: 15px 27px;
  background: #ffcf0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.widget__under {
  padding-top: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #e3e3e3;

  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
}

.widget__link {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
}

.widget__link img {
  margin-right: 10px;
}

.white-popup {
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
}

.white-popup {
  position: relative;
}

.popup__image {
  margin-bottom: 30px;
}

.popup__image img {
  width: 100%;
  border-radius: 4px;
}

.popup__label {
  font-weight: 500;
  font-size: 34px;
  color: #514516;
  margin-bottom: 25px;
}

.popup__descript {
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.btn__default {
  background: #ffcf0f;
  border-radius: 8px;
  padding: 18px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffe6b6;
  z-index: 5;
}

.preloader-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.preloader-image img:first-child {
  position: relative;
  right: -119px;
  animation: animationSvgTwo 0.5s ease-in-out infinite;
}

.preloader-image img:last-child {
  position: relative;
  left: -157px;
  top: 2px;
  animation: animationSvgOne 0.5s ease-in-out infinite;
}

.preloader-label {
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: #000;

  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(100%) translateX(-50%);
  visibility: hidden;
  animation: 1s animationLabel 2.4s ease-in-out forwards;
}

.preloader-label span {
  display: block;
  text-align: center;
}

.preloader.hidden {
  display: none;
}

.popup-widget {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 60px 80px;
}

.popup-widget__label {
  font-weight: 500;
  font-size: 50px;
  color: #514516;
  margin-bottom: 30px;
}

.popup-widget__container {
  display: flex;
  align-items: flex-start;
}

.popup-widget__col {
  width: 50%;
}

.popup-widget__item {
  width: 50%;
  position: relative;
}

.popup-arrow.ar-1 {
  position: absolute;
  right: -67px;
  top: 101px;
}

.popup-arrow.ar-2 {
  position: absolute;
  left: -44px;
  top: 171px;
}

.popup-arrow.ar-3 {
  position: absolute;
  top: 281px;
  right: -50px;
}

.popup-arrow.ar-4 {
  position: absolute;
  top: 81px;
  right: -40px;
}

svg path {
  cursor: pointer;
}

.popup-widget__item p {
  margin: 0;
  display: flex;
  margin-bottom: 15px;
}

.popup-widget__item p span {
  display: inline-block;
}

.popup-widget__item p span:first-child {
  margin-right: 7px;
}

.popup-widget__description {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
  color: #514516;
  max-width: 1080px;
}

.popup-widget__col:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 72px;
}

.popup-widget .mfp-close {
  position: absolute;
  right: 35px;
  top: 35px;
}

.popup-widget__col:last-child .popup-widget__item {
  padding-left: 53px;
}

.popup-widget__col:first-child .popup-widget__item:first-child {
  margin-bottom: 70px;
}

.popup-widget__col:first-child .popup-widget__item:nth-child(2) {
  margin-bottom: 200px;
}

.popup-widget__col:last-child .popup-widget__item:first-child {
  margin-bottom: 85px;
}

.svg-1-table {
  display: none;
}
.svg-2-table {
  display: none;
}

.svg-1-desc g {
  z-index: 2;
  position: relative;
}

.red-stroke path.path-main {
  transition: all 0.8s ease-in;
  stroke: #363636;
  /* stroke-dasharray: 210;
  stroke-dashoffset: 1050; */

  stroke-dasharray: 232;
    stroke-dashoffset: 1168;
}

.red-stroke:hover path.path-main {
  stroke-dasharray: 260;
  stroke-dashoffset: 1054;
}

.svg-1-mobile {
  display: none;
}
.svg-2-mobile {
  display: none;
}

.header-burger {
  display: none;
}

.header-mob {
  display: none;
}

.underground-mobile {
  display: none;
}

.ar-2 img.pop-mob, .ar-3 img.pop-mob {
  display: none;
} 

.popup-widget__list {
  display: flex;
  justify-content: space-between;
}
.popup-widget__container {
  display: flex;
  flex-direction: column;
}

.popup-widget__list .popup-widget__item:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.popup-widget__list .popup-widget__item:last-child .pop-m {
  margin-right: 40px;
}

.popup-widget__list:first-child .popup-widget__item:last-child {
  margin-top: 80px;
}

.popup-widget__list:nth-child(2) .popup-widget__item:first-child {
  position: relative;
  top: -149px;
}

.popup-widget__list:nth-child(2) .popup-widget__item:last-child {
  position: relative;
  bottom: -90px;
}

.popup-widget__list:last-child {
  width: 100%;
}

.popup-widget__list:last-child .popup-widget__item:last-child {
  align-items: flex-start;
  position: relative;
  top: -200px;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

@media (max-width: 1300px) {
  .popup-widget {
    padding: 60px 20px;
  }
}

@media (max-width: 1250px) {
  .header-select {
    font-size: 14px;
  }
  .header-select-color {
    top: -2px;
    left: 44px;
  }
  .header-select {
    width: 330px;
  }

  .header__top-line {
    width: calc(100% - 330px);
  }

  .header__top-line {
    padding: 8px 12px;
  }

  .header-logo {
    width: 188px;
  }

  .header-logo img {
    width: 100%;
  }

  .header-button {
    padding: 13px 27px;
  }

  .header-select {
    height: 60px;
  }

  .header-select__image {
    margin-right: 15px;
  }

  .widget-container {
    top: 60px;
    height: calc(100vh - 160px);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }

  .widget-image {
    width: 60px;
    bottom: 20px;
  }

  .widget-image img {
    width: 100%;
  }
  .widget-item {
    padding-left: 84px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .widget-btn {
    padding: 11px 19px;
  }

  .widget-descript {
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 15px;
  }

  .widget-hr {
    display: none;
  }

  .widget__under {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
  }
}

@media (max-width: 1177px) {
  .popup-widget__list .popup-widget__item:last-child .pop-m {
    margin-right: 0;
    max-width: 480px;
  }
  .popup-widget__list:first-child .popup-widget__item:last-child {
    margin-top: 170px;
  }
  .popup-widget__col:first-child {
    padding-right: 10px;
  }
  .popup-widget__col:last-child {
    padding-left: 10px;
  }
  .pop-m {
    max-width: 100%;
    width: 100%;
  }
  .popup-widget__col:last-child .popup-widget__item {
    padding-left: 0;
  }
  .popup-widget__col:first-child .popup-widget__item:first-child {
    margin-bottom: 220px;
  }
  .popup-widget__col:first-child .popup-widget__item:nth-child(2) {
    margin-bottom: 380px;
  }
  .popup-widget__col:last-child .popup-widget__item:first-child {
    margin-bottom: 185px;
  }

  .popup-widget__col:last-child {
    padding-top: 142px;
  }

  .popup-widget__col:last-child .popup-widget__item:first-child {
    margin-bottom: 145px;
  }

  .ar-2 img, .ar-3 img {
    display: none;
  } 

  .ar-2 img.pop-mob, .ar-3 img.pop-mob {
    display: block;
  } 

  .popup-arrow.ar-1 {
    width: 56px;
    transform: rotate(15deg);
    right: -70px;
    top: 101px;
  }

  .popup-arrow.ar-1 img {
    width: 100%;
  }

  .popup-arrow.ar-2 {
    left: -100px;
    top: 81px;
  }

  .popup-arrow.ar-3 {
    top: 261px;
    right: -30px;
  }

  .popup-arrow.ar-4 {
    top: -23px;
    transform: rotate(-25deg);
    right: -10px;
    width: 100px;
  }

  .popup-arrow.ar-4 img {
    width: 100%;
  }

  .popup-widget__list:nth-child(2) .popup-widget__item:first-child {
    position: relative;
    top: -140px;
  }

  .popup-widget__list:nth-child(2) .popup-widget__item:last-child {
    position: relative;
    bottom: -150px;
  }

  .popup-widget__list:last-child .popup-widget__item:last-child {
    align-items: flex-start;
    position: relative;
    top: -50px;
  }
}

@media (max-width: 1065px) {
  .popup-arrow.ar-2 {
    left: -130px;
  }
  .popup-arrow.ar-3 {
    right: 10px;
  }

  .popup-arrow.ar-4 {
    right: -10px;
  }
}

@media (max-width: 1061px) {

  .preloader-image {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .preloader-label {
    left: 0;
    right: 0;
    transform: translateY(100%);
    animation: 1s animationLabelMobile 2.4s ease-in-out forwards;
  }
}

@media (max-width: 1040px) {
  .popup-widget__list {
    flex-direction: column;
    width: 100%;
  }

  .popup-widget__item {
    width: 100%;
  }

  .popup-widget__list .popup-widget__item:last-child .pop-m {
    max-width: 100%;
  }

  .popup-widget__list:first-child .popup-widget__item:last-child {
    margin-top: 60px;
  }

  .popup-widget__list:first-child .popup-widget__item:last-child p {
    max-width: 100% !important;
  }

  .popup-widget__list:nth-child(2) .popup-widget__item:first-child {
    top: 0;
    margin-top: 98px;
  }

  .popup-widget__list:nth-child(2) .popup-widget__item:last-child {
    bottom: 0;
    margin-top: 120px;
  }

  .popup-widget__list:nth-child(2) .popup-widget__item:last-child p {
    max-width: 100% !important;
  }

  .popup-widget__list:last-child .popup-widget__item:last-child{
    top: 0;
    margin-top: 60px;
  }

  .popup-arrow.ar-1 {
    transform: rotate(15deg);
    position: relative;
    right: auto;
    top: 22px;
    text-align: center;
    left: auto;
    width: 100%;
  }

  .popup-arrow.ar-1 img {
    width: auto;
  }

  .popup-arrow.ar-2 {
    left: auto;
    display: flex;
    top: 40px;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .popup-arrow.ar-3 {
    right: auto;
    top: 390px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .popup-arrow.ar-4 {
    top: -189px;
    transform: rotate(-85deg);
    right: auto;
    position: relative;
    width: 100%;
    text-align: center;
  }

  .popup-arrow.ar-4 img {
    width: 100px;
  }

}

@media (max-width: 1024px) {
  .svg-1-desc {
    display: none;
  }

  .svg-2-desc {
    display: none;
  }

  .svg-1-table {
    display: block;
  }

  .svg-2-table {
    display: block;
  }

  .maps-tabs {
    overflow-x: scroll;
  }

  .tab {
    width: 1024px;
  }
}

@media (max-width: 990px) {
  .header-widget.active .header-select {
    pointer-events: none;
  }
  
  .popup-arrow.ar-3 {
    top: 201px;
  }
  .popup-widget__label {
    font-size: 38px;
  }
  .underground-mobile {
    display: block;
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;
  }

  .underground-mobile.active {
    left: 0;
    right: 0;
  }

  .underground-mobile.active .header-widget {
    border-radius: 0
  }

  .underground-mobile.active .widget-container{
    border-radius: 0;
  }

  .widget-container {
    top: 60px;
    height: calc(100vh - 187px);
  }

  .underground-mobile .header-select {
    width: 100%;
  }

  header .header-widget {
    display: none;
  }
  .header__top-line {
    width: 100%;
  }

  .footer {
    display: none;
  }

  .header {
    left: 15px;
    right: 15px;
    top: 15px;
  }

  .header-burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 22px;
    position: relative;
  }

  .header__top-line .header-button{
    display: none;
  }

  .header-mob {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
    transition: all 0.4s ease;
    transform: translateY(100%);
  }

  .header-mob.active {
    transform: translateY(0);
  }

  .header-mob__under {
    height: 100vh;
    padding-top: 74px;
    padding-bottom: 44px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
  }

  .header-mob__under .footer__container {
    display: flex;
    flex-direction: column;
    gap: 34px;
    align-items: flex-start;
  }

  .header-mob__top {
    width: 100%;
  }

  .header-mob__top .header-button {
    width: 100%;
  }

  .header-mob-close {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .main {
    padding-bottom: 0;
  }
}

@media (max-width: 850px) {
  .preloader-image {
    left: 35px;
  }
}

@media (max-width: 470px) {
  .white-popup {
    padding: 40px 15px 15px;
  }
  .popup__image {
    margin-bottom: 20px;
  }
  .popup__label {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .popup__descript {
    margin-bottom: 25px;
  }
}

@media (max-width: 450px) {
  .svg-1-table {
    display: none;
  }

  .svg-2-table {
    display: none;
  }

  .tab {
    width: 450px;
    padding-top: 70px;
  }

  .blue-orange-offset .tab {
    padding-top: 0;
  }

  .svg-1-mobile {
    width: 100%;
    display: block;
  }

  
  .svg-2-mobile {
    width: 100%;
    display: block;
  }

  .popup-widget__list:nth-child(2) .popup-widget__item:first-child {
    margin-top: 48px;
  }
  .popup-arrow.ar-2 {
    top: 20px;
  }
  .popup-arrow.ar-3 {
    top: 191px;
  }
  .popup-arrow.ar-4 {
    top: -229px;
  }
  .popup-widget {
    padding-bottom: 0;
  }

  .popup-widget__label {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .popup-widget .mfp-close {
    right: 15px;
    top: 18px;
    width: 20px;
  }

  .popup-widget .mfp-close img {
    width: 100%;
  }

  .header-select {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 360px) {
  .svg-1-mobile {
    width: auto;
    display: block;
  }

  .svg-2-mobile {
    width: auto;
    display: block;
  }

  .tab {
    width: 360px;
  }
}

@keyframes animationLabel {
  0% {
    opacity: 0.5;
    transform: translateY(100%) translateX(-50%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
    visibility: visible;
  }
}

@keyframes animationLabelMobile {
  0% {
    opacity: 0.5;
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
    visibility: visible;
  }
}


@keyframes animationSvgOne {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes animationSvgTwo {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-50deg);
  }
  100% {
    transform: rotate(0deg);
  }
}