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

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

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

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

body {
    background: #f6f6f6;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #626666;
}

.banner {
    background-color: #8b5663;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 1010px;
    background-size: cover;
}

.headerContainer {
    width: 100%;
    border-bottom: 1px solid rgba(246, 246, 246, 0.2);
}

.headerDesktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    padding: 16px 0;
    margin: 0 auto;
}

.headerMenu {
    display: flex;
}

.headerMenu a {
    position: relative;
    margin: 0 15px;
    font-family: OpenSans-Semibold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #f6f6f6;
    transition: 0.15s;
}

.headerMenu a:hover {
    color: #8fb25e;
}

.headerMenu a:after {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8fb25e;
    transition: 0.15s;
}

.headerMenu a:hover:after {
    opacity: 1;
}

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

.phoneWithIconsContainer {
    margin: 0 0 0 16px;
}

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

.phoneWithIcons p {
    font-family: OpenSans-Semibold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #f6f6f6;
}

.phoneWithIcons img {
    margin-left: 7px;
}

.backCall {
    font-family: OpenSans-Semibold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
    color: #8fb25e;
}

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

.bannerCardContainer {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 126px auto 0;
    height: 550px;
    background: rgba(24, 26, 26, 0.8);
    z-index: 2;
}

.formOnBannerContainer {
    position: relative;
    padding: 40px 32px;
    width: 488px;
    height: 100%;
    box-sizing: border-box;
    background: #f6f6f6;
}

.formOnBannerContainer:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    bottom: 40px;
    left: 40px;
    border: 1px solid #8fb25e;
    z-index: -1;
}

.bannerTextContainer {
    padding: 65px 50px 80px;
    width: 623px;
}

.bannerTitle {
    margin: 0 0 30px;
    font-family: YesevaOne;
    font-size: 60px;
    line-height: 72px;
    color: #f6f6f6;
}

.bannerTitle span {
    color: #9ade3d;
}

.bannerPostTitle {
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #f6f6f6;
}

.formOnBanner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bannerFormTitle {
    margin: 0 0 10px;
    font-family: YesevaOne;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #3c3d3e;
}

.bannerFormPostTitle {
    width: 330px;
    margin: 0 auto 30px;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #8fb25e;
}

.bannerFormPostTitle span {
    font-size: 20px;
}

.formOnBanner input {
    width: 375px;
    height: 60px;
    padding: 16px 27px;
    margin: 0 0 16px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #8fb25e;
    background: #f6f6f6;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #3c3d3e;
}

.formOnBanner input::placeholder {
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #8d9293;
}

.formOnBanner input:focus {
    outline: none;
}

.formOr {
    margin: -6px 0 10px;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: #8d9293;
}

.formOnBanner button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    min-height: 60px;
    padding: 16px 60px;
    margin: 16px 0 0;
    border-radius: 40px;
    background: #9be139;
    background: linear-gradient(268.85deg, #8fb25e 0.18%, #9be139 99.84%);
    overflow: hidden;
}

.formOnBanner button p {
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #f6f6f6;
    z-index: 1;
}

.formOnBanner button:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    left: 0px;
    border-radius: 40px;
    background: #9be139;
    transition: 0.25s;
}

.formOnBanner button:hover:after {
    width: 100%;
}

.aboutUsContainer {
    width: 1300px;
    margin: 60px auto 80px;
}

.title {
    margin: 0 0 30px;
    font-family: YesevaOne;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #1a1b1b;
}

.title span {
    color: #8fb25e;
}

.text {
    text-align: center;
}

.text span {
    font-family: OpenSans-Bold;
    color: #8fb25e;
}

.aboutUsPhotoContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "mainPhoto mainPhoto mainPhoto2 mainPhoto3" "mainPhoto mainPhoto mainPhoto4 mainPhoto5" "mainPhoto mainPhoto mainPhoto6 mainPhoto7";
    grid-gap: 20px;
}

.aboutUsPhotoContainer div:first-child {
    grid-area: mainPhoto;
}

.aboutUsPhotoContainer div:nth-child(2) {
    grid-area: mainPhoto2;
}

.aboutUsPhotoContainer div:nth-child(3) {
    grid-area: mainPhoto3;
}

.aboutUsPhotoContainer div:nth-child(4) {
    grid-area: mainPhoto4;
}

.aboutUsPhotoContainer div:nth-child(5) {
    grid-area: mainPhoto5;
}

.aboutUsPhotoContainer div:nth-child(6) {
    grid-area: mainPhoto6;
}

.aboutUsPhotoContainer div:nth-child(7) {
    grid-area: mainPhoto7;
}

.aboutUsPhotoContainer img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutUsPhotoContainerBefore {
    position: relative;
    margin: 70px 0 74px;
}

