@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 700;
    src: local("CormorantGaramond-Bold"), url("/fonts/CormorantGaramond-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "GaramondPremrPro";
    font-style: normal;
    font-weight: 400;
    src: local("GaramondPremrPro"), url("/fonts/GaramondPremrPro.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    src: local("PtSans-Regular"), url("/fonts/PtSans-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    src: local("PtSans-Bold"), url("/fonts/PtSans-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat-Regular"), url("/local/components/bitrix/landing.onestep/templates/one_new/fonts/Montserrat-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat-Medium"), url("/local/components/bitrix/landing.onestep/templates/one_new/fonts/Montserrat-Medium.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat-Bold"), url("/local/components/bitrix/landing.onestep/templates/one_new/fonts/Montserrat-Bold.woff") format("woff");
    font-display: swap;
}

body .form__hidden{
    overflow: visible;
}
.cstm-modal__overlay{
    overflow-y: scroll;
}
/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.97);
    transition: all 0.5s ease;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader__icon {
    margin: auto;
    width: 50px;
    height: 50px;
    animation: rotate 2.5s ease infinite both;
}

@keyframes rotate {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}
/* end preloader */



.error_new_v2{
    position: absolute;
    right: 0;
    color: #dc3232;
    font-size: 10px;
    bottom: 0;
    transform: translateY(80%);
    padding: 4px;
    font-weight: normal;
    z-index: 999;
}
.b-order-form__field{
    position: relative;
}
.red_input:not(.checking) input{
    border: 1px solid #db264c !important;
    background-color: #ffe9ee !important;
}
.hideEl{
    display: none !important;
}
.t_coupon .answer{
    position: relative;
    width: 63%;
}
.t_coupon .answer span{
    position: absolute;
    color: #dc3232;
    font-size: 10px;
    padding: 4px;
    font-weight: normal;
    z-index: 999;
    top: 0;
    left: 0;
}


.modal-new-v-alpha-2 .cstm-modal__header {
    position: absolute;
    right: 0;
    top: 0;
}

.modal-new-v-alpha-2.modal-book-custom .cstm-modal__title {
    padding: 0;
}

.modal-new-v-alpha-2.modal-book-custom .cstm-modal__close {
    font-size: 15px;
}



.cstm-modal__close:hover .cstm-modal__close svg path {
    fill: #333;
}

.modal-new-v-alpha-2.modal-book-custom .cstm-modal__body {
    padding: 0px 0px 20px 0px;
}

.modal-new-v-alpha-2.modal-book-custom .cstm-modal__body img{
    width: 100%;
}

.modal-new-v-alpha-2 .text-custom-book {
    padding: 0 15px;
}

.modal-new-v-alpha-2 .btn-infonew--on_popup_product {
    width: calc(50% - 5px);
    border: none;
}
.alpha-container-btn{
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

@media (max-width: 459px) {
    .alpha-container-btn {
        flex-direction: column;
    }
    .modal-new-v-alpha-2 .btn-infonew--on_popup_product {
        width: 100%;
        margin-bottom: 15px;
    }
    .modal-new-v-alpha-2 .btn-infonew--on_popup_product:last-child {
        margin-bottom: 0;
    }
}


.phone-modal .cstm-modal__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

.phone-modal .cstm-modal__header {
    position: absolute;
    right: 0;
}

.phone-modal .cstm-modal__title {
    padding: 0;
}

.phone-modal .cstm-modal__body {
    padding: 40px 30px 40px 30px;
}

.phone-modal .cstm-modal__body h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #333;
}

.phone-modal .text-modal {
    padding: 0;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}

.phone-modal .input {
    width: 100%;

}

.phone-modal .button {
    margin-bottom: 10px;
    width: 100%;
}

.phone-modal .modal-error-sms {
    margin-bottom: 15px;
    color: #ff0000;
}

.phone-modal .cstm-modal__body p {
    margin-bottom: 15px;
}

