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

.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;
}

.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;
}

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

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

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

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

.swiper {
  display: none !important;
}

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

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

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

.header__item {
  font-size: 25px;
  font-style: italic;
  line-height: 110%;
  color: var(--white);
}

.header__content {
  display: flex;
  height: 100%;
}

.header__container {
  /* height: 100vh; */
}

.header__content_left {
  /* max-width: 70%; */
  /* max-width: ; */
}

.header__title {
  font-family: "Bona Nova";
  font-size: 99px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 62px;
  text-transform: uppercase;
}

.header__subtitle {
  font-weight: 300;
  font-size: 53px;
  font-style: italic;
  line-height: 120%;
  color: var(--white);
  margin-bottom: 62px;
}

.header__button {
  border-radius: 50px;
  width: 470px;
  padding: 11px 120px;
  text-align: center;
  font-size: 44px;
  font-family: "Bahnschrift";
  line-height: 120%;
  text-transform: uppercase;
  color: var(--black);
  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);
}

.header__content_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* max-width: 470px; */
  height: 56vh;
}

.header__content_list {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: flex-start;
}

.header__content_item {
  font-size: 61px;
  font-family: "Cel";
  color: var(--black);
  text-align: left;
}

/* base */

.base__section {
  padding-top: 175px;
  padding-bottom: 280px;
}

.base__content {
  padding: 0 164px;
}

.base__title_block {
  margin: 0 auto;
  max-width: 825px;
  margin-bottom: 50px;
}

.base__title {
  display: flex;
  flex-direction: column;
  position: relative;
}

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

.base__title_img {
  position: absolute;
  width: 338px;
  height: 107px;
  top: 10px;
  left: 0;
  opacity: 0.8;
  z-index: -2;
}

.base__title_bot {
  text-align: right;
  font-family: "Bona Nova";
  font-size: 101px;
  font-weight: 700;
  text-transform: uppercase;
}

.base__center_block {
  padding: 43px 140px 55px;
  background-image: url(../src/tariffs/base__center_img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  margin-bottom: 27px;
  position: relative;
}

.base__center_descr {
  font-weight: 700;
  font-size: 28px;
  color: var(--white);
  line-height: 120%;
  text-align: justify;
  margin-bottom: 36px;
}

.base__center_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 25px;
}

.base__center_item {
  font-size: 28px;
  color: var(--white);
  display: flex;
  gap: 25px;
  align-items: center;
}

.base__center_price {
  position: absolute;
  top: 130px;
  transform: rotate(-6deg);
  right: 49px;
  font-size: 70px;
  color: var(--yellow);
  font-family: "Cel";
}

.base__bottom_block {
  margin: 0 140px;
}

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

/* prof */

.prof__container {
  position: relative;
  display: flex;
  gap: 25px;
}

.prof__left {
  width: 800px;
  /* width: 40%; */
}

.prof__title {
  display: flex;
  flex-direction: column;
  width: 1520px;
  position: absolute;
  top: 28px;
  left: 24vw;
}

.prof__title_left {
  margin-right: auto;
  font-family: "Cel";
  font-size: 110px;
  position: relative;
  color: var(--white);
  margin-bottom: -20px;
  font-weight: 400;
}

.prof__title_img {
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0.5;
}

.prof__title_right {
  margin-left: auto;
  font-size: 101px;
  font-family: "Bona Nova";
  font-weight: 700;
  text-transform: uppercase;
}

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

.prof__right {
  width: 59%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 28px;
}

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

.prof__right_list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.prof__right_item {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

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

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

.prof__right_price_block {
  width: 306px;
  height: 116px;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}

.prof__right_price {
  font-size: 70px;
  color: var(--yellow);
  font-family: "Cel";
  transform: rotate(-1deg);
  text-align: center;
}

.prof__right_item_svg {
  min-width: 32px;
}

/* max */

.max__section {
  padding-top: 285px;
}

.max__container {
  background-image: url(../src/tariffs/max__bg2.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.max__content {
  display: flex;
  gap: 58px;
  padding: 24px 0;
  justify-content: space-between;
}

.max__content_left {
  display: flex;
  flex-direction: column;
  width: 64%;
}

.max__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}

.max__title_top {
  position: relative;
  margin-right: auto;
  margin-bottom: -20px;
  font-family: "Cel";
  font-size: 110px;
  color: var(--white);
  font-weight: 400;
}

.max__title_img {
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0.5;
}

.max__title_bot {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Bona Nova";
  font-size: 101px;
  font-weight: 700;
  margin-left: auto;
}

.max__content_right {
  width: 30%;
}

.max__text_top {
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  text-align: justify;
  line-height: 120%;
  margin-bottom: 62px;
}

.max__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 62px;
}

.max__item {
  display: flex;
  gap: 47px;
  align-items: flex-start;
}

.max__item_svg {
  min-width: 31px;
}

.max__item_text {
  color: var(--white);
  font-size: 28px;
  line-height: 120%;
  text-align: justify;
}

.max__text_bot {
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  text-align: justify;
  line-height: 120%;
  /* margin-bottom: 62px; */
}

.max__price {
  text-align: right;
  font-family: "Cel";
  font-size: 100px;
  color: var(--yellow);
  transform: rotate(-2deg);
}

.max__right_img {
  transform: scale(1.15);
}

/* in */

.in__section {
  padding-top: 258px;
}

.in__title {
  width: 1142px;
  margin: 0 auto;
  margin-bottom: 62px;
  display: flex;
  flex-direction: column;
}

.in__title_top {
  position: relative;
  margin-right: auto;
  font-family: "Cel";
  font-size: 110px;
  margin-bottom: -10px;
  font-weight: 400;
}

.in__title_bot {
  margin-left: auto;
  font-family: "Bona Nova";
  font-size: 101px;
  font-weight: 700;
  text-transform: uppercase;
}

.in__title_img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 700px;
  height: 86px;
  z-index: -1;
}

