.services__postoperative-list p+ul {
    margin-bottom: 50px;
}
.background-dark .navbar-floating a {
    color: #fff;
}
.background-dark .navbar-floating a:hover {
    color: #a57a61;
}
.background-dark .navbar__icon svg path {
    fill: #fff;
}
.background-dark .navbar__icon:hover path {
    fill: #a57a61;
}
.background-dark .navbar__menu .dropdown-item {
    color: #020202;
}
.background-dark .navbar__menu .dropdown-item:hover {
    color: #fff;
}
.background-dark .navbar__menu.active li a {
    color: #020202;
}
.background-dark .navbar__menu.active li a:hover {
    color: #a57a61;
}
.background-dark .mobile-menu__contacts-phone a {
    color: #020202;
}
.background-dark #nav-icon span {
    background: #fff;
}
.background-dark .inner__header-title {
    color: #fff;
}
.background-dark .navbar-floating.bg {
    background: #07090e;
    box-shadow: 0 -1px 6px 1px rgba(0, 0, 0, 0.25);
}
.background-dark .navbar-logo img {
    filter: grayscale(1) brightness(1000%);
}
body.active #nav-icon span {
    background: #020202;
}
.inner__dark {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/background-inner-dark.jpg) center/cover no-repeat;
}
.inner__gray {
    position: relative;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(355.76deg, #f8f8f8 53.33%, rgba(255, 255, 255, 0) 93.23%);
    background: linear-gradient(94.24deg, #f8f8f8 53.33%, rgba(255, 255, 255, 0) 93.23%);
}
.inner__header {
    padding-top: 220px;
    padding-bottom: 100px;
}
.inner__header-title {
    font-family: Ledger, serif;
    font-size: 6.125rem;
    line-height: 108.8%;
}
.inner__price {
    padding-bottom: 480px;
}
.inner__petalsDown {
    position: relative;
}
.inner__petalsDown:before {
    content: "";
    position: absolute;
    bottom: 70px;
    left: -300px;
    width: 987px;
    height: 508px;
    background: url(../img/webp/petals-priceDown.webp) center/cover no-repeat;
}
.inner__sideLines {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1786px;
    height: 0;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inner__sideLines:before {
    content: "";
    position: absolute;
    top: 1340px;
    left: 42px;
    width: 1px;
    height: 6200px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ebd4bc), to(rgba(196, 196, 196, 0.2)));
    background: -o-linear-gradient(bottom, #ebd4bc 0, rgba(196, 196, 196, 0.2) 100%);
    background: linear-gradient(0deg, #ebd4bc 0, rgba(196, 196, 196, 0.2) 100%);
    z-index: 1;
}
.inner__sideLines:after {
    content: "";
    position: absolute;
    top: 1340px;
    right: 42px;
    width: 1px;
    height: 6200px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ebd4bc), to(rgba(196, 196, 196, 0.2)));
    background: -o-linear-gradient(bottom, #ebd4bc 0, rgba(196, 196, 196, 0.2) 100%);
    background: linear-gradient(0deg, #ebd4bc 0, rgba(196, 196, 196, 0.2) 100%);
    z-index: 1;
}
.mainConsultation {
    position: relative;
}
.mainConsultation__margin--inner {
    margin-top: -322px;
    margin-bottom: 110px;
}
.mainConsultation__margin--doctor {
    margin-top: -250px;
    margin-bottom: 280px;
}
.mainConsultation__margin--services {
    margin-top: -250px;
    margin-bottom: 220px;
}
.mainConsultation__margin--reviews {
    margin-top: -250px;
    margin-bottom: 220px;
}
.mainConsultation__margin--blog {
    margin-bottom: 164px;
}
.accordion {
    position: relative;
}
.accordion .card {
    background-color: transparent;
    border: 0;
}
.accordion .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
}
.accordion .card-header.active .card-panel:before {
    opacity: 0;
}
.accordion .card-header.active .card-title {
    color: #fff;
}
.accordion .card-header.active .card-link {
    border: 3px #fff solid;
}
.accordion .card-header.active .card-link:after,
.accordion .card-header.active .card-link:before {
    background-color: #fff;
}
.accordion .card-header.active .card-link:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.accordion .card-header h5 {
    font-weight: 400;
    margin: 0;
}
.accordion .card-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 54px 60px 8px;
    background-color: transparent;
    border-radius: 20px;
    margin-bottom: 12px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion .card-panel:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 21%;
    width: 79%;
    max-width: 100%;
    height: 1px;
    background: -o-linear-gradient(260deg, rgba(196, 196, 196, 0.44) 23.65%, rgba(196, 196, 196, 0) 115.13%);
    background: linear-gradient(190deg, rgba(196, 196, 196, 0.44) 23.65%, rgba(196, 196, 196, 0) 115.13%);
    opacity: 1;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
    z-index: 1;
}
.accordion .card-number {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 97.5%;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
}
.accordion .card-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(79% - 72px);
    flex: 0 0 calc(79% - 72px);
    font-size: 2.375rem;
    line-height: 108.8%;
    color: #e8d2b9;
    padding-right: 180px;
    margin-bottom: 0;
}
.accordion .card-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    background-color: transparent;
    border: 3px #e8d2b9 solid;
    border-radius: 100%;
    -webkit-filter: drop-shadow(0 4px 9px rgba(174, 178, 191, 0.49));
    filter: drop-shadow(0 4px 9px rgba(174, 178, 191, 0.49));
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion .card-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 3px;
    background-color: #e8d2b9;
    border-radius: 2px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion .card-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    height: 24px;
    background-color: #e8d2b9;
    border-radius: 2px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion .card-body {
    padding: 0;
}
.accordion .card__price {
    position: relative;
    color: #fff;
}
.accordion .card__price-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 46px;
    padding-bottom: 40px;
}
.accordion .card__price-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 21%;
    width: 79%;
    height: 1px;
    background: -o-linear-gradient(260deg, rgba(196, 196, 196, 0.44) 23.65%, rgba(196, 196, 196, 0) 115.13%);
    background: linear-gradient(190deg, rgba(196, 196, 196, 0.44) 23.65%, rgba(196, 196, 196, 0) 115.13%);
    opacity: 1;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
    z-index: 1;
}
.accordion .card__price-block:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 51px;
    background: url(../img/icons/icon_price-arrowDown.svg) center/cover no-repeat;
}
.accordion .card__price-servicesName {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    font-size: 2rem;
    font-weight: 300;
    line-height: 95.8%;
    padding-left: calc(21% - 5px);
}
.accordion .card__price-servicesCost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-family: Ledger, serif;
    font-size: 2.5rem;
    line-height: 108.8%;
    text-align: right;
    color: #e8d2b9;
    height: 100%;
}
.accordion .card__price-servicesCost span {
    font-family: Roboto, sans-serif;
    font-size: 2.375rem;
    font-weight: 300;
    line-height: 108.8%;
    margin-left: 4px;
}
.accordion .card__price-servicesCost small {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 108.8%;
    margin-top: 4px;
}
.accordion .card img.hoverimage {
    position: absolute;
    width: 282px;
    height: 330px;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 9;
    opacity: 0;
    visibily: hidden;
    pointer-events: none;
}
.accordion-portfolio {
    padding-bottom: 40px;
}
.accordion-services {
    position: relative;
}
.accordion-services .card {
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: 0;
}
.accordion-services .card:first-child .card-panel {
    border-radius: 32px 32px 0 0;
}
.accordion-services .card:last-child .card-panel {
    border-radius: 0 0 32px 32px;
}
.accordion-services .card:last-child .card__services {
    border-radius: 0 0 32px 32px;
}
.accordion-services .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
}
.accordion-services .card-header.active .card-panel {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-services .card-header.active .card-panel:after {
    opacity: 1;
}
.accordion-services .card-header.active .card-title {
    color: #fff;
}
.accordion-services .card-header.active .card-link {
    border: 3px #fff solid;
}
.accordion-services .card-header.active .card-link:after,
.accordion-services .card-header.active .card-link:before {
    background-color: #fff;
}
.accordion-services .card-header.active .card-link:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-services .card-header h5 {
    font-weight: 400;
    margin: 0;
}
.accordion-services .card-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 54px 30px 90px;
    background: 0 0;
    border-radius: 0;
    margin-bottom: 12px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
    overflow: hidden;
    z-index: 1;
}
.accordion-services .card-panel:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #080910;
}
.accordion-services .card-panel:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: -o-linear-gradient(0.58deg, #a0827c 15.07%, #dac0b4 106.02%);
    background: linear-gradient(89.42deg, #a0827c 15.07%, #dac0b4 106.02%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    opacity: 0;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion-services .card-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 92px);
    flex: 0 0 calc(100% - 92px);
    font-size: 3rem;
    line-height: 108.8%;
    color: #fff;
    padding-right: 180px;
    margin-bottom: 0;
    z-index: 1;
}
.accordion-services .card-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
    width: 92px;
    height: 92px;
    background-color: transparent;
    border: 4px #fff solid;
    border-radius: 100%;
    -webkit-filter: drop-shadow(0 4px 9px rgba(174, 178, 191, 0.49));
    filter: drop-shadow(0 4px 9px rgba(174, 178, 191, 0.49));
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
    z-index: 1;
}
.accordion-services .card-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion-services .card-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    height: 24px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion-services .card-body {
    padding: 0;
}
.accordion-services .card__services {
    background-color: #fff;
    padding: 76px 105px 76px 105px;
    border: 1px #d4baae solid;
    -webkit-box-shadow: 0 24px 54px rgba(186, 209, 243, 0.25);
    box-shadow: 0 24px 54px rgba(186, 209, 243, 0.25);
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion-services .card__services p {
    font-size: 1.438rem;
    font-weight: 300;
    line-height: 123.8%;
}
.accordion-services .card__services p:not(:last-child) {
    margin-bottom: 28px;
}
.accordion-services .card__services p + ol,
.accordion-services .card__services p + ul {
    margin-top: 76px;
}
.accordion-services .card__services-list ol,
.accordion-services .card__services-list ul {
    counter-reset: num;
    list-style: none;
}
.accordion-services .card__services-list ol:not(:last-child),
.accordion-services .card__services-list ul:not(:last-child) {
    padding-bottom: 76px;
}
.accordion-services .card__services-list li {
    font-size: 1.438rem;
    font-weight: 300;
    line-height: 123.8%;
    color: #1d1c1c;
    text-transform: lowercase;
}
.accordion-services .card__services-list li:not(:last-child) {
    margin-bottom: 30px;
}
.accordion-services .card__services-list ol > li {
    counter-increment: num;
    position: relative;
    padding-top: 30px;
    padding-left: 70px;
    border-top: 1px #d4baae solid;
}
.accordion-services .card__services-list ol > li:before {
    display: inline-block;
    position: absolute;
    top: 38px;
    left: 0;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 88.8%;
    color: #b79a92;
    content: counter(num, decimal-leading-zero);
}
.accordion-services .card__services-list ul > li {
    position: relative;
    padding-left: 70px;
}
.accordion-services .card__services-list ul > li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #d4baae;
    border-radius: 100%;
}
.accordion-servicesExamples {
    position: relative;
    padding-top: 180px;
    padding-bottom: 20px;
}
.accordion-servicesExamples:before {
    content: "";
    position: absolute;
    top: -280px;
    left: calc(50% + 150px);
    -webkit-transform: translateX(calc(-50% + 150px));
    -ms-transform: translateX(calc(-50% + 150px));
    transform: translateX(calc(-50% + 150px));
    width: 766px;
    height: 748px;
    background: url("../img/webp/rose_page-services.webp") center/cover no-repeat;
}
.accordion-servicesExamples .card {
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: 0;
}
.accordion-servicesExamples .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
}
.accordion-servicesExamples .card-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 24px 22px 0;
    background-color: transparent;
    margin-bottom: 12px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion-servicesExamples .card-panel:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c9ada3;
    opacity: 1;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
    z-index: 1;
}
.accordion-servicesExamples .card-panel h5 {
    font-weight: 400;
    margin: 0;
}
.accordion-servicesExamples .card-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 72px);
    flex: 0 0 calc(100% - 72px);
    font-size: 2.375rem;
    font-weight: 400;
    line-height: 108.8%;
    color: #676767;
    padding-right: 100px;
    margin-bottom: 0;
}
.accordion-servicesExamples .card-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    background-color: transparent;
    border: 3px #b79a92 solid;
    border-radius: 100%;
    -webkit-box-shadow: 0 4px 9px 0 rgba(174, 178, 191, 0.49);
    box-shadow: 0 4px 9px 0 rgba(174, 178, 191, 0.49);
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion-servicesExamples .card-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 3px;
    background-color: #b79a92;
    border-radius: 2px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.accordion-servicesExamples .card-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    height: 24px;
    background-color: #b79a92;
    border-radius: 2px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.link-servicesExamples[aria-expanded="false"] .card-panel:before {
    opacity: 1;
}
.link-servicesExamples[aria-expanded="false"] .card-title {
    color: #676767;
}
.link-servicesExamples[aria-expanded="false"] .card-link:after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}
.link-servicesExamples[aria-expanded="true"] .card-panel:before {
    opacity: 0;
}
.link-servicesExamples[aria-expanded="true"] .card-title {
    color: #b79a92;
}
.link-servicesExamples[aria-expanded="true"] .card-link:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.title-portfolio {
    position: relative;
}
.title-portfolio:before {
    content: "";
    position: absolute;
    top: 0;
    right: 320px;
    width: 160px;
    height: 160px;
    background: url(../img/tagline-white.svg) center/cover no-repeat;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.title-portfolio:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -250px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 373px;
    height: 390px;
    background: url(../img/rose-safety.png) center/cover no-repeat;
}
.portfolio__slider {
    padding-left: 300px;
}
.portfolio__slider-navigation.slider-navigation {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
}
.portfolio__slider-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    max-width: 1240px;
    padding-left: 300px;
    padding-bottom: 120px;
    margin-top: 50px;
}
.portfolio__slider-bottom .btn-consultation {
    z-index: 1;
}
.portfolio__slider-numberSlides {
    font-size: 1.125rem;
    font-weight: 300;
    color: #fff;
}
.portfolio__slider .slick-list {
    overflow: unset !important;
}
.portfolio__block {
    margin-right: 110px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.portfolio__block[tabindex="0"] {
    -webkit-transform: translate3d(0, -24px, 0);
    transform: translate3d(0, -24px, 0);
    -webkit-filter: drop-shadow(0 24px 54px rgba(70, 78, 106, 0.6));
    filter: drop-shadow(0 24px 54px rgba(70, 78, 106, 0.6));
}
.portfolio__block[tabindex="0"] .portfolio__photo {
    height: 100%;
}
.portfolio__block[tabindex="-1"] .portfolio__photo {
    max-height: 100%;
}
.portfolio__photo {
    position: relative;
    width: 940px;
    max-height: 100%;
    z-index: 2;
    border: 3px rgba(255, 255, 255, 0) solid;
    overflow: hidden;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.portfolio__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.doctor__header {
    padding-top: 200px;
    padding-bottom: 94px;
}
.doctor__header-title {
    position: relative;
    font-family: Ledger, serif;
    font-size: 4.25rem;
    line-height: 118.8%;
    color: #020202;
    margin-bottom: 76px;
}
.doctor__header-title:before {
    content: "01";
    position: absolute;
    top: -14px;
    left: -286px;
    font-family: Roboto, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    color: #020202;
}
.doctor__header-text {
    position: relative;
    padding-right: 40px;
    margin-bottom: 114px;
}
.doctor__header-text:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -272px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #b79a92;
}
.doctor__header-text:after {
    content: "";
    position: absolute;
    top: 117px;
    left: -279px;
    width: 19px;
    height: 51px;
    background: url(../img/icons/icon_doctor-arrowDown.svg) center/cover no-repeat;
}
.doctor__header-text p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 170%;
    color: #020202;
}
.doctor__header-text p:not(:last-child) {
    margin-bottom: 60px;
}
.doctor__header-button .btn-consultation {
    z-index: 1;
}
.doctor__header-image {
    position: absolute;
    top: -100px;
    left: 20px;
}
.doctor__header-image:before {
    content: "";
    position: absolute;
    bottom: -400px;
    left: 0;
    width: 810px;
    height: 954px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(43.23%, #fff), color-stop(96.64%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #fff 43.23%, rgba(255, 255, 255, 0) 96.64%);
    background: linear-gradient(0deg, #fff 43.23%, rgba(255, 255, 255, 0) 96.64%);
}
.doctor__header-image img {
    width: 806px;
    height: 1009px;
}
.doctor__content {
    position: relative;
    padding-top: 94px;
    padding-bottom: 180px;
}
.doctor__content-title {
    font-family: Ledger, serif;
    font-size: 3.875rem;
    line-height: 118.8%;
    color: #020202;
    margin-bottom: 126px;
}
.doctor__content-tagline {
    position: relative;
}
.doctor__content-tagline:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 154px;
    height: 154px;
    background: url(../img/tagline-black-200px.svg) center/cover no-repeat;
    z-index: 2;
}
.doctor__content-text {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 170%;
    color: #020202;
}
.doctor__content-text--twoColumn {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 54px;
    -moz-column-gap: 54px;
    column-gap: 54px;
}
.doctor__content-number {
    font-family: Ledger, serif;
    font-size: 4.5rem;
    line-height: 108.8%;
    color: #b79a92;
}
.doctor__content-subtitle {
    font-size: 1.875rem;
    line-height: 88.8%;
    color: #020202;
}
.doctor__content-rose-right--top {
    position: absolute;
    top: -240px;
    right: -300px;
    width: 848px;
    height: 829px;
    background: url(../img/webp/rose_page-doctor.webp) center/cover no-repeat;
    z-index: 2;
}
.doctor__marginBottom-numberText:not(:last-child) {
    margin-bottom: 90px;
}
.doctor__marginBottom-diplomeBlock {
    margin-bottom: 175px;
}
.doctor__border-bottom {
    position: relative;
}
.doctor__border-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(1786px - 82px);
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #ebd4bc), color-stop(115.13%, rgba(196, 196, 196, 0)));
    background: -o-linear-gradient(left, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
    background: linear-gradient(90deg, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
}
.doctor__diplome {
    position: relative;
    padding-top: 104px;
    padding-bottom: 430px;
    margin-top: 190px;
    background: -o-linear-gradient(355.76deg, #f8f8f8 53.33%, rgba(255, 255, 255, 0) 93.23%);
    background: linear-gradient(94.24deg, #f8f8f8 53.33%, rgba(255, 255, 255, 0) 93.23%);
}
.doctor__diplome-rose-left--top {
    position: absolute;
    top: -580px;
    left: -330px;
    -webkit-transform: rotate(98deg);
    -ms-transform: rotate(98deg);
    transform: rotate(98deg);
    width: 848px;
    height: 829px;
    background: url(../img/webp/rose_page-doctor.webp) center/cover no-repeat;
    z-index: 2;
}
.doctor__diplome-rose-left--bottom {
    position: absolute;
    bottom: -170px;
    left: -320px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 848px;
    height: 829px;
    background: url(../img/webp/rose_page-doctor.webp) center/cover no-repeat;
    z-index: 2;
}
.doctor__diplome-rose-right--top {
    position: absolute;
    top: -240px;
    right: -160px;
    -webkit-transform: rotate(168deg);
    -ms-transform: rotate(168deg);
    transform: rotate(168deg);
    width: 438px;
    height: 419px;
    background: url(../img/webp/rose_page-doctor.webp) center/cover no-repeat;
    z-index: 2;
}
.doctor__diplome-ticker {
    position: absolute;
    top: -200px;
    right: -60%;
    font-family: Ledger, serif;
    font-size: 16.125rem;
    line-height: 88.8%;
    color: #f9f9f9;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.diplome__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}
.diplome__block:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #ebd4bc), color-stop(115.13%, rgba(196, 196, 196, 0)));
    background: -o-linear-gradient(left, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
    background: linear-gradient(90deg, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
}
.diplome__block-margin:not(:last-child) {
    margin-bottom: 55px;
}
.diplome__year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-family: Ledger, serif;
    font-size: 1.875rem;
    line-height: 108.8%;
    color: #b79a92;
}
.diplome__information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}
.diplome__information-title {
    font-size: 2.25rem;
    line-height: 108.8%;
    color: #b79a92;
    margin-bottom: 32px;
}
.diplome__information-text {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 170%;
    color: #020202;
    padding-bottom: 90px;
}
.certificates__title {
    margin-top: 175px;
}
.certificates__title br {
    display: none;
}
.certificates__rose {
    position: absolute;
    top: 100px;
    right: -530px;
    -webkit-transform: rotate(122deg);
    -ms-transform: rotate(122deg);
    transform: rotate(122deg);
    width: 448px;
    height: 432px;
    background: url(../img/webp/rose_page-doctor.webp) center/cover no-repeat;
    z-index: 2;
}
.certificates__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    width: 428px;
    /*height: auto;*/
    height: 300px;
    /*padding: 60px 40px 70px 40px;*/
    /*background-color: #080910;*/
    background-color: #ffffff;
    border-radius: 13px;
    overflow: hidden;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
    z-index: 1;
}
/*.certificates__block:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -2px;
    width: 101%;
    height: 101%;
    background: -o-linear-gradient(0.58deg, #a0827c 15.07%, #dac0b4 106.02%);
    background: linear-gradient(89.42deg, #a0827c 15.07%, #dac0b4 106.02%);
    -webkit-box-shadow: 0 0 0 4px rgba(153, 123, 117, 0.2) inset;
    box-shadow: 0 0 0 4px rgba(153, 123, 117, 0.2) inset;
    border-radius: 13px;
    opacity: 0;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
    z-index: -1;
}*/
.certificates__block:hover {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    box-shadow: 1px 33px 39px #CEC6C2;
    cursor: zoom-in;
}
.certificates__block:hover:before {
    opacity: 1;
}
.certificates__block img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.certificates__block-margin {
    margin-right: 25px;
}
.certificates__block-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.certificates__block-number {
    font-size: 1.813rem;
    font-weight: 300;
}
.certificates__block-text {
    font-size: 1.375rem;
    line-height: 108.8%;
}
.certificates__slider {
    padding-left: 316px;
    z-index: 3;
}
.certificates__slider .slick-list {
    overflow: unset;
}
.certificates__slider .slick-slide {
    width: 428px !important;
}
.services__border-bottom {
    position: relative;
}
.services__border-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(1786px - 82px);
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #ebd4bc), color-stop(115.13%, rgba(196, 196, 196, 0)));
    background: -o-linear-gradient(left, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
    background: linear-gradient(90deg, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
}
.services__header {
    padding-top: 250px;
    padding-bottom: 290px;
    background: -o-linear-gradient(1.58deg, #f7fbff 42%, rgba(255, 255, 255, 0) 78.55%);
    background: linear-gradient(88.42deg, #f7fbff 42%, rgba(255, 255, 255, 0) 78.55%);
}
.services__header-title {
    position: relative;
    font-family: Ledger, serif;
    font-size: 3.875rem;
    line-height: 88.8%;
    color: #020202;
    margin-bottom: 80px;
    z-index: 1;
}
.services__header-title:before {
    content: "01";
    position: absolute;
    top: -14px;
    left: -286px;
    font-family: Roboto, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    color: #020202;
}
.services__header-text {
    position: relative;
    min-height: 160px;
    padding-right: 40px;
    z-index: 1;
    margin-bottom: 40px;
}
.services__header-text:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -272px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #b79a92;
}
.services__header-text:after {
    content: "";
    position: absolute;
    top: 117px;
    left: -279px;
    width: 19px;
    height: 51px;
    background: url(../img/icons/icon_doctor-arrowDown.svg) center/cover no-repeat;
}
.services__header-text p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 200%;
    color: #020202;
    margin-bottom: 0;
}
.services__header-text p:not(:last-of-type) {
    margin-bottom: 28px;
}
.services__header-image {
    position: absolute;
    top: -251px;
    width: 819px;
    height: 933px;
}
.services__header-image:before {
    content: "";
    position: absolute;
    top: 320px;
    left: -320px;
    width: 666px;
    height: 648px;
    background: url(../img/webp/rose_page-services.webp) center/cover no-repeat;
    z-index: -1;
}
.services__header-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.services__time {
    padding-top: 80px;
    margin-top: -210px;
}
.services__time .container {
    position: relative;
}
.services__time .container:before {
    content: "";
    position: absolute;
    top: -50px;
    right: -180px;
    -webkit-transform: rotate(25deg) scale(-1, 1);
    -ms-transform: rotate(25deg) scale(-1, 1);
    transform: rotate(25deg) scale(-1, 1);
    width: 396px;
    height: 378px;
    background: url(../img/webp/rose_page-services.webp) center/cover no-repeat;
    z-index: 0;
}
.services__time .container:after {
    content: "";
    position: absolute;
    top: 50px;
    left: -240px;
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
    width: 496px;
    height: 478px;
    background: url(../img/webp/rose_page-services.webp) center/cover no-repeat;
    z-index: 0;
}
.services__time-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 224px;
    background-color: #fff;
    border: 1px #d4baae solid;
    border-radius: 32px;
    -webkit-box-shadow: 0 24px 54px rgba(186, 209, 243, 0.25);
    box-shadow: 0 24px 54px rgba(186, 209, 243, 0.25);
}
.services__time-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    position: relative;
    padding-left: 80px;
    padding-right: 20px;
}
.services__time-item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #c9ada3;
}
.services__time-item--number {
    font-size: 4rem;
    line-height: 88.8%;
    color: #b79a92;
    margin-bottom: 14px;
}
.services__time-item--number span {
    font-size: 1.625rem;
    line-height: 88.8%;
    text-transform: uppercase;
}
.services__time-item--text {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 95.8%;
    color: #1d1c1c;
    text-transform: lowercase;
}
.services__content {
    padding-top: 140px;
}
.services__content-subtitle {
    font-size: 2rem;
    line-height: 88.8%;
    color: #020202;
}
.services__content-text {
    padding-bottom: 148px;
}
.services__content-text p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 200%;
}
.services__content-text p:not(:last-child) {
    margin-bottom: 28px;
}
.services__content .container .row {
    position: relative;
}
.services__content .container .row:first-child:before {
    content: "";
    position: absolute;
    bottom: -75px;
    right: 140px;
    width: 150px;
    height: 150px;
    background: url(../img/tagline-mainServicesSmall.svg) center/cover no-repeat;
    z-index: 1;
}
.services__content .container .row:not(:first-child) {
    padding-top: 144px;
}
.services__content .container .row:not(:last-of-type):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 84px);
    max-width: 1786px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #ebd4bc), color-stop(115.13%, rgba(196, 196, 196, 0)));
    background: -o-linear-gradient(left, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
    background: linear-gradient(90deg, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
}


.sectionTelegram {
    padding-top: 220px;
    z-index: 1;
}


.services__methodology {
    position: relative;
    padding-top: 120px;
    padding-bottom: 400px;
    background: -o-linear-gradient(355.76deg, #f8f8f8 53.33%, rgba(255, 255, 255, 0) 93.23%);
    background: linear-gradient(94.24deg, #f8f8f8 53.33%, rgba(255, 255, 255, 0) 93.23%);
}
.services__methodology-title {
    font-family: Ledger, serif;
    font-size: 3.875rem;
    line-height: 108.8%;
    margin-bottom: 148px;
}
.services__methodology-text {
    margin-bottom: 120px;
}
.services__methodology-text p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 200%;
    color: #030303;
}
.services__methodology-text p:not(:last-child) {
    margin-bottom: 28px;
}
.services__methodology-text--twoColumn {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
.services__methodology-subtitle {
    font-size: 2rem;
    line-height: 88.8%;
    margin-bottom: 100px;
}
.services__methodology-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services__methodology-item {
    -webkit-box-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 384px;
    min-height: 168px;
    padding-right: 80px;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}
.services__methodology-item--number {
    font-family: Ledger, serif;
    font-size: 4.5rem;
    line-height: 108.8%;
    color: #b79a92;
    margin-bottom: 20px;
}
.services__methodology-item--text {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 200%;
    text-transform: lowercase;
}
.services__methodology-button {
    position: relative;
    z-index: 3;
}
.services__methodology .container {
    position: relative;
}
.services__methodology-ticker {
    position: absolute;
    bottom: -20px;
    z-index: 2;
    transform: translate(10%, 0%);
}
.services__methodology-ticker span {
    display: block;
    font-family: Ledger, serif;
    font-size: 16.125rem;
    line-height: 88.8%;
    color: #020202;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.services__slider {
    position: relative;
    z-index: 2;
}
.services__slider-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 28px;
    margin-top: 20px;
    margin-bottom: 60px;
}
.services__slider-bottom:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 154px;
    height: 154px;
    background: url("../img/tagline-black-200px.svg") center/cover no-repeat;
    z-index: 2;
}
.services__slider-numberSlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.125rem;
    font-weight: 300;
}
.services__slider-beforeafter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.375rem;
    font-weight: 300;
    color: #b79a92;
}
.services__slider .slick-list {
    overflow: unset !important;
}
.services__slider-navigation {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1260px;
    margin-top: 0;
    z-index: 3;
}
.services__slider-navigation .prev-button-slick {
    left: -50px;
}
.services__slider-navigation .next-button-slick {
    right: -50px;
}
.services__slider-block {
    margin-right: 100px;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.services__slider-block[tabindex="0"] {
    -webkit-filter: drop-shadow(0 54px 114px rgba(186, 209, 243, 0.25));
    filter: drop-shadow(0 54px 114px rgba(186, 209, 243, 0.25));
}
.services__slider-block[tabindex="0"] .services__slider-photo {
    height: 100%;
}
.services__slider-block[tabindex="-1"] .services__slider-photo {
    max-height: 100%;
}
.services__slider-photo {
    position: relative;
    width: 1164px;
    z-index: 2;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.services__slider-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.services__accordion-text {
    font-family: Ledger, serif;
    font-size: 2.375rem;
    color: #b79a92;
    margin-top: 130px;
    margin-bottom: 180px;
    position: relative;
}
.services__accordion-text:before {
    content: "";
    position: absolute;
    top: 60px;
    right: -900px;
    width: 961px;
    height: 494px;
    background: url(../img/webp/petals_page-services.webp) center/cover no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.services__accordion-text:after {
    content: "";
    position: absolute;
    top: 240px;
    left: -680px;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
    width: 666px;
    height: 648px;
    background: url(../img/webp/rose_page-services.webp) center/cover no-repeat;
    z-index: 1;
}
.services__postoperative {
    position: relative;
    padding-top: 200px;
    padding-bottom: 440px;
    color: #fff;
    background: url(../img/background-inner-dark.jpg) center/cover no-repeat;
    z-index: 1;
}
.services__postoperative:after {
    content: "";
    position: absolute;
    bottom: 70px;
    left: -300px;
    width: 987px;
    height: 508px;
    background: url(../img/webp/petals-priceDown.webp) center/cover no-repeat;
}
.services__postoperative-title {
    position: relative;
    font-size: 2rem;
    line-height: 88.8%;
}
.services__postoperative-title:after {
    content: "";
    position: absolute;
    top: 224px;
    left: 0;
    width: 160px;
    height: 160px;
    background: url(../img/tagline-white.svg) center/cover no-repeat;
}
.services__postoperative-list {
    position: relative;
}
.services__postoperative-list:before {
    content: "";
    position: absolute;
    bottom: -340px;
    right: -480px;
    width: 373px;
    height: 390px;
    background: url(../img/rose-safety.png) center/cover no-repeat;
}
.services__postoperative-list:not(:last-child) {
    margin-bottom: 76px;
}
.services__postoperative-list p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 180%;
}
.services__postoperative-list p:not(:last-child) {
    margin-bottom: 28px;
}
.services__postoperative-list p + ul {
    margin-top: 50px;
}
.services__postoperative-list ul {
    counter-reset: num;
    list-style: none;
}
.services__postoperative-list li {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 180%;
    text-transform: lowercase;
}
.services__postoperative-list li:not(:last-child) {
    margin-bottom: 50px;
}
.services__postoperative-list ul > li {
    position: relative;
    padding-left: 24px;
}
.services__postoperative-list ul > li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #b79a92;
    border-radius: 100%;
}
.services__price {
    margin-top: 220px;
}
.services__price-title {
    font-family: Ledger, serif;
    font-size: 6.188rem;
    line-height: 108.8%;
    color: #fff;
    margin-bottom: 80px;
}
.services__price-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 46px;
    padding-bottom: 40px;
}
.services__price-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(260deg, rgba(196, 196, 196, 0.44) 23.65%, rgba(196, 196, 196, 0) 115.13%);
    background: linear-gradient(190deg, rgba(196, 196, 196, 0.44) 23.65%, rgba(196, 196, 196, 0) 115.13%);
    opacity: 1;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
    z-index: 1;
}
.services__price-servicesName {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    font-size: 2rem;
    font-weight: 300;
    line-height: 95.8%;
}
.services__price-servicesCost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-family: Ledger, serif;
    font-size: 2.5rem;
    line-height: 108.8%;
    color: #e8d2b9;
    height: 100%;
}
.services__price-servicesCost span {
    font-family: Roboto, sans-serif;
    font-size: 2.375rem;
    font-weight: 300;
    line-height: 108.8%;
    margin-left: 20px;
}
.services__blog {
    margin-top: 140px;
}
.services__methodology .services__blog {
    margin-top: 0;
}
.services__blog.blog__related-slider:before{
    content: none;
}
.services__blog.blog__related-slider:after{
    content: none;
}
.reviews__header {
    position: relative;
    padding-top: 250px;
    padding-bottom: 120px;
}
.reviews__header:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -140px;
    -webkit-transform: rotate(180deg) scale(-1, 1);
    -ms-transform: rotate(180deg) scale(-1, 1);
    transform: rotate(180deg) scale(-1, 1);
    width: 628px;
    height: 609px;
    background: url(../img/webp/rose_page-doctor.webp) center/cover no-repeat;
}
.reviews__header-title {
    font-family: Ledger, serif;
    font-size: 4.25rem;
    line-height: 88.8%;
    color: #020202;
    position: relative;
}
.reviews__header-title:before {
    content: "01";
    position: absolute;
    top: 12px;
    left: -286px;
    font-family: Roboto, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    color: #020202;
}
.reviews__header-title:after {
    content: "";
    position: absolute;
    top: 300px;
    left: -280px;
    width: 19px;
    height: 155px;
    background: url(../img/icons/icon_reviews-dot + arrowDown.svg) center/cover no-repeat;
}
.reviews__content {
    position: relative;
}
.reviews__content:before {
    content: "";
    position: absolute;
    top: 20%;
    right: -260px;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
    width: 466px;
    height: 448px;
    background: url(../img/webp/rose_page-services.webp) center/cover no-repeat;
    z-index: 0;
}
.reviews__content:after {
    content: "";
    position: absolute;
    top: 60%;
    left: -220px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
    width: 546px;
    height: 528px;
    background: url(../img/webp/rose_page-services.webp) center/cover no-repeat;
    z-index: 0;
}
.reviews__content-margin:not(:last-child) {
    padding-bottom: 148px;
}
.reviews__content-margin:last-child {
    padding-bottom: 180px;
}
.reviews__content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.reviews__content-left:before {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 1px;
    height: 100%;
    background-color: #c9ada3;
}
.reviews__content-photo {
    position: relative;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 100%;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.reviews__content-photo:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    background: -o-linear-gradient(298.77deg, #f4e0c9 4.78%, #dabe9e 131.17%);
    background: linear-gradient(151.23deg, #f4e0c9 4.78%, #dabe9e 131.17%);
    border-radius: 100%;
}
.reviews__content-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}
.reviews__content-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 180px;
    margin-top: 34px;
}
.reviews__content-instagram img {
    position: relative;
    z-index: 1;
}
.reviews__content-name {
    font-size: 1.625rem;
    line-height: 88.8%;
    margin-bottom: 48px;
}
.reviews__content-text {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 180%;
    color: #030303;
}
.reviews__more {
    position: relative;
    padding-bottom: 460px;
}
.reviews__more:before {
    content: "";
    position: absolute;
    top: 0;
    right: -300px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 961px;
    height: 494px;
    background: url(../img/webp/petals_page-services.webp) center/cover no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.reviews__more:after {
    content: "";
    position: absolute;
    top: 320px;
    left: -240px;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
    width: 766px;
    height: 748px;
    background: url(../img/webp/rose_page-services.webp) center/cover no-repeat;
    z-index: 1;
}
.reviews__more-tagline {
    position: relative;
    width: 180px;
    height: 92px;
}
.reviews__more-tagline:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background: url(../img/tagline-mainServicesSmall.svg) center/cover no-repeat;
}
.reviews__more-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}




