body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #100E13;
    font-family: 'Roboto', sans-serif;
}

h2 {
    margin: 0;
}

p {
    margin: 0;
}

h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}



sub {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 27px;
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
}

.header {
    position: relative;
    
    overflow: hidden;
}


.header__wrapper {
    display: flex;
    width: 48%;
    flex-direction: column;
}
.header__items {
    display: grid
;
margin-bottom: 37px;
    max-width: 500px;
    grid-template-columns: 230px 1fr;
    gap: 20px;
}
.header__item{
    position: relative;
padding-left: 36px;
font-weight: 300;
font-size: 16px;
color: #000;
line-height: 19px;
}
.header__item::before{
    position: absolute;
    content: '';
    border-radius: 2px;
width: 13px;
height: 13px;
transform: translate(0,-50%);
background: #000;
top: 50%;
left: 13px;
}
.pc.header__img {
    width: 47%;
}

.header__content {
    display: flex;
}

.header__container {
    z-index: 4;
    flex-direction: column;
    max-width: 1076px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 10px;
    padding: 25px 15px 0px;


}

.header__logo {
    height: 23px;
    margin: 0 auto;
    width: auto;
    margin-bottom: 30px;
}


.header__wrap {
    max-width: 289px;
}

.header__logo img {
    width: auto;
    height: 100%;

}



.header__wrap h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    text-align: center;
}

.timer {
    font-weight: 800;
    font-size: 40px;
    color: #000;
    line-height: 47px;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-box span {
    font-weight: 800;
    font-size: 40px;
    color: #000;
    line-height: 47px;
}

.label {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    line-height: 14px;
}

.price {
    z-index: -1;
    top: 23%;
    left: 163px;
    display: flex
;
    gap: 2px;
    position: absolute;
    flex-direction: column;
    max-width: 255px;
    width: fit-content;
    padding: 5px 60px 5px 20px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 14px;
    background-image: url(../img/dis.png);
    background-repeat: no-repeat;
}

.price__new {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    display: flex;
    gap: 1px;
    align-items: flex-end;
}

.price__new span:last-child {
    font-size: 24px;
    line-height: 28px;
}

.price__old {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration: line-through;
    text-align: center;
    color: #fff;
}
.popup__submit,
.button {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    display: flex
;
    border: 0;
    width: 100%;
    outline: 0;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
    justify-content: center;
    border-radius: 30px;
    background-color: #e51430;
    margin-bottom: 0px;
}
.button:hover {
    background-color: #af2739;
}
.pc.header__img {
    width: 47%;
    position: relative;
}

.header__img img {
    width: auto;
    height: 100%;
    max-height: 500px;
    transform: rotate(348deg);
}




/* section3 */
.section3 {
padding: 50px 0;
    margin-top: 62px;
    background-color: #fafafa;
}

.section3 h2 {
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    line-height: 42px;
    margin-bottom: 40px;
    text-align: center;
}

.section3__container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.section3__wrap {
    display: flex;
   flex-direction: column;
    column-gap: 45px;
    row-gap: 29px;
}

.section3__item {
    display: flex;
 padding: 20px;
 border-bottom-color: #fafafa;
    align-items: center;
    justify-content: space-between;

    min-height: 241px;
    border-radius: 24px;
    gap: 15px;

}
.section3__item:nth-child(even) {
    flex-direction: row-reverse;
}
.section3__content {
    max-width: 325px;
    padding-left: 40px;
    z-index: 1;
    background-color: #fafafa;
}
.section3__content:nth-child(even) {

    padding-right: 40px;
  
}
.section3__img {   
position: relative;
}
.section3__img::before{
    content: '';
    position: absolute;
    top: 50%;
    right: -100%;
background-color: #e51430;
height: 2px;
width: 100%;
}
.section3__img.even::before {
    right: 100%; /* Работает для четных */
 
}
.section3__img img {
    width: auto;
    border-radius: 20px;
    height: 240px;
}

.section3__item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    text-transform: uppercase;
    text-align: start;
    color: #000;
}

