@import url("fonts.css");

html, body, h1, h2,h3,h4,p {
    display: block;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'TimesNewRoman';
}

ul, li {
    padding: 0;
    margin: 0;
}

.header-upperLine {
    display: flex;
    color: #ffffff;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
}
.header-icon{
    margin-right: 33px
}
.header-upperLine div:first-child  {
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.header-upperLine div:last-child {
    flex: 1;
    text-align: right;
}
.header-upperLine div span{
    font-size: 11.06px;
}
.header-upperLine div span::after{
    content: '●';
    width: 3px;
    height: 3px;
    color: #626262;
    margin: 0 8px;
}
.header-upperLine div span:last-child:after{
    content: ''; 
    margin: 0;
}
.container {
    width: 1240px;
    margin: auto;
}

.header ul {
    display: flex;
    list-style: none;
    gap: 32px;
}
.header ul li {
    font-size: 16px;
}

.header {
    background-color: #1A1919;
    color: #D8D8D8;
}

.header .container{
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.main-container{
    display: flex;
}
.main-block{
    margin-right: 33px;
}

.main{
    margin-bottom: 40px;
}

.price-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-family: "SegoeUI";
}

.price-new {
  color: #D2451E;
  font-size: 26px;
  margin-right: 10px;
  font-weight: 700;
}

.price-old {
  color: #878787;
  font-size: 26px;
  text-decoration: line-through;
  font-weight: 500;
}

.main-form_h1{
    font-size: 32px;
    font-weight: 400;
    height: 56px;
    display: flex;
    align-items: center;
}

.form-inp_container{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
    font-family: "segoeLight";
}

.form-inp {
    padding: 14.5px 22px;
    font-size: 16px;
    border: 1px solid black;
}

button[type="submit"] {
  width: 100%;
  background: #262626;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 17px 0;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  font-family: "segoeBold";
}
.benefits{
    color: #fff;
    padding-top: 40px;
    background-color: #68161d;
}
.benefits-container{
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
}

.benefits-container p {
    font-family: "segoeLight" !important;
}

.benefit {
    /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    /* gap: 8px; */
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 0 40px;
}

.underline {
    color: #9A7B69;
    text-decoration: underline;
}
.luxur {
    background-color: #68161d;
    padding: 40px 80px;
}
.luxur .container {
     color: #ffffff; display: flex;
}
.special{
    color: #ffffff;
    padding: 80px 40px;
    background-color: #5b1218;
}
.special-container {
    display: flex;
    flex-direction: row;
}
.special-container .special-container_left{
    display: flex;
    justify-content: center;
}

.special-container_left {
    display: flex; flex-direction: column; gap: 26px; margin-right: 65px; width: 747px;
}
.special-container_left p{
    font-size: 30px;
    line-height: 40px;
}

.special-container_right ul li {
    padding-bottom: 8px;
}
.special-container_right ul li:last-child {
    padding-bottom: 0;
}
.special-about{
    display: flex;
    gap: 114px;
}
.logo{
    display: none;
}

.img-bottom {
    margin-top: 80px;
}

.img-top {
    margin-bottom: 80px;
}
.perfect_block{
    width: 512px; 
    text-align: center;
}
.last-section{
    padding-left: 45px;
    padding-right: 56px;
    width: 300px;
    height: 589px;
    display: flex;
    align-items: end;
    flex: 0 0 auto;
    background-color: #1A1919;
    padding-bottom: 111px;
}

.number {
    display: block;
    font-size: 88px;
    line-height: 96px;
    background: linear-gradient(to bottom, #A88C77, #DFD1B1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn {
    padding: 9px 17px;
    border: 1px solid #1A191929;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 300;
    background-color: #ffffff;
    margin-bottom: 12px;
}
.perfect {
    padding-top: 80px;
    padding-bottom: 152px;
    /* margin-bottom: 64px; */
    color: #ffffff;
    background-color: rgb(104, 22, 29);
}

.perfect-container {
    display: flex;
    justify-content: space-between;
    gap: 108px;
    align-items: center;
}
.smart {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #5b1218;
}
.smart-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.smart-block {
    display: flex;
    flex-direction: column;
    width: 347px;
}

.help {
    background-color: #5b1218;
    padding-top: 40px;
    padding-bottom: 44px;
}

.help-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.help-container svg{
    width: 24px;
    height: 24px;
    margin-bottom: 20px;
}
.bottom-form {
    background-color: #242222;
}

.bottom-form .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-form_container{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 480px;
}

.bottom-form_inp{
    padding: 15px 17px;
    margin-bottom: 24px;
    color: #ffffff;
    background-color: #1A1919;
    border: none;
    width: 100%;
    font-family: "segoeItalic";
}
.bottom-form_inp::placeholder{
    font-style: italic;
    color: #ffffff;
}
.bottom-form_btn{
    padding: 17px 33px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: #ffffff;
    border: none;
    font-family: "segoeBold";
}

.footer{
    background-color: #1A1919;
    margin-bottom: 40px;
}

.footer-container {
    padding-top: 64px;
    padding-bottom: 56px;
}
.accordion {
    margin-bottom: 40px;
}
.accordion-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid #453F3F;
    border-bottom: 1px solid #453F3F;
}

.accordion-item:nth-child(2) {
    border-top: none;
    border-bottom: none;
}

.apps {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 40px;
}
.footer-icons {
    display: flex;
    gap: 24px;
}
.burger {
    display: none;
}
.main-img{
    width: 600px;
    height: 505px;
    display: block;
}
.whatsInside {
    width: 766px;
    height: 668px;
    display: block;
}
.mainMobile-img {
    display: none;
}
.form-subtitle {
    color: #9A7B69; font-size: 10px; line-height: 16px; letter-spacing: 1.8px; text-transform: uppercase;
}
.ProductDetails{
    text-transform: uppercase; font-size: 12px; display: flex; align-items: center; font-family: "SegoeUI";
}
.special-accordion{
    display: block;
}

/* Desktop accordion styles */
.special-accordion-item {
    display: flex;
    justify-content: space-between;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) ;
    cursor: pointer;
    transition: all 0.3s ease;
}

