.coach h1 {
    margin-top: 0.565rem;
}

.coach p {
    margin-bottom: 2.5rem;
}

.coach h2 {
    margin-bottom: 1.25rem;
}

.coach .founder-list {
    padding-top: 0.13rem;
    margin-bottom: 2.5rem;
    column-gap: 1.87rem;
}

.coach .founder-list p {
    margin-bottom: 0.88rem;
}

.coach .btn-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.coach p:last-of-type {
    margin-bottom: 1.25rem;
}

.coach .btn:nth-child(1) {
    margin-right: 3.13rem;
}

.coach .btn {
    margin-bottom: 1.935rem;
}

.coach .btn img {
    margin-left: 0.88rem;
}

.btn-border-rose {
    background: transparent;
    color: #db5c69;
    border: 1px solid #db5c69;
}

.coach .btn.btn-border-rose {
    width: 18.75rem;
    height: 3.75rem;
    background: #f6f6f6;
}

.btn-border-rose:hover {
    background: #db5c69;
    color: rgb(255, 255, 255);
}

.coach-image {
    position: relative;
}

.coach-image img {
    position: absolute;
    bottom: -1.875rem;
    right: 1.37rem;
    max-width: 36.5rem;
}

.coach .container {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.coach.get-know-section .container::after {
    display: none;
}

.education {
    overflow: visible;
}

.education img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    height: 28.375rem;
    width: 48rem;
}

.education-right-block {
    margin-left: 2rem;
    float: right;
}

.education .founder-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 2.5rem;
}

.education h2 {
    margin-bottom: 2.5rem;
}

.galleries .flex-block {
    margin: -1rem;
}

.galleries-left-block,
.galleries-right-block {
    width: calc(50% - 2rem);
    margin: 1rem;
    border-radius: 20px;
    background: #f5f5f5;
    padding: 2.31rem 3.31rem;
}

.events {
    background: #f5f5f5;
    padding-top: 5.44rem;
}

.events-list.flex-block {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 2.5rem;
    margin: 0 -0.94rem 3.75rem;
}

