.onpage-thumb-box img {
    border-radius: 12px;
    margin-bottom: 5px;
}

.profit-on-main__box p {
    margin-block-start:0px;
    margin-block-end:0px;
}

.profit-on-main__box {
    position: relative;
}

.product-link-on-main__box {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all .5s;
}

.product-link-on-main__box:hover {
    box-shadow: 0 0 25px rgba(0,0,0,.3);
    transition: all .5s;
}

.product-on-main__box {
    position: relative;
    /* aspect-ratio: 1 / 1; */
    padding-top: 100%; /* 16:9 Aspect Ratio */
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all .5s;
}

.product-on-main__box:nth-child(1) {
    animation-delay: .10s;
}

.product-on-main__box:nth-child(2) {
    animation-delay: .20s;
}

.product-on-main__box:nth-child(3) {
    animation-delay: .30s;
}

.product-on-main__box:nth-child(4) {
    animation-delay: .40s;
}

.product-on-main__box:nth-child(5) {
    animation-delay: .50s;
}

.product-on-main__box:nth-child(6) {
    animation-delay: .60s;
}

.product-on-main__box:nth-child(7) {
    animation-delay: .70s;
}

.product-on-main__box:nth-child(8) {
    animation-delay: .80s;
}

.product-on-main__box:nth-child(9) {
    animation-delay: .90s;
}

.product-on-main__box:hover {
    box-shadow: 0 0 25px rgba(0,0,0,.3);
    transition: all .5s;
}

.product-on-main__box__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: brightness(.8);
    transition: all .3s;
}

.product-on-main__box:hover .product-on-main__box__bg {
    filter: brightness(1);
    transition: all .5s;
}

.products-link__title {
    position: absolute;
    /* font-weight: bold; */
    font-size: 1.3rem;
    line-height: 100%;
    /* background: #fff; */
    background: #642d94;
    padding: 7px 15px;
    border-radius: 0px 5px 5px 0px;
    left: 0;
    bottom: 15px;
    z-index: 2;
    color: #fff;
    max-width: 70%;
    /* box-shadow: 0 0 15px rgba(0,0,0,.7); */
}

.products-link__main-title {
    position: absolute;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 100%;
    /* background: #fff; */
    background: #642d94;
    padding: 10px 25px;
    border-radius: 0px 5px 5px 0px;
    left: 0;
    bottom: 15px;
    z-index: 2;
    color: #fff;
    /* box-shadow: 0 0 15px rgba(0,0,0,.7); */
}


/*------ Стили блока контактов НАЧАЛО ------*/

.our-contacts__box {
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.our-contacts__box:hover {
    box-shadow: 0 0 35px rgba(0,0,0,.3);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.our-contacts__box img {
    width: 100%;
    height: auto;
}

.our-contacts__txt {
    padding: 10px;
}

.our-contacts__name {
    font-size: 2.3em;
    max-width: 80%;
    position: relative;
    margin-bottom: 18px;
}

.our-contacts__name:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3f3187;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.our-contacts__name:before {
    position: absolute;
    content: '';
    left: 12px;
    bottom: -15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.our-contacts__phone {
    font-size: 22px;
}

.mngr-phn-icn {
    height: 25px!important;
    width: auto!important;
    margin-right: 10px;
}

/*------ Стили блока контактов  КОНЕЦ ------*/
