

.container {
    width: 100%;
    height: 545px;
    position: relative;

}

.backgroundShadow {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, #202327 19%, rgba(24.43, 26.72, 29.77, 0.76) 40%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
}

.background-image {
    width: 100%;
    height: 545px;
    object-fit: cover;
}

.childShadow {
    position: absolute;
    top: -6.95px;
    left: 0px;
    margin-top: 0px;
    background: linear-gradient(0.69deg, rgba(11, 18, 21, 0) 7.69%, #282828);
    width: 100%;
    height: 156.8px;
}

.menuContainer {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%); /* Centers horizontally */
  width: 1200px;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 0;
  z-index: 998;
}

.menuLogo {
    width: 130px;
    position: relative;
    height: 51px;
    object-fit: cover;
    cursor: pointer;
}

.menuItem {
    position: relative;
    font-size: 11px;
    color: var(--White, #FFF);
    font-family: 'NokiaKokia(RUS BY LYAJKA)';
}

.menuItem:hover {
    cursor: pointer;
    color: var(--Ral-2008, #ED6B21);

}

.menuItem-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

.menuItem-containerFooter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

.iconPhoneContainer {
    width: 44px;
    height: 44px;
}

.menuPhone {
    font-family: 'Avenir Next Cyr';
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.phoneContainer {
    width: 139px;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 44px;
    font-size: 18px;
    font-family: 'Avenir Next Cyr';
}



.containerContent {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); /* Moves back by half its own width */
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 997;
}

.slogan {
    margin-top: 200px;
    font-size: 54px;
    line-height: 66px;
    font-family: 'NokiaKokia(RUS BY LYAJKA)';
    display: inline-block;
    /* width: 743px; */
    /* height: 132px; */
    color: #FFF;
    font-style: normal;
    font-weight: 400;
}

.subtitle {
    margin-top: 12px;
    font-size: 24px;
    display: inline-block;
    width: 542px;
    color: #FFF;
    font-family: "Avenir Next Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mainBut {
    margin-top: 52px;
    box-shadow: 3px 3px 20px rgba(2, 49, 49, 0.22);
    border-radius: 12px;
    background-color: var(--Ral-2008, #ED6B21);
    overflow: hidden;
    width: 250px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    gap: 4px;
    color: var(--White, #FFF);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.mainBut:hover {
    cursor: pointer;
    background: #C95B1C;
}

.containerAbout {
    /* background-color: #fc9b45; */
    display: flex;
    max-width: 1200px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    /* width: 1200px; */
    /* height: 501px; */
    font-size: 38px;
    gap: 20px;
}

.leftCard {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.35);
    width: 885px;
    height: 500px;
    padding-left: 27px;
}

.imageContainer {
    width: 563px;
    border-radius: 8px;
    /* height: 391px; */
}

.titleText {
    color: var(--Ral-7031-blue-grey, #5B676D);
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 48px;
    margin-bottom: 16px;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 28px;
    line-height: 23px;
}


.titleMain {
    display: inline-block;
    /* width: 774px; */
    color: #1A1A1A;
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-top: 30px;
}

.aboutDescription {
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #1a1a1a;
    display: inline-block;
    width: 95%;
    font-family: "Avenir Next Cyr";
    font-style: normal;
}

.text {
    color: #1A1A1A;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
}

.smallTitle {
    color: var(--Ral-2008, #ED6B21);
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.textList {
    color: #000;
    font-family: "Avenir Next Cyr";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 23px;
}

.textListSmall {
    color: #000;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
}

.textListTitle {
    color: #000;
    font-family: "Avenir Next Cyr";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-top: 16px;
}

.italicDescription {
    margin-top: 16px;
    color: var(--Ral-2008, #ED6B21);
    font-family: "Avenir Next Cyr";
    font-size: 22px;
    font-style: italic;
    font-weight: 450;
    line-height: 20px;
    /* 90.909% */
}

.listDescription {
    margin-bottom: 26px;
}

p {
    margin: 0px;
}

.imageRightCard {
    width: 297px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.promoСontainer {
    margin-top: 120px;
    /* text-align: center; */
    background-color: #ed6b21;
    width: 100%;
    height: 463px;
}

.promoСontainerText {
    margin-top: 120px;
    /* text-align: center; */
    background-color: #ed6b21;
    width: 100%;
    height: 373px;
    
}

.promoContent {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.promoTitle {
    padding-top: 60px;
    font-size: 38px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFF;
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 131.579% */
}

.promoTitleOrange {
    padding-top: 60px;
    font-size: 38px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFF;
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.promoIcon {
    width: 80px;
    height: 80px;

}

.promoTextTitle {
    color: #FFF;
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.promoText {
    color: #FFF;
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    align-self: stretch;
}

.promoBenefits {
    width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 16px;
}

.pageDescription {
    color: #000;
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 29px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.priceTitleSmall {
    color: var(--Ral-2008, #ED6B21);
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 3px;
}

.priceTitle {
    color: var(--Ral-2008, #ED6B21);
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 3px;
}

.priceText, .priceText-2 {
    color: #1A1A1A;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 19px;
    margin-top: 8px;
    margin-bottom: auto;
    /*height: 195px;*/
    padding-left: 3px;
}

.priceFlex {
    display: flex;
    align-items: center;
    /* gap: 8px; */
    justify-content: center;
    justify-content: space-around;
    margin-bottom: 0px;
    margin-top: auto;
}

.carTitle {
    color: #FF6F21;
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.carText {
    color: #868686;
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price {
    color: #000;
    text-align: center;
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}

.priceLine {
    width: 1px;
    height: 79px;
    background: #868686;
}

.promoDescription {
    color: #FFF;
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* margin-top: 12px; */
    margin-bottom: 22px;
    width: 625px;
}

.promoDescription li {
    color: #FFF;
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.promoDescTitle {
    color: #FFF;
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    /* margin-bottom: 22px; */
    width: 625px;
}

.promoDescriptionItalic {
    color: #FFF;
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: italic;
    font-weight: 450;
    line-height: normal;
    width: 625px;
    margin-top: 11px;
}

.menuItemButWhite {
    display: inline-flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    background: var(--White, #FFF);
    box-shadow: 3px 3px 20px 0 rgba(2, 49, 49, 0.22);
    color: var(--Ral-2008, #ED6B21);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
}

.menuItemButWhite:hover {
    cursor: pointer;
    background: #FAE8DE;
}



.servicesTitle {
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #1A1A1A;
    text-align: center;
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 131.579% */
}

.servicesCards {
    margin-top: 30px;
    width: 1200px;
    /*display: grid;*/
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 17px;
    text-align: left;
    font-size: 18px;
    color: #fff;
}

.servicesCards1 {
    margin-top: 30px;
    width: 800px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    gap: 18px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.servicesCards1card {
    margin-top: 30px;
     width: 1200px; 
    display: flex;
    justify-content: center;
    /* grid-template-columns: repeat(2, 1fr); */
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 17px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.orangeBigTitle {
    color: var(--Ral-2008, #ED6B21);
    text-align: center;
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 30px;
}

.rightCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.centerCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.cardBg {
    width: calc(100% - 40px);
    /* height: 145px; */
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.35);
    padding: 20px;
    text-align: left;
    /* margin-bottom: 40px; */
}

.titleBg {
    color: var(--Ral-2008, #ED6B21);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
}

.textBg {
    color: #1A1A1A;
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-align: justify;
}

.serviceCard {
    padding: 16px 20px 13px 20px;
    width: 344px;
    height: 230px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid white;
    display: flex;
    flex-direction: column;
}


.serviceCard:hover {
    cursor: pointer;
    border: 1px solid var(--Ral-2008, #ED6B21);
    background: #FFF;
    box-shadow: 0 6px 20px 4px rgba(0, 0, 0, 0.10);
}

.serviceCard:last-child {
    grid-column: 2 / 3;
}

.serviceCard1 {
    padding: 16px 20px 13px 20px;
    width: 344px;
    height: 230px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid white;
    display: flex;
    flex-direction: column;
}

.serviceCard1:hover {
    cursor: pointer;
    border: 1px solid var(--Ral-2008, #ED6B21);
    background: #FFF;
    box-shadow: 0 6px 20px 4px rgba(0, 0, 0, 0.10);
}



.priceTitleSingle {
    height: 227px;
    color: var(--Ral-2008, #ED6B21);
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 3px;
}

.itemBut {
    display: inline-flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    background: var(--Ral-2008, #ED6B21);
    box-shadow: 3px 3px 20px 0 rgba(2, 49, 49, 0.22);
    color: var(--White, #FFF);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 185px;
    /* 171.429% */
}

.itemBut:hover {
    cursor: pointer;
    background: #C95B1C;
}

.menuItemBut {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    background: var(--Ral-2008, #ED6B21);
    box-shadow: 3px 3px 20px 0 rgba(2, 49, 49, 0.22);
    color: var(--White, #FFF);
    font-family: "Avenir Next Cyr";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
}

.menuItemBut:hover {
    cursor: pointer;
    background: #C95B1C;
}








.img-banner {
    /* width: 576px; */
    /* position: relative; */
    max-width: 100%;
    /* overflow: hidden; */
    height: 463px;
    object-fit: cover;
}









.serviceBut {
    position: absolute;
    bottom: 16px;
    left: 10px;
    display: flex;
    width: 265px;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--Ral-2008, #ED6B21);
    box-shadow: 3px 3px 20px 0 rgba(2, 49, 49, 0.22);
    color: #FFF;
    font-family: "Avenir Next Cyr";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
}

.serviceBut:hover {
    cursor: pointer;
    background: #C95B1C;
}



.serviceDescription {
    position: absolute;
    top: 24px;
    left: 10px;
    z-index: 998;
    line-height: 25px;
    display: inline-block;
    width: 285px;
}

.serviceDescriptionSmall {
    position: absolute;
    top: 92px;
    left: 10px;
    z-index: 998;
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    width: 245px;
}

.serviceLine {
    position: absolute;
    top: 83px;
    left: 10px;
    z-index: 998;
    border-top: 2px solid #ed6b21;
    box-sizing: border-box;
    width: 222px;
    height: 2px;
}

.servicesContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    width: 1200px;
    /* height: 724px; */
    text-align: center;
    font-size: 38px;
    color: #1a1a1a;
    font-family: 'NokiaKokia(RUS BY LYAJKA)';
}

.contactContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    width: 940px;
}

.contactContainersFlex {
    display: inline-flex;
    width: 100%;
    margin-top: 30px;
}



.contactDetails {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
    width: 50%;
}

.contactDetailsRight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 50%;
}

.contactContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
}

.contactTitle {
    color: #1A1A1A;
    font-family: "NokiaKokia(RUS BY LYAJKA)";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.contactText {
    color: #1A1A1A;
    font-family: "Avenir Next Cyr";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    display: flex;
    flex-direction: column;
}

a:-webkit-any-link {
    /* color: #1A1A1A; */
    cursor: pointer;
    text-decoration: none;
}

.email {
    color: var(--Ral-2008, #ED6B21);
    font-family: "Avenir Next Cyr";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    /* 133.333% */
}

.mapBut {
    position: relative;
    line-height: 24px;
    font-weight: 500;
}



.mapIcon {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.map-button-container {
    margin-top: 15px;
    box-shadow: 3px 3px 20px rgba(2, 49, 49, 0.22);
    border-radius: 12px;
    background-color: #ed6b21;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    box-sizing: border-box;
    gap: 4px;
    font-size: 16px;
    color: #fff;
    font-family: 'Avenir Next Cyr';
}

.map-button-container:hover {
    cursor: pointer;
    background: #C95B1C;
}

.mapTitle {
    color: #1A1A1A;
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 30px;
    display: flex;
    flex-direction: column;
}

.mapImage {
    border-radius: 20px;
    width: 428px;
    height: 428px;
    object-fit: cover;
}

.priceList {
    color: var(--Ral-2008, #ED6B21);
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}

.priceList:hover {
    cursor: pointer;
    color: #C95B1C;
}

.footer {
    margin-top: 120px;
    background-color: #2a2e33;
    width: 100%;
    height: 206px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.copyright {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 14px;
    font-style: normal;
}


.footerContainer {
  max-width: 1200px;
  width: 100%; /* allows responsive shrinking */
  margin: 20px auto 0 auto; /* centers horizontally */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  align-content: center;
  gap: 0;
  z-index: 999;
}

.fotterIcon {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    overflow: hidden;
}

.fotterIcon:hover {
    cursor: pointer;
}

body {
    margin: 0px;
    background: #D9D9DA;
}

.burger_menu {
    /*margin-left: auto;*/
    /*margin-right: 20px;*/
    display: none;
    /* width: calc(90% - 130px - 150px); */
}

/* Menu Mobile */

.menu_mobile {
    width: 85vw;
    height: 100%;
    flex-shrink: 0;
    background: #2a2e33;
    float: right;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.close_burger {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: auto;
    width: 28px;
    height: 28px;
}

.logo_burger {
    display: flex;
    width: 160px;
    align-items: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vh;
    justify-content: center;
}

.menu_mobile_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 32px;
}

.contact_burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.phone_mobile_burger {
    color: var(--Basic-White, #FFF);
    text-align: center;
    font-family: 'Avenir Next Cyr';
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
}

.email_mobile_burger {
    color: var(--Basic-White, #FFF);
    text-align: center;
    font-family: 'Avenir Next Cyr';
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
}

.logo_menu_burger {
    display: block;
}

@media screen and (max-width: 1195px) {

    .flexGroup {
        flex-direction: column;
    }

    .orangeBigTitle {
        font-size: 1.5rem;
        line-height: normal;
    }

    .cardBg {
        width: calc(88vw - 44px);
    }

    .pageDescription {
        font-size: 24px;
        width: 90%;
    }

    .imageContainer {
        width: 100%;
        /* height: 391px; */
    }

    .smallTitle {
        font-size: 26px;
        line-height: 38px;
    }

    .menuItem-container {
        display: none;
    }

    .containerContent {
        max-width: 90%;
    }

    .menuContainer {
        max-width: 90%;
    }

    .phoneContainer {
        display: none;
    }

    .burger_menu {
        display: flex;
        justify-content: flex-end;
    }

    .slogan {
        margin-top: 170px;
        font-size: 34px;
        width: 90%;
        line-height: normal;
        height: auto;
    }

    .subtitle {
        /* margin-top: 12px; */
        width: 90%;
        font-size: 24px;
    }

    .mainBut {
        margin-top: 24px;
    }

    .container {
        height: 410px;
    }

    .background-image {
        height: 410px;
    }

    .backgroundShadow {
        height: 410px;
    }

    .containerAbout {
        margin-top: 60px;
        flex-direction: column;
        width: 90%;
        height: auto;
    }

    .leftCard {
        /* border-radius: 20px; */
        /* background-color: rgba(255, 255, 255, 0.35); */
        width: auto;
        height: auto;
        padding-left: 14px;
        padding-bottom: 20px;
    }

    .titleText {
        margin-top: 28px;
    }

    .titleMain {
        width: 94%;
        font-size: 20px;
        line-height: normal;
    }

    .aboutDescription {
        margin-top: 12px;
        width: 94%;
    }

    .imageRightCard {
        width: 100%;
        height: 45vh;
    }

    .promoСontainer {
        width: 100%;
        height: auto;
        margin-top: 70px;
    }

    .promoСontainerText {
        width: 100%;
        height: auto;
        margin-top: 60px;
        padding-top: 28px;
    }

    .promoContent {
        width: 800px;
        flex-direction: column;
        padding-bottom: 40px;
        align-items: center;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    .promoBenefits {
        margin-top: 38px;
        gap: 10px;
    }

    .img-banner {
        width: 100%;
        height: 250px;
    }

    .blockContent {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 28px;
    }

    .promoTitle {
        font-size: 1.5rem;
        width: 100%;
        margin-left: 0px;
        line-height: normal;
        padding-top: 0px;
    }

    .promoTitleOrange {
        font-size: 1.5rem;
        padding-top: 0px;
    }

    .promoDescription {
        margin-top: 8px;
        line-height: normal;
        margin-bottom: 20px;
        font-size: 24px;
        width: 90%;
        /* margin-left: auto;
        margin-right: auto; */
    }

    .promoDescriptionItalic {
        width: 90%;
        /* margin-left: auto;
        margin-right: auto; */
    }

    .servicesContainer {
        margin-top: 60px;
        width: 800px;
        height: auto;
    }

    .servicesCards {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        /* gap:12px; */
        margin-left: auto;
        margin-right: auto;
    }

    .servicesCards1 {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        /* gap:12px; */
        margin-left: auto;
        margin-right: auto;
    }
    
    .servicesCards1card  {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        /* gap:12px; */
        margin-left: auto;
        margin-right: auto;
    }

    .servicesTitle {
        font-size: 1.5rem;
        width: 90%;
        line-height: normal;
    }

    .servicesTitle1 {
        font-size: 1.5rem;
        width: 90%;
        line-height: normal;
    }

    .contactContainer {
        width: 90%;
        margin-top: 60px;
    }

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

    .contactDetails {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contactDetailsRight {
        width: 100%;
    }

    .mapTitle {
        margin-top: 20px;
    }

    .mapImage {
        width: 100%;
        height: auto;
    }

    .priceList {
        margin-top: 60px;
    }

    .footer {
        margin-top: 60px;
        height: auto;
    }

    .footerContainer {
        width: 100%;
        margin-bottom: 20px;
        flex-direction: column;
        gap: 45px;
        margin-top: 30px;
    }

    .fotterIcon img {
        width: 40px;
        height: 40px;
    }

    .menuItem-containerFooter {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

@media screen and (max-width: 950px) {
    .servicesCards {
        display: flex;
        flex-direction: column;
        /* grid-template-columns: repeat(1, 1fr); */
        width: 100%;
        gap: 12px;
        margin-left: auto;
        margin-right: auto;
        justify-items: center;
    }

    .servicesCards1 {
        display: flex;
        flex-direction: column;
        /* grid-template-columns: repeat(1, 1fr); */
        width: 100%;
        gap: 12px;
        margin-left: auto;
        margin-right: auto;
        justify-items: center;
        margin-top: 12px;
    }
    
    .servicesCards1card {
        display: flex;
        flex-direction: column;
        /* grid-template-columns: repeat(1, 1fr); */
        width: 100%;
        gap: 12px;
        margin-left: auto;
        margin-right: auto;
        justify-items: center;
        margin-top: 12px;
    }

    .slogan {
        margin-top: 170px;
        font-size: 27px;
        width: 90%;
        line-height: 42px;
        height: auto;
    }

    .promoContent {
        width: 100%;
        flex-direction: column;
        padding-bottom: 40px;
        align-items: center;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    .servicesContainer {
        margin-top: 60px;
        width: 100%;
        height: auto;
    }
    
    .containerAbout, .promoСontainer, .contactContainer {
        margin-top: 80px;
    }
}

@media screen and (max-width: 610px) {
    .serviceCard {
        padding: 16px 14px 13px 14px;
        width: 88%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .serviceCard1 {
        padding: 16px 14px 13px 14px;
        width: calc(90vw - 45px);
        margin-left: auto;
        margin-right: auto;
    }
    
        .servicesTitle {
        font-size:20px;
        line-height: normal;
    }

    .servicesTitle1 {
        font-size:20px;
        line-height: normal;
    }
    
     .promoСontainerText {
         padding-top:40px;
    }

     .pageDescription {
        margin-top:60px;
    }
    
    .priceText-2 {
        margin: 0 30px;
    }
    
    .containerAbout, .promoСontainer, .contactContainer {
        margin-top: 80px;
    }
}

@media screen and (min-width: 2000px) {
    .childShadow {
        display:none;}
}