
.oswald- <uniquifier> {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 2048px;
    font-family: Cambria, 'Times New Roman', serif;
}
body{
    margin: 0 auto;
}
h2{
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 50px 100px;
}
h4{
    font-size: 1.2rem;
    margin: 10px;
}
.UsualWhiteText{
    color: #fff;
    font-size: 16px;
    text-align: left;
}
header{
    box-shadow: 0 0 10px #1b1b198e;
    position: sticky;
    top: 0;
    z-index: 11;
}
.headMain{
    width: 100%;
    height: 100px;
    background-color: #394034;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 100px;
    align-items: center;
    font-family: "Oswald", sans-serif;
    box-shadow: 0 0 10px #1b1b198e;
}
.logoMain{
    height: 100%;
    display: flex;
}
.logoMain img{
    margin: 10px 0;
    display: block;
    height: 80px;
    object-fit: contain;
}
.logoMain a{
    display: flex;
    align-items: center;
}
.headMain .blokMainMenu{
    display: flex;
    flex-direction: column;
}
.headMain .blokMainMenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
    display: flex;
}
.navbar li {
    display: inline;
}
.blokMainMenu a {
    display: flex;
    height: 100px;
    padding: 0 20px 10px;
    align-items: end;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: larger;
    text-transform: uppercase;
}
.blokMainMenu a:hover {
    border: 1px solid #242921;
    background-color: #242921;
}
.OrangeButton{
    display: flex;
    border: none;
    border-radius: 15px;
    background-color: #D78325;
    box-shadow: 0 0 10px #1b1b198e;
    text-transform: uppercase;
    align-items: center;
    padding: 10px 20px;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: large;
    text-transform: uppercase;
}
.OrangeButton a{
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: large;
}
.OrangeButton:hover{
    background-color: #935831;
}
/* main */
/* section FirstMonitor */
.FirstMonitor{
    padding: 50px 100px 100px 100px;
    background-color: #394034;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.FirstMonitor h1{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.5em;
}
.FirstMonitor h2{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 400;
    color: #D78325;
    margin: 20px 0 70px 0;
}
.FirstMonitor .cartoonFirstMonitor{
    grid-row: 1 / 2 span;
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: end;
}
.FirstMonitor .cartoonFirstMonitor img{
    width: 90%;
}
/* для главной картинки, разбитой на 3 штуки */
/* .FirstMonitor .mainImg{
    position: absolute;
    border: none;
}
.FirstMonitor .mainImgPos1{
    right: 100px;
    top: 160px;
    z-index: 3;
    width: 20%;
}
.FirstMonitor .mainImgPos2{
    right: 25%;
    top: 120px;
    z-index: 2;
    width: 20%;
}
.FirstMonitor .mainImgPos3{
    right: 100px;
    top: 350px;
    z-index: 1;
    width: 22%;
    object-fit: contain;
} */

