:root {
    --clr-black: #3d3d3d;
    --clr-black-2: #555655;
    --clr-white: #fff;
    --clr-grey-1: #f8f8f8;
    --clr-grey-2: #d9d9d9;
    --clr-grey-3: #8C8C8C;
    --clr-grey-4: #ABA8A8;
    --clr-red: #A70A0A;
    --clr-yellow: #E2B100;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--clr-black);
    font-size: 18px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100vh;
    overflow-x: hidden;
    letter-spacing: 2px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--clr-black);
    display: block;
}


.flex-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-start-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-end-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.flex-space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

span {
    color: var(--clr-grey-4);
}

.svyaz,
.hum-menu {
    display: none;
}

.line-menu {
    width: 40px;
    background: var(--clr-black);
    height: 2px;
    margin: 5px 0;
    cursor: pointer;
}

/*MENU*/
nav {
    width: 100%;
    box-shadow: 0px 3px 10px 3px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 3px 10px 3px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 3px 10px 3px rgb(0 0 0 / 5%);
}

.menu-wrap {
    padding: 10px 0px;

}

.circle {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-right: 5px;
}

.circle-red {
    background: var(--clr-red);
}

.circle-yellow {
    background: var(--clr-yellow);
}

.circle-grey {
    background: var(--clr-grey-4);
}

.menu-wrap p,
.menu-wrap h1 {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
}

a.logo-name {
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 600;
}

.logo {
    padding-right: 30px;
    border-right: 1px solid var(--clr-grey-4);
}

.location {
    padding-left: 30px;
}

.schedule {
    margin-right: 50px;
}

.phone {
    text-align: right;
}

.phone a {
    font-size: 20px;
    color: var(--clr-red);
    font-weight: 600;
}


.menu-mobile-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--clr-black);
    padding: 0px 20px;
    display: none;
}

.menu-mobile-wrap .logo-name {
    color: var(--clr-grey-2);
}

.big-line {
    width: 100%;
    height: 0.5px;
    margin: 10px 0 20px 0;
    background: var(--clr-grey-2);
}

.close {
    font-size: 35px;
    color: var(--clr-grey-2);
}

.menu-mobile-wrap a {
    color: var(--clr-grey-2);
    font-size: 20px;
    margin: 10px 0;
}

/*HEADER*/


.bg {
    position: absolute;
    font-size: 257px;
    font-weight: 600;
    letter-spacing: 40px;
    opacity: 60%;
    color: var(--clr-white);
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    z-index: -1;
}



.main {
    width: 100%;
    position: relative;
}

.main-header {
    padding: 135px 0px 100px 0;
    width: 50%;
}

.line-red {
    width: 155px;
    height: 4px;
    background: var(--clr-red);
    margin: 5px 0 10px 0;
}

h3 {
    font-size: 35px;
    letter-spacing: 3px;
}

h2 {
    font-size: 55px;
    letter-spacing: 7px;
    margin-bottom: 50px;
}

.main p {
    font-size: 22px;
}

.span-1 {
    font-size: 40px;
    color: var(--clr-red);
    font-weight: 600;
}

.options {
    padding: 30px 50px;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 0 30px 2px rgba(0 0 0/5%) inset;
}

.options p:first-child {
    border-right: 1px solid var(--clr-grey-4);
    padding-right: 30px;
}

.options p:last-child {
    padding-left: 30px;
}

.options p {
    font-size: 20px;
}

.main-image {
    width: 50%;
    position: relative;
}

.main-image img {
    width: 100%;
    display: block;
    margin-top: 70px;
    z-index: -1;
}

.main-header-title {
    padding: 0 20px 0px 50px;
}

.bg-2 {
    width: 50%;
    position: absolute;
    top: 80px;
    right: 20px;
}

.bg-3 {
    width: 50%;
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.bg-2 p,
.bg-3 p {
    font-size: 14px;
    text-align: right;
}

.line-small {
    width: 20%;
    height: 1.5px;
    background: var(--clr-red);
    margin: 10px 0;
    margin-left: auto;
}

/*TRUCKS*/


section h2 {
    font-size: 32px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 20px;
}

section h3 {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}

.trucks-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.truck {
    border-radius: 10px;
    box-shadow: 0px 3px 10px 3px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 3px 10px 3px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 3px 10px 3px rgb(0 0 0 / 5%);
    padding-bottom: 30px;
}

.truck img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 15px;
}

