html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

.body {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    background: #FCFCFC;
}

.header {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.header__ip {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
.header__infos {
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.header__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__info-icon {
    width: 25px;
    height: 25px;
    margin-right: 13px;
}
.header__info-info {
    font-size: 20px;
    vertical-align: center;
    text-decoration: none;
    color: black;
}

.middle_block {
    height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}
.middle_block__text {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.middle_block__name {
    font-size: 55px;
    font-weight: 900;
}
.middle_block__props {
    font-size: 40px;
    font-weight: 700;
}
.middle_block__image {
    height: 400px;
}

.advantages_title {
    font-size: 35px;
    font-weight: 900;
}
.advantages_list {
    margin-top: 40px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}
.advantages_list__item {
    display: flex;
    align-items: center;
    width: 70%;
}
.advantages_list__image {
    height: 50px;
    margin-right: 30px;
}
.advantages_list__title {
    font-size: 25px;
    font-weight: 700;
    width: 100%;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_year {
    font-size: 25px;
    font-weight: 700;
    color: rgba(1, 0, 0, 1);
    opacity: 0.7;
    margin-top: 100px;
    margin-bottom: 50px;
}

@media screen  and (max-width: 1300px) {
    body {
        width: 800px;
    }

    .header__ip {
        font-size: 20px;
    }

    .header__infos {
        width: 350px;
    }

    .header__info-info {
        font-size: 20px;
    }

    .middle_block__name {
        font-size: 35px;
    }

    .middle_block__image {
        height: 250px;
    }

    .middle_block__props {
        font-size: 30px;
    }

    .middle_block__text {
        height: 35%;
    }

    .advantages_title {
        font-size: 25px;
    }

    .advantages_list__title {
        font-size: 18px;
    }

    .footer_year {
        font-size: 20px;
    }
}

@media screen  and (max-width: 850px) {
    body {
        width: 600px;
    }

    .header__ip {
        font-size: 15px;
    }

    .header__infos {
        width: 300px;
    }

    .header__info-info {
        font-size: 15px;
    }

    .middle_block__name {
        font-size: 30px;
    }

    .middle_block__image {
        height: 200px;
    }

    .middle_block__props {
        font-size: 25px;
    }

    .advantages_title {
        font-size: 25px;
    }

    .advantages_list__title {
        font-size: 18px;
    }

    .footer_year {
        font-size: 20px;
    }
}


@media screen  and (max-width: 650px) {
    body {
        width: 400px;
    }

    .header__ip {
        font-size: 15px;
    }

    .header__infos {
        width: 300px;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-around;
    }

    .header__info-info {
        font-size: 15px;
    }

    .middle_block {
        display: flex;
        flex-direction: column;
        height: 350px;
    }

    .middle_block__name {
        font-size: 30px;
        text-align: center;
    }

    .middle_block__text {
        height: 120px;
    }

    .middle_block__image {
        height: 200px;
    }

    .middle_block__props {
        font-size: 25px;
        text-align: center;
    }

    .advantages {
        margin-top: 50px;
    }

    .advantages_title {
        font-size: 25px;
        text-align: center;
    }

    .advantages_list__title {
        font-size: 18px;
    }

    .footer_year {
        font-size: 20px;
    }
}

@media screen  and (max-width: 450px) {
    body {
        width: 300px;
    }

    .header {
        flex-direction: column;
        align-items: center;
    }

    .header__ip {
        font-size: 15px;
        width: 300px;
        text-align: center;
    }

    .header__infos {
        width: 200px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;

    }

    .header__info {
        margin-top: 20px;
    }

    .header__info-info {
        font-size: 20px;
    }

    .middle_block {
        display: flex;
        flex-direction: column;
        height: 350px;
    }

    .middle_block__name {
        font-size: 25px;
        text-align: center;
    }

    .middle_block__text {
        height: 120px;
    }

    .middle_block__image {
        height: 200px;
    }

    .middle_block__props {
        font-size: 25px;
        text-align: center;
    }

    .advantages {
        margin-top: 50px;
    }

    .advantages_list {
        grid-template-columns: 1fr;
    }

    .advantages_list__item {
        width: 100%;
    }

    .advantages_title {
        font-size: 25px;
        text-align: center;
    }

    .advantages_list__title {
        font-size: 18px;
    }

    .footer_year {
        font-size: 20px;
    }
}