        /* Общие */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.theme-button
{
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 24px;
    color: black;
    font-family: RobotoCondensed;
}
.wrap {
    width: 100%;
    height: 0px;
}
ul {
    list-style: none;
}
a  {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
.container {
    height: 7173px;
    overflow: hidden;
}

        /* Меню */
.head {
    display: flex;
    justify-content: center;
    background-image: url(img/headFont.jpg);
    height: 1080px;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-wrap: wrap;
}

.menu {
    width: 1200px;
    margin: 72px 5px 0px 5px;
}
.menu-list {
    display: flex;
    font-size: 24px;
    color: black;
    font-family: RobotoCondensed;
}
.menu-left {
    margin-right: 52px;
}
.menu-right-push {
    margin-left: auto;
    margin-right: 10px;
}

        /* Шапка */
#txt_cap {
    font-size: 250px;
    font-family: Balqis;
    height: 200px;
    position: relative;
    top: -380px;
}
#txt_exc {
    font-family: RobotoCondensed;
    font-size: 56px;
    text-align: right;
    position: relative;
    top: -70px;
}

        /* Блок 1*/
.blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.block-1 {
    display: flex;
    flex-direction: column;
    width: 1200px;
    height: 932px;
    margin-bottom: 200px;
}
.head-b1 {
    width: 1200px;
    height: 233px;
}
.header {
    height: 232px;
    font-size: 96px;
    font-family: Balqis;
    color: rgba(226, 171, 63, 1);
}
.sub {
    text-align: left;
    font-size: 24px;
    font-family: RobotoCondensed;
    color: rgba(0, 0, 0, 1);
}
#txt_fair {
    width: 1200px;
    margin: auto;
}
#txt_skaz {
    text-align: left;
    margin: -30px 180px;
}
.content {
    display: flex;
}
#img-b1 {
    margin: 0 55px 0 -360px;
}
.txt {
    font-size: 18px;
    font-family: RobotoCondensed;
}
#txt-b1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.bold-txt {
    font-weight: bold;
}

        /* Блок 2*/
.block-2 {
    display: flex;
    justify-content: space-between;
    margin-right: -369px;
    width: 1560px;
    height: 1095px;
    margin-bottom: 200px;
}
#txt_mar {
    text-align: right;
    position: relative;
    top: -25px;
    right: -50px;
}
.txt-b2 {
    font-size: 24px;
    font-family: RobotoCondensed;
    margin-top: -15px;
}
.bold-txt-b2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
}
.txt-block-b2 {
    margin-bottom: 50px;
}
.button {
    border: 1px solid #E2AB3F;
    width: 280px;
    height: 50px;
    padding: 11px 53px;
    color: black;
    text-decoration: none;
}

        /* Блок 3*/
.block-3 {
    display: flex;
    margin-bottom: 200px;
    flex-direction: column;
    align-self: center;
    width: 1200px;
    height: 934px;
}
.head-b3 {
    width: 1200px;
    height: 233px;
}
#text_sult {
    position: relative;
    top: -25px;
    right: -120px;
}
#img-b3 {
    margin-right: 98px;
}
#txt-b3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.txt-block-b3 {
    display: flex;
    flex-direction: column;
}
.img-block-b3 {
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.p_b3+.p_b3 {
    margin-top: 20px;
}

        /* Блок 4*/
.block-4 {
    display: flex;
    flex-direction: column;
    width: 1200px;
    height: 560px;
    margin-bottom: 200px;
}
.head-b4 {
    width: 1200px;
    height: 233px;
}
#txt_stoi {
    margin: -25px 120px;
}
#txt-b4 {
    display: flex;
}
.bold-txt-b4 {
    font-weight: bold;
    font-size: 24px;
}
.txt-left-b4 {
    width: 528px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.txt-right-b4 {
    width: 528px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 75px;
}
.bold-txt-b4 {
    margin-bottom: 50px;
}
.txt-block-b4 p {
    margin-bottom: 20px;
}
#img-3-b4 {
    position: relative;
    right: -495px;
    top: -350px;
    width: 206px;
    height: 305px;

}
#img-2-b4 {
    position: relative;
    width: 73px;
    top: -438px;
    right: -452px;
}
#img-1-b4 {
    position: relative;
    width: 73px;
    top: -490px;
    right: -385px;
}

        /* Блок 5*/
