@import url(shrift.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth !important;
}

.container {
    max-width: 1290px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

:root {
    --Noto_s: "Noto_Sans_R";
    --body: #e5e5e5;
    --text: #313131;
    --dots: #313131;
    --dost-active: #fff;
    --color: #313131;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


body {
    background: var(--body);
    font-family: var(--Noto_s);
}

/* rek start */

.reklama {
    background: #0C0C0C;
}



.rek__item {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 30px;
}

.rek__link {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
}

.rek__lou {
    outline: none;
    border: none;
    opacity: 0.55;
}

/* rek end */

/* hedaer start */

.header__nav {
    margin-bottom: 50px;
}


.header__logo::before {
    content: url(../images/Logo\ white.png);
}

.header__seorch {
    max-width: 260px;
    width: 100%;
    background: none;
    border: 1px solid var(--text);
}

.header__seorch-but {
    padding: 15px 10px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 25px 0;
}

.header__seorch-btn {
    max-width: 150px;
    width: 100%;
    color: var(--text);
    border: 1px solid var(--text);
}

.header__seorch {
    max-width: 500px;
    padding: 10px 20px;
}

.header__form {
    max-width: 900px;
    width: 100%;
}

.header__logo {
    margin-right: 140px;
}

.header__list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
}

.header__link {
    font-size: 18px;
    color: var(--text);
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative;
    display: flex;
    justify-content: center;
    transition: .5s !important;
}

.header__link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: var(--text);
    display: flex;
    transition: .5s;
}



.header__link:hover::after {
    width: 100% !important;
    color: var(--text) !important;
}

.center__list {
    justify-content: center;
}


/* hedaer end */

/* carousel start */

.carousel__img {
    max-height: 400px;
    box-shadow: (-10px 5px 3px rgba(0, 0, 0, 0.25));
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
}

.carousel {
    margin-bottom: 50px;
}

.carousel__title {
    font-size: 4vw;
    line-height: 70px;
    text-align: center;
    color: var(--text);
    margin-bottom: 75px;
    z-index: 1;
}

.all-btn {
    padding: 12px 46px;
    border: 1px solid var(--text);
    color: var(--text);
    font-size: 1.1vw;
    display: inline-block;
    max-width: max-content;
}

.all-btn:hover {
    color: #000;
    background: var(--text);
    transition: .5ms;
}

.carousel__indicators {
    margin: 0 auto !important;
    gap: 15px;
    display: flex;
}

.carousel__titles {
    text-align: center;
}

.carousel__indicators-dots {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    background: var(--dots) !important;
    border: unset !important;
    opacity: 1 !important;
    background: var(--dots);
}

.carousel__indicators-dots.active {
    background: var(--dost-active) !important;
}

.btn {
    box-shadow: unset !important;
}

.btn:hover {
    color: #fff;
}

.dropdown-menu.show {
    position: absolute;
    top: 15px;
    transform: scale(1.2);
    transform: translateY(-100px);
    border-radius: 0;
    transition: .9s;
    background-color: rgb(rgb(112, 105, 105)) !important;
    animation: matrix 2s linear infinite alternate;
}

@keyframes matrix {
    0% {
        border-radius: 5%;

    }

    100% {
        border-radius: 15%;
    }
}

/* carousel end */

/* acsesuar start */



.acsesuar__content {
    display: flex;
    column-gap: 15px;
}

.acsesuar__images {
    background: #e5e5e5;
    position: relative;
    max-width: 590px;
    width: 100%;
    display: inline-block;
    color: #000 !important;
    transition: .5s;
    border-radius: 4px;
}

.acsesuar__images:nth-child(1) {
    grid-column: span 6;
    grid-row: span 2;
    grid-area: lg;
}

.acsesuar__images:nth-child(2) {
    grid-row: span 2;
    grid-column: span 6;
    grid-area: sm;
}



.acsesuar__content {
    gap: 25px;
    display: grid;
    grid-template-areas:
        'lg lg sm sm'
        'lg lg md1 md';
}

.acsesuar__images span {
    font-size: 1.9vw;
}

