/*
Theme Name: own-theme-lndng
*/



html, body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

input,
textarea {
  font-size: 16px;
}


.tabs-container{
	position: relative;
}

.image-circle1 img {
	width:30%;
}

.logo svg path {
  fill: #ffffff; /* Стандартный цвет */
  transition: fill 0.3s ease; /* Анимация изменения цвета */
}

.logo:hover svg path {
  fill: #e6a371; /* Цвет при наведении */
}


.image-circle1 {
    z-index: -2;
    position: absolute;
    top: 0; /* Позиционируем от верхнего края родительского блока */
    right: 0; /* Позиционируем от правого края родительского блока */
	text-align: right;
}

.hero4 {
	position: relative;
}

.tabs-container::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border-radius: 103px;
    padding: 2px;
    background: linear-gradient(180deg, #F1B16F 11.29%, #6A67A6 61.73%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}


.gl-scroll__container {
    -webkit-animation: scroll-anim 4s infinite;
    animation: scroll-anim 4s infinite;
}

@-webkit-keyframes scroll-anim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes scroll-anim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15%);
    }
    100% {
        transform: translateY(0);
    }
}
.gl-scroll {
    text-align: center;
    z-index: 997;
    position: relative;
}
.gl-scroll p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.26px;
}
 
.footer-nav ul li a:hover {
	color:#e6a371;
}

.image-circle {
	z-index: -1;
    position: absolute;
    margin-top: -397px;
}

.title {
    font-size: 128px;
    line-height: 156.03px;
    color:#FFFFFF;
    font-weight: 700;
    margin-bottom: 0;
}
.highlight {
    color:#F1B16F;
}
.hero-content {
    padding-left: 114px;
    padding-top: 160px;
    position: relative;
    z-index: 999999999;
}
.home {
    margin: 0;
    background: linear-gradient(255.7deg, #5F5ABA 1.84%, #2B2954 36.04%) !important;

}
.subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 30.48px;
    color:#FFFFFF;
    max-width: 585px;
}
.btn-primary {
    height: 60px;
    width: 220px;
    border-radius: 59px;
    border: 0;
    color: white;
    background-color: #5F5ABA;
    font-weight: 700;
    font-size: 16px;
    line-height: 24.38px;
}
.btn-secondary {
    height: 60px;
    width: 220px;
    border-radius: 59px;
    border: 0;
    color: white;
    background-color: #5F5ABA;
    font-weight: 700;
    font-size: 16px;
    line-height: 24.38px;
    margin-left: 30px;
}
.buttons a {
	text-decoration: none;
}
.btn-secondary:hover {
    background-color: white;
    color: #e6a371;
    cursor: pointer;
}
.btn-primary:hover {
    background-color: white;
    color: #e6a371;
    cursor: pointer;
}
.scroll-indicator {
    text-align: center;
    padding-top: 90px;
    z-index: 99999;
    position: relative;
}
.scroll-indicator p {
    font-weight: 500;
    font-size: 24;
    line-height: 29.26px;
    color: #FFFFFF;
}
.hero, .hero1, .hero2 {
    height: auto /* Высота секции */
}
.home {
    background: linear-gradient(245.7deg, #5F5ABA 1.84%, #2B2954 68.04%);
}

.image-container {
    position: absolute;
    width: 100%; /* Контейнер занимает всю ширину */
    height: auto;
}

.image-1 {
    position: absolute;
    max-width: 100%; /* Первое изображение занимает 70% ширины */
    right: 0;
    z-index: -1;
    max-height: 924px;
}

.image-2 {
    position: absolute;
    top: 450px;
    left: 0;
    max-width: 100%; /* Ширина второго изображения */
    z-index: -1; /* Чтобы оно накладывалось поверх первого */
    max-height: 491px;
}
.image-3 {
    position: absolute;
    left: 0;
    max-width: 100%; /* Ширина второго изображения */
    z-index: -1; /* Чтобы оно накладывалось поверх первого */
    max-height: 806px;
}
.product-info h2 {
    margin-top: 0;
}
.product-info {
    width: 50%;
    text-align: left;
    margin-left: auto;
    padding: 70px;
    border-radius: 100px 0 0 100px;
    border-top: 2px solid #F1B16F;
    border-right: 0;
    border-bottom: 2px;
    border-left: 2px;
    background-color: #5F5ABA;
    padding-right: 0px
}
.product-info h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39.01px;
    color:#F1B16F;
    max-width: 738px;
}
.Twclr {
    color: white;
}
.product-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29.26px;
    color:white;
    max-width: 738px;
}
.hero1 {
	padding-top: 150px;
}
.container1 {
    padding-top: 30px;
}