.phone-modal .modal-repeat-sms {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
body .phone-modal .modal-error-sms h3{
    font-size: 20px;
}

.cbx_field_appartment{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cbx_field_appartment input{
    height: 15px;
    width: 20px;
}
.error_has{

    position: relative;
}

.error_has input{
    border: 1px solid #db264c !important;
    background-color: #ffe9ee !important;

}

.error_new_v5 {
    display: none;
    position: absolute;
    right: 0;
    color: #dc3232;
    font-size: 10px;
    bottom: 0;
    transform: translateY(80%);
    padding: 4px;
    font-weight: normal;
    z-index: 999;
}
.error_has .error_new_v5{
    display: block;
}
.cbx_field_appartment .b-order-form__label{
    width: 60%;
    margin-left: 3px;
    font-size: 14px;
    font-weight: normal;
}
#apartment_not{
    margin-left: 33%;
}

body .b-order-form-by-steps__fields-wrap #apartment_not{
    margin-left: 33%;
}
body .b-order-form__additional-fields .appartment_red{
    margin-bottom: 0;
}
.b-order-form__field #apartment_not {
    margin-left: 37%;
}
.email_outer .answer_validate_steps{
    margin: 0;
}
.appartment_red.appart_field{
    margin-bottom: 5px !important;
}
.appartment_red.appart_field.error_has{
    margin-bottom: 12px !important;
}
.cbx_field_appartment.many_step{
    margin-bottom: 5px;
}

@media only screen and (max-width: 540px) {
    .appartment_red.cbx_field_appartment {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .appartment_red.cbx_field_appartment #apartment_not {
        margin-left: unset;

    }
    .appartment_red.cbx_field_appartment .b-order-form-by-steps__label{
        margin: 0 0 0 3px;
    }

    .b-order-form__additional-fields .appartment_red.cbx_field_appartment{
        margin-left: 35%;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1279px){
    body .cbx_odn.b-order-form__confirm-wrap label{
        width: max-content;
        margin: 15px auto;
    }
}

.b-order-form-by-steps__main-fields .multi-errors .error_new_v2{
    left: 33%;
    white-space: nowrap;
}
.b-landing-by-steps__columns--js_init .b-order-form-by-steps__main-fields .multi-errors .error_new_v2{
    left: 32%;
    white-space: nowrap;
}

.b-landing-by-steps__columns--js_init .b-order-form-by-steps__additional-fields .multi-errors .error_new_v2{
    left: 32%;
    white-space: nowrap;
}

.about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 800px
}

@media (max-width:1500px) {
    .about__wrap {
        min-height: 400px
    }
}

@media (max-width:1200px) {
    .about__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: auto
    }
}

