/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: 'Adobe Song Std';
    src: url(./assets/fonts/AdobeSongStd-Light.otf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    
}
@font-face {
    font-family: 'Mabry Pro';
    src: url(./assets/fonts/MabryPro.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    height: 100svh;
    overflow: hidden;
    font-weight: 300;
    font-family: 'Adobe Song Std';
    background-image: url(./assets/img/bg1.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 24px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
main.main .container {
    display: flex;
    justify-content: space-between;
}
.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 11;
}
.text-center {
    text-align: center;
}
.container {
    padding: 0 40px;
}
.header {
    padding-top: 40px;
}
.footer {
    padding-bottom: 40px;
}
.hide-s {
    cursor: pointer;
}
.hide-s span {
    opacity: 0;
}
.hide-s:hover span {
    opacity: 1;
}
.logo {
    text-transform: uppercase;
    font-size: 56px; 
    line-height: 24px;

}
a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}
.slogan {
    font-size: 20px;
    line-height: 24px;
    margin-top: 12px;
}
.dot {
    font-size: 22px;
    position: relative;
}
.line {
    position: relative;
    top: 2px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
}
input {
    background: no-repeat;
    border: none;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 50px;
    font-family: 'Adobe Song Std';
    font-size: 18px;
    color: #fff;
}
input::placeholder {
  color: #fff;
}

form {
    width: 360px;
    margin: 0 auto;
}
* {
    outline: none;
}
button {
    background: transparent;
    color: #fff;
    border: none;
    text-align: center;
    font-family: 'Adobe Song Std';
    font-size: 20px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 70px;
    cursor: pointer;
}
.form-title {
    text-align: center;
    margin-bottom: 20px;
}
.close-btn {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 14px;
    cursor: pointer;
}
.popup {
    display: none;
}

body::before {
    content: '';
    opacity: 0;
    background-image: url(./assets/img/bg3.webp);
    background-size: cover;
    background-position: center;
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}
body.bg2::before,
body.bg22::before {
    opacity: 1;
    transition: all 1s ease;
    background-image: url(./assets/img/bg2.webp);
}
body.bg3::before,
body.bg33::before {
    opacity: 1;
    transition: all 1s ease;
    background-image: url(./assets/img/bg3.webp);
}
.foot-bottom {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    margin-top: 30px;
}
.succ-mess {
    display: none;
}
.succ-mess.active {
    display: block;
}
.header {
    padding-top: 40px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: start;
}
.footer {
    padding-bottom: 40px;
    min-height: 200px;
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.not-valid {
    border-color: red;
}
@media screen and (min-width: 768px){
    .hide-on-desktop {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .hide-s span {
        opacity: 1;
    }
    .logo {
        font-size: 46px;
    }
    .slogan {
        font-size: 16px;
        line-height: 18px;
        margin-top: 12px;
    }
    main.main .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }
    footer.footer {
        font-size: 16px;
        line-height: 18px;
    }
    main.main {
        font-size: 22px;
    }
    .hide-on-mobile {
        display: none;
    }
    .container {
        padding: 0 20px;
    }
    input {
        padding-top: 30px;
        -webkit-appearance: none;
        border-radius: 0;
    }
    form {
        width: 300px;
        margin: 0 auto;
    }
    button {
        margin-top: 30px;
        
    }
    * {
        box-sizing: border-box;
    }
    .succ-mess {
        
        font-size: 16px;
        text-align: center;
    }
    .popup {
        background-color: rgba(0, 0, 0, .95);
    }
}
    
input:focus::placeholder {
  color: transparent!important;
  opacity: 0;
}
.dot {
    font-family: 'Mabry Pro';

}