/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
    font-family: 'Museo Sans Cyrl',sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #1b1b1b;
}
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a{
    color:inherit;
    text-decoration: none;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* -----------------------ОБНУЛЕНИЕ------------------------------- */
body{
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    width: 100%;
    height: 100%;
}
.wrapper{
    min-height: 100%;
    overflow: hidden;
    min-width: 100%;
}
._container{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
}
._headercontainer{
margin-left: auto;
margin-right: auto;
box-sizing: content-box;
max-width: 1600px;
padding-left: 40px;
padding-right: 40px;
}
.header-content{
    padding-top: 20px;
}
.header-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.header-info-group{
    display: flex;
    align-items: center;
}
.header-logo {
    font-family: 'Museo Sans Cyrl';
    max-width: 100px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
}
.header-logo-subtitle{
    font-family: 'Museo Sans Cyrl';
    font-size: 16px;
    line-height: 18px;
    max-width: 200px;
    font-weight: 200;
    opacity: 0.5;
    padding-left: 50px;
}

.connect-number {
    font-family: 'Museo Sans Cyrl';
    font-size: 20px;
    line-height: 24px;
    max-width: 180px;
    font-weight: 600;
    cursor: pointer;
}
.connect-schedule {
    font-family: 'Museo Sans Cyrl';
    font-size: 16px;
    line-height: 18px;
    max-width: 180px;
    font-weight: 200;
    opacity: 0.5;
}
.header-call {
    background: transparent;
    border: none;
    border: 1px dashed #4f7ef5;
    padding: 10px 26px;
    font-family: 'Museo Sans Cyrl';
    font-size: 14px;
    line-height: 16px;
    max-width: 180px;
    font-weight: 300;
    cursor: pointer;
    transition: 1s ease all 0s;
} 
.footer-call {
    margin-bottom: 20px;
}
.social-footer {
	display: flex;
	max-width: 200px;
	width:100%;
	margin: 0 auto;
	justify-content: space-between;
}
.social {
	display: flex;
	gap:10px;
	max-width: 200px;
	width:100%;
}

.social-mob {
	display: flex;
	gap:10px;
	max-width: 200px;
	width:100%;
	margin-left: 50px;
}
.header-call:hover{
    transform: translateY(5px);
    transition: 0.5s ease all 0s;
    background-color: #4f7ef5;
    color: #fff
}
@media (max-width: 768px) {
  .header-logo-subtitle,
  .header-call {
    display: none;
  }
}
@media (min-width: 769px) {
  .header-logo-subtitle,
  .header-logo,
  .logoPicture{
    display: block;
  }
  
  
}
@media (max-width: 768px) {
  .header-connect {
    display: none; 
  }
}
@media only screen and (min-width: 768px) {
  .header-call {
    display: block;
    background: transparent;
    border: none;
    border: 1px dashed #4f7ef5;
    padding: 10px 26px;
    font-family: 'Museo Sans Cyrl';
    font-size: 14px;
    line-height: 16px;
    max-width: 180px;
    font-weight: 300;
    cursor: pointer;
    transition: 1s ease all 0s;
  }
  .header-call:hover {
    transform: translateY(5px);
    transition: 0.5s ease all 0s;
    background-color: #4f7ef5;
    color: #fff;
  }
}
.devider{
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    margin-top: 10px;
}
.menu-toggle {
  display: none;
}

.menu-toggle-box {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.menu-toggle-bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.sub-menu-point{
  padding: 0;
  margin: 0;
}
.menu-point{
  list-style: none;
  background-color: white;
  position: relative;
  padding-left: 30px;
}
.menu-toggle-bar:before,
.menu-toggle-bar:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease;
}

.menu-toggle-bar:before {
  top: -8px;
}

.menu-toggle-bar:after {
  bottom: -8px;
}

.menu-open .menu-toggle-bar {
  transform: rotate(45deg);
}

.menu-open .menu-toggle-bar:before {
  transform: translateY(8px) rotate(90deg);
}

.menu-open .menu-toggle-bar:after {
  transform: translateY(-8px) rotate(90deg);
}
.menu_container{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1800px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.sublist li {
  width: auto;
  padding-left: 10;
  text-align: center;
  
}
.sublist li a {
  padding-left: 10;
}
.sublist-side.show {
  display: block !important;
}
.sublist li {
  width: auto;
  padding-left: 10;
  text-align: center;
  
}
.sublist li a {
  padding-left: 10;
}

.sublist-side {
  list-style: none;
  margin: 10px 0; /* Добавляем отступы сверху и снизу */
  margin-left: 20px; /* Добавляем отступ слева */
  padding-left: 0; /* Убираем внутренний отступ */
  padding: 0;
  display: none;
  background-color: #a5a5a5;
  border-radius: 4px; /* Добавляем закругление углов */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Добавляем тень */
  border: 1px solid #1f1f1f; /* Добавляем рамку */
}
.submenu-toggle.show{
  display: block !important;
}

.sublist-side li {
  margin: 5px 0; /* Добавляем отступы между элементами */
  font-weight: normal; /* Убираем жирный шрифт для элементов списка */ 
  position: relative;
  margin-bottom: 5px;
}
.sublist-side li:before {
  content: "• "; /* Добавляем точку перед элементом списка */
  position: absolute;
  left: -20px; /* Позиционируем точку слева */
}
.sublist-side.active {
  display: block;
}
.menu-item.link {
  color: #4f7ef5;
  font-weight: 600;
}
.menu-item.link {
  color: #4f7ef5;
  font-weight: 600;
}
.menu-ko{
  display: flex;
  justify-content: center;
}

.menu-ko li{
  list-style: none;
  background: white;
  position: relative;
}

.menu-ko a {
  padding: 0 10px; /* изменено */
  color: black;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transition: all .5s;
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  white-space: nowrap;
}
.menu-ko ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  margin: 0 10px;
  box-shadow: 0px 20px 10px rgba(35,35,35,.3);
  min-width: fit-content;
}
.menu-ko li:hover > ul {
  display: block;
}
.menu a:hover{
  color: #4180be;
}
.menu-ko ul ul {
  padding: 0 10px;
  display: none;
  top: 0;
  left: calc(100% + .5em);
  
}
.sidebar {
  position: fixed;
  top: 0;
  left: -250px; /* Начальное состояние: боковое меню скрыто за экраном */
  width: 250px;
  height: 100%;
  background-color: #f4f4f4;
  padding: 20px;
  transition: left 0.3s ease-in-out;
  z-index: 1000; /* Помещаем меню поверх других элементов */
}
.sidebar-menu li{
  margin-bottom: 20px;
}


.menu_container_side {
  display: flex;
  padding: 20px;
  flex-direction: column;
  height: 100%;
}

.menu-content-side {
  font-family: sans-serif;
  flex: 1;
  color: #fff;
}


.menu-toggle {
  display: none;
  align-items: center;
  height: 50px;
  cursor: pointer;
}

.menu-toggle-box {
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: relative;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
  margin-left: 15px;
}

.menu-toggle-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

.menu-open .menu-toggle-box {
  transform: rotate(90deg);
}

.menu-open .menu-toggle-bar {
  transform: translateX(-50%);
}

.menu-content {
  color: #ffffff;
  position: relative;
  z-index: 9;
}

.menu-ko-side {
  list-style: none;
  padding: 0;
}


.menu-ko-side li {
  margin-bottom: 15px;
}

.menu-ko-side li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.submenu-toggle::before {
  content: "•";
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.3s;
  
}



.menu-ko-side a:hover {
  color: #ffca18;
}


/* Показываем боковое меню */
.sidebar.open {
  left: 0;
}




.info-content {
padding-top: 20px;
padding-bottom: 10px;
}
.info-row {
  display: flex;
  align-items: left;
  flex-direction: column;
  padding-left: 20px;
}
.info-title {
  font-family: 'Museo Sans Cyrl';
  font-size: 40px;
  line-height: 1.3;
  max-width: 400px;
  font-weight: 900;
}
.info-subtitle-row {
display: flex;
align-items: center;
padding-top: 40px;
}
h1{
    font-size: 40px;
    margin: 0 0 40px 0;
    padding: 0;
    font-family: 'Museo Sans Cyrl';
}
.contact-info {
    display: flex;
    justify-content: space-between;
}
.contact-info ul {
    padding-left: 0;
}
.contact-info ul li{
    list-style-type: none;
    margin-bottom: 20px;
    display: block;
}
.contact-info ul li .head {
    margin-bottom: 5px;
    font-family: 'Museo Sans Cyrl',sans-serif;
    font-size: 20px;
    list-style-type: none;
}
.info-action {
  color: #4180be;
  font-family: 'Museo Sans Cyrl';
  font-weight: 900;
  font-size: 17px;
}
.info-date {
  opacity: .5;
  color: #1b1b1b;
  font-family: 'Museo Sans Cyrl';
  font-weight: 300;
  font-size: 14px;
}
.info-subtitle-text {
    max-width: 265px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Museo Sans Cyrl';
    font-weight: 300;
    padding-left: 30px;
}
.button-row {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.info-call {
  padding: 10px 22px;
  background: linear-gradient(270deg,#47a3ff 0,#4180be 100%);
  color: #fff;
  font-family: 'Museo Sans Cyrl';
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 1s ease all 0s;

  -webkit-box-shadow: 3px 5px 8px 0px rgba(34, 60, 80, 0.21);
  -moz-box-shadow: 3px 5px 8px 0px rgba(34, 60, 80, 0.21);
  box-shadow: 3px 5px 8px 0px rgba(34, 60, 80, 0.21);
}
.info-call:hover{
  transform: translateY(5px);
  transition: 0.5s ease all 0s;

  -webkit-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.21);
-moz-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.21);
box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.21);
}
.info-cases {
  padding: 10px 26px;
  font-family: 'Museo Sans Cyrl';
  border: none;
  border-radius: 5px;
  margin-left: 20px;
  cursor: pointer;
  transition: 1s ease all 0s;

  -webkit-box-shadow: 3px 5px 8px 0px rgba(34, 60, 80, 0.21);
  -moz-box-shadow: 3px 5px 8px 0px rgba(34, 60, 80, 0.21);
  box-shadow: 3px 5px 8px 0px rgba(34, 60, 80, 0.21);
}
.info-cases:hover{
  transform: translateY(5px);
  transition: 0.5s ease all 0s;

  -webkit-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.21);
