.header-main__location {
    padding-right: 30px;
}

.header-main__location:after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid #254868;
    border-bottom: 1px solid #254868;
    margin-top: -2px;
}

.more-locations {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    background: #FFF;
    min-width: 100%;
    border-radius: 5px;
    z-index: 100;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    padding-top: 1px;
    padding-bottom: 1px;
}

.header-main__location:hover .more-locations {
    display: block;
}

.header-main__location:hover:after {
    transform: translateY(-50%) rotate(-135deg);
    margin-top: 1px;
}

.more-locations__item {
    display: block;
    padding: 7px 20px 7px 24px;
    white-space: nowrap;
    color: #455668;
    font-size: 14px;
}

.more-locations__item:hover {
    text-decoration: underline;
}







.blog-page-main {
    padding: 30px 0 0;
}


.blog-page-main h1{
    color: #000611;
}





.blog-page-cnt{
    margin-top: 30px;
    display: flex;
    align-items: start;
    gap: 24px;
    max-width: 1200px;
    width: 100%;
}
.blog-page-photo{
    max-width: 295px;
    width: 100%;
}
.blog-page-photo img{
    width: 100%;
    height: 345px;
}
.blog-page-photo h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    text-align: center;
    color: #000000;
}
.blog-page-photo p{
    color: #7B7B7B;
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    line-height: 198%;
    text-align: center;
}
.blog-page-info{
    max-width: 882px;
    width: 100%;
}
.blog-page-info h3{
    margin-top: 40px;
    color: #000000;
    font-weight: 700;
    font-style: Italic;
    font-size: 24px;
    line-height: 146%;
}

.href-telegram{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #039BE5;
    max-width: 392px;
    width: 100%;
    height: 80px;
    transition: 0.3s;
    padding: 5px;
    gap: 25px;
    margin-top: 10px;
}
.href-telegram:hover{
    background: #068fd1;
    box-shadow: 0 14px 21px rgba(66, 159, 227, .5);
}
.href-telegram span{
    color: #FFFFFF;
    font-weight: 700;
    font-style: Italic;
    font-size: 22px;
    line-height: 146%;
}
.href-telegram img{
    width: 61px;
}


.all-headings-items{
    margin-top: 15px;
    padding-top: 18px;
    border-top: 1px solid #D2D2D2;
    max-width: 1200px;
    width: 100%;
}
.all-headings-items,
.all-headings-items .all-headings-items-list{
    display: flex;
    flex-wrap: wrap;
    gap: 9px 10px;
}
.all-headings-items .all-headings-items-list label{
    font-weight: 700;
    font-size: 16px;
    line-height: 146%;
    color: #FFFFFF;
    background: #3F434B;
    height: 35px;
    padding: 3px 19px;
    border-radius: 150px;
    display: flex;
    align-items: center;
    gap: 11px;
}
.all-headings-items .all-headings-items-list label span{
    color: #F94F0D;
    font-weight: 700;
}
.all-headings-items .all-headings-items-list label small{
    color: #CFCFCF;
    font-weight: 700;
    font-size: 12px;
    line-height: 110%;
}
.all-headings-items .all-headings-items-list .all-headings a{
    color: #323232;
    background: #E6E6E6;
    pointer-events: none;
}
.all-headings-items .all-headings-items-list .all-headings a small{
    color: #A3AFBF;
}

