.mobhero__section {
  display: none;
}

body {
  background-color: var(--soft-w);
}

.display__none {
  display: none !important;
}

.title__br {
  display: none;
}

.spec__ep_mob_title,
.spec__ab_mob_title {
  display: none;
}

.swiper {
  display: none !important;
}

.header__wa {
  background: linear-gradient(0deg, #20b038 0, #60d66a 100%);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5) inset,
    4px 4px 20px 0 #60d66a;
}

.svg__wa {
  width: 35px;
  height: 35px;
}

.spec__ab_button {
  display: none;
  border: 1px solid var(--soft-gray);
  border-radius: 42px;
  padding: 5px 10px 4px;
  color: var(--soft-gray);
  font-size: 14px;
  width: 120px;
  margin-left: auto;
  margin-top: 20px;
}

.spec__ep_button {
  display: none;
  border: 1px solid var(--soft-gray);
  border-radius: 42px;
  padding: 5px 10px 4px;
  color: var(--soft-gray);
  font-size: 14px;
  width: 120px;
  margin-left: auto;
  margin-top: 20px;
}

.header__buttons {
  display: flex;
  gap: 26px;
}

.header__tg,
.header__wa {
  width: 63px;
  height: 63px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.header__tg {
  background: linear-gradient(60deg, #006eac 18.07%, #41b4f2 98.77%);
  box-shadow: 4px 4px 6px 0px rgba(255, 255, 255, 0.5) inset,
    4px 4px 20px 0px #41b4f2;
}

.svg__tg {
  width: 40px;
  height: 33px;
  margin-right: 5px;
}

.header__tg:hover,
.header__wa:hover {
  box-shadow: var(--shadow-8-light);
}

.header {
  height: 100vh;
  background-image: url(../src/header-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 50px 165px;
  margin-bottom: 80px;
}

.header__list {
  display: flex;
  gap: 98px;
  align-items: center;
}

.header__item {
  font-size: 25px;
  font-style: italic;
  line-height: 110%;
}

.header__google_block {
  display: flex;
  flex-direction: column;
  margin-left: 330px;
  margin-bottom: 12px;
}

.header__subtitle {
  font-size: 64px;
  color: var(--soft-gray);
  font-style: italic;
  font-weight: 300;
  line-height: 120%;
}

.header__figure {
  margin-left: 165px;
}

.header__img {
  width: 463px;
  height: 251px;
}

.header__title {
  max-width: 55%;
  font-family: "Bona Nova";
  font-weight: 900;
  font-size: 99px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.header__descr {
  font-size: 64px;
  color: var(--soft-gray);
  font-style: italic;
  font-weight: 300;
  line-height: 120%;
}

/* hero */

.hero__section {
  height: 1016px;
  width: 100%;
  margin: 0 auto;
  /* max-width: 1920px; */
}

.hero__container {
  display: flex;
  height: 100%;
  width: 100%;
}

.hero__left {
  width: 47%;
  position: relative;
  /* background-color: #000000; */
  background-image: url(../src/hero__left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero__title_left {
  text-align: right;
  font-size: 372px;
  font-family: "Bona Nova";
  color: var(--white);
  margin-right: 22px;
}

.hero__left_text {
  position: absolute;
  color: var(--white);
  top: 160px;
  left: 241px;
  font-size: 53px;
  font-weight: 300;
  font-style: italic;
}

.hero__right {
  position: relative;
  width: 53%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero__title_right {
  text-align: left;
  font-size: 372px;
  font-family: "Bona Nova";
  color: var(--black);
  margin-left: -20px;
}

.hero__right_img {
  position: absolute;
  width: 940px;
  height: 160px;
  bottom: 155px;
  right: 241px;
}

.hero__right_block {
  position: absolute;
  bottom: 0px;
  right: 241px;
  padding: 19px 31px;
  background-color: var(--yellow);
  -webkit-box-shadow: 0px 1px 26px 2px rgba(244, 247, 20, 0.84);
  -moz-box-shadow: 0px 1px 26px 2px rgba(244, 247, 20, 0.84);
  box-shadow: 0px 1px 26px 2px rgba(244, 247, 20, 0.84);
  border-radius: 40px;
}

.hero__right_text {
  font-family: "Bahnschrift";
  font-size: 31px;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--black);
  margin-top: 4px;
}

/* .hero__img {
  position: absolute;
  top: -369px;
  left: -282px;
  overflow: hidden;
} */

/* spec section */

.spec__section {
  position: relative;
  padding-top: 254px;
  padding-bottom: 152px;
}

.spec__bg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 528px;
  height: 838px;
  z-index: -1;
}

.spec__title_block {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 313px;
}

.spec__title {
  font-family: "Bona Nova";
  font-size: 101px;
  text-transform: uppercase;
}

.spec__title_img {
  position: absolute;
  top: 105px;
  left: 50%;
  width: 500px;
  height: 160px;
}

.spec__ab_block {
  position: relative;
  display: flex;
  gap: 178px;
  margin-bottom: 152px;
}

.spec__ab_title {
  position: absolute;
  left: 132px;
  top: 38px;
  font-size: 114px;
  font-weight: 700;
  font-style: italic;
  color: var(--soft-gray);
  text-transform: uppercase;
}

.spec__ab_title_color {
  color: var(--white);
}

.spec__ab_img {
  min-width: 635px;
}

.spec__ab_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.spec__ab_right_top {
  position: relative;
  margin-bottom: 50px;
}

.spec__ab_right_top_text {
  font-weight: 300;
  font-size: 53px;
  line-height: 120%;
  font-style: italic;
  color: var(--soft-gray);
}

.spec__ab_right_top_img {
  position: absolute;
  width: 269px;
  height: 103px;
  right: 28%;
  top: 0;
  opacity: 0.5;
}

.spec__ab_right_center {
  position: relative;
  margin-bottom: 90px;
}

.spec__ab_right_center_text {
  font-size: 39px;
  font-style: italic;
  color: var(--soft-gray);
  line-height: 120%;
  font-weight: 300;
}

.spec__ab_right_center_img {
  position: absolute;
  width: 518px;
  height: 78px;
  top: -18px;
  left: -85px;
}

.spec__ab_right_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.spec__ab_right_item {
  font-size: 28px;
  line-height: 120%;
  text-align: justify;
}

.spec__ep_block {
  position: relative;
  display: flex;
  gap: 178px;
}

.spec__ep_title {
  position: absolute;
  right: 132px;
  top: 38px;
  font-size: 114px;
  font-weight: 700;
  font-style: italic;
  color: var(--soft-gray);
  text-transform: uppercase;
}

.spec__ep_title_color {
  color: var(--white);
}

.spec__ep_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.spec__ep_left_top {
  position: relative;
  margin-bottom: 50px;
}

.spec__ep_left_top_text {
  font-weight: 300;
  font-size: 53px;
  line-height: 120%;
  font-style: italic;
  color: var(--soft-gray);
}

.spec__ep_left_top_img {
  position: absolute;
  right: 180px;
  top: 80px;
  width: 125px;
  height: 91px;
  opacity: 0.5;
}

.spec__ep_left_center {
  position: relative;
  margin-bottom: 140px;
}

.spec__ep_left_center_text {
  font-size: 39px;
  font-style: italic;
  color: var(--soft-gray);
  line-height: 120%;
  font-weight: 300;
}

.spec__ep_left_center_img {
  position: absolute;
  left: -1px;
  top: -16px;
  width: 635px;
  height: 78px;
}

.spec__ep_left_doc {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.spec__ep_left_descr {
  font-size: 28px;
  line-height: 120%;
  text-align: justify;
}

.spec__ep_left_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 52px;
  padding: 12px 0 11px 26px;
  border-left: 5px solid var(--yellow);
}

.spec__ep_left_item {
  font-size: 28px;
  line-height: 120%;
}

.spec__ep_img {
  min-width: 635px;
  min-height: 864px;
}

/* team section */

.team__section {
  background-color: var(--black);
  margin-bottom: 254px;
}

.team__container {
  padding-top: 76px;
  padding-bottom: 257px;
}

.team__content {
  display: flex;
  flex-direction: column;
}

.team__img {
  width: 817px;
  height: 156px;
  margin-bottom: 45px;
}

.team__list {
  display: flex;
  gap: 25px;
  margin-bottom: 91px;
}

.team__item {
  padding: 16px 64px;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 28px;
}

.team__title {
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  color: var(--white);
}

/* takes */

.takes__title_block {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}

.takes__title {
  font-family: "Bona Nova";
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 101px;
}

.takes__title_img {
  position: absolute;
  width: 782px;
  /* height: 118px; */
  top: 100px;
  left: 22%;
}

.takes__subtitle {
  font-family: "Bona Nova";
  /* font-size: 348px; */
  font-size: 14.7vw;
  font-weight: 900;
  text-align: center;
  margin-bottom: -100px;
  margin-left: -40px;
  letter-spacing: -2px;
  overflow: hidden;
}

.takes__list {
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.takes__item {
  display: grid;
  grid-template-rows: 0.7fr 1fr 0.6fr;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.takes__item1 {
  padding-left: 241px;
  padding-right: 35px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--black);
}

.takes__item1 p,
.takes__item3 p {
  color: var(--white);
}

.takes__item2 {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--white);
}

.takes__item3 {
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--black);
}

.takes__item4 {
  padding-right: 241px;
  padding-left: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--white);
}

.takes__item2_img {
  position: absolute;
  width: 190px;
  right: 37px;
  top: 234px;
  opacity: 0.8;
}

.takes__item_img {
  margin: 0 auto;
}

.takes__item_img1 {
  width: 264px;
}

.takes__item_img2 {
  width: 413px;
}

.takes__item_img3 {
  width: 358px;
}

.takes__item_img4 {
  width: 293px;
}

.takes__item_top {
  font-size: 53px;
  font-weight: 300;
  line-height: 120%;
  font-style: italic;
  text-align: center;
}

.takes__item_bottom {
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

/* gray */

.gray__section {
  overflow: hidden;
}

.gray__block {
  position: relative;
  height: 254px;
  width: 100%;
  background-color: var(--soft-w);
}

.gray__img {
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 1113px;
  height: 358px;
}

/* on */

.on__section {
  background-image: url(../src/on__bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.on__title_block {
  margin-bottom: 100px;
}

.on__title {
  display: flex;
  flex-direction: column;
}

.on__title_top {
  margin-left: 165px;
  font-size: 348px;
  font-family: "Bona Nova";
  color: var(--white);
}

.on__title_bottom {
  color: var(--yellow);
  font-family: "Cel";
  font-size: 228px;
  margin-top: -100px;
}

.on__content_block {
  margin-left: 330px;
  display: flex;
  align-items: center;
  margin-bottom: 75px;
  gap: 20px;
}

.on__content_block_left {
  color: var(--yellow);
  font-family: "Cel";
  font-size: 110px;
}

.on__content_block_right {
  font-weight: 300;
  font-size: 53px;
  font-style: italic;
  color: var(--white);
}

.on__img {
  position: absolute;
  right: 246px;
  bottom: 40px;
  width: 795px;
  height: 834px;
}

.on__button_block {
  display: flex;
  gap: 25px;
  padding-bottom: 143px;
}

.on__left_button {
  padding: 19px 100px;
  font-family: "Bahnschrift";
  font-size: 31px;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 50px;
  border: 2px solid var(--yellow);
  width: 470px;
}

.on__right_button {
  padding: 11px 100px;
  font-family: "Bahnschrift";
  font-size: 44px;
  text-transform: uppercase;
  color: var(--black);
  background-color: var(--yellow);
  border-radius: 50px;
  width: 635px;
  text-align: center;
  line-height: 160%;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(244, 247, 20, 1);
  -moz-box-shadow: 0px 0px 25px 5px rgba(244, 247, 20, 1);
  box-shadow: 0px 0px 25px 5px rgba(244, 247, 20, 1);
}

/* contact */

.contact__section {
  padding-top: 152px;
  padding-bottom: 200px;
}

.contact__container {
  display: flex;
  align-items: center;
  gap: 180px;
}

.contact__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 146px;
}

.contact__right {
  width: 50%;
}

.contact__title {
  display: flex;
  flex-direction: column;
  height: 200px;
}

.contact__title_left {
  text-align: left;
  font-family: "Cel";
  font-size: 177px;
  font-weight: 400;
}

.contact__title_right {
  text-align: right;
  font-family: "GothamPro";
  font-style: italic;
  font-size: 63px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact__tg_link {
  width: 145px;
  height: 145px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(60deg, #006eac 18.07%, #41b4f2 98.77%);
  box-shadow: 4px 4px 6px 0px rgba(255, 255, 255, 0.5) inset,
    4px 4px 20px 0px #41b4f2;
  /* margin: 0 auto; */
}

.contact__wa_link {
  width: 145px;
  height: 145px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(0deg, #20b038 0, #60d66a 100%);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5) inset,
    4px 4px 20px 0 #60d66a;
}

.contact__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.svg__contact_tg {
  width: 92px;
  height: 76px;
  margin-right: 12px;
}

.svg__contact_wa {
  width: 85px;
  height: 85px;
}

.contact__tg_link:hover {
  box-shadow: var(--shadow-8-light);
}

.contact__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact__right_title {
  text-align: center;
  font-size: 53px;
  margin-bottom: 50px;
  font-style: italic;
  font-weight: 300;
}

.contact__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 28px;
}

.contact__form_label {
  font-size: 28px;
  width: 100%;
  margin-bottom: 7px;
}

.contact__form_name {
  margin-bottom: 30px;
  width: 100%;
  border: none;
  padding: 10px;
  border-bottom: 2px solid var(--black);
  background-color: var(--soft-w);
}

.contact__from_phone {
  margin-bottom: 30px;
  width: 100%;
  border: none;
  padding: 10px;
  border-bottom: 2px solid var(--black);
  background-color: var(--soft-w);
}

.contact__form_about {
  margin-bottom: 5px;
  resize: none;
  width: 100% !important;
  height: 210px !important;
  border: none;
  border: 2px solid var(--black);
  padding: 20px 25px;
  background-color: var(--soft-w);
}

.contact__form_about::placeholder {
  color: var(--black);
}

.contact__from_link {
  margin-bottom: 60px;
  border: none;
  padding: 10px;
  background-color: var(--soft-w);
}

.contact__from_link::placeholder {
  color: var(--black);
  font-size: 20px;
}

.contact__form_button {
  color: var(--black);
  text-transform: uppercase;
  font-family: "Bahnschrift";
  font-size: 44px;
  padding: 13px 20px 10px;
  width: 380px;
  background-color: var(--yellow);
  border-radius: 50px;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(244, 247, 20, 1);
  -moz-box-shadow: 0px 0px 15px 2px rgba(244, 247, 20, 1);
  box-shadow: 0px 0px 15px 2px rgba(244, 247, 20, 1);
}

/* footer */

.footer {
  padding: 50px 0;
}

.footer__list {
  display: flex;
  align-items: center;
  gap: 330px;
  justify-content: center;
  margin-bottom: 50px;
}

.footer__item {
  font-size: 23px;
  font-style: italic;
}

.footer__copy_block {
  padding-top: 70px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.footer__copy_img {
  width: 64px;
  height: 57px;
}

.footer__copy_text {
  font-size: 20px;
  color: var(--soft-gray);
}

.on__left_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
