.headline-carousel,
.container .container-header,
.title,
.page-title {
  display: none;
}

.container>.container-content>.center {
  width: 100%;
  padding: 0;
}

.container.container-col-1 {
  padding: 0;
}

.section {
  position: relative;
}

.bg-gray {
  background: #F7F7F7;
}

.bg-white {
  background: #FFFFFF;
}

.bg-gradient {
  background: url(../images/element/gradient.png) center / cover no-repeat;
}

.section-video {
  height: 500px;
}

@media (max-width: 767px) {
  .section-video {
    height: auto;
  }
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-bg-shadow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000000;
  opacity: 0.2;
}

.section-bg-shadow2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000000;
  opacity: 0.4;
}

.section-bg-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.section-video .section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  gap: 32px;
  padding: 80px 0;
}

@media screen and (max-width: 1023px) {
  .section-video .section-content {
    gap: 24px;
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .section-video .section-content {
    gap: 16px;
    padding: 20px 0;
  }
}

.element-logo {
  width: 60%;
}

.color-white,
.color-white * {
  color: #FFFFFF;
}

.color-black,
.color-black* {
  color: #000000;
}

.opacity-60 {
  opacity: 0.6;
}

.element h1,
.element .h1 {
  font-size: 58px;
  font-weight: 400;
  line-height: 90%;
}

@media (max-width: 1023px) {

  .element h1,
  .element .h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {

  .element h1,
  .element .h1 {
    font-size: 32px;
  }
}

.element h2,
.element .h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

@media (max-width: 1023px) {

  .element h2,
  .element .h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {

  .element h2,
  .element .h2 {
    font-size: 18px;
  }
}

.element h3,
.element .h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; 
  color: black;
}

.element-button,
.element-button2 {
  display: flex;
  align-items: center;
  padding: 30px;
  transition: all 0.3s;
  white-space: nowrap;
  width: 100%;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {

  .element-button,
  .element-button2 {
    padding: 20px;
    font-size: 18px;
  }
}

.element-button {
  justify-content: center;
  color: #FFFFFF;
  background: #00B259;
  border-radius: 80px;
  max-width: 470px;
}

.element-button:hover {
  background: #009450;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .element-button {
    max-width: 270px;
  }
}

.element-button2 {
  justify-content: space-between;
  color: #FFFFFF;
  background: url(../images/element/gradient2.png) center / cover no-repeat;
  border-radius: 20px;
}

.element-button2:hover {
  color: #FFFFFF;
}

.element-button2 svg {
  transition: all 0.4s;
}

.element-button2:hover svg {
  transform: rotate(45deg);
}

.button-row {
  display: flex;
  gap: 20px;
}

@media (max-width: 600px) {
  .button-row {
    flex-direction: column;
  }
}

.button-circle {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background: #00B259;
  color: #FFFFFF;
  box-shadow: 0 0 25px rgb(0 0 0 / 25%);
  transition: all 0.4s;
}

.button-circle:hover {
  background: #00B259;
  color: #FFFFFF;
  transform: scale(1.1);
}

@media (max-width: 1023px) {
  .button-circle {
    height: 140px;
    width: 140px;
  }
}

@media (max-width: 600px) {
  .button-circle {
    font-size: 14px;
    height: 100px;
    width: 100px;
  }
}

.element-contacts {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.element-contacts-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element-contacts-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

@media (max-width: 767px) {
  .element-contacts-info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
}

.element-contacts-list {
  display: flex;
  gap: 20px;
  flex: none;
}

@media (max-width: 767px) {
  .element-contacts-list {
    width: 100%;
    gap: 0;
  }

  .element-contacts-item {
    flex: 1;
  }
}

@media (max-width: 499px) {
  .element-contacts-list {
    flex-direction: column;
    gap: 10px;
  }
}

.padd-80-0 {
  padding: 80px 0;
}

@media screen and (max-width: 1023px) {
  .padd-80-0 {
    padding: 40px 0;
  }
}

@media (max-width: 600px) {
  .padd-80-0 {
    padding: 40px 0;
  }
}

.padd-top-80 {
  padding-top: 80px;
}

@media (max-width: 600px) {
  .padd-top-80 {
    padding-top: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1023px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .mb-80 {
    margin-bottom: 20px;
  }
}

.mb-60,
.h1.mb-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 1023px) {

  .mb-60,
  .h1.mb-60 {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {

  .mb-60,
  .h1.mb-60 {
    margin-bottom: 15px;
  }
}

.element-adv-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.element-adv-item {
  display: flex;
  align-items: center;
  padding: 30px;
  gap: 80px;
  border-radius: 20px;
  color: #000000;
}

@media screen and (max-width: 1023px) {
  .element-adv-item {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .element-adv-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .element-adv-item {
    gap: 20px;
  }
}

.element-adv-icon {
  height: 60px;
  width: 60px;
  flex: none;
  object-fit: contain;
}

.element-adv-num {
  width: 88px;
  flex: none;
}

@media (max-width: 767px) {
  .element-adv-num {
    width: 47px;
  }
}

.waiting-pattern {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 159px;
}

.waiting-pattern svg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 159px;
  transform: translateX(-50%);
}

@media (max-width: 767px) {

  .waiting-pattern,
  .waiting-pattern svg {
    height: 94px;
  }
}

.anim-rotate {
  animation: rotate 5s linear infinite;
  transform-origin: 50% 50%;
  transform-box: border-box;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.element-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 767px) {
  .element-card-list {
    grid-template-columns: 1fr;
  }
}

.element-card-item {
  height: 475px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
}

@media (max-width: 767px) {
  .element-card-item {
    height: auto;
    padding: 20px;
  }
}

.element-card-img {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
}

.container .content .element-card-img img {
  height: 100%;
  width: 100%;
}

.element-card-img img {
  object-fit: cover;
  opacity: 0.6;
  transition: all 0.4s;
}

.element-card-text {
  position: relative;
}

.element-card-icon {
  max-height: 60px;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.element-card-title {
  padding-top: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .element-card-title {
    font-size: 18px;
  }
}

.element-card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.element-card-info-item {
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(247 247 247 / 80%);
}

@media (min-width: 768px) {
  .element-card-item:hover .element-card-img img {
    opacity: 0.4;
  }

  .element-card-item:hover .element-card-icon {
    max-height: 40px;
  }

  .element-card-item:hover .element-card-title {
    padding-top: 0;
  }

  .element-card-item:hover .element-card-info {
    padding-top: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .element-card-img img {
    opacity: 0.4;
  }

  .element-card-icon {
    max-height: 40px;
    margin-bottom: 20px;
  }

  .element-card-title {
    padding-top: 0;
  }

  .element-card-info {
    padding-top: 0;
    visibility: visible;
    opacity: 1;
  }
}

#element-popup .form-item:last-child {
  align-items: flex-end;
}

#element-popup .form-verification {
  width: 100%;
}

#element-popup .form-item-capcha {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  #element-popup .form-item-capcha {
    gap: 0;
  }
}

#element-popup .form-item-capcha .capcha-input {
  margin-right: 0;
}

#element-popup #captcha_img {
  height: 36px;
}

#element-popup .form .label {
  color: #252525;
}