* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--neometricregular);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 99;
}
.header__box {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 120px;
  height: 120px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__first-wrp {
  display: flex;
  align-items: center;
}
.header__slogan {
  padding-top: 20px;
  /* max-width: 130px; */
  font-size: 14px;
  font-weight: 600;
  color: var(--lightblue);
  font-family: var(--neometricItalic);
}
.header__main a {
  padding-left: 15px;
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.header__main a {
  font-size: 17px;
  color: #2596be;
}
.header__info {
  height: max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 15px;
}
.fa-phone {
  color: #2596be;
  font-size: 25px;
}
.header__info-box p {
  font-weight: 600;
  font-size: 14px;
  padding-top: 5px;
  color: var(--lightblue);
}
.header__info-box p:hover {
  color: #2596be;
  transition: all 0.3s;
  cursor: default;
}
/* Main */
.main {
  background-image: url(../Assets/images/main-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.main__cont {
  width: 100%;
}
.main__box {
  height: 900px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main__text {
}
.main__title {
  cursor: default;
  text-align: right;
  max-width: 550px;
  font-weight: 800;
  font-family: var(--neometric);
  font-size: 62px;
  color: var(--lightblue);
}

.main__title-info {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main__title-info p {
  font-size: 14px;
  line-height: 1.9;
}
.fa-check {
  color: var(--lightblue);
  margin-right: 10px;
}
.main__button-box {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.main__btn {
  background-color: var(--lightblue);
  color: var(--var(--white));
  padding: 15px 35px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
}
.main__btn2 {
  background: none;
  border: 2px solid var(--lightblue);
  color: black;
}
.main__img {
  height: 500px;
}
.main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* items */
.items__cont {
  width: 100%;
}
.items__title-box {
  padding: 30px 0;
}
.items__title {
  font-size: 34px;
  color: var(--lightblue);
  font-weight: 800;
  font-family: var(--neometric);
}
.items__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.items__wrapper-item {
  background-color: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}
.items__wrapper-item:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease-in-out;
  background: var(--lightblue);
  color: var(--white) !important;
}
.items__wrapper-item:hover .item__title p {
  color: var(--white) !important;
  cursor: default;
}
.items__wrapper-item:hover .item__suptitles p {
  color: var(--white) !important;
  cursor: default;
}
.items__wrapper-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.item__logo-img {
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.item__logo-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item__title {
  max-width: 180px;
  text-align: center;
}
.item__title p {
  font-weight: 800;
  color: var(--lightblue);
}
.item__suptitles p {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  color: var(--lightblue);
}
.conditions {
  padding: 70px;
  height: max-content;
  background-color: var(--white) smoke;
}
.conditions__box {
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.conditions__second {
  width: 700px;
  height: 500px;
}
.conditions__second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.conditions__items-box {
  margin-top: 40px;
  /* width: 50%; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.usloviye {
  margin-top: 90px;
  width: 100%;
  height: 600px;
  background-image: url(../Assets/images/usloviye.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.usloviye__box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usloviye__box p {
  font-size: 62px;
  font-weight: 900;
  color: var(--white);
  text-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.conditions__item {
  width: 550px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  text-align: center;
  background-color: var(--lightblue);
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
}
.conditions__item p {
  font-size: 30px;
}
.big__label {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.content {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: var(--white);
  opacity: 0;
  transition: all 0.4s;
}
.big__container-active {
  opacity: 1;
  pointer-events: all;
}
.content-active {
  opacity: 1;
  pointer-events: all;
  border-radius: 20px;
}
.form {
  padding: 25px 50px;
}
.form__logo {
  margin-left: -20px;
  width: 100px;
  height: 100px;
}
.form__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form__title {
  max-width: 350px;
  font-size: 22px;
  font-weight: 700;
  color: var(--lightblue);
}
.form__box {
  margin-top: 20px;
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.form__input {
  width: 450px;
  padding: 15px 20px;
  margin: 10px 0;
  border: 1px solid var(--lightblue);
  border-radius: 10px;
  outline: none;
}
.form__btn {
  width: inherit;
  margin-top: 20px;
  background-color: var(--lightblue);
  color: var(--white);
  padding: 12px 30px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
}
.close__form {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--lightblue);
  font-size: 28px;
}
.fa-xmark {
  cursor: pointer;
}
/* About */
.about__box {
  width: 100%;
}
.about__title {
  font-size: 34px;
  color: var(--lightblue);
  font-family: var(--neometric);
}
.about__logo-box {
  display: flex;
  align-items: center;
}
.about__logo {
  width: 120px;
  height: 120px;
}
.about__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__one-wrapper {
  margin-top: 30px;
}
.about__text {
  max-width: 700px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.9;
}
.about__one-img {
  width: 500px;
  height: 300px;
  background-color: lightgray;
  border-radius: 40px;
}
.about__two-wrapper {
  margin-top: 40px;
}
.abt__second-img {
  width: 400px;
  height: max-content;
}
.abt__two-img {
  width: 500px;
  height: 550px;
}
.abt__two-img img,
.abt__second-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt__two-text {
  max-width: 700px;
}
.abt__two-text p,
.abt__second-text span {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--lightblue);
}
.about__second-wrapper {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.abt__second-text {
  max-width: 600px;
}
.abt__second-text p {
  margin-top: 15px;
}
.advantages {
  padding-bottom: 90px;
}
.advantages__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantages__title {
  margin-bottom: 30px;
  font-size: 34px;
  color: var(--lightblue);
  font-weight: 800;
  font-family: var(--neometric);
}
.advantages__item:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease-in-out;
}
.advantages__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.advantages__item p {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: var(--lightblue);
  cursor: default;
}

.footer__box {
  width: 100%;
  padding-bottom: 70px;
}
.footer__title {
  font-size: 34px;
  color: var(--lightblue);
  font-weight: 800;
  font-family: var(--neometric);
}
.footer__first-items-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__first-text-box {
  margin-top: 20px;
}
.footer__first-items-box p {
  font-size: 14px;
  cursor: default;
  max-width: 500px;
}
.footer__text-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.footer__links {
  margin-top: 30px;
}
.footer__links p {
  font-size: 14px;
}
.footer__links-itm-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__link-itm {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.footer__second-wrapper {
  width: 50%;
  height: max-content;
}
.iframe {
  border-radius: 30px;
}
.footer__second-iframe {
  width: 100%;
  height: 300px;
}
