@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto Flex';
}

:root {
  --primary-color: #1C6AE4;
  --bg-light-blue: #EEF7FF;
  --primary-pink-color: #E81932;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

.check__title{
    font-size: 48px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 45px;
}

.p-text{
    font-size: 18px;
    font-weight: 14px;
    color: #555555;
}

.mar-bot-30{
    margin-bottom: 30px;
}

.mar-top-50{
    margin-top: 50px;
}

.w-530{
    width: 530px;
}

.container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.section-contacts{
    margin-top: 80px;
    padding-bottom: 80px;
}

.section-subtitle{
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 46px;
}

.contacts__content{
    margin-top: 50px;
}

.contacts__data{
    display: flex;
    justify-content: space-between;
}

.contacts__list-item{
    display: flex;
    align-items: center;
    gap: 15px;
}

.text-regular{
    font-size: 18px;
    font-weight: 400;
    color: #222222;
}

.contacts__list-item a{
    color: var(--primary-color);
}

.phone{
    color: #222222;
}


.section-representation{
    padding-top: 80px;
    padding-bottom: 114px;
}

.representation-content{
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 30px;
}

.representation__data{
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.representation__data-item{
    max-height: 100px;
    display: flex;
    flex-direction: column;
}

.data__item-info{
    display: flex;
    align-items: center;
    gap: 10px;
}

.bold-text{
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 15px;
}

.representation-img{
    width: 100%;
}










@media (max-width: 1180px) {
    .w-530 {
        width: 100%;
    }
    .container {
        max-width: 797px;
    }
    .contacts__data {
        flex-direction: column;
        gap: 20px;
    }

    .section-contacts {
        margin-top: 220px;
        padding-bottom: 60px;
    }

    .plane__data{
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 50px;
    }

    .section-planes-info {
        margin-top: 250px;
        padding-bottom: 60px;
    }

    .section-planes {
        padding-top: 40px;
    }

    .section-representation{
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .representation-content{
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 606px;
    }

    .check__title{
        font-size: 38px;
        color: #222222;
        font-weight: 700;
        margin-bottom: 45px;
    }

    .section-subtitle {
        font-size: 22px;
        font-weight: 600;
        color: #222222;
        margin-bottom: 30px;
    }

    .plane {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .section-contacts {
        margin-top: 60px;
        padding-bottom: 30px;
    }



    .section-representation{
        padding-top: 40px;
        padding-bottom: 80px;
    }



    
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }

    .check__title{
        font-size: 24px;
        color: #222222;
        font-weight: 700;
        margin-bottom: 20px; 
    }

    .section-title {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0%;
        position: relative;
    }

    .bold-text {
        font-size: 20px;
        font-weight: 600;
        color: #222222;
        margin-bottom: 15px;
    }

    .p-text {
        font-size: 16px;
        font-weight: 400;
        color: #555555;
    }

    .contacts__list-item {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .section-representation {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}