@font-face {
    font-family: 'PT_Serif';
    src: url('/design/images/new_romantika_images/img_for_design/fonts/PT_Serif.ttf')  format('truetype')
}
.lg__wrapp {
    padding: 20px 0;
}
.lg__main-logo {
    max-width: 240px;
    object-fit: contain;
}
.lg__top-header {
    padding: 0 45px;
    display: grid;
    grid-template-columns: 240px auto;
    grid-column-gap: 70px;
    margin-bottom: 60px;
}
.top-header__menu_container {
    display: flex;
}
.top-header__menu-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}
.top-header__menu-link {
    color: #000;
    font-family: 'PT_Serif';
    font-size: 20px;
    border-bottom: 2px solid transparent;
}
.top-header__menu-link:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #902889;
}
.lg__main-objective_container {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 100px;
}
.main-objective__left-side {
    display: grid;
    justify-self: end;
    grid-template-rows: minmax(auto, 370px) 60px;
}
.main-objective__left-side_img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-objective__right-side {
    display: grid;
    grid-template-rows: minmax(auto, 370px) 60px;
    text-align: center;
    background: linear-gradient(180deg, #722A82 0%, #69297F 100%);
}
.main-objective__right-side_description-container {
    padding: 30px 60px 0 40px;
}
.main-objective__left-side_btn-container {
    display: grid;
}
.main-objective__left-side_link {
    display: grid;
    width: 240px;
    height: 60px;
    justify-self: end;
    text-align: center;
    background: linear-gradient(180deg, #97288B -23.23%, #842889 100%);
    color: #FFFFFF;
    font-family: 'PT_Serif';
    font-size: 20px;
}
.main-objective__left-side_link:hover {
    color: #fff;
    text-decoration: none;
}
.main-objective__left-side_link span {
    align-self: center;
}
.main-objective__left-side_link.disabled {
    opacity: .4;
    cursor: no-drop;
}
.main-objective__right-side_btn-container .main-objective__left-side_link {
    width: 60px;
    background: #fff;
}
.main-objective__right-side_link-img {
    margin: auto;
    max-width: 40px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.experts__img-list {
    max-width: 600px;
    margin: auto;
    padding: 0;
}
.lg__paragraph {
    color: #fff;
    font-size: 18px;
    font-family: 'PT_Serif';
}
.lg__header {
    color: #fff;
    font-size: 32px;
    margin-bottom: 40px;
    font-family: 'PT_Serif';
}
.lg__section-header {
    text-align: center;
    padding-bottom: 10px;
    background: url(/design/images/actions/2019/lubov_na_grani/lg__dev-line.svg) no-repeat;
    background-size: auto;
    background-position: bottom center;
    font-family: 'PT_Serif';
}
.lg__experts_container {
    position: relative;
}
.experts__wrapp {
    position: relative;
    max-width: 600px;
    margin: 40px auto 0;
}
.experts__social-container {
    position: absolute;
    left: 260px;
    width: 430px;
    height: 410px;
    background: linear-gradient(180deg, #862787 0%, #69297F 100%);
    padding: 65px 0 0 160px;
}
.experts__social-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-row-gap: 20px;
    max-width: 50px;
}
.experts__social-item {
    display: flex;
    max-width: 50px;
}
.experts__social-link {
    margin: auto;
    position: relative;
    z-index: 10;
}
/*--- vertical dots ---*/
.vertical-dots {
    right: -53px;
    list-style: none;
    display: block;
    position: absolute;
    bottom: 0px;
    text-align: right;
}
.vertical-dots li {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.vertical-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.vertical-dots li button:hover,
.vertical-dots li button:focus {
    outline: none;
}
.vertical-dots li button:hover:before,
.vertical-dots li button:focus:before {
    opacity: 1;
}
.vertical-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .5;
    color: #722a82;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vertical-dots li.slick-active button:before {
    opacity: .85;
    color: #722a82;
}
/*--- vertical dots ---*/
.experts__img-item {
    display: flex;
    cursor: pointer;
}
.experts__img {
    margin: auto;
    max-width: 100%;
}
.experts__descriptions-list {
    max-width: 550px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 10px;
    right: -390px;
}
.experts__name-header {
    font-family: 'PT_Serif';
    font-size: 60px;
    margin-left: 60px;
}
.experts__descriptions-item_stylist .experts__name-header {
    color: #fff;
}
.experts__descriptions-item_stylist .experts__status-paragraph {
    color: #d102ff;
}

.experts__status-paragraph {
    color: #722A82;
    font-size: 17px;
    font-family: 'PT_Serif';
    margin-left: 200px;
}
.lg__questionnaire-link_container {
    margin: 45px 0;
}
.lg__questionnaire-link {
    font-family: 'PT_Serif';
    display: flex;
    width: 240px;
    height: 60px;
    background: linear-gradient(180deg, #97288B 0%, #69297F 100%);
    border-radius: 50px;
    margin: auto;
    color: #fff;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}
.lg__questionnaire-link:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(.99);
}
.lg__questionnaire-link.disabled {
    opacity: .4;
    cursor: no-drop;
}

#lg__rules .modal-dialog {
    max-width: 750px;
}
.form-group {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 20px;
}
.modal-body {
    max-height: 99vh;
    overflow-y: scroll;
}
.modal-body__input,
.modal-body__textarea {
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
}
.modal-body__input:focus,
.modal-body__textarea:focus {
    outline: none;
}
.modal-body__label,
.modal-body__paragraph {
    color: #000;
    font-size: 18px;
    font-family: 'PT_Serif';
    margin-bottom: 5px;
}
.modal-body__textarea {
    min-height: 130px;
    resize: none;
}
.hidden {
    display: none;
}
/*Radio block inline*/
.form {
    padding: 0;
    max-width: 550px;
    margin: 10px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}
.inputGroup__header,
.modal-title {
    font-family: 'PT_Serif';
    color: #000;
}
.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
.inputGroup label {
    font-family: 'PT_Serif';
    padding: 7px 50px 7px 10px;
    width: 100%;
    display: block;
    text-align: left;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}
.inputGroup input:checked ~ label {
    color: #fff;
}
.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.inputGroup input:checked ~ label:after {
    background-color: #f062f3;
    border-color: #fff;
}
.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: linear-gradient(180deg, #722A82 0%, #69297F 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url(/design/images/actions/want_to_married/check-icon.svg );
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
/*Radio block inline*/

/*Checkbox*/
/* The container */
.wtm__container {
    font-family: 'PT_Serif';
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.wtm__container .wtm__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.wtm__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

.wtm__container:hover .wtm__input ~ .wtm__checkmark {
    background-color: #aaa;
}

.wtm__container .wtm__input:checked ~ .wtm__checkmark {
    background: linear-gradient(180deg, #862787 0%, #69297F 100%);
}

/* Create the checkmark/indicator (hidden when not checked) */
.wtm__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.wtm__container .wtm__input:checked ~ .wtm__checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.wtm__container .wtm__checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Checkbox*/
.lg-rules__btn {
    margin: auto;
}
.participant__submit {
    background: linear-gradient(180deg, #862787 0%, #69297F 100%);
    color: #fff;
    font-family: 'PT_Serif';
}
.participant__submit:hover {
    color: #fff;
}
.lg__profiles-wrapp {
    max-width: 1140px;
    margin: auto;
}
.lg__profiles-list {
    padding: 10px;
    margin: 0;
    list-style-type: none;
}
.lg__profiles-item {
    width: 32%;
    height: 359px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    text-align: left;
    margin: 0 6px 12px;
}
.lg__profiles-item iframe {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1600px) {
    .experts__social-container {
        padding-left: 60px;
    }
}
@media screen and (max-width: 1550px) {
    .experts__social-container {
        left: 170px;
    }
}
@media screen and (max-width: 1360px) {
    .experts__social-container {
        width: 360px;
    }
    .experts__descriptions-list {
        position: relative;
        left: initial;
        right: initial;
    }
    .experts__name-header,
    .experts__status-paragraph {
        margin: 0;
    }
    .vertical-dots {
        right: -23px;
    }
}
@media screen and (max-width: 1230px) {
    .lg__main-objective_container {
        max-width: 650px;
        margin: auto;
        grid-template-columns: auto;
        margin-bottom: 100px;
    }
    .main-objective__left-side {
        width: 100%;
        justify-self: center;
        grid-row-gap: 10px;
    }
    .main-objective__left-side_img {
        width: 100%;
        object-fit: cover;
    }
    .main-objective__right-side {
        grid-template-rows: minmax(auto, 310px) 60px;
        text-align: center;
        grid-area: 1/1/1/1;
    }
    .main-objective__left-side_link {
        justify-self: center;
    }
    .main-objective__right-side_btn-container {
        display: none;
    }
    .experts__social-container {
        left: 50px;
    }
}
@media screen and (max-width: 985px) {
    .experts__social-container {
        width: 320px;
        left: 0;
        padding-left: 10px;
    }
    .experts__img-list {
        margin: 0 auto !important;
    }
    .experts__descriptions-list {
        position: relative;
        max-width: 560px;
        right: auto;
    }
    .experts__descriptions-item_stylist .experts__name-header {
        color: #000;
    }
    .experts__descriptions-item_stylist .experts__status-paragraph {
        color: #722A82;
    }
}
@media screen and (max-width: 890px) {
    .lg__top-header {
        padding: 0 20px;
        grid-column-gap: 10px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .lg__profiles-item {
        width: 47%;
    }
    .lg__top-header {
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
    .top-header__main-logo_container {
        display: grid;
    }
    .lg__main-logo {
        margin: auto;
    }
    .top-header__menu-list {
        display: grid;
        grid-template-columns: 50% 50%;
        justify-items: center;
        grid-row-gap: 10px;
    }
    .top-header__menu-link {
        font-size: 18px;
    }
    .experts__social-container {
        width: 320px;
        left: 0;
        top: 60px;
        height: 100px;
        padding: 10px 30px;
    }
    .experts__wrapp {
        margin-top: 70px;
        padding: 0 20px;
    }
    .experts__social-list {
        display: flex;
        justify-content: space-between;
        max-width: none;
    }
}
@media screen and (max-width: 640px) {
    .main-objective__right-side {
        grid-template-rows: auto;
    }
}
@media screen and (max-width: 560px) {
    .form-group {
        grid-template-columns: auto;
    }
}
@media screen and (max-width: 520px) {
    .lg__profiles-item {
        width: 100%;
    }
}