.stats-container {
    width: 50%;
    text-align: left;
    margin-left: auto;
}
.stats-container {
  display: flex;
  justify-content: center;
  padding: 80px;
  gap: 50px;
  padding-top:48px;
}

.stat {
  background-color: #25283A; /* Цвет фона блока */
  padding: 15px 30px;
  border-radius: 31px;
  border: 2px solid rgba(255, 153, 102, 0.3); /* Граница блока */
  text-align: center;
  z-index: 99999;
}

.stat-label {
  font-size: 16px;
  color: #FFFFFF; /* Цвет текста описания */
  margin-bottom: 10px;
}

.stat-number {
  font-size: 36px;
  font-weight: bold;
  color: #F1B16F; /* Оранжевый цвет текста */
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.stat-number1 {
  font-size: 36px;
  font-weight: bold;
  color: #F1B16F; /* Оранжевый цвет текста */
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.image-4 {
    position: absolute;
    max-width: 100%; /* Ширина второго изображения */
    z-index: 1; /* Чтобы оно накладывалось поверх первого */
    max-height: 806px;
    top: 400px;
    right: 200px;
}
.image-5 {
    position: absolute;
    max-width: 100%; /* Ширина второго изображения */
    z-index: 2; /* Чтобы оно накладывалось поверх первого */
    top: 450px;
    left: 0;
}
.title2 {
    margin:0;
}
.hero2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container2 {
  max-width: 50%;
  color: white;
  padding-left: 126px;
  margin-top: 100px;
}

.title2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 43.88px;
  margin-bottom: 36px;
  color: white;
}

.demo-button {
  background-color: #F1B16F;
  border: none;
  padding: 15px 30px;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 59px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 220px;
  height: 60px;
  font-weight: 700;
}

.demo-button:hover {
  background-color: #FFFFFF;
	color:#5F5ABA;
}

.hero-image {
  /*max-width: 50%;*/
  text-align: center;
  z-index: 1;
}
.image-6 {
    position: absolute;
    max-width: 100%; /* Ширина второго изображения */
    z-index: 1; /* Чтобы оно накладывалось поверх первого */
    top: 150px;
    right: 0;
}
.advantages-section {
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.container3 {
  max-width: 85%;
  margin: 0 auto;
  padding-top: 70px;
}

.highlight {
  color: #F1B16F;
}

.advantages-grid {
	 max-width: 77%;
}

.container3 h2 {
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 67.05px;
}

.advantage-card h3 {
  color: #F1B16F;
  font-weight: 700;
  font-size: 20px;
  line-height: 29.26px;
  text-align: left;
}

.advantage-card ul {
  list-style-type: none;
  padding: 0;
}

.advantage-card ul li {
  margin: 10px 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.26px;
  text-align: left;
  padding-bottom: 15px;
  list-style-type: disc;
  margin-left: 30px;
}

.advantage-image {
/*   width:75%; */
	text-align: left;
}

.advantage-image img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1240px) {
	.image-block {
		max-width:60%;
	}
}

@media (max-width: 1024px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .advantages-grid {
    grid-template-columns: 1fr;
	  max-width: 100%;
  }
	.tabs-container::before {
    border-radius: 52px;
}
}
.advantage-card {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.advantage-card {
  position: relative; /* Чтобы ::before был внутри карточки */
  z-index: 1; /* Для корректной работы с псевдоэлементами */
}

.advantage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 37px;
  padding: 2px; /* Ширина бордера */
  background: linear-gradient(180deg, #F1B16F 11.29%, #6A67A6 61.73%);
  
  /* Добавлен box-sizing, чтобы псевдоэлемент срабатывал корректно вместе с padding */
  box-sizing: border-box;
  
  /* Исправлена маска */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;

  pointer-events: none; /* Чтобы псевдоэлемент не мешал кликам */
  z-index: 0; /* Позади контента карточки */
}

.image-7 {
    position: absolute;
    max-width: 100%; /* Ширина второго изображения */
    z-index: 1; /* Чтобы оно накладывалось поверх первого */
    top: 600px;
    left: 0;
}
.image-8 {
    position: absolute;
    max-width: 100%; /* Ширина второго изображения */
    z-index: 1; /* Чтобы оно накладывалось поверх первого */
    top: 1300px;
    right: 0;
}
  
.functionality-section {
  padding: 60px 20px;
  padding-top: 120px;
}

.container4 {
  max-width: 85%;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 67.05px;
  color: #FFFFFF;
}
h3.section-title{
	font-size: 32px;
}

.section-title span {
  color: #F1B16F;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.text-block ul {
  list-style: none;
  padding: 0;
}

.text-block ul li {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  color: #FFFFFF;
}

.text-block ul li::before {
  content: "•";
  color: #F9A856;
  font-size: 24px;
  position: absolute;
  left: -25px;
  top: 0;
}

.image-block img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .content {
    flex-direction: column;
    align-items: center;
  }
  
  .text-block {
    margin-bottom: 20px;
  }
  
  .image-block img {
    max-width: 100%;
  }
}

.image-9 {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 1085px;
    left: 50%;
    transform: translateX(-50%);
}
.tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.tab-link {
  padding: 0 20px 10px 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.26px;
  text-align: center;
  color: #FFFFFF;
}

.tab-link.active, .tab-link:hover {
  color: #F1B16F;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tabs-container {
  padding: 60px;
  background-color: #5F5ABA;
  border-radius: 100px;
  color: white;
  width: 70%;
  margin: auto;
}

.tab-content h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 29.76px;
    text-align: left;
}
.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.text-column {
  width: 60%;
}

