a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    border: none;
    outline: 0;
    padding: 0
}

a {
    text-decoration: none
}

a:focus {
    outline: 0;
    border: none
}

@font-face {
    font-family: Raleway-black;
    src: url(../fonts/Raleway-Black.ttf);
}

@font-face {
    font-family: Raleway-bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-semiBold;
    src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Raleway-medium;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-regular;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

body {
    font-family: Raleway-regular;
    font-size: 18px;
    line-height: 30px;
    color: #626666;
    background: #f4f4f4;
}

.headerDesctope {
    background-color: #5c3f2d;
    background-image: url(../images/mainBackground.png);
    width: 100%;
    height: 920px;
    background-position: center;
}

.headerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1290px;
    padding: 28px 0 0;
    margin: 0 auto;
}

.headerTopLeft {
    display: flex;
}

.headerTopLeftItem {
    display: flex;
    align-items: center;
    margin-left: 38px;
}

.headerTopLeftLinks {
    display: flex;
}

.headerTopLeftLinks img {
    margin-left: 10px;
}

.headerTopLeftItemIcon {
    margin-right: 16px;
}

.headerLinkContact {
    font-family: Roboto-bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #69a042;
}

.headerLinkTitle {
    margin-bottom: 10px;
    font-family: Raleway-regular;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

.bannerCenter {
    width: 1290px;
    margin: 0 auto 90px;
}

.bannerMailnTitle {
    margin: 190px 0 0 0;
    font-family: Raleway-black;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.bannerMailnTitle_2 {
    margin: 0 0 25px;
    font-family: Raleway-black;
    font-size: 42px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.bannerMailnPostTitle {
    font-family: Roboto-Light;
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #eeeeee;
}

.bannerButtons {
    display: flex;
    justify-content: center;
    width: 1290px;
    margin: 0 auto;
}

.bannerButtons a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    border-radius: 30px;
    /* width: 360px; */
    min-height: 60px;
    text-align: center;
    transition: 0.15s;
    cursor: pointer;
}

.bannerButtons a p {
    padding: 20px 60px;
    font-family: Raleway-bold;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.requestPrise {
    background: #69a042;
}

.requestPrise:hover {
    background: #8ac44b;
}

.getCatalog {
    background: #f57c1f;
}

.getCatalog:hover {
    background: #f8981d;
}

.container {
    width: 1290px;
    padding: 80px 0;
    margin: 0 auto;
}

.title {
    margin: 0 0 40px;
    font-family: Raleway-black;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #443e3e;
}

.ourAdvanteges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 85px;
    row-gap: 28px;
    margin: 0 0 88px;
}

.ourAdvantegesItem {
    display: flex;
    align-items: center;
}

.ourAdvantegesItem img {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
}

.ourAdvantegesItem p {
    max-width: 303px;
    font-family: Raleway-regular;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #626666;
}

.freeDelivery {
    position: relative;
    padding: 60px;
    width: 970px;
    margin: 160px auto 110px;
    box-sizing: border-box;
    border-radius: 60px;
    background: #fbfbfb;
    z-index: 1;
}

.trukContainer {
    position: absolute;
    width: calc(100% - 120px);
    top: 50px;
    text-align: center;
    z-index: -1;
}

.freeDeliveryTitle {
    font-family: Raleway-black;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #69a042;
}

.freeDeliveryTitle_2 {
    margin: 0 0 27px;
    font-family: Raleway-black;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.02em;
    color: #443e3e;
}

.backgroundForfreeDelivery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fbfbfb;
    border-radius: 60px;
    z-index: -2;
}

.borderForfreeDelivery {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: 10px;
    left: 10px;
    box-sizing: border-box;
    background: #f4f4f400;
    border: 1px solid #ffffff;
    border-radius: 60px;
    z-index: -3;
}

.manWithBox {
    position: absolute;
    right: 0;
    bottom: -8px;
}

.standartButton {
    display: block;
    padding: 20px 34px;
    margin: 13px 0 0;
    width: fit-content;
    box-sizing: border-box;
    border-radius: 30px;
    background: #69a042;
    font-family: Raleway-bold;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    transition: 0.15s;
    cursor: pointer;
}

.standartButton:hover {
    background: #8ac44b;
}

.postFreeDelivery {
    position: absolute;
    bottom: -25px;
    font-family: Raleway-medium;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #8e8e8e;
}

.exampleOurWork {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.exampleOurWorkItem {
    border: 1px solid #efecec;
    box-sizing: border-box;
}

.exampleOurWorkItem img {
    display: block;
    width: 298px;
    height: 297px;
    object-fit: cover;
}

.exampleOurWorkItemDiscription {
    padding: 10px 16px;
}

.exampleOurWorkName {
    font-family: Roboto-Bold;
    font-size: 17.5455px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #3c3d3e;
}

.exampleOurWorkPrice {
    font-family: Roboto-Light;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #3c3d3e;
}

.exampleOurWorkLink {
    font-family: Roboto-Light;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-decoration: underline;
    color: #80b851;
}

.exampleOurWorkLink:hover {
    text-decoration: none;
}

.whyChooseUs {
    background: url(../images/background_2.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: fit-content;
}

.whyChooseUsContainer {
    padding: 88px 0;
    margin: 0 auto;
    width: 1170px;
}

.whyChooseUsContainerText h2 {
    margin: 0 0 40px;
    font-family: Raleway-black;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.whyChooseUsContainerText p {
    margin: 0 0 110px 0;
    font-family: Raleway-regular;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #d0d9de;
}

.whyChooseUsContainerText em {
    margin: 0 0 110px 0;
    font-family: Raleway-regular;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #d0d9de;
    color: #69a042;
}

.borderForwhyChooseUsContainer {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: 10px;
    left: 10px;
    box-sizing: border-box;
    background: #f4f4f400;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 60px;
    z-index: -3;
}

.whyChooseUsTitle {
    margin: 0 0 40px;
    font-family: Raleway-black;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.whyChooseUsBody {
    margin: 0 0 110px 0;
    font-family: Raleway-regular;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #d0d9de;
}

.whyChooseUsBody span {
    color: #69a042;
}

.whyChooseUsFormContainer {
    position: relative;
    padding: 55px 60px 55px 380px;
    background: #fbfbfb;
    border-radius: 60px;
    z-index: 1;
}

.whyChooseUsFormTitle {
    font-family: Raleway-black;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #69a042;
}

.whyChooseUsFormPostTitle {
    font-family: Raleway-black;
    font-size: 24px;
    line-height: 35px;
    text-transform: lowercase;
    color: #443e3e;
}

.orderPriceGirl {
    position: absolute;
    bottom: -1px;
    left: 20px;
}

.whyChooseUsForm {
    margin: 37px 0 0;
}

.whyChooseUsForm input {
    padding: 20px 33px;
    margin: 0 0 14px;
    min-width: 300px;
    border: 1px solid #80b851;
    box-sizing: border-box;
    border-radius: 30px;
}

.whyChooseUsForm input:focus {
    outline: none;
}

.whyChooseUsForm input.name {
    margin-right: 28px;
}

.whyChooseUsForm input.mail {
    min-width: 375px;
}

.whyChooseUsForm input::placeholder {
    font-family: Raleway-medium;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: rgba(75, 99, 103, 0.5);
}

.cellWithArrowIcon {
    position: absolute;
    top: 35px;
    right: 70px;
    z-index: -1;
}

.photoCompany {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 0 0 80px;
}

.photoCompany img {
    display: block;
    width: 410px;
    height: 273px;
    object-fit: cover;
}

.footerTopContainer {
    background: #242423;
    border-bottom: 1px solid #d0d9de20;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1290px;
    padding: 36px 0;
    margin: 0 auto;
}

.footerTopItem {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    min-width: 400px;
}

.footerLogo {
    width: 254px;
    height: 102px;
    margin: -12px 0 14px 0;
}

.footerTopItem .footerTopTitle {
    margin: 5px 0 24px;
    font-family: Raleway-bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #f4f4f4;
}

.footerBody {
    font-family: Raleway-regular;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #f4f4f4;
}

.footerTopItem p {
    font-family: Raleway-regular;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #f4f4f4;
}

.footerTopItem a.footerButton {
    font-family: Raleway-bold;
    font-size: 16px;
    line-height: 20px;
}

.footerTopItem a {
    width: fit-content;
    font-family: Raleway-regular;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #f4f4f4;
    transition: 0.15s;
}

.footerTopItem a:hover {
    color: #8ac44b;
}

.footerTopItem a:not(:last-child) {
    margin: 0 0 16px;
}

.footerTopItem .footerButton {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    width: 420px;
    padding: 20px 20px;
    min-height: 60px;
    box-sizing: border-box;
    transition: 0.15s;
    cursor: pointer;
    text-align: center;
    background: #f57c1f;
}

.footerTopItem .footerButton:hover {
    background: #f8981d;
    color: #ffffff;
}

.footerTopMiniBlock {
    margin: 0 0 16px;
}

.footerBottomContainer {
    padding: 21px 0 32px;
    background: #242423;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    width: 1290px;
    margin: 0 auto;
}

.footerBottom p {
    font-family: Raleway-regular;
    font-size: 16px;
    line-height: 20px;
    color: #f9f9f9;
}

.footerBottom a {
    font-family: Raleway-regular;
    font-size: 16px;
    line-height: 20px;
    color: #f9f9f9;
    text-decoration: underline;
}

.footerBottom a:hover {
    text-decoration: none;
}

.footerBlockWidthIconsContainer {
    margin: 15px 0;
}

.footerBlockWidthIcons {
    display: flex;
    margin: 0;
    font-family: Raleway-regular;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #f4f4f4;
}

.footerBlockWidthIcons span {
    color: #8ac44b;
    text-decoration: underline;
}

.footerBlockWidthIcons a {
    margin-left: 10px;
    color: #8ac44b;
    text-decoration: underline;
}

.footerBlockWidthIcons img {
    margin-left: 12px;
}

.footerTopItem .writeLetter {
    margin: 4px 0 0;
    font-family: Raleway-regular;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #69a042;
}

.showAllClothe {
    width: 100%;
    margin: 24px 0 0 0;
    text-align: end;
}

.showAllClothe a {
    font-family: Raleway-semibold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-decoration: underline;
    color: #81bb54;
}

.showAllClothe a:hover {
    text-decoration: none;
}

.requestPriseOnThanks {
    background: none;
    border: 2px solid #8ac44b;
}

.getCatalogOnThanks {
    background: none;
    border: 2px solid #f8981d;
}

@media (max-width: 1330px) {
    .headerTop,
    .bannerCenter,
    .container,
    .bannerButtons,
    .whyChooseUsContainer,
    .footerTop,
    .footerBottom {
        width: 1100px;
    }
    .exampleOurWork {
        grid-template-columns: repeat(3, 1fr);
    }
    .photoCompany {
        grid-template-columns: repeat(2, 1fr);
    }
    .photoCompany img {
        width: 100%;
    }
    .exampleOurWorkItem img {
        width: 100%;
    }
    .whyChooseUsForm input.name {
        width: 375px;
    }
    .footerTopItem:not(:last-child) {
        min-width: 200px;
    }
    .headerTopLeftItem {
        margin-left: 18px;
    }
    .headerLinkContact {
        font-size: 16px;
    }
}

@media (min-width: 1171px) {
    .deleteOnDesctope {
        display: none;
    }
}

@media (max-width: 1170px) {
    .deleteOnMobile,
    .orderPriceGirl {
        display: none;
    }
    .headerTop,
    .bannerCenter,
    .bannerButtons {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .container {
        width: 100%;
        padding: 35px 20px;
        box-sizing: border-box;
    }
    .headerDesctope {
        height: 780px;
    }
    .headerTop {
        flex-direction: column-reverse;
        justify-content: center;
        padding: 20px 0 0;
    }
    .headerTopLeft {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .headerTopLeftItem {
        margin: 0 0 6px 0;
    }
    .headerLinkContact {
        letter-spacing: 0;
    }
    .bannerMailnTitle {
        margin: 48px 0 0 0;
        font-size: 30px;
        line-height: 40px;
    }
    .bannerMailnTitle_2 {
        font-size: 24px;
        line-height: 35px;
    }
    .headerLogo {
        margin: 35px 0 0;
    }
    .bannerButtons {
        flex-direction: column;
    }
    .bannerButtons a {
        width: 100%;
        margin: 0 0 30px;
    }
    .bannerButtons a p {
        padding: 20px 40px;
    }
    .bannerMailnPostTitle {
        font-size: 16px;
        line-height: 19px;
    }
    .bannerCenter {
        margin: 0 auto 50px;
    }
    .ourAdvanteges {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .title {
        margin: 0 0 30px;
        font-size: 26px;
        line-height: 31px;
    }
    .freeDelivery {
        width: 100%;
        padding: 33px 10px;
        margin: 262px auto 110px;
        border-radius: 10px;
        z-index: inherit;
    }
    .manWithBox {
        top: -205px;
        right: 10px;
        width: 274px;
        z-index: -1;
    }
    .freeDeliveryTitle {
        padding: 0 15px;
        margin: 0 0 8px;
        font-size: 26px;
        line-height: 35px;
    }
    .freeDeliveryTitle_2 {
        padding: 0 15px;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .standartButton {
        padding: 20px 30px;
        width: 100%;
        text-align: center;
    }
    .postFreeDelivery {
        bottom: -42px;
    }
    .trukContainer {
        top: 30px;
        right: 5px;
        width: auto;
        z-index: 1;
    }
    .trukContainer img {
        width: 109px;
        height: 77px;
    }
    .exampleOurWork {
        grid-template-columns: repeat(2, 1fr);
    }
    .exampleOurWorkItem img {
        width: 100%;
    }
    .showAllClothe {
        text-align: center;
    }
    .whyChooseUs {
        height: 790px;
    }
    .whyChooseUsAddSpace {
        margin-bottom: 25px;
    }
    .whyChooseUsContainer {
        width: 100%;
        padding: 52px 20px 40px;
        box-sizing: border-box;
    }
    .whyChooseUsContainerText h2 {
        margin: 0 0 30px;
        font-size: 26px;
        line-height: 31px;
    }
    .whyChooseUsContainerText p {
        margin: 0 0 40px 0;
        font-size: 15px;
        line-height: 28px;
        text-align: start;
    }
    .whyChooseUsContainerText em {
        font-size: 15px;
        line-height: 28px;
    }
    .whyChooseUsTitle {
        margin: 0 0 30px;
        font-size: 26px;
        line-height: 31px;
    }
    .whyChooseUsBody {
        margin: 0 0 40px 0;
        font-size: 15px;
        line-height: 28px;
        text-align: start;
    }
    .whyChooseUsFormContainer {
        padding: 39px 10px;
        border-radius: 10px;
    }
    .whyChooseUsForm {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .whyChooseUsForm input {
        margin-bottom: 21px;
    }
    .whyChooseUsForm input.name {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0px;
    }
    .whyChooseUsForm input.mail {
        min-width: 100%;
        max-width: 100%;
    }
    .standartButton {
        margin: 13px 0 0;
    }
    .whyChooseUsFormTitle {
        margin: 0 0 0 11px;
        font-size: 26px;
        line-height: 35px;
    }
    .whyChooseUsFormPostTitle {
        margin: 0 0 0 11px;
        font-size: 20px;
    }
    .cellWithArrowIcon {
        right: 10px;
    }
    .photoCompany {
        grid-template-columns: repeat(2, 2fr);
        grid-gap: 10px;
        margin: 0 0 60px;
    }
    .photoCompany img {
        width: 100%;
        height: 102px;
    }
    .exampleOurWorkMobile {
        grid-template-columns: repeat(2, 2fr);
        grid-gap: 15px;
    }
    .exampleOurWorkItem img {
        width: 100%;
    }
    .exampleOurWorkMobile .exampleOurWorkItem img {
        height: 151px;
    }
    .exampleOurWorkName {
        font-size: 14px;
        line-height: 15px;
    }
    .exampleOurWorkLink {
        display: none;
    }
    .footerTop {
        flex-direction: column;
        width: 100%;
        padding: 40px 20px 30px;
        box-sizing: border-box;
    }
    .footerTopItem {
        margin-bottom: 30px;
        min-width: 100%;
        max-width: 100%;
    }
    .footerTopItemLast {
        flex-direction: column-reverse;
    }
    .footerBlockWidthIcons {
        margin: -10px 0 15px;
    }
    .footerTopItem .footerButton {
        margin: 60px 0 0 !important;
        width: 100%;
    }
    .footerBottom {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .footerBottom p,
    .footerBottom a {
        margin-bottom: 30px;
    }
    .footerBottomContainer {
        padding: 21px 0 10px;
    }
    .borderForfreeDelivery {
        border-radius: 10px;
    }
    .borderForwhyChooseUsContainer {
        border-radius: 10px;
    }
}

@media (max-width: 620px) {
    .whyChooseUs {
        height: auto;
    }
}

@media (max-width: 550px) {
    .exampleOurWork {
        grid-template-columns: repeat(1, 1fr);
    }
    a,
    a p,
    button {
        font-size: 13px !important;
    }
}

@media (max-width: 330px) {
    .bannerButtons a p {
        padding: 10px 40px;
    }
}


}