@font-face {
  font-family: 'Cormorant Unicase';
  src: url('fonts/CormorantUnicase-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Unicase';
  src: url('fonts/CormorantUnicase-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Unicase';
  src: url('fonts/CormorantUnicase-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Unicase';
  src: url('fonts/CormorantUnicase-SemiBold.ttf') format('truetype'); /* если скачали SemiBold */
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Unicase';
  src: url('fonts/CormorantUnicase-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Bickhame Script One';
  src: url('fonts/bickhamscriptone.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

a{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

h1,h2,h3, h4, p,image{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

body{
    margin: 0px;
}

/*HEADER НАЧАЛО*/
header{
    background-image: url("src/bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(76400vw/430);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h3-1{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #7B6A67;
    text-align: center;
    font-size: calc(1800vw/430);
    margin-bottom: calc(7000vw/430);
}

.h3-2{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #7B6A67;
    text-align: center;
    font-size: calc(2400vw/430);
    margin-bottom: calc(3500vw/430);
}

.h3-2 span{
    font-size: calc(3600vw/430);
}

.h1{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: center;
    font-size: calc(7200vw/430);
    width: calc(22300vw/430vw);
    display: inline-block;
    margin-bottom: calc(7000vw/430);
}

.h1 span{
    color: #7B6A67;
}

.header-image{
    width: calc(3500vw/430);
    height: calc(1700vw/430);
}
/*HEADER КОНЕЦ*/

/*PROMO-1 НАЧАЛО*/
.promo-1{
    background-image: url("src/bg2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(76400vw/430);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container{
    position: absolute;
    top: calc(80000vw/430);
    width: calc(37400vw/430);
    height: calc(86000vw/430);
    border: calc(300vw/430) solid #4A3533;
    border-radius: calc(500vw/430);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.promo-1-img{
    width: calc(31400vw/430);
    height: calc(46300vw/430);
    border-radius: calc(500vw/430);
    margin-bottom: calc(1000vw/430);
}

.promo-1_h2{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: center;
    font-size: calc(2800vw/430);
    width: calc(28100vw/430vw);
    display: inline-block;
}

.promo-1_h3_1{
    font-family: "Bickhame Script One";
    font-weight: 400;
    color: #7B6A67;
    text-align: center;
    font-size: calc(4200vw/430);
    display: inline-block;
    position: absolute;
    top: calc(53000vw/430);
}

.promo-1_h4_1{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: center;
    font-size: calc(1600vw/430);
    display: inline-block;
    margin-bottom: calc(1000vw/430);
    margin-top: calc(5000vw/430);
}

.promo-1_h3_2{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: center;
    font-size: calc(2800vw/430);
    display: inline-block;
    margin-bottom: calc(1000vw/430);
}

.promo-1_h4_2{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: center;
    font-size: calc(1600vw/430);
    display: inline-block;
}
/*PROMO-1 КОНЕЦ*/

/*PROMO-2 НАЧАЛО*/

.promo-2{
    background-image: url("src/bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(76400vw/430);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container2{
    position: absolute;
    top: calc(182000vw/430);
    width: calc(37400vw/430);
    height: calc(82000vw/430);
    border: calc(300vw/430) solid #4A3533;
    border-radius: calc(500vw/430);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.promo-2_h2{
    font-family: "Bickhame Script One";
    font-weight: 400;
    color: #7B6A67;
    text-align: center;
    font-size: calc(4200vw/430);
    display: inline-block;
    margin-bottom: calc(2000vw/430);
}

.promo-2_h3{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: center;
    font-size: calc(1800vw/430);
    margin-bottom: calc(2000vw/430);
}

.promo-2_a{
    font-size: calc(1800vw/430);
    margin-bottom: calc(3000vw/430);
    width: calc(20000vw/430);
    height: calc(4000vw/430);
    background-color: #4A3533;
    border-radius: calc(500vw/430);
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-2_a h4{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #F5F3F2;
    text-align: center;
    text-align: center;
}

.promo-2_img{
    width: calc(28100vw/430);
    height: calc(18700vw/430);
    margin-bottom: calc(1800vw/430);
}

.taiming{
    display: flex;
    flex-direction: column;
    gap: calc(2000vw/430);
    align-items: center;
    justify-content: center;
    width: calc(31500vw/430);
}

.taiming1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(2000vw/430);
    width: calc(31500vw/430);
}

.time span{
    font-family: "Bickhame Script One";
    font-size: calc(5600vw/430);
    font-weight: 400;
    color: #4A3533;
    line-height: calc(5000vw/430);
}

.time{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: center;
    font-size: calc(1600vw/430);
    width: calc(9000vw/430);
}

.descr{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: left;
    font-size: calc(1200vw/430);
    width: calc(17600vw/430);
}

/*PROMO-2 КОНЕЦ*/

/*PROMO-3 НАЧАЛО*/

.promo-3{
    background-image: url("src/bg2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(76400vw/430);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container3{
    position: absolute;
    top: calc(281000vw/430);
    width: calc(37400vw/430);
    height: calc(26000vw/430);
    border: calc(300vw/430) solid #4A3533;
    border-radius: calc(500vw/430);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile h2{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: center;
    font-size: calc(1600vw/430);
}
/*PROMO-3 КОНЕЦ*/

/*PROMO-4 НАЧАЛО*/

.promo-4{
    background-image: url("src/bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(76400vw/430);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container4{
    background-image: url("src/taimer.png");
    background-size: cover;
    background-position: center;
    width: calc(37400vw/430);
    height: calc(49800vw/430);
    position: absolute;
    top: calc(325000vw/430);
}

.timer_text{
    height: calc(49800vw/430);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.timer_text-h2{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #F5F3F2;
    text-align: center;
    font-size: calc(2400vw/430);
    padding-bottom: calc(2200vw/430);
}

.timer__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(2000vw/430);
    padding-bottom: calc(2600vw/430);
}

.timer__wrapper-h3{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #F5F3F2;
    text-align: center;
    font-size: calc(2400vw/430);
}

.timer__wrapper-h3-2{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #F5F3F2;
    text-align: center;
    font-size: calc(1400vw/430);
}

.timer__wrapper-h3__wrapper{
    text-align: center;
    width: calc(4800vw/430);
}

.timer-img{
    height: calc(4800vw/430);
    width: calc(100vw/430);
}

/*PROMO-4 КОНЕЦ*/

/*PROMO-5 НАЧАЛО*/

.promo-5{
    background-image: url("src/bg2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(76400vw/430);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container5{
    position: absolute;
    top: calc(393000vw/430);
    width: calc(37400vw/430);
    height: calc(72800vw/430);
    border: calc(300vw/430) solid #4A3533;
    border-radius: calc(500vw/430);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

form{
    padding: 0px calc(2000vw/430);
}

.form-h2{
    display: block;
    font-family: "Bickham Script One";
    font-weight: 400;
    color: #7B6A67;
    text-align: center;
    font-size: calc(4200vw/430);
    margin-bottom: calc(2000vw/430);
    line-height: 20px;
}

.form-h3{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    text-align: center;
    font-size: calc(1600vw/430);
    display: block;
    margin-bottom: calc(3000vw/430);
}

.form-h3-2{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    font-size: calc(1600vw/430);
    margin-bottom: calc(3000vw/430);
}

.field{
    border: none;
    border-bottom: calc(200vw/430) solid #4A3533;
    width: calc(31400vw/430);
    background: transparent;
    padding-bottom: calc(400vw/430);
    color: #7B6A67;
    font-size: calc(1000vw/430);
  font-family: "Cormorant Unicase";
  margin-bottom: calc(3000vw/430);
}

input:focus {
  outline: none;        /* Убирает синюю/черную рамку браузера */
}

input::placeholder {
  font-size: calc(1000vw/430);
  font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #7B6A67;
}

.form-h3-3{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    font-size: calc(1600vw/430);
    margin-bottom: calc(1000vw/430);
}

.checkbox-text{
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    font-size: calc(1200vw/430);
}

.checkbox{
    width: calc(1500vw/430);
    height: calc(1500vw/430);
    border-radius: 50%;
    border: calc(150vw/430) solid #4A3533;
    cursor: pointer;
    transition: 0.2s;
}

.option{
    display: flex;
    align-items: center;
    gap: calc(1000vw/430);
}

.group{
    display: flex;
    flex-direction: column;
    gap: calc(500vw/430);
    margin-bottom: calc(3000vw/430);
}

.checkbox2{
    width: calc(1500vw/430);
    height: calc(1500vw/430);
    border: calc(150vw/430) solid #4A3533;
    cursor: pointer;
    transition: 0.2s;
}

button{
    display: block;
    width: calc(20000vw/430);
    height: calc(4000vw/430);
    border: none;
    background-color: #4A3533;
    border-radius: calc(500vw/430);
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #F5F3F2;
    font-size: calc(1800vw/430);
    margin: 0 auto;
    margin-bottom: calc(3000vw/430);
}

.form-h2-2{
    display: block;
    text-align: center;
    font-family: "Cormorant Unicase";
    font-weight: 400;
    color: #4A3533;
    font-size: calc(2800vw/430);
}

.form-h2-3{
    display: block;
    text-align: center;
    font-family: "Bickhame Script One";
    font-weight: 400;
    color: #4A3533;
    font-size: calc(5600vw/430);
    line-height: 30px;
}

/*PROMO-5 КОНЕЦ*/

.promo-6{
    background-image: url("src/bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(10000vw/430);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ia{
    position: absolute;
    left: calc(18000vw/430);
    top: calc(172000vw/430);
    width: calc(6800vw/430);
    height: calc(6900vw/430);
}

.ia2{
    position: absolute;
    left: calc(18000vw/430);
    top: calc(271000vw/430);
    width: calc(6800vw/430);
    height: calc(6900vw/430);
}

.ia3{
    position: absolute;
    left: calc(18000vw/430);
    top: calc(314500vw/430);
    width: calc(6800vw/430);
    height: calc(6900vw/430);
}

.ia4{
    position: absolute;
    left: calc(18000vw/430);
    top: calc(382000vw/430);
    width: calc(6800vw/430);
    height: calc(6900vw/430);
}

.timeline{
    width: calc(200vw/430);
    height: calc(7200vw/430);
}

.checkbox.checked,
.checkbox2.checked {
    background-color: #7B6A67;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}