.aboutUsPhotoContainerBefore:after {
    content: "";
    position: absolute;
    top: -40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    border: 1px solid #8fb25e;
    z-index: -1;
}

.weOffering {
    margin: 125px 0 70px;
}

.weOfferingContainer {
    display: flex;
    justify-content: center;
    margin: 0 0 70px;
}

.weOfferingItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 209px;
    margin: 0 40px;
    text-align: center;
}

.weOfferingItem img {
    margin: 0 0 18px;
}

.weOfferingItem p {
    font-family: OpenSans-Semibold;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #3c3d3e;
}

.preSecondBannerTitle {
    font-family: YesevaOne;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #8fb25e;
}

.preSecondBannerTitle {
    background: linear-gradient(267.45deg, #8fb25e 0.18%, #9be139 99.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #9be139;
}

.secondBannerContainer {
    background: url(../images/background.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 804px;
    padding: 120px 0 0;
    box-sizing: border-box;
}

.secondBannerCardContainer {
    width: 1170px;
    margin: 0 auto;
}

.secondBannerCard {
    position: relative;
    width: 958px;
    padding: 40px 175px 135px 50px;
    box-sizing: border-box;
    background: rgba(26, 27, 27, 0.8);
    z-index: 0;
}

.secondBannerCardTitle {
    margin: 0 0 30px;
    font-family: YesevaOne;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #f6f6f6;
}

.secondBannerCardTitle span,
.secondBannerCardBody span {
    color: #9ade3d;
}

.secondBannerCardBody {
    width: 665px;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #f6f6f6;
}

.secondBannerGirl {
    position: absolute;
    top: -74px;
    right: -220px;
}

.secondBannerSheets {
    position: absolute;
    bottom: -45px;
    left: -145px;
    z-index: 1;
}

.secondBannerFormContainer {
    position: absolute;
    top: 454px;
    left: 0;
    padding: 60px;
    width: 1120px;
    box-sizing: border-box;
    background: #f6f6f6;
}

.secondBannerFormInputs {
    display: flex;
}

.secondBannerForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 0;
}

.secondBannerForm input {
    width: 294px;
    height: 60px;
    padding: 16px 27px;
    margin: 0 20px 0 0;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #8fb25e;
    background: #ffffff00;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #3c3d3e;
}

.secondBannerForm input:last-child {
    width: 375px;
    margin-right: 0;
}

.secondBannerForm input::placeholder {
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #8d9293;
}

.secondBannerForm input:focus {
    outline: none;
}

.secondBannerForm button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 446px;
    min-height: 60px;
    padding: 16px 60px;
    margin: 40px 0 0;
    border-radius: 40px;
    background: linear-gradient(268.85deg, #8fb25e 0.18%, #9be139 99.84%);
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #f6f6f6;
    overflow: hidden;
}

.secondBannerForm button p {
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #f6f6f6;
    z-index: 1;
}

.secondBannerForm button:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    left: 0px;
    border-radius: 40px;
    background: #9be139;
    transition: 0.25s;
}

.secondBannerForm button:hover:after {
    width: 100%;
}

.secondBannerFormContainerBefore {
    position: relative;
}

.secondBannerFormContainer:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    bottom: 40px;
    left: 40px;
    border: 1px solid #8fb25e;
    z-index: -1;
}

.whiteContainer {
    background: #ffffff;
}

.ourAdvantages {
    width: 1180px;
    padding: 200px 0 0;
    margin: 0 auto;
}

.ourAdvantagesCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 80px;
    row-gap: 60px;
    margin: 60px 0 100px;
}

.ourAdvantagesCard {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ourAdvantagesCard img {
    margin: 0 0 20px 0;
}

.ourAdvantagesTitle {
    margin: 0 0 5px 0;
    font-family: OpenSans-Semibold;
    font-size: 16px;
    line-height: 28px;
    color: #3c3d3e;
}

.ourAdvantagesBody {
    max-width: 308px;
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #8d9293;
}

.orderJobsWithOur {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 40px;
    margin: 60px 0 0;
    padding: 0 0 120px;
}

.orderJobsWithOurCard {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.orderJobsWithOurCard img {
    margin-bottom: 20px;
}

.thirdBannerContainer {
    position: relative;
    background: url(../images/background.jpg);
    width: 100%;
    height: 360px;
    padding: 120px 0 0;
    margin-bottom: 280px;
    background-position: center;
    box-sizing: border-box;
    z-index: 0;
}

.thirdBannerFormContainerSpace {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 140px;
    width: 100%;
}

.thirdBannerFormContainer {
    position: relative;
    padding: 60px;
    width: 1120px;
    box-sizing: border-box;
    background: #ffffff;
}

.thirdBannerFormContainerBefore {
    position: relative;
}

.thirdBannerFormContainer:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    bottom: 40px;
    left: 40px;
    border: 1px solid #8fb25e;
    z-index: -1;
}

.contactsCardContainer {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 60px auto;
}

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

.contactsPhoneWithIconsContainer {
    margin: 0 0 0 16px;
}

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

.contactsPhoneWithIcons p {
    font-family: OpenSans-Semibold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #626666;
}

.contactsPhoneWithIcons img {
    margin-left: 7px;
}

.backCall {
    font-family: OpenSans-Semibold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
    color: #8fb25e;
}

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

.contactsContainer {
    width: 1300px;
    margin: 0 auto;
}

.contactsCardContainerCircleIcons {
    display: flex;
}

.contactsCardContainerCircleIcons a {
    margin-left: 20px;
}

.contactsCardContainerCircleIcons a img {
    transition: 0.1s;
}

.contactsCardContainerCircleIcons a:hover img {
    filter: brightness(1.1);
}

.contactsContainer_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1300px;
    margin: 0 auto 70px;
}