.event {
    position: relative;
    width: calc(100% / 4 - 1.88rem);
    margin: 0.94rem;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.event-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.event-button {
    margin-left: 0.94rem;
    margin-right: 0.94rem;
    margin-bottom: 2.13rem;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.event-image {
    min-height: 18.75rem;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 1.25rem;
}

.event-label {
    text-transform: uppercase;
    position: absolute;
    left: 1.63rem;
    top: 1.56rem;
    padding: 0.81rem 1.44rem;
    color: #db5c69;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
}

.event-type {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    margin-left: 0.94rem;
    margin-right: 0.94rem;
}

.event-date {
    font-size: 1.25rem;
    margin-bottom: 0.63rem;
    margin-left: 0.94rem;
    margin-right: 0.94rem;
}

.event-title {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
    margin-left: 0.94rem;
    margin-right: 0.94rem;
}

.event-description {
    margin-left: 0.94rem;
    margin-right: 0.94rem;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    line-height: 1.2rem;
}

.event-title strong {
    font-weight: 700;
}

.event-button a.btn.width-btn {
    font-size: 1.125rem;
    padding: 0.87rem 0.63rem;
    margin: 0;
}

.event-button a:last-of-type {
    color: #000;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
}

.mass-media-slider .arrow-prev {
    right: calc(50% + 0.905rem);
    top: 100%;
    left: inherit;
}

.mass-media-slider .arrow-next {
    left: calc(50% + 0.905rem);
    top: 100%;
    right: inherit;
}

.coach-mass-media-slide {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 2.5rem;
}

.coach-mass-media .mass-media-block {
    padding: 3.87rem 1.88rem 0;
}

.coach-mass-media .mass-media-block:nth-of-type(1) {
    background: #f5f5f5;
}

.coach-mass-media .mass-media-block:nth-of-type(2) {
    background: #e9d3d9;
}

.coach-mass-media .mass-media-block:nth-of-type(3) {
    background: #d5e5fb;
}

.coach-mass-media .mass-media-block:nth-of-type(4) {
    background: #f9f7ff;
}

.coach-mass-media .mass-media-block .article-label {
    top: 1.19rem;
    left: 2.81rem;
}

.coach-mass-media .mm-title {
    margin-bottom: 0.44rem;
}

.enroll {
    background: #f7f7f5;
    padding: 4.19rem 2rem 5.25rem;
    overflow: visible;
    margin-bottom: 6.25rem;
}

.enroll .container>div {
    max-width: 64.625rem;
    z-index: 0;
}

.enroll .container {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.enroll-image img {
    position: absolute;
    bottom: -5.25rem;
    right: 1.37rem;
    max-width: 36.5rem;
}

.enroll-image .text-container h2 {
    max-width: 56.3125rem;
}

.enroll-image .text-container p {
    max-width: 30.5rem;
}

.enroll .btn {
    margin-right: 1.88rem;
}

.enroll .btn-container {
    display: flex;
}

.btn-border-gray {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    color: #717171;
    text-transform: inherit;
}

.btn-border-gray:hover {
    background: #db5c69;
    color: rgb(255, 255, 255);
}

.coach-image-mobile {
    display: none;
}

.coach-project .all-cases {
    margin: 0 -0.935rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.coach-project .case-shape {
    width: calc(100% / 6 - 1.87rem);
    margin: 0 0.935rem 1.87rem;
}

.enroll-image-mobile {
    display: none;
}

.galleries-left-block .biography-gallery div,
.galleries-right-block .biography-gallery div {
    width: calc(100% / 6 - 2rem);
    padding: 0;
    height: 3.375rem;
    margin: 0 1rem 1.25rem;
}

.galleries-left-block .biography-gallery,
.galleries-right-block .biography-gallery {
    justify-content: flex-start;
    margin-top: 1.81rem;
}

.coach-mass-media .slick-slide {
    margin: 0 0.935rem;
    height: inherit;
}

.coach-mass-media .slick-list {
    margin: 0 -0.935rem;
}

.coach-mass-media .mass-media-block {
    height: 100%;
}

.coach-mass-media .slick-track {
    display: flex;
}

.coach-mass-media .slick-slide>div {
    height: 100%;
}

.mass-media-slider {
    padding-bottom: 2.5rem;
}

.coach-mass-media .slick-slide:nth-child(4n+2) .mass-media-block {
    background: #E9D3D9;
}

.coach-mass-media .slick-slide:nth-child(4n+3) .mass-media-block {
    background: #D5E5FB;
}

.coach-mass-media .slick-slide:nth-child(4n+4) .mass-media-block {
    background: #F9F7FF;
}

.enroll h2 span {
    color: hsl(354, 64%, 61%);
}

@media screen and (max-width: 1350px) {
    .coach-image img {
        right: -2.875rem;
    }
    .coach p {
        max-width: 40rem;
    }
}

@media screen and (max-width: 1280px) {
    .coach-project .case-shape {
        width: calc(100% / 3 - 1.87rem);
    }
}

@media screen and (max-width: 1200px) {
    .galleries-left-block .biography-gallery div,
    .galleries-right-block .biography-gallery div {
        width: calc(100% / 5 - 2rem);
        text-align: center;
    }
    .enroll .btn-container {
        flex-wrap: wrap;
        width: 23.75rem;
    }
    .enroll .btn {
        margin-bottom: 1.25rem;
        margin-right: 0;
        width: 100%;
    }
    .coach-project .case-shape {
        width: calc(100% / 3 - 1.87rem);
    }
    .event {
        width: calc(100% / 2 - 1.88rem);
    }
    .education img {
        width: 33.1875rem;
        height: 18.5rem;
    }
    .coach-image img {
        width: 21.85888rem;
        height: 39.9465rem;
        object-fit: contain;
        bottom: -2.4rem;
        right: 1.37rem;
    }
    .coach p {
        max-width: 100%;
    }
    .coach .container {
        padding: 2.5rem 2.25rem 0;
    }
    .coach .container>div {
        max-width: 100%;
    }
    .left-block-mobile {
        width: 34rem;
    }
    .get-know-section {
        padding-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .event-label {
        font-size: 1.125rem;
        width: 9.0625rem;
        height: 2.5625rem;
        padding: 0.69rem;
        text-align: center;
        line-height: normal;
    }
    .enroll {
        background: #f7f7f5;
        padding: 4.19rem 0.63rem;
        overflow: hidden;
        margin-bottom: 5rem;
    }
    .enroll-image img {
        bottom: -4.25rem;
        right: -5.25rem;
        max-width: 36.5rem;
        height: 23.1875rem;
    }
    .hidden-sm {
        display: none;
    }
    .coach-image img {
        right: 0;
    }
    .education-right-block {
        margin-left: 0;
        float: inherit;
        text-align: center;
    }
    .galleries-left-block .bio-gallery-title,
    .galleries-right-block .bio-gallery-title {
        text-align: center;
    }
    .galleries-left-block {
        margin: 1rem 1rem 0;
        border-end-end-radius: 0;
        border-end-start-radius: 0;
    }
    .galleries-right-block {
        margin: 0 1rem 1rem;
        border-start-end-radius: 0;
        border-start-start-radius: 0;
    }
    .education .container {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .coach h4 {
        font-size: 1.5rem;
        padding-right: 1rem;
        margin-bottom: 2.5rem;
    }
    .coach .btn:nth-child(1) {
        margin-right: 0;
        width: 17.375rem;
        height: 3.75rem;
        text-align: center;
        max-width: 100%;
        margin-bottom: 1.87rem;
    }
    .coach .btn.btn-border-rose {
        width: 17.375rem;
        height: 3.75rem;
        max-width: 100%;
        margin-bottom: 3.31rem;
    }
    .coach .founder-list {
        margin-bottom: 1.25rem;
    }
    .coach-project .case-shape {
        width: calc(100% / 2 - 1.87rem);
    }
    .education .flex-block {
        flex-direction: column-reverse;
    }
    .education-left-block {
        width: 100%;
        padding-right: 0;
        order: 3;
    }
    .education-right-block {
        width: 100%;
        padding-left: 0;
        margin-bottom: 1.87rem;
        order: 2;
    }
    .galleries-left-block,
    .galleries-right-block {
        width: calc(100% - 2rem);
        padding: 1.75rem 1.5rem;
    }
    .education-left-block.tablet-1000.title {
        order: 1;
    }
    .event-image {
        min-height: 15.125rem;
    }
    .event-button a.btn.width-btn {
        font-size: 0.875rem;
        width: 10.375rem;
        height: 2.5625rem;
    }
    .event-button a:last-of-type {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 750px) {
    .coach-image img {
        right: -2.875rem;
    }
    .left-block-mobile {
        width: 19rem;
    }
}

@media screen and (max-width: 599px) {
    .enroll-image img {
        bottom: 0;
        right: 0;
        max-width: 100%;
        position: relative;
        height: 20.4375rem;
        object-fit: cover;
    }
    .education {
        padding-bottom: 2rem;
    }
    .coach h1 {
        margin-top: 0;
        margin-bottom: 1.87rem;
    }
    .coach .container {
        padding: 2.5rem 0.87rem 0;
    }
    .coach-image {
        order: 3;
        width: 100%;
        text-align: center;
    }
    .coach-image img {
        position: relative;
        bottom: -1rem;
        max-width: 100%;
        right: 0;
        width: 16.49025rem;
        height: 27.5rem;
    }
    .get-know-section .container>div {
        position: initial;
    }
    .coach .btn.btn-border-rose {
        margin-bottom: 0;
    }
    .coach h4 {
        padding-right: 0;
        margin-bottom: 0;
    }
    .coach .text-container {
        position: initial;
    }
    .education img {
        height: 17.4375rem;
    }
    .galleries-left-block .bio-gallery-title,
    .galleries-right-block .bio-gallery-title {
        text-align: left;
    }
    .galleries-left-block .biography-gallery div,
    .galleries-right-block .biography-gallery div {
        width: calc(100% / 2 - 2rem);
    }
    .galleries-left-block .biography-gallery,
    .galleries-right-block .biography-gallery {
        justify-content: center;
        margin-top: 1.25rem;
    }
    .event .event-button a {
        padding: 0.75rem 0.5rem;
        font-size: 0.875rem;
    }
    h2 {
        margin-bottom: 2.5rem;
    }
    .coach-mass-media .mass-media-block {
        padding: 3.87rem 1.62rem 1.14rem;
    }
    .enroll {
        padding: 4.19rem 0.62rem 11.87rem;
        margin-bottom: 3.75rem;
    }
    .enroll .btn {
        padding: 0;
        font-size: 1.125rem;
        height: 3.75rem;
    }
    .coach-image-mobile {
        width: 100%;
    }
    .left-block-mobile {
        width: 100%;
    }
    .coach .btn-container {
        position: absolute;
        bottom: 2.5rem;
    }
    .coach .btn-container .btn {
        width: 100%;
        margin-right: 0;
    }
    .coach-project .case-shape {
        width: calc(100%);
        margin: 0 0.935rem 0.935rem;
    }
    .event {
        width: 100%;
    }
    .enroll-image-mobile {
        display: flex;
        width: 100%;
    }
    .enroll-image-mobile img {
        max-width: 100%;
        margin: 0 auto;
    }
    .enroll .container>.enroll-image {
        order: 3;
    }
    .enroll h2 {
        margin-bottom: 1.25rem;
    }
    .enroll .text-container p {
        margin-bottom: 0;
    }
    .enroll .container>div {
        max-width: none;
        width: 100%;
    }
    .enroll .btn-container {
        position: absolute;
        bottom: -9.6rem;
        flex-wrap: wrap;
        width: 100%;
    }
}


/* Команда */

img {
    max-width: 100%;
	height: auto !important; /* Это самая важная строчка для сохранения пропорций */
}

section.mission {
    margin-bottom: 6.25rem;
    margin-top: 1.25rem;
    overflow: visible;
}

.mission-right-block {
    width: calc(50% - 1rem);
    margin-left: 1rem;
}

.mission-left-block {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    position: relative;
}

img.mission-img-left-top {
    position: relative;
    top: 0.19rem;
	width: 55.81% !important; /* Ваша текущая ширина */
    height: auto !important;  /* ПРИНУДИТЕЛЬНО исправляет пропорции */
}

img.mission-img-right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.mission h2 {
    margin-bottom: 2.5rem;
}

.mission .text-container p {
    font-size: 1.5625rem;
    line-height: 140%;
}

.coach-left-block {
    width: calc(50% - 1rem);
    margin-right: 1rem;
}

.coach-right-block {
    width: calc(50% - 1rem);
    margin-left: 1rem;
}

.coach-img {
    margin: 0 auto;
    display: block;
}

.coach-team {
    background: #f5f5f5;
    padding-top: 5rem;
}

.coach-team h2 strong {
    color: #db5c69;
}

.coach-team .btn {
    width: 12.5rem;
    height: 3.125rem;
}

.coach-team-img-left .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.coach-team-img-right .coach-right-block {
    width: calc(50% - 1rem);
    margin-left: 1rem;
    position: absolute;
    top: 0;
    right: 0;
}

.coach-team-img-left .coach-left-block {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    position: absolute;
    top: 0;
    left: 0;
}

.expert-section-team {
    background: #f5f5f5;
}

.expert-section-team .expert-block {
    border-radius: 20px;
    background: #fff;
    margin: 0.935rem;
    width: calc(100% / 4 - 1.87rem);
    padding: 1.31rem 1rem;
    display: flex;
    flex-direction: column;
}

.expert-section-team .expert-container {
    margin-left: -0.935rem;
    margin-right: -0.935rem;
}

.expert-section-team.padding-top {
    padding-top: 2.505rem;
}

.expert-section-team.padding-bottom-big {
    padding-bottom: 4.065rem;
}

.expert-section-team .btn {
    width: 12.5rem;
    height: 3.125rem;
    margin-top: 1.25rem;
    margin-bottom: 1.06rem;
}

.expert-section-team .btn-container {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.youtube {
    padding-top: 6.25rem;
    padding-bottom: 7.13rem;
}

.youtube .flex-block {
    align-items: flex-end;
}

.youtube .undertitle {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    line-height: 3rem;
}

.youtube.coach-team-img-right .coach-right-block {
    bottom: 0;
    top: inherit;
}

.youtube-img {
    margin: 0 auto;
    display: block;
}

.youtube .undertitle strong {
    color: #db5c69;
}

.youtube .text-container {
    padding-bottom: 0.75rem;
}

.youtube .btn-container {
    display: flex;
    justify-content: space-between;
    width: 32.1875rem;
    height: 3.75rem;
}

.btn-youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #db5c69;
    width: 17.5625rem;
}

.youtube .btn {
    width: 15.625rem;
    font-size: 1.25rem;
    height: 3.75rem;
    padding: 0;
    position: relative;
    left: -1rem;
}

.youtube .btn:hover {
    background: #fff;
}

.coach-project-team h2 {
    margin-bottom: 3.75rem;
}

.coach-project-team .case-shape {
    border-radius: 10px;
}

.coach-project-team .all-cases {
    padding-bottom: 1.88rem;
}

.partner-gallery.coach-partner-gallery {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -0.935rem;
    align-items: center;
    grid-gap: inherit; */
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}


/* .partner-gallery.coach-partner-gallery>div {
    width: calc(100% / 6 - 1.87rem);
    margin: 0.935rem; 
}*/

@media screen and (max-width: 992px) {
    .mission-left-block {
        width: 100%;
        order: 2;
        margin-right: 0;
    }
    .mission-right-block {
        width: 100%;
        margin-left: 0;
    }
    .coach-left-block {
        margin-right: 0;
        width: 100%;
    }
    .youtube.coach-team-img-right .coach-right-block {
        height: 23rem;
    }
    .youtube-img {
        height: 23rem;
        object-fit: contain;
    }
    .coach-team-img-right .coach-right-block {
        width: 100%;
        margin-left: 0;
        position: relative;
        height: 32.5rem;
        overflow: hidden;
        margin-bottom: 1.25rem;
    }
    .coach-team-img-left .coach-left-block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        height: 32.5rem;
        margin-bottom: 1.25rem;
    }
    .coach-right-block {
        width: 100%;
        margin-left: 0;
    }
    .expert-section-team .expert-container {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .expert-section-team .expert-block {
        width: calc(100% / 2 - 1.25rem);
        margin: 0.935rem 0.625rem;
    }
    .partner-gallery.coach-partner-gallery {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    /*  .partner-gallery.coach-partner-gallery>div {
        width: calc(100% / 4 - 1.87rem);
    }
    .partner-gallery.coach-partner-gallery {
        justify-content: flex-start;
    }*/
    .youtube-left-block {
        width: 100%;
        margin-right: 0;
    }
    .coach-team img {
        width: 28.75rem;
        max-width: 100%;
        height: 32.5rem;
        object-fit: cover;
        object-position: top;
    }
    .coach-team .btn {
        margin: 0 auto;
        max-width: 100%;
    }
    .youtube-img {
        margin-bottom: 1.25rem;
    }
    .youtube .btn-container {
        margin: 0 auto;
    }
    .coach-team .min-undertitle {
        margin-bottom: 1.25rem;
    }
    img.mission-img-left-top {
        width: 55.81%;
    }
    img.mission-img-right-bottom {
        width: 59.34%;
        bottom: -3.5rem;
    }
}

@media screen and (max-width: 599px) {
    .hidden-xs {
        display: none;
    }
    .partner-gallery.coach-partner-gallery {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    /*  .partner-gallery.coach-partner-gallery>div {
        width: calc(100% / 2 - 1.87rem);
    }*/
    .expert-section-team .expert-block {
        width: 100%;
        margin: 0.625rem;
    }
    section.mission {
        margin-bottom: 5.44rem;
        margin-top: 0;
    }
    h1 {
        font-size: 2.0625rem;
    }
    .mission h2 {
        margin-bottom: 1.25rem;
    }
    .mission .text-container p {
        font-size: 1.125rem;
    }
    .coach-team h2 {
        margin-bottom: 1.25rem;
        font-size: 1.875rem;
    }
    .coach-team .min-undertitle {
        font-size: 1.25rem;
        line-height: 140%;
        margin-bottom: 1.25rem;
    }
    section.coach-team-img-left {
        padding-top: 3.75rem;
    }
    .expert-section-team .expert-container {
        margin-top: 0;
    }
    .expert-section-team.padding-top {
        padding-top: 2.815rem;
    }
    .expert-section-team.padding-bottom-big {
        padding-bottom: 2.565rem;
    }
    .youtube {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .youtube .undertitle {
        line-height: 2.25rem;
        font-size: 1.875rem;
        margin-bottom: 1.87rem;
    }
    .btn-youtube {
        width: 100%;
    }
    .youtube .btn {
        width: 100%;
        left: 0;
    }
    .youtube .btn-container {
        flex-wrap: wrap;
        max-width: 100%;
    }
    .coach-project-team {
        margin-top: 3.75rem;
    }
    img.mission-img-left-top {
        width: 60%;
    }
    img.mission-img-right-bottom {
        width: 60%;
        bottom: -1.69rem;
    }
    .coach-team img {
        max-width: 100%;
        object-fit: cover;
        object-position: top;
        width: 18.75rem;
        height: 21.1875rem;
    }
    .coach-team-img-right .coach-right-block {
        height: 21.1875rem;
    }
    .coach-team-img-left .coach-left-block {
        height: 21.1875rem;
    }
    .youtube.coach-team-img-right .coach-right-block {
        height: 13.1875rem;
    }
    .youtube-img {
        object-fit: contain;
        height: 13.1875rem;
    }
}

@media screen and (max-width: 400px) {
    .partner-gallery.coach-partner-gallery {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}


/* Магазин */

.product-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 6.25rem;
}

.product-gallery {
    width: 32.1875rem;
}

.recommend-products-slider {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.recommend-products-slider .slick-track {
    display: flex;
}

.recommend-products-slider .slick-list {
    margin: 0 -0.935rem;
}

.recommend-products-slider .slick-slide {
    height: inherit;
    margin: 0 0.935rem 3.75rem;
}

.recommend-products-slider .slick-slide>div {
    height: 100%;
}

.recommend-products-slider .arrow-next {
    right: 0;
    top: 15.62rem;
}

.recommend-products-slider .arrow-prev {
    left: 0;
    top: 15.62rem;
}

.recommend-products-slider .arrow-next::before {
    background: url('/wp-content/themes/artmediconsult/assets/svg/Frame25.svg') no-repeat;
    width: 7.9375rem;
    height: 7.3125rem;
    left: -3.96875rem;
}

.recommend-products-slider .arrow-prev::before {
    background: url('/wp-content/themes/artmediconsult/assets/svg/Frame25.svg') no-repeat;
    width: 7.9375rem;
    height: 7.3125rem;
    left: -3.03125rem;
    transform: rotate(180deg);
}

.product-list-item-slide {
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

.product-info {
    width: calc(100% - 33.1875rem);
    max-width: 39.6875rem;
    margin-left: 1rem;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.935rem 0;
}

.product-list-item {
    margin: 0 0.935rem 3.75rem;
    width: calc(100% / 4 - 1.88rem);
    display: flex;
    flex-direction: column;
}

.product-list-item-button {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0.53125rem;
}

.product-list-item-title {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.25rem;
    padding: 0 0.53125rem;
    color: #000;
}

.product-list-item-description {
    font-size: 1.25rem;
    line-height: normal;
    margin-bottom: 1.25rem;
    padding: 0 0.53125rem;
}

.product-list-item-image {
    width: 23.0625rem;
    height: 25.9375rem;
    margin: 0 auto 1.37rem;
}

.product-list-item-image img {
    object-fit: cover;
    height: 100%;
}

.product-button-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.product-list-item-price {
    font-size: 1.5625rem;
}

.recommend-products .btn-container {
    margin-bottom: 6.25rem;
}

.ul-style-mdash {
    list-style-type: "—";
    margin-left: 1rem;
    margin-top: 1.25rem;
}

.product-description .ul-style-mdash {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}

.ul-style-mdash li {
    padding-left: 0.5em;
}

.tab-content__store {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-header {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    line-height: normal;
}

.tab-content__item {
    opacity: 0;
    z-index: 1;
    position: absolute;
    transition: opacity 0.3s linear;
}

.tab-content__item.active {
    opacity: 1;
    z-index: 2;
    position: relative;
    transition: opacity 0.3s linear;
}

.faq {
    width: 64.5rem;
}

.product-reviews-list {
    width: 64.5rem;
}

.tab-header__item {
    width: 23.0625rem;
    margin-right: 1.87rem;
    padding-bottom: 1.13rem;
    margin-bottom: 2.5rem;
    margin-top: 3.75rem;
    border-bottom: 6px solid #d9d9d9;
}

.tab-header__item.active {
    border-bottom: 6px solid #db5c69;
}

.tab-content__item .btn.width-btn {
    width: 16.625rem;
    height: 3.125rem;
    padding: 0;
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
}

.product-reviews-section select {
    width: 23.125rem;
    height: 2.5rem;
    border-radius: 0.3125rem;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    padding: 0.5rem 1.5rem;
}

.product-reviews-title {
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.product-reviews-text {
    margin-bottom: 1.25rem;
}

.product-reviews {
    border-top: 1px solid #adadad;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
}

.product-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.product-reviews-autor {
    display: flex;
    align-items: center;
}

.product-reviews-autor img {
    margin-right: 1.25rem;
}

.product-reviews-autor span {
    font-size: 1.5625rem;
    font-weight: 700;
}

.product-reviews-date {
    color: #717171;
}

.faq-question {
    display: flex;
}

.faq-question img {
    margin-right: 1.25rem;
}

.faq-content {
    width: 100%;
    margin-bottom: 2.5rem;
}

.faq-content-header {
    display: flex;
    justify-content: space-between;
}

.faq-question-autor {
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 0.69rem;
}

.faq-content-date {
    color: #717171;
}

.faq-answer {
    margin-left: 8.19rem;
    margin-bottom: 2.5rem;
}

.faq-answer-autor {
    font-weight: 700;
    margin-bottom: 1.25rem;
}

iframe {
    width: 100%;
    height: 30.4375rem;
}

#readPDF {
    padding: 9.19rem 3.19rem 4.12rem 3.25rem;
    position: relative;
    width: 64.375rem;
    display: inline-block;
}

#readPDF .product-button-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
    position: absolute;
    top: 1.94rem;
    right: 8.38rem;
}

#readPDF .product-button-container a {
    margin-left: 1rem;
    height: 3.125rem;
    font-size: 1.125rem;
}

.next-product-btn {
    height: 4.8125rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.62rem;
    margin-top: 3.06rem;
    cursor: pointer;
}

.product-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.product-top-art {
    font-size: 1.25rem;
    margin-right: 2.5rem;
}

.product-top-art span {
    color: #717171;
}

.product-top-reviews {
    color: #717171;
    font-size: 1.25rem;
    text-decoration-line: underline;
    margin-right: 2.5rem;
}

.product-top-star {
    margin-right: 2.5rem;
}

.product-top-sale {
    color: #717171;
    font-size: 1.25rem;
}

.product-info-read {
    margin-top: 1.31rem;
    width: 14.75rem;
    height: 3.125rem;
    border-radius: 0.3125rem;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    font-size: 1.25rem;
    padding: 0.81rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 2.5rem;
}

.product-info-read img {
    margin-right: 0.8rem;
}

.product-info-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

.product-info-attributes-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.dotted {
    width: 100%;
    height: 1.5rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM8AAAABCAYAAAB5Y/qbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB2SURBVHgBtdLBDYAwCEDRbqKjOIqjuIme2wInzh3FUbRcEUwwtseXhpAfUillS+rVWo+c8xrw1ucs2gHgZOYp4Jc2Iprlv+WI2LTLHpbL3n3ObrnVQCzYxmzwoc2jgedeG69BtI3XQOyP+xAfeR+RNm/34bW5ASiEqAAZUF+QAAAAAElFTkSuQmCC');
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.product-info-attributes-list-item div:last-of-type {
    width: 21.5625rem;
    min-width: 21.5625rem;
}

.product-info-attributes-list-item div:first-of-type {
    width: fit-content;
    text-wrap: nowrap;
}

.product-description h2 {
    margin-bottom: 2.5rem;
}

.recommend-products {
    margin-bottom: 2.5rem;
    overflow: visible;
}

.product-reviews-section {
    margin-bottom: 4.25rem;
}

.product-cart {
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    width: 28.75rem;
    height: 12.5rem;
    padding: 1.69rem 4.19rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 0 5rem;
}

.product-price {
    font-size: 1.875rem;
    font-weight: 700;
    color: #db5c69;
}

.product-cart .product-button-buy {
    text-align: center;
}

.product-button-buy {
    border-radius: 0.3125rem;
    background: #db5c69;
    color: #fff;
    text-transform: uppercase;
    padding: 0.87rem;
    font-size: 1.125rem;
    line-height: normal;
    flex-grow: 1;
    text-align: center;
    margin-right: 1.25rem;
    max-width: 12.6875rem;
    margin-top: 1.25rem;
}

.product-button-installment {
    border-radius: 0.3125rem;
    outline: 1px solid #d9d9d9;
    background: #f5f5f5;
    color: #000;
    text-align: center;
    font-size: 1.125rem;
    line-height: normal;
    text-transform: uppercase;
    padding: 0.87rem;
    text-wrap: nowrap;
    margin-top: 1.25rem;
}

.product-reviews-section .flex-block {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.product-reviews-section.tab2 .product-reviews-score {
    display: none;
}

.product-reviews-section.tab2 .flex-block {
    flex-direction: row;
}

.product-reviews-score-title {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.25rem;
}

.product-reviews-score-list-item {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #adadad;
    margin-bottom: 0.62rem;
}

.product-reviews-score-list-item span {
    color: #db5c69;
    font-weight: 700;
}

.product-reviews-score-button {
    width: 18.75rem;
    height: 3.75rem;
    border-radius: 0.3125rem;
    background: #db5c69;
    display: flex;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}

.product-reviews-score {
    margin-top: 14.5rem;
	margin-bottom: auto;
}

.reviews-tab-header-select {
    display: none;
}

.product-info-attributes-list-item span {
    color: #db5c69;
    font-size: 1.25rem;
    font-weight: 700;
}

@media screen and (max-width: 1480px) {
    .product-info-attributes-list-item div:last-of-type {
        min-width: 14rem;
        width: 14rem;
    }
    .product-reviews-tab {
        width: calc(100% - 25.0625rem);
    }
    .tab-header__item {
        width: 50%;
    }
    .product-reviews-list {
        width: 100%;
    }
    .faq {
        width: 100%;
    }
    .product-list-item {
        width: calc(100% / 2 - 1.88rem);
    }
    .product-button-container {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 992px) {
    .product-info-attributes-list-item div:last-of-type {
        width: 21.5625rem;
        min-width: 21.5625rem;
    }
    .product-description .ul-style-mdash {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .product-gallery {
        width: 100%;
        text-align: center;
    }
    .product-info {
        max-width: none;
        width: 100%;
        margin-left: 0;
    }
    .product-reviews-tab {
        width: 100%;
    }
    .product-reviews-section.tab2 .product-reviews-score {
        display: block;
    }
    .product-reviews-section .flex-block {
        flex-direction: row;
    }
    .products-list-slider .arrow-prev {
        right: calc(50% + 2rem);
        top: inherit;
        left: inherit;
        bottom: 0.4rem;
    }
    .products-list-slider .arrow-next {
        left: calc(50% + 3rem);
        top: inherit;
        right: inherit;
        bottom: 0;
    }
    .product-description h2 {
        margin-bottom: 1.87rem;
    }
    .product-content {
        margin-bottom: 5rem;
    }
    .recommend-products-slider {
        margin-top: 2.5rem;
        margin-bottom: 7.5rem;
    }
    .recommend-products {
        margin-bottom: 5rem;
    }
    .product-list-item-slide {
        padding-bottom: 1.88rem;
    }
    .product-reviews-section h2 {
        margin-bottom: 2.5rem;
    }
    .product-reviews-score {
        margin-bottom: 5rem;
		margin-top: 0;
    }
    .tab-header__item {
        margin-top: 0;
    }
    .product-reviews-section {
        margin-bottom: 2.5rem;
    }
    .recommend-products h2 {
        margin-bottom: 2.5rem;
    }
    .product-button-installment {
        width: 12.6875rem;
    }
    .product-button-buy {
        width: 12.6875rem;
    }
    .products-list {
        margin: 0 -0.935rem 0;
    }
    .product-info {
        margin-bottom: 3.75rem;
    }
    .product-gallery {
        margin-bottom: 3.69rem;
    }
    .product-cart {
        margin: 0 auto 5rem;
    }
    .product-cart .product-button-container {
        flex-wrap: nowrap;
    }
    .product-top-art {
        font-size: 1.125rem;
    }
    .product-top-reviews {
        font-size: 1.125rem;
    }
    .product-top-sale {
        font-size: 1.125rem;
    }
    .product-top-star {
        width: 8.75rem;
    }
    .product-list-item-image {
        width: 18.75rem;
        height: 21.0625rem;
        max-width: 100%;
        margin: 0 auto 1.88rem;
    }
}

@media screen and (max-width: 599px) {
    .product-cart .product-button-container {
        flex-wrap: wrap;
    }
    .product-list-item {
        width: 100%;
    }
    .reviews-tab-header-select {
        display: block;
    }
    .reviews-tab-header-list {
        display: none;
    }
    .product-button-installment {
        width: 100%;
        margin-right: 0;
    }
    .product-button-buy {
        width: 100%;
        margin-right: 0;
        max-width: none;
    }
    .product-gallery {
        margin-bottom: 2.44rem;
    }
    .product-button-container {
        flex-wrap: wrap;
    }
    .product-cart {
        height: auto;
        padding: 1.69rem 3rem 1.81rem;
        margin: 0 auto 3.75rem;
    }
    .product-info {
        margin-bottom: 2.5rem;
    }
    .recommend-products {
        margin-bottom: 3.75rem;
    }
    .product-list-item-button {
        height: auto;
        padding: 0;
    }
    .recommend-products-slider .slick-track {
        display: block;
    }
    .product-reviews-score-button {
        width: 100%;
    }
    .product-reviews-score {
        width: 100%;
    }
    .product-reviews-section .reviews-tab-header-select {
        margin-bottom: 1.37rem;
        width: 100%;
    }
    .product-reviews-date {
        width: 100%;
    }
    .product-reviews-autor {
/*         width: 100%;  неправильно растягивает картинку*/
        margin-bottom: 1.25rem;
    }
    .product-reviews-header {
        flex-wrap: wrap;
        margin-bottom: 1.88rem;
    }
    .product-reviews-title {
        margin-bottom: 0.63rem;
    }
    .faq-content-header {
        flex-wrap: wrap;
        margin-bottom: 0.69rem;
    }
    .faq-answer-autor {
        margin-bottom: 0.69rem;
    }
    .product-reviews-title {
        margin-bottom: 0.63rem;
    }
    .product-reviews-section select {
        width: 100%;
    }
    .tab-content__item .btn.width-btn {
        margin-top: 2.5rem;
        margin-bottom: 1.25rem;
        max-width: 100%;
    }
    .dotted {
        display: none;
    }
    .product-info-attributes-list-item {
        flex-wrap: wrap;
    }
    .product-info-attributes-list-item div:last-of-type {
        width: auto;
        min-width: auto;
    }
    .product-info-attributes-list-item div:first-of-type {
        margin-right: 3.87rem;
        color: #717171;
        font-size: 1.125rem;
        margin-bottom: 0.62rem;
        font-weight: 400;
    }
    .faq-autor-img {
        width: 4.25rem;
    }
    .faq-answer {
        margin-left: 4.25rem;
    }
    .faq-content {
        width: calc(100% - 4.25rem);
    }
    .recommend-products-slider .slick-slide {
        margin: 0 0 3.75rem;
    }
    .product-list-item-title {
        padding: 0;
    }
    .product-list-item-description {
        padding: 0;
    }
    .recommend-products-slider .slick-list {
        margin: 0;
    }
    #readPDF {
        padding: 1rem;
        width: 100%;
    }
    #readPDF .product-button-container {
        width: 100%;
        flex-wrap: wrap;
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 1rem;
    }
    #readPDF .product-button-container a {
        margin-left: 0;
        height: 3.125rem;
        font-size: 1.125rem;
    }
}