body {
  background-image: url("/wp-content/themes/abbat-plius/image/bg1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header {
  background-image: url("/wp-content/themes/abbat-plius/image/bg3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-link {
  border: 1px solid transparent; /* Устанавливаем невидимую рамку */
  transition: border-color 0.3s; /* Добавляем плавный переход для рамки */
  border-radius: 5px;
  padding: 0 10px;
}

.header-link:hover {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5px;
  padding: 0 10px;
}

/* .burger-menu {
  width: 40px;
  height: 40px;
  position: relative;
}
.burger-menu span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  left: 5px;
 
}
.burger-menu span:nth-child(1) {
 transform: translateY(-10px);
 
}
.burger-menu span:nth-child(3) {
 transform: translateY(10px);
 
} */

.my-ms-n5 {
  margin-left: -19.5rem;
}
.fs-48 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
}
.fs-24 {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
}
.gradient {
  width: 600px;
  font-weight: 600;
  font-size: 96px;
  background: linear-gradient(90deg, #055e8e 10%, #fff 30%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-h:hover {
  font-weight: 600;

  background: linear-gradient(90deg, #055e8e 1px, #fff 11px);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 679px) {
  .gradient {
    width: 400px;
  }
}
@media (max-width: 475px) {
  .gradient {
    width: 200px;
  }
}
.gain-center {
  transition: 1s; /* Время эффекта */
}
.gain-center:hover {
  transform: scale(1.2); /* Увеличиваем масштаб */
  transform: translateX(30px);
}

.fs-20 {
  font-weight: 400;
  font-size: 20px;
}
.fs-32 {
  font-weight: 600;
  font-size: 32px;
}

@media (min-width: 992px) {
  .ml {
    margin-left: 120px;
  }
}
#conect {
  background-color: #fff;
  width: 353px;
  height: 88px;
  color: black;
  display: inline-block; /* Чтобы применить ширину и высоту */
  line-height: 88px; /* Выравнивание текста по вертикали посредством высоты блока */
  text-align: center; /* Выравнивание текста по горизонтали по центру */
  text-decoration: none; /* Убираем подчеркивание */

  font-weight: bold; /* Жирный шрифт */
  margin-top: 50px;
}
.line-container {
  display: flex;
  align-items: center;
}
.line {
  flex: 1; /* Растягиваем линию, чтобы она занимала все доступное пространство */
  background-color: white;
  height: 1px;
}
.fs20-who {
  font-weight: 400;
  font-size: 20px;
  margin-right: 10px;
}
.cap {
  font-weight: 700;
  font-size: 48px;
  text-transform: capitalize;
}
.max-w {
  max-width: 577px;
  font-weight: 600;
}
.read-more2 {
  height: 88px;

  width: 330px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .read-more2 {
    height: 53px;

    width: 191px;
  }
}
@media (max-width: 767px) {
  #conect {
    height: 53px;

    width: 156px;
  }
}
.white-line {
  width: 100%;
  background-color: white;
  height: 2px;
}
fs-48 {
  font-size: 48px;
  font-weight: 700;
}
.fs-md-24 {
  font-size: 24px;
  font-weight: 500;
}
.icon-size {
  max-height: 100px;
}
.mymg-end {
  margin-right: 80px;
}
@media (max-width: 991px) {
  .mymg-end {
    margin-right: 0px;
  }
}
.my-form {
  background-color: #ffffff;
}
.fs-md-20 {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .fs-15 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .fs-sm-32 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fs-sm-24 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fs-sm-20 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fs-sm-64 {
    font-size: 64px;
  }
}
@media (max-width: 500px) {
  .fs-xs-32 {
    font-size: 32px;
  }
}
.form-style {
  border: none;
  border-bottom: 2px solid black;
  background-color: transparent;
  outline: none;
  transition: 0.3s;
  width: 458px;
  height: 46px;
  font-size: 24px;
  color: #000000;
}
@media (max-width: 575px) {
  .form-style {
    width: 330px;
  }
}

.area-style {
  width: 458px;
  height: 200px;
  resize: none;
  outline: none;
  font-size: 24px;
  border-radius: 8px;
  border-color: #000000;
  border: 2px solid;
}
@media (max-width: 575px) {
  .area-style {
    width: 330px;
  }
}
.btn-black {
  width: 258px;
  background-color: black;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  height: 70px;
  border-color: black;
}
input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #000000;
  color: rgb(255, 255, 255);
  border: 1px solid black;
  border-radius: 3px;
}
input[type="checkbox"] {
  /* ...existing styles */
  display: grid;
  place-content: center;
}
input[type="checkbox"]::before {
  content: "";
  width: 14px;
  height: 14px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 14px 17px white;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="checkbox"]::before {
  /* ...existing styles */

  transform-origin: center;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.input-container {
  position: relative;
  margin-bottom: 1rem;
}
input[type="text"] {
  padding-left: 47px; /* Добавляем отступ слева для текста */
}
.icon {
  position: absolute;
  bottom: -9px;
  left: 0px; /* Располагаем иконку слева */
  transform: translateY(-50%);
  width: 33px; /* Задайте ширину и высоту иконки по вашему усмотрению */
  height: 41px;
}
.icon-email {
  position: absolute;
  bottom: -1px;
  left: 0px; /* Располагаем иконку слева */
  transform: translateY(-50%);
  width: 33px; /* Задайте ширину и высоту иконки по вашему усмотрению */
  height: 25px;
}
.icon-phone {
  position: absolute;
  bottom: -10px;
  left: 0px; /* Располагаем иконку слева */
  transform: translateY(-50%);
  width: 26px; /* Задайте ширину и высоту иконки по вашему усмотрению */
  height: 42px;
}

input[type="tel"] {
  padding-left: 47px; /* Добавляем отступ слева для текста */
}
input[type="email"] {
  padding-left: 47px; /* Добавляем отступ слева для текста */
}

/* бургер меню старт */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* бургер меню конец */
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /* -webkit-transition: 0.5s ease-in-out; */
  /* -moz-transition: 0.5s ease-in-out;  */
  /* -o-transition: 0.5s ease-in-out;  */
  /* transition: 0.5s ease-in-out; */
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
ul {
  list-style-type: none;
  padding: 0;
  position: absolute;
}
a {
  cursor: pointer;
}
/* Relative Code Starts Here */
#top-nav {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14), 0px 0px 5px rgba(0, 0, 0, 0.14);
}
.nav-menu {
  position: fixed;
  background: none;
  width: 60px;

  top: 0;
  right: 15px;
  -webkit-transition: width 0.2s ease, height 0.4s ease;
  -moz-transition: width 0.2s ease, height 0.4s ease;
  -o-transition: width 0.2s ease, height 0.4s ease;
  transition: width 0.2s ease, height 0.4s ease;
}
.open {
  position: fixed;
  z-index: 10;
  background: #032032;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.menu-list {
  margin-top: 100px;

  font-size: 30px;
  opacity: 0;
}
.list-open {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.64s ease;
  -webkit-transition-delay: 0.34s;
  -moz-transition-delay: 0.34s;
  -o-transition-delay: 0.34s;
  transition-delay: 0.34s;
}
.menu-list li {
  padding: 10px;
  background: none;
  color: #fff;
}
.menu-list li:hover {
  color: #ffffff;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
}
.switch-mob {
  z-index: 100;
  font-size: 24px;
  position: absolute;
  right: 50px;
}
.switch-mob-none {
  display: none;
}
.logo-name {
  height: 25px;
}

