* {
    box-sizing: border-box;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
button,
input[type="submit"] {
    cursor: pointer;
}
body {
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1140px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.button {
    font-weight: 500;
    font-size: 22px;
    line-height: 132%;
    color: #fff;
    border-radius: 12px;
    background: #ffb979;
    padding: 20px 25px;
    outline: none;
    border: none;
    transition: .6s all linear;
}
.button:hover{
    background: #ff8a1d;
}
.top {
    background-image: url(../content/top_bg.png);
    background-size: cover;
    padding-bottom: 172px;
}
.header {
    padding: 39px 69px;
    display: flex;
    justify-content: flex-end;
}
.header__title {
    margin-top: 55px;
    font-size: 55px;
    line-height: 116%;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 900;
    max-width: 610px;
    width: 100%;
}
.header__subtitle {
    font-size: 26px;
    line-height: 146%;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 6px;
    max-width: 610px;
    width: 100%;
    margin-bottom: 64px;
}
.urgent {
    padding: 135px 0 112px;
}
.urgent__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.urgent__content {
    max-width: 448px;
    width: 100%;
    margin-left: 10px;
}
.urgent__content > form > button{
    text-align: start;
}
.title {
    font-weight: 700;
    font-size: 39px;
    line-height: 113%;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 47px;
    text-align: center;
}
.text {
    font-size: 20px;
    line-height: 155%;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 59px;
    text-align: center;
}
.button.additional {
    font-weight: 400;
    font-size: 20px;
    background: #3a6882;
    transition: .6s all linear;
}
.button.additional:hover {
    background: #31b4ff;
}
.immediate {
    background: #3a6882;
    padding: 35px 0;
}
.immediate__inner > .title,
.immediate__inner > .text {
    max-width: 508px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 8px;
}
.immediate__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    flex-wrap: wrap;
    gap: 20px;
}
.immediate__box {
    max-width: 360px;
    width: 100%;
    min-height: 432px;
    background-color: #fff;
}
.immediate__box:nth-of-type(2) {
    background-color: #ffb979;
}
.immediate__box:last-of-type {
    margin-right: 0;
}
.immediate__box-title {
    padding: 0 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #000;
}
.immediate__box-text {
    padding: 0 18px;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #000;
}
.immediate__text {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #ffb979;
    max-width: 863px;
    width: 100%;
    margin: 0 auto;
}
.programs {
    padding: 110px 0;
}
.programs__inner > .title,
.programs__inner > .text {
    text-align: center;
    max-width: 663px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 22px;
}
.programs__boxes {
    margin: 54px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.programs__box-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #000;
    margin-top: 21px;
}
.programs__inner > form > .button.additional {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.why {
    padding: 10px 0 100px;
}
.why__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why__content {
    max-width: 475px;
    width: 100%;
}
.why__title.mobile {
    display: none;
}
.why__title {
    font-weight: 700;
    font-size: 39px;
    line-height: 113%;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 40px;
}
.why__boxes {
    margin-bottom: 40px;
    margin-right: 10px;
}
.why__box {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 12px;
    padding: 24px 13px;
    display: flex;
    margin-bottom: 16px;
}
.why__box-image {
    margin-right: 33px;
    width: 50px;
    height: 50px;
    flex: none;
}
.why__box-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 12px;
}
.why__box-text {
    font-size: 20px;
    line-height: 90%;
    letter-spacing: 0.02em;
    color: #000;
}
.why__content > form > button {
    padding: 23px 73px;
}
.meet {
    padding: 48px 0 72px;
    background: #3a6882;
}
.meet__inner > .title,
.meet__inner > .text {
    text-align: center;
    max-width: 966px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 21px;
}
.meet__inner > form > button {
    display: block;
    margin: 0 auto;
    margin-top: 46px;
}
.start {
    padding: 100px 0;
}
.start__inner > .title,
.start__inner > .text {
    max-width: 663px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 21px;
}
.start__boxes {
    margin: 51px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.start__box {
    border-radius: 12px;
    max-width: 360px;
    width: 100%;
    min-height: 253px;
    padding: 57px 54px 47px;
    background-color: #3a6882;
}
.start__box:nth-of-type(2) {
    background-color: #ffb979;
}
.start__box-title {
    width: fit-content;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    padding-bottom: 9px;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
}
.start__box-text {
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}
.start__inner > form > button {
    display: block;
    background-color: #3a6882;
    margin: 0 auto;
    font-weight: 400;
    padding: 23px 75px;
}
.stories {
    padding: 51px 0 91px;
    background: #f3f3f3;
}
.stories__inner > .title {
    text-align: center;
    margin-bottom: 94px;
}
.stories__box {
    max-width: 589px;
    width: 100%;
    margin: 0 auto;
}
.stories__box-footer {
    margin: 35px auto 0;
    display: flex;
    align-items: center;
    width: fit-content;
}
.stories__box-text {
    font-size: 16px;
    line-height: 131%;
    text-align: center;
    color: #000;
}
.stories__box-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #000;
    margin-left: 21px;
}
.footer {
    padding: 177px 0 128px;
    background-color: #3a6882;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__content {
    max-width: 476px;
    width: 100%;
}
.footer__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 40px;
}
.footer__text {
    font-size: 18px;
    line-height: 167%;
    color: #fff;
    margin-bottom: 40px;
}
.footerButton {
    font-weight: 600;
    font-size: 18px;
    border-radius: 50px;
    padding: 14px 36px;
}
.footer__form {
    max-width: 576px;
    width: 100%;
}
.footer__form-input {
    border-radius: 12px;
    padding: 10px 16px;
    background: #fff;
    font-size: 14px;
    line-height: 143%;
    color: #646464;
    margin-bottom: 12px;
    outline: none;
    border: none;
    display: block;
    width: 100%;
}
.footer__form-input::placeholder {
    opacity: 0.8;
    font-size: 14px;
    line-height: 143%;
    color: #646464;
}
.footer__form-input.msg {
    height: 80px;
    vertical-align: top;
    resize: none;
}
.footer__form-submit {
    outline: none;
    border: none;
    border-radius: 50px;
    background: #ffb979;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 14px 36px;
    transition: .6s all linear;
}
.footer__form-submit:hover{
    background: #ff8a1d;
}
.programs__box-wrapper {
    position: relative;
}
.programs__box:hover > .programs__box-wrapper > .programs__box-hidden{
    opacity: 1;
}
.programs__box-hidden {
    transition: .6s all linear;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    padding: 20px 63px;
}