.image-column {
  width: 40%;
}

.image-column img {
  width: 100%;
  max-height: 100%;
}
.tab-content p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 29.26px;
    text-align: left;
}

.text-column ul {
  list-style: none; /* Убираем стандартные маркеры списка */
  padding-left: 0; /* Убираем отступы */
  margin: 20px 0; /* Добавляем отступы сверху и снизу */
}

.text-column ul li {
  display: flex; /* Выстраиваем элементы списка в строку с иконкой */
  align-items: flex-start; /* Выравниваем элементы по верхнему краю */
  margin-bottom: 20px; /* Добавляем отступ между элементами списка */
  font-size: 1rem; /* Устанавливаем размер шрифта */
  color: #ffffff; /* Цвет текста */
}

.text-column ul li::before {
  content: url('path_to_icon.png'); /* Подставляем иконку */
  display: inline-block;
  margin-right: 10px; /* Отступ между иконкой и текстом */
  width: 32px; /* Размер иконки */
  height: 32px;
}

.text-column ul li strong {
  font-weight: bold;
  color: #F28D38; /* Цвет для выделенного текста */
}
.results-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Добавляем отступы между элементами */
}

.results-block li {
    width: calc(50% - 20px); /* Ширина каждого элемента списка */
}

.results-block li strong {
    display: block;
    margin-bottom: 10px; /* Отступ после заголовка */
    font-size: 1.2em;
}

.image-text {
    display: flex;
    align-items: center; /* Центрирование изображения и текста по вертикали */
}

.image-text img {
    margin-right: 10px; /* Отступ между изображением и текстом */
    max-width: 50px; /* Ограничиваем размер иконки */
	width: 48px;
}

.image-text p {
    margin: 0; /* Убираем лишние отступы */
}

.results-block li strong {
	font-size:16px;
}

.results-block h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: left;
    color:#F1B16F;
	margin-top:0;
}
.tab-link.active {
    position: relative;
}

.tab-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px; /* Отступ в 8 пикселей */
    width: 100%;
    height: 2px; /* Толщина линии */
    background-color: #F1B16F;
}
.site-footer {
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo img {
    max-width: 175px;
}

.footer-logo p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.footer-nav ul li a, 
.footer-contacts ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
	font-weight:700;
}

.footer-nav ul li a:hover,
.footer-contacts ul li a:hover {
    text-decoration: underline;
}

.footer-contacts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contacts ul li {
    margin-bottom: 10px; /* Отступ между элементами */
	text-align: left;
}

.footer-contacts ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.footer-contacts ul li a:hover {
    text-decoration: underline;
}

.cta-section {
    background-color: #5F5ABA; /* Фон секции */
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('https://www.timewise.com.ua/wp-content/uploads/2024/10/Mask-group@2x.png'); /* Добавление фона */
    background-size: cover;
    background-position: right;
}

.cta-content h2 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    line-height: 43.88px
}

.highlighted {
    color: #FBB040; /* Цвет выделенного текста */
}

.cta-button .cta-btn {
    background-color: #25283A;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
	font-weight: 700;
}

