a {
    text-decoration: none;
    color: black;
}

button {
    font-family: "Nunito", sans-serif;
}

body {
    font-family: "Nunito", sans-serif;
}

.header {
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-nav {
    display: flex;
}

.text-icon {
    text-decoration: none;
    color: black;
}

.line-icons {
    display: flex;
    align-items: center;
    gap: 50px;
}

.el-icon {

    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    text-decoration: none;
    color: black;
    position: relative;
    z-index: 1;
}

.score {
    margin-top: 26px;
}

.score-none {
    margin-top: 0px;
}

.block-score {
    position: relative;
    top: -56px;
    right: -35px;
    z-index: 10;
    padding: 5px 10px;
    background-color: #BD0202;
    border-radius: 5px;
    color: white;
}

.text-icon {
    transition: all 0.3s ease-in-out;
}

.el-icon:hover .text-icon {
    color: #BD0202;
}

.el-icon img {
    width: 23px;
    height: 25px;
}

.search {
    padding: 11px 7px;
    height: 20px;
    font-size: 16px;
    width: 461px;
    border: 2px #BD0202 solid;
    border-radius: 5px;
}

.search input:focus {
    border-color: #BD0202;
}

.input-nav {
    position: relative;
}

.btn-search {
    position: absolute;
    top: 0px;
    right: 0px;
}

.btn-nav {
    background-color: #fff;
    border: 2px #BD0202 solid;
    padding: 7px;
    width: 60px;
    border-radius: 5px;
    cursor: pointer;
}

.categories-h1 {
    margin-top: 60px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.block-items {
    display: flex;
    margin-top: 30px;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 45px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.item-card span {
    margin-top: 30px;
    font-weight: 700;
}

.item-card:hover {
    box-shadow: -3px -3px 63px 1px rgba(0, 0, 0, 0.4);
    color: #BD0202;
    outline: 1px solid #BD0202;
}

.block-items-hit {
    display: flex;
    gap: 27px;
    margin-top: 25px;
}

.item-card-hit {
    padding: 20px 15px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    height: 300px;
    justify-content: space-between;
    text-align: center;
    width: 250px;
}

.tv-width {
    width: 250px;
}

.item-card-hit:hover {
    box-shadow: -3px -3px 63px 1px rgba(0, 0, 0, 0.4);
    color: #BD0202;
    outline: 1px solid #BD0202;
}

.tv {
    width: 138px;
    height: 89px; 
}

.gazon {
    width: 168px;
    height: 64px; 
}

.settings-span {
    text-align: left;
}

.buy-block {
    display: flex;
    align-items: center;
    gap: 25px;
}

.buy-button button{
    background-color: #fff;
    border: none;
    cursor: pointer;
}

.item-text-span {
    font-weight: 700;
}

.money_p {
    font-size: 20px;
    font-weight: 700;
}

.services {
    margin-bottom: 65px;
}

.line-services {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 25px;
}

.el-services {
    width: 250px;
    cursor: pointer;
}

.head-el {
    text-align: center;
    margin-bottom: 12px;
}

.imit-h1 {
    color: #BD0202;
}

footer {
    padding-top: 60px;
    border-top: 1px solid black;
}

.footer-block {
    display: flex;
    gap: 60px;
}

.right-footer {
    width: 380px;
}

.center-footer {
    text-align: center;
}

.center-footer span {
    margin: 10px;
}

.politcs a {
    transition: all 0.3s ease-in-out;
}

.technology a{
    transition: all 0.3s ease-in-out;
}

.techsupp a{
    transition: all 0.3s ease-in-out;
}

.politcs:hover a {
    color: #BD0202;
}

.technology:hover a{
    color: #BD0202;
}

.techsupp:hover a{
    color: #BD0202;
}

.h1-laptop-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.h1-laptop-block h1 {
    font-size: 40px;
}

.count-laptops span{
    font-size: 20px;
}

.sort-block-buttons {
    margin-top: 15px;
}

.sort-block-buttons button{
    padding: 10px;
    border-radius: 10px;
    background-color: #BD0202;
    color: white;
    border-color: white;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 700;
}

.sort-block-buttons button:hover {
    background-color: #960101;
}

.sort {
    font-size: 25px;
    font-weight: 700;
}


.favourites-laptops-sup-right button{
    border: none;
    cursor: pointer;
}

.laptop-right-high-line {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}

.laptop-code {
    color: #606060;
}

.img-block {
    width: 230px;
    display: flex;
    flex-direction: column;
    gap: 110px;
}

.laptop-name {
    font-weight: 700;
    font-size: 19px;
}

.laptop-settings {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.red-text {
    text-decoration: dashed;
    color: #BD0202;
}

.laptop-where {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.red-text {
    margin-right: 10px;
}

.list-laptops {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
}

.in-basket-price {
    align-items: center;
    padding: 10px 8px;
    text-align: center;
    display: flex;
    gap: 10px;
    background-color: #BD0202;
    transition: all 0.3s ease-in-out;
    border: 1px solid white;
    font-size: 19px;
    font-weight: 700;
    color: white;
    font-family: "Nunito", sans-serif;
    border-radius: 10px;
    cursor: pointer;
}

.in-basket-price:hover {
    background-color: #960101;
}

.laptop-price {
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
}

.laptop-span-price {
    font-size: 30px;
    font-weight: 700;
}

.list-laptops-block-el {
    padding: 15px;
    margin-top: 20px;
    gap: 20px;
    width: 813px;
    display: flex;
    position: relative;
}

.filter-name {
    font-size: 19px;
    font-weight: 700;
    margin-right: 50px;
}

.filter-reset {
    background-color: #fff;
    color: #8D8D8D;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.filter-reset:hover {
   color: #424242; 
}

.block-filter {
    border: 1px solid #BD0202;
    border-radius: 5px;
    padding: 15px;
    width: 210px;
}

.filter-body {
    margin-top: 30px;
}

.input-block-price {
    margin-top: 10px;
    display: flex;
    margin-bottom: 10px;
}

.input-block-price input {
    width: 80px;
}

.find-filter {
    padding: 10px 7px;
    color: white;
    border: 0;
    background-color: #BD0202;
    transition: all 0.3s ease-in-out;
}

.find-filter:hover {
    background-color: #960101;
}

.filter-volume-ram {
    display: flex;
    flex-direction: column;
    gap: 4px;

    margin-top: 10px;
}

.filter-volume-SSD {
    display: flex;
    flex-direction: column;

    margin-top: 10px;
}


select {
    width: 205px;
    text-align: center;
    padding: 5px;
    border: 1px solid #BD0202;
}


.form-zakaz-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    font-size: 19px;
}

.btn-zakaz {
    font-size: 19px;
    font-weight: 700;
}

.inputs-zakaz input {
    width: 194px;
    border: 1px solid #BD0202;
    padding: 5px;
}

.hidden {
    display: none;
}

.show {
    display: flex;
}

.show-text {
    font-size: 20px;
    font-weight: 700;
}

.active {
    background-color: #000000;
}