@media (max-width:1200px) {
    .about__wrap-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.about__wrap-reverse .about__left {
    pointer-events: none
}

.about__left {
    position: relative;
    width: 50%;
    cursor: pointer
}

@media (max-width:1200px) {
    .about__left {
        width: 100%
    }
}

.about__container {
    position: relative;
    width: 100%;
    height: 100%
}

.about__inner {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background: #fdf8ef
}

.about__img-left {
    padding: 0 84px 104px;
    margin-top: -55px
}

@media (max-width:900px) {
    .about__img-left {
        padding: 0 50px 50px;
        margin-top: 0
    }
}

.about__left-title {
    margin-top: 117px;
    margin-bottom: 50px;
    font-family: Cormorant Garamond;
    font-size: 64px;
    font-weight: 700;
    line-height: 140%
}

@media (max-width:900px) {
    .about__left-title {
        margin-top: 80px;
        margin-bottom: 35px;
        font-size: 35px;
        line-height: 120%
    }
}

.about__play {
    z-index: 1;
    width: 100%;
    max-width: 160px;
    text-align: center
}

.about__play .plyr__control--overlaid {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    color: #fdf8ef;
    background-color: #a87f45;
    border: 1px solid #a87f45;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

@media (min-width:901px) {
    .about__play .plyr__control--overlaid {
        --plyr-control-spacing: 9px;
        --plyr-control-icon-size: 16px
    }
}

@media (max-width:900px) {
    .about__play .plyr__control--overlaid {
        --plyr-control-spacing: 9px;
        --plyr-control-icon-size: 16px
    }
}

.about__play .plyr__control--overlaid:after,
.about__play .plyr__control--overlaid:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: 1px solid #a87f45;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about__play .plyr__control--overlaid:before {
    -webkit-animation: scaleBorder 3s ease-out 0s infinite;
    animation: scaleBorder 3s ease-out 0s infinite
}

.about__play .plyr__control--overlaid:after {
    -webkit-animation: scaleBorder 3s ease-out 1s infinite;
    animation: scaleBorder 3s ease-out 1s infinite
}

.about__play .plyr__control--overlaid:hover {
    color: #a87f45;
    background-color: #fdf8ef;
    border: 1px solid #a87f45;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.about__play span {
    display: block;
    max-width: 160px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #4f4f4f
}

@media (max-width:900px) {
    .about__play span {
        font-size: 12px
    }
}

@-webkit-keyframes scaleBorder {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@keyframes scaleBorder {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

.about__bg {
    display: block;
    width: 100%;
    max-width: 791px;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

.about__right {
    position: relative;
    z-index: 1;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding: 80px
}

@media (max-width:1400px) {
    .about__right {
        padding: 40px
    }
}

@media (max-width:1200px) {
    .about__right {
        width: 100%;
        padding: 40px 0
    }
}

.about__content {
    width: 100%;
    max-width: 664px;
    margin-bottom: 64px
}

.about__content:last-child {
    margin-bottom: 0
}

@media (max-width:1200px) {
    .about__content {
        max-width: none;
        padding: 0 18px
    }
}

.about__title {
    margin: 0 0 32px;
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px
}

.about__title b {
    color: #b59858
}

@media (max-width:900px) {
    .about__title {
        margin: 0 0 24px;
        font-size: 28px;
        line-height: 36px
    }

    .about__content {
        padding: 0;
    }

    .about-section .about .container, .professionals-section .container {
        padding: 0;
    }

    .b-popup-by-steps__content .person-slide, .b-popup-by-steps__content .person-slide.swiper-slide {
        padding: 20px 16px;
    }

    .professionals .professionals__wrap {
        min-height: unset;
    }

    .about__content {
        margin-bottom: 40px;
    }

    .about__content p:last-child {
        margin-bottom: 0;
    }

    .professionals__right-title {
        margin-top: 0;
    }
}

.about__text {
    font-size: 20px;
    line-height: 36px
}

@media (max-width:1024px) {
    .about__text {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:640px) {
    .about__text {
        font-size: 16px;
        line-height: 25px
    }
}

.about__text:not(:last-of-type) {
    margin-bottom: 1em
}

.about__img-right {
    width: 100%;
    max-width: 960px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:1200px) {
    .about__img-right {
        max-width: 100%
    }
}

body .about__left-title {
    margin-top: 117px
}

.about__img-left {
    padding: 0 50px 65px;
    margin-top: -50px
}

.about__bg {
    max-height: 431px
}

body .about__breadcrumbs span {
    color: #828282;
    opacity: 1
}

.modal-wrapper--gallery button.button--close:hover svg,
.modal-wrapper--gallery button.button--close svg,
.modal__close svg,
body .modal-wrapper--gallery .button--close:hover svg,
body .modal-wrapper--gallery .button--close svg {
    fill: #fff
}

.advantages-section:before {
    height: 50px;
    margin-top: -2px
}

@media (max-width:1200px) {
    body .about__left-title {
        margin-top: 55px
    }
}

@media (max-width:1024px) {
    .professionals__wrap {
        min-height: auto
    }

    .about__bg {
        max-height: 431px
    }
}

@media (max-width:768px) {
    .about__img-left {
        padding: 0 35px 35px;
        margin-top: -40px
    }

    .person__text-wrap {
        min-height: auto
    }
}

@media (max-width:600px) {
    .pre_certificate__pagination {
        margin-left: 15px;
        text-align: left
    }
}

@media (max-width:540px) {
    .person__pict {
        max-height: 450px;
        -o-object-position: top;
        object-position: top
    }
}

@media (max-width:500px) {
    .about__img-left {
        margin-top: -15px
    }
}

.about__play span {
    font-family: Montserrat
}

.dignities-section {
    position: relative;
    padding: 145px 0;
    overflow: hidden
}

@media (max-width:1024px) {
    .dignities-section {
        padding: 70px 0
    }
}

@media (max-width:768px) {
    .dignities-section {
        padding: 40px 0
    }
}

.dignities-section:before {
    top: 0;
    content: "";
    background-image: url(images/paper-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover
}

.dignites-img,
.dignities-section:before {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.dignites-img {
    top: 50%;
    max-width: 285px;
    max-height: 618px;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dignities__title {
    position: relative;
    z-index: 2;
    font-family: Cormorant Garamond;
    font-size: 168px;
    font-weight: 700;
    line-height: 260px;
    color: #a87f45;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:1366px) {
    .dignities__title {
        font-size: 125px;
        line-height: 230px
    }
}

@media (max-width:1024px) {
    .dignities__title {
        font-size: 80px;
        line-height: 175px
    }
}

@media (max-width:768px) {
    .dignities__title {
        font-size: 60px;
        line-height: 150px
    }
}

@media (max-width:640px) {
    .dignities__title {
        font-size: 35px;
        line-height: 50px
    }
}

.history {
    position: relative;
    margin-bottom: 156px
}

.history__title {
    z-index: 2;
    margin: 0
}

.history__title-img {
    position: absolute;
    top: -46px;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 324px;
    height: 100%;
    max-height: 257px
}

@media (max-width:1366px) {
    .history__title-img {
        top: 35px;
        right: 90px
    }
}

@media (max-width:1024px) {
    .history__title-img {
        right: 0;
        max-width: 274px;
        max-height: 207px
    }
}

@media (max-width:768px) {
    .history__title-img {
        right: 0;
        max-width: 224px;
        max-height: 157px
    }
}

@media (max-width:640px) {
    .history__title-img {
        top: 0;
        max-width: 200px;
        max-height: 125px
    }
}

.dignities__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:640px) {
    .dignities__inner {
        -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
    }
}

@media (max-width:640px) {
    .history__inner {
        margin-top: 100px
    }
}

.history__inner-img {
    position: relative;
    width: 100%;
    max-width: 507px;
    height: 100%;
    max-height: 427px;
    margin-right: 63px
}

@media (max-width:1366px) {
    .history__inner-img {
        max-width: 350px;
        margin-right: 30px
    }
}

@media (max-width:1024px) {
    .history__inner-img {
        max-width: 300px;
        margin-right: 30px
    }
}

@media (max-width:768px) {
    .history__inner-img {
        max-width: 250px;
        margin-right: 30px
    }
}

@media (max-width:640px) {
    .history__inner-img {
        max-width: 225px;
        margin-right: 0
    }
}

.history__inner-img:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 507px;
    height: 100%;
    max-height: 427px;
    pointer-events: none;
    content: "";
    background-image: url(images/history-border.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.history__inner-pict {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 33px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:640px) {
    .history__inner-pict {
        padding: 16px
    }
}

.dignities__inner-text {
    z-index: 4;
    width: 100%;
    max-width: 553px;
    font-family: Cormorant Garamond;
    font-size: 24px;
    line-height: 36px;
    color: #4f4f4f
}

@media (max-width:1024px) {
    .dignities__inner-text {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:640px) {
    .dignities__inner-text {
        font-size: 16px;
        line-height: 25px
    }
}

.quality {
    position: relative;
    margin-bottom: 277px
}

@media (max-width:1024px) {
    .quality {
        margin-bottom: 150px
    }
}

.quality__title-img {
    position: absolute;
    right: 0;
    bottom: 95%;
    z-index: 1;
    width: 100%;
    max-width: 438px;
    height: 100%;
    max-height: 257px
}

@media (max-width:1366px) {
    .quality__title-img {
        bottom: 87%;
        max-width: 375px
    }
}

@media (max-width:1024px) {
    .quality__title-img {
        bottom: 85%;
        max-width: 325px;
        max-height: 197px
    }
}

@media (max-width:768px) {
    .quality__title-img {
        bottom: 85%;
        max-width: 275px;
        max-height: 147px
    }
}

@media (max-width:640px) {
    .quality__title-img {
        bottom: 100%;
        max-width: 200px;
        max-height: 125px
    }
}

@media (max-width:1366px) {
    .quality__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.quality__inner-img {
    z-index: 1;
    margin-top: -100px;
    margin-right: 132px;
    margin-left: 115px
}

@media (max-width:1366px) {
    .quality__inner-img {
        margin-right: 55px;
        margin-left: 55px
    }
}

@media (max-width:1024px) {
    .quality__inner-img {
        margin-right: 30px;
        margin-left: 0
    }
}

@media (max-width:640px) {
    .quality__inner-img {
        margin-top: 0;
        margin-right: 0
    }
}

.quality__inner-pict {
    width: 100%;
    max-width: 324px;
    height: 100%;
    max-height: 282px
}

@media (max-width:640px) {
    .quality__inner-pict {
        max-width: 225px;
        max-height: 200px
    }
}

.authenticity {
    position: relative
}

.authenticity__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.authenticity__title-img {
    position: absolute;
    right: 15%;
    bottom: 80%;
    z-index: 1;
    width: 100%;
    max-width: 245px;
    height: 100%;
    max-height: 364px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:1366px) {
    .authenticity__title-img {
        right: 10%
    }
}

@media (max-width:1024px) {
    .authenticity__title-img {
        max-width: 195px;
        height: 100%;
        max-height: 314px
    }
}

@media (max-width:768px) {
    .authenticity__title-img {
        bottom: 70%;
        max-width: 145px;
        height: 100%;
        max-height: 264px
    }
}

@media (max-width:640px) {
    .authenticity__title-img {
        bottom: 80%
    }
}

.authenticity__title-wrap {
    text-align: right
}

@media (max-width:768px) {
    .authenticity__title-wrap {
        text-align: center
    }
}

.authenticity__img-upper {
    position: absolute;
    top: -75%;
    right: -13%;
    z-index: 1;
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 500px;
    pointer-events: none;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:1700px) {
    .authenticity__img-upper {
        right: 0;
        max-width: 400px
    }
}

@media (max-width:1024px) {
    .authenticity__img-upper {
        top: -65%;
        max-width: 300px
    }
}

@media (max-width:900px) {
    .authenticity__img-upper {
        position: relative;
        top: -30px
    }
}

.authenticity__inner-img {
    margin-top: 101px;
    margin-right: 132px
}

@media (max-width:1366px) {
    .authenticity__inner-img {
        margin-top: 50px;
        margin-right: 65px
    }
}

@media (max-width:1024px) {
    .authenticity__inner-img {
        margin-top: 0;
        margin-right: 30px
    }
}

.authenticity__inner-pict {
    width: 100%;
    max-width: 278px;
    height: 100%;
    max-height: 278px
}

@media (max-width:640px) {
    .authenticity__inner-pict {
        max-width: 225px;
        max-height: 225px
    }
}


.professionals-section {
    position: relative;
    padding: 144px 0
}

.professionals-section h2 {
    margin: 0
}

@media (max-width:1024px) {
    .professionals-section {
        padding: 70px 0
    }
}

@media (max-width:768px) {
    .professionals-section {
        padding: 40px 0
    }
}

.professionals-section:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 780px;
    height: 100%;
    max-height: 558px;
    pointer-events: none;
    content: "";
    background-image: url(images/gerb.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.professionals__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 558px
}

@media (max-width:1024px) {
    .professionals__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.professionals__right {
    width: 100%
}

@media (max-width:1024px) {
    .professionals__right {
        width: 100%
    }
}

.professionals__right-title {
    margin-bottom: 32px;
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #333
}

@media (max-width:900px) {
    .professionals__right-title {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 25px
    }
}

.professionals__right-text {
    max-width: 1221px;
    font-size: 20px;
    line-height: 36px;
    color: #4f4f4f
}

@media (max-width:1024px) {
    .professionals__right-text {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:640px) {
    .professionals__right-text {
        font-size: 16px;
        line-height: 25px
    }
}

.person-section {
    margin-bottom: 152px;
    background-color: #fdf8ef
}

@media (max-width:1024px) {
    .person-section {
        margin-bottom: 40px
    }
}

.person-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .person-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.person__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%
}

.person__left:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 85%;
    height: 100%;
    content: "";
    background-color: #a87f45
}

@media (max-width:1024px) {
    .person__left {
        width: 100%
    }
}

@media (max-width:540px) {
    .person__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.person__img {
    position: relative;
    z-index: 1;
    max-width: 552px;
    max-height: 752px;
    margin-top: 36px
}

@media (max-width:1500px) {
    .person__img {
        max-height: 700px;
        margin-top: 0
    }
}

@media (max-width:540px) {
    .person__img {
        max-height: 435px
    }
}

.person__pict {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -o-object-fit: cover;
    object-fit: cover
}

.person__pict.active {
    position: relative;
    opacity: 1
}

.person__text {
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 3;
    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;
    width: 100%;
    max-width: 812px;
    background-color: #fff
}

@media (max-width:540px) {
    .person__text {
        position: relative;
        bottom: 0
    }
}

.person__text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
    padding: 64px 148px 20px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.person__text-wrap.active {
    position: relative;
    opacity: 1
}

@media (max-width:1500px) {
    .person__text-wrap {
        padding: 50px 75px 20px
    }
}

@media (max-width:1200px) {
    .person__text-wrap {
        padding: 20px 16px
    }
}

.person__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #a87f45
}

.person__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #4f4f4f
}

.person__descr {
    max-width: 512px;
    font-size: 16px;
    line-height: 24px;
    color: #828282
}

.person__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%
}

@media (max-width:1024px) {
    .person__right {
        width: 100%
    }
}

.person-slider {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.person-slider.swiper {
    overflow: hidden
}

.person-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.person-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px
}

.person-slide.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

.person-slider.swiper-fade .swiper-slide {
    pointer-events: none
}

.person-slider.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

@media (max-width:1500px) {
    .person-slide {
        padding: 35px 35px 75px
    }
}

@media (max-width:1024px) {
    .person-slide {
        padding-top: 130px
    }
}

@media (max-width:540px) {
    .person-slide {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.person__descr-right {
    position: relative;
    max-width: 664px;
    margin: 0 auto;
    font-size: 20px;
    font-style: italic;
    line-height: 36px;
    color: #333
}

@media (max-width:1024px) {
    .person__descr-right {
        font-size: 16px;
        line-height: 30px
    }
}

.descr__img {
    position: absolute;
    top: -10px;
    left: -60px;
    z-index: 3;
    opacity: .2
}

@media (max-width:1500px) {
    .descr__img {
        left: -30px
    }
}

.person__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media (max-width:1024px) {
    .person__footer {
        position: relative
    }
}

.person__navigation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 146px
}

.person-button {
    width: 73px;
    height: 73px;
    padding: 0;
    background-color: #fff;
    border: transparent;
    -webkit-transition: .3s;
    transition: .3s
}

.person-button:hover {
    border: 1px solid #000
}

.person-button svg {
    width: 100%;
    max-width: 30px;
    height: 100%;
    max-height: 30px
}

@media (max-width:540px) {
    .person-button {
        width: 50px;
        height: 50px
    }
}

.person-button-icon--prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.personal_wrapper .sale-personal-section-index-block-link {
    background-color: #fff
}

.orders_wrapper .row div.sale-order-list-inner-container *,
.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12>a,
.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-title,
.personal_wrapper .orders_wrapper .sale-order-title {
    font-family: PT Sans
}

@media (max-width:768px) {
    .about__img-left {
        padding: 0 35px 35px;
        margin-top: -7px
    }

    .person__text-wrap {
        min-height: auto
    }
}

@media (max-width:600px) {
    .pre_certificate__pagination {
        margin-left: 15px;
        text-align: left
    }
}

@media (max-width:540px) {
    .person__pict {
        max-height: 450px;
        -o-object-position: top;
        object-position: top
    }
}

.personal__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px
}

@media (max-width: 1200px) {
    .personal__wrap {
        padding-bottom: 20px
    }
}

.personal__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 245px;
    flex: 0 0 245px;
    width: 100%;
    margin-right: 40px
}

@media (max-width: 940px) {
    .personal__left {
        display: none
    }
}

.personal__aside .aside-menu {
    margin-bottom: 40px
}

.personal__aside .aside-menu__item {
    position: relative
}

.personal__aside li.aside-menu__item:before {
    position: absolute;
    display: block !important;
    margin: 0;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    visibility: hidden;
    content: "";
    background-color: #231f20;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.personal__aside li.aside-menu__item:hover:before {
    background-color: #a87f45;
    visibility: visible;
    opacity: 1
}

.personal__aside .aside-menu__item:hover .aside-menu__link {
    color: #a87f45
}

.personal__aside .aside-menu__item.active:before {
    visibility: visible;
    opacity: 1
}

.personal__aside .aside-menu__item.active .aside-menu__link {
    font-weight: 700;
    opacity: 1
}

.personal__aside .aside-menu__link {
    -webkit-transition: color .3s;
    transition: color .3s
}

.personal__aside .aside-menu__link svg {
    width: 1em;
    height: 1em;
    font-size: 16px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.personal .aside-menu--bottom .aside-menu__icon {
    -webkit-transform: none;
    transform: none
}

.personal .aside-menu--bottom .aside-menu__item:before {
    content: none
}

.personal .aside-menu--bottom .aside-menu__item:hover .aside-menu__link {
    color: #333
}

#modal-player {
    z-index: 1000;
    padding: 20px;
    background-color: rgba(0, 0, 0, .65);
}

#modal-player .modal {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

#modal-player .modal__wrap,
#modal-player .modal__body,
#modal-player .modal-player {
    width: 100%;
}

#modal-player .modal-player {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    border-radius: 4px;
}

#modal-player .plyr__video-embed,
#modal-player video {
    display: block;
    width: 100%;
    background: #000;
}

#modal-player .plyr__video-embed {
    position: relative;
    aspect-ratio: 16 / 9;
}

#modal-player .plyr__video-embed iframe,
#modal-player .plyr__video-embed video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#modal-player .modal__close {
    top: 16px;
    right: 16px;
    z-index: 2;
}

@media (max-width: 768px) {
    #modal-player {
        padding: 12px;
    }

    #modal-player .modal__close {
        top: 8px;
        right: 8px;
    }
}