.acsesuar__images:nth-child(1) span,
.acsesuar__images:nth-child(2) span {
    position: absolute;
    top: 30px;
    left: 10px;
    border-radius: 50%;
    padding: 10px 5px;
    background: #313131;
    color: #fff;
    display: block;
}

.acsesuar__images:nth-child(3) span,
.acsesuar__images:nth-child(4) span {
    position: absolute;
    color: #fff;
    bottom: 25px;
    padding: 10px 5px;
    border-radius: 50%;
    background: #313131;
    left: 10px;
}


.acsesuar__images:nth-child(1) p {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.acsesuar__images:nth-child(2) p {
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.acsesuar__images:nth-child(3) p,
.acsesuar__images:nth-child(4) p {
    position: absolute;
    top: 25%;
    left: 10px;
}

.acsesuar__images:nth-child(1) h4 {
    position: absolute;
    bottom: 20%;
    left: 10px;
}

.acsesuar__images:nth-child(2) h4 {
    position: absolute;
    bottom: 14%;
    left: 10px;
}

.acsesuar__images:nth-child(3) h4,
.acsesuar__images:nth-child(4) h4 {
    position: absolute;
    top: 6%;
    left: 10px;
}


.acsesuar__img {
    width: 100%;
}

.acsesuar__images h4 {
    position: absolute;
    top: 83%;
    font-size: 1.9vw;
}

.acsesuar__images:nth-child(3) h4,
.acsesuar__images:nth-child(4) h4 {
    position: absolute;
    top: 10%;
}

.acsesuar {
    margin-bottom: 50px;
}

.acsesuar__btn {
    margin: 30px auto 0;
    text-align: center;
    margin-top: 20px;
}


.acsesuar .container {
    text-align: center;
}



/* acsesuar end */

/* ------------------CellPhone__card   start*/

.CellPhone__card {
    max-width: 290px;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
}

.CellPhone__card:hover {
    color: #fff !important;
}

.CellPhone__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;

}

.CellPhone__card img {
    height: 200px;
}

.CallPhone__title {
    color: #fff;
}

.CellPhone .container .CellPhone__content {
    text-align: center;
}

.CellPhone__btn {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    display: block;
    margin-top: 20px;
}

.CellPhone__card::before {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    transition: .5s;
}

.CellPhone__card:hover::before {
    width: 100%;
}

/* ------------------CellPhone__card   end*/


/* ---------------------PlayStation start */

.PlayStation__item-left a {
    margin-top: 83px;
}

.PlayStation__item-left h2 {
    margin-top: 20px;
}

.CellPhone__card {
    box-shadow: 0px 4px 10px 0px #00000040;
}

.PlayStation__list {
    display: flex;
    justify-content: space-between;
    margin-top: 83px;
}



.PlayStation__item-left img {
    width: 270px;
}

.PlayStation__item-left h2 {
    color: #fff !important;
}

/* ---------------------PlayStation end  */

/* ----------------------controller start */

.controller{ 
    position: relative;
    width: 100%;
}

.content__controller {
    position: absolute;
    top: 50px;
    color: #fff;
    width: 400px;
    flex-wrap: wrap;
}

.controller__btn {
    position: absolute;
    bottom: 20px;
    background: #313131;
}




/* ----------------------controller end */

/* ------------------------footer start */

.footer___wrap p {
    margin-bottom: -2px;
    color: #fff;
}

.fab {
    color: #fff;
    font-size: 23px;
}

.footer__icon {
    display: flex;
    column-gap: 23px;
}

.footer___wrap button {
    background: #313131;
    padding: 12px 25px;
    outline: unset;
    max-width: 200px;
    width: 100%;

}

.footer___wrap input {
    max-width: 420px;
    padding: 12px 0;
    width: 100%;
}

.form {
    display: flex;
    width: 580px;
}

.inp {
    display: inline-block;
    max-width: 520px;
    width: 100%;
    outline: unset;
}

.footer__links {
    margin-top: 50px;
    justify-content: center;
    column-gap: 30px;
    display: flex;
}

.footer__btn {
    color: #fff;
    font-size: 18px;
}

.footer {
    margin-top: 15px;
    padding: 45px 0 35px;
    background: #0C0C0C;
}

/* ------------------------footer end */