-moz-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.21);
box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.21);
}
.infoCard {
  border: 1px solid #d8d8d8;
  background-color: #fff;
}
.infoCard-content {
  
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  padding: 25px;
}
.infoCard-icon {
  margin-left:auto;
  margin-right:auto;
}
.logoPicture{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.infoCard-title {
  max-width: 160px;
  font-family: 'Museo Sans Cyrl';
  font-weight: 200;
  padding-top: 10px;
}

.popupInfo{
  position: fixed;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 50;
  }
  .popupInfo.passive{
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all 0s;
  }
  .popupInfo.active{
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease all 0s;
  }
  .popupInfo-body{
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  }
  .popupInfo-content{
  background-color: #FFF;
  max-width: 800px;
  width: 100%;
  padding: 20px 30px;
  }
  .popupInfo-header{
    display: flex;
    justify-content: space-between;
  }
  .popupInfo-title{
    font-family: 'Museo Sans Cyrl';
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
  }
  .popupInfo-cross{
    cursor: pointer;
    transition: 0.3s ease all 0s;
  }
  .popupInfo-cross:hover{
    transform: scale(1.2);
  }
  .popupInfo-row {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .popupInfo-input {
    width: 49%;
    padding: 10px 10px;
    outline: none;
    font-family: 'Museo Sans Cyrl';
    font-weight: 500;
    border: 1px solid #adb5bd;
  }
  .popupInfo-textarea{
    display: block;
    width: 100%;
    padding: 10px 10px;
    outline: none;
    font-family: 'Museo Sans Cyrl';
    font-weight: 300;
    border: 1px solid #adb5bd;
    margin-bottom: 20px;
  }
  .popupInfo-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .popupInfo-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
  .popupInfo-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
  }
  .popupInfo-checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #4f7ef5;
  }
  .popupInfo-checkbox-label {
    font-family: 'Museo Sans Cyrl';
    font-weight: 100;
    padding-left: 6px;
  }

