@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: 700;
}

.main-form_h1{
    font-size: 40px;
    font-weight: 400;
    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-container{
    display: flex;
    padding-bottom: 45px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 42px;
    font-family: "segoeLight";
}

.benefit {
    text-align: center;
    padding-left: 47px;
    padding-right: 47px;
    width: 300px;
}

.underline {
    color: #9A7B69;
    text-decoration: underline;
}

.special{
    margin-bottom: 40px;
}
.special-container {
    margin-bottom: 40px;
    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;
}
.scroll {
    position: relative;
}
.scroll-subtitle{
    display: block;
    text-transform: uppercase; 
    color: #9A7B69; 
    letter-spacing: 1.8px; 
    font-size: 12px;
}

.scroll-title{
    margin-bottom: 3px; 
    font-size: 28px; 
    font-weight: 400; 
    letter-spacing: 1px;
}

.scroll-wrapper {
    position: relative;
    width: 1240px;
    margin: auto;
}

.scroll .container {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.scroll .container::-webkit-scrollbar {
    display: none;
}

.scroll-inner {
  display: flex;
  flex-wrap: nowrap;
  height: 700px;
}

.scroll-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 1000;
    pointer-events: auto;
}

.scroll-btn {
    width: 48px;
    height: 48px;
    border: none;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid #e0e0e0;
    font-family: "segoeLight";
}
.scroll-mobile {
    display: none;
}

.scroll-btn:hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.scroll-btn img {
    width: 20px;
    height: 20px;
}
.scroll-section {
    padding-left: 64px;
    padding-right: 64px;
    flex: 0 0 auto;
}
.scroll-descrip{
    color: #626262;
    letter-spacing: 0.4px;
    font-size: 12.47px;
    font-family: "SegoeUI";
}
.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);
    -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;
    background-color: #FAF9F7;
}

.perfect-container {
    display: flex;
    justify-content: space-between;
    gap: 108px;
    align-items: center;
}
.smart {
    margin-bottom: 64px;
}
.smart-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

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

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

.help-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.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{
    display: block;
}
.mainMobile-img {
    display: none;
}
.form-subtitle {
    color: #9A7B69; font-size: 11px; 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: none;
}
.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; color: #1A1919;
}
.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;
}
@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;
    }
    .form {
        padding: 0 17px;
    }
    .form-subtitle{
        letter-spacing: 1px;
    }
    .main-form_h1{
        font-size: 32px;
        justify-content: center;
    }
    .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-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;
        margin-bottom: 24px;
    }

    .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
    }
}