/* ---------------------------------------- blog ---------------------------------------- */
.blog-fullstory__header {
  position: relative;
  padding-top: 194px;
  padding-bottom: 46px;
}
.blog-fullstory__header:before {
  content: "";
  position: absolute;
  top: 150px;
  right: 10px;
  width: 628px;
  height: 609px;
  background: url("../img/webp/rose_page-doctor.webp") center/cover no-repeat;
  z-index: 1;
}
.blog-fullstory__header-title {
  font-family: "Ledger", serif;
  font-size: 3.875rem;
  line-height: 88.8%;
  color: #020202;
  position: relative;
  margin-bottom: 60px;
  z-index: 3;
}
.blog-fullstory__header-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: -446px;
  width: 136px;
  height: 136px;
  background: url("../img/tagline-black-200px.svg") center/cover no-repeat;
  z-index: 2;
}
.blog-fullstory__header-title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -423px;
  width: 18px;
  height: 92px;
  background: url("../img/icons/icon_blog-dot+arrowDown.svg") center/cover no-repeat;
}
.blog-fullstory__header-date {
  font-size: 1.188rem;
  font-weight: 400;
  line-height: 88.8%;
  color: #C0A07F;
  position: relative;
}
.blog-fullstory__header-date:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 200px);
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #EBD4BC), color-stop(115.13%, rgba(196, 196, 196, 0)));
  background: -o-linear-gradient(left, #EBD4BC 23.65%, rgba(196, 196, 196, 0) 115.13%);
  background: linear-gradient(90deg, #EBD4BC 23.65%, rgba(196, 196, 196, 0) 115.13%);
}
.blog-fullstory__content {
  position: relative;
  margin-bottom: 70px;
}
.blog-fullstory__content-image {
  position: relative;
  width: 100%;
  height: 570px;
  margin-bottom: 68px;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}
.blog-fullstory__content-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-fullstory__content-picture {
    margin-bottom: 68px;
}
.blog-fullstory__content-picture img {
    max-width: 100%;
    height: auto;
}
.blog-fullstory__content-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.blog-fullstory__content-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.blog-fullstory__content-text h2 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 88.8%;
  color: #020202;
  margin-bottom: 48px;
}
.blog-fullstory__content-text p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 198%;
  color: #030303;
}
.blog-fullstory__content-text p:not(:last-of-type) {
  margin-bottom: 42px;
}
.blog-fullstory__content-text p + h2 {
  margin-top: 80px;
}
.blog-fullstory__content-text ul {
  list-style: none;    margin-bottom: 40px;
}
.blog-fullstory__content-text ul li {
  position: relative;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 198%;
  color: #030303;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding-left: 30px;
}
.blog-fullstory__content-text ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #B79A92;
  border-radius: 100%;
}
.blog-fullstory__content-text ul li:not(:last-child) {
  margin-bottom: 28px;
}
.blog-fullstory__proposition {
  margin-top: 70px;
  margin-bottom: 130px;
  position: relative;
}
.blog-fullstory__proposition:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 289px;
  height: 767px;
  background: url("../img/rose-blog-fullstory.png") center/cover no-repeat;
}
.blog-fullstory__proposition-text {
  font-family: "Ledger", serif;
  font-size: 2.375rem;
  line-height: 138%;
  color: #B79A92;
}
.blog__related {
  padding-top: 70px;
  padding-bottom: 94px;
}
.blog__related-slider {
    position: relative;
    z-index: 2;
}
.blog__related-slider:before {
  content: "";
  position: absolute;
  top: -340px;
  left: 200px;
  width: 675px;
  height: 655px;
  background: url("../img/rose-related.png") center/cover no-repeat;
}
.blog__related-slider:after {
  content: "";
  position: absolute;
  top: -70px;
  right: 290px;
  width: 125px;
  height: 125px;
  background: url("../img/tagline-mainServicesSmall.svg") center/cover no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: -1;
}
.blog__related-slider .slick-list {
  overflow: unset !important;
}
.blog__related-slider .slick-slide {
  width: 465px !important;
}
.blog__related-block {
  margin-right: 14px;
  position: relative;
  z-index: 1;
}
.blog__related-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(247.4deg, #4e4039 1.89%, #151211 87.77%);
  background: linear-gradient(202.6deg, #4e4039 1.89%, #151211 87.77%);
  opacity: 0.89;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  z-index: 0;
}
.blog__related-block:hover:before {
  opacity: 0.4;
}
.blog__related-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 465px;
  height: 442px;
  color: #fff;
  padding: 40px 50px 48px 50px;
  position: relative;
  z-index: 1;
}
.blog__related-date {
  font-size: 1.188rem;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}
