.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.main {

}
.main img{
    width: 100%;
}
.main__block-title {
    font-family: "Noto Sans";
    font-size: 62.85px;
    font-weight: 700;
    line-height: 58.45px;
    text-align: left;
    margin: 0;
    color: #000000;

    
}
.main__block {
    width: 50%;
}
.main__blocks {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.main__block-text {
    font-family: "Noto Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: 25.62px;
    text-align: left;
    margin: 15px 0 0;
    width: 58%;
    color: #000000;


    
}
.main__caption {
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 13.62px;
    text-align: center;
    margin: 0;

    
}
.info__block img.tel {
    display: none;
}
.main__image {
    margin-bottom: 15px;
}
.info__link {
    font-size: 24px;
    font-weight: 700;
    line-height: 32.69px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #B71D2C;
    margin: 0 0 30px;
    text-align: right;
    display: block;
    padding-top: 53px;
}
.info {
    background-color: #F5F5F7;
}
.info__block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.info__blocks {
    padding: 22px 40px 48px;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 0px;

}
.info__blocks h2, h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 54.48px;
    text-decoration-skip-ink: none;
    margin: 0 0 20px;
}
.info__blocks h2{
    text-align: center;
    margin: 0;
}
.info__blocks p {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 22px 0 44px;
    color: #333333;
}
.info__blocks-icon {
    display: flex;
    gap: 14px;
}
.info__blocks-icon p {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.48px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 18px 0 0;
}
.info__block img {
    width: auto;
}
.info__block {
    width: 25%;
}
.catalog-items{
    margin-bottom: 80px;
}
.catalog-item .catalog-item-holder .item-images .stamps{
    width: 100%;
}
.catalog-item .catalog-item-holder .item-images .stamps .stamp{
    text-transform: uppercase;
}
.supersmall-item .catalog-item .catalog-item-holder{
    padding-bottom: 60px;
}
.catalog-item .catalog-item-holder>.text .item-desc .name span{
    color: #B71D2C;
}
.footer .info {
    background-color: transparent;
}
.popup__title {
    font-size: 24px;
    margin-top: 20px;
}
.popup-back .popup {
    max-height: 70%;
}
.popup {
    max-height: none;
}
.main__caption p{
    color: #000000 !important;
    pointer-events: none;
}
.footer .footer-holder .footer-bottom .footer-bottom-holder .bottom-line .bottom-line-holder .left-part .contacts-infoes .info {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 9px;
    background-color: transparent;
    margin-right: 0;
}

@media (max-width:1400px) {

    .main__block-title {
        font-size: 42px;
        line-height: 93%;
        
    }
    .main__block-text {
        font-size: 12px;
        margin-top: 10px;
        line-height: normal;
    }
    .container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .main__image img{
        height: 251px;
    }
    .main__caption p {
        text-align: left;
    }
    .info__link {
        font-size: 12px;
        padding-top: 25px;
        margin-bottom: 16px;
    }
    .info__blocks h2, h2 {
        color: var(--color-dark, #333);
        text-align: center;
        font-family: "Noto Sans";
        font-size: 21.352px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 11px;
    }
    .info__blocks p {
        color: #333;
        text-align: center;
        font-family: "Noto Sans";
        font-size: 10.676px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .info__blocks {
        padding: 21px 50px 35px;
        margin-bottom: 60px;
    }
    .info__block img {
        width: 150px;
    }
    .info__blocks-icon {
        gap: 15px;

        max-width: 870px;
        margin: 0 auto;

    }
    .info__block p {
        font-size: 12px;
        font-weight: 700;
        margin-top: 10px;
    }
    .main {
        padding: 48px 0 10px;
    }
    .main__image img {
        height: 251px;
        width: 100%;
    }
    .main__blocks {
        position: relative;

    }
    .main__image {
        width: 350px;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        bottom: -128%;
    }
    .main__block {
        width: 55%;
    }
    .main {
        min-height: 345px;
        box-sizing: border-box;
    }
    .main__caption {
        margin-top: 145px;
    }
    .catalog-list .catalog-list-holder .catalog-item{
        width: 33.3%;
    }
    .supersmall-item .catalog-item .catalog-item-holder{
        padding-bottom: 100px;
    }
}
@media (max-width:700px) {
    .info__blocks-icon {
        gap: 15px;
        display: flex
;
        flex-wrap: wrap;
    }
    .main__block-text {
        font-size: 8px;
    }
    .main__block-title {
        font-size: 23px;
    }
    .main img {
        height: 100%;
      
    }
    .main__image {
        bottom: 5%;
        width: 190px;
        right: 3%;
        height: 140px;
    }
    .main__blocks {
        position: static;
    }
    .main {
        position: relative;
    }
    .main__caption {
        width: 50%;
        font-size: 8px;
    }
    .main__block {
        width: 72%;
    }
    .main {
        padding: 25px 0 6px;
    }
    .main__caption {
        margin-top: 100px;
    }
    .main {
        min-height: auto;
    }
    .info__block img {
        display: none;
    }
    .info__block img.tel {
        display: block;
    }
   
    .info__link {
        text-align: center;
        padding-top: 14px;
        margin-bottom: 23px;
        line-height: normal;
    }
    .container {
        padding: 0 20px;
    }
    .info__blocks h2, h2 {

font-size: 20px;

    }
    .info__blocks p {
        margin-bottom: 23px;
    }
    .info__block p {
        font-size: 10.676px;
        margin: 23px 0;
    }
    .info__block {
        width: 46%;
    }
    .info__block p{
        font-size: 7.994px;
        margin-top: 10px;
        margin-bottom: 17px;
    }
    .main__image {
        bottom: -3%;
    }
    .main__caption {
        margin-top: 120px;
    }
    .main__image {
        bottom: 6%;
    }
    .info__blocks {
        padding: 9px 20px 4px;
        margin-bottom: 45px;
    }
    .info__blocks-icon {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
    }
    .catalog-items{
        margin-bottom: 50px;
    }
    .catalog-list .catalog-list-holder .catalog-item{
        width: 50%;
    }
}




.info__links-catalog{
    margin-top: 32px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 120px;
}
.info__links-catalog .info__link-catalog{
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    color: #333;
}
.info__link-catalog-pic{
    display: inline-block;
    height: 102px;
}
@media (max-width:1400px) {
    .info__links-catalog .info__link-catalog{
        font-size: 14px;
    }
}

@media (max-width:1024px) {
    .info__links-catalog{
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: center;
    }
    .info__links-catalog .info__link-catalog{
        width: 33.33%;
    }
    .popup__title{
        font-size: 18px;
    }
    .popup li{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 12px;
    }

}
@media (max-width:768px) {

    .info__link-catalog-pic {
        height: 70px;
    }
    .info__links-catalog .info__link-catalog{
        width: 50%;
    }
    .info__link-catalog-pic img{
        height: 100%;
    }

    .info__block img{
        max-width: 100%;
    }

}