@charset "UTF-8";
@import "../assets/fonts/uni/stylesheet.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body, button {
  font-family: "Uni Sans", serif;
}

input, textarea, select, a {
  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  display: block;
  text-decoration: none;
}

.icon--sprite {
  display: block;
}
.icon--sprite svg {
  height: 100%;
  width: 100%;
}

.icon--search {
  height: 13px;
  width: 13px;
}
@media (max-width: 1024px) {
  .icon--search {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 620px) {
  .icon--search {
    height: 17px;
    width: 17px;
  }
}

.wrapper {
  max-width: 1380px;
  margin: auto;
  width: 100%;
  padding: 0 20px;
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  fill: #013E7E;
  cursor: pointer;
}
.header__search form {
  position: relative;
}
@media (max-width: 1024px) {
  .header__search form {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header__search {
    margin: auto 0 auto auto;
    width: 36px;
  }
}
@media (max-width: 620px) {
  .header__search {
    justify-content: flex-end;
  }
}

.header__top {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .header__top {
    display: none;
  }
}
.header__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top a, .header__top p {
  color: #013E7E;
  text-decoration: none;
  font-weight: normal;
}

.header__top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
}

.header__logo {
  height: 74px;
}
@media (max-width: 620px) {
  .header__logo {
    height: 34px;
  }
}
.header__logo img {
  height: 100%;
  width: 160px;
}
@media (max-width: 620px) {
  .header__logo img {
    width: 73px;
  }
}

.header__center {
  padding: 12px 0;
}
.header__center .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header__center .wrapper {
    gap: 30px;
  }
}
@media (max-width: 620px) {
  .header__center .wrapper {
    gap: 14px;
  }
}
.header__center .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 45px;
}
@media (max-width: 1200px) {
  .header__center .menu > ul {
    gap: 25px;
  }
}
@media (max-width: 1024px) {
  .header__center .menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__center .menu > ul a {
  text-decoration: none;
  font-size: 20px;
  color: #1665B4;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .header__center .menu > ul a {
    font-size: 16px;
  }
}
.header__center .menu > ul a:hover {
  color: #F5983F;
  transition: color 0.2s;
}
.header__center .menu > ul a:not(:hover) {
  transition: color 0.2s;
}

.auth__button--login {
  background-color: #F5983F;
  color: #FFFFFF;
  height: 56px;
  width: 121px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  border: none;
}
@media (max-width: 1024px) {
  .auth__button--login {
    height: 63px;
  }
}
@media (max-width: 620px) {
  .auth__button--login {
    height: 29px;
    width: 55px;
    font-size: 12px;
  }
}

.header__center-menu {
  margin: auto 40px auto auto;
}
@media (max-width: 1024px) {
  .header__center-menu {
    height: 100%;
    margin: 0;
  }
  .header__center-menu .menu, .header__center-menu .menu-items {
    height: 100%;
  }
  .header__center-menu .menu a, .header__center-menu .menu-items a {
    font-size: 18px !important;
  }
}

.purchase__main-screen {
  height: 779px;
  padding-top: 142px;
}

.home__main-screen {
  padding-top: 142px;
  background-color: #1664B6;
  height: 779px;
  overflow: hidden;
}
.home__main-screen > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .home__main-screen > .wrapper {
    background-image: url("../assets/images/bg_mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
  }
}
.home__main-screen h1 {
  padding-top: 128px;
  font-size: 55px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  .home__main-screen h1 {
    font-size: 47px;
  }
}
.home__main-screen h1 span {
  color: #F5983F;
}
@media (max-width: 1024px) {
  .home__main-screen h1 {
    text-align: center;
  }
  .home__main-screen h1 span {
    display: inline;
  }
}
@media (max-width: 620px) {
  .home__main-screen h1 {
    font-size: 21px;
    padding: 0;
  }
}
.home__main-screen h1:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  height: 573px;
  width: 573px;
  top: -10%;
  left: -10%;
  background-image: radial-gradient(40% 40% at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1024px) {
  .home__main-screen h1:before {
    content: none;
  }
}
@media (max-width: 1025px) {
  .home__main-screen {
    padding-top: 98px;
    height: 735px;
  }
}
@media (max-width: 620px) {
  .home__main-screen {
    padding-top: 64px;
    height: 355px;
  }
}