.cta-button .cta-btn:hover {
    background-color: #FFFFFF;
	color: #e6a371;
    transition: 0.3s;
}
.cta-content {
    width: 65%;
    margin: auto;
    z-index: 2;
}

.cta-button{
   width: 25%; 
   z-index: 2;
}

.hero4 {
    padding-bottom: 120px;
    padding-top: 120px;
}
}
.image-11 {
    position: absolute;
    right: 0;
    height: 143px;
}
.map {
    background-image: url("https://www.timewise.com.ua/wp-content/uploads/2024/10/Mask-group-23.png");
    background-color: #25283ABD; /* Полупрозрачный цвет */
    background-blend-mode: multiply; /* Настройка смешивания */
    background-size: cover; /* Опционально: изображение будет покрывать весь блок */
    background-position: center; /* Опционально: изображение будет центрировано */
    height: auto;
    position: relative;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.container4 .content:last-child .text-block {
  padding-left: 90px;
  margin-top: 120px;
  z-index: 99999;
}
.container4 .content:last-child .image-block {
    margin-left: -160px;
    z-index: 999999;
}

.contact-block-mp h2 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.29px;
    text-align: left;
    color: #F1B16F;
}

.contact-block-mp p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    color: #25283A;
}

.contact-block-mp ul {
    list-style: none;
    padding: 0;
    font-size: 1em;
    text-align: left;
}

.contact-block-mp ul li {
    margin: 10px 0;
}

.contact-block-mp ul li a {
    color: #25283A;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: left;
    text-decoration: none;
}

#wpcf7-f54-o1 {
    position: relative;
    width: 364px;
    height: 433px;
    background-color: #25283A;
    border-radius: 40px;
    z-index: 1;
    padding: 51px;
}

#wpcf7-f54-o1::before {
    content: "";
    position: absolute;
    top: -2;
    left: -2;
    width: 100%;
    height: 100%;
    border-radius: 43px;
    padding: 2px; /* Увеличим бордер */
    background: linear-gradient(180deg, #F1B16F 11.29%, #6A67A6 61.73%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}

#btn-id-frm {
    position: relative;
    z-index: 2;
}

.form-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Изображение будет под содержимым */
    object-fit: cover; /* Изображение будет подогнано под размер контейнера, сохраняя свои пропорции */
}
.form-title {
font-size: 24px;
font-weight: 700;
line-height: 29.26px;
text-align: left;
color: #F1B16F;
}
.form-description {
font-size: 14px;
font-weight: 400;
line-height: 17.07px;
text-align: left;
color: #FFFFFF;
}

#name-id-frm {
    border-radius: 22px;
    background-color: #5F5ABA;
    height: 45px;
    border: 0;
    padding-left: 17px;
    padding-right: 17px;
    color: #FFFFFF;
    width: 100%;
}
#tel-id-frm {
    border-radius: 22px;
    background-color: #5F5ABA;
    height: 45px;
    border: 0;
    padding-left: 17px;
    padding-right: 17px;
    color: #FFFFFF;
    width:100%;
}
#email-id-frm {
    border-radius: 22px;
    background-color: #5F5ABA;
    height: 45px;
    border: 0;
    padding-left: 17px;
    padding-right: 17px;
    color: #FFFFFF;
    width: 100%;
}
#email-id-frm::placeholder {
    color: #ffffff; /* Белый цвет текста */
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
}
#tel-id-frm::placeholder {
    color: #ffffff; /* Белый цвет текста */
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
}
#name-id-frm::placeholder {
    color: #ffffff; /* Белый цвет текста */
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-spinner {
    display: none;
}
#btn-id-frm {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 40px;
    border-radius: 59px;
    margin-top: 40px;
    color: #25283A;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.29px;
    border: none;
	cursor: pointer;
	background-color:#FFFFFF;
}
#btn-id-frm:hover {
	background-color: #e6a371;
	color: #FFFFFF
}
.wpcf7-not-valid-tip {
    display: none;
}
.map {
    position: relative;
    display: flex;
    justify-content: center;
}

.contact-block-mp {
    width: 350px;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    padding: 51px;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-left: -302px;
    margin-bottom: 400px;
}

.contact-frm {
    position: absolute; /* Форма перекрывает блок контактов */
    left: 50%; /* Смещение влево */
    top: 50%; /* Уровень наложения на блок */
    z-index: 2; /* Форма выше контактов */
    transform: translate(-50%, -50%);
    margin-left: 240px;
    margin-top: 50px;
}

