/* #region general */
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  border: none;
  cursor: pointer;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding: 50px 0;
}

body {
  font-family: "Poppins";
  color: #22343d;
}
/* #endregion */

/* #region header */

.header-container {
  display: flex;
  height: 80px;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 0.93333;
  color: #173a56;
}

.main-nav {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}
.main-logo {
  margin-right: 16px;
}
.nav-list {
  display: flex;
  gap: 30px;
}
.nav-list-item {
}
.nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #22343d;
  padding: 26px 0;
}
.current {
  font-weight: 600;
}
.nav-btn-list {
  display: flex;
  gap: 21px;
  margin-left: 73px;
}
.nav-btn-list-item {
}
.nav-btn-in {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #173a56;
  background-color: transparent;
  border: 1px solid #bcd0e5;
  border-radius: 4px;
  width: 105px;
  height: 42px;
}
.nav-btn-up {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background-color: #02897a;
  border: 1px solid #bcd0e5;
  border-radius: 4px;
  width: 105px;
  height: 42px;
}
/* #endregion header*/

/* #region hero */
.hero {
  padding-top: 25px;
  padding-bottom: 50px;
}

.hero-container {
  display: flex;
  align-items: center;
  gap: 35px;
}

.hero-content {
  width: 465px;
}

.hero-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  color: #22343d;
  margin-bottom: 18px;
}
.hero-title-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: #22343d;
  margin-bottom: 45px;
}
.hero-list {
  display: flex;
  gap: 30px;
}
.hero-list-item {
  display: flex;
  align-items: center;
}
.hero-btn-get {
  width: 178px;
  height: 53px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  width: 178px;
  height: 53px;
  background: #02897a;
}
.hero-btn-watch {
  width: 164px;
  height: 23px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  background-color: transparent;
  color: #02897a;
  padding: 0;
}
/* .hero-image {
  width: 610px;
  height: 555px;
} */

.hero-triangle {
  border-radius: 2px;
  fill: #02897a;
}

.hero-btn-watch:hover .hero-triangle {
  transform: scale(1.1);
}

/* #endregion hero */

/* #region product */
.product-title {
  width: 540px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin: 0 auto 50px auto;
  padding: 0 3px;
}
.product-list {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.product-list-item {
  width: calc((100% - 90px) / 3);
}
.product-icons {
}
.product-item-name {
  font-weight: 600;
  font-size: 22px;
  color: #22343d;
  margin-bottom: 13px;
}
.product-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #22343d;
}

.prod-btn {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  width: 175px;
  height: 53px;
  background: #02897a;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.prod-icon-bg {
  fill: #fff;
}

.product-list-item:nth-child(1) .prod-icon-cont {
  background-color: #02897a;
}

.product-list-item:nth-child(2) .prod-icon-cont {
  background-color: #4d8dff;
}

.product-list-item:nth-child(3) .prod-icon-cont {
  background-color: #740a76;
}

.product-list-item:nth-child(4) .prod-icon-cont {
  background-color: #f03e3d;
}

.prod-icon-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 19px;
  margin-bottom: 26px;
}

/* #endregion */

/* #region management */
.management {
}
.management-container {
  display: flex;
  align-items: center;
  gap: 84px;
}

.management-content {
  width: 486px;
}
.management-title {
  font-weight: 600;
  font-size: 16px;
  width: 224px;
  margin-bottom: 25px;
  line-height: 38px;
}
.management-acent {
  font-weight: 700;
  font-size: 32px;
}
.management-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 30px;
}
.management-list {
}
.management-list-item {
}
.management-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 12px;
}
.management-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}

.management-list-item:not(:last-child) {
  margin-bottom: 40px;
}

.management-image {
}

/* #endregion management*/

/* #region support */
.support {
}
.support-container {
  display: flex;
  gap: 84px;
  align-items: center;
}

.support-image {
}
.support-content {
  margin-right: 35px;
  width: 450px;
}
.support-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  margin-bottom: 25px;
  width: 304px;
}

.support-acent {
  font-weight: 700;
  font-size: 32px;
}
.support-text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}
.support-list-item:not(:last-child) {
  margin-bottom: 25px;
}

.support-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 14px;
  width: 35px;
  height: 35px;
  flex-shrink: 0; /* щоб не зменшувалась ширина */
}

.support-list-item:nth-child(1) .support-icon-container {
  background: #f90;
}
.support-list-item:nth-child(2) .support-icon-container {
  background: #f03e3d;
}
.support-list-item:nth-child(3) .support-icon-container {
  background: #4d8dff;
}

.support-list-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.support-item-icon {
  fill: #fff;
}
.support-item-text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}
/* #endregion support*/

