.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0 !important;
}
.poster{
    flex-direction: column;
    box-sizing: border-box;
    padding-top: min(180px, 13%);
    padding-bottom: min(144px, 10%);

    width: 100%;
    max-width: 1440px;
    height: 100%;
    max-height: 810px;

    aspect-ratio: 16 / 9;
    /*background: url("/static/images/promotion_1/poster.png");*/
    background-position: calc(50% - 1px) 50%;
    background-size: calc(100% + 2px) 100%;
}
.poster div{
    width: 70%;
    justify-content: center;
}
.poster p{
    font-size: min(24px, 1.7vw);
    width: 50%;
}

.poster h3{
    line-height: 3.25vw;
    font-size: min(42px, 3vw);
    width: 75%;
    font-weight: 800;
}

/*.poster img{
    width: calc(100% + 1px);
    margin-left: -1px;
    max-width: 1440px;
    margin-top: 150px;
    position: absolute;
}*/
.text-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 170px 0 170px 0;
    width: 50%;
    /* justify-content: center;
    margin-right: 10%;
    margin-left: min(10%); */
}
.text-box_items_1_1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    /* margin-top: 50px; */
}
.text-box_items_1_2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.text-box_items_2{
    margin-top: 25px;
}
.text-box_items_2 img{
    width: 710px;
    /* margin-right: -65px; */
}
.text-box_items_3{
    display: flex;
    margin-top: 30px;
    align-items: center;
}
.text-box_items_3_1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-right: 10px;
}
.text-box_items_3_2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 10px;
}
.description{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1440px;
    background-repeat: no-repeat;
    background-position: -200px 0px;
    background-size: 1500px;
}
.description .top-text{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    /* align-items: start; */
    align-items: center;
    text-align: center;
}
.description .top-text h1{
    margin: 0 0 35px 0;
    font-family: "Montserrat-bold";
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #FFFFFF;
}
.description .top-text div{
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.description .bottom-content li{
    color: #CE0B0B;
}
.description .bottom-content li span{
    color: #fff;
    font-size: 1.25rem;
}

.feed-back{
    max-width: 1440px;
    width: 100%;
    margin-top: 140px;
}
.feed-back form{
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feed-back h2{
    font-family: "Montserrat-bold";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 50px;
}
.feed-back div{
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.feed-back .input-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 90%;
    margin-top: 35px;
}
.feed-back .input-box input {
    /*max-width: 485px;*/
    width: 485px;
    height: 60px;
    background: #000000;
    box-sizing: border-box;
    padding: 15px 45px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 0;
}

.promotion-politika {
    margin-top: 10px;
    display: flex;
    align-items: center; 
    gap: 0.5rem;
    padding: 10px;
}

.promotion-politika label {
    display: flex;
    align-items: center; 
    gap: 0.5rem;
}

.error {
    margin-top: 5px;
}

.iti {
    width: auto !important;
}
input:required {
    background-image: url("/static/images/promotion/textboxstar.svg")!important;
    background-repeat: no-repeat!important;
    background-position: 470px 10px!important;
}
.feed-back .button{
    width: 257px;
    height: 60px;
    background: #CE0B0B;
    border: none;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
}
.feed-back #send-message{
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#send-message h3{
    font-family: "Montserrat-bold";
    font-weight: 700;
    font-size: 42px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
}
#send-message label{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px;
}
.contact{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 1440px;
    width: 100%;
    margin-top: 154px;
    margin-bottom: 150px;

}
.contact .inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact h1{
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Montserrat-bold";
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}
.contact .midLabel{
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 35px;
}
.contact .midLabel svg{
    margin: 0 33px;
}
.contact .buttons{
    display: flex;
    flex-direction: column;
    margin-top: 110px;
}
.contact button{
    box-sizing: border-box;
    width: 257px;
    height: 60px;
    background: #FB1717;
    font-family: "Montserrat-semiBold";
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFF3F3;
    border: none;
    cursor: pointer;
    margin: 14px;
}
#facebook{
    padding-left: 30px;
    background-image: url('/static/images/promotion/facebook.svg');
    background-repeat: no-repeat;
    background-position: 70px;
    /*background-position: center;*/
}
#instagram{
    padding-left: 40px;
    background-image: url('/static/images/promotion/instagram.svg');
    background-repeat: no-repeat;
    background-position: 60px;
}
@media screen and (max-width: 1078px){
    .poster{
        background-size: cover;
        background-position: 40%;
    }
    .text-box{
        justify-content: center;
        width: 66%;
    }
    .top-text{
        margin-top:100px;
    }
    .feed-back .input-box input{
        margin-top: 18px;
    }
    .input_phone_number{
        margin-top: 18px;
    }
}
@media screen and (max-width: 730px){

    .description .bottom-content li span{
        color: #fff;
        font-size: 1rem;
    }
    .text-box{
        width: 70%;
    }
    .contact{
        justify-content: center;
        align-items: center;
    }
    .contact .inner{
        margin: 0;
    }
    .contact .inner h1{
        margin: 26px 19px 0px 19px;
        font-family: 'Montserrat-extra-bold';
        font-style: normal;
        font-weight: 800;
        font-size: 21px;
        line-height: 140%;
        text-align: center;
    }
    .contact .inner .midLabel{
        margin: 0 ;
    }
    .contact .inner .midLabel label{
        font-family: 'Montserrat';
        font-style: italic;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        color: #FFFFFF;
    }
    .contact .inner .midLabel svg{
        width: 12px;
        height: 9px;
        margin: 0 15px;
    }
    .input_phone_number{
        margin-top: 10px;
    }
}
@media screen and (max-width: 490px){
    .iti {
        padding: 15px 0!important;
        width: 100%!important;
    }
    .iti input {
        width: 100% !important;
    }
    .poster{
        flex-direction: column-reverse;
        aspect-ratio: 72 / 85;
        background: url("/static/images/promotion_1/poster_adapt.png");
        background-position: center;
        background-size: 100% 100%;
        padding-top: min(180px, 15%);
        padding-bottom: 25%;
    }
    .poster div{
        width: 100%;
        justify-content: space-around;
        align-items: start !important;
    }
    .poster p{
        width: 60%;
        padding: 0 10%;
        font-size: 3vw;
    }
    .poster h3{
        line-height: 8vw;
        font-size: 5vw;
        font-weight: 800;
        width: 100%;
        padding: 0 5%;
    }
    .text-box{
        justify-content: flex-start;
        margin-top: 37px;
        height: auto;
        width: auto;
    }
    .text-box_items_1{
        padding-top: 10px;
        font-size: 20px;
        margin-bottom: 0px;
    }
    .text-box_items_1_1{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 0px;
    }
    .text-box_items_1_2{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        color: #FFFFFF;
    margin: 11px 0 0 0;
    }
    .text-box_items_2 img{
        width: 240px;
        margin: 6px 0 10px 0;
    }
    .text-box_items_3{
        margin-top: 5px;
        display: flex;
        justify-content: space-around;
    }
    .text-box_items_3_1{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        color: #FFFFFF;
        margin-right: 10px;
    }
    .text-box_items_3 img{
        width: 80px;
    }
    .text-box_items_3_2{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        color: #FFFFFF;
        margin-left: 10px;
    }
    .poster .text-box .bottomInner{
        margin-top: 0px;
    }
    .poster .text-box .bottomInner h1{
        display: none;
    }
    .description{
        box-sizing: border-box;
        padding: 63px 20px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 100%;
        margin-bottom: 0;
    }
    .description .top-text{
        margin-top: 0px;
        align-items: start;
    }
    .description .top-text h1{
        font-weight: 700;
        font-size: 21px;
        line-height: 140%;
        text-align: left;
    }
    .description .top-text div{
        font-weight: 500;
        font-size: 13px;
        line-height: 140%;
        text-align: left;
    }
    .description .bottom-text{
        margin-top: 45px;
    }
    .description .bottom-text h2{
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
    }
    .description .bottom-text ul{
        padding-left: 20px;
        margin: 0;
    }
    .description .bottom-text ul li{
        font-weight: 500;
        font-size: 13px;
        line-height: 140%;
    }
    .feed-back{
        box-sizing: border-box;
        margin-top: 0px;
    }
    .feed-back form{
        background-repeat: repeat-y;
        background-size: 100%;
        min-height: 350px;
    }
    .feed-back h2{
        font-weight: 700;
        font-size: 21px;
        line-height: 140%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .feed-back .description{
        display: none;
    }
    .feed-back .input-box{
        margin-top: 0;
    }
    .feed-back .input-box input{
        margin-top: 25px;
        height: 41px;
        padding-left: 40px;
        padding-right: 14px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        color: rgba(255, 255, 255, 0.8);
    }
    .feed-back .button{
        margin-top: 65px;
        margin-bottom: 58px;
        width: 200px;
        height: 50px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
    }
    #send-message h3{
        font-weight: 700;
        font-size: 21px;
        line-height: 140%;
        /* or 29px */
        text-align: center;
    }
    #send-message label{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        /* or 22px */
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
    }
    .contact{
        justify-content: center;
        align-items: flex-start;
        margin-top: 68px;
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .contact .inner .buttons{
        margin-top: 45px;
    }
    .contact .inner .buttons button{
        width: 200px;
        height: 50px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
    }
    #facebook{
        padding-left: 30px;
        background-image: url('/static/images/promotion/facebook.svg');
        background-repeat: no-repeat;
        background-position: 53px;
        /*background-position: center;*/
    }
    #instagram{
        padding-left: 45px;
        background-image: url('/static/images/promotion/instagram.svg');
        background-repeat: no-repeat;
        background-position: 45px;
    }
}
@media screen and (max-width: 481px){
    .poster{
        margin-top: 30px;
    }
}
@font-face {
    font-family: "Montserrat";
    src: url("/static/font/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Montserrat-extra-bold";
    src: url("/static/font/Montserrat-Extra-bold.ttf") format("truetype");

}
@font-face {
    font-family: "Montserrat-bold";
    src: url("/static/font/Montserrat-bold.ttf") format("truetype");

}
@font-face {
    font-family: "Montserrat-semiBold";
    src: url("/static/font/Montserrat-semiBold.ttf") format("truetype");

}
