body {
  font-family: "Inter", sans-serif !important;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 120% */
}
h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
}
a {
  color: inherit;
}
.scroll {
	overflow: hidden;
}
.__grey {
  color: rgba(51, 51, 51, 0.4);
}
.__blue {
  color: #0190ec;
}
.__white {
  color: rgba(255, 255, 255, 0.4);
}
.__rotate {
  transform: rotate(180deg);
}
.__active {
  display: flex !important;
}
.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 50px;
}

.site-main article {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.post-thumbnail img {
	width: 100%;
	height: auto;
	margin: 20px 0;
}


.elementor-accordion-item {
    margin-bottom: 24px;
} 
.elementor-tab-title {
	border-radius: 16px;
	border: 1px solid #243752;
	margin-bottom: 24px;
}
.elementor-tab-content {
    border: 1px solid #000 !important;
    margin-top: 24px;
    border-radius: 16px;
}
.elementor-tab-content.elementor-active {
    margin-bottom: 24px;
}
.elementor-tab-title.elementor-active {
	border: 1px solid #000 !important;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	position: relative;
	top: 5px;
}


/** HEADER */
.header {
  border-radius: 45px 45px 0 0;
  padding: 35px 0 30px;
}
.header__inner {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu {
  margin-left: 150px;
}
.header__menu.active {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}
.header__menu-list {
  display: flex;
  gap: 32px;
}
.header__menu-list li {
  position: relative;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.01px; /* 175.063% */
  letter-spacing: -0.45px;
  text-transform: uppercase;
}
.header__menu-item--select {
  display: none;
}
.header__menu-list li a {
/*   transition: all 0.1s; */
  padding-bottom: 5px;
	white-space: nowrap;
}
.header__menu-list li a.active {
  color: #0092f0;
  border-bottom: 1px solid #0092f0;
}
.header__menu-list .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 225px;
  top: 33px;
  left: -16px;
  position: absolute;
  z-index: 5;
  transform-origin: 0 0;
  transform: rotateX(-90deg);
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  padding: 13px 16px;
  border-radius: 0 10px 10px 10px;
  box-shadow: 3px 6px 18px 0 rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.header__menu-list .sub-menu .sub-menu {
/* 	position: fixed; */
	left: 180px;
    border-radius: 12px;
    z-index: 4;
    top: 0;
/* 	box-shadow: none; */
	max-height: 300px;
    overflow-y: scroll;
	border: none;
}

/* Стилізація головного блоку скролбара */
.header__menu-list .sub-menu .sub-menu::-webkit-scrollbar {
  width: 8px; /* Ширина скролбара */
}

/* Стилізація блоку підвищення скролбара при наведенні */
.header__menu-list .sub-menu .sub-menu::-webkit-scrollbar-thumb {
  background-color: #888; /* Колір скролбара */
  border-radius: 6px; /* Радіус кутів */
}

/* Стилізація треку (фону) скролбара */
.header__menu-list .sub-menu .sub-menu::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Колір фону треку */
  border-radius: 6px; /* Радіус кутів */
}





.header__menu-list .sub-menu li {
  position: relative;
}
.header__menu-list .sub-menu li a {
  color: rgba(51, 51, 51, 0.49);
  font-size: 16px;
  line-height: 27px; /* 168.75% */
  letter-spacing: -1px;
  border: none !important;
}
.header__menu-list li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}
.header__menu-list li:hover a {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
  z-index: 6;
  margin: 0 -16px;
}
.header__menu-list .sub-menu:hover {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}
.header__menu-list li:has(.sub-menu):hover a {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
  z-index: 6;
}
.header__links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__links-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 51px 14px 41px;
  border-radius: 55px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  font-size: 16px;
  line-height: 15px; /* 93.75% */
}
.header__links-get {
  display: flex;
  align-items: center;
  padding: 19px 51px;
  color: #fff;
  font-size: 16px;
  line-height: 15px; /* 93.75% */
  text-transform: uppercase;
  border-radius: 55px;
  background: linear-gradient(0deg, #0096f7 0%, #0096f7 100%), linear-gradient(97deg, #0096f7 1.87%, #0577c1 114.43%),
    linear-gradient(0deg, #0096f7 0%, #0096f7 100%), #ffdb5b;
}
.header__links-get:hover {
  background: linear-gradient(97deg, #0096f7 1.87%, #0577c1 114.43%), linear-gradient(0deg, #0096f7 0%, #0096f7 100%),
    linear-gradient(0deg, #0096f7 0%, #0096f7 100%), #ffdb5b;
}
.header__links-phone--mobile {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 14px 51px 14px 41px;
  border-radius: 55px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  font-size: 16px;
  line-height: 15px; /* 93.75% */
}
.header__links-get--mobile {
  display: none;
  width: 100%;
  justify-content: center;
  padding: 14px 51px;
  color: #fff;
  font-size: 16px;
  line-height: 15px; /* 93.75% */
  text-transform: uppercase;
  border-radius: 55px;
  background: linear-gradient(0deg, #0096f7 0%, #0096f7 100%), linear-gradient(97deg, #0096f7 1.87%, #0577c1 114.43%),
    linear-gradient(0deg, #0096f7 0%, #0096f7 100%), #ffdb5b;
}
.header__burger span {
  display: none;
  width: 35px;
  height: 2px;
  margin: 6px 0;
  background-color: #333;
  transition: 0.4s;
}
.header__burger.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.header__burger.open span:nth-child(2) {
  opacity: 0;
}
.header__burger.open span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
/** END HEADER */

/** TOP */
.top {
  padding: 73px 0 90px;
/*   max-width: 1145px; */
	max-width: 1245px;
  margin: 0 auto;
}
.top__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__info {
/*   flex-basis: 525px; */
	flex-basis: 593px;
  padding-right: 68px;
}
.top__title {
  color: #000;
  text-align: right;
  font-size: 60px;
  line-height: 108%; /* 64.8px */
  letter-spacing: -1.2px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.top__text {
	margin-left: auto;
    max-width: 380px;
  text-align: right;
  line-height: 25.01px; /* 125.05% */
}
.top__contacts {
/*   flex-basis: 483px; */
  flex-basis: 551px;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
  padding: 38px 0 38px 68px;
}
.top__contacts-title {
  color: #333;
  font-size: 23px;
  line-height: normal;
  letter-spacing: -1.5px;
  margin-bottom: 17px;
}
.top__contacts-form {
  width: 100%;
}
.top__contacts-input {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  color: rgba(51, 51, 51, 0.45);
  font-size: 14px;
  line-height: 16px; /* 114.286% */
  padding: 14px 12px;
  width: 100%;
  margin-bottom: 14px;
}
.top__contacts-btn {
  border-radius: 55px;
  background: linear-gradient(0deg, #0096f7 0%, #0096f7 100%), linear-gradient(97deg, #0096f7 1.87%, #0577c1 114.43%),
    linear-gradient(0deg, #0096f7 0%, #0096f7 100%), #ffdb5b;
  color: #fff;
  font-size: 14px;
  line-height: 15px; /* 107.143% */
  padding: 14px 51px;
  width: 100%;
}
.top__contacts-btn:hover {
  background: linear-gradient(97deg, #0096f7 1.87%, #0577c1 114.43%), linear-gradient(0deg, #0096f7 0%, #0096f7 100%),
    linear-gradient(0deg, #0096f7 0%, #0096f7 100%), #ffdb5b;
}
/** END TOP */

/** FOOTER */
.footer {
  padding: 80px 0;
  background-color: #020300;
  color: #fff;
/*   border-radius: 0 0 45px 45px; */
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
.footer__info {
  flex-basis: 753px;
}
.footer__logo-img {
  margin-bottom: 12px;
}
.footer__info-address,
.footer__info-link,
.footer__info-email {
  display: block;
  color: #fff;
  font-size: 33px;
  line-height: 46px; /* 139.394% */
  letter-spacing: -1px;
}
.footer__menu li a:hover,
.footer__social-item a:hover,
.footer__info-email:hover,
.footer__info-link:hover {
  color: #0190ec;
}
.footer__menu {
  flex-basis: 166px;
}
.footer__menu li, .footer__social-item {
  color: #fff;
  font-size: 33px;
  line-height: 46px; /* 139.394% */
  letter-spacing: -1px;
}
.footer__social {
  flex-basis: 148px;
}
.footer__questions {
  flex-basis: 435px;
}
.footer__questions-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 14px; /* 100% */
  margin-bottom: 14px;
}
.footer__questions-form {
  width: 100%;
}
.footer__questions-input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 14px 12px;
  margin-bottom: 12px;
}
.footer__questions-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 16px; /* 114.286% */
}
.footer__questions-btn {
  width: 100%;
  border-radius: 75px;
  background: linear-gradient(0deg, #0096f7 0%, #0096f7 100%), linear-gradient(97deg, #0096f7 1.87%, #0577c1 114.43%),
    linear-gradient(0deg, #0096f7 0%, #0096f7 100%), #ffdb5b;
  padding: 18px;
  margin-top: 6px;
font-size: 14px;
line-height: 14px; /* 100% */
}
.footer__questions-btn:hover {
  background: linear-gradient(97deg, #0096f7 1.87%, #0577c1 114.43%), linear-gradient(0deg, #0096f7 0%, #0096f7 100%),
    linear-gradient(0deg, #0096f7 0%, #0096f7 100%), #ffdb5b;
}
.footer__copyright {
  margin-top: 40px;
  font-size: 13px;
  line-height: 14px; /* 107.563% */
  margin-bottom: 14px;
}
.footer__links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.footer__link {
  font-size: 13px;
  line-height: 14px; /* 104.918% */
}
/** END FOOTER */

/*! ADAPTIVE */
@media screen and (max-width: 1600px) {
  /** HEADER */
  .header__menu {
    margin-left: 0;
  }
  /** END HEADER */
  /** FOOTER */
	.footer__inner {
		gap: 60px;
	}
  .footer__info {
    flex-basis: 100%;
  }
  .footer__menu {
    flex-basis: 100%;
  }
  .footer__social {
    flex-basis: 100%;
  }
  .footer__questions {
    flex-basis: 100%;
  }
  /** END FOOTER */
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
	/** HEADER */
  .container {
    padding: 0 25px;
  }
  .header__menu {
    position: absolute;
    background: #fff;
	  z-index: 1;
    left: 0;
    right: 0;
    top: -2200px;
    padding: 46px 25px 30px;
    transition: all 0.5s ease;
  }
	
  .header__logo {
    width: 115px;
	  height: 100%;
  }
	.header__links {
		gap: 30px;
	}
  .active {
    top: 150px;
  }
  .header__menu-list {
    display: block;
    margin-bottom: 155px;
  }
  .header__menu-list li {
    color: #333;
    font-size: 36px;
    line-height: 27px; /* 75% */
    letter-spacing: -1px;
    position: relative;
	  text-transform: none;
  }

	.header__menu-list .sub-menu .sub-menu {
		left: 50px;
	}
	.header__menu-list li:has(.sub-menu):hover a {
		position: static;
		border: none;
		padding: 0;
	}
	.header__menu-list .header__menu-item--select {
		display: inline-block;
	}
	.header__menu-list .sub-menu {
		display: none;
		opacity:1;
		transform: rotatex(0);
		position:relative;
		visibility: visible;
		border: none;
		box-shadow: none;
	}
	.header__menu-list .sub-menu li {
		margin-bottom: 24px !important;
		border: none;
	}
	.header__menu-list .sub-menu li + li {
		padding-top: 0;
	}
	.header__menu-list .sub-menu li a {
		color: rgba(51, 51, 51, 0.24);
		font-size: 32px;
		font-weight: 400;
		line-height: 27px; /* 84.375% */
		letter-spacing: -1px;
		margin-bottom: 0;
	}
	
	.header__menu-list .sub-menu .sub-menu {
		margin-top: 25px;
	}
	
	
	
	
  .header__menu-item--select.__rotate > .header__menu-submenu {
    display: flex;
  }
	
  .header__menu-list li:has(.header__menu-submenu) .header__menu-item--select {
    display: inline-block;
  }
  .header__menu-list li:not(:last-child) {
    /* padding-bottom: 95px; */
    margin-bottom: 95px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.11); */
  }
  .header__menu-list li + li {
    padding-top: 95px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
  }
  .header__menu-list li a.active {
    border: none;
    color: inherit;
  }
  .header__menu-list li:hover a {
    position: static;
    border: none;
    margin: 0;
    padding: 0;
  }
  .header__menu-list li:has(.header__menu-submenu):hover a {
    position: static;
    border: none;
    padding: 0;
  }
  .header__menu-submenu {
    display: none;
    visibility: visible;
    position: relative;
    margin-top: 36px;
    gap: 24px;
    min-width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
  .header__menu-submenu li a {
    font-size: 32px;
  }
  .header__burger span {
    display: block;
  }
  .header__links-get {
    display: none;
  }
  .header__links-get--mobile {
    display: flex;
  }
  /** END HEADER */

	/** FOOTER */
  .footer {
    padding: 60px 0;
  }
  .footer__logo-img {
    margin-bottom: 30px;
  }
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 27px;
  }
  .footer__copyright {
    margin-top: 0;
    margin-bottom: 0;
    order: 1;
  }
	
.footer__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 67px;
  }
	  .footer__info {
    order: 1;
  }
  .footer__menu {
    order: 3;
  }
  .footer__social {
    order: 2;
  }
  .footer__questions {
    order: 4;
  }
  /** END FOOTER */
}
@media screen and (max-width: 1260px) {
  
  
}
@media screen and (max-width: 1024px) {
  /** TOP */
  .top__info {
    flex-basis: 331px;
    padding-right: 47px;
  }
  .top__title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .top__text {
    font-size: 16px;
  }
  .top__contacts {
    flex-basis: 360px;
    padding-left: 47px;
  }
  /** END TOP */
}
@media screen and (max-width: 834px) {
  .container {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  /** HEADER */
  .active {
    top: 100px;
/* 	  top: 145px; */
  }
  .header__menu {
    padding: 25px 15px 25px;
  }
  .header__logo {
    width: 83px;
  }
  .header__menu-list {
    margin-bottom: 10px;
  }
  .header__menu-list li {
    font-size: 24px;
  }
  .header__menu-list li:not(:last-child) {
    /* padding-bottom: 35px; */
    margin-bottom: 35px;
  }
  .header__menu-list li + li {
    padding-top: 35px;
  }
  .header__menu-submenu {
    margin-top: 0;
  }
  .header__menu-list .sub-menu li a {
    font-size: 20px;
  }
  .header__links-phone {
    display: none;
  }
  .header__links-phone--mobile {
    display: flex;
  }
  /** END HEADER */

  /** TOP */
  .top {
    padding: 0;
  }
  .top__inner {
    flex-direction: column;
  }
  .top__info {
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 47px;
  }
  .top__title {
    text-align: center;
  }
  .top__text {
    max-width: 275px;
    margin: 0 auto;
    text-align: center;
  }
  .top__contacts {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.22);
    padding-top: 47px;
    padding-left: 0;
    flex-basis: 100%;
  }
  /** END TOP */
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  /** TOP */
  .top__title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  /** END TOP */

  /** FOOTER */
	.footer {
		padding: 28px 0;
	}
	.footer__logo-img {
		margin-bottom: 12px;
	}
  .footer__info-address,
  .footer__info-link,
  .footer__info-email {
    font-size: 24px;
    line-height: 27px; /* 112.5% */
    letter-spacing: -1px;
	  margin-bottom: 12px;
  }
  .footer__menu li, .footer__social-item {
    font-size: 24px;
    line-height: 27px; /* 112.5% */
    letter-spacing: -1px;
  }
  /** END FOOTER */
}
/*! ADAPTIVE */


/* CUSTOM */
* {
  font-size: 17px;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3, h4, h5, h6  {
  font-size: 24px;
}

.elementor-widget h3 {
  padding-top: 20px;
  padding-bottom: 25px;
}

.elementor-widget p {
  padding-top: 10px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .header__menu-list {
    gap:15px;
  }

  .header__links >  a {
    padding: 10px 20px;
    min-height: 50px;
  }
  .custom-container_top {
    margin-bottom: 15px;
  }
  .header__inner {
    padding-bottom: 15px;
  }
}

/* END CUSTOM */
