.container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mssg-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.mssg-container.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mssg-container.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mssg-container.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mssg-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #929292;
    width: 32px;
    height: 32px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.mssg-link:hover {
    background: #4a4949;
}
.mssg-link:hover svg {
    fill: #fff;
}
.mssg-link.tg svg,
.mssg-link.vk svg {
    width: 16px;
    height: 16px;
}
.mssg-link.color {
    border: none;
}
.mssg-link.color.vk {
    background: #07f;
}
.mssg-link.color.vk:hover {
    background: #3996ff;
}
.mssg-link.color.whatsapp {
    background: #2c9e10;
}
.mssg-link.color.whatsapp:hover {
    background: #26bf00;
}
.mssg-link.color.tg {
    background: #4599c6;
}
.mssg-link.color.tg:hover {
    background: #6bb9e3;
}
.mssg-link.color.max {
    border: none;
    background: -o-radial-gradient(circle, #3c44ec, #4160fc);
    background: radial-gradient(circle, #3c44ec, #4160fc);
}
.mssg-link.color.max:hover:after {
    opacity: 0;
}
.mssg-link.color.max:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #a35cdc), to(rgba(163, 92, 220, 0))),
        radial-gradient(circle at 20% 120%, #3dc0fc, rgba(61, 192, 252, 0));
    background: -o-linear-gradient(right, #a35cdc 0, rgba(163, 92, 220, 0) 100%),
        -o-radial-gradient(20% 120%, circle, #3dc0fc, rgba(61, 192, 252, 0));
    background: linear-gradient(-90deg, #a35cdc 0, rgba(163, 92, 220, 0) 100%),
        radial-gradient(circle at 20% 120%, #3dc0fc, rgba(61, 192, 252, 0));
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.mssg-link.color svg {
    fill: #fff;
}
.mssg-link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    fill: #4a4949;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.btn-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #4a4949;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.btn-1:hover {
    background: #242424;
}
.btn-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    background: 0 0;
    border: 1px solid #4a4949;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #4a4949;
    font-weight: 500;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.btn-2:hover {
    background: #4a4949;
    color: #fff;
}
.btn-2:hover svg {
    fill: #fff;
}
.btn-2 svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: #4a4949;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.input-block {
    width: 100%;
    height: 50px;
    display: block;
    background: #fff;
    border: 1px solid #d9d7d4;
    border-radius: 6px;
    padding-left: 15px;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
}
.input-block::-webkit-input-placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.input-block::-moz-placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.input-block:-ms-input-placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.input-block::-ms-input-placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.input-block::placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.input-block.subject {
    display: none !important;
}
.textarea-block {
    width: 100%;
    height: 140px;
    display: block;
    resize: none;
    background: #fff;
    border: 1px solid #d9d7d4;
    border-radius: 6px;
    padding: 15px;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
}
.textarea-block::-webkit-input-placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.textarea-block::-moz-placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.textarea-block:-ms-input-placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.textarea-block::-ms-input-placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.textarea-block::placeholder {
    color: #7d7a78;
    font-weight: 400;
}
.checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
}
.checkbox-container.checked .ico svg {
    opacity: 1;
}
.checkbox-container .wpcf7-form-control-wrap {
    display: none !important;
}
.checkbox-container .ico {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #d7dbda;
    cursor: pointer;
}
.checkbox-container .ico svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px;
    height: 10px;
    fill: transparent;
    stroke: #4a4a4a;
    stroke-width: 3;
    opacity: 0;
}
.checkbox-container .text {
    width: 100%;
    color: #7d7a78;
    line-height: 1.4;
    font-size: 14px;
}
.checkbox-container .text a {
    color: #7d7a78;
    text-underline-offset: 3px;
    text-decoration: underline;
}
.checkbox-container .text a:hover {
    text-decoration: none;
}
.title-1.center p {
    text-align: center;
}
.title-1 p {
    font-family: Moniqa_NarrowHeading400;
    color: #4a4a4a;
    font-size: 72px;
    line-height: 1;
}
.subtitle-1 {
    width: 100%;
    max-width: 800px;
    margin-top: 10px;
}
.subtitle-1.center {
    margin: 10px auto 0;
}
.subtitle-1.center p {
    text-align: center;
}
.subtitle-1 p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.4;
}
.toptitle-1 {
    width: 100%;
    max-width: 800px;
    margin-bottom: 5px;
}
.toptitle-1.center {
    margin: 0 auto 12px;
}
.toptitle-1.center p {
    text-align: center;
}
.toptitle-1.uppercase p {
    text-transform: uppercase;
}
.toptitle-1 p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.4;
}
.contre-indications {
    margin-top: 45px;
}
.contre-indications p {
    font-family: BebasNeue300;
    font-size: 38px;
    text-transform: uppercase;
    color: #7d7a78;
    text-align: center;
}
.arrow-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4a4949;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.arrow-1.next svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.arrow-1:hover {
    opacity: 0.8;
}
.arrow-1 svg {
    width: 12px;
    height: 12px;
    fill: #4a4949;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.content-container p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.5;
    margin-bottom: 20px;
}
.content-container strong {
    font-weight: 700;
}
.content-container img {
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 16px;
}
.content-container a {
    color: #4a4a4a;
    text-underline-offset: 4px;
    text-decoration: underline;
}
.content-container a:hover {
    text-decoration: none;
}
.content-container .block-content {
    padding-top: 20px;
    padding-bottom: 40px;
}
.content-container .block-content img,
.content-container .block-content p {
    margin: 0;
}
.content-container .block-content .title-block-1 {
    font-size: 30px;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 1.2;
    margin-bottom: 25px;
}
.content-container .block-content .title-block-1.nomb {
    margin-bottom: 0;
}
.content-container .block-content .title-block-2 {
    font-family: Moniqa_NarrowHeading400;
    font-size: 72px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 1;
    margin-bottom: 25px;
}
.content-container .block-content .subtitle-block-1 {
    font-size: 18px;
    color: #7d7a78;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 25px;
}
.content-container .block-listmarker.w100 ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.content-container .block-listmarker.ico-done ul li:before {
    background-image: url(../../img/block-listmarker-ico-2.svg);
}
.content-container .block-listmarker.ico-attantion ul li:before {
    background-image: url(../../img/block-listmarker-ico-3.svg);
}
.content-container .block-listmarker ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.content-container .block-listmarker ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 20px 45px;
    color: #474747;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
}
.content-container .block-listmarker ul li:last-child {
    margin-bottom: 0;
}
.content-container .block-listmarker ul li:before {
    content: "";
    background-image: url(../../img/block-listmarker-ico-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 28px;
    height: 28px;
}
.content-container .block-listmarker .col_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.content-container .block-listmarker .col_box .col {
    width: 50%;
    border-right: 1px solid #d9d7d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-container .block-listmarker .col_box .col:nth-child(odd) {
    padding-right: 30px;
}
.content-container .block-listmarker .col_box .col:nth-child(even) {
    border-right: none;
    padding-left: 30px;
}
.content-container .block-listmarker .col_box .col .title {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.content-container .block-listmarker .col_box .col ul {
    margin-top: 15px;
}
.content-container .block-price .table .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d7d4;
    padding: 12px 0;
}
.content-container .block-price .table .row:last-child {
    border-bottom: none;
}
.content-container .block-price .table .row .item {
    font-size: 20px;
    color: #474747;
    line-height: 1.5;
    font-weight: 500;
}
.content-container .block-price .table .row .item:nth-child(2) {
    font-weight: 600;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.content-container .block-bulletimage.n3 .list_box .item {
    width: calc(100% / 3 - 20px * 2 / 3);
}
.content-container .block-bulletimage .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.content-container .block-bulletimage .list_box .item {
    width: calc(100% / 4 - 20px * 3 / 4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-container .block-bulletimage .list_box .item .image {
    width: 100%;
    max-width: 170px;
    aspect-ratio: 0.693;
    margin: 0 auto;
    position: relative;
}
.content-container .block-bulletimage .list_box .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.content-container .block-bulletimage .list_box .item .image .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4a4949;
    font-size: 20px;
    color: #b0aca9;
    font-weight: 600;
}
.content-container .block-bulletimage .list_box .item .text {
    font-size: 16px;
    color: #474747;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 15px;
}
.content-container .block-video .video_block {
    max-width: 360px;
    height: 670px;
}
.content-container .block-video .video_block .video-block {
    width: 100%;
    height: 100%;
}
.content-container .block-faqs .faqs_box .item {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d7d4;
}
.content-container .block-faqs .faqs_box .item:last-child {
    border-bottom: none;
}
.content-container .block-faqs .faqs_box .item.active .head div:after {
    opacity: 0;
}
.content-container .block-faqs .faqs_box .item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
    cursor: pointer;
}
.content-container .block-faqs .faqs_box .item .head p {
    font-size: 20px;
    color: #474747;
    line-height: 1.4;
    font-weight: 500;
}
.content-container .block-faqs .faqs_box .item .head div {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #474747;
}
.content-container .block-faqs .faqs_box .item .head div:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    width: 14px;
    height: 2px;
    background: #474747;
}
.content-container .block-faqs .faqs_box .item .head div:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -1px;
    width: 2px;
    height: 14px;
    background: #474747;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.content-container .block-faqs .faqs_box .item .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.content-container .block-faqs .faqs_box .item .text .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.content-container .block-faqs .faqs_box .item .text .wrapper p {
    font-size: 16px;
    color: #7d7a78;
    line-height: 1.5;
    font-weight: 500;
}
.content-container .block-form .form_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
    background: #eff2f1;
    padding: 32px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-container .block-form .form_container .content_box {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content-container .block-form .form_container .content_box .wrapper {
    height: 100%;
}
.content-container .block-form .form_container .content_box .wrapper .title-block-2 {
    font-size: 56px;
}
.content-container .block-form .form_container .content_box .btn_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.content-container .block-form .form_container .content_box .btn_box .btn {
    width: 100%;
    height: 54px;
}
.content-container .block-form .form_container .content_box .btn_box .btn.btn_2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 226px;
}
.content-container .block-form .form_container .form_box {
    width: 100%;
}
.content-container .block-form .form_container .form_box .form-container .politic {
    margin-top: 20px;
}
.content-container .block-gallery .gallery_box {
    width: calc(100% + 20px);
    margin-left: -10px;
}
.dots-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.dots-container li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.dots-container li.slick-active {
    background: #fff;
}
.dots-container li button {
    display: none;
}
.section-pad {
    padding: 90px 0;
}
.wrapper-pad {
    margin-top: 40px;
}
.services-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.services-container .item {
    width: calc(100% / 2 - 20px / 2);
}
.service-snippet {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: #fff;
    -webkit-box-shadow: 0 8px 30px rgba(199, 175, 187, 0.2);
    box-shadow: 0 8px 30px rgba(199, 175, 187, 0.2);
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.service-snippet .content_box {
    position: relative;
    z-index: 2;
    width: 70%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 35px;
    padding-right: 0;
}
.service-snippet .content_box p {
    font-size: 40px;
    color: #474747;
    font-family: Moniqa_NarrowHeading400;
    line-height: 1.2;
}
.service-snippet .content_box ul {
    margin-top: 12px;
}
.service-snippet .content_box ul li {
    display: block;
    margin-bottom: 5px;
}
.service-snippet .content_box ul li:last-child {
    margin-bottom: 0;
}
.service-snippet .content_box ul li a {
    display: block;
    font-size: 15px;
    color: #474747;
    line-height: 1.4;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.service-snippet .content_box ul li a:hover {
    opacity: 0.7;
}
.service-snippet .image_box {
    width: calc(30% + 190px);
    margin-left: -190px;
    position: relative;
}
.service-snippet .image_box div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service-snippet .image_box div img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
}
.promo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.promo-container .item {
    width: calc(100% / 2 - 20px / 2);
}
.promo-snippet {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: #fff;
    -webkit-box-shadow: 0 8px 30px rgba(199, 175, 187, 0.2);
    box-shadow: 0 8px 30px rgba(199, 175, 187, 0.2);
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.promo-snippet:hover {
    -webkit-box-shadow: 0 8px 30px rgba(199, 175, 187, 0.5);
    box-shadow: 0 8px 30px rgba(199, 175, 187, 0.5);
}
.promo-snippet .link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.promo-snippet .content_box {
    position: relative;
    z-index: 1;
    width: 70%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 35px;
    padding-right: 0;
}
.promo-snippet .content_box p:nth-child(1) {
    font-size: 40px;
    color: #474747;
    font-family: Moniqa_NarrowHeading400;
    line-height: 1.2;
}
.promo-snippet .content_box p:nth-child(2) {
    width: calc(100% - 190px);
    font-size: 15px;
    color: #474747;
    line-height: 1.4;
}
.promo-snippet .image_box {
    width: calc(30% + 190px);
    margin-left: -190px;
    position: relative;
}
.promo-snippet .image_box div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.promo-snippet .image_box div img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
}
.video-block {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 1.72;
    position: relative;
    cursor: pointer;
}
.video-block .play {
    background: rgba(0, 0, 0, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
.video-block .play svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    fill: #fff;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}
.video-block iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.gallery-container1 {
    position: relative;
}
.gallery-container1 .arrow_box .arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
}
.gallery-container1 .arrow_box .arrow.prev {
    left: calc(-40px - 25px);
}
.gallery-container1 .arrow_box .arrow.next {
    right: calc(-40px - 25px);
}
.gallery-container1 .slider .slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
}
.gallery-container1 .slider .slide .block {
    display: block;
    aspect-ratio: 1.65;
    border-radius: 8px;
    overflow: hidden;
}
.gallery-container1 .slider .slide .block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.team-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.team-container .item {
    width: calc(100% / 2 - 20px / 2);
}
.team-snippet {
    width: 100%;
    height: 100%;
    min-height: 305px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 16px;
    background: #fff;
    -webkit-box-shadow: 0 8px 30px rgba(199, 175, 187, 0.2);
    box-shadow: 0 8px 30px rgba(199, 175, 187, 0.2);
    overflow: hidden;
    position: relative;
}
.team-snippet:hover .content .btn {
    background: #4a4949;
    color: #fff;
}
.team-snippet .link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.team-snippet .photo {
    width: 50%;
    position: relative;
}
.team-snippet .photo div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team-snippet .photo div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.team-snippet .content {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
}
.team-snippet .content .wrapper {
    width: 100%;
    height: 100%;
}
.team-snippet .content .wrapper .name {
    font-size: 40px;
    color: #474747;
    line-height: 1.2;
    font-family: Moniqa_NarrowHeading400;
}
.team-snippet .content .wrapper .text {
    margin-top: 10px;
    font-size: 15px;
    color: #474747;
    line-height: 1.6;
}
.team-snippet .content .wrapper .text strong {
    font-weight: 600;
}
.team-snippet .content .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 10px;
    width: 100%;
    height: 54px;
}
.form-container span {
    width: 100%;
}
.form-container .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}
.form-container .input-block,
.form-container .textarea-block {
    margin-bottom: 20px;
}
.form-container .btn {
    width: 100%;
    height: 54px;
    margin-top: 20px;
}
.form-container .wpcf7-response-output {
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 15px 20px !important;
    border: none !important;
    background: #ffb900;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}
.form-container .wpcf7-not-valid-tip {
    display: block;
    margin-top: -14px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #e05a5a;
}
.breadcrumbs {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 20px 0;
    overflow: hidden;
    overflow-x: auto;
}
.breadcrumbs ul {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs ul li:last-child:after {
    display: none;
}
.breadcrumbs ul li:last-child a {
    pointer-events: none;
    color: #bababa;
}
.breadcrumbs ul li:after {
    content: "/";
    display: block;
    margin: 0 10px;
    font-size: 14px;
    color: #7d7a78;
    line-height: 1;
}
.breadcrumbs ul li a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    color: #7d7a78;
    line-height: 1;
    text-underline-offset: 3px;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
}
.page-title h1 {
    font-family: Moniqa_NarrowHeading400;
    font-weight: 400;
    font-size: 72px;
    color: #4a4a4a;
    line-height: 1;
}
.page-subtitle {
    margin-top: 15px;
}
.page-subtitle p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.5;
}
.main-container {
    padding-bottom: 70px;
    background: #fbf7f9;
}
.main-container .wrapper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.main-container .wrapper-container .sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
    margin-right: 30px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
}
.main-container .wrapper-container .sidebar .item {
    border-bottom: 1px solid #eff2f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-container .wrapper-container .sidebar .item.active .cat span:after,
.main-container .wrapper-container .sidebar .item.current .cat span:after {
    opacity: 0;
}
.main-container .wrapper-container .sidebar .item.current .list {
    height: auto;
}
.main-container .wrapper-container .sidebar .item:last-child {
    border-bottom: none;
}
.main-container .wrapper-container .sidebar .item .cat {
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #474747;
    cursor: pointer;
}
.main-container .wrapper-container .sidebar .item .cat span {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    position: relative;
}
.main-container .wrapper-container .sidebar .item .cat span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    background: #4a4a4a;
}
.main-container .wrapper-container .sidebar .item .cat span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -1px;
    width: 2px;
    height: 12px;
    background: #4a4a4a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main-container .wrapper-container .sidebar .item .list {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main-container .wrapper-container .sidebar .item .list ul {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 15px;
}
.main-container .wrapper-container .sidebar .item .list ul li {
    margin-bottom: 20px;
}
.main-container .wrapper-container .sidebar .item .list ul li:last-child {
    margin-bottom: 0;
}
.main-container .wrapper-container .sidebar .item .list ul li.current a {
    border-left: 3px solid #4a4949;
    font-weight: 700;
    padding-left: 27px;
}
.main-container .wrapper-container .sidebar .item .list ul li a {
    font-size: 16px;
    color: #474747;
    line-height: 1.2;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.main-container .wrapper-container .sidebar .item .list ul li a:hover {
    color: #000;
}
.main-container .wrapper-container .content-wrapper {
    width: calc(100% - 300px - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-container .wrapper-container .content-wrapper .content_box {
    margin-top: 40px;
}
.main-container .wrapper-container .content-wrapper .content_box .content-container .block-content {
    padding-bottom: 0;
}
.main-container .wrapper-container .content-wrapper .team-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
}
.main-container .wrapper-container .content-wrapper .team-card .image {
    width: 300px;
    min-height: 400px;
    max-height: 550px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
}
.main-container .wrapper-container .content-wrapper .team-card .image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-container .wrapper-container .content-wrapper .team-card .image div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-container .wrapper-container .content-wrapper .team-card .content .page-title h1 {
    font-size: 56px;
}
.main-container .wrapper-container .content-wrapper .team-card .content .characteristics {
    margin-top: 20px;
}
.main-container .wrapper-container .content-wrapper .team-card .content .characteristics .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
}
.main-container .wrapper-container .content-wrapper .team-card .content .characteristics .item:last-child {
    margin-bottom: 0;
}
.main-container .wrapper-container .content-wrapper .team-card .content .characteristics .item div {
    font-size: 16px;
    color: #474747;
    line-height: 1.5;
}
.main-container .wrapper-container .content-wrapper .team-card .content .characteristics .item div:nth-child(1) {
    width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
}
.meta-gallery{
	padding: 30px 0;
    max-width: 550px;
}
.meta-gallery .slider_main{
	position: relative;
}
.meta-gallery .slider_main .arrow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fbf7f9;
	cursor: pointer;
}
.meta-gallery .slider_main .arrow:before{
	content:"\f104";
	font-family: FontAwesome;
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1;
}
.meta-gallery .slider_main .arrow.prev{
	left: 20px;
}
.meta-gallery .slider_main .arrow.next{
	right: 20px;
}
.meta-gallery .slider_main .arrow.next:before{
	content:"\f105";
}
.meta-gallery .slider_main .slider{
	overflow: hidden;
	border-radius: 15px;
}
.meta-gallery .slider_main .slider .slide{
	display: block;
	position: relative;
}
.meta-gallery .slider_main .slider .slide span{
	position: absolute;
	bottom: 25px;
	right: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fbf7f9;
	border-radius: 15px;
	padding: 5px 10px;
	color: #474747;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
}
.meta-gallery .slider_main .slider .slide img{
	width: 100%;
	margin-bottom: 0;
	border-radius: 0;
}
.meta-gallery .slider_dots{
	position: relative;
	margin-top: 10px;
}
.meta-gallery .slider_dots .slider{
	width: calc(100% + 10px);
	margin-left: -5px;
}
.meta-gallery .slider_dots .slider.no-transform .slick-track{
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
}
.meta-gallery .slider_dots .slider .slick-track{
	margin: 0;
}
.meta-gallery .slider_dots .slider .slide{
	display: block;
	position: relative;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.meta-gallery .slider_dots .slider .slide.slick-current{
	opacity: 0.5;
}
.meta-gallery .slider_dots .slider .slide img{
	width: 100%;
	border-radius: 15px;
	margin-bottom: 0;
}