.main-screen__left {
  width: 56.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 88px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .main-screen__left {
    align-items: center;
  }
}
@media (max-width: 740px) {
  .main-screen__left {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .main-screen__left {
    gap: 34px;
  }
}

.img__wrapper {
  position: relative;
}
.img__wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.main-screen__right {
  width: 43.5%;
}
.main-screen__right .img__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  height: 986px;
  width: 986px;
  top: -10%;
  left: -15%;
  background-image: radial-gradient(40% 40% at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1024px) {
  .main-screen__right {
    display: none;
  }
}

.icon--telegram {
  fill: #ffffff;
  height: 38px;
  width: 38px;
}
@media (max-width: 620px) {
  .icon--telegram {
    width: 19px;
    height: 19px;
  }
}

.button--yellow {
  background-color: #F5983F;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button__consultation {
  padding: 33px 40px;
  text-transform: uppercase;
  border-radius: 50px;
  gap: 13px;
  font-size: 23px;
  font-weight: 600;
  z-index: 100;
  position: relative;
}
@media (max-width: 620px) {
  .button__consultation {
    font-size: 14px;
    padding: 24px;
  }
}

.search__row {
  border: none;
  height: 100%;
  width: 100%;
  font-size: 16px;
}

.search__row::placeholder {
  font-size: 16px;
}

.search__row:focus-visible {
  outline: none;
}

.search__button {
  border: none;
  font-weight: 600;
  color: #1664B6;
  background-color: transparent;
  cursor: pointer;
  display: none;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .search__button {
    width: 36px;
    height: 36px;
    bottom: 5px;
  }
}

.search__field {
  height: 0;
  border-bottom: 1px solid #333;
  width: 0;
  overflow: hidden;
  transition: all 0.2s;
  opacity: 0;
}
.search__field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .search__field label {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .search__field {
    height: 0;
    transition: all 0s;
  }
}

.search__close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .search__close {
    height: 36px;
  }
}

.icon--close {
  fill: #333;
  width: 80%;
  height: 80%;
  display: none;
}

.search__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .search__call p {
    display: none;
  }
}

.header__search.opened {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .header__search.opened {
    width: 100%;
    gap: 15px;
  }
}
.header__search.opened .search__field {
  width: 200px;
  opacity: 1;
  transition: all 0.2s;
  height: auto;
}
@media (max-width: 1024px) {
  .header__search.opened .search__field {
    width: 100%;
    transition: all 0s;
  }
}
.header__search.opened .search__call {
  display: none;
}
.header__search.opened .icon--close {
  display: block;
}
.header__search.opened .search__close {
  width: 18px;
}
@media (max-width: 1024px) {
  .header__search.opened .search__close {
    width: 36px;
    bottom: 5px;
  }
  .header__search.opened .search__close .icon--close {
    width: 50%;
    height: 50%;
  }
}

.sites__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}
.sites__logos div {
  width: 185px;
  background-image: url("../assets/images/sprite_sites.png");
  background-repeat: no-repeat;
  height: 104px;
  background-size: cover;
}
@media (max-width: 740px) {
  .sites__logos div {
    height: 64px;
    width: 125px;
  }
}
@media (max-width: 620px) {
  .sites__logos div {
    width: auto;
    flex-basis: 72px;
    height: 45px;
  }
}
.sites__logos div:nth-child(1) {
  background-position: 0 center;
}
.sites__logos div:nth-child(2) {
  background-position: -185px center;
}
.sites__logos div:nth-child(3) {
  background-position: -370px center;
}
.sites__logos div:nth-child(4) {
  background-position: -555px center;
}
.sites__logos div:nth-child(5) {
  background-position: -737px center;
}
.sites__logos div:nth-child(6) {
  background-position: -925px center;
}
@media (max-width: 740px) {
  .sites__logos {
    gap: 22px;
  }
  .sites__logos div:nth-child(1) {
    background-position: 0 center;
  }
  .sites__logos div:nth-child(2) {
    background-position: -110px center;
  }
  .sites__logos div:nth-child(3) {
    background-position: -215px center;
  }
  .sites__logos div:nth-child(4) {
    background-position: -330px center;
  }
  .sites__logos div:nth-child(5) {
    background-position: -440px center;
  }
  .sites__logos div:nth-child(6) {
    background-position: -560px center;
  }
}
@media (max-width: 620px) {
  .sites__logos {
    gap: 30px;
    padding-top: 16px;
  }
  .sites__logos div:nth-child(1) {
    background-position: 0 center;
  }
  .sites__logos div:nth-child(2) {
    background-position: -81px center;
  }
  .sites__logos div:nth-child(3) {
    background-position: -161px center;
  }
  .sites__logos div:nth-child(4) {
    background-position: -237px center;
  }
  .sites__logos div:nth-child(5) {
    background-position: -316px center;
  }
  .sites__logos div:nth-child(6) {
    background-position: -396px center;
  }
}

.sites__title {
  font-weight: normal;
  font-size: 16px;
  height: 40px;
  padding-left: 17px;
  border-left: 1px solid #2C2C2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 620px) {
  .sites__title {
    font-size: 10px;
    padding-left: 0;
    text-align: center;
    border: none;
    height: auto;
  }
}