.map-container {
  background-image: url("/wp-content/themes/abbat-plius/image/map.png"); /* Зображення як фон */
  background-size: cover; /* Розмір зображення буде змінений таким чином, щоб воно повністю вміщалося в контейнер */
  background-position: center; /* Позиція фону - у центрі контейнера */
  min-height: 500px;

  width: 100%;
}
.map {
  max-width: 100%; /* Максимальна ширина 100% від розмірів контейнера */
  max-height: 100%; /* Максимальна висота 100% від розмірів контейнера */
  background-size: cover;
}

@media (max-width: 500px) {
  fs-xs-15 {
    font-size: 15px;
  }
}
@media (min-width: 635px) {
  .fs-lg-24 {
    font-size: 24px;
  }
}
.fw-lite {
  font-weight: lighter;
}

.hiden-scroll {
  overflow: hidden;
}
.border-mob {
  border-radius: 8px;
}
button {
  outline: none;
  background: none;
  cursor: pointer;
  border: none;
}
.error {
  color: red;
}
.text-center-check {
  display: flex;
  justify-content: center;
}
input[type="checkbox"]:focus {
  caret-color: transparent;
}
#error-element::placeholder {
  color: red;
}
.form-check-label {
  line-height: 18px;
}
#conect:hover {
background-color: #b0bcbd;
}
.hov:hover {
  background-color: #045c8d;
}
.hov-bl:hover {
  background-color: #1c1c1c;
}
#btn{
  font-size: 20px;
  color: white;
}
#dropdown-menu{
width: 230px;
  background-color: #045c8d;
}
