body {
    margin: 0;
    font-size: 0;
    padding-top: 80px;
}
@media screen and (max-width: 1300px) {
    body {
        padding-top: 0;
    }
}

button {
    font-size: 16px;
}


h1,
h2 {
    font-family: Magra;
    font-weight: 400;
    font-size: 70px;
    color: rgba(22, 53, 81, 1);
}

@media screen and (max-width: 1300px) {
    h2 {
        font-size: 40px;
    }
}

.modal-body {
    font-family: Magra;
    font-weight: 400;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-top: 12px;
}

button.blue {
    font-family: Roboto;
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    border: 2px solid rgb(22, 53, 81);
    background-color: rgb(22, 53, 81);
    width: 360px;
    height: 60px;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 1300px) {
    button.blue {
        font-size: 20px;
        border-radius: 10px;
        width: 250px;
        height: 40px;
    }
}

button.blue:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(22, 53, 81);
}

div.container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: inherit;
    padding: 0;
}

@media screen and (max-width: 1300px) {
    div.container {
        width: 100%;
    }
}

.menu {
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1500px;
    height: 80px;
    background-color: white;
}

@media screen and (max-width: 1300px) {
    .sandwich {
        display: flex;
    }

    .menu {
        display: none;
    }
}

.menu > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu>div>div {
    white-space: nowrap;
}

.menu>div>div>a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    color: rgba(22, 53, 81, 1);
    text-decoration: none;
    margin-right: 20px;
}
.menu>div>div>a>img {
    height: 15px;
}

.menu>div>div>img {
    margin-left: 5px;
    margin-top: -15px;
}

.menu>div>img {
    position: absolute;
    top: 18px;
    left: 0;
    width: 137px;
}

.menu>div>a {
    position: absolute;
    top: 40px;
    white-space: nowrap;
}

.banner {
    font-family: Roboto;
    font-size: 26px;
    color: white;
    background-color: rgb(22, 53, 81);
    text-align: center;
    width: 100%;
    padding: 20px;
    display: none;
}

.about {
    height: 700px;
    width: 100%;
    min-width: 1500px;
}

@media screen and (max-width: 1300px) {
    .about {
        height: auto;
        min-width: 0;
    }
}

.about>div:nth-child(1) {
    background-color: rgb(225, 232, 240);
    height: 700px;
}

@media screen and (max-width: 1300px) {
    .about>div:nth-child(1) {
        background-color: white;
        height: auto;
    }
}

.about>div:nth-child(1)>div>h1 {
    padding-top: 145px;
}

@media screen and (max-width: 1300px) {
    .about>div:nth-child(1)>div>h1 {
        padding-top: 80px;
        padding-left: 20px;
    }
}

.about>div:nth-child(1)>div>p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.7);
    padding-top: 28px;
    line-height: 1.2;
}

@media screen and (max-width: 1300px) {
    .about>div:nth-child(1)>div>p {
        font-size: 18px;
        padding-top: 30px;
        line-height: 1.2;
        padding-left: 20px;
    }
}

.partners {
    height: auto;
    width: 100%;
    min-width: 1500px;
    background-color: rgb(217, 217, 217);
    padding-top: 200px;
}

@media screen and (max-width: 1300px) {
    .partners {
        height: auto;
        min-width: 0;
        background-color: white;
        padding: 20px;
        padding-top: 160px;
    }
}

.partners .anchor {
    top: -250px;
}

.partners .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    white-space: normal;
}

.partners .card {
    width: 590px;
    display: inline-block;
    margin: 0 3px;
    margin-bottom: 170px;
    height: 680px;
    background-color: white;
    padding: 40px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    white-space: normal;
}

@media screen and (max-width: 1300px) {
    .partners .card {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0;
        margin-bottom: 170px;
        height: 500px;
        padding: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    }

    .partners .card:last-child {
        margin-bottom: 50px;
    }
}

.partners .card>h2 {
    white-space: nowrap;
    margin-left: -38px;
    margin-top: -160px;
    margin-bottom: 76px;
}

@media screen and (max-width: 1300px) {
    .partners .card>h2 {
        margin-left: 0;
        margin-top: -115px;
        margin-bottom: 76px;
    }
}

@media screen and (max-width: 1300px) {
    .partners .card>img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.partners .card>p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 12px;
    height: 20px;
}

@media screen and (max-width: 1300px) {
    .partners .card>p {
        font-size: 16px;
        margin: 12px 0;
        height: 20px;
    }
}

.partners .card>button.blue {
    color: rgb(22, 53, 81);
    width: 516px;
    height: 80px;
    margin: 177px auto;
    display: block;
    background-color: white;
    border: 3px solid black;
}

@media screen and (max-width: 1300px) {
    .partners .card>button.blue {
        width: 80%;
        height: 40px;
        margin: 0 auto;
        margin-top: 120px;
        border-width: 2px;
    }
}

.partners .card>button.blue:hover {
    background-color: rgb(22, 53, 81);
    color: rgb(255, 255, 255);
}


.footer {
    position: relative;
    width: 100%;
    min-width: 1500px;
    height: 350px;
    padding-top: 128px;
    background-color: rgb(22, 53, 81);
}

@media screen and (max-width: 1300px) {
    .footer {
        position: relative;
        width: 100%;
        min-width: 0;
        height: auto;
        padding: 20px;
    }
}

.footer>div {
    height: auto;
}

@media screen and (max-width: 1300px) {
    .footer>div>div {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding-bottom: 50px;
    }
}

.footer h2,
.footer h3,
.footer p,
.footer a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.2;
}

.footer>div>img {
    position: absolute;
    width: 141px;
}

@media screen and (max-width: 1300px) {
    .footer>div>img {
        right: 0;
    }
}

.footer h2 {
    position: relative;
    left: 310px;
    margin-top: -30px;
}

@media screen and (max-width: 1300px) {
    .footer h2 {
        position: relative;
        left: auto;
        margin-top: 0;
        width: 60%;
    }
}

.footer .address,
.footer .phone,
.footer .email {
    position: absolute;
    left: 310px;
    top: 50px;
    width: 136px;
}

@media screen and (max-width: 1300px) {

    .footer .address,
    .footer .phone,
    .footer .email {
        position: relative;
        left: auto !important;
        top: auto !important;
        margin-top: 50px;
    }
}

.footer .address>h3,
.footer .phone>h3,
.footer .email>h3 {
    font-size: 16px;
}

@media screen and (max-width: 1300px) {

    .footer .address>h3,
    .footer .phone>h3,
    .footer .email>h3 {
        margin-bottom: 20px;
    }
}

.footer .address>p,
.footer .phone>a,
.footer .email>a {
    font-size: 14px;
    margin-top: 0;
    height: auto;
}

@media screen and (max-width: 1300px) {

    .footer .phone_email {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.footer .phone {
    left: 510px;
}

.footer .phone img {
    margin: 0 5px;
    height: 15px;
}

.footer .email {
    left: 710px;
}

.footer a {
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}