/* Modal */
.modal-content{
    background-color: #394034;
    padding: 0 1.8rem 1rem 1.8rem;
    box-shadow: 0 0 10px #ffffff80;
}
.modal-content .modal-header h2{
    margin-bottom: 5px;
}
.modal-form{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.modal-form input{
    padding: 10px 20px;
    border: 1px solid #D78325;
    border-radius: 5px;
}
.modal-footer{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.modal-footer .form-check-label{
    color: #fff;
}
/* .modal-form input::placeholder{
    text-align: center;
} */

/* section AbotUs */
.aboutUs{
    padding: 50px 100px;
    background-color: #935831;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
}
.aboutImg{
    grid-column: 1;
    grid-row: 1;
}
.aboutImg img{
    width: 100%;
    object-fit: contain;
    /* height: 80%; */
    align-items: start;
}
.aboutText{
    grid-column: 2;
    grid-row: 1;
}
.aboutText h3{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.aboutText ul{
    padding-left: 20px;
}
.aboutSlogan{
    grid-row: 2;
    grid-column: 1 / span 2;
    padding: 0 50px;
    background-color: #394034;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 15px;
}
.aboutSlogan .TextInSlogan{
    margin: 0 50px;
}
.aboutSlogan img{
    display: flex;
    justify-content: start;
    align-items: center;
}

/* section CaruselGalary */
.CaruselGalary{
    background-color: #E5DCD3;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* display: flex; */
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-300px * 7))}
}
.slider {
    background: #E5DCD3;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
    /* height: 239px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
&::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
&::before {
    left: 0;
    top: 0;
    }
.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    gap: 20px;
    width: calc((300px * 14) + (20px * 13));
}
.slide {
    height: 239px;
    width: 300px;
    display: flex;
    border-radius: 5px;
    transition-property: height, width;
    transition-duration: 2s, 2s;
    transition-timing-function: linear, linear;
    transition-duration: 0s;
    transition-delay: 0s;
}
.slide :hover{
    width: 320px;
    height: 255px;
    margin-left: -10px;
    margin-top: -10px;
}
.slide img{
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

/* section MyPrice */
.wrapMyPrice{
    background-color: #E5DCD3;
    background-image: url(img/Rectangle_brown.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 35%;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.MyPrice{
    margin: 50px 100px;
    background-color: #E5DCD3;
    border: 2px solid #935831;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3));
}
.wrapMyPrice .MyPrice .cardUsluga{
    margin: 20px 50px;
}
.MyPrice .cardUsluga .cardUslugaName{
    padding: 5px;
}
.MyPrice .cardUsluga .cardUslugaMain{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.MyPrice .cardUsluga .cardUslugaPrise{
    padding: 20px 10px;
    text-align: center;
}
.MyPrice .cardUsluga .cardUslugaPrise .PriceSum{
    font-weight: 700;
    font-size: 1.1rem;
    padding: 10px;
}
.MyPrice .MyPriceHR{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.MyPrice .MyPriceHR hr{
    border: 1px solid #935831;
    width: 70%;
}
.MyPrice .hr01{
    grid-row: 2;
    grid-column: 1 / 3 span;
}
.wrapMyPrice .UnderPrice{
    display: flex;
    margin: 30px 0;
    flex-direction: row;
}
.wrapMyPrice .UnderPrice .lamp{
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: top;
}
.wrapMyPrice .UnderPrice img{
    margin-right: 10px;
    margin-top: -100px;
    width: 50%;
    height: auto;
    object-fit: contain;
    overflow: visible;
}
.UnderPrice .callToAction{
    display: flex;
    width: 50%;
    justify-content: top;
    align-items: start;
    flex-direction: column;
    text-align: left;
}
.UnderPrice .callToAction .H2Brown{
    color: #935831;
}
.UnderPrice .callToAction h2{
    margin: 5px;
    text-align: left;
}
.wrapMyPrice .UnderPrice .callToAction .OrangeButton{
    margin: 20px 0;
}

/* section HowToWork */
.HowToWork{
    background-color: #394034;
    padding: 0 100px 50px 100px;
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.HowToWork h2{
    color: #fff;
    text-align: center;
}
.HowToWork .HowToWorkScheme{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, calc(100% / 3 - 33px));
    color: #fff;
    gap: 50px;
}
.HowToWorkScheme .HowToWorkStage{
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 15px;
    background-color: #ffffff18;
}
.HowToWorkScheme .HowToWorkStage .stageNumber{
    font-family: "Oswald", sans-serif;
    font-size: 4rem;
    color: #D78325;
}
.HowToWorkScheme .HowToWorkStage .stageDescr{
    /* font-size: 1.2rem; */
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

/* section contactMy */
.contactMy{
    padding: 50px 100px 0 100px;
    display: flex;
    background-color: #E5DCD3;
    background-image: url(img/Rectangle_brown_small.png);
    background-position: right top;
    background-size: 40%;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px #1b1b198e;
}
.contactMy .contactMessegs{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 40%;
}
.contactMy .contactMessegs h2{
    margin: 0 0 30px 0;
}
.contactMy .contactMessegs .contactMessegsCall{
    padding: 5px 20px;
    border: 1px solid #935831;
    border-radius: 15px;
    display: flex;
    height: 70px;
    width: max-content;
    justify-content: center;
    align-items: center;
}
.contactMy .contactMessegs :nth-child(:last-child){
    margin-bottom: 50px;
}
.contactMy .contactMessegs .contactMessegsCall h3{
    padding-right: 20px;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.contactMy .contactMessegs .contactMessegsCall img{
    object-fit: contain;
    width: 100%;
}
.contactMy .contactMessegs .contactMessegsCall a{
    display: flex;
    width: 60px;
    transition-property: height, width;
    transition-duration: 2s, 2s;
    transition-timing-function: linear, linear;
    transition-duration: 0s;
    transition-delay: 0s;
}
.contactMy .contactMessegs .contactMessegsCall a:hover{
    width: 50px;
    height: 50px;
}
.contactMy .contactRekvisits{
    display: flex;
    width: 60%;
    flex-direction: column;
    background-image: url(img/schit_in_contact.png);
    background-position: 30% 100%;
    background-size: 30%;
    background-repeat: no-repeat;
}
.contactMy .contactRekvisits p{
    font-size: 1.2rem;
    color: #fff;
    text-align: right;
    margin: 0 0 50px 0;
}
.contactMy .contactRekvisits .contactRekvisitsBlank{
    background-color: #E5DCD3;
    border: 1px solid #935831;
    border-radius: 20px;
    width: 60%;
    padding: 20px;
    align-self: end;
    margin-bottom: 80px;
}
.contactRekvisits .contactRekvisitsBlank h5{
    font-size: 1rem;
    margin: 0 0 20px 0;
    text-align: center;
}
.contactRekvisits .contactRekvisitsBlank p{
    color: #242921;
    font-size: 0.8rem;
    text-align: center;
    margin: 0;
}

/* footer */
.footerMenu{
    background-color: #935831;
    color: #fff;
    padding: 50px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.footerMenu .footerMenuBlock{
    align-items: end;
    justify-content: left;
    width: calc(100% / 3);
    font-weight: 300;
    border-left: 1px solid #fff;
}
.footerMenu .footerMenuBlock ul{
    list-style-type: none;
    margin-left: 20px;
}
.footerMenu .footerMenuBlock li{
    margin-bottom: 20px;
}
.footerMenu .footerMenuBlock li:last-child{
    margin-bottom: 0;
}
.footerMenu .footerMenuBlock .noDisplay,
.footerMenu .footerMenuBlock .noDisplay::selection {
    color: #935831;
}
.footerMenu .footerMenuBlock a{
    text-decoration: none;
    color: #fff;
}
.footerCopyr{
    background-color: #394034;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: max-content;
    padding: 20px 100px;
    color: #fff;
}
@media screen and (min-width:1024px){
    .MyPrice .hr02, 
    .MyPrice .hr03, 
    .MyPrice .hr04, 
    .MyPrice .hr05{
        display: none;
    }
}
@media screen and (min-width:601px) and (max-width:1024px){
    .headMain{
        padding: 0 50px;
    }
    .FirstMonitor{
        padding: 30px 50px;
    }
    .sloganFirstMonitor h1{
        font-size: 2.5rem;
    }
    .sloganFirstMonitor h2{
        font-size: 1.8rem;
    }
    .aboutUs{
        padding: 30px 50px;
    }
    .wrapMyPrice{
        background-size: 50%;
    }
    .MyPrice{
        grid-template-columns: repeat(2, calc(100% / 2));
        margin: 0 50px 30px 50px;
    }
    .MyPrice .hr03, .MyPrice .hr04, .MyPrice .hr05{
        display: none;
    }
    .MyPrice .hr01{
        grid-row: 2;
        grid-column: 1 / 2 span;
    }
    .MyPrice .hr02{
        grid-row: 4;
        grid-column: 1 / 2 span;
    }
    .MyPrice .cardUsluga01{
        grid-row: 1;
        grid-column: 1;
    }
    .MyPrice .cardUsluga02{
        grid-row: 1;
        grid-column: 2;
    }
    .MyPrice .cardUsluga03{
        grid-row: 3;
        grid-column: 1;
    }
    .MyPrice .cardUsluga04{
        grid-row: 3;
        grid-column: 2;
    }
    .MyPrice .cardUsluga05{
        grid-row: 5;
        grid-column: 1;
    }
    .MyPrice .cardUsluga06{
        grid-row: 5;
        grid-column: 2;
    }
    .wrapMyPrice .UnderPrice img{
        margin-top: -100px;
        width: 60%;
    }
    .HowToWork{
        padding: 0 30px 50px 30px;
    }
    .HowToWork .HowToWorkScheme{
        grid-template-columns: repeat(2, calc(100% / 2 - 25px));
    }
    .HowToWork .HowToWorkScheme .Stage1{
        grid-row: 1;
        grid-column: 1;
    }
    .HowToWork .HowToWorkScheme .Stage2{
        grid-row: 1;
        grid-column: 2;
    }
    .HowToWork .HowToWorkScheme .Stage3{
        grid-row: 2;
        grid-column: 1;
    }
    .HowToWork .HowToWorkScheme .Stage4{
        grid-row: 2;
        grid-column: 2;
    }
    .HowToWork .HowToWorkScheme .Stage5{
        grid-row: 3;
        grid-column: 1;
    }
    .HowToWork .HowToWorkScheme .Stage6{
        grid-row: 3;
        grid-column: 2;
    }
    .contactMy{
        padding: 50px 30px 0 30px;
        background-size: 50%;
    }
    .contactMessegs .contactMessegsCall{
        display: flex;
        max-width: 38vw !important;
    }
    .contactMessegs .contactMessegsWright{
        height: 100px !important;
    }
    .contactMessegs .contactMessegsWright h3{
        padding-right: 10px !important;
    }
    .footerMenu{
        padding: 50px 30px;
    }
}
@media screen and (max-width:600px){
    .headMain{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 30px;
        
    }
    .headMain .blokMainMenu{
        grid-row: 2;
        grid-column: 1 / 2 span;
        height: 30px;
        margin: 0 auto;
        gap: 10px;
    }
    .blokMainMenu a{
        height: 30px;
        padding: 5px 10px;
    }
    .headMain .logoMain{
        margin-left: 20px;
    }
    .logoMain img{
        height: 50px;
    }
    .FirstMonitor{
        padding: 20px 20px 30px 20px;
        display: grid;
    }
    .FirstMonitor .sloganFirstMonitor{
        grid-row: 1;
        grid-column: 1 / 2 span;
    }
    .FirstMonitor .btnForFirstMonitor{
        grid-row: 3;
        grid-column: 1 / 2 span;
    }
    .FirstMonitor .cartoonFirstMonitor{
        grid-row: 2;
        grid-column: 1 / 2 span;
        justify-content: center;
    }
    .sloganFirstMonitor h1{
        font-size: 2.5rem;
    }
    .sloganFirstMonitor h2{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .headMain .OrangeButton{
        padding: 5px 10px;
        width: max-content;
        display: flex;
        justify-self: end;
        margin-right: 20px;
        border-radius: 7px;
    }
    .aboutUs{
        padding: 50px 20px;
        grid-template-columns: 1fr;
        /* gap: 40px; */
    }
    .aboutImg{
        grid-column: 1;
        grid-row: 2;
    }
    .aboutText{
        grid-column: 1;
        grid-row: 1;
        width: 90vw;
    }
    .aboutSlogan{
        grid-column: 1;
        grid-row: 3;
        width: 90vw;
    }
    .aboutImg img{
        width: 80vw;
        object-fit: contain;
        /* height: 80%; */
        align-items: center;
    }
    .aboutSloganStrelka{
        display: none;
    }
    .aboutSlogan .TextInSlogan{
        margin: 10px 20px;
    }
    .wrapMyPrice{
        background-size: 50%;
    }
    .MyPrice{
        grid-template-columns: 100%;
        margin: 20px;
    }
    .MyPrice .hr01{
        grid-row: 2;
        grid-column: 1;
    }
    .MyPrice .hr02{
        grid-row: 4;
    }
    .MyPrice .hr03{
        grid-row: 6;
    }
    .MyPrice .hr04{
        grid-row: 8;
    }
    .MyPrice .hr05{
        grid-row: 10;
    }
    .wrapMyPrice .UnderPrice .lamp{
        display: none;
    }
    .wrapMyPrice .UnderPrice .callToAction{
        margin: 0 20px;
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .wrapMyPrice .UnderPrice .callToAction h2{
        text-align: center;
    }
    .wrapMyPrice .UnderPrice .callToAction .H2Brown{
        background-color: #E5DCD3;
        border-radius: 15px;
    }
    .HowToWork{
        padding: 20px;
    }
    .HowToWork .HowToWorkScheme{
        grid-template-columns: 100%;
        gap: 20px;
    }
    .HowToWork h2{
        margin: 20px;
    }
    .contactMy{
        padding: 50px 30px 0 30px;
        background-size: 60%;
        flex-direction: column;
    }
    .contactMy .contactMessegs{
        width: 100%;
    }
    .contactMy .contactRekvisits{
        display: flex;
        width: 100%;
    }
    .contactMessegs .contactMessegsCall{
        display: flex;
        max-width: 85vw !important;
    }
    .contactMessegs .contactMessegsWright{
        height: 100px !important;
    }
    .contactMessegs .contactMessegsWright h3{
        padding-right: 10px !important;
    }
    .contactMy .contactRekvisits .contactRekvisitsBlank{
        width: 80%;
        padding: 20px;
        align-self: end;
        margin-bottom: 80px;
    }
    .contactMy .contactRekvisits .RekvisitsSlogan{
        margin: 50px 0 10px 0;
        display: block;
        width: 80%;
        float: right;
        background-color: #935831;
        border-radius: 5px;
        padding: 10px;
    }
    .footerMenu{
        padding: 40px 20px;
    }
    .footerMenu .footerMenuBlock{
        width: calc(100% / 2);
    }
    .footerMenu .footerMenuBlock3{
        display: none;
    }
}