/* * {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Poppins-Regula", Arial;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button ::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}
 */
/*--------------------------------------*/
@font-face {
  font-family: "Cyntho Next";
  src: local("CynthoNext-Regular"), local("Cyntho Next Regular"),
    url("../fonts/CynthoNextRegular.woff2") format("woff2"),
    url("./../fonts/CynthoNextRegular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Cyntho Next";
  src: local("CynthoNext-Medium"), local("Cyntho Next Medium"),
    url("../fonts/CynthoNextMedium.woff2") format("woff2"),
    url("../fontconverter/CynthoNextMedium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Cyntho Next";
  src: local("CynthoNext-SemiBold"), local("Cyntho Next SemiBold"),
    url("../fonts/CynthoNextSemiBold.woff2") format("woff2"),
    url("../fontconverter/CynthoNextSemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Janna LT";
  src: local("JannaLT-Regular"), local("Janna LT Regular"),
    url("../fonts/JannaLTRegular.woff2") format("woff2"),
    url("../fonts/JannaLTRegular.woff") format("woff");
  font-weight: 400;
}
body {
  font-family: "Cyntho Next", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #061e21;
}

body {
  min-width: 375px;
  overflow-x: hidden;
}

button {
  background: inherit;
}

.package-offers__top {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 100%;
}
.package-offers__list {
  padding: 20px 0;
}
.package-offers__item {
  background-color: #f3fafc;
  padding: 40px 11px 60px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  width: 100%;
}
.package-offers__item:last-child {
  margin-bottom: 0;
}
.package-offers__img {
  width: 92px;
  height: 92px;
  margin-bottom: 40px;
}
.package-offers__img img {
  width: 100%;
}
.package-offers__title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.416px;
  margin-bottom: 20px;
}
.package-offers__description {
  text-align: center;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.14px;
  margin-bottom: 32px;
  max-width: 293px;
  height: auto;
  flex: 1 0 auto;
}
.package-offers__btn {
  margin-bottom: 32px;
}
.package-offers__subtext {
  opacity: 0.5;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}

.container {
  padding: 0 20px;
  width: 100%;
}

.page__top {
  border-bottom: 1px solid #d2d2d2;
}
.page__top-wrapp {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  padding: 20px 0 40px;
}
.page__title {
  margin-bottom: 16px;
}
.page__descr {
  font-weight: 500;
  opacity: 0.5;
  line-height: 130%;
  width: 100%;
}

.title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.84px;
}

.btn {
  width: 100%;
  padding: 20px;
  background-color: #f04a3d;
  border-radius: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #f04a3d;
  transition: all 0.3s;
}
.btn:hover {
  background-color: inherit;
  color: #000;
}

.opportunities__button-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0px 9px;
}
.opportunities__button-container p {
  font-weight: 600;
  letter-spacing: -0.14px;
}
.opportunities__button-container p span {
  color: #999;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.14px;
}
.opportunities__button-img img {
  width: 100%;
}
.opportunities__container {
  margin-top: 20px;
}
.opportunities__item {
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}
.opportunities__item:last-child {
  margin-bottom: 0;
}
.opportunities__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #f04a3d;
}

.opportunities__button-container.active .btn-toggle {
  transform: rotate(180deg);
}
.services-three-step__descr {
  margin-bottom:20px;
  font-size: 16px;
  font-weight: 800;
    display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: #f04a3d;
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 60px;
    letter-spacing: -1.2px;
  }
  .container {
    padding: 0 40px;
  }
  .page__top {
    padding: 20px 0 60px;
  }
  .page__top-wrapp {
    max-width: 419px;
    padding: 0;
  }
  .page__title {
    margin-bottom: 20px;
  }
  .package-offers__list {
    padding: 32px 0;
  }
  .package-offers__item {
    padding: 30px 150px;
  }
  .package-offers__img {
    margin-bottom: 32px;
  }
  .package-offers__description {
    margin-bottom: 24px;
    max-width: 100%;
    height: auto;
  }
  .package-offers__btn {
    margin-bottom: 24px;
  }
  .package-offers__subtext {
    margin-bottom: 16px;
  }
  .btn {
    font-size: 18px;
    padding: 28px;
  }
  .opportunities__button-container {
    justify-content: center;
  }
  .opportunities__button-container p {
    font-size: 18px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1170px) {
  .page__top-wrapp {
    flex-direction: row;
    max-width: 100%;
  }

  .page__descr {
    max-width: 339px;
    font-size: 16px;
  }
  .page__top-wrapp {
    max-width: 100%;
  }
  .page__title {
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .title {
    font-size: 70px;
    letter-spacing: -1.4px;
  }
  .container {
    padding: 0 60px;
  }
  .package-offers__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 50px 0;
  }
  .package-offers__item {
    padding: 20px 15px;
    margin-bottom: 0;
  }
  .package-offers__img {
    margin-bottom: 40px;
  }
  .package-offers__title {
    font-size: 40px;
    letter-spacing: -0.598px;
  }
  .package-offers__description {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .package-offers__btn {
    margin-bottom: 32px;
  }
  .package-offers__subtext {
    font-size: 14px;
    margin: 0;
    flex: 1 0 auto;
  }
  .opportunities__button-container {
    margin: 40px 0px 20px;
    justify-content: start;
    display: block;
    text-align: start;
    padding: 0 0 0 22px;
  }
  .opportunities__button-container p {
    margin-right: 0;
  }
  .opportunities__button-img {
    display: none;
  }
  .opportunities__container {
    padding: 0 22px;
    margin: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .title {
    font-size: 80px;
    letter-spacing: -1.6px;
  }
  .package-offers__item {
    padding: 60px 40px;
  }
  .package-offers__img {
    margin-bottom: 60px;
  }
  .package-offers__title {
    font-size: 42px;
    letter-spacing: -0.676px;
  }
  .package-offers__description {
    font-size: 18px;
  }
  .package-offers__subtext {
    font-size: 16px;
    line-height: 20px;
  }
  .page__top {
    padding: 20px 0 80px;
  }
  .opportunities__button-container {
    margin-bottom: 32px;
    font-size: 20px;
    padding: 0;
  }
  .opportunities__container {
    padding: 0;
  }
  .opportunities__item {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
