a, .btn{
    text-decoration: none;
}
a:hover{
    opacity: 0.8;
}
a, header{
    transition: all .4s;
}
html {
    overflow-x: hidden;
}
body{
    margin: 0;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    background: rgb(54, 55, 59);
}
img {
    max-width: 100%;
}
.container{
    margin: 0 auto;
    max-width: 1680px;
}
header {
    padding: 21px 0;
    background: rgb(30, 30, 30);
}
.row {
    display: flex;
    align-items: center;
}
.justify-content {
    justify-content: space-between;
}
.logo-header {
    background: linear-gradient(90.00deg, rgb(63, 125, 168),rgb(207, 231, 250));
-webkit-background-clip:
text;
-webkit-text-fill-color:
transparent;
background-clip:
text;
text-fill-color:
transparent;
    font-size: 30.6px;
    font-weight: 700;
    line-height: 29.21px;
    max-width: 207px;
}
.right-social {
    display: flex;
    align-items: center;
    gap: 14px;
}
.social-link.whatsapp {
    width: 54.41px;
    height: 54.41px;
}
.social-link.telegram {
    width: 48.24px;
    height: 48.24px;
}
footer{
    background: rgb(15, 15, 15);
    padding: 64px 0;
}
section.filters {
    padding: 41px 0 31px 0;
    margin-bottom: 50px;
}
.row.row-filters {
    flex-wrap: wrap;
    align-items: center;
    gap: 14.3px;
    row-gap: 17.4px;
    position: relative;
}
.row.row-filters:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(127, 127, 127);
    position: absolute;
    bottom: -31px;
}
.filter-item {
    color: rgb(127, 127, 127);
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgb(127, 127, 127);
    border-radius: 30px;
    padding: 10.8px 22px;
}
.filter-item.active {
    background: linear-gradient(90.00deg, rgb(56, 120, 164),rgb(212, 235, 253) 100%);
    border-color: rgb(33, 95, 139);
    color: #fff;
}
.filter-item:not(.disabled):hover{
    color: #fff
}
.filter-item.disabled {
    opacity: 0.3;
    cursor: no-drop;
}
.row.products-list p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 50px;
}
.row.products-list {
    gap: 25.64px;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 21.11px;
}
.item-product {
    flex: 0 0 calc((100% - 76.92px) / 4);
    width: calc((100% - 76.92px) / 4);
}
.item-product-info {
    background: rgb(242, 240, 240);
    padding: 16.39px 13.39px 22.31px 13.39px;
}
.img-wrapper {
    background: #fff;
    aspect-ratio: 311.52 / 234.6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.title_wrapper {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    margin-bottom: 8.86px;
}
.price-item {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin: 3.66px 0;
}
.price-item.to_order{
    margin: 7.86px 0;
    display: flex;
    align-items: center;
}
a.to_order {
    display: flex;
    gap: 3px;
    color: rgb(41, 169, 235);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    align-items: center;
    padding-left: 11.33px;
}
.wrapper-btn {
    margin-top: 21.55px;
    display: flex;
}
.btn {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 9px;
    background: linear-gradient(90.00deg, rgb(31, 94, 138),rgb(137, 181, 206) 100%);
    min-width: 220px;
    border-radius: 30px;
    transition: all .4s;
}
.btn100{
    width: 100%;
}
.btn-white{
    background: #fff;
    color: rgb(28, 28, 28);
}
.btn:hover{
    background: #fff;
    color: rgb(28, 28, 28);
}
.btn-white:hover{
    background: rgb(28, 28, 28);
    color: #fff
}
.img-wrapper img{
    transition: all .4s
}
section.product-lists {
    margin-bottom: 232px;
}
.item-product:hover .img-wrapper img{
    transform: scale(1.2)
}
.wrapper-btn-to-load {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.right-social img, .right-social svg {
    max-width: 100%;
}
section.links {
    background: #fff;
    padding: 84px 0;
}
.item-link {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.item-link span, .item-link a {
    font-size: 30.6px;
    font-weight: 700;
    line-height: 29.21px;
    text-align: left;
}
.item-link a{
    color: rgb(41, 169, 235);
    margin-left: 7px;
}
.item-link svg {
    margin-right: 28px;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}
.item-link:last-of-type{
    margin-bottom: 0;
}
@media(max-width: 1700px){
    .container{
        max-width: 1324px;
    }
}
@media(max-width: 1350px){
    .container{
        max-width: 1024px;
    }
    .item-product {
        flex: 0 0 calc((100% - 51.28px) / 3);
        width: calc((100% - 51.28px) / 3);
    }
}
@media(max-width: 1050px){
    .container{
        max-width: 90%;
    }
    .item-link {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .item-link a {
        flex: 0 0 100%;;
        margin: 0;
    }
}
@media(max-width: 930px){
    .container{
        max-width: calc(100% - 80px);
    }
    .item-product {
        flex: 0 0 calc((100% - 25.64px) / 2);
        width: calc((100% - 25.64px) / 2);
    }
}
@media(max-width: 640px){
    .item-product {
        flex: 0 0 100%;
        width: 100%;
    }
    .item-link a {
        display: block;
        max-width: 100%;
        word-break: break-word;
    }
}
@media(max-width: 576px){
    .logo-header {
        font-size: 22.08px;
        font-weight: 700;
        line-height: 21.08px;
    }
    .social-link.whatsapp {
        width: 42.89px;
        height: 42.89px;
    }
    .social-link.telegram {
        width: 38.03px;
        height: 38.03px;
    }
    header{
        padding: 31px 0;
    }
    section.filters{
        padding: 22px 0 25.36px 0;
        margin-bottom: 43px;
    }
    .row.row-filters:after{
        bottom: -25.36px;
    }
    .filter-item {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        padding: 6px 16.5px;
    }
    .row.row-filters {
        gap: 8px;
    }
    section.product-lists {
        margin-bottom: 132px;
    }
}
@media(max-width: 420px){
    .item-link span, .item-link a{
        font-size: 23px;
    }
    .item-link svg {
        display: none;
    }
}
@media(max-width: 350px){
    .price-item.to_order>span {
        display: none;
    }
    a.to_order{
        padding: 0;
    }
}