body {
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.container {
    max-width: 780px;
    margin: 0 auto;
}
header {
    height: 55px;
    z-index: 9;
    position: relative;
}
header .logo {
    margin: 0 0 0 50px;
    width: 100px;
}
.first_screen {
    background: #0080ec;
    margin: -21px 0 0 0;
    height: 416px;
    z-index: 5;
    position: relative;
}
.first_screen .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.first_screen .flex p {
    color: #fff;
    font-weight: 700;
    font-size: 120px;
    font-style: italic;
    margin: 82px 0 0 0;
}
.first_screen .flex ul {
    list-style: none;
    margin: 100px 0 0 60px;
    padding: 0;
    font-size: 26px;
    color: #fff;
}
.first_screen .flex ul li {
    display: flex;
}
.first_screen .flex ul img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin: 0px 10px 0 0;
}
.first_screen .cat_block {
    display: flex;
    justify-content: center;
}
.first_screen .cat_block img {
    margin: 40px 0 0 0;
    position: relative;
    left: 150px;
    width: 260px;
}
.first_screen .cat_block p {
    position: relative;
    color: #fff;
    font-size: 32px;
    right: -139px;
    font-style: italic;
    top: 40px;
    text-align: center;
}
.second_block {
    background: #f6f6f6;
    /*top: -224px;*/
    margin-top: -224px;
    padding-top: 114px;
    position: relative;
    z-index: 1;
}
.second_block .title_text {
    color: #cbcbcb;
    font-size: 68px;
    font-weight: 700;
    text-align: center;
    margin: 190px 0 0 0;
}
.second_block .flex {
    display: flex;
    margin: 45px 0 0 0;
    justify-content: center;
}
.second_block .flex .item {
    width: 48%;
}
.second_block .flex .item.left {
    margin-right: 30px;
}
.second_block .flex .item .title {
    font-size: 25px;
    font-weight: 700;
    color: #c61d03;
}
.second_block .flex .item.left .title {
    color: #0080ec;
}
.second_block .flex .item .box {
    background: #fff;
    margin-top: 30px;
    padding: 0 0 30px 0;
}

.second_block .flex .item .box .blue {
    height: 20px;
    display: block;
    width: 90%;
    background: #0080ec;
    margin: 0 auto 0 auto;
    position: relative;
    top: -9px;
}
.second_block .flex .item .box .red {
    height: 20px;
    display: block;
    width: 90%;
    background: #c61d03;
    margin: 0 auto 0 auto;
    position: relative;
    top: -9px;
}
.second_block .flex .item .box .title {
    color: #000;
    font-weight: 700;
    padding: 5px 0 20px 30px;
    display: flex;
    align-items: center;
}
.second_block .flex .item .box .title span {
    color: #fff;
    background: #0080ec;
    font-weight: 100;
    display: block;
    margin: 0 0 0 10px;
    padding: 0 15px;
}
.second_block .flex .item .box .title img {
    margin: 0 5px;
    width: 40px;
}
.second_block .flex .item.left .box .title {
    padding: 5px 0 20px 30px;
}
.second_block .flex .item .box p {
    padding: 0 30px 15px 30px;
    font-size: 19px;
    margin: 0;
}
.second_block .flex .item .box p span {
    display: block;
    color: #c61d03;
}
.second_block .flex .item.left .box p span {
    color: #0080ec;
}
.second_block .flex .item img {
    width: 100%;
}
.second_block .flex .item .link {
    text-align: center;
    margin: 30px 0 30px 0;
}
.second_block .flex .item .link a {
    display: inline-block;
    background: #c61d03;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 6px 10px 9px 10px;
}
.second_block .flex .item.left .link {
    margin: 30px 0 30px 0;
}
.second_block .flex .item.left .link a{
    background: #0080ec;
}
.second_block .flex .item .link span {

}

.brands_block .title_text {
    color: #cbcbcb;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 25px 0 0 0;
    font-style: italic;
}
.brands_block .items {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.brands_block .items a {

}
.brands_block .items img {
    height: 200px;
    object-fit: contain;
    width: 96%;
}
.second_block .flex .item.left img {
    margin-top: -13px;
}
.brands_block .info_text {
    color: #cbcbcb;
    font-size: 20px;
    text-align: center;
    margin: 20px 0 0 0;
    font-style: italic;
}
.brands_block .info_text a {
    color: #0080ec;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    height: 90px;
    color: #fff;
    background: #c61d03;
    font-size: 20px;
    font-weight: 100;
}
footer .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 0;
    font-weight: 600;
}
footer img {
    margin: 0 5px 0 0;
}
.second_block .mobile {
    display: none;
}