.special-accordion-item svg {
    height: 24px;
    padding-left: 16px;
    width: 24px;
}

.special-accordion-item:nth-child(1) {
    border-top: 1px solid #453F3F;
}

.special-accordion-content {
    border-bottom: 1px solid #453F3F;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 20px;
    font-family: "segoeLight";
}

.special-accordion-content.active {
    max-height: 500px;
    opacity: 1;
    padding: 20px;
}
.perfectImgMobile{
    display: none;
}
.perfectImg{
    display: block;
}
.perfect_h1{
    margin-bottom: 23px; font-size: 40px; font-weight: 400; letter-spacing: 1px;
}
.perfect_p{
    line-height: 32px; font-size: 20px;
}
.smartImg{
    display: block;
}
.smartImgMobile{
    display: none;
}
.help_h1{
    margin-bottom: 11px; font-size: 30px; font-weight: 400;
}
.help_p {
    line-height: 24px; font-size: 13.45px; letter-spacing: 0.4px;font-family: "segoeLight";
}
.help_img{
    margin-bottom: 24px;
}
.footer-desc{
    display: flex; justify-content: space-evenly;
}
.footer-descMob {
    display: none;
}
.footer-bottom{
    display: flex; gap: 8px; color: #626262; letter-spacing: 0.3px; font-family: "segoeLight";
}
.footer-BottomIcons{
    display: flex; gap: 40px; margin-bottom: 27px;
}
.scroll-wrapper {
    background-color: #68161d;
}
.scroll-wrapper .container{
    display: flex;
}
.whatsInside_block {
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    color: #ffffff;
    row-gap: 8px;
}
.whatsInside_title{
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
}
.whatsInside_decription{
    font-family: "Scala Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 24px;
}
.whatsInside_button {
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.27);;
    color: #fff;
    width: 181px;
    font-weight: 700;
    margin-top: 24px;
    background-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Scala Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
    font-size: 12px;
    height: 48px;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 0 32px;
    text-align: center;
    text-transform: uppercase;
}
.whatsInside_button svg{
    font-size: 16px;
    height: 1em;
    margin-right: 14px;
}
@media (max-width: 1250px) {
    .container {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    .header-upperLine {
        display: none;
    }
    .header ul {
        display: none;
    }
    .burger {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 21px;  
      height: 16px;
    }
    
    .burger span {
      display: block;
      height: 2px; 
      background-color: white;
      border-radius: 2px;
    }
    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .main-container {
        flex-direction: column;
        align-items: center;
    }
    .main-block {
        margin-right: 0;
        padding: 0 17px;
    }
    .main-block h1{
        text-align: center;
    }
    .main-img {
        display: none;
    }
    .mainMobile-img{
        display: block;
        margin-bottom: 12px;
    }
    .price-row {
        justify-content: center;
    }
    .luxur {
        background-color: #5b1218;
    }
    .luxur .container{
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .form {
        padding: 0 17px;
    }
    .form-subtitle{
        letter-spacing: 1px;
    }
    .main-form_h1{
        font-size: 32px;
        justify-content: center;
    }
    .benefit {
        flex-direction: column;
    }
    .benefits-container {
        flex-direction: column;
        gap: 54px;
        align-items: center;
    }
    .special-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .special-container_left p{
        font-size: 20px;
        line-height: 32px;
        width: 278px;
        margin-bottom: 48px;
        text-align: center;
    }
    .special-container_left {
        margin-right: 0;
        align-items: center;
    }
    .ProductDetails {
        display: none;
    }
    .special-container_right{
        margin-bottom: 40px;
        text-align: center;
    }
    .special-accordion{
        width: 100%;
        margin-bottom: 40px;
        display: block;
    }
    .special-accordion-item {
        display: flex;
        justify-content: space-between;
        padding-top: 17px;
        padding-bottom: 17px;
        border-bottom: 1px solid #453F3F;
    }

    .special-accordion-item:nth-child(1) {
        border-top: 1px solid #453F3F;
    }
    
    .special-accordion-item {
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .special {
        padding: 0;
    }
    
    .special-accordion-item img {
        transition: transform 0.3s ease;
    }
    
    .special-accordion-item.active img {
        transform: rotate(45deg);
    }
    
    .special-accordion-content {
        border-bottom: 1px solid #453F3F;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 20px;
        font-family: "segoeLight";
    }
    
    .special-accordion-content.active {
        max-height: 500px;
        opacity: 1;
        padding: 20px;
    }
    .perfect{
        padding-bottom: 75px;
    }

    .perfect-container{
        flex-direction: column;
    }
    .perfectImg {
        display: none;
    }
    .perfectImgMobile{
        display: block;
    }
    .perfect_block{
        width: 100%;
        
    }
    .perfect-container{
        padding: 0 60px;
    }
    .perfect_h1{
        font-size: 28px;
    }
    .perfect_p{
        font-size: 16px;
    }
    .smartImg{
        display: none;
    }
    .smartImgMobile{
        display: block;
    }
    .smart-container{
        flex-direction: column;
    }
    .help_h1{
        font-size: 20px;
    }
    .help_img{
        margin-bottom: 16px;
    }
    .bottom-form_container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .accordion {
        padding: 0 20px;
    }
    .footer-desc {
        display: none;
    }
    .footer-descMob {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .apps {
        display: flex;
        flex-direction: row;
    }
    .footer-bottom{
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom ul li:first-child {
        list-style: none;
    }
    .footer-bottom ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-bottom span {
        padding: 0 20px;
    }
    .footer-BottomIcons{
        justify-content: center;
        flex-wrap: wrap;
    }
    .scroll {
        display: none;
    }
    .scroll-mobile{
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
    }
    .scroll-mobile > div {
        position: relative;
        overflow: hidden;
    }
    .swiper-wrapper{
        display: flex;
        transition: transform 0.3s ease;
    }
    .scroll-mobile .scroll-buttons-wrapper {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 375px;
        z-index: 1000;
        pointer-events: auto;
    }
    
    .scroll-mobile .scroll-buttons {
        display: flex;
        gap: 10px;
        bottom: 0;
        justify-content: flex-end;
    }
    .swiper-slide{
        width: 375px;
        min-width: 375px;
        list-style: none;
        position: relative;
        flex-shrink: 0;
    }
    .scrollImg {
        background-image: url(../img/11.jpg);
        width:50vw;
    }
    .css-bqceai {
        background-size: cover;
        height: 559px;
        position: relative;
    }
    .wrapper { 
        background-color: #1a1919;
        height: 100vh;
        max-height: 560px;
        position: relative;
        width: 375px;  
        margin: auto;
    }
    .wrapper .S3fTikZX {
        align-items: center;
        bottom: 72px;
        padding: 0 24px;
        position: absolute;
        width: initial;
        color: #fff;
    }
    .swiper-slide:not(:first-child):not(:last-child) .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        background-color: #ffffff;
    }
    .special-about{
        display: none;
    }
    .happy{
        font-family: "segoeLight";
    }
    .logo {
        display: block;
    }
    .header-icon{
        margin-right: 15px
    }
}