.mapContainer {
    position: relative;
    width: 100%;
    height: 435px;
    margin: 70px 0 0;
}

.map {
    width: 100%;
    height: 100%;
    border: 0;
}

.mapContainer:after {
    content: "";
    position: absolute;
    top: -30px;
    right: 100px;
    bottom: 100px;
    left: 100px;
    border: 1px solid #8fb25e;
    z-index: -1;
}

footer {
    position: relative;
    background: #3c3d3e;
}

.headerTopContainer {
    padding: 46px 0 44px;
    border-bottom: 1px solid rgba(208, 217, 222, 0.2);
}

.headerTop {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #f4f4f4;
}

.footerMenu {
    display: flex;
    flex-direction: column;
}

.footerMenu a {
    position: relative;
    width: fit-content;
    margin: 0 0 15px;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #f4f4f4;
    transition: 0.15s;
}

.footerMenu a:hover {
    color: #8fb25e;
}

.footerMenu a:after {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8fb25e;
    transition: 0.15s;
}

.footerMenu a:hover:after {
    opacity: 1;
}

.timeWorking {
    margin-bottom: 20px;
}

.footerButton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    min-height: 70px;
    padding: 16px 60px;
    margin: 0 0 33px;
    border-radius: 40px;
    background: linear-gradient(268.85deg, #8fb25e 0.18%, #9be139 99.84%);
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #f6f6f6;
    overflow: hidden;
}

.footerButton p {
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #f6f6f6;
    z-index: 1;
}

.footerButton:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    left: 0px;
    border-radius: 40px;
    background: #9be139;
    transition: 0.25s;
}

.footerButton:hover:after {
    width: 100%;
}