.section3__item p {
    font-weight: 300;
    font-size: 16px;
    text-align: start;
    color: #000;
    line-height: 19px;
}
.section3__item:nth-child(even) h3,
.section3__item:nth-child(even) p
{
text-align: end;
}
/* .section4 */
.section4 {
    margin-top: 48px;
    margin-bottom: 54px;
    padding-bottom: 40px;
}

.section4__container {
    max-width: 950px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}
.section4 h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    padding: 0 15px;
    margin-bottom: 26px;
    display: block;
    margin-left: auto;
    width: fit-content;
    border-bottom: 2px solid #e51430;
    text-align: end;
    line-height: 50px;
}
.section4__slider {
    display: flex; 
   position: relative;
    width: 58%;   
   

}
.section4__slider img{
   position: absolute;
   top: -99px;
   right: -30px;
   

}
.slider-for {
    width: 68%;
}
.section4__wrap {
    display: flex;
    gap: 10px;
 justify-content: space-between;
}
.slider-for.slick-initialized.slick-slider {
    width: 72%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.slider-for .slick-slide {
 
 height: 100%;
    height: 400px;
  
}
.slider-nav.slick.slick-initialized.slick-slider.slick-vertical {
    width: 20%;
    height: fit-content;
}

.slider-nav {
    width: 32%;
}

.section4__content {
    width: 35%;
    padding: 0px 0 0px;
}

.section4 .dis {
    top: 0;
    left: 0;
    margin-left: 20px;
    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100px;
    color: #fff;
    width: 100px;
    z-index: 9;
}

.section4 .dis::before {
    position: absolute;
    content: '';
    top: 0;
    height: 120px;
    width: 100px;
    z-index: -1;
    background-image: url(../img/dis.png);
    background-repeat: no-repeat;
}

.section4 .price {
    color: #000;
    margin: 0px auto 20px;
}

.details-list {
    max-width: 328px;
    margin: 0 auto;
    margin-bottom: 27px;
}

.details-item {
   
}

.details-item:last-child {
    border-bottom: none;
}

.details-item .label {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000;
    position: relative;
    text-transform: uppercase;
}


.value {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000;
    background-color: #fff;
    overflow: hidden;
}

.section4 form {}

.form-group {
    display: flex;
    gap: 10px;
}

label {
    font-weight: 700;
}

.button-group {
    max-width: 320px;

    display: flex;

}

.button-group button {
    flex: 1;
    margin: 0 5px;
    padding: 5px 5px !important;
    border: 1px solid #000;
    background-color: #fff;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #000;
    padding: 3px;
    transition: background-color 0.3s;
}

.button-group button.selected {
    background-color: #000;
    color: white;
}

input[type="text"],
input[type="phone"] {
    width: auto;
    font-size: 14px;

    padding: 10px 10px 10px 17px;
    border: 1px solid #878787;
    border-radius: 20px;

}

.form-group2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    width: 100%;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.form-group .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000;
}

.form-group1 {
    margin: 0 auto;
    margin-top: 26px;
    display: flex;
    gap: 10px;
    max-width: 380px;

    align-items: center;
    justify-content: space-between;
}

.form__button {
    padding: 15px;
    border-radius: 9px;
    background-color: #000;
    display: flex;
    border: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.form__button img {
    width: 25px;
    height: 35px;
}

.form__button p {
    text-transform: uppercase;
}

/* .slick-slider{
    display: flex;
    gap: 10px;
    align-items: center;
    height: fit-content;
    margin-top: auto;
} */
button.slick-prev.slick-arrow {
    right: 70px;
}

button.slick-next.slick-arrow {
    right: 40px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    height: 0px;
    width: 0px;
    background-color: transparent;
    border: none;
    position: absolute;
    opacity: 1;
    z-index: 1;
    bottom: 33px;
    color: transparent;

}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
 
    margin: 10px 0;
    border: 1px solid transparent;
}
.slider-nav  .slick-slide {
    height: 107px;
    border-radius: 10px;
    overflow: hidden;
}
button.slick-prev.slick-arrow::before {
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 100%;

    background-position: center;
    border: none;
    background-color: #fff;
    content: '';
    top: 0;
    left: 0;
    position: absolute;


}

