@import url('./reset.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
* {
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    list-style-type: none;
    font-variant-numeric: lining-nums;
}
button {
    cursor: pointer;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
}
.container {
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 30px;
}

/* Navigation-block */
.navigation-block {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.navigation-block span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #383838;
}
.navigation-block p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #989898;
}
/* product-description */
.product-description h1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 39px;
    color: #383838;
}
.product-description p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #383838;
}
#br-text {
    margin-top: -25px;
}
/* Product-card-block */
.product-card-block__about {
    margin-top: 40px;
    display: flex;
    column-gap: 50px;
}
.product-card-block__about img {
    max-width: 441px;
    height: 370px;
    filter: drop-shadow(3px 3px 25px rgba(65, 55, 55, 0.17));
    border-radius: 15px;
}
.product-card-block h3 {
    margin-top: 100px;
    font-size: 33px;
    line-height: 115%;
    color: #383838;
}
.product-card-block__about-titles {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    max-width: 439px;
}
.product-card-block__characteristics {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}
.characteristics-block__item {
    margin-top: -1px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 30px;
    max-width: 495px;
    display: flex;
    flex-direction: column;
    border: 1px solid #db4444;
    border-radius: 15px;
}
.characteristics-block__item p {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #383838;
}
/* slider Block */
.slider-block__wrapper {
    position: relative;
    margin-top: 50px;
}
.slider-block {
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

#ag-city {
    padding-bottom: 25px;
    background: #db4444;
    border: 1px solid #db4444;
    border-radius: 15px;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
}

#product-card-img {
    display: none;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #383838;
}
@media (max-width: 1040px) {
    .container {
        max-width: 600px;
    }
    .slider-block__arrow-right {
        display: none;
    }
    .slider-block__arrow-left {
        display: none;
    }
    .slider-block__dots {
        display: flex;
    }
    #product-card-img {
        display: block;
    }
    .product-card-block__about img {
        margin-top: 20px;
    }
    .product-card-block__characteristics {
        justify-content: center;
    }
    /*product-card-block__about*/
    .product-card-block__about {
        flex-direction: column;
    }
    .product-card-block__about-titles h2 {
        display: none;
    }
    .product-card-block__about-titles p {
        margin-top: 20px;
    }
    .slider-block {
        align-items: center;
        flex-direction: column;
        row-gap: 10px;
    }
}
@media (max-width: 599px) {
    /* navigation-block */
    .navigation-block {
        flex-wrap: wrap;
        row-gap: 5px;
        column-gap: 10px;
    }
    /*Product-card*/
    .product-card-block__about img {
        width: 350px;
        height: 260px;
    }
    .product-card-block__about-titles p {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #383838;
    }
    .characteristics-block__item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }
    .product-card-block__characteristics {
        row-gap: 10px;
    }
    #br-text {
        margin-top: -15px;
    }
    .container {
        margin-top: 20px;
        max-width: 350px;
    }
    /* Header */
    .header {
        max-width: 350px;
    }
    .header__search {
        max-width: unset;
    }
    .header__catalog-popup {
        padding-left: 39px;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 350px;
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 20px;
        overflow: auto;
    }
    .header__popup-subpop {
        margin-top: 20px;
        row-gap: 20px !important;
        width: 202px;
    }
    .header__catalog-popup li {
        font-size: 12px;
        line-height: 115.5%;
    }
    .header__popup-li-active {
        font-size: 12px !important;
        width: 201px !important;
    }
    .slider-block__images {
        width: 349px;
        column-gap: 10px;
    }
    .slider-block__images img {
        width: 170px;
    }
    .slider-block__btn {
        width: 233px;
        height: 40px;
        margin-top: 15px;
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: #ffffff;
    }
    .slider-block__arrow-left {
        display: none;
    }
    .slider-block__arrow-right {
        display: none;
    }
    .product-card-block h3 {
        margin-top: 50px;
    }
    .slider-block__wrapper {
        margin-top: 20px;
    }
}