.line-center {
    margin: 10px auto 20px auto;
    width: 40%;
    height: 2px;
    background: var(--clr-red);
}

h4 {
    text-align: center;
}

.truck-description {
    padding: 0 20px;
}

.truck-description .flex-space-between {
    margin: 10px 0;
}

/*LID*/
.lid {
    padding: 50px;
    background: #EE4F46;
    margin: 50px 0 100px 0;
    color: var(--clr-white);
}

.lid-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 15px;
    background: var(--clr-grey-1);
    box-shadow: 0px 0px 10px rgba(0 0 0 / 70%) inset;
}

.lid img {
    width: 100%;
    border-radius: 50%;
    display: block;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 7%);
}

.lid-text {
    padding: 0 50px;
}

.lid-text h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.person {
    padding-right: 50px;
    border-right: 1px solid var(--clr-white);
}

.person p:first-child {
    margin-bottom: 10px;
}

.lid-contacts {
    padding-left: 50px;
}

.lid-contacts p {
    margin-bottom: 10px;
}

.lid-contacts a {
    font-size: 20px;
    color: var(--clr-white);
}

/*TASK*/
.tasks-wrap {
    padding: 30px 0 0 0;
}

.task {
    background: var(--clr-grey-1);
    border-radius: 15px;
    padding: 0 30px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.plus {
    font-size: 60px;
    color: #EE4F46;
    margin-right: 10px;
}

.task p:first-child {
    margin-top: -5px;
}

/*WORK*/
.work-wrap {
    padding: 50px 0;
}

.work-wrap h2 {
    margin-bottom: 50px;
}

.work-grid {
    display: grid;
    grid-template-rows: repeat(3, 185px);
    grid-template-columns: 22% 22% 22% 14% 14%;
    gap: 15px 1.5%;
}

.work-grid>div {
    border-radius: 10px;
}


.div1 {
    grid-area: 1 / 1 / 2 / 2;
    background: url(./img/8.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
    background: url(./img/9.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.div3 {
    grid-area: 1 / 3 / 2 / 4;
    background: url(./img/13.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.div4 {
    grid-area: 1 / 4 / 4 / 6;
    background: url(./img/16.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.div5 {
    grid-area: 2 / 1 / 4 / 2;
    background: url(./img/14.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.div6 {
    grid-area: 2 / 2 / 4 / 3;
    background: url(./img/15.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.div7 {
    grid-area: 2 / 3 / 3 / 4;
    background: url(./img/7.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.div8 {
    grid-area: 3 / 3 / 4 / 4;
    background: url(./img/11.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.seo {
    margin-bottom: 50px;
}

.seo p {
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.seo h2 {
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
}

/*DOP BLOCK*/
.dop-wrap {
    padding: 50px 0;
}


.dop-wrap img {
    width: 30%;
    margin: 0 30px 0px 0;
    border-radius: 20px;
}

.dop-wrap p,
.dop-wrap a {
    letter-spacing: 1.5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.dop-wrap h1 {
    font-size: 24px;
    margin-top: 20px;
}

.dop-wrap ul {
    margin: 20px 0;
}

.dop-wrap li {
    margin: 1px 0;
    display: block;
}

.line-red-dop {
    width: 80px;
    height: 3px;
    background: var(--clr-red);
    margin: 10px 0;
}

.dop-wrap-contact a,
.dop-wrap-contact p {
    margin: 20px 0;
}



/*FOOTER*/
footer {
    background: var(--clr-black-2);
    padding: 50px 0;
    color: var(--clr-white);
}

footer a,
footer p {
    color: var(--clr-grey-2);
    margin: 5px 0;
}

.footer-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;

}

.footer-logo .logo-name {
    font-size: 24px;
    letter-spacing: 4px;
}

.footer-descr h2 {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: right;
}

.footer-social {
    padding-right: 30px;
    border-right: 1px solid var(--clr-grey-2);
}

.footer-contacts {
    padding-left: 30px;
}

footer .footer-phone {
    color: var(--clr-yellow);
    font-size: 22px;
    font-weight: 500;
}

.footer-nav {
    margin-top: 30px;
}

.footer-nav a {
    margin-left: 30px;
    color: var(--clr-white);
}

footer a:hover {
    color: var(--clr-yellow);
}

nav a:hover {
    color: var(--clr-red);
}

.footer-bottom-nav {
    text-align: right;
    margin-top: 20px;
}

.footer-bottom-nav a,
.footer-bottom-nav p {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.3;
    margin-left: 10px;
}

@media screen and (max-width: 1279px) {
    .container {
        max-width: 1024px;
        padding: 0 20px;
    }

    .main-header {
        padding-top: 90px;
        padding-bottom: 0;
    }

    .main {
        margin-bottom: 70px;
    }

    .bg {
        font-size: 200px;
    }

    .bg-2 {
        top: 30px;
        width: 58%;
    }

    .bg-3 {
        width: 58%;
        bottom: 5px;
    }

    .main-image img {
        margin-top: 40px;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 30px;
    }

    .line-red {
        width: 135px;
    }

    .main p {
        font-size: 20px;
    }

    .bg-2 p,
    .bg-3 p {
        font-size: 14px;
    }

    .span-1 {
        font-size: 30px;
    }

    .options {
        padding: 20px 30px;
    }

    .options p {
        font-size: 18px;
    }

    section h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    section h3 {
        font-size: 20px;
    }

    .trucks-wrap {
        width: 100%;
    }

    section p {
        letter-spacing: 1px;
        font-size: 17px;
    }

    .lid-text h2 {
        font-size: 26px;
    }

    .lid {
        margin: 30px 0 80px 0;
    }

    .work-grid {
        grid-template-rows: repeat(3, 150px);
    }

    .task {
        padding: 0 20px;
    }

    .footer-descr h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        max-width: 960px;
    }

    .circle {
        width: 13px;
        height: 13px;
    }

    a.logo-name {
        font-size: 18px;
    }

    .logo {
        padding-right: 20px;
    }

    .location {
        padding-left: 20px;
    }

    .menu-wrap p,
    .menu-wrap h1 {
        font-size: 15px;
    }

    .phone a {
        font-size: 18px;
    }

    h2 {
        font-size: 35px;
        margin-bottom: 40px;
    }

    h3 {
        font-size: 25px;
    }

    .line-red {
        width: 118px;
        height: 3px;
    }

    .options {
        margin-top: 40px;
    }

    .main p {
        font-size: 18px;
    }

    .bg-2 p,
    .bg-3 p {
        font-size: 14px;
    }

    .span-1 {
        font-size: 25px;
    }

    .main-image img {
        margin-top: 20px;
    }

    .options p {
        font-size: 16px;
    }

    section h2 {
        font-size: 22px;
    }

    .trucks-wrap {
        gap: 20px;
        padding: 40px 0;
    }

    .lid-text {
        padding: 0 0px 0 40px;
    }

    .lid-text h2 {
        margin-bottom: 30px;
    }

    .lid-circle {
        width: 180px;
        height: 180px;
    }

    .work-wrap h2 {
        margin-bottom: 30px;
    }

    .task {
        margin-right: 10px;
        margin-bottom: 20px;
        padding: 0 20px;

    }

    .lid {
        margin-bottom: 60px;
    }

    .plus {
        font-size: 55px;
    }

    .footer-descr h2 {
        font-size: 24px;
    }

    footer p,
    footer a {
        font-size: 16px;
    }

    footer .footer-phone {
        font-size: 20px;
    }

    .footer-nav a {
        margin-left: 20px;
    }

    footer {
        padding: 40px 0;
    }

    .dop-wrap h1 {
        margin-top: 0;
    }
}

@media screen and (max-width: 959px) {
    .container {
        max-width: 840px;
    }

    .main-header-title {
        padding-left: 20px;
    }

    .main p {
        font-size: 17px;
    }

    .main-header {
        padding: 60px 0 0px 0;
    }

    .options {
        box-shadow: none;
        padding: 0;
        margin-left: 20px;
        margin-top: 30px;
    }

    h2 {
        margin-bottom: 30px;
    }

    .options p {
        font-size: 15px;
    }

    .bg-2,
    .bg-3 {
        display: none;
    }

    .main {
        margin-bottom: 50px;
    }

    section p {
        letter-spacing: 0;
        font-size: 15px;
    }

    .trucks-wrap {
        gap: 20px 15px;
        padding: 30px 0;
    }

    .lid {
        padding: 50px 30px;
        margin-bottom: 50px;
    }

    .lid-text h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .lid-circle {
        width: 150px;
        height: 150px;
        padding: 10px;
    }

    .person p:first-child {
        margin-bottom: 5px;
    }

    .lid-contacts a {
        font-size: 18px;
    }

    .task {
        padding: 0 20px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .tasks-wrap p.plus {
        font-size: 50px;
    }

    .work-grid {
        grid-template-rows: repeat(3, 120px);
    }

    h4 {
        font-size: 16px;
    }

    .footer-descr h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .footer-logo .logo-name {
        font-size: 20px;
    }

    footer p,
    footer a {
        font-size: 14px;
    }

    .footer-nav a {
        margin-left: 10px;
    }

    footer .footer-phone {
        font-size: 18px;
    }

    footer {
        padding: 30px 0;
    }

    .dop-wrap h1 {
        font-size: 20px;
    }

    .line-red-dop {
        width: 50px;
        height: 2px;
    }


}

@media screen and (max-width: 839px) {
    .container {
        max-width: 640px;
    }

    p {
        letter-spacing: 0;
    }

    h2 {
        letter-spacing: 2px;
    }

    .schedule {
        display: none;
    }

    .main-header-title {
        padding: 0;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    .line-red {
        width: 95px;
    }

    .main-header {
        padding-top: 40px;
    }

    .main h2 {
        margin-bottom: 20px;
    }

    .main p {
        font-size: 16px;
    }

    .options p {
        font-size: 15px;
    }

    .bg {
        font-size: 115px;
    }

    .span-1 {
        font-size: 20px;
    }

    .options p:first-child {
        padding-right: 20px;
    }

    .options p:last-child {
        padding-left: 20px;
    }

    .options {
        margin-left: 0;
    }

    section h3 {
        letter-spacing: 0;
    }

    section h2 {
        letter-spacing: 1px;
    }

    .truck img {
        margin-bottom: 10px;
    }

    .trucks-wrap {
        gap: 20px 10px;
    }

    .truck-description {
        padding: 0 10px;
    }

    h4 {
        font-size: 14px;
    }

    .lid {
        padding: 30px 0px;
    }

    .lid-text h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .person {
        padding-right: 25px;
    }

    .lid-contacts {
        padding-left: 25px;
    }

    .lid-circle {
        width: 130px;
        height: 130px;
        padding: 7px;
    }

    .lid-text {
        padding-left: 20px;
    }

    .lid-contacts a {
        font-size: 16px;
    }

    .tasks-wrap p.plus {
        display: none;
    }


    .tasks-wrap {
        padding-top: 20px;
    }

    .task {
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .task p {
        font-size: 14px;
    }

    .work-wrap {
        padding: 30px 0;
    }

    .div4 {
        display: none;
    }

    .work-grid {
        display: grid;
        grid-template-rows: repeat(3, 135px);
        grid-template-columns: repeat(3, 33%);
        gap: 15px 1.5%;
    }

    .work-wrap h2 {
        margin-bottom: 20px;
    }

    .footer-descr h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .footer-logo .logo-name {
        font-size: 15px;
    }

    .footer-nav a {
        margin-left: 10px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .lid {
        margin-top: 20px;
    }

    .seo {
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 639px) {
    .container {
        max-width: 410px;
        padding: 0 15px;
    }

    .phone {
        display: none;
    }

    a.logo-name {
        font-size: 16px;
    }

    h1,
    h2,
    h3,
    h4,
    .lid-text h2,
    p,
    a {
        letter-spacing: 0.5px;
    }


    .bg {
        display: none;
    }

    .main-image img {
        margin-top: 60px;
        width: 110%;
        margin-left: -10px;
    }

    .options {
        width: 200%;
    }

    .main-header {
        padding-top: 30px;
    }

    section h2,
    footer h2 {
        font-size: 18px;
    }

    section h3 {
        font-size: 17px;
    }

    .trucks-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .truck {
        padding-bottom: 20px;
    }

    .lid-text h2 {
        font-size: 18px;
    }

    .lid-circle {
        width: 100px;
        height: 100px;
        padding: 5px;
    }

    .lid-text .flex-start-center {
        display: block;
    }

    .person {
        padding-right: 0;
        border-right: none;
    }

    .lid-contacts {
        padding-left: 0;
        margin-top: 10px;
    }

    .lid-contacts p {
        display: none;
    }

    .person p:first-child {
        margin-bottom: 0;
    }

    .lid-container {
        align-items: flex-start;
    }

    .lid {
        margin-bottom: 40px;
    }

    .tasks-wrap {
        padding-top: 10px;
    }

    .tasks-wrap .flex-start-center {
        display: block;
    }

    .task {
        border-radius: 5px;
        text-align: center;
    }

    .work-grid {
        grid-template-rows: repeat(5, 135px);
        grid-template-columns: repeat(2, 50%);
    }

    .div3 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .div4 {
        display: block;
        grid-area: 2 / 2 / 4 / 3;
    }

    .div5 {
        grid-area: 3 / 1 / 5 / 2;
    }

    .div6 {
        grid-area: 4 / 2 / 6 / 3;
    }

    .div8 {
        grid-area: 5 / 1 / 6 / 2;
    }

    .div7 {
        display: none;
    }

    .footer-wrap {
        display: block;
    }

    .footer-descr {
        margin-top: -45px;
    }

    .footer-descr h2 {
        font-size: 17px;
    }

    .footer-social {
        padding-right: 20px;
    }

    .footer-contacts {
        padding-left: 20px;
    }

    footer .footer-phone {
        font-size: 17px;
    }

    .footer-nav {
        display: none;
    }

    .svyaz {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f8f8f8;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
        padding: 5px 0;
    }

    .svyaz-phone,
    .svyaz-whatsapp {
        width: 50%;
        padding: 7px 10px;
    }

    .svyaz-phone {
        border-right: 1px solid var(--clr-grey-4);
    }

    footer {
        padding-bottom: 80px;
    }

    .svyaz img {
        width: 25px;
    }

    .svyaz a {
        font-size: 15px;
        margin-left: 5px;
    }

    .hum-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .dop-wrap .flex-start-start {
        display: block;
    }

    .dop-wrap img {
        width: 70%;
        display: block;
        margin-bottom: 15px;
    }

    .dop-wrap {
        padding: 30px 0;
    }

}

@media screen and (max-width: 409px) {
    .container {
        max-width: 390px;
        padding: 0 10px;
    }

    section h2,
    footer h2 {
        font-size: 17px;
    }

    .main-header {
        padding-left: 10px;
    }

    .trucks-wrap {
        gap: 15px 10px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    .line-red {
        width: 80px;
    }

    footer .footer-phone {
        font-size: 16px;
    }


}

@media screen and (max-width: 389px) {
    .container {
        max-width: 380px;
    }

    footer .footer-phone {
        font-size: 14px;
    }

    .lid-text h2 {
        font-size: 17px;
    }
}

@media screen and (max-width: 379px) {
    .container {
        max-width: 375px;
    }

    .main-header {
        padding-left: 0;
    }

    .svyaz a {
        font-size: 14px;
    }
}

@media screen and (max-width: 374px) {
    .container {
        max-width: 360px;
    }

    a.logo-name {
        letter-spacing: 2px;
    }

    .logo {
        padding-right: 10px;
    }

    .location {
        padding-left: 10px;
    }

    .main p {
        font-size: 14px;
    }

    .trucks-wrap {
        grid-template-columns: 70%;
        justify-content: center;
    }

    .lid-text h2 {
        font-size: 16px;
    }

    .lid-text {
        padding-left: 10px;
    }

    .footer-social,
    .footer-contacts {
        display: none;
    }

    footer {
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 359px) {
    .container {
        max-width: 340px;
    }

    .lid-container {
        display: block;
        text-align: center;
    }

    .lid-circle {
        margin: 0 auto 20px auto;
    }

    .lid-text h2 {
        text-align: center;
    }

    .truck-description {
        padding: 0 15px;
    }

    h4 {
        font-size: 15px;
    }

}

@media screen and (max-width: 339px) {
    .container {
        max-width: 320px;
    }

    .main-image {
        display: none;
    }


    .main-header {
        width: 100%;
        padding: 40px 10px 0 0px;
    }

    .options {
        width: 100%;
    }

    .trucks-wrap {
        grid-template-columns: 85%;
    }

    a.logo-name,
    .menu-wrap h1 {
        font-size: 14px;
    }

    .circle {
        width: 10px;
        height: 10px;
    }

    .line-menu {
        width: 30px;
        height: 1px;
        margin: 4px 0;
    }

    .lid {
        margin-top: 0;
        margin-bottom: 30px;
    }
}