.ax-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ax-row .ax-item{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.ax-row .ax-col-4{
    width: calc(33.33333% - 30px);
}
.images-do{
    text-align: center;
}
.images-do img{
    width: 100%;
}

/* Отзывы */
.reviews-section-page{
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    padding-left: 0 !important;
    margin-bottom: 2rem;
}
.reviews{
    border-bottom: 1px solid #E3E3E3;
    padding: 30px 20px;
    position: relative;
    padding-left: 88px;
}
.reviews:before{
    content: '';
    background: url("https://prefemin-amaxa.com/wp-content/uploads/2020/04/user-reviews-1.png") no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    opacity: 0.4;
    top: 36px;
    left: 17px;
    width: 50px;
    height: 50px;
}

.reviews .reviews__header{
    color: #C73659;
    margin-bottom: 8px;
    font-size: 20px;
}
.reviews .reviews-data{
    margin-bottom: 4px;
}
.reviews .reviews-data h4{
    margin-right: 6px;
}
.reviews .reviews-data > *{
    display: inline-block;
}
.reviews .reviews-content p{
    margin-top: 0;
}

/* modal */

.no-scroll {
    overflow: hidden
}

.window-modal {
    opacity: 0;
    box-sizing: border-box;
    padding: 50px 30px 50px;
    position: fixed;
    width: 774px;
    background: #fff;
    /*border-radius: 8px;*/
    top: 52%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.window-modal-blur {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    left: 110%;
    width: 100%;
    height: 100%;
    min-height: 410px;
    overflow-y: auto;
    opacity: 0;
    z-index: -100;
    transition: opacity .2s linear;
    text-align: center;
}

.window-modal .window-modal__close {
    position: absolute;
    right: 26px;
    top: 19px
}

.window-modal .window-modal__close i {
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    padding-left: 1px;
    text-align: center;
    border-radius: 50%;
    transition: .2s linear
}

.window-modal .window-modal__close i:hover {
    background: rgba(0, 0, 0, .1);
    color: #7e1a11;
    cursor: pointer
}

.window-modal__header {
    font-size: 40px;
    font-weight: 500;
    color: #545454;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.window-modal__body {
    font-size: 27px;
    text-transform: uppercase;
    color: #535353;
    line-height: 1.8em;
    max-width: 416px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.window-modal__body * {
    font-size: inherit
}

.window-modal__footer {
    display: flex;
    justify-content: space-around;
    padding-top: 10px
}

.window-modal__footer .btn {
    font-size: 13px;
    text-transform: none;
    margin: 10px 20px;
    padding: 10px 22px 9px
}

.window-modal .wp-block-button .btn-line {
    background: 0 0
}

.window-modal .btn-danger.btn-line {
    color: #ee3220;
    border: none;
    border-radius: 0;
    font-size: 14px !important;
    position: relative
}

.window-modal .btn-danger.btn-line:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ee3220;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s linear
}

.window-modal .btn-danger.btn-line:hover {
    cursor: pointer;
    color: #ee3220
}

.window-modal .btn-danger.btn-line:hover:after {
    width: 80%;
    transition: .2s linear
}

.ax-blur-show {
    left: 0 !important;
    opacity: 1;
    z-index: 1000;
    transition: opacity .2s linear
}

.btns-danger .btn {
    border: 1px solid #ee3220;
    background: #F0505D;
    border-radius: 6px;
    color: #fff !important;
    transition: all .2s linear;
    font-size: 16px;
    outline: none !important;
}

.btns-danger .btn:hover {
    background: transparent;
    color: #F0505D !important;
    cursor: pointer
}

.ax-modal-show {
    opacity: 1;
    top: 50%;
    transition: top .2s, opacity .2s linear
}

.no-show {
    opacity: 0;
    top: 52%;
    transition: top .2s, opacity .2s linear;
    z-index: -10
}

.ax-window-modal {
    position: fixed;
    background: #fff;
    border: 1px solid #91909363;
    width: 100%;
    z-index: 100;
    bottom: 0;
    left: 0;
    transform: translateY(30%);
    opacity: 0
}

.ax-window-modal__close {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%
}

.ax-window-modal__close i {
    display: inline-block;
    font-size: 25px;
    color: #1583ca
}

.ax-window-modal__close i:hover {
    cursor: pointer
}

.ax-window-modal__body {
    text-align: center;
    padding: 12px 20px
}

.ax-window-modal p {
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding: 0;
    line-height: 2rem;
    color: #363636
}

.ax-show-bottom {
    transform: translateY(0);
    opacity: 1;
    transition: .2s linear
}

.ax-hide-bottom {
    transform: translateY(30%);
    opacity: 0;
    transition: .2s linear
}

@media (max-width: 842px){
    .window-modal{
        width: 500px;
        padding: 50px 30px 32px;
    }
    .window-modal__body{
        font-size: 21px;
    }
}
@media (max-width: 778px){
    .ax-row .ax-col-4{
        width: calc(50% - 30px);
    }
    .ax-row .ax-item{
        margin-bottom: 30px;
    }
}


@media (max-width: 576px){
    .page_header_yes #content{
        padding-top: 30px;
    }
    .ax-row .ax-col-4{
        width: calc(100% - 30px);
    }
    .reviews{;
        padding: 15px 20px;
        position: relative;
    }
    .reviews:before{
        display: none;
    }

    .window-modal{
        width: 360px;
        padding: 50px 30px 32px;
    }
    .window-modal__header{
        font-size: 30px;
        margin-bottom: 22px;
    }
    .window-modal__body{
        font-size: 19px;
        margin-bottom: 0;
    }
}