.blog__related-title {
  font-family: "Ledger", serif;
  font-size: 1.938rem;
  line-height: 88.8%;
  color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.blog__related-description {
  font-size: 1.125rem;
  line-height: 148%;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.blog__related-description p {
    margin-bottom: 0;
}
.blog__related-block a {
    color: #fff !important;
    text-decoration: none;
}
.blog__related-block a:hover {
    color: #fff !important;
    text-decoration: none;
}
.blog__related-flex a,
.blog__related-flex .blog__related-date,
.blog__related-flex .blog__related-title,
.blog__related-flex .blog__related-description {
    color: #fff !important;
}
/* Специфичные стили для ленты новостей в контексте .services__methodology */
.services__methodology .blog__related-slider {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.services__methodology .blog__related-slider:before {
  content: none;
}
.services__methodology .blog__related-slider:after {
  content: none;
}
.services__methodology .blog__related-slider .slick-list {
  overflow: unset !important;
}
.services__methodology .blog__related-slider .slick-slide {
  width: 465px !important;
}
.services__methodology .blog__related-block {
  margin-right: 14px;
  position: relative;
  z-index: 1;
}
.services__methodology .blog__related-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(202.6deg, #4e4039 1.89%, #151211 87.77%);
  opacity: 0.89;
  transition: 0.8s all;
  z-index: 0;
}
.services__methodology .blog__related-block:hover:before {
  opacity: 0.4;
}
.services__methodology .blog__related-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 465px;
  height: 442px;
  color: #fff;
  padding: 40px 50px 48px 50px;
  position: relative;
  z-index: 1;
}
.services__methodology .blog__related-date {
  font-size: 1.188rem;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}
.services__methodology .blog__related-title {
  font-family: "Ledger", serif;
  font-size: 1.938rem;
  line-height: 88.8%;
  color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.services__methodology .blog__related-description {
  font-size: 1.125rem;
  line-height: 148%;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.services__methodology .blog__related-description p {
  margin-bottom: 0;
}
.services__methodology .blog__related-block a {
  color: #fff !important;
  text-decoration: none;
}
.services__methodology .blog__related-block a:hover {
  color: #fff !important;
  text-decoration: none;
}
.services__methodology .blog__related-flex a,
.services__methodology .blog__related-flex .blog__related-date,
.services__methodology .blog__related-flex .blog__related-title,
.services__methodology .blog__related-flex .blog__related-description {
  color: #fff !important;
}
.services__methodology .blog__related-block.link-nondecor a {
  color: #fff !important;
  text-decoration: none !important;
}
.services__methodology .blog__related-block.link-nondecor a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.services__methodology .blog__related-block.link-nondecor .link-nondecor {
  color: #fff !important;
}
.services__methodology .blog__related-block.link-nondecor .link-nondecor a {
  color: #fff !important;
  text-decoration: none !important;
}
.services__methodology .blog__related-block.link-nondecor .link-nondecor a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.services__methodology .blog__related-block.link-nondecor .link-nondecor .blog__related-title {
  color: #fff !important;
}
.services__methodology .blog__related-block.link-nondecor .link-nondecor .blog__related-description {
  color: #fff !important;
}
.services__methodology .blog__related-tags {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 140%;
  color: #fff !important;
}
.services__methodology .blog__related-tags-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 300;
}
.services__methodology .blog__related-tags-list {
  display: block;
  color: #fff !important;
  font-weight: 400;
}
.services__methodology .blog__related-navigation {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 30px;
  z-index: 2;
}
.services__methodology .blog__related-navigation .slick-dots {
  font-weight: 300;
  bottom: 2px;
  text-align: right;
}
.services__methodology .blog__related-navigation .slick-active {
  font-weight: 600;
  color: #E8D2B9;
}
.services__methodology .blog__related-arrows {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  z-index: 1000;
}
.services__methodology .blog__related-arrows .Slick-Prev,
.services__methodology .blog__related-arrows .Slick-Next {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.services__methodology .blog__related-arrows .Slick-Prev:before {
  content: "";
  background-image: url("../img/icons/related-arrow-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 18px;
  display: block;
}
.services__methodology .blog__related-arrows .Slick-Next {
  margin-left: 20px;
}
.services__methodology .blog__related-arrows .Slick-Next:before {
  content: "";
  background-image: url("../img/icons/related-arrow-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 18px;
  display: block;
}
.services__methodology .blog__related-navigation .slick-dots li {
  display: inline-block;
}
.services__methodology .blog__related-navigation .slick-dots li button {
  color: inherit;
  font-weight: inherit;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
}
.services__methodology .blog__related-navigation .slick-dots li button:hover {
  color: inherit;
}
.services__methodology .blog__related-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.services__methodology .blog__related-slider .slick-slide {
  height: auto;
  display: flex;
}
.services__methodology .blog__related-slider .slick-slide > div {
  width: 100%;
  display: flex;
}
.blog__related-navigation {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 30px;
  z-index: 2;
}
.blog__related-navigation .slick-dots {
  font-weight: 300;
  bottom: 2px;
  text-align: right;
}
.blog__related-navigation .slick-active {
  font-weight: 600;
  color: #E8D2B9;
}
.blog__related-arrows {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  z-index: 1000;
}
.blog__related-arrows .Slick-Prev, .blog__related-arrows .Slick-Next {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog__related-arrows .Slick-Prev:before {
  content: "";
  background-image: url("../img/icons/related-arrow-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 18px;
  display: block;
}
.blog__related-arrows .Slick-Next {
  margin-left: 20px;
}
.blog__related-arrows .Slick-Next:before {
  content: "";
  background-image: url("../img/icons/related-arrow-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 18px;
  display: block;
}
/* Стили для видео-блога */
.video-blog__header {
  padding-top: 120px;
  padding-bottom: 60px;
}
.video-blog__header-title {
  font-family: "Ledger", serif;
  font-size: 3.875rem;
  line-height: 108.8%;
  color: #020202;
}
.video-blog__feed {
  padding-bottom: 120px;
}
.video-blog__row {
  margin-bottom: 30px;
}
.video-blog__row:last-child {
  margin-bottom: 0;
}
.video-blog__col {
  margin-bottom: 30px;
}
.video-blog__item {
  width: 100%;
  height: 442px;
  margin-right: 0;
  margin-bottom: 0;
}
.video-blog__col {
  padding-left: 7px;
  padding-right: 7px;
}
.video-blog__row {
  margin-left: -7px;
  margin-right: -7px;
}
.video-blog__item .blog__related-flex {
  width: 100%;
  height: 100%;
  padding: 40px 30px 48px 30px;
}
.video-blog__item .blog__related-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.video-blog__item .blog__related-description {
  font-size: 1rem;
  line-height: 140%;
}
.video-blog__item .blog__related-tags {
  margin-top: 15px;
  font-size: 0.813rem;
}
.video-blog__pagination {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.video-blog__item a {
  color: #fff !important;
  text-decoration: none !important;
}
.video-blog__item a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.video-blog__item .link-nondecor {
  color: #fff !important;
}
.video-blog__item .link-nondecor a {
  color: #fff !important;
  text-decoration: none !important;
}
.video-blog__item .link-nondecor a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.video-blog__item .blog__related-title,
.video-blog__item .blog__related-description,
.video-blog__item .blog__related-date {
  color: #fff !important;
}

.blog__slider {
  position: relative;
  z-index: 2;
}
.blog__slider-margin {
  margin-top: 128px;
  margin-bottom: 100px;
}
.blog__slider-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.blog__slider-bottom:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 154px;
  height: 154px;
  background: url("../img/tagline-black-200px.svg") center/cover no-repeat;
  z-index: 2;
}
.blog__slider-numberSlides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 300;
}
.blog__slider .slick-list {
  overflow: unset !important;
}
.blog__slider-navigation {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1260px;
  margin-top: 0;
  z-index: 3;
}
.blog__slider-navigation .prev-button-slick {
  left: -50px;
}
.blog__slider-navigation .next-button-slick {
  right: -50px;
}
.blog__slider-block {
  margin-right: 100px;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}
.blog__slider-block[tabindex="0"] {
  -webkit-filter: drop-shadow(0px 54px 114px rgba(186, 209, 243, 0.25));
          filter: drop-shadow(0px 54px 114px rgba(186, 209, 243, 0.25));
}
.blog__slider-block[tabindex="0"] .blog__slider-photo {
  height: 100%;
}
.blog__slider-block[tabindex="-1"] {
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}
.blog__slider-block[tabindex="-1"] .blog__slider-photo {
  max-height: 100%;
}
.blog__slider-photo {
  position: relative;
  width: 864px;
  max-width: 100%;
  z-index: 2;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}
.blog__slider-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-feed__header {
  position: relative;
  padding-top: 230px;
  padding-bottom: 106px;
}
.blog-feed__header:before {
  content: "";
  position: absolute;
  top: -210px;
  right: 240px;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  width: 628px;
  height: 609px;
  background: url("../img/webp/rose_page-doctor.webp") center/cover no-repeat;
  z-index: 1;
}
.blog-feed__header:after {
  content: "";
  position: absolute;
  top: 150px;
  right: -200px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 628px;
  height: 609px;
  background: url("../img/webp/rose_page-doctor.webp") center/cover no-repeat;
  z-index: 1;
}
.blog-feed__header-title {
  font-family: "Ledger", serif;
  font-size: 4.25rem;
  line-height: 90.8%;
  color: #020202;
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}
.blog-feed__header-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -274px;
  width: 18px;
  height: 51px;
  background: url("../img/icons/icon_blog-arrowDown.svg") center/cover no-repeat;
}
.blog-feed__feed {
  position: relative;
  padding-bottom: 100px;
}
.blog-feed__feed:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -340px;
  -webkit-transform: rotate(124deg);
      -ms-transform: rotate(124deg);
          transform: rotate(124deg);
  width: 628px;
  height: 609px;
  background: url("../img/webp/rose_page-doctor.webp") center/cover no-repeat;
}
.blog-feed__feed:after {
  content: "";
  position: absolute;
  bottom: -340px;
  right: -500px;
  width: 1284px;
  height: 487px;
  background: url("../img/webp/petals-rinoplast.webp") center/cover no-repeat;
}
.blog-feed__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.blog-feed__block:not(:last-of-type) {
  margin-bottom: 30px;
}
.blog-feed__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 130px);
          flex: 0 0 calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 550px;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  max-width: 1340px;
  padding: 25px 0 25px 0;
  margin-left: 80px;
}
.blog-feed__wrapper:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 34px rgba(186, 209, 243, 0.25);
          box-shadow: 0 4px 34px rgba(186, 209, 243, 0.25);
}
.blog-feed__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 34px;
  color: #000000;
  padding-left: 20px;
}
.blog-feed__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
  position: relative;
  width: 285px;
  height: 285px;
  z-index: 2;
  border-radius: 100%;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  margin: 0 80px 0 30px;
}
.blog-feed__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.blog-feed__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 285px);
          flex: 0 1 calc(100% - 285px);
  position: relative;
  padding-right: 150px;
  padding-left: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-feed__content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 40px);
  background-color: #C9ADA3;
}
.blog-feed__content-date {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  margin-bottom: 58px;
}
.blog-feed__content-title {
  font-family: "Ledger", serif;
  font-size: 1.875rem;
  line-height: 130%;
  color: #000000;
  margin-bottom: 28px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.blog-feed__content-description {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 148%;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.blog-feed__content-description p {
    margin-bottom: 0;
}
/* Стили для тегов в архиве блога */
.blog-feed__tags {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 140%;
  color: #000000;
}
.blog-feed__tags-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.blog-feed__tags-list {
  display: block;
  color: #c9aca3;
  font-weight: 400;
}
.blog-feed__navigation {
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}
.blog-feed__navigation:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -240px;
  -webkit-transform: rotate(70deg);
      -ms-transform: rotate(70deg);
          transform: rotate(70deg);
  width: 766px;
  height: 748px;
  background: url(../img/webp/rose_page-services.webp) center/cover no-repeat;
  z-index: 0;
}
.blog-feed__navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-feed__navigation-arrows {
  padding-top: 4px;
  padding-left: 40px;
}
.blog-feed__navigation-arrows .Slick-Prev, .blog-feed__navigation-arrows .Slick-Next {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-feed__navigation-arrows .Slick-Prev:before {
  content: "";
  background-image: url("../img/icons/related-arrow-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 18px;
  display: block;
}
.blog-feed__navigation-arrows .Slick-Next {
  margin-left: 20px;
}
.blog-feed__navigation-arrows .Slick-Next:before {
  content: "";
  background-image: url("../img/icons/related-arrow-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 18px;
  display: block;
}
.blog-feed__navigation-pages {
  font-size: 0;
  font-weight: 300;
  line-height: 110%;
  padding-left: 278px;
}
.blog-feed__navigation-pages a {
  font-size: 1.125rem;
  color: #000000;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}
.blog-feed__navigation-pages a:not(:last-of-type) {
  margin-right: 20px;
}
.blog-feed__navigation-pages a:hover {
  font-weight: 600;
  color: #E8D2B9;
}
.blog-feed__navigation-pages .current {
  font-size: 1.125rem;
  font-weight: 600;
  color: #E8D2B9;
}
.blog-feed__navigation-pages .current:not(:last-child) {
  margin-right: 20px;
}
.blog-feed__navigation-pages .current:last-child{
  margin-left: 20px;
}





@media (max-width: 1799px) {
    .inner__sideLines {
        max-width: 1586px;
    }
    .inner__sideLines:before {
        left: 39px;
    }
    .inner__sideLines:after {
        right: 39px;
    }
    .portfolio__slider {
        padding-left: 268px;
    }
    .portfolio__slider-bottom {
        max-width: 1024px;
        padding-left: 268px;
        margin-top: 30px;
    }
    .portfolio__photo {
        width: 780px;
    }
    .doctor__header-title:before {
        left: -256px;
    }
    .doctor__header-text:before {
        left: -242px;
    }
    .doctor__header-text:after {
        left: -249px;
    }
    .doctor__border-bottom:after {
        max-width: calc(1586px - 80px);
    }
    .doctor__diplome-rose-left--top {
        width: 788px;
        height: 769px;
    }
    .certificates__slider {
        padding-left: 280px;
    }
    .services__header-title:before {
        left: -256px;
    }
    /*.services__header-text {
        min-height: 180px;
    }*/
    .services__header-text:before {
        left: -242px;
    }
    .services__header-text:after {
        left: -249px;
    }
    .services__content .container .row:after {
        width: calc(100% - 84px);
        max-width: 1586px;
    }
    .services__slider-navigation {
        max-width: 1120px;
    }
    .services__slider-photo {
        width: 1028px;
    }
    .services__slider-block {
        margin-right: 80px;
    }
    .accordion .card__price-servicesName {
        font-size: 1.625rem;
    }
    .services__price-servicesCost span {
        font-size: 1.5rem;
        margin-left: 10px;
    }
    .services__price-servicesCost {
        font-size: 1.625rem;
    }
    .reviews__header-title:before {
        left: -256px;
    }
    .reviews__header-title:after {
        left: -252px;
    }
    .reviews__more-tagline {
        height: 74px;
    }
    .reviews__more-tagline:before {
        top: -38px;
    }
    .mainConsultation__margin--doctor {
        margin-bottom: 140px;
    }
    .blog-fullstory__header:before {
      width: 528px;
      height: 509px;
    }
    .blog-fullstory__header-title {
      font-size: 3.25rem;
    }
    .blog-fullstory__header-title:before {
      left: -372px;
    }
    .blog-fullstory__header-title:after {
      right: -396px;
    }
    .blog-fullstory__content-image {
      height: 520px;
    }
    .blog-fullstory__content-text h2 {
      font-size: 2rem;
      margin-bottom: 30px;
    }
    .blog__slider-margin {
      margin-top: 80px;
      margin-bottom: 40px;
    }
    .blog__slider-photo {
      width: 764px;
    }
    .blog-feed__header-title:before {
      left: -240px;
    }
    .blog-feed__navigation-arrows {
      padding-left: 80px;
    }
    .blog-feed__navigation-pages {
      padding-left: 270px;
    }
}
@media (max-width: 1599px) {
    .inner__header {
        padding-top: 180px;
    }
    .inner__header-title {
        font-size: 4.5rem;
    }
    .inner__sideLines {
        max-width: 1400px;
    }
    .inner__sideLines:before {
        top: 1030px;
        left: 42px;
    }
    .inner__sideLines:after {
        top: 1030px;
        right: 42px;
    }
    .accordion .card-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(79% - 56px);
        flex: 0 0 calc(79% - 56px);
        font-size: 2.25rem;
    }
    .accordion .card-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
        flex: 0 0 56px;
        width: 56px;
        height: 56px;
    }
    .accordion .card-link:before {
        width: 18px;
    }
    .accordion .card-link:after {
        height: 18px;
    }
    .accordion .card__price-servicesName {
        font-size: 1.625rem;
    }
    .accordion .card__price-servicesCost {
        font-size: 1.625rem;
    }
    .accordion .card__price-servicesCost span {
        font-size: 1.5rem;
    }
    .portfolio__slider {
        padding-left: 230px;
    }
    .portfolio__slider-bottom {
        max-width: 908px;
        padding-bottom: 80px;
        padding-left: 230px;
    }
    .portfolio__photo {
        width: 680px;
    }
    .doctor__border-bottom:after {
        max-width: calc(1400px - 84px);
    }
    .doctor__header {
        padding-top: 180px;
        padding-bottom: 70px;
    }
    .doctor__header-title {
        font-size: 3.875rem;
        margin-bottom: 62px;
    }
    .doctor__header-title:before {
        left: -220px;
    }
    .doctor__header-text {
        padding-right: 140px;
        margin-bottom: 64px;
    }
    .doctor__header-text:before {
        left: -208px;
    }
    .doctor__header-text:after {
        left: -215px;
    }
    .doctor__header-text p:not(:last-child) {
        margin-bottom: 50px;
    }
    .doctor__header-image {
        top: -80px;
        left: -130px;
        z-index: -1;
    }
    .doctor__header-image:before {
        bottom: -400px;
        height: 914px;
    }
    .doctor__header-image img {
        width: 610px;
        height: 764px;
    }
    .doctor__content {
        padding-top: 70px;
        padding-bottom: 110px;
    }
    .doctor__content-rose-right--top {
        top: -70px;
        right: -210px;
        width: 518px;
        height: 499px;
    }
    .doctor__content-tagline:before {
        right: -200px;
    }
    .doctor__content-title {
        margin-bottom: 76px;
    }
    .doctor__content-subtitle {
        font-size: 1.625rem;
    }
    .doctor__content-text--twoColumn {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .doctor__diplome-rose-left--top {
        top: -440px;
        left: -330px;
        width: 678px;
        height: 659px;
    }
    .doctor__diplome-rose-left-bottom {
        left: -280px;
        width: 748px;
        height: 729px;
    }
    .certificates__slider {
        padding-left: 250px;
    }
    .certificates__slider .slick-slide {
        width: 380px !important;
    }
    .certificates__block {
        width: 380px;
        height: 260px;
        /*padding: 40px 30px 50px 30px;*/
    }
    .certificates__block:hover {
        -webkit-transform: translate3d(0, -16px, 0);
        transform: translate3d(0, -16px, 0);
    }
    .certificates__block-icon img {
        width: 34px;
        height: 40px;
    }
    .certificates__block-number {
        font-size: 1.5rem;
    }
    .certificates__block-text {
        font-size: 1.25rem;
    }
    .mainConsultation__margin--doctor {
        margin-bottom: 250px;
    }
    .services__header {
        padding-top: 194px;
        padding-bottom: 154px;
    }
    .services__header-title {
        font-size: 3.25rem;
        margin-bottom: 68px;
    }
    .services__header-title:before {
        left: -220px;
    }
    /*.services__header-text {
        min-height: 216px;
    }*/
    .services__header-text:before {
        left: -208px;
    }
    .services__header-text:after {
        left: -215px;
    }
    .services__header .firstScreen__block-button button:not(:last-child) {
        margin-right: 10px;
    }
    .services__header .btn-black {
        padding: 16px 30px;
    }
    .services__header-image {
        top: -194px;
        width: 654px;
        height: 740px;
    }
    .services__header-image:before {
        top: 270px;
        left: -300px;
        width: 566px;
        height: 548px;
    }
    .services__time {
        padding-top: 50px;
        margin-top: -140px;
    }
    .services__time .container:before {
        top: -90px;
        width: 356px;
        height: 338px;
    }
    .services__time .container:after {
        top: 0;
        width: 396px;
        height: 378px;
    }
    .services__time-block {
        min-height: 180px;
    }
    .services__time-item--number {
        font-size: 3.375rem;
    }
    .services__time-item--number span {
        font-size: 1.375rem;
    }
    .services__time-item--text {
        font-size: 1.125rem;
    }
    .services__content-subtitle {
        font-size: 1.875rem;
    }
    .services__methodology-title {
        margin-bottom: 63px;
    }
    .services__methodology-subtitle {
        font-size: 1.875rem;
    }
    .services__methodology-text {
        margin-bottom: 120px;
    }
    .services__methodology-text--twoColumn {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .services__methodology-item {
        max-width: 302px;
        padding-right: 40px;
        margin-bottom: 40px;
    }
    .services__methodology-item--number {
        font-size: 3.625rem;
    }
    .services__methodology-item--text {
        line-height: 158%;
    }
    .services__methodology .services__border-bottom:after {
        content: none;
    }
    .services__slider-bottom:after {
        bottom: -18px;
        width: 130px;
        height: 130px;
    }
    .services__slider-navigation {
        max-width: 980px;
    }
    .services__slider-navigation .prev-button-slick {
        left: -40px;
    }
    .services__slider-navigation .next-button-slick {
        right: -40px;
    }
    .services__slider-photo {
        width: 904px;
    }
    .services__slider-beforeafter {
        max-width: 550px;
    }
    .services__slider-bottom {
        margin-bottom: 60px;
    }
    .services__accordion-text {
        margin-top: 50px;
        margin-bottom: 120px;
        font-size: 1.688rem;
    }
    .services__accordion-text:before {
        top: 80px;
        right: -670px;
        width: 810px;
        height: 420px;
    }
    .services__accordion-text:after {
        top: 100px;
        width: 566px;
        height: 548px;
    }
    .services__postoperative-title {
        font-size: 1.875rem;
    }
    .services__postoperative-list li {
        font-size: 1.125rem;
    }
    .services__postoperative-list p {
        font-size: 1.125rem;
    }
    .accordion-servicesExamples:before {
        top: -500px;
        width: 636px;
        height: 648px;
    }
    .accordion-servicesExamples .card-title {
        font-size: 2rem;
    }
    .accordion-services .card-panel {
        padding: 20px 54px 20px 54px;
    }
    .accordion-services .card-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 54px);
        flex: 0 0 calc(100% - 54px);
        font-size: 2rem;
    }
    .accordion-services .card-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        border: 3px #fff solid;
    }
    .accordion-services .card__services {
        padding: 50px 60px 50px 60px;
    }
    .accordion-services .card__services p {
        font-size: 1.25rem;
        line-height: 180%;
    }
    ,
    .accordion-services .card__services-list ol,
    .accordion-services .card__services-list ul {
        padding-top: 40px;
    }
    ,
    .accordion-services .card__services-list ol:not(:last-child),
    .accordion-services .card__services-list ul:not(:last-child) {
        padding-bottom: 40px;
    }
    .accordion-services .card__services-list li {
        font-size: 1.25rem;
        line-height: 180%;
    }
    .accordion-services .card__services-list ol > li {
        padding-left: 50px;
    }
    .accordion-services .card__services-list ul > li {
        padding-left: 40px;
    }
    .reviews__header {
        padding-top: 160px;
    }
    .reviews__header-title {
        font-size: 3.375rem;
    }
    .reviews__header-title:before {
        top: 6px;
        left: -220px;
    }
    .reviews__header-title:after {
        top: 200px;
        left: -214px;
    }
    .reviews__content-margin:last-child {
        padding-bottom: 120px;
    }
    .reviews__content-photo {
        width: 144px;
        height: 144px;
    }
    .reviews__content-instagram {
        max-width: 144px;
    }
    .reviews__content-name {
        margin-bottom: 32px;
    }
    .reviews__content-text {
        font-size: 1.125rem;
    }
    .reviews__more-tagline {
        width: 144px;
    }
    .reviews__more-tagline:before {
        top: -24px;
        width: 120px;
        height: 120px;
    }
    .blog-fullstory__header:before {
      top: 200px;
      right: -100px;
      width: 428px;
      height: 409px;
    }
    .blog-fullstory__header-title:before {
      left: -214px;
    }
    .blog-fullstory__header-title:after {
      right: -236px;
    }
    .blog-fullstory__content-image {
      height: 460px;
    }
    .blog-fullstory__proposition-text {
      font-size: 1.688rem;
    }
    .blog__slider-photo {
      width: 904px;
    }
    .blog__related-slider .slick-slide {
      width: 435px !important;
    }
    .services__methodology .blog__related-slider .slick-slide {
      width: 435px !important;
    }
    .blog__related-flex {
      width: 435px;
      height: 435px;
      padding: 40px 30px 40px 30px;
    }
    .services__methodology .blog__related-flex {
      width: 435px;
      height: 435px;
      padding: 40px 30px 40px 30px;
    }
    .blog-feed__header:before {
      top: -250px;
      right: 60px;
      width: 528px;
      height: 509px;
    }
    .blog-feed__header:after {
      top: 80px;
      right: -200px;
      width: 528px;
      height: 509px;
    }
    .blog-feed__header-title:before {
      left: -214px;
    }
    .blog-feed__number {
      padding-left: 14px;
    }
    .blog-feed__wrapper {
      margin-left: 0;
    }
    .blog-feed__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 215px;
              flex: 0 0 215px;
      width: 215px;
      height: 215px;
      margin: 0 68px 0 30px;
    }
    .blog-feed__content {
      padding-left: 68px;
      padding-right: 40px;
    }
    .blog-feed__content-date {
      margin-bottom: 28px;
    }
    .blog-feed__content-title {
      margin-bottom: 16px;
    }
    .blog-feed__navigation-arrows {
      padding-left: 0;
    }
    .blog-feed__navigation-pages {
      padding-left: 190px;
    }
}
@media (max-width: 1439px) {
    .inner__header {
        padding-top: 148px;
    }
    .inner__header-title {
        font-size: 3.875rem;
    }
    .inner__price {
        padding-bottom: 380px;
    }
    .inner__petalsDown:before {
        bottom: 40px;
        left: -240px;
        width: 717px;
        height: 358px;
    }
    .inner__sideLines {
        max-width: 1180px;
    }
    .inner__sideLines:before {
        left: 44px;
    }
    .inner__sideLines:after {
        right: 44px;
    }
    .accordion .card-panel {
        padding: 40px 20px 40px 8px;
    }
    .accordion .card-panel:before {
        left: 20%;
        width: 80%;
    }
    .accordion .card-number {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
    .accordion .card-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(80% - 56px);
        flex: 0 0 calc(80% - 56px);
        font-size: 2rem;
        padding-right: 60px;
    }
    .accordion .card__price-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .accordion .card__price-servicesName {
        font-size: 1.5rem;
    }
    .mainConsultation__margin--inner {
        margin-top: -230px;
    }
    .mainConsultation__margin--doctor {
        margin-bottom: 200px;
    }
    .mainConsultation__margin--services {
        margin-bottom: 100px;
    }
    .portfolio__slider {
        padding-left: 190px;
    }
    .portfolio__slider-bottom {
        max-width: 806px;
        padding-bottom: 60px;
        padding-left: 190px;
        margin-top: 14px;
    }
    .portfolio__block {
        margin-right: 64px;
    }
    .portfolio__block[tabindex="0"] {
        -webkit-transform: translate3d(0, -14px, 0);
        transform: translate3d(0, -14px, 0);
    }
    .portfolio__photo {
        width: 620px;
    }
    .title-portfolio:before {
        right: 180px;
        width: 130px;
        height: 130px;
    }
    .title-portfolio:after {
        top: -70px;
        right: -220px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 253px;
        height: 270px;
    }
    .doctor__border-bottom:after {
        max-width: calc(1180px - 86px);
    }
    .doctor__header {
        padding-top: 160px;
        padding-bottom: 50px;
    }
    .doctor__header-title {
        font-size: 3.7rem;
    }
    .doctor__header-title:before {
        left: -184px;
    }
    .doctor__header-text {
        padding-right: 70px;
    }
    .doctor__header-text:before {
        left: -170px;
    }
    .doctor__header-text:after {
        left: -177px;
    }
    .doctor__header-image {
        top: -50px;
        left: -70px;
    }
    .doctor__header-image:before {
        bottom: -230px;
        height: 524px;
    }
    .doctor__header-image img {
        width: 510px;
        height: 644px;
    }
    .doctor__content {
        padding-top: 50px;
    }
    .doctor__content-rose-right--top {
        top: -120px;
        right: -180px;
        width: 438px;
        height: 419px;
    }
    .doctor__content-title {
        font-size: 3.7rem;
    }
    .doctor__content-subtitle {
        margin-bottom: 36px;
    }
    .doctor__content-text--twoColumn {
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
    }
    .doctor__content-number {
        font-size: 4.25rem;
    }
    .doctor__diplome-rose-left--bottom {
        bottom: -10px;
        left: -250px;
        -webkit-transform: scale(1, -1) rotate(-60deg);
        -ms-transform: scale(1, -1) rotate(-60deg);
        transform: scale(1, -1) rotate(-60deg);
        width: 668px;
        height: 648px;
    }
    .diplome__year {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        font-size: 1.75rem;
    }
    .diplome__information {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
    }
    .diplome__information-title {
        font-size: 1.875rem;
    }
    .certificates__rose {
        top: 30px;
        right: -300px;
        width: 358px;
        height: 342px;
    }
    .certificates__title {
        margin-top: 100px;
    }
    .certificates__slider {
        padding-left: 212px;
    }
    .certificates__slider .slick-slide {
        width: 294px !important;
    }
    .certificates__block {
        width: 294px;
        height: 200px;
        /*min-height: 185px;*/
        /*padding: 26px 24px 40px 24px;*/
    }
    .certificates__block-icon img {
        width: 34px;
        height: 32px;
    }
    .certificates__block-number {
        font-size: 1.25rem;
    }
    .certificates__block-text {
        font-size: 1rem;
    }
    .services__header {
        padding-bottom: 114px;
    }
    .services__header-title:before {
        left: -184px;
    }
    .services__header-text {
        /*min-height: 196px;*/
        min-height: 120px;
    }
    .services__header-text:before {
        left: -170px;
    }
    .services__header-text:after {
        left: -177px;
    }
    .services__header-text p {
        line-height: 180%;
    }
    .services__header-image {
        left: -110px;
        width: 595px;
        height: 678px;
    }
    .services__header-image:before {
        content: none;
    }
    .services__time {
        padding-top: 50px;
        margin-top: -120px;
    }
    .services__time .container:after {
        top: -40px;
        width: 348px;
        height: 348px;
    }
    .services__time-block {
        min-height: 158px;
    }
    .services__time-item {
        padding-left: 40px;
    }
    .services__time-item--number {
        font-size: 3rem;
    }
    .services__content {
        padding-top: 74px;
    }
    .services__content-subtitle {
        margin-bottom: 30px;
    }
    .services__content-subtitle br {
        display: none;
    }
    .services__content-text {
        padding-bottom: 60px;
    }
    .services__content-text p {
        line-height: 180%;
    }
    .services__content .container .row:first-child:before {
        bottom: -60px;
        right: 100px;
        width: 120px;
        height: 120px;
    }
    .services__content .container .row:not(:first-child) {
        padding-top: 60px;
    }
    .video-blog__header {
      padding-top: 80px;
      padding-bottom: 50px;
    }
    .video-blog__header-title {
      font-size: 2.5rem;
    }
    .video-blog__feed {
      padding-bottom: 80px;
    }
    .video-blog__row {
      margin-bottom: 25px;
    }
    .video-blog__col {
      margin-bottom: 25px;
    }
    .video-blog__item {
      height: 420px;
    }
    .video-blog__item .blog__related-flex {
      padding: 35px 25px 40px 25px;
    }
    .video-blog__item .blog__related-title {
      font-size: 1.375rem;
      margin-bottom: 18px;
    }
    .video-blog__item .blog__related-description {
      font-size: 0.938rem;
    }
    .video-blog__pagination {
      margin-top: 50px;
      padding-top: 35px;
    }
    .services__methodology {
        padding-top: 70px;
    }
    .services__methodology-subtitle {
        margin-bottom: 70px;
    }
    .services__methodology-text {
        margin-bottom: 60px;
    }
    .services__methodology-item {
        max-width: 252px;
        padding-right: 60px;
    }
    .services__slider-navigation {
        max-width: 840px;
    }
    .services__slider-block {
        margin-right: 40px;
    }
    .services__slider-photo {
        width: 756px;
    }
    .services__slider-beforeafter {
        max-width: 440px;
    }
    .services__accordion-text:before {
        top: 90px;
        width: 690px;
        height: 370px;
    }
    .services__accordion-text:after {
        top: 230px;
        left: -430px;
        width: 506px;
        height: 488px;
    }
    .services__postoperative {
        padding-top: 120px;
    }
    .services__postoperative-title {
        margin-bottom: 82px;
    }
    .services__postoperative-title:after {
        top: -40px;
        right: 0;
        left: unset;
        width: 110px;
        height: 110px;
    }
    .services__postoperative-list:before {
        bottom: -260px;
        right: -400px;
        width: 333px;
        height: 350px;
    }
    .services__price {
        margin-top: 130px;
    }
    .services__price-title {
        font-size: 2.875rem;
        margin-bottom: 20px;
    }
    .services__price-block {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .services__price-servicesName {
        font-size: 1.688rem;
    }
    .services__price-servicesCost {
        font-size: 1.75rem;
    }
    .services__price-servicesCost span {
        font-size: 1.5rem;
        margin-left: 20px;
    }
    .accordion-servicesExamples {
        padding-top: 100px;
    }
    .accordion-servicesExamples:before {
        top: -500px;
        left: calc(50% + 200px);
        -webkit-transform: translateX(calc(-50% + 200px));
        -ms-transform: translateX(calc(-50% + 200px));
        transform: translateX(calc(-50% + 200px));
        width: 566px;
        height: 576px;
    }
    .accordion-servicesExamples .card-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
        flex: 0 0 56px;
        width: 56px;
        height: 56px;
    }
    .accordion-servicesExamples .card-link:before {
        height: 2px;
    }
    .accordion-servicesExamples .card-link:after {
        width: 2px;
    }
    .reviews__header-title:before {
        left: -184px;
    }
    .reviews__header-title:after {
        left: -178px;
    }
    .reviews__content-margin:not(:last-child) {
        padding-bottom: 100px;
    }
    .reviews__more:before {
        top: 94px;
        width: 791px;
        height: 414px;
    }
    .reviews__more:after {
        top: 400px;
        width: 566px;
        height: 548px;
    }
    .reviews__more-button::before {
        left: 214px;
        width: 110px;
        height: 110px;
    }
    .blog-fullstory__header {
      padding-top: 120px;
      padding-bottom: 20px;
    }
    .blog-fullstory__header:before {
      top: 120px;
      right: -110px;
    }
    .blog-fullstory__header-title {
      margin-bottom: 30px;
    }
    .blog-fullstory__header-title:before {
      left: -178px;
    }
    .blog-fullstory__header-title:after {
      right: -200px;
    }
    .blog-fullstory__content-image {
      margin-bottom: 44px;
    }
    .blog-fullstory__content-picture {
      margin-bottom: 44px;
    }
    .blog-fullstory__content-text p + h2 {
      margin-top: 64px;
    }
    .blog__slider-photo {
      width: 756px;
    }
    .blog__related-slider:after {
      content: none;
    }
    .services__methodology .blog__related-slider:after {
      content: none;
    }
    .blog__related-flex {
      height: 405px;
    }
    .services__methodology .blog__related-flex {
      height: 405px;
    }
    .blog__related-title {
      margin-bottom: 30px;
    }
    .blog-feed__header {
      padding-top: 140px;
      padding-bottom: 60px;
    }
    .blog-feed__header-title {
      font-size: 3.25rem;
    }
    .blog-feed__header-title:before {
      left: -178px;
    }
    .blog-feed__feed:before {
      bottom: 0;
      right: -250px;
      width: 428px;
      height: 409px;
    }
    .blog-feed__feed:after {
      bottom: -200px;
      right: -380px;
      width: 845px;
      height: 320px;
    }
    .blog-feed__navigation-arrows {
      padding-left: 30px;
    }
    .blog-feed__navigation-pages {
      padding-left: 200px;
    }
}
@media (max-width: 1199px) {
    .inner__header {
        padding-bottom: 40px;
    }
    .inner__header-title {
        font-size: 3.375rem;
    }
    .inner__sideLines {
        display: none;
    }
    .accordion .card-panel {
        padding: 30px 10px 30px 8px;
    }
    .accordion .card-panel:before {
        left: 10%;
        width: 90%;
    }
    .accordion .card-number {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    }
    .accordion .card-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(90% - 56px);
        flex: 0 0 calc(90% - 56px);
        font-size: 1.75rem;
    }
    .accordion .card__price-block:before {
        left: 10%;
        width: 90%;
    }
    .accordion .card__price-block:first-child:after {
        left: 13px;
    }
    .accordion .card__price-servicesName {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        padding-left: calc(10% + 5px);
        font-size: 1.25rem;
    }
    .accordion .card__price-servicesCost {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        font-size: 1.375rem;
    }
    .accordion .card__price-servicesCost span {
        font-size: 1.25rem;
        /*margin-left: 14px;*/
    }
    .title-portfolio:before {
        top: -20px;
        right: 68px;
        width: 100px;
        height: 100px;
    }
    .title-portfolio:after {
        right: -260px;
        width: 173px;
        height: 190px;
    }
    .portfolio__slider {
        padding-left: 82px;
    }
    .portfolio__slider-navigation.slider-navigation .next-button-slick,
    .portfolio__slider-navigation.slider-navigation .prev-button-slick {
        font-size: 2.5rem;
        line-height: 104%;
        width: 50px;
        height: 50px;
    }
    .portfolio__slider-bottom {
        max-width: 640px;
        padding-bottom: 40px;
        padding-left: 82px;
    }
    .portfolio__photo {
        width: 558px;
    }
    .doctor__header {
        padding-bottom: 20px;
    }
    .doctor__header-title:before {
        content: none;
    }
    .doctor__header-text:after,
    .doctor__header-text:before {
        content: none;
    }
    .doctor__header-image {
        left: -100px;
    }
    .doctor__content {
        padding-top: 80px;
    }
    .doctor__content-rose-right--top {
        top: -90px;
        right: -180px;
        width: 378px;
        height: 359px;
    }
    .doctor__content-tagline:before {
        right: -20px;
        width: 128px;
        height: 128px;
    }
    .doctor__content-title {
        padding-right: 140px;
    }
    .doctor__content-text {
        padding-right: 100px;
    }
    .doctor__diplome-rose-left--top {
        top: -240px;
        left: -200px;
        width: 378px;
        height: 359px;
    }
    .doctor__diplome-rose-left--bottom {
        bottom: 170px;
        width: 518px;
        height: 498px;
    }
    .doctor__diplome-rose-right--top {
        top: -130px;
        right: -130px;
        width: 318px;
        height: 299px;
    }
    .doctor__diplome-ticker {
        top: -142px;
        right: -90%;
        font-size: 11.125rem;
    }
    .diplome__year {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
    .diplome__information {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }
    .certificates__rose {
        top: 100px;
        right: -180px;
        width: 318px;
        height: 302px;
    }
    .certificates__slider {
        padding-left: 16px;
    }
    .services__header {
        padding-top: 170px;
        padding-bottom: 130px;
    }
    .services__time .container:after {
        top: -100px;
        left: -170px;
        width: 228px;
        height: 228px;
    }
    .services__time-item {
        padding-left: 60px;
    }
    .services__time-item--number {
        font-size: 2.2rem;
    }
    .services__time-item--number span {
        font-size: 1.125rem;
    }
    .services__content .container .row:after {
        width: calc(100% - 30px);
        max-width: 960px;
    }
    .services__price-servicesName {
        font-size: 1.25rem;
    }
    .services__price-servicesCost {
        font-size: 1.375rem;
    }
    .services__price-servicesCost span {
        font-size: 1.25rem;
        margin-left: 10px;
    }
    .services__methodology {
        padding-bottom: 280px;
    }
    .services__methodology-text {
        margin-bottom: 90px;
    }
    .services__methodology-item {
        max-width: 310px;
    }
    .services__methodology-ticker span {
        font-size: 11.875rem;
    }
    .services__slider-navigation {
        display: none;
    }
    .services__slider-block {
        margin-right: 20px;
    }
    .services__slider-photo {
        width: 900px;
    }
    .services__slider-beforeafter {
        max-width: 560px;
    }
    .services__slider-bottom {
        max-width: 900px;
    }
    .services__accordion-text:before {
        top: 40px;
        right: -480px;
        width: 640px;
        height: 340px;
    }
    .services__postoperative:after {
        left: -90px;
        width: 567px;
        height: 288px;
    }
    .services__postoperative-list {
        padding-right: 140px;
    }
    .services__postoperative-list:before {
        bottom: -250px;
        right: -230px;
        width: 283px;
        height: 300px;
    }
    .services__price-title {
        font-size: 2.375rem;
    }
    .services__price-servicesName {
        font-size: 1.5rem;
    }
    .reviews__header:before {
        top: -180px;
        right: -180px;
    }
    .reviews__header-title:after,
    .reviews__header-title:before {
        content: none;
    }
    .reviews__content:after,
    .reviews__content:before {
        content: none;
    }
    .reviews__content-left:before {
        right: -20px;
    }
    .blog-fullstory__header:before {
      width: 368px;
      height: 349px;
    }
    .blog-fullstory__header-title {
      font-size: 2.75rem;
    }
    .blog-fullstory__header-title:before {
      left: -142px;
    }
    .blog-fullstory__header-title:after {
      right: -164px;
      width: 106px;
      height: 106px;
    }
    .blog__slider-block {
      margin-right: 40px;
    }
    .blog__slider-photo {
      width: 610px;
    }
    .blog__slider-bottom:after {
      bottom: 0;
      width: 100px;
      height: 100px;
    }
    .blog__related-block {
      margin-right: 4px;
    }
    .blog-feed__feed:before {
      bottom: -120px;
      right: -200px;
      width: 328px;
      height: 309px;
    }
    .blog-feed__number {
      display: none;
    }
    .blog-feed__image {
      margin: 0 42px 0 30px;
    }
    .blog-feed__content {
      padding-left: 40px;
    }
    .blog-feed__content-date {
      font-size: 1rem;
    }
    .blog-feed__content-description {
      -webkit-line-clamp: 3;
      line-clamp: 3;
    }
    .blog-feed__navigation:before {
      top: 10px;
      width: 566px;
      height: 548px;
    }
    .blog-feed__navigation-arrows {
      padding-left: 94px;
    }
    .blog-feed__navigation-pages {
      padding-left: 146px;
    }
}
@media (max-width: 991px) {
    .inner__header {
        padding-top: 130px;
    }
    .inner__price {
        padding-bottom: 300px;
    }
    .inner__petalsDown:before {
        bottom: 0;
        left: -240px;
        width: 627px;
        height: 318px;
    }
    .accordion .card-header.active .card-link {
        border: 1px #fff solid;
    }
    .accordion .card-number {
        font-size: 1.5rem;
    }
    .accordion .card-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(90% - 40px);
        flex: 0 0 calc(90% - 40px);
    }
    .accordion .card-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        border: 1px #e8d2b9 solid;
    }
    .accordion .card-link:before {
        width: 14px;
        height: 2px;
    }
    .accordion .card-link:after {
        width: 2px;
        height: 14px;
    }
    .accordion .card__price-block {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .accordion .card__price-block:first-child:after {
        top: 30px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 8px;
        height: 26px;
    }
    .accordion .card img.hoverimage {
        width: 200px;
        height: 234px;
    }
    .title-portfolio:before {
        right: 42px;
    }
    .portfolio__slider {
        padding-left: 62px;
    }
    .portfolio__slider-bottom {
        padding-left: 62px;
    }
    .portfolio__block {
        margin-right: 38px;
    }
    .portfolio__photo {
        width: 520px;
    }
    .doctor__header {
        padding-top: 140px;
        padding-bottom: 40px;
    }
    .doctor__header-title {
        font-size: 3.375rem;
        margin-bottom: 90px;
    }
    .doctor__header-text {
        padding-right: 180px;
    }
    .doctor__header-text p:not(:last-child) {
        margin-bottom: 70px;
    }
    .doctor__header-image {
        top: 80px;
        left: -250px;
    }
    .doctor__header-image img {
        width: 480px;
        height: 602px;
    }
    .doctor__content-rose-right--top {
        top: -40px;
        z-index: 0;
    }
    .doctor__content-tagline:before {
        top: -153px;
        right: -10px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .doctor__content-title {
        font-size: 3.375rem;
        padding-right: 0;
    }
    .doctor__content-text {
        padding-right: 40px;
    }
    .doctor__diplome-rose-right--top {
        top: -100px;
        right: -130px;
        width: 278px;
        height: 259px;
    }
    .doctor__diplome-ticker {
        right: -110%;
    }
    .diplome__year {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
    }
    .diplome__information {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
    }
    .diplome__information-text {
        padding-bottom: 50px;
    }
    .certificates__rose {
        top: 140px;
    }
    .services__header-text {
        /*min-height: 260px;*/
        min-height: 100px;
    }
    .services__header .btn-black {
        padding: 16px 44px;
    }
    .services__header-image {
        top: -170px;
        left: -140px;
        z-index: -1;
    }
    .services__time .container:before {
        top: -150px;
    }
    .services__time-item {
        padding-left: 40px;
    }

    .sectionTelegram {
        padding-top: 60px;
    }

    .services__methodology:after {
        content: "";
        position: absolute;
        bottom: 80px;
        left: -170px;
        width: 506px;
        height: 488px;
        -webkit-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        transform: rotate(70deg);
        width: 466px;
        height: 448px;
        background: url(../img/webp/rose_page-services.webp) center/cover no-repeat;
    }
    .services__methodology-title {
        font-size: 3.375rem;
    }
    .services__methodology-text {
        margin-bottom: 80px;
    }
    .services__methodology-item {
        flex: 0 0 50%;
        max-width: unset;
        padding-right: 60px;
    }
    .services__slider-photo {
        width: 690px;
    }
    .services__slider-bottom {
        max-width: 690px;
    }
    .services__slider-bottom:after {
        bottom: -14px;
        width: 92px;
        height: 92px;
    }
    .services__slider-beforeafter {
        max-width: 400px;
    }
    .services__accordion-text {
        font-size: 1.563rem;
    }
    .services__accordion-text:before {
        top: 120px;
        right: -290px;
        width: 520px;
        height: 270px;
    }
    .services__accordion-text:after {
        content: none;
    }
    .services__postoperative-list:before {
        bottom: -140px;
        right: -100px;
        width: 223px;
        height: 230px;
    }
    .services__price {
        margin-top: 100px;
    }
    .services__price-block {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .services__price-servicesName {
        font-size: 1.313rem;
    }
    .services__price-servicesCost {
        font-size: 1.375rem;
    }
    .services__price-servicesCost span {
        font-size: 1.313rem;
    }
    .accordion-servicesExamples:before {
        top: -480px;
        right: -130px;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 516px;
        height: 526px;
    }
    .accordion-servicesExamples .card-title {
        font-size: 1.625rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
    }
    .accordion-servicesExamples .card-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        border: 1px #b79a92 solid;
    }
    .accordion-servicesExamples .card-link:before {
        width: 14px;
        height: 1px;
    }
    .accordion-servicesExamples .card-link:after {
        width: 1px;
        height: 14px;
    }
    .accordion-services .card__services {
        padding: 40px 48px 40px 48px;
    }
    .accordion-services .card__services p + ol,
    .accordion-services .card__services p + ul {
        margin-top: 50px;
    }
    .accordion-services .card__services-list ol:not(:last-child),
    .accordion-services .card__services-list ul:not(:last-child) {
        padding-bottom: 50px;
    }
    .accordion-services .card__services-list ol > li:before {
        font-size: 1.25rem;
    }
    .reviews__header {
        padding-bottom: 60px;
    }
    .reviews__content-mobile--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .reviews__content-mobile--left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 144px;
        flex: 0 0 144px;
    }
    .reviews__content-mobile--right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 144px);
        flex: 0 0 calc(100% - 144px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 40px;
    }
    .reviews__content-photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    }
    .reviews__content-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 144px);
        flex: 0 0 calc(100% - 144px);
    }
    .reviews__content-instagram {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 144px);
        flex: 0 0 calc(100% - 144px);
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        width: 100%;
        max-width: unset;
        margin-top: 0;
        position: relative;
    }
    .reviews__content-instagram:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 65px;
        width: calc(100% - 65px);
        height: 1px;
        background-color: #c9ada3;
    }
    .reviews__content-text {
        line-height: 200%;
    }
    .reviews__more {
        padding-bottom: 380px;
    }
    .reviews__more:after {
        top: 330px;
        left: -190px;
        width: 466px;
        height: 448px;
    }
    .reviews__more-tagline {
        width: unset;
    }
    .reviews__more-tagline:before {
        right: 0;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .mainConsultation__margin--doctor {
        margin-bottom: 140px;
    }
    .blog-fullstory__header {
      padding-top: 160px;
      padding-bottom: 20px;
    }
    .blog-fullstory__header:before {
      top: 180px;
      right: -180px;
      width: 318px;
      height: 299px;
    }
    .blog-fullstory__header-title:before, .blog-fullstory__header-title:after {
      content: none;
    }
    .blog-fullstory__proposition:before {
      content: none;
    }
    .blog__slider-block {
      margin-right: 20px;
    }
    .blog__slider-photo {
      width: 710px;
    }
    .blog-feed__header {
      padding-bottom: 30px;
    }
    .blog-feed__wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 40px 0 40px 0;
    }
    .blog-feed__content:before {
      height: calc(100% - 0px);
    }
    .blog-feed__content-title {
      font-size: 1.625rem;
      -webkit-line-clamp: 3;
      line-clamp: 2;
    }
    .blog-feed__content-description {
      font-size: 1rem;
    }
    .blog-feed__navigation-arrows {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 184px;
              flex: 0 0 184px;
    }
}
@media (max-width: 767px) {
    .inner__header-title {
        font-size: 3rem;
    }
    .accordion .card-panel {
        padding: 24px 10px 24px 8px;
    }
    .accordion .card-number {
        font-size: 1.25rem;
    }
    .accordion .card-title {
        font-size: 1.375rem;
    }
    .accordion .card__price-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .accordion .card__price-servicesName {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        font-size: 1rem;
        padding-right: 20px;
        padding-left: calc(10%);
    }
    .accordion .card__price-servicesCost {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        font-size: 1.125rem;
    }
    .accordion .card__price-servicesCost span {
        font-size: 0.875rem;
        /*margin-left: 8px;*/
    }
    .title-portfolio:before {
        top: -10px;
        right: -6px;
        width: 75px;
        height: 75px;
    }
    .portfolio__slider {
        padding-left: 0;
    }
    .portfolio__slider-bottom {
        max-width: 500px;
        padding-left: 0;
    }
    .portfolio__block {
        margin-right: 10px;
    }
    .portfolio__photo {
        width: 504px;
    }
    .doctor__header-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }
    .doctor__header-text {
        padding-right: 60px;
        margin-bottom: 60px;
    }
    .doctor__header-text p {
        font-size: 1rem;
    }
    .doctor__header-text p:not(:last-child) {
        margin-bottom: 30px;
    }
    .doctor__header-image {
        top: 0;
        left: -190px;
    }
    .doctor__header-image:before {
        bottom: -150px;
        height: 434px;
    }
    .doctor__header-image img {
        width: 400px;
        height: 500px;
    }
    .doctor__content {
        padding-bottom: 80px;
    }
    .doctor__content-rose-right--top {
        top: -140px;
        right: -90px;
        width: 288px;
        height: 269px;
    }
    .doctor__content-title {
        font-size: 2.125rem;
        margin-bottom: 40px;
    }
    .doctor__content-text {
        font-size: 1rem;
        padding-right: 0;
    }
    .doctor__content-number {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .doctor__marginBottom-numberText:not(:last-child) {
        margin-bottom: 60px;
    }
    .doctor__diplome {
        padding-bottom: 320px;
    }
    .doctor__diplome-rose-left--top {
        top: -120px;
        left: -130px;
        width: 238px;
        height: 219px;
    }
    .doctor__diplome-rose-left--bottom {
        z-index: 0;
    }
    .doctor__diplome-rose-right--top {
        top: -200px;
        right: -130px;
        width: 228px;
        height: 209px;
    }
    .doctor__diplome-ticker {
        right: -170%;
    }
    .diplome__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .diplome__year {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 32px;
    }
    .diplome__information {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .diplome__information-title {
        font-size: 1.563rem;
        margin-bottom: 20px;
    }
    .certificates__rose {
        top: 70px;
        right: -250px;
        z-index: 0;
    }
    .certificates__slider {
        padding-left: 0;
    }
    .certificates__block {
        width: 100%;
        height: 360px;
    }
    .certificates__block:hover {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .certificates__block-margin {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .certificates__item {
        display: none;
        -webkit-transition: opacity 1s linear, visibility 1s linear;
        -o-transition: opacity 1s linear, visibility 1s linear;
        transition: opacity 1s linear, visibility 1s linear;
    }
    .certificates__button {
        margin-top: 68px;
    }
    .services__header {
        min-height: 640px;
    }
    .services__header-title {
        font-size: 2.375rem;
        margin-bottom: 0;
    }
    .services__header-title:after {
        content: "";
        position: absolute;
        top: 140px;
        left: 0;
        width: 140px;
        height: 140px;
        background: url(../img/tagline-black-200px.svg) center/cover no-repeat;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-animation-name: spin;
        animation-name: spin;
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    .services__mobile.header-text {
        padding-top: 60px;
    }
    .services__mobile.header-text .container .row {
        position: relative;
    }
    .services__mobile.header-text .container .row:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 30px);
        max-width: 960px;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, color-stop(23.65%, #ebd4bc), color-stop(115.13%, rgba(196, 196, 196, 0)));
        background: -o-linear-gradient(left, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
        background: linear-gradient(90deg, #ebd4bc 23.65%, rgba(196, 196, 196, 0) 115.13%);
    }
    .services__mobile.header-text .services__header-text {
        min-height: unset;
        padding-right: 0;
        /*padding-bottom: 44px;*/
        padding-bottom: 0;
    }
    .services__mobile.header-text .services__header-text p {
        margin-bottom: 0;
    }
    .services__mobile .firstScreen__block-button {
        padding-bottom: 44px;
    }
    .services__mobile .firstScreen__block-button .btn-black, .services__mobile .firstScreen__block-button .btn-telegram {
        width: 100%
    }
    .services__time .container:after {
        top: 180px;
    }
    .services__time-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .services__time-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 32px 50px 32px 50px;
    }
    .services__time-item:not(:last-child):before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 1px;
    }
    .services__time-item--number {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 0;
    }
    .services__time-item--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .services__content .container .row:first-child:before {
        bottom: -40px;
        right: 40px;
        width: 80px;
        height: 80px;
    }
    .services__methodology {
        padding-bottom: 224px;
    }
    .services__methodology:after {
        bottom: 70px;
        left: -80px;
        width: 316px;
        height: 298px;
    }
    .services__methodology-title {
        font-size: 2.625rem;
    }
    .services__methodology-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 255px;
    }
    .services__methodology-ticker {
        bottom: -8px;
    }
    .services__methodology-ticker span {
        font-size: 5.5rem;
    }
    .services__slider-photo {
        width: 510px;
    }
    .services__slider-bottom {
        max-width: 510px;
        margin-top: 14px;
        margin-bottom: 20px;
    }
    .services__slider-bottom:after {
        content: none;
    }
    .services__slider-numberSlides {
        font-size: 0.938rem;
    }
    .services__slider-beforeafter {
        font-size: 1.125rem;
        max-width: 280px;
    }
    .services__accordion-text {
        font-size: 1.375rem;
        margin-top: 40px;
        margin-bottom: 100px;
    }
    .services__accordion-text:before {
        top: 160px;
        right: -150px;
        width: 350px;
        height: 180px;
    }
    .services__postoperative-title {
        padding-right: 140px;
    }
    .services__postoperative-title:after {
        top: -25px;
    }
    .services__postoperative-list {
        padding-right: 100px;
    }
    .services__postoperative-list:before {
        bottom: -130px;
        right: -80px;
        width: 173px;
        height: 180px;
    }
    .services__postoperative-list p {
        font-size: 1rem;
    }
    .services__postoperative-list li {
        font-size: 1rem;
    }
    .services__postoperative-list ul > li:before {
        top: 12px;
    }
    .services__price-servicesName {
        font-size: 1rem;
    }
    .services__price-servicesCost {
        font-size: 1.125rem;
    }
    .services__price-servicesCost span {
        font-size: 0.875rem;
        margin-left: 8px;
    }
    .accordion-servicesExamples:before {
        top: -300px;
        right: -170px;
    }
    .accordion-servicesExamples .card-panel {
        padding: 10px 0 10px 0;
        margin-bottom: 0;
    }
    .accordion-servicesExamples .card-title {
        font-size: 1.25rem;
    }
    .accordion-services .card:first-child .card-panel {
        border-radius: 26px 26px 0 0;
    }
    .accordion-services .card:last-child .card-panel {
        border-radius: 0 0 26px 26px;
    }
    .accordion-services .card-header.active .card-panel {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .accordion-services .card-panel {
        padding: 20px 30px 20px 30px;
    }
    .accordion-services .card-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 34px);
        flex: 0 0 calc(100% - 34px);
        font-size: 1.5rem;
        padding-right: 60px;
    }
    .accordion-services .card-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        border: 2px #fff solid;
    }
    .accordion-services .card-link:before {
        width: 14px;
        height: 2px;
    }
    .accordion-services .card-link:after {
        width: 2px;
        height: 14px;
    }
    .accordion-services .card__services {
        padding: 35px 24px 35px 24px;
    }
    .accordion-services .card__services p {
        font-size: 1rem;
    }
    .accordion-services .card__services-list li {
        font-size: 1rem;
    }
    .accordion-services .card__services-list ol > li {
        padding-left: 40px;
    }
    .accordion-services .card__services-list ol > li:before {
        font-size: 1.125rem;
    }
    .reviews__content-mobile--left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
    }
    .reviews__content-mobile--right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 110px);
        flex: 0 0 calc(100% - 110px);
    }
    .reviews__content-photo {
        width: 110px;
        height: 110px;
    }
    .reviews__content-name {
        font-size: 1.375rem;
        margin-bottom: 20px;
    }
    .reviews__content-instagram:before {
        left: 50px;
        width: calc(100% - 50px);
    }
    .reviews__content-instagram img {
        width: 30px;
        height: 30px;
    }
    .reviews__content-text {
        font-size: 1rem;
        line-height: 157%;
    }
    .reviews__more:after {
        top: 700px;
    }
    .blog-fullstory__header {
      padding-top: calc(100px + 120 * (100vw - 375px) / 767);
      padding-bottom: 20px;
    }
    .blog-fullstory__header-title {
      font-size: calc(28px + 30 * (100vw - 375px) / 767);
    }
    .blog-fullstory__content-image {
      height: 400px;
    }
    .blog-fullstory__content-text h2 {
      font-size: calc(24px + 16 * (100vw - 375px) / 767);
      margin-bottom: calc(14px + 30 * (100vw - 375px) / 767);
    }
    .blog-fullstory__content-text p {
      font-size: 1rem;
    }
    .blog-fullstory__content-text p:not(:last-of-type) {
      margin-bottom: 28px;
    }
    .blog-fullstory__content-text ul li {
      padding-top: 20px;
      padding-left: 0;
    }
    .blog-fullstory__content-text ul li:before {
      top: 0;
    }
    .blog-fullstory__content-text ul li:not(:last-child) {
      margin-bottom: 50px;
    }
    .blog-fullstory__proposition {
      margin-bottom: 100px;
    }
    .blog-fullstory__proposition-text {
      font-size: 1.313rem;
    }
    .blog__slider-block {
      margin-right: 6px;
    }
    .blog__slider-photo {
      width: 510px;
    }
    .blog__slider-bottom {
      margin-bottom: 40px;
    }
    .blog-feed__header-title {
      text-align: center;
    }
    .blog-feed__feed {
      padding-bottom: 40px;
    }
    .blog-feed__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 40px;
    }
    .blog-feed__image {
      -webkit-box-flex: unset;
          -ms-flex: unset;
              flex: unset;
      margin: 0;
    }
    .blog-feed__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-top: 20px;
    }
    .blog-feed__content:before {
      content: none;
    }
    .blog-feed__content-date {
      position: relative;
    }
    .blog-feed__content-date:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: calc(100% - 140px);
      height: 1px;
      background-color: #C9ADA3;
    }
    .blog-feed__navigation-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .blog-feed__navigation-arrows {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      text-align: center;
      padding-top: 0;
      padding-left: 0;
      margin-top: 40px;
    }
    .blog-feed__navigation-pages {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-left: 0;
    }
}
@media (max-width: 575px) {
    .inner__dark {
        background: #04080d;
    }
    .inner__header-title {
        font-size: 2.5rem;
    }
    .inner__price {
        padding-bottom: 620px;
    }
    .inner__petalsDown:before {
        bottom: 450px;
        left: -120px;
        width: 337px;
        height: 171px;
    }
    .accordion .card-panel {
        padding: 24px 10px 24px 2px;
    }
    .accordion .card-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(90% - 28px);
        flex: 0 0 calc(90% - 28px);
        font-size: 1.25rem;
        padding-right: 20px;
    }
    .accordion .card-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
    }
    .accordion .card-link:before {
        width: 10px;
        height: 1px;
    }
    .accordion .card-link:after {
        width: 1px;
        height: 10px;
    }
    .accordion .card__price-block:first-child:after {
        top: 20px;
        width: 6px;
        height: 18px;
    }
    .portfolio__slider-bottom {
        width: 90vw;
        max-width: 100%;
    }
    .portfolio__slider-bottom .btn-consultation {
        font-size: 1rem;
        padding: 8px 10px;
    }
    .portfolio__slider-numberSlides {
        font-size: 0.938rem;
    }
    .portfolio__block[tabindex="0"] {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    .portfolio__photo {
        width: 90vw;
        max-width: 100%;
    }
    .mainConsultation__margin--inner {
        margin-top: -480px;
    }
    .mainConsultation__margin--doctor {
        margin-bottom: 140px;
    }
    .doctor__header {
        padding-top: 154px;
    }
    .doctor__header-mobile {
        height: 88vw;
        max-height: 420px;
        min-height: 330px;
    }
    .doctor__header-title {
        font-size: 7.5vw;
        word-spacing: 999px;
    }
    .doctor__header-text {
        padding-right: 0;
    }
    .doctor__header-text p {
        line-height: 157%;
    }
    .doctor__header-image {
        top: -54px;
        left: unset;
        right: -15vw;
    }
    .doctor__header-image:before {
        height: 370px;
    }
    .doctor__header-image img {
        width: 91vw;
        max-width: 400px;
        height: 115vw;
        max-height: 500px;
    }
    .doctor__header-tagline {
        position: relative;
        top: 42px;
    }
    .doctor__header-tagline img {
        width: 26vw;
        height: 26vw;
        max-width: 150px;
        min-width: 100px;
        max-height: 150px;
        min-height: 100px;
        -webkit-animation-name: spin;
        animation-name: spin;
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    .doctor__content {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .doctor__content-tagline:before {
        content: none;
    }
    .doctor__content-title {
        font-size: 1.75rem;
    }
    .doctor__content-subtitle {
        font-size: 1.375rem;
        margin-bottom: 24px;
    }
    .doctor__content-number {
        font-size: 1.75rem;
    }
    .doctor__diplome-ticker {
        top: -78px;
        right: -110%;
        font-size: 6.125rem;
    }
    .diplome__year {
        font-size: 1.5rem;
    }
    .diplome__information-title {
        font-size: 1.375rem;
    }
    .diplome__information-text {
        font-size: 1rem;
    }
    .certificates__title {
        margin-top: 72px;
    }
    .certificates__title br {
        display: block;
    }
    .certificates__rose {
        top: 80px;
        right: -140px;
    }
    .certificates__block {
        height: calc(240px + (200 + 200 * 0.7) * ((100vw - 375px) / 575));
        /*min-height: 212px;*/
        /*padding: 40px 24px 40px 24px;*/
    }
    .services__header {
        padding-top: 124px;
        min-height: 460px;
    }
    .services__header-title {
        font-size: 1.75rem;
    }
    .services__header-title:after {
        top: 104px;
        width: 100px;
        height: 100px;
    }
    .services__header-text p {
        font-size: 1rem;
        line-height: 157%;
    }
    .services__header-image {
        top: -126px;
        left: -80px;
        width: 375px;
        height: 470px;
    }
    .services__time .container:before {
        top: -70px;
        right: -120px;
        width: 246px;
        height: 208px;
    }
    .services__time .container:after {
        top: 170px;
        left: -90px;
        width: 138px;
        height: 138px;
    }
    .services__time-block {
        border-radius: 22px;
    }
    .services__time-item {
        padding: 24px 20px;
    }
    .services__time-item:not(:last-child):before {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        width: calc(100% - 40px);
    }
    .services__time-item--number span {
        font-size: 1rem;
    }
    .services__time-item--text {
        font-size: 1rem;
    }
    .services__content {
        padding-top: 46px;
    }
    .services__content .container .row:first-child:before {
        content: none;
    }
    .services__content .container .row:not(:first-child) {
        padding-top: 44px;
    }
    .services__content-subtitle {
        font-size: 1.375rem;
        margin-bottom: 28px;
    }
    .services__content-text {
        padding-bottom: 30px;
    }
    .services__content-text p {
        font-size: 1rem;
    }
    .services__content-text p:not(:last-child) {
        margin-bottom: 20px;
    }
    .services__methodology {
        padding-top: 44px;
    }
    .services__methodology-title {
        font-size: 1.75rem;
        margin-bottom: 28px;
    }
    .services__methodology-subtitle {
        font-size: 1.375rem;
        margin-bottom: 48px;
    }
    .services__methodology-text p {
        font-size: 1rem;
        line-height: 180%;
    }
    .services__methodology-item {
        display: flex;
        flex: unset;
        padding-right: 0;
        width: 100%;
        max-width: unset;
        min-height: inherit;
    }
    .services__methodology-item--number {
        flex: 0 0 40px;
        font-size: 1.313rem;
        padding-top: 2px;
        margin-bottom: 0;
    }
    .services__methodology-item--text {
        flex: 0 0 calc(100% - 40px);
        font-size: 1rem;
    }
    .services__slider-block {
        margin-right: 6px;
    }
    .services__slider-photo {
        width: 87vw;
        max-width: 500px;
        min-width: 340px;
    }
    .services__slider-bottom {
        width: 90vw;
        max-width: 500px;
        min-width: 306px;
    }
    .services__slider-beforeafter {
        width: 52vw;
        max-width: 300px;
        min-width: 180px;
    }
    .services__accordion-text {
        font-size: 1.25rem;
    }
    .services__accordion-text:before {
        top: 190px;
        right: -210px;
    }
    .services__postoperative {
        padding-top: 60px;
        padding-bottom: 340px;
    }
    .services__postoperative-title {
        font-size: 1.375rem;
        margin-bottom: 40px;
    }
    .services__postoperative-title:after {
        top: -18px;
        width: 80px;
        height: 80px;
    }
    .services__postoperative-list {
        padding-right: 20px;
    }
    .services__postoperative-list:before {
        bottom: -110px;
        right: -50px;
        width: 113px;
        height: 120px;
    }
    .services__postoperative-list li:not(:last-child) {
        margin-bottom: 40px;
    }
    .services__postoperative-list ul > li {
        padding-top: 30px;
        padding-left: 0;
    }
    .services__price-title {
        font-size: 1.75rem;
    }
    .services__price-block {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .services__price-servicesName {
        flex: 0 0 70%;
        font-size: 1rem;
        padding-right: 20px;
    }
    .services__price-servicesCost {
        flex: 0 0 30%;
        font-size: 1.125rem;
    }
    .services__price-servicesCost span {
        font-size: 0.875rem;
        margin-left: 8px;
    }
    .accordion-servicesExamples .card-title {
        font-size: 1rem;
        padding-right: 20px;
    }
    .accordion-servicesExamples .card-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
    }
    .accordion-services .card-title {
        font-size: 1.375rem;
        padding-right: 20px;
    }
    .accordion-services .card__services-list ul > li {
        padding-top: 20px;
        padding-left: 0;
    }
    .accordion-services .card__services-list ul > li:before {
        top: 0;
    }
    .accordion-services .card__services-list ol > li {
        padding-top: 50px;
        padding-left: 0;
    }
    .accordion-services .card__services-list ol > li:before {
        top: 26px;
    }
    .reviews__header {
        padding-top: 124px;
    }
    .reviews__header:before {
        top: -170px;
        right: -220px;
        width: 568px;
        height: 569px;
    }
    .reviews__header-title {
        font-size: 1.75rem;
        text-align: center;
    }
    .blog-fullstory__header:before {
      top: 110px;
      right: -120px;
      width: 218px;
      height: 199px;
    }
    .blog-fullstory__header-date {
      font-size: 1rem;
    }
    .blog-fullstory__header-date:before {
      width: calc(100% - 140px);
    }
    .blog-fullstory__content-image {
      height: calc(250px + 400 * (100vw - 375px) / 575);
    }
    .blog__slider-photo {
      width: calc(345px + 580 * (100vw - 375px) / 575);
    }
    .blog__related-slider.slick-dotted.slick-slider {
      margin-bottom: 0;
    }
    .services__methodology .blog__related-slider.slick-dotted.slick-slider {
      margin-bottom: 0;
    }
    .blog__related-slider .slick-slide {
      width: 348px !important;
    }
    .services__methodology .blog__related-slider .slick-slide {
      width: 348px !important;
    }
    .blog__related-flex {
      width: 348px;
      height: 355px;
      padding: 34px 24px 34px 24px;
    }
    .services__methodology .blog__related-flex {
      width: 348px;
      height: 355px;
      padding: 34px 24px 34px 24px;
    }
    .blog__related-date {
      font-size: 1.125rem;
    }
    .services__methodology .blog__related-date {
      font-size: 1.125rem;
    }
    .blog__related-title {
      font-size: 1.75rem;
      margin-bottom: 22px;
    }
    .services__methodology .blog__related-title {
      font-size: 1.75rem;
      margin-bottom: 22px;
    }
    .blog__related-description {
      font-size: 1rem;
    }
    .services__methodology .blog__related-description {
      font-size: 1rem;
    }
    .blog__related-navigation .slick-dots {
      text-align: left;
    }
    .services__methodology .blog__related-navigation .slick-dots {
      text-align: left;
    }
    .blog__related-arrows {
      display: none;
    }
    .services__methodology .blog__related-arrows {
      display: none;
    }
    .blog-feed__header:before {
      right: -90px;
    }
    .blog-feed__header:after {
      content: none;
    }
    .blog-feed__feed:before {
      right: -140px;
      bottom: -100px;
      width: 229px;
      height: 224px;
    }
    .blog-feed__content {
      padding-right: 20px;
      padding-left: 20px;
    }
    .blog-feed__content-title {
      line-height: 110%;
      -webkit-line-clamp: unset;
      line-clamp: unset;
      overflow: unset;
    }
    .blog-feed__content-description {
      -webkit-line-clamp: unset;
      line-clamp: unset;
      overflow: unset;
    }
    .video-blog__header {
      padding-top: 60px;
      padding-bottom: 40px;
    }
    .video-blog__header-title {
      font-size: 2rem;
    }
    .video-blog__feed {
      padding-bottom: 60px;
    }
    .video-blog__row {
      margin-bottom: 20px;
    }
    .video-blog__col {
      margin-bottom: 20px;
    }
    .video-blog__item {
      height: 400px;
    }
    .video-blog__item .blog__related-flex {
      padding: 30px 20px 30px 20px;
    }
    .video-blog__item .blog__related-title {
      font-size: 1.25rem;
      margin-bottom: 15px;
    }
    .video-blog__item .blog__related-description {
      font-size: 0.938rem;
    }
    .video-blog__item .blog__related-tags {
      font-size: 0.75rem;
      margin-top: 12px;
    }
    .video-blog__pagination {
      margin-top: 40px;
      padding-top: 30px;
    }
}