.drawer-wrapper .about-section .container,
.drawer-wrapper .dignities-section .container,
.drawer-wrapper .professionals-section .container,
.drawer-wrapper .person-section .container {
    max-width: none;
    padding: 0 24px;
}

.drawer-wrapper .about__wrap {
    min-height: 560px;
}

.drawer-wrapper .about__left-title {
    margin-top: 72px;
    margin-bottom: 32px;
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    line-height: 1.2;
}

.drawer-wrapper .about__img-left {
    padding: 0 32px 48px;
    margin-top: -24px;
}

.drawer-wrapper .about__bg {
    max-height: 340px;
}

.drawer-wrapper .about__right {
    padding: 48px 32px;
}

.drawer-wrapper .about__content {
    margin-bottom: 0;
}

.drawer-wrapper .about__content:not(:last-child) {
    margin-bottom: 40px;
}

#about-company.drawer-wrapper .about__right {
    padding: 40px 0;
}

#about-company.drawer-wrapper .about__content {
    padding: 0;
}

.drawer-wrapper .about-section .container {
    padding: 0 !important;
}

.drawer-wrapper .about__title {
    margin-bottom: 24px;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    line-height: 1.2;
}

.drawer-wrapper .about__text {
    font-size: 18px;
    line-height: 1.65;
}