.headerTopRight {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headerTopRightIcons {
    display: flex;
}

.headerTopRightIcons a {
    margin: 0 10px;
}

.headerTopRightIcons a img {
    transition: 0.1s;
}

.headerTopRightIcons a:hover img {
    filter: brightness(1.1);
}

.headerBottomContainer {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    padding: 23px 0 28px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(208, 217, 222, 0.2);
}

.headerBottomContainer p,
.headerBottomContainer a {
    position: relative;
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 28px;
    color: #f9f9f9;
}

.thanksContainer {
    width: auto;
    margin: 0 auto;
    padding: 170px 16px;
    text-align: center;
}

.flowersTopFooter {
    position: absolute;
    bottom: 329px;
    width: 100%;
    z-index: -10;
    filter: opacity(0.05);
}

@media (min-width: 1311px) {
    .headerMobile {
        display: none;
    }
    .deleteDesktop {
        display: none;
    }
}

@media (max-width: 1310px) {
    body {
        font-size: 14px;
        line-height: 23px;
        text-align: left;
    }
    .header,
    .aboutUsContainer,
    .ourAdvantages,
    .contactsContainer,
    .contactsContainer_2,
    .headerTop,
    .headerBottomContainer {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .deleteMobile {
        display: none;
    }
    .text {
        text-align: left;
    }
    .headerMobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .headerMobilePhone {
        display: flex;
        align-items: center;
        margin: 20px 0 40px;
        font-family: OpenSans-Semibold;
        font-size: 18px;
        line-height: 28px;
        color: #f6f6f6;
    }
    .headerMobilePhoneIcon {
        margin-right: 20px;
    }
    .headerMobilePhoneIconsSoc {
        margin-left: 24px;
    }
    .headerDesktop {
        display: none;
    }
    .banner {
        height: 1120px;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .bannerCardContainer {
        flex-direction: column;
        width: 100%;
        margin: 30px auto 0;
    }
    .bannerTextContainer {
        width: 100%;
        padding: 20px 14px 70px;
        box-sizing: border-box;
    }
    .formOnBannerContainer {
        width: 100%;
        padding: 24px 20px 34px;
    }
    .formOnBannerContainer:after {
        top: -30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .bannerTitle {
        font-size: 30px;
        line-height: 40px;
    }
    .bannerPostTitle {
        font-size: 14px;
        line-height: 20px;
    }
    .formOnBanner input {
        width: 100%;
    }
    .formOnBanner button {
        width: 100%;
        padding: 16px 60px;
    }
    .formOnBanner button p {
        font-size: 16px;
        line-height: 28px;
    }
    .bannerFormPostTitle {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .bannerFormTitle {
        font-size: 30px;
        line-height: 40px;
    }
    .formOnBanner input {
        font-size: 14px;
        line-height: 28px;
    }
    .weOfferingContainer {
        flex-direction: column;
        align-items: center;
        margin: 0 0 0px;
    }
    .title {
        font-size: 30px;
        line-height: 40px;
    }
    .aboutUsContainer {
        margin: 30px auto 80px;
    }
    .aboutUsPhotoContainer {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-template-areas: "mainPhoto mainPhoto" "mainPhoto mainPhoto" "mainPhoto2 mainPhoto3" "mainPhoto4 mainPhoto5" "mainPhoto6 mainPhoto7";
        grid-gap: 10px;
    }
    .aboutUsPhotoContainerBefore {
        margin: 60px 0 40px;
    }
    .aboutUsPhotoContainerBefore:after {
        top: -30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .secondBannerContainer {
        height: 1060px;
        padding: 60px 16px 80px;
    }
    .weOffering {
        margin: 70px 0 30px;
    }
    .weOfferingItem {
        margin: 0 20px 60px;
    }
    .preSecondBannerTitle {
        font-size: 20px;
        line-height: 30px;
    }
    .secondBannerCard {
        width: 100%;
        padding: 40px 16px 300px;
        margin: 0;
    }
    .secondBannerCardBody {
        width: 70%;
    }
    .secondBannerCardTitle {
        font-size: 25px;
        line-height: 30px;
    }
    .secondBannerCardBody {
        font-size: 14px;
        line-height: 23px;
        text-align: left;
    }
    .secondBannerFormContainer {
        width: 100%;
        padding: 25px 20px 30px;
    }
    .secondBannerFormInputs {
        flex-direction: column;
        width: 100%;
    }
    .secondBannerForm input {
        width: 100%;
        margin: 0 0 16px;
    }
    .secondBannerForm input:last-child {
        width: 100%;
    }
    .secondBannerForm button {
        width: 100%;
    }
    .secondBannerSheets {
        display: none;
    }
    .secondBannerForm button {
        padding: 16px 35px;
        margin: 0;
    }
    .textCenter {
        text-align: center !important;
    }
    .secondBannerGirl {
        position: absolute;
        top: 170px;
        right: 0;
        width: 312px;
        height: 284px;
    }
    .secondBannerForm {
        margin: 20px 0 0;
    }
    .secondBannerFormContainer:after {
        top: -30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .ourAdvantages {
        padding-top: 150px;
    }
    .ourAdvantagesCards {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
        margin: 30px 0 100px;
    }
    .orderJobsWithOur {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }
    .thirdBannerFormContainer {
        width: 100%;
        padding: 26px 20px 30px;
    }
    .thirdBannerContainer {
        padding: 120px 16px 0;
        background-position: top;
    }
    .thirdBannerFormContainer:after {
        top: -30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .thirdBannerFormContainerSpace {
        width: calc(100% - 32px);
    }
    .contactsCardContainer {
        flex-direction: column;
        width: 100%;
        padding: 0 4px;
        margin: 40px auto 30px;
    }
    .contactsCardContainer .headerPhoneContainer {
        margin: 0 0 30px;
    }
    .contactsCardContainer .headerPhoneContainer p {
        margin: 0 0 8px;
    }
    .contactsCardContainerCircleIcons {
        margin-left: 45px;
    }
    .mapContainer:after {
        top: -30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .headerTop {
        flex-direction: column;
    }
    .footerLogo {
        margin: 0 0 40px;
        text-align: center;
    }
    .footerMenu a {
        margin: 0 0 20px;
    }
    .footerDescription {
        display: flex;
    }
    .footerDescription p {
        margin-right: 5px;
    }
    .footerButton {
        margin: 47px 0 33px;
    }
    .headerTopContainer {
        padding: 10px 0 40px;
    }
    .headerBottomContainer {
        flex-direction: column;
        padding: 40px 16px 50px;
    }
    .copyright {
        margin: 0 0 20px;
    }
    .secondBannerCardContainer {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .secondBannerCardBody {
        width: 60%;
    }
}

@media (max-width: 550px) {
    .secondBannerFormContainer {
        top: 770px;
    }
    .secondBannerContainer {
        height: 1220px;
    }
    .secondBannerCardBody {
        width: 100%;
    }
    .secondBannerGirl {
        top: 495px;
    }
}