.contact-block-mp::before {
    content: "";
    position: absolute;
    top: -2;
    left: -2;
    width: 100%;
    height: 100%;
    border-radius: 43px;
    padding: 2px;
    background: linear-gradient(180deg, #F1B16F 11.29%, #6A67A6 61.73%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 колонки для больших экранов */
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

/* Настройки для .advantage-card */
.advantage-card {
  position: relative;
  overflow: hidden; /* Обрезаем все, что выходит за пределы */
}
}

/* Настройки для .advantage-image */
.advantage-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Обрезаем изображение */
}

.advantage-image img {
  width: 100%;
  height: 100%;
/*   object-fit: cover; Изображение адаптируется под контейнер, обрезая лишнее */
}
@media (min-width: 768px) and (max-width: 1024px) {
    .contact-frm {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
        margin-left: 135px;
        margin-top: 25px;    
    }
    .hero-image img {
        max-width:380px;   
    }
    .footer-contacts {
    display:none;
	}
	.advantages-grid {
    	display: grid;
    	grid-template-columns: repeat(2, 1fr);
    	gap: 20px;
   	 	width: 100%;
    	margin: 0 auto;
	}
    .image-4 {
    display: none;
    }
    .image-6{
    display: none;
    }
    .image-8{
    display: none;
    }
    .content {
    display: block;
	}
	.cta-button .cta-btn {
    font-size: 11px;
	}
    .content-wrapper {
    display: block;
    }
    .text-column {
    width: 100%;
	}
    .image-column {
    width: 100%;
	}
}
@media (max-width: 480px) {
	.image-circle1 {
    display:none;
    }
	.contact-block-mp {
        margin-top: 0 !important;
        order: 2;
    }
    .contact-frm {
        margin-bottom: 50px !important;
        order: 1;
    }
}
.location{
	padding: 70px 0 150px;
}
.location__body{
	width: 100%;
	max-width: 85%;
	margin: 0 auto;
	display: flex;
	gap: 100px;
}
.location__map{
	border-radius: 40px;
	overflow: hidden;
	flex-basis: max(40%, 530px);
}
.lm{
	flex-basis: max(calc(60% - 100px), 530px);
}
.lm__body{
	margin-top: 105px;
}
.lm .numbers__list{
	
	display: flex;
  	justify-content: space-between;
	flex-wrap: wrap;
}
.lm .numbers__list .column{
	flex-basis: 300px;
}
.lm .numbers__item{
	margin-bottom: 20px;
}
.lm .numbers__item a, .mail-item p{
	color: #fff;
	font-size: 20px;
	font-style: bold;
	font-weight: 700;
	text-decoration: none;
	transition: .3s;
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.lm .numbers__item a path{
	transition: .3s;
}

.lm .numbers__item a:hover{
	color: #e6a371
}
.lm .numbers__item a:hover path{
	fill: #e6a371;
}

.lm .mail-item{
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 24px;
}
.lm__footer{
	margin-top: 80px;
}
.lm .button__item{
	display: inline-flex;
	padding: 10px 30px;
	border-radius: 60px;
	gap: 10px;
	align-items: center;
	background: #5F5ABA;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition: .3s;
}
.lm .button__item:hover{
	background: #fff; 
	color: #5F5ABA;
}
.lm .button__item:hover path{
	transition: .3s;
}
.lm .button__item:hover path{
	fill: #5F5ABA;
}
.button__list{
	text-align: center;
}
@media(max-width: 1160px){
	.location__body{
		flex-direction: column-reverse;
	}
	.lm__body, .lm__footer{
		margin-top: 50px;
	}
	.lm .button__item{
		display: flex;
    	justify-content: center;
	}
	.location__map{
		flex-basis: 400px;
	}
	
}
@media(max-width: 1024px){
	.navigation.active{
		padding-top: 100px;
	}
}
@media(max-width: 576px){
	.lm__heading.section-title{
		font-size: 24px;
		font-weight: 600;
	}
	.lm .numbers__list{
		justify-content: center;
	}
	.lm .mail-item{
		max-width: 300px;
    	margin: 0 auto;
	}
	.lm .mail-item svg{
		flex-basis: calc(28px + 24px);
	}
	.lm .numbers__item a, .mail-item p{
		font-weight: 500;
	}
	.lm__body, .lm__footer{
		margin-top: 35px;
	}
	.location__body{
		max-width: 100%;
		gap: 40px;
	}
	.location__map{
		border-radius: 0;
	}
	.lm{
		padding: 0 38px;
	}
	.location{
		padding-bottom: 70px;
	}
}