ul.breadcrumb{
    display: flex;
}
ul.breadcrumb li{
    margin-right: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #383838;
}
h1{
    font-family: 'Raleway';
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 33px !important;
    line-height: 39px !important;
    color: #383838 !important;
}
.ucfirst{
    text-transform: capitalize;
}

@media (max-width: 700px) {
    h1{

        font-size: 28px !important;
        line-height: 30px !important;

    }

}
@media (max-width: 400px) {
    h1{

        font-size: 26px !important;
        line-height: 30px !important;

    }

}

/* fix product-cart-3*/

.main-img{
    margin:0px 50px 10px 0px;

    height: auto !important;
}
.content{
    width: 100%;
    max-width: 100%;
}
h1, h2{
    margin-bottom:20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
}
.characteristics-block__item{
    width:100%;
}
ul.characteristics-list li{

    list-style: inside;
    line-height: 25px;

}
.content p{
    margin: 10px;
}
@media (max-width: 800px) {
    .main-img{
        width: 100%  !important;
        max-width: 650px !important;
    }

}

h1{
    margin-top:40px;
    margin-bottom: 40px;
    width: 100%;

}
.product-card-block__about h1{
    margin-top:0px;
}
.product-items-body{
    margin-top: 20px;

    text-align: center;

}
.view3{
    width: 200px;
    max-width: 200px;
    text-align: center;
    margin: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 0px 10px;
}
.view3 .circl{
    background-color: black;
    border-radius: 55px;
    max-width: 110px;
    max-height: 110px;
    margin: auto;
}
.view3:hover .circl{
    background-color: #db4444;
}
.view3:hover .mask a{
    color:#db4444;
}
.mask{
    margin-top: 10px;
}
.mask a{
    font-weight: bolder;
}
.contect-block{
    margin-top: 20px;

}
@media (max-width: 1040px) {
    .product-items-body{
        text-align: center;
    }
    h1{
        text-align: center;
    }

}
/* design show*/
.preview_text p img{
    height: auto !important;
    width: 98% !important;
    max-width: 98%;
}
.preview_text p span, .product-card-block__characteristics div p span{
    font-size: 17px !important;
}


/* topPhotos*/

.product-card-block__about{
    margin-top: 0px;
}
.topPhotos{



    margin: auto;
    margin-top: 20px;
}
.topPhotos .photo-item {
    width: 33%;
}
.topPhotos .photo-item img {

    width: 100%;
}
.topPhotos .photo-item {
    display:inline-block;
    max-width: 33%;
}
@media (max-width: 950px) {

    .topPhotos .photo-item {

        width: 30%;
    }
}
/* news list*/

 .newslist h2{
        margin-bottom: 0px !important;
    }
    .newslist p.date{
        margin-bottom: 20px;
        font-size: 14px;
        color:#aaa;
    }
    .newslist .more-btn ul.pagination li  {
        background: #ffffff;
        box-shadow: 3px 3px 25px rgba(65, 55, 55, 0.17);
        backdrop-filter: blur(6px);
        border-radius: 10px;
        border: none;
        width: 40px;
        height: 50px;
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        color: #db4444;
        display: inline-block;
        padding-top: 14px;
    }
    .newslist .more-btn ul.pagination li.active a {
        color:red;
    }
    .newslist .more-btn{
        margin-top: 50px;
    }
    .newslist li.disabled span{
        color:#ccc;
    }
   .newslist .product-card-block__about {
        margin-top: 40px
    }
    
    /* text datail fix*/
    
    .preview_text p img{
        height: auto !important;
    }
    .preview_text p span, .product-card-block__characteristics div p span, .preview_text p{
        font-size: 16px !important; 
        line-height: 24px !important;
    }
        
    .preview_text p span, .product-card-block__characteristics div p span{
        font-size: 17px !important;
    }
    h1, h2{
        margin-left: 7px;
    }   
    /* slider */
    
     .swiper-slide-3 img{
        height:auto;
    }
   
   /* success page */
   
      .alert-success {
                    color: #3c763d;
                    background-color: #dff0d8;
                    border-color: #d6e9c6;
                }
                .alert {
                    padding: 15px;
                    margin-bottom: 20px;
                    border: 1px solid transparent;
                    border-radius: 4px;
                }