* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --blue: #1E4B7B;
}

body,
html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: initial;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
}

.bg-fon {
    background-image: url('../assets/images/fon.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
}

.privacy-policy__title {
    font-family: "Roboto", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
    letter-spacing: 0.22px;
    color: rgb(209, 226, 211);
    text-shadow: 5px 5px rgba(0, 0, 0, 0.25);
    margin: 34px auto 0 auto;
}

.privacy-policy__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 23px;
}

.privacy-policy__text {
    display: flex;
    flex-direction: column;
    padding: 45px 24px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #250E04db;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0.22px;
    text-align: justify;
    text-transform: none;
}

.contact-us {
    border-radius: 66px;
    padding: 47px 52px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #4d083fdb;
    max-width: 950px;
    margin: 260px auto 0 auto;
}

.contact-us__title {
    font-family: "Roboto", sans-serif;
    font-size: 110px;
    font-weight: 400;
    line-height: 132px;
    letter-spacing: 0.57px;
    color: white;
    text-shadow: 0px 10px rgba(0, 0, 0, 0.25);
    text-align: left;
    width: 100%;
}

.contact-us__description {
    font-family: "Roboto", sans-serif;
    font-size: 39.51px;
    font-weight: 400;
    line-height: 51.86px;
    letter-spacing: -0.79px;
    color: white;
    margin-top: 20px;
}

.contact-us__items {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 16px));
    gap: 32px;
    margin-top: 62px;
    width: 100%;
}

.contact-us__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    background-color: #ffffff9e;
    border-radius: 62px;
    font-family: "Roboto", sans-serif;
    gap: 24px;
}

.contact-us__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #250e04ed;
    width: 123px;
    height: 123px;
    min-width: 123px;
    min-height: 123px;
}

.contact-us__item-icon img {
    max-width: 100%;
}

.contact-us__item-title {
    font-family: "Roboto", sans-serif;
    font-size: 44.45px;
    font-weight: 500;
    line-height: 51.86px;
    letter-spacing: -0.79px;
    color: black;
}

.contact-us__item-phone,
.contact-us__item-info {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    color: #717171;
    text-align: center;
}

.contact-us__item-phone {
    font-size: 26px;
    line-height: 26px;
}

@media (max-width: 1024px) {
    .contact-us__title {
        font-size: 80px;
        line-height: 80px;
    }

    .contact-us__description {
        font-size: 25px;
        line-height: 25px;
    }

    .contact-us__item {
        padding: 30px;
        gap: 16px;
    }

    .contact-us {
        padding: 35px 40px;
    }

    .contact-us__item-icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        border-radius: 20px;
    }

    .contact-us__item-icon {
        padding: 1px;
    }

    .contact-us__item-title {
        font-size: 35px;
    }

    .contact-us__item-info {
        font-size: 20px;
    }
}

@media (max-width: 820px) {
    .contact-us__item-info {
        font-size: 16px;
    }

    .contact-us__item-phone {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 680px) {
    .contact-us__title {
        font-size: 41px;
        line-height: 41px;
    }

    .contact-us__description {
        font-size: 15px;
        line-height: 15px;
    }

    .contact-us__item {
        padding: 18px;
        border-radius: 24px;
        gap: 10px;
    }

    .contact-us {
        padding: 10px 20px 20px 20px;
        border-radius: 25px;
    }

    .contact-us__items {
        margin-top: 23px;
        grid-template-columns: repeat(2, calc(50% - 6px));
        gap: 12px;
    }

    .contact-us__item-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        min-height: 46px;
        border-radius: 12px;
    }

    .contact-us__item-title {
        font-size: 17px;
        line-height: 18px;
    }

    .contact-us__item-info {
        font-size: 6.9px;
        line-height: 10px;
    }

    .contact-us__item-phone {
        font-size: 16px;
        line-height: 16px;
    }
}