.serv-content {
  padding-top: 40px;
}
.serv-mainTitle {
  font-size: 24px;
  font-family: 'Museo Sans Cyrl';
  font-weight: 700;
}
.serv-row {
  display: flex;
  padding-top: 40px;
}
.serv-card-50 {
  flex: 0 1 50%;
  background-color: #f1f1f1;
  margin-right: 20px;
  border-radius: 10px;
}
.halfCard-content {
  padding: 40px;
}
.halfcard-title {
  line-height: 1.3;
  font-family: 'Museo Sans Cyrl';
  font-size: 20px;
  margin-bottom: 60px;
  cursor: pointer;
  transition: .3s ease all 0s;
}
.halfcard-title:hover{
  color: #4180be;
}
.halfCard-row {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.halfCard-pointTitle {
  min-width: 65px;
  opacity: .5;
  font-size: 14px;
  font-family: 'Museo Sans Cyrl';
  font-weight: 300;
}
.halfCard-pointSubTitle {
  padding-left: 20px;
  font-family: 'Museo Sans Cyrl';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
.halfCard-order{
  margin-top: 40px;
}
.serv-addCard {
  flex: 1 1 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.serv-fullWidthCard {
  flex: 1 1 100%;
  background-color: #f1f1f1;
  width: 100%;
  border-radius: 10px;
}
.fullWidthCard-row {
  display: flex;
  align-items: center;
}
.fullWidthCard-from {
  padding-right: 40px;
  font-size: 17px;
  font-family: 'Museo Sans Cyrl';
  font-weight: 500;
}
.order-button {
  padding: 10px 22px;
  background: linear-gradient(270deg,#47a3ff 0,#4180be 100%);
  color: #fff;
  font-family: 'Museo Sans Cyrl';
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 1s ease all 0s;

  -webkit-box-shadow: 3px 5px 8px 0px rgba(34, 60, 80, 0.21);
  -moz-box-shadow: 3px 5px 8px 0px rgba(34, 60, 80, 0.21);
  box-shadow: 3px 5px 8px 0px rgba(34, 60, 80, 0.21);
}
.order-button:hover{
  transform: translateY(5px);
  transition: 0.5s ease all 0s;

  -webkit-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.21);
-moz-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.21);
box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.21);
}
.order-button {
    display: block;
    margin-top: 20px;
  }
  .fullentry.page {
    margin-bottom: 50px;
}
.fullentry {
    max-width: 1220px;
    padding: 0 20px;
    margin: 35px auto 0 auto;
}
.popupHow{
position: fixed;
width:100%;
height: 100%;
background: rgba(0,0,0,0.6);
top: 0;
left: 0;
z-index: 10000;
}
.popupHow.passive{
visibility: hidden;
opacity: 0;
transition: 0.5s ease all 0s;
}
.popupHow.active{
visibility: visible;
opacity: 1;
transition: 0.5s ease all 0s;
}
.popupHow-body{
min-height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 30px 10px;
}
.popupHow-content{
background-color: #FFF;
max-width: 800px;
width: 100%;
padding: 20px 30px;
}
.popupHow-header{
  display: flex;
  justify-content: space-between;
}
.popupHow-title{
  font-family: 'Museo Sans Cyrl';
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
}
.popupHow-cross{
  cursor: pointer;
  transition: 0.3s ease all 0s;
}
.popupHow-cross:hover{
  transform: scale(1.2);
}
.popupHow-row {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 20px;
}
.popupHow-input {
  width: 49%;
  padding: 10px 10px;
  outline: none;
  font-family: 'Museo Sans Cyrl';
  font-weight: 500;
  border: 1px solid #adb5bd;
}
.popupHow-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.popupHow-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.popupHow-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}
.popupHow-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #4f7ef5;
}
.popupHow-checkbox-label {
  font-family: 'Museo Sans Cyrl';
  font-weight: 100;
  padding-left: 6px;
}
.footer {
  background-color: #ececec;
}
.footer-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.footer-call {
  background: transparent;
  color: black;
  border: 1px solid #4f7ef5;
  margin-top: 20px;
}
.footer-call:hover{
  background: #4180be;
  color: #fff;
}
.footer-address {
  font-family: 'Museo Sans Cyrl';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 20px;
}
.col-title {
  font-family: 'Museo Sans Cyrl';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 20px;
}
.col-item {
    font-family: 'Museo Sans Cyrl';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    transition: 0.3s ease all 0s;
}
.col-item:not(:first-child){
  padding-top: 10px;
}
.col-item:hover{
  color: #4180be;
}
.col-phone {
    font-family: 'Museo Sans Cyrl';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    transition: .3s ease all 0s;
}
.col-contact{
    font-family: 'Museo Sans Cyrl';
    transition: .3s ease all 0s;
}
.col-phone:hover{
  color: #4180be;
}
.col-schedule {
  font-family: 'Museo Sans Cyrl';
    font-weight: 200;
    font-size: 16px;
    line-height: 1.4;
}
.map {
    max-width: 760px;
    width: 100%;
    position: relative;
    z-index: -1;
}
.map iframe {
    border: none;
}

