html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}
.wrapper {
    width: 1170px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.main-page {
    background: linear-gradient(270deg, #A5DEFF 0%, #FCFEFF 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 52px;
}
header {
    margin-top: 34px;
    margin-bottom: 58px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.logo-text {
    margin-left: 18px;
}
.banderogys-container {
    background: #fff;
    padding: 64px 56px;
    align-self: center;
}
.banderogys-title {
    color: #2C2E33;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
}
.banderogys-greetings {
    color: #2C2E33;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}
.banderogys-start-text {
    color: #FF6B0A;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 48px;
}
.banderogys-descr {
    color: #232630;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 48px;
}
.banderogys-launch {
    color: #FBFBFB;
    text-decoration: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #FF6B0A;
    cursor: pointer;
}
a {
    text-decoration: none;
}
.banderogys-images {
    align-self: flex-end;
}
.hero-section {
    display: flex;
    justify-content: space-between;
    height: 100%; 
}
.gus-facts {
    padding: 52px 0 72px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ukr-logo {
    margin-bottom: 16px;
}
.gus-title {
    color: #2C2E33;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    margin: 16px 0;
}
.gus-discr {
    color: #2C2E33;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    width: 875px;
    text-align: center;
}
ul {
    width: 1170px;
    display: flex;
    flex-direction: row;
    height: 514px;
    margin: auto;
    margin-bottom: 72px;
    justify-content: space-between;
}
li {
    width: 33%;
    height: 514px;
}
.gus2 {
    margin: auto;
}
ul h4 {
    color: #2C2E33;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
    padding-left: 48px;
    margin-top: 12px;
}
ul p {
    color: #2C2E33;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 48px;
}
.footer-bgd {
    display: flex;
    justify-content: center;
    margin-bottom: 72px;
}
.footer {
    flex-direction: column;
    align-items: center;
    width: 1170px;
    height: 376px;
    left: 95px;
    top: 1662px;
    background: linear-gradient(270deg, #B9F5FD 0%, #FFFFFF 100%);
    padding: 72px 0;
    display: flex;
    margin-bottom: 72px;
    margin: auto;
}
.img-footer {
    margin-bottom: 16px;
}
.gus-title {
    color: #2C2E33;
    font-weight: 600;
    font-size: 48px;
    line-height: 100px;
    margin: 16px 0;
}
.gus-discr-footer {
    width: 875px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.modal-bgd {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(44, 46, 51, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.modal-bgd:active {
    opacity: 1;
    pointer-events: all;
}
.modal-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-form-container {
    background: #FEFEFE;
    padding: 32px 92px 60px 92px;
    position: relative;
}
.modal-form-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin: 32px 0 12px 0;
}
.modal-form-discr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 24px;
}
.modal-form-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.modal-field-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #000000;
}
.modal-field-input {
    border: 1px solid #005BBB;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 4px 8px;
}
.modal-form-btn {
    color: #FBFBFB;
    text-decoration: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #FF6B0A;
    cursor: pointer;
    border: 0;
    margin-top: 24px;
    width: 172px;
    align-items: center;
}
.close-btn {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 24px;
    color: #1B1D1F;
    cursor: pointer;
    border: 0;
    background: none;
}
.modal-descr {
    margin-bottom: 0;
}
.modal-discr {
    margin-bottom: 0;
}
.title-color {
    color: #005BBB;
}
.title-color1 {
    color: #FF6B0A;
}
.modal-active {
    opacity: 1;
    pointer-events: all;
}
.gus-anim {
    position: fixed;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}