button.slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    background-position: center;
    background-color: #fff;
    cursor: pointer;
    border-radius: 100%;

    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    height: 25px;
    content: '';
    position: absolute;
    width: 25px;
    border: none;

}

.slick-slide img {
    width: 100%;
object-fit: cover;
    height: 100%;
}

/* section5 */
.section5 {
    display: flex;
    margin-top: 60px;
}

.section5__img {
    max-width: 464px;
    max-height: 404px;
}

.section5__img img {
    width: 100%;
    height: 100%;
}

/* section6 */
.section6 {
    padding: 45px 0 90px;
    background-color: #f7f7f7;
    background-image: url(../img/bg5.png);
}

.section6__container {
    max-width: 880px;
    padding: 0 15px;
    margin: 0 auto;

}

.section6__container h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    line-height: 42px;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
}

.section6 button.slick-prev.slick-arrow {
    right: 52%;
    transform: translate(-52%, 0);
}

.section6 button.slick-next.slick-arrow {
    right: 47%;
    transform: translate(-47%, 0);
}

.section6 button.slick-prev.slick-arrow,
.section6 button.slick-next.slick-arrow {
    height: 0px;
    width: 0px;
    background-color: transparent;
    border: none;
    position: absolute;
    opacity: 1;
    z-index: 1;
    bottom: -25px;
    color: transparent;

}

.section6 button.slick-prev.slick-arrow::before {
    background-image: url('../img/left2.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 100%;

    background-position: center;
    border: none;
    background-color: #E51430;
    content: '';
    top: 0;
    left: 0;
    position: absolute;


}

.section6 button.slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    background-position: center;
    background-color: #E51430;
    cursor: pointer;
    border-radius: 100%;

    background-image: url('../img/right2.png');
    background-repeat: no-repeat;
    height: 25px;
    content: '';
    position: absolute;
    width: 25px;
    border: none;

}

.section6 .slide {
    margin: 0 20px;
    height: 150px;
    position: relative;
   border: 2px solid #e51430;
    background-color: transparent;
    padding: 37px 34px 20px;
    border-radius: 30px;
}

.section6 .slide h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #100e13;
    text-align: center;
    margin-bottom: 15px;
}

.section6 .slide p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
text-align: center;
    color: #100e13;
}

.section6 .slick-slider {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* .section7 */
.section7 {
    padding: 58px 0px;
    background: #e6e6e6;
}

.section7__container {
    max-width: 844px;
    margin: 0 auto;
    padding: 0 15px;
}

ul.custom-list {
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    /* Тип маркерів — крапка */
    font-weight: 300;
    padding: 0;
    margin: 0;
    gap: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #252e43;
}

ul.custom-list li {
    margin-bottom: 0px;
    /* Відступ між елементами списку */
}

.section7__wrap {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 0px;
    justify-content: space-between;

}

.section7 h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #252e43;
}

.section7__wrap img {
    max-height: 124px;

}

.section7__items {
    display: flex;
    max-width: 940px;
    margin: 0 auto;
    justify-content: space-between;

}

.section7__item {
    width: 19%;
    display: flex;
    flex-direction: column;
}

.section7__item h3 {
    color: #F32727;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section7__item p {
    color: #252E43;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;

}

.footer {

    background-image: url('../img/bg6.png');
    background-repeat: no-repeat;
    background-color: #00447A;
    background-size: cover;
}

.footer__container {
    overflow: hidden;
    max-width: 1549px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    justify-content: center;
    gap: 10px;
    padding: 45px 15px 75px;

}

.footer__container::after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 580px;
    max-height: 357px;

    height: 100%;
    bottom: -0px;
    left: -30px;
    background-repeat: no-repeat;
    background-image: url('../img/offer3.png');
}

.footer__container::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 570px;
    max-height: 430px;
    height: 100%;
    bottom: -0px;
    right: -30px;
    background-repeat: no-repeat;
    background-image: url('../img/offer.png');
}