.in__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-rows: 620px; */
  height: 620px;
  gap: 25px;
}

.in__item {
  /* display: grid; */
  /* grid-template-columns: auto; */
  /* grid-template-rows: 109px ; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  padding: 12px;
  text-align: center;
  height: 100%;
}

.in__item__title {
  padding-top: 222px;
  color: var(--yellow);
  font-family: "Cel";
  font-size: 68px;
  font-weight: 400;
}

.in__item_descr {
  line-height: 120%;
  font-size: 28px;
  color: var(--white);
}

.in__item_descr2 {
  opacity: 0.7;
  line-height: 120%;
  font-size: 22px;
  color: var(--white);
  font-weight: 300;
  display: block;
}

.in__item:nth-child(1) {
  background-image: url(../src/tariffs/in_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.in__item:nth-child(2) {
  background-image: url(../src/tariffs/in_2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.in__item:nth-child(3) {
  background-image: url(../src/tariffs/in_3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.in__item:nth-child(4) {
  background-image: url(../src/tariffs/in_4.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* compare */

.compare__section {
  padding-top: 285px;
}

.compare__title {
  text-align: center;
  font-size: 101px;
  font-weight: 700;
  font-family: "Bona Nova";
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: -28px;
}

.compare__table_block {

}

.height__set {
  max-height: 890px;
  overflow: hidden;
}

.compare__table {
  width: 100%;
  border-collapse: collapse;
  border: 25px solid var(--black);
}

.first__tr {
  background-color: var(--black);
}

.compare__th {
  color: var(--white);
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  padding-bottom: 35px;
}

th,
td {
  border: 5px solid var(--black);
}

.compare__tr {
  height: 175px;
}

.first__td {
  font-weight: 700;
}

.compare__td {
  font-size: 28px;
  text-align: center;
}

.compare__button_open,
.compare__button_close {
  padding: 11px;
  font-family: "Bahnschrift";
  font-size: 40px;
  text-transform: uppercase;
  color: var(--black);
  background-color: var(--yellow);
  border-radius: 50px;
  width: 470px;
  text-align: center;
  font-weight: 600;
  /* 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);
  display: block;
  margin: 0 auto;
  margin-top: 70px;
}

/* prim */

.prim__section {
  padding-top: 200px;
  padding-bottom: 100px;
  overflow: hidden;
}

.prim__title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Bona Nova";
  font-size: 101px;
  margin-bottom: 58px;
  position: relative;
}

.prim__title_img {
  position: absolute;
  bottom: -20px;
  right: 33%;
  width: 260px;
  height: 40px;
}

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

.prim__item {
  height: 308px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prim__item:nth-child(1) {
  background-image: url(../src/tariffs/prim1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  align-items: flex-start;
}

.prim__item:nth-child(2) {
  background-image: url(../src/tariffs/prim2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  align-items: center;
}

.prim__item:nth-child(3) {
  background-image: url(../src/tariffs/prim3.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  align-items: flex-end;
}

.prim__item_title {
  color: var(--yellow);
  font-family: "Cel";
  font-size: 82px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  width: 1070px;
}

.prim__item_descr {
  font-size: 28px;
  color: var(--white);
  line-height: 120%;
  text-align: center;
  width: 1070px;
}

/* for */

.for__section {
  padding-top: 58px;
}

.for__title {
  text-align: center;
  margin-bottom: 85px;
  font-family: "Bona Nova";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 101px;
}

.for__list {
  display: flex;
  gap: 25px;
  flex-direction: column;
  max-width: 68%;
  margin: 0 auto;
}

.for__item {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.for__item_svg {
  min-width: 31px;
}

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

.for__item_img1 {
  position: absolute;
  bottom: -25px;
  right: 80px;
  width: 125px;
}

.for__item_img2 {
  position: absolute;
  bottom: -35px;
  right: 100px;
  width: 156px;
}

/*  */
/*  */
/*  */

/* 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;
}

.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;
}

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

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

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

.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);
}

.compare__th {
  position: relative;
}

.compare__th span {
  position: absolute;
  color: var(--yellow);
  font-family: 'Cel';
  font-size: 38px;
  font-weight: 400;
}

.th__base_price {
  bottom: 40px;
  right: 40px;
}

.th__prof_price {
  bottom: 40px;
  right: 5px;
}

.th__max_price {
  bottom: 40px;
  right: 57px;
}

.display__none {
  display: none;
}

.base__bottom_mob_price,
.prof__title_color_mob,
.max__title_mob,
.max__text_bot_mob,
.download__section {
  display: none;
}