.block-5 {
    display: flex;
    width: 1200px;
    height: 800px;
    margin-bottom: 200px;
}
.left-b5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
}
#txt_date, #txt_price {
    font-size: 96px;
    font-family: Balqis;
    color: rgba(226, 171, 63, 1);
}
#txt_date {
    margin-left: -30px;
    margin-top: 80px;
}
#txt_bliz {
    margin-top: -27px;
    margin-left: 144px;
}
#txt_price {
    margin-left: 96px;
    margin-top: -10px;
}
#txt_stoim {
    margin-top: -20px;
    margin-left: 121px;
    margin-bottom: 100px;
}
.txt-block-b5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 383px;
    height: 268px;

}
.txt-block-b5 p {
    font-family: RobotoCondensed;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 50px;
}
.textField {
    border: 1px solid #E2AB3F;
    width: 100%;
    height: 50px;  
    margin-bottom: 20px;
    font-family: RobotoCondensed;
    font-size: 18px;
    padding: 15px 31px;
}
.otpr {
    height: 50px;  
    width: 280px;
    border: 1px solid #E2AB3F;
    background-color: white;
    font-family: RobotoCondensed;
    font-size: 24px;
    cursor: pointer;
}

        /* Подвал */
.bottom {
    display: flex;
    background-image: url(img/bottom.jpg);
    height: 908px;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: center;
}

.txt-block-bot {
    display: flex;
    margin-right: 120px;
    margin-top: 125px;
    flex-wrap: wrap;
    width: 356px;
    height: 527px;
    justify-content: center;
    align-content: flex-start;
    background-image: url(img/bottom-1.png);
}
#txt_cont {
    font-family: Balqis;
    color: rgba(226, 171, 63, 1);
    font-size: 86px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.tele-bot, .email-bot {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.social-bot {
    display: flex;
    margin-top: 33px;
}
#tel-bot {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
}
#tel-bot-soc {
    width: 30px;
    height: 30px;
    margin: 0 7.5px 0 7.5px;
}
.txt-bot {
    font-family: RobotoCondensed;
    font-size: 18px;
}
.txt_dream {
    font-family: Balqis;
    font-size: 86px;
    margin-top: 300px;
}