.all-headings-items .all-headings-items-list label:hover,
.all-headings-items .all-headings-items-list label:has(input[type="radio"]:checked){
    color: #323232;
    background: #E6E6E6;
}
.all-headings-items .all-headings-items-list label:hover small,
.all-headings-items .all-headings-items-list label:has(input[type="radio"]:checked) small{
    color: #A3AFBF;
}
.blog-card-cnt{
    margin-top: 30px;
    border-top: 1px solid #D2D2D2;
    padding-top: 36px;
    padding-bottom: 80px;
    max-width: 1200px;
    width: 100%;
}
.blog-card-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.blog-card-box{
    background: #FFFFFF;
    width: calc(33.333333% - 16px);
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
}
.blog-card-photo{
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
}
.blog-card-photo img{
    width: 100%;
    height: 219px;
    object-fit: cover;
}
.headings-blog {
    border: 1.3px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 150px;
    height: 35px;
    padding: 2px 18px;
    background: #3F434B;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 195px;
    left: 50%;
    transform: translateX(-54%);
}
.headings-blog span{
    color: #F94F0D;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}
.headings-blog:hover{
    color: #323232;
    background: #E6E6E6;
}
.blog-card-info{
    padding: 24px;
}
.blog-card-info .blog-card-title{
    font-weight: 500;
    font-size: 22px;
    line-height: 146%;
    color: #000611;
    text-align: left;
    border-bottom: unset;

}
.blog-card-info .blog-card-title:hover{
    color: #F94F0D;
    border-bottom: unset;

}
.blog-card-info small{
    color: #929292;
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 146%;
    margin: 12px 0;
}
.blog-card-info p{
    font-weight: 500;
    font-size: 16px;
    line-height: 167%;
    color: #000611;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-info a {
    color: #F94F0D;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    margin-top: 25px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}
.blog-card-info a:hover{
    border-bottom: 1px solid #F94F0D;
}
.blog-card-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px;

}
.blog-card-flex small{
    margin: 0;
}
.blog-card-items{
    display: flex;
    align-items: center;
    gap: 11px;
}
.data-eye{
    display: flex;
    align-items: center;
    gap: 6px;
}

.icon-clock{
    content: url("../images/clock.png");
    width: 18px;
    height: 18px;
}
.icon-eye{
    content: url("../images/eye.png");
    width: 20px;
    height: 20px;
}

.pagination-pages{
    margin-top: 48px;
}
.pagination-pages ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-pages ul li{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 146%;
    text-align: center;
    color: #000000;
}
.pagination-pages ul li a{
    border: 1px solid #F1F1F1;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 18px;
    line-height: 146%;
    text-align: center;
    color: #000000;
}

.pagination-pages ul li a:hover{
    background: #F15A3E;
    color: #FFFFFF;
    border: 1px solid #F15A3E;

}
.pagination-pages ul .pagination-act span{
    color: #F15A3E;
    pointer-events: unset;
    border: 1px solid #F1F1F1;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



footer .href-telegram span {
    font-size: 12px;
    line-height: 136%;
}
footer .href-telegram img {
    width: 38px;
}
footer .footer-block__contacts-item .btn.btn-xs {
    margin-left: 0;
}
footer .href-telegram {
    max-width: 215px;
    height: 55px;
    padding: 5px 12px;
    gap: 8px;
    margin-top: 0;
}

.blog-single-fon{
    padding: 20px 0 0;
    background: #FFFFFF;
}

.blog-single-fon h1, .blog-page-main h1{
    font-weight: 600;
    font-size: 34px;
    line-height: 126%;
    color: #000611;
}

.sew-curtains-flex{
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 53px;
    max-width: 1200px;
    width: 100%;
}
.sew-curtains-cnt{
    max-width: 295px;
    width: 100%;
}

.subscribe-follow{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 14px;
    margin-top: 25px;
    padding-bottom: 19px;
}
.subscribe-follow h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 146%;
    color: #000000;
    margin-bottom: 10px;
}
.subscribe-follow .href-telegram{
    height: 63px;
}
.subscribe-follow .href-telegram span {
    font-size: 18px;
}
.subscribe-follow .href-telegram img {
    width: 40px;
}

.atelier-services{
    margin-top: 34px;
    background: #3F434B;
    width: 100%;
}

.atelier-services-click{
    padding: 17px 34px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 146%;
    display: block;
    position: relative;
}
.atelier-services ul li{
    border-top: 1px dashed #5F646E;
}
.atelier-services ul li a{
    padding: 16px 20px 16px 58px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 146%;
    display: block;
    position: relative;
}

.atelier-services ul li a:before{
    content: '';
    position: absolute;
    left: 33px;
    top: 25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F94F0D;
}

.atelier-services ul li a:hover{
    background: #F94F0D;
}


.our-addresses-main{
    margin-top: 35px;
    background: #F2F2F2;
}
.our-addresses-main span{
    padding: 17px 34px;
    color: #020202;
    font-weight: 700;
    font-size: 16px;
    line-height: 146%;
    display: block;
}
.our-addresses-flex  {
    padding: 10px 20px 10px 20px;
    gap: 12px;
    border-top: 1px dashed #5F646E;
}

.our-addresses-name{
    display: flex;
    align-items: start;
    gap: 12px;
}
.our-addresses-name i{
    margin-top: 4px;
}
.our-addresses-flex a{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 146%;
}
.our-addresses-flex a:hover{
    color: #F94F0D;
}
.our-addresses-number{
    margin-left: 36px;
    display: inline-flex;
}
.icon-m{
    content: url("../images/m-1.svg");
}
.icon-m-two{
    content: url("../images/m-2.svg");
}
.icon-m-three{
    content: url("../images/m-3.svg");
}


.sew-curtains-info p{
    font-size: 16px;
    line-height: 146%;
    color: #000000;
    font-weight: 400;

}


.sewing-machine{
    margin-top: 42px;
    background: #F2F2F2;
    padding: 45px 40px 48px 50px;
}
.sewing-machine p{
    font-weight: 500;

}
.sewing-machine h2{
    margin-bottom: 10px;
}
.btn-any-questions{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-top: 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 146%;
    color: #FFFFFF;
    background: #F94F0D;
    padding: 3px 8px;
    width: max-content;
}
.contact-us-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-top: 22px;
    border: 1px solid #F94F0D;
    border-radius: 5px;
    padding: 13px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 146%;
    background: unset;
    color: #F94F0D;
}
.contact-us-btn:hover{
    background: #F94F0D;
    color: #FFFFFF;
}
.content-treatment{
    margin-top: 70px;
    background: #3F434B;
    padding: 32px 51px;
}
.content-treatment h2{
    font-weight: 600;
    font-size: 34px;
    line-height: 146%;
    color: #FFFFFF;
}
.content-treatment ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.content-treatment ul li{

    display: block;
    position: relative;
    padding-left: 18px;
}
.content-treatment ul li a{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 146%;
    transition: 0.3s;
}
.content-treatment ul li a:hover{
    color: #F94F0D;
    text-decoration: underline;
}
.content-treatment ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F94F0D;
}




