@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'DIN';
  src: url('../fonts/din-2014.woff2') format('woff2'),
       url('../fonts/din-2014.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
.promo-wrapper {
    max-width: 767px;
    margin: 0 auto;
    background-color: #fff;
}
.promo-header {
    display: flex;
    max-width: 100%;
    padding: 4.15px 12.576px;
    justify-content: space-between;
    align-items: center;
    min-height: 68.12px;
}
.account_btns {
    display: flex;
    align-items: center;
    gap: 6.288px;
}
.account_btns .btn.login {
    display: flex;
    height: 35.632px;
    padding: 8.384px 16.768px;
    justify-content: center;
    align-items: center;
    gap: 10.48px;
    border-radius: 12.576px;
    border: 1.048px solid #2d0504;
    cursor: pointer;
    text-align: center;
    font-size: 14.672px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(89deg, #2D0504 0.43%, #80170F 99.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.account_btns .btn.register {
    display: flex;
    height: 35.632px;
    padding: 8.384px 16.768px;
    justify-content: center;
    align-items: center;
    gap: 10.48px;
    border-radius: 12.576px;
    border: 1.048px solid #2d0504;
    background: linear-gradient(89deg, #2D0504 0.43%, #80170F 99.39%);
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 14.672px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.promo-content {
    background-color: #F15D22;
    position: relative;
    min-height: 632px;
}
.promo-header > .logo {
    display: flex;
    align-content: center;
    vertical-align: middle;
    padding: 0px 8.384px;
    align-items: center;
    gap: 8.384px;
}
.promo-content .promo-img {
    object-fit: contain;
    border-radius: 30.175px;
    background: #F9A25E;
    box-shadow: 0px 4.7px 56.4px 0px rgba(0, 0, 0, 0.25);
}
.promo-text h1 {
    font-family: 'DIN';
    color: #FFE0BB;
    font-size: 37.227px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.745px;
    text-transform: uppercase;
    text-align: center;
}
.promo-text h1 span {
    color: #FFF;
    text-align: center;
    font-size: 74.455px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
}
.promo-text {
    max-width: 327px;
    margin: 0 auto;
        display: flex;
    flex-direction: column;
    gap: 10px;
}
.promo-text .subheading {
    color: #FFF;
    text-align: center;
    font-family: DIN;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    max-width: 294px;
    margin: 0 auto;
    min-height: 74px;
}
.store-buttons {
    display: flex;
    gap: 10.54px;
    justify-content: center;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    margin-top: 15px;
}
.promo-content > img {
    display: block;
    position: relative;
}
.under_promo-content {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
}
.store-buttons svg {
    display: block;
}
.account_btns .btn.login:hover, .account_btns .btn.register:hover {
    background: #80170F;
    color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
}
.red_line {
    max-width: 346px;
    height: 2px;
    background: #F15D22;
    margin: 0 auto;
        position: relative;
}
.red_line::before {
    content: '';
    height: 6px;
    background: #F15D22;
    left: 50%;
    top: -2px;
    right: 0;
    width: 63px;
    display: block;
    position: absolute;
    transform: translate(-50%, 0px);
}
.promo-footer {
    padding-top: 64px;
    padding-bottom: 25.152px;
    max-width: 386px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.promo-footer > ul {
    display: flex;
    padding: 12.576px 0;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin: 25.15px auto 0;
    list-style-type: none;
    gap: 8.384px;
}
.promo-footer > ul li a {
    color: #2d0504;
    font-size: 16.768px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.152px;
    display: flex;
    padding: 8.384px 0px;
    align-items: center;
    gap: 8.384px;
    text-decoration: none;
}
.promo-footer > ul li svg {
    display: block;
}
.mobile_app > h2 {
    color: #000;
    font-size: 12.576px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.96px;
    letter-spacing: 0.105px;
    text-transform: uppercase;
}
.mobile_app {
    display: flex;
    padding: 12.576px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12.576px;
    align-self: stretch;
}
.mobile_app > div {
    display: flex;
    align-items: flex-start;
    gap: 12.576px;
    flex-wrap: wrap;
}
.mobile_app > div svg {
    display: block;
}
.promo-footer .flex_wrap {
    display: flex;
    align-items: flex-start;
    gap: 16.768px;
    align-self: stretch;
    padding: 12.576px 0px;
}
.small_logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8.384px;
}
.small_logos img, .small_logos svg {
    display: block;
}
.promo-footer .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10.48px;
    flex: 1 0 0;
}
.promo-footer .content p {
    color: #000;
    font-size: 12.576px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.768px;
    letter-spacing: 0.419px;
        max-width: 292px;
}
.promo-footer .content a {
    color: #000;
}
.hr_line {
    background-color: #D3D6DD;
    max-width: 342.696px;
    height: 1.048px;
    margin: 12.576px 0px;
}
.copyright_txt {
    display: flex;
   padding: 8.384px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 10.48px;
    align-self: stretch;
    color: #2d0504;
    text-align: center;
    font-size: 12.576px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.768px;
    letter-spacing: 0.419px;
    max-width: 320px;
    margin: 0 auto;
    opacity: 0.6;
}
.promo-footer .content a:hover {
    color: #80170F;
}
a.main_logo img {
    display: block;
}




@media(max-width: 370px){
.promo-content {
    min-height: 621px;
}
}


@media(max-width: 360px){
.promo-content {
    min-height: 608px;
}
}

@media(max-width: 350px){
.promo-text h1 span {
    font-size: 60.455px;
}
.promo-header .logo_foruwinds {
    height: 50px;
    width: auto;
}
.promo-header .logo_foruwinds {
    height: 40px;
    width: auto;
}
.store-buttons svg {
    display: block;
    height: 40px;
    width: auto;
}
.promo-text {
    padding: 0px 20px;
}
.promo-text h1 {
    font-size: 31.227px;
}
.promo-text .subheading {
    font-size: 16px;
    line-height: 19px;
    max-width: 256px;
    min-height: 68px;
}
.promo-content .promo-img {
    width: 130px;
    height: 130px;
}
.under_promo-content {
    bottom: -20px;
}
.promo-content {
    min-height: 500px;
}
}