@font-face {
    font-family: "Balqis";
    src: url("src/fonts/Balqis.ttf");
}
@font-face {
    font-family: "RobotoCondensed";
    src: url("src/fonts/RobotoCondensed-Italic.ttf");
}
@media (max-width: 1920px) and (min-width: 1024px){
    .container {
        max-width: 1920px;
    }
} 
@media (max-width: 1024px) and (min-width: 376px){
    .container {
        max-width: 1024px;
        height: 4693px;
    }
        /* Меню */
    .menu {
        width: 1024px;
        margin: 30px 30px 0px 30px;
    }
    .menu-list {
        font-size: 18px;
    }
        /* Шапка */
    #txt_cap {
        font-size: 120px;
        top: -70px;
    }
    #txt_exc {
        font-size: 30px;
        top: -35px;
    }
        /* Блок 1 */
    .block-1 {
        height: 600px;
        margin-bottom: 100px;
        max-width: 1024px;
    }
    .header {
        font-size: 65px;
        height: 140px;
    }
    .sub {
        font-size: 20px;
    }
    .head {
        margin-bottom: 0px;
        height: 576px;
        margin-bottom: 50px;
    }
    .head-b1 {
        width: 768px;
        height: 150px;
    }
    #txt_fair {
        width: 768px;
        margin-left: 100px;
    }
    #txt_skaz {
        margin: -20px 121px;
    }
    .content {
        height: 450px;
    }
    #img-b1 {
        position: relative;
        left: -105px;
        width: 50%;
        margin: 0px; 
    }
    #img-b1 img {
        height: 100%;
    }
    #txt-b1 {
        padding-left: 20px;
    }
    .txt {
        font-size: 16px;
    }
        /* Блок 2 */
    .block-2 {
        width: 850px;
        margin: 0 0 50px auto;
        height: 650px;
    }
    .head-b2 {
        padding-right: 20px;
    }
    .bold-txt-b2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .txt-block-b2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #txt_mar {
        right: 40px;
        top: -20px;
    }
    .img img {
        height: 650px;
    }
        /* Блок 3 */
    .block-3 {
        max-width: 1024px;
        height: 750px;  
        margin-bottom: 50px;
    }
    .block-3 .content {
        height: 650px;
    }
    .block-3 .header {
        margin-left: 100px;
    }
    #text_sult {
        top: -20px;
    }
    .block-3 .content {
        height: 610px;
    }
    #img-b3 img {
        height: 610px;
    }
    .head-b3 {
        height: 150px;
        width: 1024px;
    }
    .img-block-b3 img {
        height: 140px;
    }
    #img-b3 {
        margin-right: 20px;
    }
        /* Блок 4 */
    .block-4 {
        max-width: 1024px;
        height: 440px;
        margin-bottom: 50px;
    }
    .block-4 .header {
        margin-left: 100px;
    }
    .head-b4 {
        width: 1024px;
        height: 140px;
    }
    .txt-left-b4 {
        width: 40%;
    }
    .txt-right-b4 {
        width: 40%;
        margin-left: 20px;
    }
    #txt-b4 {
        width: 1024px;
        height: 300px;
        margin-left: 20px;
    }
    .bold-txt-b4 {
        margin-bottom: 25px;
    }
    .txt-block-b4 p {
        margin-bottom: 15px;
    }
    #img-3-b4 {
        width: 145px;
        top: -325px;
        right: -415px;
    }
    #img-1-b4 {
        width: 55px;
        top: -390px;
        right: -310px;
    }
    #img-2-b4 {
        width: 73px;
        top: -345px;
        right: -375px;
    }
        /* Блок 5 */
    .block-5 {
        width: 100%;
        margin-bottom: 100px;
        height: 650px;
    }
    #txt_date {
        margin-top: 0px;
    }
        /* Подвал */
    .bottom {
        height: 1100px;
    }
    .txt-block-bot {
        margin-right: 35px;
        margin-top: 65px;
    }
    .txt_dream {
        margin-top: 255px;
        font-size: 72px;
    }
}
@media (max-width: 376px){
    .container {
        max-width: 375px;
        height: 4000px;
    }
        /* Меню */
    .menu {
        width: 375px;
        height: 35px;
        margin: 10px 20px 0px 20px;
    }
    .menu-list {
        font-size: 18px;
    }
    .menu-left {
        margin-right: 15px;
        margin-left: 15px;
        align-self: center;
    }
    .menu-right {
        display: none;
        margin-right: 0px;
    }
        /* Шапка */
    #txt_cap {
        font-size: 60px;
        top: -30px;
        height: 90px;
    }
    #txt_exc {
        font-size: 20px;
        top: -20px;
    }
        /* Блок 1 */
    .block-1 {
        height: 852px;
        margin-bottom: 25px;
        max-width: 375px;
        flex-wrap: wrap;
        width: 100%;
    }
    .head {
        margin-bottom: 0px;
        height: 211px;
        margin-bottom: 25px;
    }
    .head-b1 {
        display: flex;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 50px;
        height: auto;
        width: auto;
    }
    .sub {
        font-size: 16px;
    }
    #txt_skaz {
        margin: 0 auto;
        text-align: unset;
    }
    .block-1 .content {
        height: 740px;
        flex-direction: column;
    }
    #img-b1 {
        margin: 0px 5px 15px 5px;
    }
    #img-b1 img {
        height: 100%;
        width: 100%;
    }
    #txt-b1 {
        margin: 0 5px 0 5px;
    }
    .txt {
        font-size: 16px;
    }
    .txt-block-b1 p {
        margin-bottom: 5px;
    }
    .bold-txt p {
        margin-bottom: 5px;
    }
        /* Блок-2 */
    .block-2 {
        flex-flow: column;
        margin-right: 0px;
        width: 372px;
        height: 587px;
        margin-bottom: 25px;
    }
    #txt_our {
        height: 87px;
        margin-bottom: 25px;
    }
    #txt_mar {
        position: unset;
        top: 0px;
        right: 0px;
    }
    .txt-b2 {
        display: flex;
        margin-top: 0px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .txt-block-b2 {
        width: 200px;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .bold-txt-b2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #img-b2 {
        display: none;
    }
        /* Блок-3 */
    .block-3 {
        width: 375px;
        margin-bottom: 25px;
        height: 1017px;
    }
    #text_sult {
        position: unset;
        top: 0px;
        right: 0px;
    }
    .head-b3 {
        width: 375px;
        height: 86px;
        margin-bottom: 25px;
    }
    .block-3 .content {
        width: 375px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #img-b3 {
        margin: 0 auto;
    }
    #img-b3 img {
        width: 250px;
    }
    .txt-block-b3 {
        margin: 10px 5px 15px 5px;
    }
    .p_b3 + .p_b3 {
        margin-top: 10px;
    }
    .img-block-b3 img {
        height: 100px;
    }
    .img-block-b3 {
        justify-content: unset;
        align-content: unset;
        height: 200px;
    }
        /* Блок-4 */
    .block-4 {
        width: 375px;
        height: 511px;
        margin-bottom: 25px;
        flex-wrap: wrap;
        flex-flow: column;
    }
    .head-b4 {
        width: 375px;
        height: 85px;
        margin-bottom: 25px;
    }
    #txt_stoi {
        margin: 0px;
    }
    #txt-b4 {
        flex-wrap: wrap;
        flex-flow: column;
        margin: 0 5px 0 5px;
    }
    .txt-left-b4 {
        width: inherit;
        margin-bottom: 5px;
        align-items: center;
    }
    .txt-right-b4 {
        width: inherit;
        margin-left: 0px;
        align-items: center;
    }
    .bold-txt-b4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .txt-block-b4 p {
        margin-bottom: 5px;
    }
    .txt-right-b4 img {
        display: none;
    }
    .txt-block-b4 {
        text-align: center;
    }
        /* Блок-5 */
    .block-5 {
        width: 375px;
        margin-bottom: 50px;
        height: 427px;
    }
    .right-b5 {
        display: none;
    }
    .left-b5 {
        width: 375px;
    }
    .head-b5 {
        text-align: center;
    }
    #txt_date {
        margin-left: 0px;
        margin-top: 0px;
        font-size: 50px;
    }
    #txt_price {
        margin-left: 0px;
        margin-top: 0px;
        font-size: 50px;
    }
    #txt_stoim {
        margin: 0 0 25px 0;
        text-align-last: center;
    }
    #txt_bliz {
        margin: 0;
        text-align-last: center;
    }
    .txt-block-b5 p {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .txt-block-b5 {
        width: 360px;
    }
        /* Подвал */
    .bottom {
        height: 223px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .txt-block-bot {
        margin-right: 0px;
        margin-top: 0px;
        flex-wrap: wrap;
        background-image: unset;
        height: 222px;
        width: 200px;
        align-content: center;
    }
    #txt_cont {
        font-size: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
        color:rgba(0, 0, 0, 1);
    }
    .txt-bot {
        font-size: 16px;
    }
    .social-bot {
        margin-top: 5px;
    }
    .txt_dream {
        display: none;
    }
    .social-bot .clear {
        display: none;
    } 




}