@media (max-width: 1100px) {
    .container {
        max-width: 780px;
    }
    .first_screen {
        height: 540px;
    }
    .first_screen .cat_block {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .first_screen .cat_block img {
        margin: 20px 0 0 0;
        position: relative;
        left: auto;
        order: 1;
    }
    .first_screen .cat_block p {
        right: auto;
        top: auto;
        order: 0;
    }

}
@media (max-width: 900px) {
    .container {
        max-width: 760px;
    }
    .first_screen {
        height: 465px;
    }
    .first_screen .flex {
        padding: 85px 0 0 0;
    }
    .first_screen .flex p {
        font-size: 90px;
        margin: -20px 0 0 -45px;
    }
    .first_screen .flex ul {
        margin: 0 0 0 30px;
        font-size: 24px;
    }
    .first_screen .flex ul img {
        width: 24px;
        height: 32px;
        margin: 0 8px 0 0;
    }
    .first_screen .cat_block p {
        font-size: 26px;
        margin: 15px 0 10px 0;
    }
    .first_screen .cat_block img {
        margin: 25px 0 0 0;
    }
    .second_block .title_text {
        font-size: 58px;
        margin: 200px 0 0 0;
    }
    .second_block .flex {
        flex-direction: column;
        align-items: center;
    }
    .second_block .flex .item.left {
        margin-right: 0;
    }
    .second_block .mobile {
        display: block;
        color: #cbcbcb;
        font-size: 78px;
        font-weight: 700;
        text-align: center;
        margin: 15px 0;
        font-style: italic;
    }
    .second_block .flex .item {
        width: 90%;
    }
    .brands_block .items a {
        width: 45%;
    }
    .brands_block .items a:nth-child(3) {
        display: none;
    }
    .brands_block .info_text {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 400px;
    }
    header .logo {
        width: 100px;
    }
    .first_screen {
        height: 457px;
    }
    .first_screen .flex {
        padding: 85px 0 0 0;
    }
    .first_screen .flex p {
        font-size: 90px;
        margin: -20px 0 0 0;
    }
    .first_screen .flex ul {
        margin: 0 0 0 20px;
        font-size: 22px;
    }
    .first_screen .flex ul img {
        width: 22px;
        height: 30px;
        margin: 0 8px 0 0;
    }
    .first_screen .cat_block p {
        font-size: 26px;
        margin: 15px 0;
    }
    .first_screen .cat_block img {
        margin: 25px 0 0 0;
        width: 250px;
    }
    .second_block .title_text {
        font-size: 42px;
        margin: 180px 0 0 0;
        text-align: left;
    }
    .second_block .flex .item.left .box .title {
        padding: 5px 0 30px 15px;
    }
    .second_block .flex .item .box .title {
        padding: 5px 0 30px 15px;
        font-size: 26px;
    }
    .second_block .flex .item .box p {
        padding: 0 30px 20px 30px;
        font-size: 22px;
    }
    .brands_block .title_text {
        font-size: 28px;
    }
    .brands_block .items {
        margin-top: 20px;
    }
    .brands_block .items img {
        height: 170px;
    }
    .brands_block .info_text {
        font-size: 22px;
    }
    footer {
        margin: 65px 0 0 0;
        height: 70px;
        font-size: 13px;
    }
}
@media (max-width: 424px) {
    .container {
        max-width: 100%;
        padding: 0 5px
    }
    .first_screen .flex {
        padding: 85px 0 0 0;
        flex-direction: column;
    }
    .first_screen .flex p {
        font-size: 100px;
        margin: 0;
    }
    .first_screen .flex ul {
        margin: 0;
        font-size: 25px;
    }
    .first_screen .cat_block p {
        font-size: 26px;
        margin: 45px 0 0 0;
    }
    .first_screen .cat_block img {
        margin: 25px 0 0 0;
        width: 175px;
    }
    .first_screen {
        height: 560px;
    }
    .second_block .title_text {
        font-size: 25px;
        margin: 165px 0 0 0;
    }
    .second_block .flex {
        margin: 20px 0 0 0;
    }
    .second_block .flex .item .title {
        font-size: 20px;
    }
    .second_block .flex .item .box .title {
        padding: 5px 0 30px 15px;
        font-size: 19px;
    }
    .second_block .flex .item .box .title img {
        width: 25px;
    }
    .second_block .mobile {
        font-size: 45px;
    }
    .brands_block .title_text {
        font-size: 20px;
    }
    .brands_block .info_text {
        font-size: 18px;
    }
    footer {
        height: 100px;
        font-size: 13px;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .brands_block .items {
        margin-top: 20px;
        flex-direction: column;
    }
    .brands_block .items a {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .brands_block .items img {
        height: auto;
    }
}