.sites {
  padding: 67px 0 44px;
}
@media (max-width: 740px) {
  .sites {
    padding: 53px 0 56px;
  }
}
@media (max-width: 620px) {
  .sites {
    padding: 29px 0 25px;
  }
}

.benefits__items {
  padding: 41px 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background-color: #1664B6;
  border-radius: 30px;
  gap: 35px;
  justify-content: flex-start;
}
@media (max-width: 740px) {
  .benefits__items {
    padding: 50px;
    gap: 60px;
  }
}
@media (max-width: 620px) {
  .benefits__items {
    padding: 24px 22px;
    gap: 30px;
    border-radius: 14px;
  }
}

.benefits__item {
  flex-basis: calc(33.33% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}
.benefits__item .icon--sprite {
  height: 41px;
  width: 42px;
}
@media (max-width: 740px) {
  .benefits__item .icon--sprite {
    height: 80px;
    width: 83px;
  }
}
@media (max-width: 620px) {
  .benefits__item .icon--sprite {
    width: 38px;
    height: 40px;
  }
}
.benefits__item p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 740px) {
  .benefits__item p {
    font-size: 28px;
  }
}
@media (max-width: 620px) {
  .benefits__item p {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .benefits__item {
    flex-basis: calc(50% - 35px);
  }
}
@media (max-width: 740px) {
  .benefits__item {
    flex-basis: 100%;
    gap: 14px;
  }
}

.calculator__form {
  margin-top: 64px;
  padding: 52px 58px;
  background-color: #F3F3F3;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .calculator__form {
    flex-direction: column;
  }
}
@media (max-width: 740px) {
  .calculator__form {
    padding: 80px 22px;
    margin-top: 48px;
  }
}
@media (max-width: 620px) {
  .calculator__form {
    margin-top: 22px;
    padding-top: 37px;
    padding-bottom: 37px;
    border-radius: 14px;
  }
}

.calculator h3 {
  font-size: 40px;
  color: #1664B6;
  text-transform: uppercase;
}
@media (max-width: 740px) {
  .calculator h3 {
    text-align: center;
  }
}
@media (max-width: 620px) {
  .calculator h3 {
    font-size: 18px;
  }
}

.calculator__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calculator__form > div {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .calculator__form > div {
    flex-basis: 100%;
  }
}

.calculating__fields {
  padding-right: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 46px;
}
.calculating__fields .icon--sprite {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
}
@media (max-width: 620px) {
  .calculating__fields .icon--sprite {
    right: 14px;
    width: 7px;
    height: 7px;
  }
  .calculating__fields .icon--sprite svg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.calculating__fields > div {
  position: relative;
  height: 63px;
  background-color: #fff;
  border-radius: 63px;
  padding: 0 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 620px) {
  .calculating__fields > div {
    height: 30px;
    padding: 0 14px;
  }
}
.calculating__fields > div p {
  color: #2C2C2C;
}
@media (max-width: 620px) {
  .calculating__fields > div p {
    font-size: 11px;
  }
}
.calculating__fields > div label {
  height: 100%;
  width: 100%;
}
.calculating__fields > div label input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 63px;
  font-size: 16px;
}
@media (max-width: 620px) {
  .calculating__fields > div label input {
    font-size: 11px;
  }
}
.calculating__fields > div label input::placeholder {
  font-size: 16px;
  color: #2C2C2C;
  font-weight: normal;
  font-family: "Uni Sans", serif;
}
@media (max-width: 620px) {
  .calculating__fields > div label input::placeholder {
    font-size: 11px;
  }
}
.calculating__fields > div label input:focus-visible {
  border: none;
  outline: none;
}
@media (max-width: 1024px) {
  .calculating__fields {
    padding-right: 0;
  }
}
@media (max-width: 620px) {
  .calculating__fields {
    padding-top: 33px;
    gap: 14px;
  }
}

.calculator__list {
  border-radius: 25px;
  position: absolute;
  background-color: #fff;
  display: none;
  top: 104%;
  right: 0;
  z-index: 10;
  padding: 20px 30px;
  width: 100%;
  box-shadow: 3px 0 15px 6px rgba(22, 100, 182, 0.05);
}
.calculator__list p {
  padding: 10px 0;
}
.calculator__list p:hover {
  color: #F5983F;
  transition: color 0.2s;
}
.calculator__list p:not(:hover) {
  transition: color 0.2s;
}

.field__select.opened .calculator__list {
  display: block;
}
.field__select.opened .icon--arrow {
  transform: rotate(180deg);
}