.content-treatment-text{
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #979797;
}

.content-treatment-text p span{
    display: inline-block;
    border-radius: 50%;
    max-width: 10px;
    height: 10px;
    width: 100%;
    background: #F94F0D;
    margin-left: 20px;
    margin-right: 5px;
}


.types-knitwear{
    margin-top: 45px;
    border-top: 1px solid #979797;
    padding-top: 35px;
}

.types-knitwear h2{
    font-weight: 600;
    font-size: 34px;
    line-height: 146%;
    color: #000000;
}
.types-knitwear span{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 146%;

}
.types-knitwear p, .types-knitwear-text p{
    margin-top: 10px;
}


.types-knitwear ul{
    margin-top: 15px;
    margin-left: 20px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}
.types-knitwear ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 146%;
    color: #000000;
    position: relative;
    padding-left: 25px;
}
.types-knitwear ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    max-width: 10px;
    height: 10px;
    width: 100%;
    background: #F94F0D;
}

.types-knitwear-text{
    margin-top: 30px;
    border-left: 3px solid #F94F0D;
    padding-left: 43px;
    margin-left: 30px;
}
.types-knitwear-text p{
    margin: 0;
    max-width: 760px;
    width: 100%;
    font-size: 20px;
}

.types-knitwear-cnt{
    margin-top: 40px;
    counter-reset: my-sec-counter;
    padding-top: 40px;
    border-top: 1px solid #979797;
}

.types-knitwear-cnt img{
    max-width: 245px;
    width: 100%;
}

.types-knitwear-cnt h4{
    margin-top: 50px;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
}

.types-knitwear-cnt p{
    margin-top: 10px;
}
.types-knitwear-cnt ul{
    margin-left: 30px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.types-knitwear-cnt ul li{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    position: relative;
    padding-left: 25px;
}
.types-knitwear-cnt ul li:before {
    left: 0;
    top: 0;
    position: absolute;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter)'.';
    z-index: 99;
    color: #F94F0D;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
}

.read-also-wid{
    max-width: 1200px;
    width: 100%;
}

.sew-curtains-bot {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 60px;
    border-bottom: 1px solid #979797;
    padding-bottom: 15px;
    max-width: 1200px;

}
.sew-curtains-data{
    display: flex;
    align-items: center;
    gap: 84px;
}
.sew-curtains-bot .all-headings-items{
    border: unset;
    margin-top: 0;
    padding-top: 0;
    max-width: max-content;
}
.sew-curtains-data small{
    font-weight: 600;
    font-size: 16px;
    line-height: 146%;
    color: #000000;
}
.sew-curtains-data .blog-card-items{
    gap: 12px;
}
.sew-curtains-bot .all-headings-items a{
        background: #E2E2E2;
        color: #000000;
}
.sew-curtains-bot .all-headings-items a:hover{
    color: #FFFFFF;
    background: #3F434B;
}






.read-also-topic{
    padding-top: 60px;
    background: #FFFFFF;
}
.read-also-topic h2{
    text-align: center;
}


.read-also-topic-title h2{
    text-align: center;
}
.read-also-topic  .blog-card-wrap{
    margin-top: 45px;
}



.blog-card-none{
    display: none;
}


.btn-see-more{
    margin: 40px auto 0;
}

.all-headings-fon{
    background: #FFFFFF;
    padding-top: 50px;
}

.all-headings-fon .all-headings-items {
    padding-bottom: 30px;
    border-bottom: 1px solid #D2D2D2;
}


@media (min-width: 1200px){
    .footer-block__contacts {
        padding-left: 0;
    }
}
@media (min-width: 768px){
    .footer-block__contacts-link {
        margin-bottom: 13px;
    }
}