.footer__head {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
    max-width: 643px;
    margin-bottom: 15px;
}

.footer__head img {
    max-height: 43px;
}

.footer__head h2 {
    font-size: 48px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
}

.footer__content {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;

    max-width: 300px;
}

.footer .dis {

    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100px;
    color: #fff;
    width: 100px;
    z-index: 9;
    margin-bottom: 35px;
}

.footer .dis::before {
    position: absolute;
    content: '';
    top: 0;
    height: 120px;
    width: 100px;
    z-index: -1;
    background-image: url(../img/dis.png);
    background-repeat: no-repeat;
}

.footer .price {
    margin-bottom: 15px;
}

.footer__text {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
}

.footer__text span {
    font-weight: 600;
}

.hide {
    display: none;
}

.header__footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0 50px;
}

.header__footer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #252e43;
}

.header__footer a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #252e43;
}

.pc {
    display: block;
}

.mob {
    display: none;
}
footer.header{
    border-bottom: 0;
}
@media screen and (max-width:768px) {
    h1 {
        text-align: center;
    }

    .pc {
        display: none;
    }

    .mob {
        position: relative;
        display: block;
    }

    body {
        font-size: 16px;
    }

    .hide {
        display: block;
    }

    .hide img {
        height: 100%;
        width: 100%;
    }

    .header {
        padding: 18px 0 22px;
    }

    .header::before,
    header::after {
        opacity: 0;
    }
    .section3__img::before {
      
        opacity: 0;
        
    }
    .header__item {
        position: relative;
        padding-left: 36px;
        font-weight: 300;
        font-size: 14px;
        color: #000;
        line-height: 16px;
    }
    .header__items {
        display: grid
;
        margin-bottom: 37px;
        max-width: 500px;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .price {
      margin-bottom: 0;
        top: 21%;
        left: 19px;
       
    }
    .header__wrap {
        max-width: 100%;
    }
    .price__new {
        font-weight: 700;
        font-size: 20px;
        margin: 0;
        line-height: 23px;
        text-align: center;
        color: #fff;
        display: flex
    ;
        gap: 1px;
        align-items: flex-end;
    }
    sub {
       text-align: center;
    }
    .header__img img {
        width: 100%;
        position: relative;
        height: 100%;
        top: 0;
        right: 0;
    }

    .header__container {
        gap: 0;
        padding: 0 15px;
    }

    .header__wrap {
        margin: 0 auto;
        margin-top: 20px;
    }

    .header__wrapper {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .slider-nav {
        width: 70%;
    }

    .timer {
       margin: 20px 0;
    }

    .section3__wrap {

        flex-direction: column;
    }
    .slider-for .slick-slide {
 
        height: 100%;
           height: 330px;
         
       }
       .slider-nav  .slick-slide img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .section3__col {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }

    .section3__col.img {
        width: 100%;
        order: 3;

    }

    .section3 {
        overflow: hidden;
        margin-top: 0px;
        padding: 40px 0;
        

    }

    .section3 h2 {
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
        color: #000;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .section3__wrap {

        row-gap: 18px;
    }

    .section3__col.img img {
        position: relative;
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        width: 100%;
        left: 0;
        bottom: 0;

    }
    .section3__item {
    padding: 0;
    flex-direction: column;
    }
    .section3__item:nth-child(even) {
        flex-direction: column;
    }
    .section3__content:nth-child(even) {
        padding-right: 0px;
    }
    .section3__item:nth-child(even) h3, .section3__item:nth-child(even) p {
        text-align: center;
    }
    .section3__item p {
       text-align: center;
    }
    .section3__content {
       
        padding-left: 0px;
       
    }
    .section3__item h3 {
      
        text-align: center;
      
    }
    .section4 {
        padding: 0px 0 0px;

    }
    .section3__img img {
        width: 100%;
        height: auto;
    }
   
    .section4__wrap {
      
        flex-direction: column;
    }
    .section4__container {
        flex-direction: column;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .section4__slider img {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        right: 0;
    }
    .section4__content {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0px 0px;
      
    }
    .section4 h2 {
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
        color: #000;
        padding: 0 15px;
        margin-bottom: 26px;
        display: block;
        margin-left: auto;
        width: fit-content;
        border-bottom: 0;
        text-align: center;
        line-height: 38px;
    }
    .slider-for.slick-initialized.slick-slider {
        width: 100%;

    }
    .details-item {
        text-align: center;
    }
    .section4__slider {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .section5 {
        flex-wrap: wrap;
        margin-top: 39px;
    }

    .section5__img {
        max-width: 50%;
        max-height: 50%;
    }

    .section6 {
        padding: 35px 0 80px;
        position: relative;
       
    }
    .form__button p {
        text-transform: uppercase;
        font-size: 12px;
    }
    .section6__container h2 {

        font-size: 32px;
        margin-bottom: 20px;
    }

    .section6 .slick-slider {
        display: block;

    }
    .slider-nav .slick-slide {
        display: block;
        margin: 0 2px;
    }
    .section6 .slide {
        margin: 0 0 0 0px;
        height: auto;
        order: 1;
        padding: 25px;

    }

    .section6 button.slick-prev.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 46%;
        transform: translate(-46%, 0);
    }

    .section6 button.slick-next.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 36%;
        margin-left: 80px;
        transform: translate(-36%, 0);
    }

    .section7__wrap h2 {

        font-size: 4vw;

    }
    .header__footer {
       margin-top: 0px;
       padding-bottom: 0;
    }
    .section7 {
        padding: 40px 20px;
    }

    .section7__wrap {
        gap: 10px;
        flex-direction: column;
    }
    .header::after {
 
        opacity: 0;
        
    }

 h2{
    text-align: center;
 }
    /* ul.custom-list {
     
        align-items: center;
    }
    ul.custom-list li {
        margin-bottom: 0px;
        text-align: center;
    } */
    .section7__item p {

        font-size: 14px;
        line-height: 18px;

    }
    .section7__wrap img {
        max-height: 87px;
        width: auto;
        margin:  0 0 20px ;
    }
    .section7__items {
        flex-wrap: wrap;
    }

    .section7__item {
        width: 48%;
        display: flex;
        flex-direction: column;
    }
    .section7__container {
     
        padding: 0 10px;
    }
    .footer__container {

        padding: 33px 15px 5px;
    }

    .footer__head img {
        max-height: 33px;
    }

    .footer__head h2 {
        font-size: 32px;
        line-height: 36px;
        line-height: 20px;

    }
    .section4__container {
     
        gap: 20px;
       
    }
    .footer__container::after,
    .footer__container::before {
        display: none;
    }

    .footer__container .hide {
        margin-top: 40px;
    }
}

@media screen and (max-width:355px) {

    .form-group,
    .form-group1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section4 {
      
    }
}
.popup {
    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;
}

.popup__content {
    background: #fff;
    padding: 40px 20px 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    position: relative;
}

.popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

select {
    width: 100%;
    padding: 10px;   
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    line-height: 150%;
    color: #969696;
    background-color: #fff;
        padding: 10px 10px 10px 17px;
        border: 1px solid #999;
        border-radius: 16px;
    cursor: pointer;
}

select:focus {
    outline: none;

}

.custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: flex
;
    width: 18px;
    height: 18px;
    background-position: center;
    z-index: 1;
    background-image: url(../img/right2.png);
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
    color: white;
    border-radius: 100%;
    background-color: #E51430;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
input[type="text"], input[type="phone"] {
    width: -webkit-fill-available;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #969696;
    background-color: transparent;
    padding: 10px 10px 10px 17px;
    border: 1px solid #999;
    border-radius: 16px;
}
.popup__content h2{
    font-weight: 700;
font-size: 16px;
margin-bottom: 10px;
text-transform: uppercase;
text-align: center;
color: #000;
}
form#customForm {
    display: flex
;
    gap: 10px;
    flex-direction: column;
}