@media (max-width: 768px) {
  .header-logo-subtitle {
    display: none;
  }
}
@media (min-width: 769px) {
  .header-logo-subtitle {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .header-call {
    display: block;
    background: transparent;
    border: none;
    border: 1px dashed #4f7ef5;
    padding: 10px 26px;
    font-family: 'Museo Sans Cyrl';
    font-size: 14px;
    line-height: 16px;
    max-width: 180px;
    font-weight: 300;
    cursor: pointer;
    transition: 1s ease all 0s;
  }
  .header-call:hover {
    transform: translateY(5px);
    transition: 0.5s ease all 0s;
    background-color: #4f7ef5;
    color: #fff;
  }
}

@media (max-width: 1020px) {
  .menu-row {
    display: none;
  }
  .contact-info {
      flex-wrap: wrap;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .menu-toggle-box {
    position: relative;
    margin-right: 10px;
  }

  .menu-toggle-label {
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: bold;
  }

  .menu-toggle-bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform-origin: center;
    transition: transform 0.3s ease;
  }

  .menu-toggle-bar:before,
  .menu-toggle-bar:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: transform 0.3s ease;
  }

  .menu-toggle-bar:before {
    top: -8px;
  }

  .menu-toggle-bar:after {
    bottom: -8px;
  }

  .menu-open .menu-toggle-bar {
    transform: rotate(45deg);
  }

  .menu-open .menu-toggle-bar:before {
    transform: translateY(8px) rotate(90deg);
  }

  .menu-open .menu-toggle-bar:after {
    transform: translateY(-8px) rotate(90deg);
  }
  .menu-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top:10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .menu-open .menu-content {
    display: block;
  }
}
@media (max-width: 768px) {
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-col {
    flex-basis: 100%;
  }
  .footer-call {
    margin-top: 0; 
    margin-left: auto; 
    margin-right: auto; 
  }
}
@media (max-width: 768px) {
  .footer-row {
    flex-wrap: nowrap;
  }
  .footer-col {
    display: none;
  }
  .footer-col.col-contact {
    display: block;
    flex-basis: 100%;
    text-align: center;
  }
  .footer-col.col-contact p {
    margin-bottom: 10px;
  }
  .menu-toggle .social {
        display: flex;
    }
}
@media (max-width: 1230px) {
    .social {
        display: none;
    }
}