body {
    overflow-x: hidden;
}

.mainmenu{
    transition: all 0.3s ease-in-out;
    font-family: 'PT Sans', sans-serif;
    background:  linear-gradient(224.07deg, #5E51F3 1.23%, #9A35FF 100%);
    border-radius:12px;

}
.mainmenu:hover{
    transform: scale(1.03);
    z-index: 1;
}
.head-head{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    color: #F7F7FB;
}
.mainmenu-head{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #F7F7FB;
}

.mainmenu-badge{
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px 5px;
    margin: 3px;
    border-radius: 3px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #F7F7FB;
}
.status-badge{
    transition: 0.5s;
    background: #F7F7FB;
    padding: 5px 10px 5px;
    margin: 3px;
    border-radius: 3px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: white;
 }
.mainmenu-badge-service{
    transition: 0.5s;
    background: rgba(255, 255, 255, 1);
    padding: 5px 10px 5px;
    margin: 3px;
    border-radius: 3px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
}
.mainmenu-badge:hover{
    transition: 0.5s;
    background: rgba(255, 255, 255, 1);
    padding: 5px 10px 5px;
    margin: 3px;
    border-radius: 3px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
}
.mainmenu-badge-service:hover{
    transition: 0.5s;
    background: rgba(255, 255, 255, 1);
    padding: 5px 10px 5px;
    margin: 3px;
    border-radius: 3px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
}

.topbar{
    transition: 0.5s;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
}
.topbar:hover{
    transition: 0.5s;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #5E51F3;
}

.mm-button{
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
}

.mm-button:hover{
    background: #5E51F3;
    color: white;
    border: 1px solid #5E51F3;
    transition: all 0.3s ease-in-out;
}

.search{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    background: #EDEDED;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border:0px
}
.search:hover{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    background: #EDEDED;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border:0px;
}
.search-group:hover{
    transition: 0.3s;
    border-radius: 10px;
}
.search-group{
    transition: 0.3s;
    border-radius: 10px;
}
.search:focus{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    background: #EDEDED;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
.btn-search{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    background: #EDEDED;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
.btn-search:hover{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #5E51F3;
    background: #d4d4d4;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.home-product{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 30px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}
.home-product:hover{
    transform: scale(1.03);
    z-index: 1;
}
.home-product-head{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;

    color: rgba(0, 0, 0, 0.8);
}

.home-product-aviable{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);

}
.home-product-btn{
    transition: 0.5s;
    width: 135px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #5E51F3;
    border: 1px solid #5E51F3;
    border-radius: 10px;
}
.home-product-btn:hover{
    transition: 0.5s;
    width: 135px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    background: #5E51F3;
    color: #ffffff;
    border: 1px solid #5E51F3;
    border-radius: 10px;
}
.home-product-btn-reverse{
    transition: 0.5s;
    width: 135px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    background: #5E51F3;
    line-height: 18px;
    color: #ffffff;
    border: 1px solid #5E51F3;
    border-radius: 10px;
}
.home-product-btn-reverse:hover{
    transition: 0.5s;
    width: 135px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #5E51F3;
    border: 1px solid #5E51F3;
    border-radius: 10px;
}
.home-product-img{
    width: 250px;
    height: 250px;
    margin: 30px 0px 20px 0px;
}
.section-head{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.8);
}
h1{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}
h2{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}


.product-section{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 30px;
    transition: all 0.5s ease-in-out;
}
.product-section:hover{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0px 0px 40px 10px rgba(94, 81, 243, 0.2);
    transition: all 0.5s ease-in-out;
}
.product-about{
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    transition: all 0.5s ease-in-out;
    max-width:300px;
}
.product-about:hover{
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 40px 10px rgba(94, 81, 243, 0.2);
}
.product-about-tech{
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    transition: all 0.5s ease-in-out;
    max-width:300px;
}
.product-about-tech:hover{
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 40px 10px rgba(94, 81, 243, 0.2);
}
.product-img{
    width: 450px;
    height: 450px;
}
.product-head{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: rgba(0, 0, 0, 0.8);
}
.product-price{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    width: 370px;
    font-size: 24px;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.8);
    background: #F9F9F9;
    border-radius: 12px;
}
.product-aviable{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.8);
    background: #F9F9F9;
    border-radius: 12px;
    max-width: 250px;
}
.product-btn{
    transition: 0.5s;
    width: 370px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: white;
    background: #5E51F3;
    border: 1px solid #5E51F3;
    border-radius: 10px;
}
.product-btn:hover{
    transition: 0.5s;
    width: 370px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    background: #4033DB;
    color: #ffffff;
    border: 1px solid #4033DB;
    border-radius: 10px;
}
.product-aviable-link{
    color: #5E51F3;
    text-decoration: none;
}
.product-aviable-link:hover{
    color: #4033DB;
    text-decoration: none;
}
.banner-garant{
    color: #F7F7FB;
    font-size: 16px;
    font-family: 'PT Sans';
    font-weight: 500;
    background: linear-gradient(269.45deg, #5E51F3 0.45%, #B651F3 64.95%);
    border-radius: 12px;
    padding: 20px 30px;
    transition: all 0.5s ease-in-out;
}

.banner-delivery{
    color: #F7F7FB;
    font-size: 16px;
    font-family: 'PT Sans';
    font-weight: 500;
    background: linear-gradient(269.45deg, #B651F3 0.45%, #5E51F3 64.95%);
    border-radius: 12px;
    padding: 20px 30px;
    transition: all 0.5s ease-in-out;
}

.banner-header{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 40px;
    color: #F7F7FB;
}
.cart-content {
    transition: opacity 0.3s;
    opacity: 0;
    visibility: hidden;
    background:white;
}

.cart-button:hover + .cart-content, .cart-content:hover {
    opacity: 1;
    visibility: visible;
}


.cart-badge{
    transition: 0.5s;
    background: #5E51F3;
    padding: 1px 6px 1px;
    border-radius: 3px;
    font-family: 'PT Sans';
    font-style: normal;
    font-size: 14px;
    color: #F7F7FB;
}
.topmenu-badge{
    transition: 0.5s;
    background: rgba(94, 81, 243, 0.75);
    padding: 5px 10px 5px;
    border-radius: 8px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #F7F7FB;
}


.cart-link{
    color: rgba(0, 0, 0, 0.8);
}
.cart-link:hover{
    color: #5E51F3;
}

.cart-delete{
    color:rgba(0, 0, 0, 0.5)
}
.cart-delete:hover{
    color:rgba(0, 0, 0, 1)
}
.cart-delete-main{
    color:rgba(0, 0, 0, 0.5)
}
.cart-delete-main:hover{
    color:rgba(0, 0, 0, 1)
}
.cart-product-img{
    width: 100px;
    height: 100px;
}
.go-to-cart-btn{
    width: 135px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #5E51F3;
    border: 1px solid #5E51F3;
    border-radius: 10px;
}
.go-to-cart-btn:hover{
    width: 135px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    background: #5E51F3;
    color: #ffffff;
    border: 1px solid #5E51F3;
    border-radius: 10px;
}

.violet-text{
    color: #5E51F3;
}

.pag-button{
    color: #5E51F3;
    border-radius: 5px;
    font-size: 16px;
}
.pag-button-active{
    background: #5e51f3;

    color: white;
    border-radius: 5px;
    font-size: 16px;
    border-color: #5e51f3;
}

.sort-dropdown{
    color: #5e51f3;
}

.sort-dropdown-active{
    border-radius: 5px;
    background: #5e51f3;
    color: white;
}
.order-head{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;

    color: rgba(0, 0, 0, 0.5);
}

.city-input-warning {
    border: 2px solid orange;
}

.city-input-success {
    border: 2px solid green;
}
a {
    color: #5E51F3;
}

.banner-index-head{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.03em;

    color: white;
}
.banner-index-desc{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;

    color: white;
}
.home-banner-btn{
    transition: 0.5s;
    width: 135px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
}
.home-banner-btn:hover{
    transition: 0.5s;
    width: 135px;
    height: 50px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    background: white;
    color: #5E51F3;
    border: 1px solid white;
    border-radius: 10px;
}
.fixed-bottom{
    position: fixed; /* Фиксируем позицию */
    bottom: 0; /* Размещаем панель в нижней части экрана */
    left: 0; /* Растягиваем панель на весь экран по горизонтали */
    width: 100%;
    background-color: white; /* Фон панели */
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2); /* Тень для визуального отделения */
    z-index: 1030; /* Убедитесь, что панель находится поверх других элементов */
    }

.menu-arrow{
    float: right;
    color: white;
}

===================


.header{
    height: 91px;
}

.button{
    border-radius: 10px;
}

.body-wrapper{
     max-width: 1472px;
     padding: 0 15px;
    margin: 0 auto;
}

.main__header{
    max-width: 1472px;
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 12px;
}

.header__wrapper{
    margin-left: 60px;
    margin-top: 90px;
}

.main__title{
    width: 460px;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 48px;
    font-weight: 700;
}

.text{
    font-size: 20px;
    max-width: 615px;
    color: rgba(0,0,0,0.6);
    margin-bottom: 30px;
}



.contacts__wrapper{
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.social-media__list{
    list-style: none;
    padding: 0;

    display: flex;
    gap: 30px;
    margin-bottom: 80px;
    margin-top: 80px;
    font-size: 16px;
    font-weight: 700;
}

.header--button{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5e51f3;
    color: #fff;
    border: none;
    font-weight: 700;
    width: 384px;
    height: 48px;
    font-size: 14px;
    border-radius: 10px;
}

.header--button:hover{
    cursor: pointer;
}

.contacts__social-media{
    margin-bottom: 20px;
}

.social-media--right{
    width: 135px;
}

.social-media-link{
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 40px;
    border: 1px solid rgba(0,0,0,0.2);
    padding-top: 10px;
    margin-right: 10px;
    color: rgba(0,0,0,0.8);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    transition: 0.5s;

}

.social-media-link:hover{
    border: 1px solid #5e51f3;
    transition: 0.5s;
    color: #5e51f3;
}

.social-media--right a{
    width: 135px;
    margin-top: 5px;
}

.vr_img{
    margin-top: 61px;
    margin-left: 10px;

}

.vr_img--mobile{
    display: none;
}






.steps{
    margin-top: 66px;
}

.steps__list{
    list-style: none;
    padding: 0;
    margin-left: 93px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 185px;

}

.steps--item{
    width: 280px;
}

.steps--title{
    font-size: 18px;
    font-weight: 400;
}

.steps-body{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    margin-top: 10px;
}


.catalog{
    width: 100%;
}

.catalog__title{
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 12px;
    margin-left: 14px;
}

.product{
    background-color: white;
    border-radius: 12px;
    width: 345px;
    height: 524px;
    padding: 30px;
    margin-bottom: 20px;
}

.product__photo{
    margin: 20px 17.5px;
    width: 250px;
    height: 250px;
    background-position: center;
}

.product__title{
    margin-top: 30px;
    margin-bottom: 7px;
    letter-spacing: 1px;
}

.product__description{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(0,0,0,0.7);
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.product__price-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;

}

.product__price{
    letter-spacing: 0.5px;
}

.day{
    font-size: 14px;
    line-height: 23px;
}

.catalog--button{
    width: 135px;
    height: 48px;
    font-weight: 700;
    background-color: white;
    color: #5e51f3;
    border: 1px solid #5e51f3;
    transition: 0.5s;
}

.catalog--button:hover{

    font-weight: 700;
    background-color: #5e51f3;
    color: white;
    transition: 0.5s;
    cursor: pointer;
}

.addition{
    margin-top: 57px;
}




.application{
    margin-top: 77px;
}

.application__title{
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
    margin-left: 14px;
}

.application__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-list{
    width: 700px;
    border-radius: 30px;
    background: linear-gradient(224.13deg, rgb(94, 81, 243) 1.942%,rgb(154, 53, 255) 100%);
    color: white;
    margin-bottom: 30px;
}

.product-list__title{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
    margin-top: 32px;
    margin-left: 61px;
}

.product-list__price--wrapper{
    width: 570px;
    margin: 27px 78px 22px 62px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1px;
}

.product-list__name-product, .product-list__sum{
margin: 0;
font-size: 16px;
}

.product-list__list-item{
    list-style: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;

    width: 620px;
    height: 148px;
    margin-left: 45px;
    margin-bottom: 22px;
    overflow-y: auto;
}

.list-item__product-item{
    width: 600px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*-------СКРОЛЛБАР--------*/

@-moz-document url-prefix() {
.product-list__list-item{
    scrollbar-width: auto;
    scrollbar-color: rgba(255,255,255,0.3) transparent;
}}

.product-list__list-item::-webkit-scrollbar{
    width:10px;
}

.product-list__list-item::-webkit-scrollbar-track{
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 10px;
}

.product-list__list-item::-webkit-scrollbar-thumb{
    background-color: rgba(255,255,255,0.3);
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 10px;
}


/*-------------*/


.list-item__product-item:nth-child(odd){
    background-color: rgba(243,242,254,0.1);
    border-radius: 10px;
}

.product-item__name-item{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    margin-left: 17px;
}

.product-item__price{
    margin-right: 15px;
}

.product-list__result-wrapper{
    width: 568px;
    margin-left: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
}

.result__days{
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1px;
    margin: 0;
}

.result__days-wrapper{
    width: 261px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.days__counter-wrapper{
    width: 100px;
    height: 40px;
    border: 1px solid #fafafa;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.counter__button{
    color: white;
    background: transparent;
    border: none;
}

.counter__button:hover{
    cursor: pointer;
}
.counter{
    height: -40px;
}

.user-data{
    width: 700px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    margin-bottom: 30px;
}

.user-data__title{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
    margin-top: 31px;
    margin-left: 60px;
}

.name__form-field{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.name-wrapper{
    margin-top: 20px;
    margin-left: 60px;
    display: flex;
    flex-direction: column;
}

.form-field{
    width: 328px;
    height: 53px;
    border-radius: 10px;
    border: 1px solid #5e51f3;
}

.form-field:focus{
    outline: 1.5px solid #5e51f3;
}



.user-data__controller{
    margin-top: 31px;
    margin-left: 36px;
}

.user-data__button{
    width: 328px;
    height: 50px;
    color: white;
    background: #5e51f3;
    border-radius: 10px;
    border: none;
    margin-top: 30px;
    margin-left: 60px;
    margin-bottom: 38px;
}

.user-data__button:hover{
    cursor: pointer;
}

.answers{
    margin-top: 47px;
    margin-bottom: 30px;
}

.answers__title{
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
    margin-left: 14px;
}

.answers__wrapper{
    background: white;
    border-radius: 12px;
    padding: 30px 30px 15px 30px;
}
.answers__list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.answers__item{
   margin-bottom: 20px;
}

.answers__question{
    margin: 0 0 10px 0;

    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.answers__body{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(0,0,0,0.8);
}



/* ----------------------------ВЫКУП------------------*/

.purchase--header{
    max-width: 1440px;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: white;
    border-radius: 12px;
    padding-left: 80px;
    margin-bottom: 77px;
}

.purchase--header__title{
    margin-top: 62px;
    margin-bottom: 20px;

    color: black;
    font-family: PT Sans, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.03em;
    text-align: left;
}

.purchase__description{
    max-width: 726px;
    margin-bottom: 58px;

    color: rgba(0, 0, 0, 0.6);
    font-family: PT Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-align: left;
}
.purchase-header__social-media{
    color: rgba(0, 0, 0, 0.6);
    font-family: PT Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 20px;
}

.purchase__list{
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
}

.social-media__list{
    display: flex;
    margin-bottom: 58px;
}

.purchase__button{
    background-color: #5E51F3;
    font-family: PT Sans, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    padding:10px 29px;
    margin-right: 20px;
}

.purchase__button:hover{
    cursor: pointer;
}


.purchase__link{
    text-decoration: none;
    color: white;
}

.purchase-header__img{
    width: 46%;
    height: auto;
    position: absolute;
    left: 965px;
    bottom: -22px;
}

.purchase__product{
    margin-bottom: 57px;
}

.purchase__title{
    color: rgb(0, 0, 0);
    font-family: PT Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    margin-left: 14px;
    margin-bottom: 20px;
}

.product__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.product__item{
    width: 458px;
    height: 220px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.item__img{
    margin-top: 20px;
}

.item__title{
    margin-top: 15px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.8);
    font-family: PT Sans, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
}

.item__description{
    color: rgba(0, 0, 0, 0.8);
    font-family: PT Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    max-width: 362px;
    letter-spacing: 0.03em;
    margin-top: 0;

}

.purchase--steps{
    margin-bottom: 77px;
}

.purchase--steps__wrapper{
    background-color: white;
    border-radius: 12px;
    display: flex;
}

.purchase--steps__list{
    margin-top: 41px;
    margin-left: 80px;
    margin-bottom: 40px;
    margin-right: 12%;
    display: flex;
    flex-direction: column;
    gap: 56px;

    position: relative;
}

.purchase--steps__list::before{
    content: "";
    background-image: url("../static/img/StepsLine.png");
    width: 1px;
    height: 199px;
    position: absolute;
    top:20px;
    left: 10px;

}

.purchase--steps__item--description{
    margin: 0;
    max-width: 695px;
    color: rgba(0, 0, 0, 0.8);
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.purchase--steps__item{
    display: flex;
}

.purchase--steps_img{
    height: 85%;
    width: auto;
    margin-top: 25px;
}

.steps__item--img{
    margin-right: 20px;
    z-index: 2;
}

.purchase__connection{
    background-color: white;
    border-radius: 12px;
    display: flex;
    gap: 137px;
    align-items: center;
    padding-left: 6%;
    margin-bottom: 20px;
}

.connection__title{
    margin-top: 25px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    font-family: PT Sans, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
}

.connection__description{
    max-width: 635px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.6);
    font-family: PT Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}


.social-media__list--connection{
    margin-top: 59px;
}

.connection__item{
    padding:15px 35px;
    font-size: 14px;

}


/* ----------------------------TRADE IN------------------*/
.TradeInHeader {
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(266.46deg, #5E51F3 20.34%, #B651F3 134.37%);
    position: relative;
    overflow: hidden;
    padding-top: 65px;
    padding-left: 80px;
    padding-bottom: 73px;
    margin-bottom: 77px;
}

.TradeInHeader__img{
    position: absolute;
    top: 12px;
    left: 1128px;
    width: 323px;
    height: 322px;
}

.TradeInTitle {
    color: white;
    font-family: "PT Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
}

.TradeInDescription {
    color: white;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

.TradeIn__title{
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    margin-left: 14px;
    margin-top: 0;
    margin-bottom: 20px;
}

.TradeInRules{
    margin-bottom: 77px;
}

.TradeInRules__list{
    padding: 0;
    display: flex;
    gap: 20px;
}

.TradeInRules__item{
    background-color: white;
    width: 710px;
    border-radius: 12px;
    list-style: none;
    padding-bottom: 20px;
}

.TradeInRules__title{
    color: rgba(0, 0, 0, 0.9);
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    margin: 22px 0 20px 20px;
}

.disk__diskList, .GamePad__GameList{
    list-style: inside;
    padding-left: 22px;
}

.diskList__item, .GameList__item, .GamePad__description{
    color: rgba(0, 0, 0, 0.9);
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-bottom: 20px;
    max-width: 650px;
}

.GamePad__description{
    padding-left: 22px;
}

.TradeInSteps__list{
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

.TradeInSteps__StepsItem{
    background-color: white;
    width: 460px;
    padding-left: 30px;
    border-radius: 12px;
}

.TradeInSteps__StepsItem:hover{
    box-shadow: 0 0 40px 10px rgba(94, 81, 243, 0.2);
}

.StepsItem__title{
    color: rgba(0, 0, 0, 0.8);
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.StepsItem__description{
    color: rgba(0, 0, 0, 0.8);
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    max-width: 406px;
    margin-bottom: 22px;
}

.TradeInSteps{
    margin-bottom: 77px;
}

.TradeInSocialMedia{
    background-color: white;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
}

.TradeInSocialMedia__title{
    margin-top: 24px;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.03em;
    text-align: left;
}

.TradeInSocialMedia__description{
    color: rgba(0, 0, 0, 0.6);
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 25px;
    max-width: 658px;
}

.TradeInSocialMedia__list{
    list-style: none;
    display: flex;
    gap: 30px;
    margin-top: 16px;
}

.TradeInSocialMedia_item{
    background-color: #5E51F3;
    border-radius: 10px;
    padding: 12px 30px;
}

.TradeInSocialMedia_item:hover{
    cursor: pointer;
}

.TradeInSocialMedia__link{
    text-decoration: none;
    color: white;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
}



/*-----------------РЕМОНТ-----------------------*/

.repairHeader{
    background-color: white;
    border-radius: 12px;
    display: flex;
    padding-left: 80px;
}

.headerTitle{
    font-family: "PT Sans", sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    letter-spacing: 0.03em;
}

.repairTitle{
    max-width: 578px;
    margin-top: 62px;
    margin-bottom: 25px;
}

.headerDescription,.shopDescription__item {
    color: rgba(0, 0, 0, 0.6);
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    letter-spacing: 0.03em;
}
.repairDescription{
    max-width: 706px;
    margin-bottom: 79px;
}

.socialMedia_header{
    color: rgba(0, 0, 0, 0.6);
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    letter-spacing: 0.03em;
}

.repair_socialMedia_header{
    margin-bottom: 25px;
}

.socialMedia{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.repair_SocialMedia{
    margin-bottom: 58px;
}

.repair__SocialMediaItem{
    margin-right: 20px;
}


.socialMedia__link{
    text-decoration: none;
    color: white;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 12px 30px;
    background-color: #5E51F3;
    border-radius: 10px;
    white-space: nowrap;
}

.repairRobot{
    margin-left: 9%;
    margin-top: 13px;
}

.repairList{
    margin: 77px 0;
}

.repairList__list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.repairList_repairItem{
    background-color: white;
    width: 345px;
    border-radius: 12px;
    height: 315px;
}

.repairItem__wrapper{
    margin-top: 23px;

    border-color: #dfe3f4;
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
}

.repairItem__description{
    color: rgba(0, 0, 0, 0.6);
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
    margin-left: 20px;
}


.repairSteps{
    margin-bottom: 77px;
}

.repairSteps__wrapper{
    background-color: white;
    border-radius: 12px;
    padding-left: 80px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

.repairSteps__wrapper::before{
    content: "";
    position: absolute;
    background-image: url("../static/img/repairGear.png");
    width: 489px;
    height: 453px;
    right: -124px;
    top: -121px;
}

.repairSteps__wrapper::after{
    content: "";
    position: absolute;
    background-image: url("../static/img/StepsLine.png");
    width: 1px;
    height: 200px;
    left: 90px;
    top: 55px;
}

.repairSteps__list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.repairSteps__repairItem{
    display: flex;
    margin-bottom: 56px;
}


.repairSteps__repairItem:nth-child(3){
    margin-bottom: 40px;
}

.repairItem__img{
    z-index: 2;
}

.repairSteps__description{
    margin: 0;
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    max-width: 900px;
}

.repairInfo{
    background-color: white;
    border-radius: 12px;
    padding-left: 80px;
    padding-top: 25px;
    display: flex;
}

.repairInfo__title{
    font-family: "PT Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 0;
}

.repairInfo__description{
    color: rgba(0, 0, 0, 0.6);
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    max-width: 635px;
    margin-bottom: 25px;
}

.repairInfo__socialMedia{
    align-items: center;
    margin-left: 10%;
}

.repairInfo__SocialMediaItem{
    margin-right: 30px;
}

.repairInfo__link{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 15px 35px;
}


/*О НАС*/

.shopHeader{
    background-color: white;
    border-radius: 12px;
    padding-left: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 77px;
    position: relative;
}

.shopHeader:before{
    content: "";
    position: absolute;
    background-image: url("../static/img/shopImg.png");
    width: 448px;
    height: 377px;
    right: 59px;
    top: 35px;

}

.shopTitle{
    margin-top: 0;
    margin-bottom: 30px;
}

.shopDescription{
    max-width: 706px;
    margin: 20px 0 0;
}

.shopDescription__list{
    padding-left: 30px;
    margin: 0 0 0;
}

.shopImg{
    margin: 26px 0 0 90px;
}

.shopMain{
    margin-bottom: 30px;
}

.shopMain__wrapper{
    background-color: white;
    border-radius: 12px;
    display: flex;
    padding-left: 80px;
}

.shopList{
    list-style: none;
    padding: 0;
    margin-top: 50px;
    margin-right: 121px;
}

.shopList__itemShop{
    margin-bottom: 20px;
}

.itemShop__cityShop{
    font-family: "PT Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}

.itemShop__addressShop{
    color: rgba(0, 0, 0, 0.6);
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 0;
}

.highlight{
    color: #5E51F3;
    text-decoration: none;
}
.shop_SocialMedia{
    margin-top: 25px;
}

.mapShop__wrapper{
    margin: 64px 0;
}

.mapShop--tablet{
    display: none;
}



/*ДОСТАВКА*/

.rectangle{
    background-color: white;
    border-radius: 12px;
}

.deliveryHeader{
    padding: 40px 0 0 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: 77px;
}

.deliveryHeader:before{
    position: absolute;
    content: "";
    width: 668px;
    height: 471px;
    background-image: url("../static/img/delivery.png");
   right: 59px;
    top: -109px;
}

.deliveryTitle{
    margin-top: 0;
    margin-bottom: 40px;
}

.delivery_socialMedia{
    margin-bottom: 55px;
    gap: 20px;
}

.deliveryInfo{
    margin-bottom: 77px;
}

.deliveryInfo__wrapper, .payment__wrapper{
    padding: 40px 80px;
}

.deliveryInfo__title{
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.8);
}

.pickup__info{
    color: rgba(0, 0, 0, 0.6);
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 0;
}

.payment__button{
    background-color: white;
    border: 1px solid #5E51F3;
    border-radius: 10px;
    padding: 7px 36px 7px 36px;
    color: #5E51F3;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.buttonSVG{
    margin-bottom: 1px;
    margin-left: 5px;
}

.payment__button line{
    stroke: #5E51F3;
    transition: all 0.3s ease-in-out;
}

.payment__button:hover line{
    stroke: white;
    transition: all 0.3s ease-in-out;

}

.payment__button:hover{
    cursor: pointer;
    background-color: #5E51F3;
    color: white;
    transition: all 0.3s ease-in-out;
}

.list{
    padding: 32px 60px 40px;
    border: 1px solid #5E51F3;
    border-radius: 12px;
    margin-top: 10px;
}



.payment__list--close{
    display: none;
}

.img__wrapper{
    display: flex;
}

.payment__info{
    max-width: 900px;
    margin-right: 47px;
}




/*ГАРАНТИЯ*/

.guaranteeHeader{
    padding: 40px 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: 77px;
}

.guaranteeHeader::before{
    content: "";
    position: absolute;
    background-image: url("../static/img/gurantee.png");
    width: 469px;
    height: 436px;
    left: 886px;
    top: -7px;
}

.guaranteeTitle{
    margin-top: 0;
    margin-bottom: 15px;
}

.guaranteeDescription{
    max-width: 706px;
    margin-bottom: 30px;
    margin-top: 0;
}

.guarantee_socialMedia{
    gap: 20px;
    margin-bottom: 11px;
}

.guaranteeInfo{
    margin-bottom: 77px;
}

.guaranteeInfo__wrapper{
    padding: 40px 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.guaranteeInfo__wrapper::before{
    position: absolute;
    content: "";
    background-image: url("../static/img/LineGuarantee.png");
    width: 1px;
    height: 510px;
    left: 94px;
    top: 52px;
}

.guaranteeInfo__description{
    margin-left: 34px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    max-width: 996px;
    position: relative;
}

.guaranteeInfo__description::before{
    position: absolute;
    content: "";
    background-image: url("../static/img/ellipse.png");
    width: 10px;
    height: 10px;
    left: -24px;
    top: 2px;
}




/*АДАПТИВ*/
@media (max-width: 1440px) and (min-width: 1250px) {
    .TradeInHeader__img {

        top: 12px;
        left: 77%;
        width: 323px;
        height: 322px;
    }

    .TradeInRules__item {
        max-width: 710px;
    }

    .TradeInSteps__list {
        gap: 14px;
    }

    .TradeInSteps__StepsItem {
        padding-left: 20px;
        padding-right: 20px;
    }


    /*ВЫКУП*/

    .purchase-header__img{
        left: 865px;
        bottom: 15px;
    }

    .product__item {
        width: 390px;
    }

    .connection__title {
        line-height: 40px;
    }


    /*РЕМОНТ*/

    .repairList_repairItem{
        width: 285px;
    }

    .repairItem__wrapper {
       width: 245px;
        overflow: hidden;
        border-radius: 12px;
        margin-left: 21px;
    }

    .repairHeader {
        padding-left: 40px;
    }

    .repairSteps__wrapper {
        padding-left: 40px;
    }

    .repairSteps__wrapper::after {
        left: 50px;
    }

    .repairItem__description {
        max-width: 800px;
    }

    .repairInfo {
        padding-left: 40px;
    }

    .repairInfo__SocialMediaItem {
        margin-right: 20px;
    }

    .repairInfo__link {
        padding: 11px 30px;
    }

    .repairInfo__socialMedia {
        margin-left: 5%;
    }

    /*  О НАС */

    .shopHeader {
        padding-left: 40px;
    }

    .shopTitle {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .shopHeader:before{
        right: 20px;
    }

    .shopMain__wrapper{
        padding-left: 20px;
    }

    .shopList {
        margin-right: 10px;
    }

    .mapShop__wrapper{
        margin: 94px auto 0;
    }

    .shopList__wrapper{
        margin-bottom: 40px;
    }

    /*ДОСТАВКА*/

    .deliveryHeader {
        padding: 40px 0 0 40px;
    }

    .deliveryHeader::before {
        right: -15px;
    }

    /*ГАРАНТИЯ*/

    .guaranteeHeader{
        padding: 40px;
    }

    .guaranteeHeader::before {
        left: 722px;
    }

    .guaranteeDescription {
        max-width: 600px;
    }

    .guaranteeInfo__wrapper {
        padding: 40px;
    }

    .guaranteeInfo__wrapper::before {
        left: 54px;
    }


}


@media (max-width: 1250px) and (min-width: 600px) {
    .TradeInHeader {

        padding-top: 65px;
        padding-left: 5%;
        padding-bottom: 63px;
        margin-bottom: 67px;
    }

    .TradeInDescription {
        max-width: 370px;
    }

    .TradeInHeader__img {
        top: 35px;
        left: 65%;
        width: 301px;
        height: 300px;
    }

    .TradeInRules__item {
        width: 100%;
    }

    .diskList__item, .GameList__item, .GamePad__description {
        max-width: 95%;
    }

    .TradeInSteps__list {
        flex-direction: column;
        gap: 20px;
    }
    .socialMedia__link {
        line-height: 16px;
        padding: 10px 25px;

    }
    .TradeInSteps__StepsItem {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .StepsItem__description {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .StepsItem__title {
       margin: 5px 0;
    }

    .TradeInSocialMedia {
        padding-left: 40px;
        padding-right: 40px;
    }

    .TradeInSocialMedia__list {
        flex-direction: column;
        gap: 10px;
    }

    .TradeInSocialMedia_item {
        padding: 10px 25px;
        text-align: center;
    }

    /*ВЫКУП*/

    .purchase--header {
        padding-left: 40px;

    }

    .purchase--header__title{
        font-size: 38px;
    }

    .purchase__description {
        max-width: 550px;
        margin-bottom: 58px;
        font-size: 18px;
    }


    .purchase-header__social-media {
        font-size: 18px;
        margin-bottom: 20px;
    }


    .purchase-header__img{
        left: 537px;
        bottom: 39px;
        width: 55%;
    }

    .product__item {
        width: 100%;
    }

    .purchase--steps__list {
        margin-left: 20px;
    }

    .purchase--steps_img {
        margin-top: 90px;
    }

    .purchase--steps__list::before {
        height: 79%;
    }

    .purchase__connection {
        padding-left: 40px;
        padding-right: 40px;
    }
    .social-media__list--connection {
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .purchase__list {
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 40px;
    }

    .connection__item {
        margin-right: 0;
        padding: 15px 25px;
        width: 100%;
    }

    /*РЕМОНТ*/

    .repairHeader {
        padding-left: 20px;
        justify-content: space-around;
    }

    .repairTitle {
        text-align: left;
        margin-top: 30px;
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
        max-width: 400px;
    }

    .headerDescription {
        font-size: 18px;
        text-align: left;
    }

    .repairDescription{
        margin-bottom: 40px;
        max-width: 400px;
    }

    .socialMedia_header {
        font-size: 18px;
        text-align: left;
    }


    .repair__SocialMediaItem {
        margin-right: 15px;
    }

    .repairRobot {
        width: 38%;
        height: 38%;
        margin: auto 0;
    }

    .repairList_repairItem {
       margin-bottom: 20px;
    }

    .repairList__list {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .repairList_repairItem {
        width: 100%;
        height: auto;
        padding: 0 10px;
    }

    .repairItem__description {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        margin-left: 0;
    }

    .repairItem__wrapper {
        overflow: hidden;
        border-radius: 12px;
        margin: 15px auto;
    }

    .repairList__img{
        width: 90%;
    }

    .repairSteps__wrapper {
        padding-left: 20px;
    }
    .repairSteps__wrapper::after {
        left: 30px;
        height:64%;
    }

    .repairSteps__wrapper::before {
        width: 489px;
        height: 453px;
        right: -179px;
        top: -10%;
    }

    .repairSteps__description {
        max-width: 55%;
    }

    .repairInfo {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-left: 0;

    }

    .repairInfo__socialMedia {
        margin: 0 auto 40px;
    }

    .repairInfo__wrapper{
        margin: 0 auto ;
    }

    .repairInfo__title {
        text-align: center;
    }

    .repairInfo__description {
        text-align: center;
    }

    /*  О НАС */


    .shopHeader {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        overflow: hidden;
    }

    .shopTitle {
        margin-bottom: 30px;
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
        max-width: 50%;
    }

    .shopDescription{
        max-width: 50%;
    }

    .shopDescription__item {
        font-size: 18px;
        max-width: 100%;
    }

    .shopHeader::before {
        right: -13%;
        top: -35px;
    }

    .mapShop--pk{
        display: none;
    }


    .shopList{
        margin-top: 30px;
        margin-right: 0;
    }

    .shopList__wrapper{
        margin-bottom: 30px;
    }

    .itemShop__cityShop {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .itemShop__addressShop {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .shop__socialMedia {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }

    /*ДОСТАВКА*/

    .deliveryHeader {
        padding: 20px 0 0 40px;
    }

    .deliveryTitle {
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
    }

    .delivery_socialMedia {
        margin-bottom: 37px;
        gap: 15px;
    }

    .deliveryHeader::before {
        width: 355px;
        height: 242px;
        background-image: url("../static/img/deliveryTablet.png");
        left: 62%;
        top: -27px;
    }

    .deliveryInfo__wrapper, .payment__wrapper {
        padding: 20px 40px;
    }

    .deliveryInfo__title {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .pickup__info {
        font-size: 20px;
        line-height: 26px;
    }

    .list {
        padding: 30px 30px 30px;
    }

    .payment__img{
        display: none;
    }

    .payment__info{
        margin-right: 0;
    }


        /*ГАРАНТИЯ */

    .guaranteeTitle {
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
    }

    .guaranteeHeader, .guaranteeInfo__wrapper {
        padding: 40px;
    }

    .guaranteeDescription {
        max-width: 400px;
    }

    .guaranteeHeader::before {
        background-image: url("../static/img/guranteeMobile.png");
        width: 321px;
        height: 290px;
        left: 65%;
        top: 19px;
    }

    .guaranteeInfo__wrapper::before {
        height: 81%;
        left: 54px;
        top: 52px;
    }


}

@media (max-width: 600px) {
    .TradeInHeader {
        padding: 40px 20px  150px 20px;
        margin-bottom: 57px;
    }

    .TradeInHeader, .TradeInRules, .TradeInSteps{
        margin-bottom: 57px;
    }

    .TradeInTitle {
        text-align: center;
    }

    .TradeInDescription {
        text-align: center;
    }

    .TradeInHeader__img {
        top: 183px;
        left: 26%;
        width: 187px;
        height: 186px;
    }

    .TradeInRules__list {
        flex-wrap: wrap;
    }

    .TradeInRules__item {
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .TradeInRules__title {
        text-align: left;
    }

    .diskList__item, .GameList__item, .GamePad__description {
        text-align: left;
    }

    .disk__diskList, .GamePad__GameList {
        list-style: none;
    }


    .TradeInSteps__list {
        flex-direction: column;
        gap: 20px;
    }

    .TradeInSteps__StepsItem {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .StepsItem__description {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .StepsItem__title {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .TradeInSocialMedia {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }

    .TradeInSocialMedia__title {
        margin-top: 24px;
        font-size: 32px;
        text-align: center;
    }

    .TradeInSocialMedia__description {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .TradeInSocialMedia__list {
        list-style: none;
        display: flex;
        gap: 0;
        justify-content: space-between;
        padding-left: 0;
        width: 100%;
    }

    .TradeInSocialMedia_item {
        background-color: #5E51F3;
        border-radius: 10px;
        padding: 5px 16px;
    }

    .TradeInSocialMedia__link {
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        line-height: 27px;
    }

    /*ВЫКУП*/

    .purchase--header {
        padding: 0 20px;
        margin-bottom: 57px;

    }

    .purchase--header__title{
        font-size: 28px;
        line-height: normal;
        text-align: center;
        max-width: 100%;
        margin-top: 20px;
    }

    .purchase__description {
        max-width: 100%;
        text-align: justify;
        margin-bottom: 58px;
        font-size: 16px;

    }

    .purchase-header__social-media {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 100%;
        text-align: justify;
    }

    .purchase-header__img{
        display: none;
    }

    .social-media__list--mobile{
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .social-media__list {
        gap: 5px;
        margin-bottom: 20px;
    }


    .social-media__item{
        padding: 7px 18px;
    }

    .social-media__link{
        font-size: 10px;
    }

    .item__title {
        text-align: center;
        max-width: 250px;
    }

    .item__description {
        max-width: 290px;
    }
    .product__item {
        height: 230px;
    }

    .purchase__button {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .purchase--steps_img {
        display: none;
    }

    .purchase--steps {
        margin-bottom: 57px;
    }

    .purchase--steps__list {
        margin-left: 20px;
        margin-right: 20px;
    }
    .purchase--steps__item--description {
        text-align: left;
    }

    .purchase--steps__list::before {
        content: "";
        background-image: url("../static/img/StepsLine.png");
        width: 1px;
        height: 382px;
        position: absolute;
        top: 20px;
        left: 10px;
    }

    .purchase__connection {
        padding-left: 3%;
    }

    .purchase__connection {
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
    }

    .connection__title {
        line-height: 40px;
        text-align: center;
    }

    .connection__description {
        text-align: center;
    }


    .social-media__list--connection {
        list-style: none;
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .purchase__connection {
        gap: 0;
    }

    .connection__item {
        padding: 7px 15px;
        margin-right: 0;
    }

    /*РЕМОНТ*/

    .repairHeader {
        padding: 0 20px;
    }

    .repairList {
        margin-bottom: 57px;
    }

    .repairHeader, .repairSteps {
        margin-bottom: 57px;
    }

    .repairTitle {
        margin-top: 40px;
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        max-width: 100%;
    }

    .repairDescription {
        margin-bottom: 40px;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    .repair_socialMedia_header {
        margin-bottom: 25px;
        max-width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 24px;

    }

    .repair_SocialMedia {
        margin-bottom: 30px;
        justify-content: space-between;
    }


    .repair__SocialMediaItem {
        margin-right: 0;
    }

    .repair__socialMedia__link{
        font-size: 10px;
        font-weight: 700;
        line-height: 14px;
        padding: 8px 18px;
    }


    .repairRobot {
        display: none;
    }

    .repairList__list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .repairList_repairItem {
        width: 48%;
        height: auto;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .repairItem__wrapper {
        margin-top: 13px;
    }

    .repairList__img{
        width: 100%;
    }

    .repairItem__description {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }

    .repairSteps__wrapper::before {
       display: none;
    }

    .repairSteps__wrapper {
        padding: 40px 20px 0;
    }

    .repairSteps__wrapper::after {
        height: 66.3%;
        left: 30px;
    }

    .repairSteps__description {
        margin: 0;
        margin-left: 20px;
        text-align: left;
    }

    .repairInfo {
        padding: 25px 20px 25px;
        display: flex;
        flex-wrap: wrap;
    }

    .repairInfo__title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        width: 100%;
    }

    .repairInfo__description {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .repairInfo__link {
        font-size: 10px;
        font-weight: 700;
        line-height: 14px;
        padding: 8px 18px;
    }
    .repairInfo__SocialMediaItem {
        margin-right: 0;
    }

    .repairInfo__socialMedia {
        align-items: center;
        margin-left: 0;
        justify-content: space-between;
        width: 100%;
    }

    /*  О НАС */

    .shopHeader::before {
        background-image: url("../static/img/shopImg__mobile.png");
        width: 253px;
        height: 212px;
        top: 25%;
        margin: auto;
        right:0;
        left: 0;
    }

    .shopHeader {
       padding: 30px 20px;
        margin-bottom: 57px;
    }

    .shopTitle {
        margin: 0 auto 240px;
        max-width: 189px;
        text-align: center;
        font-size: 28px;
        line-height: 36px;
    }

    .shopDescription{
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    .shopDescription__wrapper{
        display: none;

    }

    .shopMain__wrapper{
        padding: 0 20px;
    }

    .shopList{
        margin-top: 30px;
        margin-right: 0;
    }

    .shopList__wrapper{
        margin-bottom: 30px;
    }

    .itemShop__cityShop {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .itemShop__addressShop {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .mapShop__wrapper{
        display: none;
    }

    .shop__socialMedia {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .socialMedia_item{
        margin-right: 0;
    }

    .linkShop{
        padding: 10px 25px;
    }

    /*ДОСТАВКА*/


    .deliveryHeader {
        padding: 0 20px;
        margin-bottom: 57px;
    }
    .deliveryInfo {
        margin-bottom: 57px;
    }

    .deliveryTitle {
        margin: 20px auto;
        max-width: 189px;
        text-align: center;
        font-size: 28px;
        line-height: 36px;
    }

    .deliverySocialMedia__title{
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    .delivery_socialMedia {
        margin-bottom: 37px;
        gap: 0;
        justify-content: space-between;
    }

    .delivery__socialMediaItem{
        margin-right: 0;
    }

    .deliveryHeader::before {
       display: none;
    }

    .deliveryInfo__wrapper, .payment__wrapper {
        padding: 20px 20px;
    }

    .deliveryInfo__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .pickup__info {
        font-size: 18px;
        line-height: 25px;
    }

    .list {
        padding: 20px 20px ;
    }

    .payment__button {
        border-radius: 9px;
        width: 100%;
        font-size: 18px;
        line-height: 25px;
    }

    .payment__img{
        display: none;
    }

    .payment__info{
        margin-right: 0;
    }


    /*ГАРАНТИЯ*/

    .guaranteeHeader {
        padding: 20px;
        margin-bottom: 57px;
    }

    .guaranteeHeader::before {
       display: none;
    }

    .guaranteeTitle{
        margin: 0 auto;
        margin-bottom: 12px;
        max-width: 189px;
        text-align: center;
        font-size: 28px;
        line-height: 36px;
    }

    .headerDescription, .shopDescription__item {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    .guarantee_socialMedia {
       justify-content: space-between;
        gap: 0;
    }

    .guaranteeInfo__wrapper {
        padding: 20px;
        gap: 20px;
    }

    .guaranteeInfo__wrapper::before {
        height: 84%;
        left: 34px;
        top: 35px;
    }

    .guaranteeInfo {
        margin-bottom: 57px;
    }

}



/*АДАПТИВ*/
@media (max-width:1450px ) and (min-width: 1250px){
    .vr_img{
        width: 516.75px;
        height: 339px;
        margin-top: 125px;
    }
    .application__wrapper{
        flex-direction: column;
        align-items: center;
    }
    .steps__list{
        gap: 12%;
    }

    .steps-img{
        width: 100%;
        height: auto;
    }
}

@media (max-width:1250px) and (min-width: 830px){

    .steps__list{
        margin-left: 50px;
        gap: 7%;
    }

    .vr_img{
        display: none;
    }

    .steps-img{
        width: 100%;
        height: auto;
    }

    .header__wrapper{
        margin-right: 60px;
    }

    .main__title{
        width: 100%;
    }
    .application__wrapper{
        justify-content: center;
    }
}


@media (max-width:830px ){
    .vr_img{
        display: none;
    }

    .body-wrapper{
        min-width: 375px;
    }

   .main__header{
       min-width: inherit;
       /*padding: 0 20px;*/
   }

   .header__wrapper{
        margin: 30px 20px;
   }

   .main__title{
       width: inherit;

       text-align: center;
       font-size: 35px;
   }

   .text{
       width: 100%;
       font-size: 18px;
       text-align: center;
       margin-bottom: 10px;
   }

   .header--button{
       width: 100%;
   }

   .vr_img--mobile{
       display: inline;
       max-width: 100%;
       max-height: 100%;
       margin-bottom: 40px;
   }

   .social-media__list{
       margin-top: 30px;
       margin-bottom: 10px;
       gap:0 ;
       flex-wrap: wrap;
       justify-content: space-around;
   }

   .social-media{
       display: flex;
       flex-direction: column;
       align-items: center;
       margin-bottom: 20px;
   }

   .contacts__tel{
       display: inline-block;
       margin-left: 19px;
   }

   .steps img{
       display: none;
   }

   .steps{
       margin-top: 30px;
   }


   .steps__list{
       width: 100%;
       display: flex;
       flex-direction: column;
       gap: 10px;
       margin: 20px auto;

   }

   .steps--item{
       width: inherit;
   }

   .steps--title{
       display: flex;
       align-items: center;
       padding-left: 3%;
       height: 40px;
       background-color: #5e51f3;
       color: white;
       border-top-left-radius: 10px;
       border-top-right-radius: 10px;
       position: relative;
   }

   .steps--title::after{
       content: "";
       background-image: url("../static/img/arrow.png");
       background-repeat: no-repeat;
       position: absolute;
       width: 15px;
       height: 11px;
       left: 90%
   }

    .steps--item__show .steps--title::after{
       transform: rotate(-180deg);
   }



   .steps-body{
       font-size: 16px;
       margin-top: 0;
       padding: 10px 3%;
       border-left: 1px solid rgba(0,0,0,0.2);
       border-right: 1px solid rgba(0,0,0,0.2);
       border-bottom: 1px solid rgba(0,0,0,0.2);
       border-bottom-right-radius: 10px;
       border-bottom-left-radius: 10px;
   }

    .steps--item:not(.steps--item__show) .steps-body{
        display: none;
    }

     .steps--item:not(.steps--item__show) .steps--title{
           border-radius: 10px;
     }

     .catalog{
         margin-top: 57px;
     }

    .product{
        margin: 0 auto;
    }

    .application{
        margin-top: 57px;
    }

    .application__wrapper{
        justify-content: center;
    }

    .product-list__title{
        margin: 30px 0 20px 5%;
    }

    .product-list__price--wrapper{
        width: 82.5%;
        margin: 0 0 20px 7%;
    }

    .product-list__list-item{
        width: 90%;
        height: 148px;
        margin-left: 5%;
        margin-bottom: 22px;
        overflow-y: auto;
    }

    .product-item__name-item{
        font-size: 14px;
    }

    .list-item__product-item{
        width: 97%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        letter-spacing: 0;
        font-size: 14px;
    }


    .product-list__result-wrapper{
        width: 82.5%;
        margin-left: 7%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 34px;
    }

    .result__days-wrapper{
        width: 100%;
        margin-bottom: 15px;
    }

    .product-list__result--sum{
        margin-left: auto;
    }

    .user-data__controller{
        display: none;
    }

    .user-data__wrapper{
        padding: 7%;
        width: 100%;
        margin: 0 auto;
    }

    .user-data__form{
        display: flex;
        flex-direction:column;
        align-items: center;
    }


    .user-data__title{
        margin-left: 0;
        margin-top: 5px;
    }

    .name-wrapper{
        margin-left: 0;
        width: 100%;
    }

    .form-field{
        width: 100%;
    }

    .user-data__button{
        margin-left: 0;
        width: 100%;
        max-width: 328px;
        margin-bottom: 0;
    }

    .answers{
        margin-top: 27px;
    }

    .answers__body{
        text-align: justify;
    }

}