.drawer-wrapper .about__play span {
    font-family: "Montserrat", sans-serif;
}

.drawer-wrapper .dignities-section {
    padding: 96px 0 72px;
}

.drawer-wrapper .dignities-section:before {
    background-attachment: scroll;
}

.drawer-wrapper .dignities__title {
    font-family: "Cormorant Garamond", serif;
    font-size: 92px;
    line-height: 1.05;
}

.drawer-wrapper .history {
    margin-bottom: 96px;
}

.drawer-wrapper .quality {
    margin-bottom: 120px;
}

.drawer-wrapper .history__title-img {
    top: 24px;
    right: 12px;
    max-width: 220px;
    max-height: 170px;
}

.drawer-wrapper .quality__title-img {
    right: 0;
    bottom: 82%;
    max-width: 270px;
    max-height: 170px;
}

.drawer-wrapper .dignities__inner {
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.drawer-wrapper .history__inner-img {
    flex: 0 0 290px;
    max-width: 290px;
    margin-right: 0;
}

.drawer-wrapper .history__inner-pict {
    padding: 20px;
}

.drawer-wrapper .quality__inner-img {
    flex: 0 0 250px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.drawer-wrapper .quality__inner-pict {
    max-width: 250px;
    max-height: 220px;
}

.drawer-wrapper .dignities__inner-text {
    max-width: 430px;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    line-height: 1.5;
}

.drawer-wrapper .authenticity__title-wrap {
    padding-top: 72px;
}

.drawer-wrapper .authenticity__title-img {
    right: 8%;
    bottom: 78%;
    max-width: 165px;
    max-height: 250px;
}

.drawer-wrapper .authenticity__img-upper {
    top: -36%;
    right: 0;
    max-width: 240px;
    max-height: 240px;
}

.drawer-wrapper .authenticity__inner {
    align-items: center;
    gap: 28px;
}

.drawer-wrapper .authenticity__inner-img {
    flex: 0 0 220px;
    margin-top: 0;
    margin-right: 0;
}

.drawer-wrapper .authenticity__inner-pict {
    max-width: 220px;
    max-height: 220px;
}

.drawer-wrapper .professionals-section {
    padding: 96px 0 72px;
}

.drawer-wrapper .professionals__wrap {
    min-height: auto;
}

.drawer-wrapper .professionals__right-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    line-height: 1.2;
}

.drawer-wrapper .professionals__right-text {
    max-width: none;
    font-size: 18px;
    line-height: 1.65;
}

.drawer-wrapper .person-section {
    margin-bottom: 72px;
}

.drawer-wrapper .person-wrap {
    flex-direction: column;
}

.drawer-wrapper .person__left,
.drawer-wrapper .person__right {
    width: 100%;
}

.drawer-wrapper .person__img {
    max-width: 420px;
    margin: 0 auto;
}

.drawer-wrapper .person__text {
    position: relative;
    bottom: 0;
    max-width: 640px;
    margin-top: -56px;
}

.drawer-wrapper .person__text-wrap {
    min-height: auto;
    padding: 28px 32px;
}

.drawer-wrapper .person-slide {
    padding: 96px 32px 32px;
}

.drawer-wrapper .person-slider .swiper-wrapper {
    align-items: stretch;
}

.drawer-wrapper .person-slide.swiper-slide {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}

.drawer-wrapper .person__descr-right {
    width: 100%;
    max-width: none;
    font-size: 18px;
    line-height: 1.65;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.drawer-wrapper .descr__img {
    left: -18px;
}

.drawer-wrapper .person__footer {
    position: relative;
}

#modal-player {
    z-index: 2222222222222222222222222222222;
}

@media (max-width: 900px) {
    .drawer-wrapper .about__wrap,
    .drawer-wrapper .about__wrap-reverse,
    .drawer-wrapper .dignities__inner,
    .drawer-wrapper .authenticity__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .drawer-wrapper .about__left,
    .drawer-wrapper .about__right {
        width: 100%;
    }

    .drawer-wrapper .about__wrap {
        min-height: auto;
    }

    .drawer-wrapper .about__right {
        padding: 32px 0;
    }

    .drawer-wrapper .dignities__title {
        font-size: 62px;
    }

    .drawer-wrapper .history__inner,
    .drawer-wrapper .quality__inner,
    .drawer-wrapper .authenticity__inner {
        gap: 20px;
    }

    .drawer-wrapper .quality__title-img {
        bottom: 88%;
    }

    .drawer-wrapper .authenticity__title-wrap {
        width: 100%;
        padding-top: 24px;
        text-align: center;
    }

    .drawer-wrapper .authenticity__img-upper {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        margin: 0 auto 12px;
    }

    .drawer-wrapper .person__text {
        margin-top: 0;
    }

    .drawer-wrapper .person-slide {
        padding: 32px 24px 24px;
    }
}

@media (max-width: 640px) {
    .drawer-wrapper .about-section .container,
    .drawer-wrapper .dignities-section .container,
    .drawer-wrapper .professionals-section .container,
    .drawer-wrapper .person-section .container {
        padding: 0 16px;
    }

    .drawer-wrapper .about__left-title {
        margin-top: 48px;
        font-size: 34px;
    }

    .drawer-wrapper .about__img-left {
        padding: 0 16px 24px;
        margin-top: 0;
    }

    .drawer-wrapper .about__title,
    .drawer-wrapper .professionals__right-title {
        font-size: 28px;
    }

    .drawer-wrapper .about__text,
    .drawer-wrapper .professionals__right-text,
    .drawer-wrapper .person__descr-right {
        font-size: 16px;
        line-height: 1.56;
    }

    .drawer-wrapper .dignities-section {
        padding: 56px 0 40px;
    }

    .drawer-wrapper .dignities__title {
        font-size: 38px;
        line-height: 1.2;
    }

    .drawer-wrapper .authenticity__title {
        font-size: 30px;
        line-height: 1.05;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .drawer-wrapper .authenticity__title-wrap {
        padding-top: 12px;
    }

    .drawer-wrapper .history,
    .drawer-wrapper .quality {
        margin-bottom: 72px;
    }

    .drawer-wrapper .history__title-img,
    .drawer-wrapper .quality__title-img,
    .drawer-wrapper .authenticity__title-img {
        max-width: 120px;
        max-height: 120px;
    }

    .drawer-wrapper .history__inner-img,
    .drawer-wrapper .quality__inner-img,
    .drawer-wrapper .authenticity__inner-img {
        flex-basis: auto;
        max-width: 220px;
    }

    .drawer-wrapper .dignities__inner-text {
        font-size: 16px;
        line-height: 1.56;
    }

    .drawer-wrapper .person__text-wrap {
        padding: 24px 16px;
    }

    .drawer-wrapper .person-slide {
        padding: 24px 16px;
    }

    .drawer-wrapper .person__descr-right {
        padding: 0;
    }
}