@media (max-width: 1199px){
    .blog-card-info {
        padding: 20px 15px;
    }
    .blog-card-info h3 {
        font-size: 20px;
        line-height: 130%;
    }
    .blog-card-info p {
        font-size: 14px;
        line-height: 160%;
    }
    .href-telegram {
        max-width: 320px;
        height: 60px;
        gap: 20px;
    }
    .href-telegram span {
        font-size: 18px;
        line-height: 134%;
    }
    .href-telegram img {
        width: 40px;
    }
    .blog-page-info h3 {
        margin-top: 20px;
        font-size: 20px;
        line-height: 126%;
    }
    .blog-card-box {
        width: calc(50% - 16px);
    }
    .blog-page-cnt {
        margin-top: 10px;
    }


    .sew-curtains-flex {
        gap: 30px;
    }
}

@media (max-width: 992px){
    .blog-page-cnt {
        gap: 20px;
        flex-direction: column;
    }
    .all-headings-items .all-headings-items-list label{
        font-size: 13px;
        line-height: 121%;
        height: 30px;
        padding: 5px 10px;
        gap: 8px;
    }
    .sew-curtains-flex{
        flex-direction: column;
    }
    .sew-curtains-cnt .blog-page-photo{
        display: none;
    }
     .subscribe-follow{
        display: none;
    }
    .our-addresses-main{
        display: none;
    }
    .sew-curtains-bot {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }
    .atelier-services ul li a:before{
        display: none;
    }
    .atelier-services ul li a {
        padding: 16px 20px;
        font-size: 18px;
    }
    .atelier-services {
        margin-top: 0;
    }
    .sew-curtains-cnt {
        max-width: 395px;
        margin: 0 auto;
    }
    .atelier-services ul{
        display: none;
    }
    .atelier-services-click:after{
        content: "";
        position: absolute;
        right: 25px;
        top: 23px;
        width: 9px;
        height: 9px;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        transform: rotate(135deg);
        transition: 0.3s;
    }
    .atelier-opened .atelier-services-click:after{
        transform: rotate(-45deg);
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        top: 27px;
    }
    .atelier-services-list {
        display: none;
    }
    .atelier-opened .atelier-services-list {
        display: block;
    }
    .atelier-opened .atelier-services-click{
        background: #F2F2F2;
        color: #000;
    }
    .sewing-machine {
        margin-top: 30px;
        padding: 30px 20px;
    }
    .content-treatment {
        margin-top: 40px;
        padding: 28px 22px;
    }
    .content-treatment h2 {
        font-size: 24px;
        line-height: 134%;
    }

    .types-knitwear h2 {
        font-size: 24px;
    }
    .types-knitwear ul {
        margin-left: 12px;
        gap: 5px;
    }
    .types-knitwear-text {
        margin-top: 25px;
        padding-left: 21px;
        margin-left: 15px;
    }
    .types-knitwear-cnt {
        margin-top: 40px;
    }
    .types-knitwear-cnt h4 {
        margin-top: 35px;
    }
    .types-knitwear-cnt ul {
        margin-left: 10px;
        margin-top: 20px;
    }
    .types-knitwear-cnt ul li {
        font-size: 16px;
    }
    .blog-single-fon h1 {
        font-size: 22px;
    }
    .blog-page-main h1 {
        font-size: 22px;
    }
    .header-main__location{
        display: none;
    }
    .header-main__controls-item {
        gap: 10px;
    }
    footer .footer-block__contacts {
        align-items: flex-end;
        gap: 15px;
    }
    footer .footer-block__contacts-item {

        margin-bottom: 0;
    }
}
@media (max-width: 767px){
    .blog-card-box {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    footer .href-telegram {
        margin: 10px auto 15px;
    }

    .all-headings-items .all-headings-items-list label small {
        font-size: 10px;
    }
    .all-headings-items .all-headings-items-list label{
        font-size: 12px;
        padding: 5px 9px;
        gap: 6px;
    }
    .blog-card-info h3 {
        font-size: 18px;
    }
    .types-knitwear ul li:before {
        top: 7px;
        max-width: 8px;
        height: 8px;
    }
    .read-also-topic {
        padding-top: 28px;
    }
    .read-also-topic .blog-card-wrap {
        margin-top: 30px;
    }
    .all-headings-fon {
        padding-top: 35px;
    }
    .sew-curtains-data {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-us-btn {
        padding: 10px 22px;
    }
}
@media (max-width: 570px){
    .blog-page-photo img {
        height: auto;
    }
    .blog-page-photo {
        max-width: 395px;
    }
}
#mse2_filters .btn-reset{
    font-weight: 700;
  font-size: 16px;
  line-height: 146%;
  color: #FFFFFF;
  background: #3F434B;
  height: 35px;
  padding: 3px 19px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  gap: 11px;
}
#mse2_filters .btn-reset:hover,
#mse2_filters .btn-reset.active{
    color: #323232;
    background: #E6E6E6;
}
#mse2_filters .btn-reset:hover small
,
#mse2_filters .btn-reset.active small{
    color: #A3AFBF;
}