/* #region colaboration */
.colaboration {
}
.colaboration-container {
  display: flex;
  align-items: center;
  gap: 84px;
}
.container {
}
.colaboration-content {
  width: 486px;
}
.colaboration-title {
  width: 226px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 38px;
}
.colaboration-acent {
  font-weight: 700;
  font-size: 32px;
}
.colaboration-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}
.colaboration-list {
}
.colaboration-list-item {
}
.colaboration-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 12px;
}
.colaboration-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}

.colaboration-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.colaboration-image {
}
/* #endregion colaboration*/

/* #region process */
.process {
  padding-top: 100px;
}
.process-container {
  max-width: 956px;
  margin: 0 auto;
  padding: 0 20px;
}
.process-title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
}
.process-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 40px;
  width: 542px;
  margin: 0 auto 40px auto;
}
.process-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 95px;
  row-gap: 25px;
}
.process-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.process-list-item:nth-child(2),
.process-list-item:nth-child(3) {
  flex-direction: row-reverse;
}

.process-item-container {
  width: 281px;
  height: 50px;
  box-shadow: 2px 2px 10px 0 rgba(23, 58, 86, 0.15);
  border-radius: 9999px;
  text-align: center;
  padding: 15px 0;
}
.process-item-container-text {
  font-weight: 500;
  font-size: 16px;
}

.process-btn {
  display: block;
  border-radius: 4px;
  width: 216px;
  height: 53px;
  background: #02897a;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin: 50px auto 0 auto;
}
/* #endregion process*/

/* #region strategy */
.strategy {
  padding-top: 0;
  padding-bottom: 120px;
}

.strategy-container {
}
.container {
}
.strategy-title {
  width: 350px;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 10px;
}
.strategy-text {
  width: 465px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 40px;
}
.strategy-list {
  width: 100%;
  display: flex;
  gap: 30px;
}
.strategy-list-item {
  border: 1px solid #dedede;
  border-radius: 8px;
  /* height: 359px; */
  width: calc((100% - 60px) / 3);
}
.strategy-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

.strategy-item-cont {
  padding: 24px 27px 40px 27px;
}

.strategy-title-acent {
  font-weight: 700;
}
.strategy-item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
}
/* #endregion strategy*/

/* #region price */
.price {
}
.price-container {
}
.container {
}
.price-title {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 10px;
  text-align: center;
}
.price-text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}

.price-list {
  display: flex;
  width: 100%;
  gap: 72px;
}

.price-list-item {
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 32px 0 32px 0;
  width: calc((100% - 144px) / 3);
}

.price-list-item:hover,
.price-list-item:focus {
  background-color: #02897a;
  color: #fff;
}

.price-item-title {
  font-family: "Montserrat";
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.67;
  margin-bottom: 8px;
}

.price-item-text {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5;
  margin-bottom: 16px;
}

.price-item-terms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.price-number {
  font-weight: 700;
  font-size: 76px;
  line-height: 1.31579;
  letter-spacing: 0em;
  text-align: center;
  color: #02897a;
}
.price-usd {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #02897a;
}
.price-period {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.01em;
  color: #afafaf;
  text-align: end;
}

.price-terms-container {
}

.price-item-list {
  text-align: center;
}

.price-item-list:not(:last-child) .price-item-list-desc {
  margin-bottom: 16px;
}

.price-item-list-desc {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.01em;
}

.price-btn {
  display: block;
  font-family: "Montserrat";
  border-radius: 8px;
  width: 139px;
  height: 44px;
  background: #02897a;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin: 30px auto 0 auto;
}
/* #endregion */

/* #region fidback */
.fidback-container {
}
.container {
}
.fidback-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.78125;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 10px;
}
.fidback-text {
  width: 537px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 auto 40px auto;
}
.fidback-list {
  width: 100%;
  display: flex;
  gap: 64px;
}

.fidback-item {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 28px 26px;
  background: #fff;
  width: calc((100% - 128px) / 3);
}
.fidback-icon {
  margin-bottom: 16px;
  fill: #f3cd03;
}
.fidback-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
.fidback-item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #02897a;
}
.fidback-item-post {
}

.fidback-user-info {
  display: flex;
  gap: 25px;
  align-items: center;
}
.fidback-user-desc {
}

/* #endregion */

/* #region boost */
.boost {
}
.boost-container {
  border-radius: 32px;
  background: #02897a;
  display: flex;
  max-width: 968px;
  height: 345px;
  margin: 0 auto;
  gap: 10px;
}
.boost-content {
  margin-top: 49px;
  margin-left: 51px;
  margin-bottom: 56px;
}
.boost-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.514;
  color: #fff;
  margin-bottom: 46px;
}
.boost-btn {
  border-radius: 8px;
  width: 150px;
  height: 50px;
  background: #fff;
  font-weight: 600;
  font-size: 20px;
  color: #02897a;
}
.boost-image {
  width: 100%;
}
/* #endregion */