.calculation__button {
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  border-radius: 63px;
  max-width: 458px;
  margin-top: 44px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 740px) {
  .calculation__button {
    max-width: none;
  }
}
@media (max-width: 620px) {
  .calculation__button {
    margin-top: 22px;
    height: 48px;
    font-size: 13px;
  }
}

.field__select {
  cursor: pointer;
}
.field__select .icon--arrow {
  transform: rotate(0);
}

.result__circle {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 116px 120px;
  background: rgb(45, 127, 213);
  background: radial-gradient(circle, rgb(45, 127, 213) 0%, rgb(22, 100, 182) 50%);
}
@media (max-width: 640px) {
  .result__circle {
    padding: 50px;
  }
}

.calculator__result {
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .calculator__result {
    padding: 0;
    padding-top: 30px;
  }
}

.result__img {
  height: 85px;
  width: 82px;
}

.result__description {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .result__description {
    font-size: 14px;
  }
}

.result__data p {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.result__data--filled {
  display: none;
}

.result__data--filled.showed {
  display: block;
}

.result__data--empty.hidden {
  display: none;
}

@media (max-width: 1024px) {
  .result__data--empty p {
    font-size: 14px;
    padding: 15px 0;
  }
}

.icon--money {
  height: 100%;
  width: 100%;
}

.field__error, .field__error--weight {
  display: none;
}

.field__error.show, .field__error--weight.show {
  color: #fff;
  background-color: orangered;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 24px;
  font-size: 14px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  border-radius: 20px;
  right: 20px;
  margin: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mobile__menu {
  display: none;
}
.mobile__menu span {
  display: block;
  border-radius: 2px;
  height: 4px;
  width: 34px;
  background-color: #1664B6;
}
@media (max-width: 620px) {
  .mobile__menu span {
    width: 18px;
    height: 2px;
  }
}
@media (max-width: 1024px) {
  .mobile__menu {
    display: block;
  }
  .mobile__menu .mobile__menu-button {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 620px) {
  .mobile__menu .mobile__menu-button {
    height: 16px;
  }
}

.mobile__menu-wrapper {
  position: fixed;
}
@media (max-width: 1024px) {
  .mobile__menu-wrapper {
    background-color: #fff;
    width: 80%;
    height: 100%;
    left: 100%;
    transition: left 0.3s;
    top: 0;
    z-index: 999;
  }
}

@media (max-width: 1024px) {
  .mobile__menu-wrapper.opened {
    left: 20%;
    transition: left 0.3s;
    box-shadow: 0 -100px 1000px 1px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 1024px) {
  .header__auth {
    margin: auto 0;
  }
}

.mobile__menu-close {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile__menu-close span {
  position: absolute;
}
.mobile__menu-close span:first-child {
  transform: rotate(45deg);
}
.mobile__menu-close span:last-child {
  transform: rotate(-45deg);
}

.calculating__fields .field__delivery.non-active {
  background-color: #e9e9e9;
}

.tariffs, .package {
  padding-top: 124px;
}
@media (max-width: 740px) {
  .tariffs, .package {
    padding-top: 65px;
  }
}
@media (max-width: 620px) {
  .tariffs, .package {
    padding-top: 30px;
  }
}

.tariffs__title, .package__title {
  font-size: 55px;
  color: #1664B6;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  .tariffs__title, .package__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.tariffs__description, .package__description {
  text-align: center;
  font-size: 20px;
  color: #1664B6;
  max-width: 940px;
  margin: auto auto 50px auto;
}
@media (max-width: 740px) {
  .tariffs__description, .package__description {
    margin-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .tariffs__description, .package__description {
    font-size: 10px;
    margin-bottom: 15px;
  }
}

.table__header {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #F3F3F3;
  padding: 0 66px;
  display: flex;
}
@media (max-width: 900px) {
  .table__header {
    padding: 0 16px;
  }
}
@media (max-width: 620px) {
  .table__header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 0 7px;
  }
}
.table__header > div {
  flex-basis: 50%;
  padding: 40px 0;
}
@media (max-width: 620px) {
  .table__header > div {
    padding: 18px 0 22px;
  }
}
.table__header .t-header__right {
  padding-left: 9.6%;
}
@media (max-width: 900px) {
  .table__header .t-header__right {
    flex-basis: 58%;
  }
}
@media (max-width: 620px) {
  .table__header .t-header__right {
    padding-left: 4.6%;
  }
}
@media (max-width: 900px) {
  .table__header .t-header__left {
    flex-basis: 42%;
  }
}
@media (max-width: 620px) {
  .table__header .t-header__left {
    border-width: 1px;
  }
}

.cell__name {
  padding-top: 20px;
  color: #1664B6;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 740px) {
  .cell__name {
    font-size: 15px;
  }
}
@media (max-width: 620px) {
  .cell__name {
    font-size: 8px;
    padding-top: 7px;
  }
}
.cell__name span {
  display: block;
}

.t-header__right {
  display: flex;
  justify-content: space-between;
}
.t-header__right .t-header__cell {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.t-header__left {
  border-right: 2px dotted rgba(22, 100, 182, 0.2);
}

.icon--tariff {
  fill: #FFB268;
}

.cell__img {
  height: 44px;
  width: 42px;
}
@media (max-width: 620px) {
  .cell__img {
    height: 20px;
    width: 20px;
  }
}
.cell__img .icon--sprite {
  height: 100%;
}

.t_body-row {
  display: flex;
}

.row__name {
  flex-basis: 50%;
  padding-left: 50px;
  background-color: #226CBA;
}
@media (max-width: 900px) {
  .row__name {
    flex-basis: 43%;
    padding-left: 16px;
  }
}
@media (max-width: 620px) {
  .row__name {
    padding-left: 7px;
  }
}
.row__name span {
  display: none;
  font-weight: normal;
}
.row__name p {
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  gap: 17px;
  align-items: center;
}
@media (max-width: 620px) {
  .row__name p {
    font-size: 8px;
    gap: 5px;
  }
}

.row__parameters {
  display: flex;
  flex-basis: 50%;
  align-items: center;
  justify-content: space-between;
  padding-right: 66px;
  background-color: #1664B6;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 900px) {
  .row__parameters {
    flex-basis: 58%;
    padding-right: 16px;
  }
}
@media (max-width: 620px) {
  .row__parameters {
    font-size: 9px;
    padding-right: 7px;
  }
}

.t_body-row:last-child .row__parameters:after {
  content: none;
}

.row__parameters:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 50px);
  border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
  bottom: 0;
}
@media (max-width: 620px) {
  .row__parameters:after {
    border-width: 1px;
    width: calc(100% - 7px);
  }
}

.table__body {
  color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media (max-width: 620px) {
  .table__body {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
}

.name__wrapper {
  padding: 40px 0;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
  border-right: 2px dotted rgba(255, 255, 255, 0.2);
}
@media (max-width: 620px) {
  .name__wrapper {
    padding: 18px 0;
    border-width: 1px;
  }
}

.t_body-row:last-child .name__wrapper {
  padding: 40px 0;
  border-bottom: none;
  border-right: 2px dotted rgba(255, 255, 255, 0.2);
}
@media (max-width: 620px) {
  .t_body-row:last-child .name__wrapper {
    padding: 18px 0;
    border-width: 1px;
  }
}

.row__name.opened span {
  padding-top: 30px;
  display: block;
}
@media (max-width: 620px) {
  .row__name.opened span {
    padding-top: 15px;
    font-size: 10px;
  }
}
.row__name.opened .icon--ac-arrow {
  transform: rotate(90deg);
  transition: all 0.1s;
}

.parameters__wrapper {
  padding-left: 19.2%;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .parameters__wrapper {
    padding-left: 16.7%;
  }
}
@media (max-width: 620px) {
  .parameters__wrapper {
    padding-left: 8%;
  }
}

.icon--ac-arrow {
  height: 22px;
  width: 22px;
  transition: all 0.1s;
  transform: rotate(0);
}
@media (max-width: 620px) {
  .icon--ac-arrow {
    height: 10px;
    width: 10px;
  }
}

.reviews {
  padding-top: 135px;
  margin-top: 96px;
  background: linear-gradient(177.0911159576deg, rgba(194, 194, 194, 0.2) 0.2521459227%, rgba(255, 255, 255, 0.2) 96.1749049011%);
}
@media (max-width: 740px) {
  .reviews {
    margin-top: 87px;
    padding-top: 75px;
  }
}
@media (max-width: 620px) {
  .reviews {
    margin-top: 50px;
    padding-top: 40px;
  }
}

.reviews__title {
  margin-bottom: 30px;
  font-size: 55px;
  color: #1664B6;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 620px) {
  .reviews__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.reviews__description {
  color: #1664B6;
  text-align: center;
  max-width: 950px;
  margin: auto;
  font-size: 20px;
}
@media (max-width: 620px) {
  .reviews__description {
    font-size: 10px;
    line-height: 1.5em;
  }
}

.purchase--blank .purchase__main-screen {
  background-image: url("../assets/images/purchase.jpg");
}

.company .purchase__main-screen {
  background-image: url("../assets/images/company.jpg");
}

.purchase__main-screen {
  background-image: url("../assets/images/samovikup.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
}
@media (max-width: 620px) {
  .purchase__main-screen {
    height: 200px;
  }
}
.purchase__main-screen .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
}
.purchase__main-screen h1, .purchase__main-screen .blog-single__section-title {
  font-size: 60px;
  color: #fff;
  line-height: 1.2em;
}
@media (max-width: 620px) {
  .purchase__main-screen h1, .purchase__main-screen .blog-single__section-title {
    font-size: 27px;
  }
}
.purchase__main-screen p {
  font-size: 23px;
  color: #fff;
  max-width: 480px;
  font-weight: normal;
  line-height: 1.2em;
}
@media (max-width: 620px) {
  .purchase__main-screen p {
    line-height: 1.5em;
    font-size: 15px;
    max-width: 280px;
  }
}

.menu .menu-items > .current a {
  color: #F5983F;
}
.menu .vikup + .menu-items.level-2 {
  display: none;
}

.purchase__content-screen {
  padding: 90px 0 70px;
}
@media (max-width: 620px) {
  .purchase__content-screen {
    padding: 40px 0 50px;
  }
}
.purchase__content-screen .wrapper {
  max-width: 1100px;
}
.purchase__content-screen .text__thesis {
  padding-bottom: 50px;
}
@media (max-width: 620px) {
  .purchase__content-screen .text__thesis {
    padding-bottom: 40px;
  }
}
.purchase__content-screen .text__basic {
  padding-bottom: 40px;
}
@media (max-width: 620px) {
  .purchase__content-screen .text__basic {
    padding-bottom: 30px;
  }
}

.text__thesis, .text__basic, .text__list-header, .list__item {
  font-size: 23px;
  font-weight: 600;
  color: #1664B6;
  line-height: 1.45em;
  text-align: justify;
}
@media (max-width: 620px) {
  .text__thesis, .text__basic, .text__list-header, .list__item {
    font-size: 17px;
  }
}

.text__list-header {
  padding-bottom: 30px;
}
@media (max-width: 620px) {
  .text__list-header {
    padding-bottom: 20px;
  }
}

.text__basic, .list__item {
  font-weight: normal;
}

.list__list {
  list-style: none;
  padding-bottom: 40px;
}
@media (max-width: 620px) {
  .list__list {
    padding-bottom: 30px;
  }
}

.list--dotted .list__item {
  position: relative;
  padding-left: 25px;
}

.list--numeric {
  list-style: inherit;
  list-style-type: none;
  counter-reset: num;
}
.list--numeric .list__item {
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
}

.list__list > li:before {
  content: "—";
}

.list--numeric > li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.list--numeric > .list__item--unique:before {
  content: "4.";
}

.list--dotted > li:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "•";
}

.list__list > li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-items.level-2 {
  position: absolute;
  background-color: #fff;
  list-style: none;
  padding: 20px 20px 0;
  left: -50%;
  margin: auto;
  width: 200px;
  border-radius: 5px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.05);
}
.menu-items.level-2 > .level-2 {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .menu-items.level-2 {
    width: auto;
    left: auto;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .menu-items.level-2 > .level-2:last-child {
    padding-bottom: 0;
  }
}

.level-1.has-child {
  position: relative;
}
@media (max-width: 1024px) {
  .level-1.has-child {
    text-align: center;
  }
}

.level-1.has-child > a {
  position: relative;
}
@media (max-width: 1024px) {
  .level-1.has-child > a {
    display: inline-block;
  }
}

@media (max-width: 1024px) {
  .level-1.has-child > a:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    background-image: url("../assets/images/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -20px;
    top: 5px;
    transform: rotate(180deg);
    transition: all 0.1s;
  }
}

.level-1.has-child.opened > a:after {
  transform: rotate(0);
  transition: all 0.1s;
}

@media (max-width: 1024px) {
  .level-1.has-child a:hover {
    color: #1664B6 !important;
  }
}

.vikup.opened + .menu-items.level-2 {
  display: block;
}

.icon--telegram {
  height: 23px;
  width: 26px;
}

.icon--youtube, .icon--telegram-3 {
  width: 48px;
  height: 48px;
}

.info__consultation {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .info__consultation {
    justify-content: center;
  }
}
.info__consultation p {
  color: #1664B6;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 37px;
}
@media (max-width: 740px) {
  .info__consultation p {
    margin-right: 0;
    font-size: 18px;
  }
}

.footer {
  padding-top: 115px;
  background-color: #F3F3F3;
}
@media (max-width: 1024px) {
  .footer {
    margin-top: 40px;
    padding-top: 60px;
  }
}
.footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .wrapper {
    justify-content: center;
  }
}
.footer .wrapper > div {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .footer .wrapper > div {
    flex-basis: 100%;
  }
}
.footer .wrapper .footer__copyright {
  flex-basis: 100%;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1024px) {
  .footer__info {
    order: 1;
  }
}

.info__description p {
  text-align: right;
  color: #1664B6;
  font-weight: normal;
  font-size: 18px;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .info__description p {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 740px) {
  .info__description p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .footer__menu {
    order: 2;
    padding: 40px 20% 0;
  }
}
@media (max-width: 1024px) {
  .footer__menu {
    padding: 40px 15% 0;
  }
}
@media (max-width: 1024px) {
  .footer__menu {
    padding: 40px 5% 0;
  }
}
.footer__menu .menu-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: 321px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footer__menu .menu-items {
    max-height: 190px;
  }
}
@media (max-width: 740px) {
  .footer__menu .menu-items {
    gap: 10px;
    max-height: 200px;
  }
}
.footer__menu .menu-items li {
  display: inline;
}
.footer__menu .menu-items a {
  font-size: 20px;
  color: #1664B6;
  font-weight: 600;
}
@media (max-width: 740px) {
  .footer__menu .menu-items a {
    font-size: 16px;
  }
}
.footer__menu .menu-items a:hover {
  color: #F5983F;
}

.footer__copyright {
  padding-top: 115px;
  padding-bottom: 37px;
}
@media (max-width: 1024px) {
  .footer__copyright {
    order: 3;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.footer__copyright p {
  font-size: 18px;
  color: #1664B6;
  text-align: center;
}
@media (max-width: 740px) {
  .footer__copyright p {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .footer__copyright p {
    font-size: 10px;
    line-height: 1.5em;
  }
}

.result__calculation {
  color: #fff;
  text-align: center;
  font-size: 36px;
}

.reviews__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 620px) {
  .reviews__header {
    margin-bottom: 30px;
  }
}

.reviews__button {
  display: inline-flex;
  font-weight: 600;
  font-size: 20px;
  color: #1664B6;
  text-decoration: underline;
  margin-top: 23px;
}
@media (max-width: 620px) {
  .reviews__button {
    background-color: #F5983F;
    color: #fff;
    height: 48px;
    font-size: 13px;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    align-items: center;
    border-radius: 63px;
    width: 90%;
  }
}

@media (min-width: 620px) {
  .reviews__button:hover {
    color: #F5983F;
    transition: color 0.2s;
  }
}

@media (min-width: 620px) {
  .reviews__button:not(:hover) {
    transition: color 0.2s;
  }
}

.reviews__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8%;
  margin-bottom: 80px;
}
@media (max-width: 1120px) {
  .reviews__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 730px) {
  .reviews__content {
    gap: 50px;
  }
}
@media (max-width: 620px) {
  .reviews__content {
    gap: 25px;
  }
}

.reviews__column--2 img {
  height: 781px;
}

.reviews__column--1 .reviews__image--1 img {
  height: 123px;
}
.reviews__column--1 .reviews__image--2 img {
  height: 393px;
}

.reviews__column--3 .reviews__image--1 img {
  height: 357px;
}
.reviews__column--3 .reviews__image--2 img {
  height: 172px;
}

.reviews__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.reviews__column img {
  width: auto;
  border: 10px solid #EBEBEB;
  border-radius: 25px;
}
@media (max-width: 730px) {
  .reviews__column img {
    width: 90%;
    height: auto !important;
  }
}
@media (max-width: 500px) {
  .reviews__column img {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .reviews__column {
    gap: 50px;
  }
}
@media (max-width: 620px) {
  .reviews__column {
    gap: 25px;
  }
}

@media (max-width: 730px) {
  .reviews__image {
    display: flex;
    justify-content: center;
  }
}

.white-import__img {
  display: flex;
  justify-content: center;
}
.white-import__img img {
  height: auto;
  width: 920px;
  max-width: 100%;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}

.reviews__button--2 {
  display: none;
}

.purchase__main-screen {
  height: 492px;
  padding-top: 142px;
}
@media (max-width: 620px) {
  .purchase__main-screen {
    padding-top: 64px;
    height: 355px;
  }
}

.blog-item {
  margin-bottom: 67px;
}
@media (max-width: 620px) {
  .blog-item {
    margin-bottom: 40px;
  }
}
.blog-item > div {
  font-size: 17px;
  color: #1664B6;
}
.blog-item .blog-item__title {
  font-size: 23px;
  font-weight: bold;
}
.blog-item .blog-item__link {
  font-weight: bold;
  color: #F5983F;
  text-decoration: underline;
}

.blog-item__description {
  padding: 25px 0;
  line-height: 1.5em;
}
@media (max-width: 620px) {
  .blog-item__description {
    padding: 15px 0;
  }
}

.pages_num {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 30px;
}
@media (max-width: 620px) {
  .pages_num {
    padding-top: 15px;
  }
}
.pages_num > * {
  font-size: 17px;
  height: 46px;
  width: 43px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1664B6;
  border: 2px solid #1664B6;
}
.pages_num a:hover {
  background-color: rgba(22, 100, 182, 0.1);
}

.blog__single h1 {
  color: #1664B6;
  font-size: 36px;
  padding-bottom: 40px;
}
@media (max-width: 620px) {
  .blog__single h1 {
    font-size: 28px;
    padding-bottom: 25px;
  }
}

.blog__single p {
  color: #1664B6;
  font-size: 17px;
  line-height: 1.4em;
  padding-bottom: 20px;
}

.blog__single p, .blog__single li {
  color: #1664B6;
  font-size: 17px;
  line-height: 1.4em;
  padding-bottom: 20px;
}
.blog__single h2 {
  color: #1664B6;
  padding-bottom: 20px;
}
.blog__single ol, .blog__single ul {
  padding-left: 15px;
}

.blog__single .purchase__content-screen {
  padding-top: 60px;
}

.breadcrumbs-container {
  margin-bottom: 10px !important;
}
.breadcrumbs-container span, .breadcrumbs-container a, .breadcrumbs-container li {
  color: #F5983F !important;
  font-size: 17px !important;
}

.blog-single__section-title {
  font-weight: bold;
}

.blog-single__section-title + p {
  color: #fff;
}

.free__consultation {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews__description--1 {
  padding-bottom: 15px;
}

.consultation__offer {
  font-size: 18px;
  color: #fff;
  padding-top: 25px;
}
@media (max-width: 620px) {
  .consultation__offer {
    font-size: 16px;
    text-align: center;
  }
}

.info__time {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 620px) {
  .info__time {
    justify-content: center;
  }
}
.info__time p {
  color: #1664B6;
  font-weight: 600;
  font-size: 18px;
}

.help__item__description {
  display: none;
}

.help__items {
  padding: 50px 0;
}

.help__item-title {
  font-size: 24px;
  position: relative;
  padding: 20px 60px;
  border: 2px solid #ececec;
  margin-bottom: 10px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.help_content-screen * {
  color: #333333;
}

.help__item-title:before {
  content: "+";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #1664B6;
  color: #1664B6;
  text-align: center;
  font-weight: 500;
}

.help__item-title[data-value=opened]:before {
  content: "-";
}

.help__item__description {
  padding-bottom: 40px;
}
.help__item__description h2 {
  padding: 20px 0;
}
.help__item__description ul, .help__item__description ol {
  padding-left: 30px;
}
.help__item__description li {
  padding: 10px 0;
}
.help__item__description p {
  line-height: 1.5em;
}
.help__item__description h3 {
  padding: 10px 0 15px;
}

.article__search {
  padding-top: 142px;
}
@media (max-width: 1024px) {
  .article__search {
    padding-top: 100px;
  }
}
@media (max-width: 620px) {
  .article__search {
    padding-top: 81px;
  }
}

.search-result__screen {
  padding-top: 50px;
}

.search-result__title {
  font-size: 36px;
  padding-bottom: 30px;
  color: #333333;
}
@media (max-width: 620px) {
  .search-result__title {
    font-size: 32px;
  }
}

@media (max-width: 620px) {
  .main-screen__button-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.license img {
  width: 100%;
  max-width: 600px;
  height: 100%;
}

.purchase a {
  color: #1664B6;
  text-decoration: underline;
}

.package__item {
  display: flex;
  justify-content: space-between;
  gap: 8.8%;
}
@media (max-width: 1024px) {
  .package__item {
    gap: 50px;
  }
}
@media (max-width: 620px) {
  .package__item {
    gap: 30px;
  }
}
.package__item .item__image {
  width: 552px;
  height: 552px;
}
@media (max-width: 1024px) {
  .package__item .item__image {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 620px) {
  .package__item .item__image {
    width: 150px;
    min-width: 150px;
    height: 150px;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
  }
}
.package__item .item__image img {
  width: 100%;
}
@media (max-width: 620px) {
  .package__item .item__image img {
    object-fit: cover;
  }
}

.item__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 620px) {
  .item__title {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .item__title {
    font-size: 12px;
  }
}

.item__description, .item__price {
  font-size: 19px;
  line-height: 1.5em;
}
@media (max-width: 620px) {
  .item__description, .item__price {
    font-size: 10px;
  }
}

.item__title, .item__description {
  color: #1664B6;
}

.item__description {
  text-align: justify;
}

.item__price {
  color: #F5983F;
}

.item__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
@media (max-width: 620px) {
  .item__info {
    gap: 10px;
  }
}

.package__content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 66px;
}
@media (max-width: 620px) {
  .package__content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.info__description {
  display: none;
}

/*# sourceMappingURL=style.css.map */
