.header__video {
    margin-top: 60px;
    width: 100%;
    height: 374px;
    object-fit: cover;
    z-index: -1; 
    position: relative;

}

.video{
    background:rgba(29, 31, 35, 0.38);
    z-index: 1;
    margin-top: -378px;
    height: 374px;
    width: 100%;
}

.main__firstline{
    flex-direction: column;
    
    gap: 41px;
    z-index: 99;
    
}

.whitetext{
    color: white;
    font-style: normal;
}
.companyname{
    font-family: "Systopie";
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1.2px;

}
.name{
    margin-top: 40px;
}
.info{
    font-family: "Systopie";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.52px;
    margin-top: 15px;
}

.wrapper{
    
    width: 93%;
    margin: 0 auto;
    margin-top: -200px;
}

.rent__btn {
    width: 140px;
    height: 45px;
    border-radius: 5px;
    margin-top: 40px;
    background: linear-gradient(180deg, #DC8F43 0%, #CB5437 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    transition: filter 0.3s ease; 
    font-family: 'Helvetica Neue';
}

.rent__btn:hover {
    filter: brightness(1.1); 
}

.aboutRent__mobile{
    /* background: rgba(228, 223, 231, 0.30); */
    display: flex;
    justify-content: center;
    margin-bottom: 43px;
    margin-top: 55px;

}

.aboutRent__wrapper__mobile{
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    padding-bottom: 45px;
    width: 100%;
}
.RentImg{
    object-fit: cover;
    
}

.RentImg img{
    width: 100%;
    height: 100%;
}

.rentText{
    font-family: 'Systopie';
    font-size: 16px;
    font-weight: 300;
    margin-top: 45px;
    
    
    margin-bottom: 45px;
    
}

.rent__wrapper{
    width: 93%;
    margin: 0 auto;
}



.morebtntext{
    font-size: 13px;
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}
.decornone{
    text-decoration: none;
}
.moreBtnBtn {
    width: 140px;
    height: 43px;
    gap: 5px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(180deg, #A7C4DC 0%, #102D4A 100%);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    
    transition: filter 0.3s ease; 
    
}

.arrow{
    margin-top: -8px;
}

.moreBtnBtn:hover .arrow{
    transform: translateX(10px);
}

.RentImg{
    object-fit: cover;
}

.RentImg img{
    width: 100%;
    height: 100%;
}

.galerytextwrapper{
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #A7C4DC 0%, #102D4A 100%);
    margin-top: -5px;
}

.galerytext{
    display: flex;
    flex-direction: column;
    gap: 15px;
   width: 93%;
   margin: 0 auto;
    
}
.textg2, .textg{
    font-family: 'Systopie';
    font-weight: 300;
}
.headgalery{
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.flex{
    display: flex;
}

.button {
    position: relative;
    justify-content: right;
    margin-top: 30px;
    height: 30px;
    overflow: visible;
    display: flex;
    margin-right: 100px;
    align-items: center;
    
}

.arrow {
    transition: transform 0.3s ease-out;
    z-index: 1;
}

.null50 {
    
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
    margin-top: 4px;
    margin-right: 5px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    
}


.swiper__mobile {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative; 
    
    }
    
    .swiper-wrapper {
        padding-bottom: 40px;
        padding-top: 40px;
        
    }

    .swiper-slide {
        object-fit: cover;
        
    }
    .swiper-slide img{
        width: 100%;
        height: 100%;
        
    }
    .button-prev,
    .button-next {
    z-index: 3;
    position: absolute; 
    /* top: 50%;  */
    width: 30px;
    height: 30px;
    
    margin-right: 5%;
    object-fit: cover;
}

.button-next{
    right: 0;
}
.button-prev {
    left: 0; 
    margin-left: 5%;
    z-index: 3;
    position: absolute; 
    /* top: 50%;  */
    
    
    
}

.button-prevdialog,
    .button-nextdialog {
    z-index: 3;
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
    right: 0;
    margin-right: 5%;
    object-fit: cover;
}

.button-prevdialog {
    left: 0; 
    margin-left: 5%;
    z-index: 3;
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
    
}

.dialog{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.dialog-content{
    
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    
    
}

#dialogImage {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.dialog-image-container{
    
    width: 70%;
    object-fit: cover;
    margin: 0 auto;
}
.dialog-content img{
    height: 100%;
    width: 100%;
}
    
.button:hover .null50 {
    opacity: 1;
    
    
}

.button:hover .arrow {
    transform: translateX(40px);
    
}

.name{
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* padding-top: 30px; */
    margin-bottom: 30px;
    
    
}

.dcenter{
    display: flex;
    justify-content: center;
}

.newsAndSales{
    flex-direction: column;
    gap: 44px;
    margin-bottom:80px;
    
}

.capnews{
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    gap: 40px;
    flex-direction: column;

}
.cp{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.capNewsHead{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-family: "Systopie";
    text-decoration: none;
    padding: 15px;
    color: #fff;
    text-decoration: none !important;
}
.firstnew{
    background: linear-gradient(180deg, rgba(53, 69, 81, 0.00) 0%, rgba(35, 44, 50, 0.49) 42.5%, rgba(21, 22, 24, 0.89) 94.06%),
    url("./assets/darvin.jpg");
    aspect-ratio: 4/3;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    text-decoration: none !important;
}
.secondnew{
    aspect-ratio: 4/3;
    width: 100%;
    background: url('./assets/mvideosvg.png');
    background-position: center;
    justify-content: flex-end;
}

.firstnew, .secondnew{
    background-size: cover; 
    
    position: relative;
    overflow: hidden;
}

.firstnew::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: ("./assets/darvin.jpg");
    background-size: cover;
    
}

.secondnew::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('./assets/mvideosvg.png');
    background-size: cover;
    
}
.firstnew:hover::after, .secondnew:hover::after{
    transform: scale(1.1);
}

.firstnew::before, .secondnew::before{
    content: "";
    display: block;
    padding-top: 80%;
}

.lowernews{
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: 40px;
    
}

.imsnews:nth-child(1) {
    background: url("./assets/lowerfirstsvg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    
}

.sokolov {
    background: url("./assets/SOKOLOV.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    
}

.imsnews:nth-child(3) {
    background: url("./assets/lowerfirstsvg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    
}

.imsnews {
    width: 100%; 
    aspect-ratio: 4/3; 
   

}

.sokolov{
    background: url("./assets/SOKOLOV.png");
}

.allnewsbtn{
    margin: 0 auto;
}


.catalogOverlay.active {
    display: flex;
    opacity: 1;

}
.catalogOverlay.active body{
    overflow-y: hidden;
    
}

.catalogOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    
    
}

.whitebackground{
    width: 300px;
        background-color: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    
}
.whitetext{
    color: #FFF;
    font-style: normal;
}
.catalogOverlayWrapper {
    background: 
    url("./assets/blue-wave-with-white-background 1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
}

.skip {
    display: flex;
    justify-content: space-between;
}

.acceptText {
    display: flex;
    flex-direction: column;
    gap: 49px;
    align-items: center;
}

.confirmText{
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.getcatalog{
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(270deg, rgba(16, 45, 74, 0.77) 0.2%, rgba(16, 45, 74, 0.08) 99.87%), url("./assets/blueback.png"), linear-gradient(270deg, rgba(16, 45, 74, 0.77) 0.2%, rgba(16, 45, 74, 0.08) 99.87%);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
    display: flex;
    justify-content: center;

}

.getcatalog__wrapper{
    display: flex;
    justify-content: center;
    width: 93%;
    margin: 0 auto;
    align-items: center;
    
    
}

.telephoneimg{
    margin-top: -63px;

}

.forms{
    width: 100%;
    background: #FCFAFA;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    align-items: center;
   
}

.forms-wrapper{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;

}
.forma-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;     
}
.selectbutton{    
    justify-content: space-between;
    width: 100%;
}
/* ------------------------select-------------------------- */
.custom-select-wrapper {
    position: relative;
       
}

.custom-select-wrapper select.custom-select {
    width: 100%; 
    border-radius: 5px;
    background: #E8E7E7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    height: 50px;
    padding: 10px; 
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-button {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 12px; 
    height: 24px;
    background: url("./assets/arrowsmobile.svg");
    background-repeat: no-repeat;
    border: none;
    pointer-events: none;

}
/* ------------------------select-------------------------- */
/* ------------------------inputs area-------------------------- */
input:focus {
    outline: none;
    
}
.custom-input-wrapper,
.custom-phone-input-wrapper {
    position: relative;
    width: 90%; 
    height: 50px;
}

.custom-input-wrapper{
    width: 80%;
}

.custom-input,
.custom-phone-input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #E8E7E7;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
    box-sizing: border-box;
    transition: border-color 0.3s, color 0.3s;
    border: 1px solid transparent; 
}

.custom-input:focus,
.custom-input:active,
.custom-input.has-data {
    border-color: #0030DC;
}

.custom-phone-input:focus,
.custom-phone-input:active {
    border-color: #0030DC;
    color: #000;
}
/* ------------------------inputs area-------------------------- */
.blockWithForm-head{
    font-family: "Systopie";
    color: white;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;

}

.blockWithForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 44px;
}

.questions{
    display: flex;
    gap: 16px;


}
.ask{
    font-size: 16px;
    font-family: "Systopie";
    font-weight: 400;
    line-height: normal;
}

.questions-pagination{
    width: 90%;
    gap: 20px;
    
}
.questions{
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    font-family: "Systopie";
    align-items: center;
}

.inputs{
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.pagination{
    padding-top: 9px;
    gap: 5px;
}
.pagination-item{
    height: 3px;
    width: 24px;
    border-radius: 2px;
    background: #D9D9D9;
    opacity: 0.5;
    cursor: pointer;
}
.current{
    background:#102D4A87;
    opacity: 1;
}

.radiobtn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.accept{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #818181;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
}

.acceptinfo, .form-link{
    font-family: "Systopie";
    color: #818181; 
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-link{
    color: #102D4A;
}

#privacyPolicyCheckbox2 {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px; /* Исправлено значение ширины */
    height: 15px; /* Исправлено значение высоты */
    border-radius: 50%; 
    border: 2px solid #999; 
    outline: none;
    cursor: pointer;
    padding-right: 8px;
    padding-top: 8px;
}

#privacyPolicyCheckbox2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #999; 
    border-radius: 50%; 
    opacity: 0; 
    padding-right: 1px;
    padding-top: 1px; 
}

#privacyPolicyCheckbox2:checked::before {
    opacity: 1; 
}
.whitetext{
    color: #FFF;
    font-style: normal;
}



.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: scroll;
}

.overlay.active {
    overflow: hidden;
}



.contact-form {
    width: 80%;
    
    max-width: 500px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    background: #FEFEFE;
    box-shadow: 0px 4px 4px 0px rgba(227, 227, 227, 0.25);
    
   
}

.form-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}

.form-line {
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    height: 43px;
    border-radius: 30px;
    border: 1px solid #B4B1B1;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background-size: 20px; 
    cursor: pointer;
}

.form-input::-ms-expand {
    display: none;
}

.form-input:focus {
    outline: none;
}

.form-input-with-button {
    display: flex;
    align-items: center;
}

.form-button {
    cursor: pointer;
    width: 10px;
    height: 30px;
    background: url('./assets/arrowsmobile.svg') no-repeat center center;
    background-repeat: no-repeat;
    
    border: none;
    z-index: 5;
    margin-left: -30px; 
    pointer-events: none;
}

.submit-button {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #102D4A;
    width: 100%;
    
    border: none;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.submit-button-container {
    opacity: 0.5;
    pointer-events: none;
}
.submit-button-container.active {
    opacity: 1;
    pointer-events: auto;
}

#privacyPolicyCheckbox {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px; /* Исправлено значение ширины */
    height: 15px; /* Исправлено значение высоты */
    border-radius: 50%; 
    border: 2px solid #999; 
    outline: none;
    cursor: pointer;
    padding-right: 8px;
    padding-top: 8px;
    
}

#privacyPolicyCheckbox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #999; 
    border-radius: 50%; 
    opacity: 0; 
    padding-right: 1px;
    padding-top: 1px; 
}

#privacyPolicyCheckbox:checked::before {
    opacity: 1; 
}


/* ------------------------number-------------------------- */
.custom-phone-input-wrapper {
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.custom-phone-input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #0030DC;
    background: #E8E7E7;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
    box-sizing: border-box;
    transition: border-color 0.3s, color 0.3s;
    width: 100%;
}

.custom-phone-input:focus,
.custom-phone-input:active {
    border-color: #0030DC;
    color: #000;
}

/* ------------------------number-------------------------- */






/* ----------------------------------nextbutton on form------------------------  */
.btnnext {
    border-radius: 5px;
    background: linear-gradient(180deg, #DC8F43 0%, #CB5437 100%);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease; 
    cursor: pointer;
    color: white;
}

.btnnext:hover {
    filter: brightness(1.1);
}
.close-button {
    width: 279.682px;
    height: 48px;
}