body {
    font-family: "Poppins", sans-serif;
    color: #22343d;
    background-color: #fff;
}
ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
a {
    text-decoration: none;
}

img {
    display: block;
}
button {
    cursor: pointer;
    font-family: inherit;
}
h1,h2,h3,h4,h5,h6, p {
    margin: 0;
}
.container {
    width: 1150px;
    padding: 0 20px;
    margin: 0 auto;
}
/* HEADER */
.header-container {
    display: flex;
    align-items: center;
}
.header {
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 700;
font-size: 30px;
line-height: 0.93;
color: #173a56;
margin-right: 237px;
}
.header-nav {
    margin-right: auto;
}
.header-nav-list {
    display: flex;
    gap: 30px;
}
.header-nav-link {
    padding: 26px 0;
    display: block;
    font-weight: 400;
font-size: 16px;
line-height: 1.75;
color: #22343d;  
}
.current {
    font-weight: 600;
}
.header-btn-list {
    display: flex;
    gap: 21px;
}
.header-btn {
    border: 1px solid #bcd0e5;
border-radius: 4px;
    min-width: 105px;
height: 42px;
    font-weight: 600;
font-size: 16px;
text-align: center;
color: #173a56;
background-color: transparent;
}
.header-btn:hover,
.header-btn:focus {
    color: #fff;
    background-color: #02897a;
    border: none;
}
/* HERO */
.hero .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.hero {
    padding-top: 25px;
    padding-bottom: 100px;
    
}
.hero-left {
    width: 465px;
height: 331px;
}
.hero-h {
    font-weight: 700;
font-size: 40px;
line-height: 1.5;
color: #22343d;
margin-bottom: 18px;
margin-right: 13px;
width: 452px;
}
.hero-text {
    font-weight: 400;
font-size: 18px;
line-height: 1.56;
color: #22343d;
margin-bottom: 45px;
}
.hero-btn-list {
    display: flex;
    gap: 30px;
}
.hero-btn {
    font-weight: 600;
font-size: 16px;
text-decoration: underline;
text-decoration-skip-ink: none;
color: #02897a;
font-size: 16px;
min-width: 178px;
height: 53px;
background-color: transparent;
border: none;
}
.hero-btn-link {
    display: flex;
    align-items: center;
    gap: 8;
} 
.hero-btn:hover,
.hero-btn:focus {
    color: #fff;
    background-color: #02897a;
    border: none;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
}
.btn-img:hover,
.btn-img:focus {
  color: #fff;
    background-color: #02897a; 
} 

.ipi {
    align-items: center;
margin-right: 9px;
} */

/* FEATURES */
.features {
    padding-top: 0;
    padding-bottom: 50px;
}

h2 {
    font-weight: 700;
font-size: 32px;
text-align: center;
color: #22343d;
    max-width: 530px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.features-list {
    display: flex;
    gap: 30px;
    padding-bottom: 50px;
}
.features-item {
    width: calc((100% - 90px) / 4);
}
img {
    margin-bottom: 18px;
}
.names {
    margin-bottom: 13px;
    font-weight: 600;
font-size: 22px;
color: #22343d;
}

.section-text {
    font-weight: 400;
font-size: 16px;
line-height: 1.625;
color: #22343d;
}
.features-button {
    display: block;
    margin: 0 auto;
    min-width: 175px;
height: 53px;
font-weight: 700;
font-size: 16px;
color: #02897a;
background-color: transparent;
border-radius: 4px;
border: none;
text-transform: uppercase;
}
.features-button:hover,
.features-button:focus {
 color: #fff;
 background-color: #02897a;
 border: none;   
}


/* FOOTER */
.footer-logo {
font-weight: 700;
font-size: 30px;
line-height: 0.93;
color: #173a56;
}
.footer-text {
    font-weight: 500;
font-size: 20px;
line-height: 1.5;
color: #22343d;
}
.footer-link {
    font-weight: 400;
font-size: 16px;
line-height: 2.19;
color: #22343d;
}
.footer-button {
    display: block;
    min-width: 131px;
height: 39px;
font-weight: 700;
font-size: 16px;
text-align: center;
color: #02897a;
background-color: transparent;
border-radius: 4px;
border: none;
}
.footer-button:hover,
.footer-button:focus {
    color: #fff;
    background-color: #02897a;
}
.feedback {
/* max-width: 325px; */
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  /* border: 1px solid #bcd0e5;
border-radius: 4px; */
}
.feedback label {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form-text {
    font-weight: 500;
font-size: 20px;
line-height: 1.5;
color: #22343d;
padding-bottom: 30px;
}

.footer-label {
    position: relative;
}

.footer-icon {
    position: absolute;
    left: 12px;
    top: 50%;
  transform: translateY(-50%);
} 
.footer-input {
padding-left: 42px;
border: 1px solid #bcd0e5;
border-radius: 4px;
height: 48px;
max-width: 325px;
font-weight: 400;
font-size: 16px;
line-height: 1.75;
color: #02897a;
}