html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
img {
    display: block;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}
.container {
    max-width: 1110px;
    margin: 0 auto;
}
/* Стили для текста */
:root {
    --accent-color: #F7654A;
    --dark-color: #404149;
    --gray-color: #999999;
    --white-color: #fff;
    --background-color: #e5e5e5;
}
.text-h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
}
.text-h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 24px;
}
.text-h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 21px;
}
.text-p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
.text-p-reviews{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
}
/* 
font-family: "Open Sans", sans-serif;
font-family: "Oswald", sans-serif;
*/
.header {
    min-height: 740px;
    background-image: url(../img/first_screen_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.header__title {
    padding-top: 20px;
    margin-bottom: 112px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.logo {
    width: 60px;
    height: 60px;
}
.burger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0;
    background-color: var(--accent-color);
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.burger__line {
    display: block;
    width: 21px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 4px;
}
.burger__line:last-child {
    margin-bottom: 0;
}
.h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    max-width: 734px;
    margin: 0 auto 17px;
    color: var(--white-color);
}
.h4 {
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    max-width: 734px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
}
.about__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-items: center;
}
.about__grid-item {
    text-align: center;
    width: 190px;
}
.about__h4 {
    color: var(--accent-color);
    font-size: 72px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.about__h5 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}
.about__p {
    color: var(--gray-color);
    font-size: 18px;
    font-weight: 500;
}
.about {
    padding-top: 250px;
    min-height: 1080;
    position: relative;
    margin-bottom: 150px;
}
.info {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1110px;
    width: 100%;
    min-height: 300px;
    background-color: #f7f7f7;
    padding: 57px 130px;
}

@media screen and (max-width: 1280px) {
    .about__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .info {
        position: relative;
        padding: 30px 0;
    }
    .about__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}

.project-h2 {
    text-align: center;
    margin-bottom: 50px;
}
.about__flex {
    display: flex;
}
.about__flex-item {
    max-width: 350px;
    margin-right: 30px;
}
.about__flex-item:last-child {
    margin-right: 0;
}
.project-img {
    margin-bottom: 45px;
}
.rectangle {
    width: 56px;
    height: 6px;
    background-color: var(--accent-color);
    margin-bottom: 15px;
}
.project-h3 {
    color: var(--dark-color);
    margin-bottom: 11px;
}
.project-p {
    color: var(--gray-color);
}

@media screen and (max-width: 1280px) {
    .about {
        padding: 450px 15px 110px 15px;
    }
}
@media screen and (max-width: 768px) {
    .about {
        padding-top: 150px;
        padding-bottom: 80px;
    }
    .about__flex {
        flex-direction: column;
        align-items: center;
    }
    .about__flex-item {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .about__flex-item:last-child {
        margin-bottom: 0;
    }
}
.request {
    background-color: var(--accent-color);
    padding-top: 30px;
    padding-bottom: 40px;
}
.request_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.request_flex-left {
    color: var(--white-color);
}
.request_flex-right {
}
.request_h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 71px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
.request_h5 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.request_btn {
    margin-top: 20px;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 14px 30px;
}
.request_icon {
    margin-right: 15px;
}
@media screen and (max-width: 1280px) {
    .request {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 768px) {
    .request_flex {
        flex-wrap: wrap;
    }
}
.services {
    padding: 150px 0;
}
.section-h2, .services_h4 {
    color: #000;
    text-align: center;
}
.section-h2 {
    margin-bottom: 55px;
}
.services_h4 {
    margin: 0 auto;
    min-width: 172px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.services_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
}
.services_grid-item {
    padding: 59px 0;
    background-color: #f7f7f7;
    width: 350px;
}
.services_icon{
    margin: 0 auto 21px;

}
@media screen and (max-width: 1280px) {
    .services {
        padding-left: 15px;
        padding-right: 15px;
    }
    .services_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    }
    .services_grid-item {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .services_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.portfolio {
}
.portfolio_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 0;
}
.portfolio_grid-item {
}
.portfolio_img {
    
}
@media screen and (max-width: 1280px) {
    .portfolio_grid {
    grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .portfolio_grid {
    grid-template-columns: repeat(1, 1fr);
    }
}
.question {
    padding-top: 150px;
    padding-bottom: 150px;
}
.question .section-h2 {
    margin-bottom: 50px;
}
.question_items {

}
.question_item {
}
.question_h3 {
    text-transform: uppercase;
    color: var(--accent-color);
    margin-bottom: 30px;
}
.question_p {
    margin-bottom: 40px;
    color: var(--gray-color);
    max-width: 730px;
}
.partners {
    width: 100%;
    background-color: var(--dark-color);
}
.partners_h2 {
    color: var(--white-color);
    text-transform: uppercase;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.partners_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partners_item {
    padding-bottom: 100px;
}
.reviews {
    padding: 150px 0;
}
.reviews_h2 {
    text-align: center;
    margin-bottom: 60px;
}
.reviews_grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.reviews_grid-item {

}
.reviews_card {
    background-color: #f7f7f7;
    padding: 30px;
    margin-bottom: 30px;
    color: var(--gray-color);
}
.reviews_qoutes {
    font-size: 96px;
    color: var(--accent-color);
    line-height: 1;
    margin-bottom: -40px;
}
.reviews_author-accent {
    color: var(--accent-color);
}
.contacts {
    padding: 100px 0 150px;
}
.contacts_h2 {
    text-align: center;
    margin-bottom: 60px;
}
.contacts_grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.contacts_item {
    min-width: 255px;
    text-align: center;
}
.contacts_icon {
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
}
.contacts_h3 {
    text-transform: uppercase;
}
.contacts_h3-gray {
    color: var(--gray-color);
    margin-bottom: 18px;
}
.contacts_h3-accent {
    color: var(--accent-color);
}
footer {
    padding: 30px 0;
    background-color: var(--dark-color);
    color: var(--white-color);
}
.footer_flex {
    display: flex;
    justify-content: space-between;
}
.footer_cop {
}
.footer_brand {
}

