:root {
    --secondary-color-violet: #7539ed;
    --main-color-white: #fffcf5;
    --main-color-beige: #fff2cc;
    --main-color-black: #061f0c;
    --secondary-color-pink: #ffeeee;
    --secondary-color-orange: #fcbf5c;
    --secondary-color-dark-grey: #1c1c1a;
    --secondary-color-light-violet: #f0e9ff;
    --secondary-color-grey: #777e90;
    --secondary-color-background-white: #fffcf599;
    --secondary-color-light-grey: #efefef;
    --secondary-color-deep-pink: #ebb1b0;
}
@font-face {
    font-family: LabGrotesque;
    src:
            url("./fonts/LabGrotesque-Regular.woff2") format("woff2"),
            url("./fonts/LabGrotesque-Regular.woff") format("woff");
}
@font-face {
    font-family: LabGrotesque;
    src:
        url("./fonts/LabGrotesque-Medium.woff2") format("woff2"),
            url("./fonts/LabGrotesque-Medium.woff") format("woff");
    font-weight: 500;
}
@font-face {
    font-family: LabGrotesque;
    src:
            url("./fonts/LabGrotesque-Bold.woff2") format("woff2"),
            url("./fonts/LabGrotesque-Bold.woff") format("woff");
    font-weight: bold;
}
@font-face {
    font-family: "ALSSchlangesans";
    src:
        url("./fonts/ALSSchlangesans-Regular.woff2") format("woff2"),
            url("./fonts/ALSSchlangesans-Regular.woff") format("woff");
}
@font-face {
    font-family: "ALSSchlangesans";
    src:
            url("./fonts/ALSSchlangesans-Bold.woff2") format("woff2"),
            url("./fonts/ALSSchlangesans-Bold.woff") format("woff");
    font-weight: bold;
}
body {
    color: var(--main-color-black);
    font-family: LabGrotesque;
}
main > .container {
    padding: 143px 20px 0;
    background-color: var(--main-color-white);
    height: 100%;
}
main.homepage > .container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px) {
    main > .container {
        max-width: 1140px;
        padding: 143px 100px 0;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
#top-menu {
    padding-top: 0;
    padding-bottom: 0;
}
#top-menu > .container {
    background-color: var(--secondary-color-violet);
    padding: 32px 20px;
    border-radius: 0 0 36px 36px;
    height: 143px;
}
@media (min-width: 768px) {
    #top-menu > .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 32px 100px;
    }
}
.navbar-brand, .navbar-brand:hover {
    font-family: Inter, Serif;
    font-size: 32px;
    line-height: 1.38;
    font-weight: bold;
    color: var(--main-color-white);
}
#sub-brand {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}
#top-menu .nav-link {
    font-family: LabGrotesque;
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
    text-align: left;
    color: var(--main-color-white);
    padding-right: 6px;
    padding-left: 6px;
}
#top-menu-collapse {
    justify-content: flex-end;
}
@media(max-width:767px) {
    #top-menu-collapse ul {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
}

.footer {
    font-family: LabGrotesque;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color-white);
}
.footer > .container {
    background-color: var(--secondary-color-violet);
    height: 112px;
    padding: 32px 100px;
    text-align: center;
}
.footer-links {
    padding-left: 100px;
    text-align: left;
}
.footer-links a, .footer-contacts a {
    align-self: stretch;
    flex-grow: 0;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
    font-weight: normal;
    color: var(--main-color-white);
}
.footer-contacts a {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.6;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.form-control, .form-select, .select2-container--krajee-bs5 .select2-selection--single {
    padding: 12px 12px;
    height: 48px;
    font-family: LabGrotesque;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: var(--secondary-color-grey);
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.cropper-wrapper > .cropper-container {
    touch-action : auto;
}

.copy-button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative
}
.tip {
    background-color: #263646;
    padding: 0 14px;
    line-height: 27px;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    animation-name: tip;
    animation-duration: .6s;
    animation-fill-mode: both
}
.tip:before {
    content: "";
    background-color: #263646;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -4px;
    left: 17px
}
#copied_tip{
    animation-name: come_and_leave;
    animation-duration: 1s;
    animation-fill-mode: both;
    bottom: -35px;
    left:2px
}
.text-line{
    font-size: 14px
}
.cf-birthday-item .form-select, .cf-birthday-item .select2-container--krajee-bs5 .select2-selection--single {
    padding: 13px 8px;
    height: 48px;
}
.cf-birthday-item .form-select, .cf-birthday-item .select2-container--krajee-bs5 .select2-selection, .cf-birthday-item  .select2-container--krajee-bs5 .select2-selection--single .select2-selection__rendered {
    font-family: Exo;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: var(--secondary-color-grey);
}

.form-check-input:checked {
    background-color: var(--secondary-color-violet);
    border-color: var(--secondary-color-violet);
}
.text-violet {
    color: var(--secondary-color-violet);
}
.margin-top-negative {
    margin-top: -36px;
}
.section {
    position: relative;
    margin-bottom : 100px;
}
.section-padding {
    padding-left: 100px;
    padding-right: 100px;
}
.hint-source {
    font-family: LabGrotesque;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: var(--main-color-white);
    position: absolute;
    bottom: 20px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: var(--secondary-color-dark-grey);
}
.hint-source-out {
    bottom: -32px;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    color: var(--secondary-color-grey);
    position: absolute;
}
#home-about {
    height: 720px;
    width: 100%;
    background-image: url("img/home-about.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 108px;
}
.home-title {
    font-family: "ALSSchlangesans";
    font-size: 48px;
    font-weight: bold;
    line-height: 1.08;
    text-align: left;
    color: var(--main-color-black);
    margin-bottom: 24px;
}
.page-title {
    font-family: "ALSSchlangesans";
    font-size: 44px;
    font-weight: bold;
    line-height: 1.27;
    color: var(--main-color-black);
}
.page-subtitle {
    font-family: LabGrotesque;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.13;
    color: var(--main-color-black);
}
.subtitle-3 {
    font-family: LabGrotesque;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
}

.page-desc {
    font-family: LabGrotesque;
    font-size: 28px;
    line-height: 1.14;
    font-weight: 500;
    color: var(--main-color-black);
}
#home-about .page-desc {
    max-width: 320px;
    font-size: 24px;
    line-height: 1.33;
    font-weight: normal;
}
#our-offers {
    width: 100%;
}
#our-offers .page-title {
    margin-bottom: 52px;
}
.card-offer {
    height: 512px;
    width: 304px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 32px 24px 32px 24px;
    border-radius: 35px;
    background-color: var(--secondary-color-pink);
}
.card-offer-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    grid-gap: 2px;
    font-size: 24px;
    line-height: 1.33;
        /*justify-content: flex-start;*/
}
.card-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-color: var(--secondary-color-violet);
    mask-size: cover;
}
.icon-user {
    -webkit-mask-image: url(img/icon-profile.svg);
    mask-image: url(img/icon-profile.svg);
}
.icon-data {
    -webkit-mask-image: url(img/icon-data.svg);
    mask-image: url(img/icon-data.svg);
}
.icon-compatibility {
    -webkit-mask-image: url(img/icon-compatibility.svg);
    mask-image: url(img/icon-compatibility.svg);
}
.icon-close {
    -webkit-mask-image: url(img/icon-close-desktop.svg);
    mask-image: url(img/icon-close-desktop.svg);
}
.add-clear-span {
    position: relative;
}
.icon-clear {
    width: 32px;
    height: 32px;
    background-color: var(--main-color-black);
    -webkit-mask-image: url(img/icon-clear.svg);
    mask-image: url(img/icon-clear.svg);
}
.card-offer-price {
    font-family: LabGrotesque;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--main-color-black);
    margin-top: 12px;
    margin-bottom: 24px;
}
.card-offer-desc {
    font-family: LabGrotesque;
    font-size: 24px;
    line-height: 1.33;
    color: var(--main-color-black);
    margin-bottom: 10px;
}
.btn-main, .btn-main:hover {
    padding: 16px 23px;
    border-radius: 32px;
    border-width: 0;
    background-color: var(--secondary-color-violet);
    min-height: 64px;
    font-family: LabGrotesque;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: var(--secondary-color-pink);
}
.btn-main:focus, .btn-main:active {
    background-color: transparent;
    background-image: linear-gradient(to right, #FFEEEE 0%, #7539ED 56.79%);
    color: var(--secondary-color-pink) !important;
    outline: none !important;
    box-shadow: none;
}
.card-offer .btn-main {
    margin-top: auto;
    align-self: flex-end;
    width : 100%;
}
#your-partner-image {
    padding-right: 100px;
}
#your-partner-image-img {
    position: relative;
    width: 432px;
    height: 449px;
    background-image: url("img/your-partner-image-img2.jpg");
    background-repeat: no-repeat;
    /*ackground-position-y: -90px;*/
    background-size: cover;
    border-radius: 0 25px 25px 0;
}
#your-partner-image .page-desc {
    margin-top: 52px;
    font-weight: 500;
}
#your-partner-image .page-desc p {
    margin-bottom: 34px;
    line-height: 1.14;
}
.your-partner-image-desc {
   /* margin-left: 56px;*/
}
#service-users {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--main-color-beige);
}
#service-users .page-title {
    margin-bottom: 60px;
}
.condition-service-block {
    display: flex;
    flex-direction: row;
}
#condition-service {
    width: 344px;
    height: 608px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 56px;
    padding: 60px 40px 80px;
    border-radius: 36px;
    background-color: var(--secondary-color-violet);
}
#condition-service .page-subtitle {
    color: var(--main-color-white);
}
.condition-service-list {
    width: 100%;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 0;
    flex-flow: column wrap;
}
.condition-service-item {
    font-family: LabGrotesque;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 1.45;
    color: var(--main-color-white);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 36px;
}
.condition-service-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    margin-right: 24px;
}
.condition-service-desc {
    width: 176px;
    text-align: center;
}
.icon-moon {
    background-image: url(img/icon-moon.svg);
}
.icon-person {
    background-image: url(img/icon-person-64.svg);
}
.icon-love-chat {
    background-image: url(img/icon-love-chat.svg);
}
.icon-moon-violet {
    background-image: url(img/icon-moon-violet.svg);
}
.icon-person-violet {
    background-image: url(img/icon-person-violet.svg);
}
.icon-love-chat-violet {
    background-image: url(img/icon-love-chat-violet.svg);
}
.icon-verification {
    background-image: url(img/icon-verification.svg);
    width: 36px;
    height: 36px;
    display: inline-block;
}
.icon-download {
    background-image: url(img/download-24-outline.svg);
    width: 36px;
    height: 36px;
    display: inline-block;
}

#description-service {
    width: 560px;
    height: 608px;
    margin-left: 36px;
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    padding: 60px 40px 60px 36px;
    border-radius: 35px;
    background-color: var(--secondary-color-pink);
}
.description-service-item {
    display: flex;
    flex-direction: row;
}
.description-service-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color:  var(--main-color-black);
}
.icon-planet {
    -webkit-mask-image: url(img/icon-planet.svg);
    mask-image: url(img/icon-planet.svg);
}
.description-service-desc {
    margin-left: 20px;
    flex-grow: 1;
    font-family: LabGrotesque;
    font-size: 24px;
    line-height: 1.33;
    text-align: left;
    color: var(--main-color-black);
}
.service-btn-cont {
    margin-top: 48px;
}
.btn-white, .btn-white:hover {
    padding: 16px 16px;
    border-radius: 32px;
    border: solid 2px var(--secondary-color-violet);
    background-color: var(--main-color-white);
    font-family: LabGrotesque;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: var(--secondary-color-violet);
}
.service-btn-cont .btn-white{
    width: 600px;
}
#love-night-city {
    width: 100%;
    height: 656px;
    background-image: url("img/love-night-city.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.calculator-cont {
    width: 100%;
    height: 412px;
    background-image: url("img/bg-calculator.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.calculator-desc {
    width: 540px;
}
.calculator-desc .page-title {
    margin-bottom: 40px;
}
.calculator-desc-item {
    display: flex;
    flex-direction: row;
    margin-bottom:  36px;
}
.calculator-desc-item-number {
    flex-grow: 0;
    font-family: LabGrotesque;
    font-size: 64px;
    font-weight: 500;
    line-height: 0.56;
    color: var(--secondary-color-violet);
    margin-right: 16px;
    padding-top: 16px;
}
.calculator-desc-item-text {
    flex-grow: 1;
    font-family: LabGrotesque;
    font-size: 24px;
    line-height: 1.33;
    color: var(--main-color-black);
}
.calculator-btn-cont .btn-main {
    width: 100%;
}
@media (max-width: 1199px) {
    .footer {
        font-size: 18px;
        line-height: 1.33;
    }
    .footer > .container {
        height: 144px;
        padding: 32px 20px;
        text-align: left;
    }
    .footer-links, .footer-contacts {
        padding-top: 18px;
        padding-left: 0;
    }
    .footer-links a {
        font-size: 12px;
        line-height: 1;
    }
    .footer-contacts a {
        font-size: 16px;
        line-height: 1.25;
    }
    #top-menu-collapse {
        background-color:  var(--secondary-color-violet);
        padding: 12px;
    }
    .home-title {
        font-size: 28px;
        line-height: 0.86;
    }
    .page-title {
        font-size: 24px;
        line-height: 1.17;
    }
    #our-offers .page-title {
        margin-bottom: 32px;
    }
    .page-subtitle {
        font-size: 22px;
        line-height: 1.09;
    }
    .subtitle-3 {
        font-size: 18px;
        line-height: 1.33;
    }
    .page-desc {
        font-size: 16px;
        line-height: 1.25;
    }
    .section {
        margin-bottom : 48px;
        position: relative;
    }
    .section-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hint-source {
        font-size: 12px;
        line-height: 1;
        bottom: 12px;
    }

    .btn-main, .btn-main:hover {
        height: auto;
        min-height: 40px;
        padding: 8px 12px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
    }
    #home-about {
        background-color: var(--secondary-color-orange);
        height: 664px;
        width: 100%;
        padding-top: 81px;
        background-position-y: bottom;
        background-position-x: -240px;
        background-size: 215%;
    }
    #home-about .page-desc {
        max-width: 284px;
        font-size: 16px;
        line-height: 1.25;
    }
    #your-partner-image {
        padding-right: 0;
    }
    #your-partner-image .row {
        margin-left: 0;
        margin-right: 0;
    }
    #your-partner-image .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    #your-partner-image-img {
        width: 100%;
        height: 318px;
        border-radius: 0;
    }
    .card-offer {
        width: 100%;
        height: 272px;
        padding: 24px 20px;
        gap: 6px;
        margin-bottom: 12px;
    }
    .card-icon {
        width: 40px;
        height: 40px;
    }
    .card-offer-price {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.33;
    }
    .card-offer-desc {
        font-size: 16px;
        line-height: 1.25;
    }
    .your-partner-image-desc{
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #your-partner-image .page-desc {
        margin-top: 28px;
        font-weight: normal;
    }
    #service-users {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #condition-service {
        width: 100%;
        height: 160px;
        gap: 16px;
        padding: 20px 24px;
        border-radius: 36px;
    }
    .condition-service-block {
        flex-direction: column;
    }
    #description-service {
        width: 100%;
        height: auto;
        margin-top: 12px;
        margin-left: 0;
        gap: 16px;
        padding: 20px 24px;
        border-radius: 35px;
    }
    .condition-service-list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
       /* gap: 20px;*/
        padding: 0;
    }
    .condition-service-item {
        width: 76px;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 1;
    }
    .btn-white, .btn-white:hover {
        padding: 8px 8px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
    }
    .service-btn-cont .btn-white {
        width: 100%;
    }
    .description-service-desc {
        font-size: 16px;
        line-height: 1.25;
    }
    .condition-service-desc {
        width: 76px;
    }
    .condition-service-icon {
        display: block;
        width: 32px;
        height: 32px;
        min-height: 32px;
        margin-right: 0;
        background-size: cover;
    }
    .calculator-cont {
        background-image: none;
        height: auto;
    }
    .calculator-desc {
        width: 100%;
    }
    .calculator-desc .page-title {
        font-size: 22px;
        line-height: 1.09;
    }
    .calculator-desc-item {
        margin-bottom: 16px;
    }
    .calculator-desc-item.last {
        margin-bottom: 48px;
    }
    .calculator-desc-item-number {
        font-size: 44px;
        line-height: 0.82;
        margin-right: 12px;
    }
    .calculator-desc-item-text {
        font-size: 16px;
        line-height: 1.25;
    }

}

/* page how-it-works*/
#how-it-works {
    padding-top: 116px;
    padding-bottom: 60px;
    background-color: var(--main-color-beige);
}
#how-it-works .page-subtitle {
    margin-bottom: 32px;
    font-family: "ALSSchlangesans";
    font-size: 32px;
    font-weight: bold;
    line-height: 1.17;
}
#how-it-works .page-desc-header {
    font-family: LabGrotesque;
    font-size: 16px;
    line-height: 1.25;
}
#how-it-works .page-desc {
    font-size: 24px;
    line-height: 1.33;
    font-weight: normal;
}
#how-it-works .how-it-works-h2 {
    margin-top: 44px;
    font-family: LabGrotesque;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 44px;
}
#hiw-quantity-parameters {
    height: 100%;
    padding: 60px 40px;
    border-radius: 35px;
    background-color: var(--main-color-white);
}
.r-column {
    height: 100%;
}
#hiw-quality-parameters {
    padding: 60px 40px;
    border-radius: 35px;
    background-color: var(--secondary-color-pink);
}
#hiw-theme-accent {
    margin-top: 12px;
    padding: 60px 40px;
    border-radius: 35px;
    background-color: var(--secondary-color-violet);
}
#hiw-theme-accent .page-desc {
    font-weight: normal;
}
#hiw-theme-accent .page-desc, #hiw-theme-accent .page-subtitle {
    color: var(--main-color-white);
}
#hwi-resume {
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
    font-family: LabGrotesque;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: var(--main-color-black);
}
#hwi-rectification-img {
    position: relative;
    width: 562px;
    height: 444px;
    background-image: url(img/bg-rectification.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 25px 25px 0;
}
.hwi-rectification-desc {
    font-family: LabGrotesque;
    font-size: 24px;
    line-height: 1.33;
    padding-right: 100px;
    height: 100%;
    margin-left: 64px;
    display: flex;
    flex-direction: column;
}
.hwi-rectification-desc .btn-white {
    margin-top: auto;
    position: relative;
    bottom: 0;
}
#hiw-base .page-desc {
    font-family: LabGrotesque;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.33;
    margin-bottom: 52px;
}
.hiw-base-btn-cont {
    width: 100%;
}
#hiw-base .hiw-base-btn-cont .btn-main {
    width: 100%;
    margin-bottom: 28px;
}
#hiw-base .hiw-base-btn-cont .btn-white {
    width: 100%;
}
.hiw-base-img {
    width:  508px;
    height: 304px;
    margin-left: 64px;
    margin-right: -100px;
    background-image: url(img/bg-base.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: -500px;
    border-radius: 25px 0 0 25px;
    position: relative;
}
@media (max-width: 1199px) {
    #how-it-works .page-subtitle {
        font-size: 22px;
        line-height: 1.09;
    }
    #how-it-works .page-desc {
        font-size: 16px;
        line-height: 1.25;
    }
    #how-it-works .col-12 {
        margin-bottom: 16px;
    }
    #hiw-theme-accent {
        margin-top: 16px;
    }
    #hwi-resume {
        margin-top: 72px;
        font-size: 18px;
        line-height: 1.33;
        width: 100%;
        text-align: center;
    }
    #hwi-rectification-img {
        width: calc(100vw - 20px);
        height: 167px;
    }
    .hwi-rectification-desc {
        margin-top: 24px;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 1.25;
    }
    .hwi-rectification-desc .btn-white {
        margin-top: 36px;
    }
    #hwi-rectification .row, #hiw-base .row {
        margin-left: 0;
        margin-right: 0;
    }
    #hiw-base .row {
        margin-right: -20px;
    }
    #hwi-rectification .col-12, #hiw-base .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .hiw-base-img {
        margin-top: 30px;
        margin-bottom: 36px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: 213px;
        background-position-y: -350px;
    }
    .hiw-base-img .hint-source {
        right: 20px;
    }
    #hiw-base .page-desc {
        margin-top: 24px;
        margin-bottom: 36px;
        font-size: 16px;
        line-height: 1.25;
    }
    .hiw-base-btn-cont, #hiw-base .page-desc {
        padding-right: 20px;
    }
}

/* Страница калькулятор */
#calculator-block {
    margin-top: 100px;
   /* margin-bottom: 100px;*/
    padding: 60px 40px;
    border-radius: 35px;
    background-color: var(--secondary-color-light-violet);
    width: 100%;
    height: 640px;
    background-image: url(img/bg-calculator-white.png);
    background-repeat: no-repeat;
    background-position-x: 588px;
    background-position-y: center;
}
#calculator-block .page-title {
    margin-bottom: 36px;
}
#calculator-block .page-desc {
    width: 480px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: var(--main-color-black);
}
#calculator-block .page-desc p {
    margin-bottom: 36px;
}
.pink-panel {
    padding: 40px 24px 60px;
    border-radius: 36px;
    background-color: var(--secondary-color-pink);
}
.form-label {
    font-size: 16px;
    line-height: 1.25;
}
#calculator-cont-form {
    margin-top: 64px;
    margin-bottom: 80px;
}
.calc-result-items {
    font-family: LabGrotesque;
    font-size: 24px;
    line-height: 1.33;
}
.accent-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 28px;
}
#calculator-cont-form .page-subtitle {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14;
    margin-bottom: 24px;
}
.cf-birthday {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
}
.cf-birthday-day .form-select, .cf-birthday-month .form-select {
    width: 73px;
}
.cf-birthday-year {
    margin-right: 12px;
}
.cf-birthday-year > div {
    width: 93px;
}
.cf-birthday-hour .form-select, .cf-birthday-minute .form-select {
    width: 76px;
}
#calculator-cont-form > .form-group {
    display: flex;
}
#calculator-cont-form .btn-white {
    margin-top: 48px;
    /*width: 572px;*/
    padding: 18px 48px;
    margin-left: auto;
    margin-right: auto;
}
#subscription-header {
    margin-top: 100px;
    border-radius: 36px;
    background-color: var(--secondary-color-light-violet);
    padding: 60px 40px;
}
#subscription-header .condition-service-block {
    background-image: url("img/bg-wishlist-heart.svg");
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 256px;
}
#subscription-header .condition-service-list {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
}
#subscription-header .condition-service-item {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
#subscription-header .free-relation-item {
    width: 148px;
}
#subscription-header .want-love-item {
    width: 127px;
}
#subscription-header .condition-service-icon {
    margin-right: 0;
}
#subscription-header .condition-service-desc {
    color:  var(--secondary-color-violet);
}
#subscription-header .page-title {
    margin-bottom: 36px;
}
#subscription-header .subtitle-3 {
    margin-bottom: 32px;
}
.title-privilege {
    text-align: center;
    margin-bottom: 40px;
}
#subscription-privilege {
    gap: 20px;
    padding: 28px 20px;
    margin-bottom: 40px;
    border-radius: 36px;
    background-color: var(--secondary-color-pink);
}
#natal-form #subscription-privilege {
    background-color: var(--secondary-color-light-violet);
}
.item-privilege {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}
.item-privilege:last-child {
    margin-bottom: 0;
}
.item-privilege .img-privilege {
    margin-right: 12px;
}
.item-privilege .text-privilege {
    font-size: 24px;
    line-height: 1.67;
    color: var(--main-color-black);
}
#btn-cont-priv {
    text-align: center;
}
#section-about-partner {
    margin-top: 100px;
}
#natal-form #section-about-partner {
    margin-top: 80px;
}
#section-about-partner .pink-panel {
    width: 505px;
    margin-left: 25px;
}
#section-about-partner .cf-birthday-item {
    padding-right: 11px;
}
#section-about-partner .cf-birthday-item:last-child {
    padding-right: 0;
}
#section-about-partner .form-group {
    margin-top: 40px;
}
#section-about-partner p {
    font-size: 24px;
    line-height: 1.67;
    text-align: left;
}
#section-about-partner .page-title {
    margin-bottom: 40px;
}
#section-about-partner .subtitle-3 {
    margin-bottom: 56px;
}
#section-about-partner .page-desc {
    font-size: 24px;
    line-height: 1.67;
}
#ap-family {
    height: 100%;
    padding: 60px 40px;
    border-radius: 36px;
    background-color: var(--secondary-color-violet);
}
#ap-family, #ap-family .page-desc {
    color: var(--main-color-white);
}
#ap-romantic {
    height: 100%;
    padding: 60px 40px;
    border-radius: 36px;
    background-color: #efefef;
}
.row-eq {
    align-items: stretch;
}
#ab-quest {
    padding: 40px 200px;
    background-color: var(--secondary-color-light-violet);
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-top: 80px;
    margin-left: -100px;
    margin-right: -100px;
}
#ap-title-go {
    margin-bottom: 52px;
}
.title-rl-100 {
    padding-left: 100px;
    padding-right: 100px;
}
#about-header {
    margin-left: -100px;
    margin-right: -100px;
}
#about-header {
    height: 792px;
    width: calc(100% + 200px);
    background-image: url("img/bg-home-about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 116px;
}
.alpha-panel {
    background-color: var(--secondary-color-background-white);
    opacity: 1;
    padding: 32px 24px;
    border-radius: 36px;
}
#about-header .alpha-panel {
    width: 475px;
}
#about-header .page-desc {
    font-size: 24px;
    line-height: 1.33;
    font-weight: normal;
}
#about-header-image-img {
    position: relative;
    width: 500px;
    height: 380px;
    background-image: url(img/about-header-image-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 25px 25px 0;
    margin-left: -100px;
}
#about-header-image .page-desc {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.67;
    text-align: left;
    color: var(--main-color-black);
}
#what-is-synamor {
    padding: 48px 100px;
    border-radius: 36px;
    background-color: var(--secondary-color-violet);
    text-align: center;
    margin-top: 60px;
    margin-left: -100px;
    margin-right: -100px;
}
#what-is-synamor .page-desc {
    color: var(--main-color-white);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
}
#about-footer .page-desc {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.67;
    margin-bottom: 44px;
}
.about-footer-btn-cont {
    width: 100%;
}
#rectification-section {
    padding: 60px 40px;
    margin-top: 60px;
    border-radius: 35px;
    background-color: var(--secondary-color-light-violet);
    font-size: 28px;
    line-height: 1.57;
    background-image: url("img/bg-rectification.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 40px);
    background-position-y: calc(100% - 60px);
    margin-bottom: 80px;
}
#rectification-section > .page-title {
    margin-bottom: 36px;
}
#rectification-section p {
    margin-bottom: 40px;
    max-width: 507px;
}
#rectification-section p:last-child {
    margin-bottom: 0;
}
#rectification-price-section {
    padding: 40px;
    border-radius: 36px;
    border: solid 3px var(--secondary-color-violet);
    background-color: var(--main-color-white);
    font-size: 24px;
    line-height: 1.67;
    margin-bottom: 80px;
}
#rectification-price-section .subtitle-3, #rectification-price-section .rect-list, #rectification-price-section .desc {
    margin-bottom: 28px;
}
#rectification-price-section .price {
    font-weight: bold;
}
.section-one-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-one-btn .btn {
    width: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-success {
    padding: 40px 100px;
    background-color: var(--secondary-color-light-violet);
    margin-right: -100px;
    margin-left: -100px;
    width: calc(100% + 200px);
    text-align: center;
}
.panel-success {
    padding: 12px 20px;
    border-radius: 24px;
    border: solid 4px var(--main-color-white);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    width: 458px;
    margin-left: auto;
    margin-right: auto;
}
#consultation-section {
    padding: 60px 40px;
    margin-top: 60px;
    border-radius: 35px;
    background-color: var(--secondary-color-light-violet);
    font-size: 24px;
    line-height: 1.67;
    background-image: url("img/bg-consultation.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 40px);
    background-position-y: calc(100% - 60px);
    margin-bottom: 80px;
}
#consultation-section > .page-title {
    margin-bottom: 38px;
}
#consultation-section > .subtitle-3 {
    margin-bottom: 48px;
}
#consultation-section > .subtitle-3,  #consultation-section > p {
    width: 507px;
}
#consultation-items-section .page-subtitle{
    margin-bottom: 52px;
    line-height: 1.38;
}
.consultation-item {
    padding: 32px 28px 48px;
    border-radius: 35px;
    background-color: var(--secondary-color-pink);
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 28px;
    /*gap: 12px;    */
}
.consultation-item .img-block {
    margin-right: 14px;
}
.consultation-item .data-block {
    font-size: 24px;
    line-height: 1.33;
}
.consultation-item .item-title {
    font-weight: bold;
    margin-bottom: 20px;
}
.consultation-item .item-desc {
    margin-bottom: 44px;
    padding-right: 5px;
}
#self-knowledge-section {
    margin-left: -100px;
    margin-right: -100px;
    width: calc(100% + 200px);
    padding: 96px 100px 60px;
    background-color: var(--main-color-beige);
    font-size: 24px;
    line-height: 1.67;
}
#self-knowledge-section .page-title, #self-knowledge-section .subtitle-3, #self-knowledge-section .desc {
    margin-bottom: 28px;
}
.self-knowledge-img {
    width: 420px;
    height: 592px;
    margin-left: 46px;
    background: url("img/bg-self-knowledge.png") no-repeat;
    /*background-size: contain;*/
}
.self-knowledge-img {
    width: 420px;
    height: 592px;
    margin-left: 46px;
    background: url("img/bg-self-knowledge.png") no-repeat;
    /*background-size: contain;*/
}
.finance-img {
    width: 440px;
    height: 592px;
    margin-left: 46px;
    background: url("img/bg-finance.png") no-repeat;
    margin-top: 96px;
}
.other-img {
    width: 440px;
    height: 640px;
    margin-left: 46px;
    background: url("img/bg-other.png") no-repeat;
    margin-top: 80px;
}
.horary-img {
    width: 440px;
    height: 769px;
    margin-left: 46px;
    background: url("img/bg-horary.png") no-repeat;
    margin-top: 20px;
}
#self-knowledge-indv-section .subtitle-3 {
    max-width: 557px;
    margin-bottom: 52px;
}
#self-knowledge-indv-section .item {
    padding: 28px 40px;
    border-radius: 36px;
    background-color: var(--secondary-color-light-grey);
    font-size: 24px;
    line-height: 1.67;
    display: flex;
}
#self-knowledge-indv-section .item.one {
    margin-bottom: 28px;
}
#self-knowledge-indv-section .item.three {
    height: 380px;
}
#self-knowledge-indv-section .number {
    font-size: 64px;
    font-weight: 500;
    line-height: 0.56;
    color: var(--secondary-color-violet);
    margin-right: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 12px;
}
#self-knowledge-img-section .page-subtitle {
    margin-bottom: 28px;
    max-width: 557px;
}
#self-knowledge-img-section .img-desc {
    font-size: 24px;
    line-height: 1.67;
    margin-left: 32px;
}
#self-knowledge-img-2 {
    width: 420px;
    height: 640px;
    /*margin-right: 24px;*/
    background: url("img/bg-self-knowledge-2.svg") no-repeat;
}
#horary-img-2 {
    width: 440px;
    height: 468px;
    background: url("img/bg-horary2.png") no-repeat;
}
#self-knowledge-recv-section {
    padding: 40px;
    border-radius: 35px;
    border: solid 3px var(--secondary-color-violet);
    display: flex;
}
.how-recv-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.38;
    margin-right: 72px;
}
.how-recv-items .item {
    display: flex;
    font-size: 24px;
    line-height: 1.67;
    max-width: 484px;
    margin-bottom: 28px;
}
.how-recv-items .item:last-child {
    margin-bottom: 0;
}
.how-recv-items .item .image {
    margin-right: 28px;
}
#show-horary-btn {
    padding: 16px 48px;
    margin-top: 48px;
}
#section-horary-detail {
    padding: 28px 90px 28px 40px;
    border-radius: 16px;
    background-color: var(--secondary-color-pink);
    font-size: 24px;
    line-height: 1.67;
    position: relative;
}
#btn-close-horary-detail {
    position: absolute;
    right: 40px;
    top: 28px;
    background-color: var(--main-color-black);
    cursor: pointer;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.tariff-section {
    padding: 32px 36px 48px;
    border-radius: 36px;
    background-color: var(--secondary-color-pink);
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.67;
}
.tariff-section .icon-verification {
    width: 28px;
    height: 28px;
    background-size: cover;
    margin-right: 11px;
}
#tariff-title, #get-app-title {
    margin-top: 60px;
    margin-bottom: 36px;
}
.tariff-section .page-subtitle {
    margin-bottom: 20px;
}
.tariff-section .btn-main {
    margin-top: 36px;
}
.tariff-section .list-price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.tariff-section .list-price .large {
    font-size: 28px;
    line-height: 1.43;
}
.tariff-subtitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 24px;
}
.tariff-section .check-desc {
    margin-bottom: 16px;
}
.tariff-section .check-desc:last-child {
    margin-bottom: 0;
}
#get-app-section .page-desc {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.67;
}
.get-app-panel {
    padding: 24px 20px;
    border-radius: 36px;
    background-color: var(--main-color-beige);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    margin-left: 45px;
    margin-bottom: 24px;
}
.get-app-panel .get-app-link-block a {
    text-decoration: none;
    color: var(--main-color-black);
}
.get-app-title {
    margin-bottom: 28px;
}
#section-login, #section-auth, #section-auth-full {
    margin-top: 60px;
}
#section-login .btn-main {
    margin-bottom: 38px;
}
#section-auth .page-title, #section-auth-full .page-title {
    margin-bottom: 34px;
}
#section-auth-full {
    font-size: 24px;
    line-height: 1.67;
}
#section-auth .btn-main, #section-auth-full .btn-main {
    margin-top: 36px;
}

.login-panel-header {
    width: 585px;
    padding: 40px 24px;
    background-color: var(--secondary-color-light-grey);
    border-radius: 36px 36px 0 0;
    margin-left: auto;
    margin-right: auto;
}
.login-panel-footer {
    width: 585px;
    padding: 40px 24px;
    background-color: var(--secondary-color-light-violet);
    border-radius: 0 0 36px 36px ;
    margin-left: auto;
    margin-right: auto;
}
.form-title {
    font-size: 24px;
    line-height: 1.67;
    margin-bottom: 24px;
}
.note-text {
    font-size: 16px;
    line-height: 1.25;
}
.auth-clients {
    padding-left: 0;
}
.auth-icon.vkontakte {
    background-image: url("img/icon-vk.svg");
    background-position: center center;
    width: 36px;
    height: 36px;
}
.grey-panel {
    width: 585px;
    padding: 40px 24px;
    border-radius: 36px;
    background-color: var(--secondary-color-light-grey);
    margin-left: auto;
    margin-right: auto;
}
#section-auth-full .grey-panel {
    width: 100%;
}
.form-section .note-text a, .form-section .note-text a:hover, .form-section label a, .form-section label a:hover {
    color: var(--main-color-black);
}
.block-about {
    font-size: 24px;
    line-height: 1.67;
}
#section-auth.master-step .page-title{
    margin-bottom: 16px;
}
#section-auth.master-step .subtitle-3{
    margin-top: 30px;
    margin-bottom: 30px;
}
/*.master-step .grey-panel {
    width: 580px;
}*/
.master-step .cf-birthday-day .form-select, .master-step .cf-birthday-month .form-select {
    width: 89px;
}
.master-step .cf-birthday-hour .form-select, .master-step .cf-birthday-minute .form-select {
    width: 86px;
}
.master-step .cf-birthday-item .cf-birthday-year .form-select {
    width: 105px;
}
.master-step .cf-birthday-item {
    margin-right: 23px;
}
.master-step .cf-birthday-item:last-child {
    margin-right: 0;
}
#section-auth.master-step .subtitle-3.no-top-margin {
    margin-top: 0;
}
#section-auth.master-step .block-about {
  margin-bottom: 30px;
}
.upload-photo {
    border-radius: 36px;
    width: 250px;
    height: 200px;
    cursor: pointer;
}
.btn-delete-cont {
    text-align: center;
    max-width: 250px;
}
.btn-white.btn-delete-photo {
  /*  font-size: 20px;
    font-weight: bold;
    line-height: 1.4;*/
    padding: 8px 24px;
}
.image-input {
    display: none;
}

#section-show-profile {
    padding-top: 60px;
}
#section-show-profile .page-title{
    padding-bottom: 60px;
}
.img-rounded {
    border-radius: 36px;
    background-color: var(--secondary-color-light-grey);
}
#section-show-profile .info-profile {
    font-size: 24px;
    line-height: 1.67;
    padding-left: 28px;
}
#section-show-profile .info-profile .item-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
}
#section-show-profile .btn-block .btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 32px;
}
#section-show-profile .result {
    font-size: 24px;
    line-height: 1.33;
    margin-top: 60px;
    margin-bottom: 28px;
}
#section-show-profile .result .page-subtitle {
    margin-bottom: 36px;
}
#section-show-profile .contact-items a {
    text-decoration: none;
    color: var(--main-color-black);
}
.status-like, .status-dislike, .status-finish {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    padding: 16px 48px;
    border-radius: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.status-like {
    background-color: var(--secondary-color-orange);
}
.status-finish, .status-dislike {
    background-color: var(--secondary-color-deep-pink);
}
#chart {
    height: 417px;
}
#subs-menu {
    display: flex;
    list-style: none;
    margin-top: 60px;
    margin-bottom: 32px;
    padding-left: 0;
}
#subs-menu li {
    margin-right: 16px;
}
#subs-menu li a {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    color: var(--main-color-black);
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space:nowrap;
}
#subs-menu li.active {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 16px;
    background-color: var(--secondary-color-light-violet);
}
#subs-menu li.active a {
    color: var(--secondary-color-violet);
}
.section-subs {
    margin-top: 56px;
    font-size: 20px;
    line-height: 1.4;
}
.section-subs .row > div {
    margin-bottom: 32px;
}
.section-subs .row > div:nth-of-type(2n) {
    padding-left: 32px;
}
.section-subs .item-image {
    margin-bottom: 36px;
}
.section-subs .item-image img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    border-radius: 36px 36px 0 0;
}
.section-subs .subs-item {
    position: relative;
}
.section-subs  .number {
    position: absolute;
    right: 36px;
    top: 10px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.08;
}
.section-subs .item-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    padding-right: 60px;
}
.primary-panel {
    margin-top: 24px;
    padding: 60px 40px;
    border-radius: 36px;
    background-color: var(--secondary-color-light-violet);
}
.primary-panel .page-title {
    margin-bottom: 36px;
}
.primary-panel-text {
    max-width: 500px;
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 1.67;
}
.bg-likes {
    background-image: url("img/bg-likes.svg");
    background-repeat: no-repeat;
    background-position: right 64px center;
}
.bg-followers {
    background-image: url("img/bg-followers.svg");
    background-repeat: no-repeat;
    background-position: right 64px center;
}
.bg-mathces {
    background-image: url("img/bg-matches.svg");
    background-repeat: no-repeat;
    background-position: right 64px center;
}
#section-balance {
    font-size: 24px;
    line-height: 1.67;
}
#section-balance .balance-item-list {
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 60px;
}
#panel-balance-summary {
    width: 725px;
    padding: 36px 24px;
    border-radius: 36px;
    background-color: var(--secondary-color-light-violet);
    font-size: 24px;
    line-height: 1.33;
    margin-top: 60px;
    margin-bottom: 60px;
}
#panel-balance-summary .page-subtitle {
    margin-bottom: 24px;
}
#section-balance .payments img {
    margin-right: 25px;
}
#section-balance .info-payments {
    margin-top: 44px;
    margin-bottom: 21px;
}
#section-balance .payments {
    margin-bottom: 48px;
}
#section-referral-program .subtitle-3, #section-referral-program .btn-white {
    margin-top: 44px;
    margin-bottom: 44px;
}
#section-referral-program {
    font-size: 24px;
    line-height: 1.67;
}
#settings-profile .page-title {
    margin-bottom: 60px;
}
#settings-profile .nickname {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    margin-top: 28px;
}
#settings-profile .btn-block {
    margin-top: 47px;
    text-align: right;
}
.text-link, .text-link:hover  {
    text-decoration: none;
    color: var(--main-color-black);
}
#settings-profile .cf-birthday-day .form-select, #settings-profile .cf-birthday-month .form-select,
#settings-profile .cf-birthday-hour .form-select, #settings-profile .cf-birthday-minute {
    margin-right: 12px;
}
#settings-profile .block-about {
    margin-bottom: 34px;
}
#settings-profile .page-subtitle {
    margin-top: 72px;
    margin-bottom: 34px;
    /*font-size: 32px;*/
}
#settings-profile .page-subtitle#head-about-me {
    margin-top: 0;
}
@media (max-width: 1199px) {
    #calculator-block {
        margin-top: 60px;
        /*margin-bottom: 60px;*/
        padding: 24px 20px;
        height: auto;
        background-image: none;
    }
    #calculator-cont-form {
        margin-bottom: 48px;
    }
    .calc-result-items {
        font-size: 16px;
        line-height: 1.25
    }
    .calc-result-items b {
        font-size: 20px;
        line-height: 1.4;
    }
    .accent-title {
        font-size: 18px;
        line-height: 1.33;
    }
    #calculator-block .page-desc {
        width: 100%;
        font-size: 16px;
        line-height: 1.25;
    }
    #calculator-cont-form .pink-panel:first-child {
        margin-bottom: 16px;
    }
    #calculator-cont-form .page-subtitle {
        font-size: 20px;
        line-height: 1.4;
    }
    .cf-birthday-item {
        margin-right: 20px;
    }
    .cf-birthday-year {
        margin-right: 0;
    }
    .cf-birthday-year:after {
        flex-basis: 100%;
        width: 0;
    }
    #calculator-cont-form .btn-white {
        width: 100%;
        padding: 8px 23px;
        margin-top: 36px;
    }
    #subscription-header {
        margin-top: 60px;
        padding: 28px 20px;
    }
    #subscription-header .condition-service-block {
        background-image: none;
        min-height: auto;
    }
    #subscription-header .free-relation-item {
        width: auto;
    }
    #subscription-header .want-love-item {
        width: auto;
    }
    .item-privilege .text-privilege {
        font-size: 16px;
        line-height: 1.25;
    }
    #subscription-privilege {
        padding: 28px 2px;
    }
    #subscription-privilege .col-12:first-child .item-privilege {
        margin-bottom: 24px;
    }
    #section-about-partner {
        margin-top: 60px;
    }
    #section-about-partner .pink-panel {
        width: 100%;
        margin-left: 0;
    }
    #section-about-partner .cf-birthday-item {
        padding-right: 0;
    }
    #section-about-partner p {
        font-size: 16px;
        line-height: 1.25;
    }
    #ab-quest {
        font-size: 20px;
        line-height: 1.4;
        padding: 28px 40px;
        margin-top: 48px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .title-rl-100 {
        padding-left: 0;
        padding-right: 0;
    }
    #section-about-partner .page-desc {
        font-size: 16px;
        line-height: 1.25;
    }
    #ap-family {
        padding: 28px 20px;
        margin-bottom: 12px;
        height: auto;
    }
    #section-about-partner .page-title, #section-about-partner .subtitle-3 {
        margin-bottom: 20px;
    }
    #section-about-partner .row-eq {
        align-items: flex-start;
    }
    #ap-romantic {
        padding: 28px 20px;
        height: auto;
    }
    #ap-title-go {
        margin-bottom: 32px;
    }
    #subscription-privilege .icon-verification {
        width: 28px;
        height: 28px;
        background-size: cover;
    }
    #btn-cont-priv {
        width: 100%;
    }
    #about-header, #about-header-image {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    #about-header {
        height: 664px;
        padding-top: 116px;
        background-position-x: 60%;
        margin-bottom: 80px;
    }
    #about-header .alpha-panel {
        width: 100%;
    }
    #about-header .page-desc {
        font-size: 16px;
        line-height: 1.25;
    }
    #about-header-image {
        margin-bottom: 0;
    }
    #about-header-image .row {
        margin-left: 0;
        margin-right: 0;
    }
    #about-header-image-img {
        width: calc(100% + 32px);
        height: 280px;
        border-radius: 0;
        margin-left: -20px;
        margin-right: -12px;
        margin-bottom: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #about-header-image-img .hint-source-out {
        padding-left: 20px;
    }
    .about-header-image-desc {
        width: 100%;
        padding-top: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #about-header-image .page-desc {
        font-size: 16px;
        line-height: 1.25;
    }
    #what-is-synamor {
        width: 100%;
        padding: 28px 20px;
        margin-top: 24px;
        margin-left: 0;
        margin-right: 0;
    }
    #what-is-synamor .page-desc {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.2;
    }

    #about-footer .page-desc {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        margin-bottom: 36px;
    }

    #about-footer .btn-main {
        margin-bottom: 52px;
    }

    #rectification-section {
        padding: 28px 20px;
        font-size: 16px;
        line-height: 1.25;
        background-image: none;
    }
    #rectification-section > .page-title {
        margin-bottom: 24px;
    }
    #rectification-section p {
        margin-bottom: 20px;
        max-width: 507px;
    }

    #rectification-price-section {
        padding: 28px 20px;
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 48px;
    }
    .section-one-btn .btn {
        width: 100%;
    }
    #rectification-price-section .subtitle-3, #rectification-price-section .rect-list, #rectification-price-section .desc {
        margin-bottom: 20px;
    }
    .section-success {
        padding: 40px 20px;
        background-color: var(--secondary-color-light-violet);
        margin-right: -20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .panel-success {
        padding: 12px 8px;
        font-size: 18px;
        line-height: 1.33;
        width: 100%;
        border-radius: 24px;
    }

    #consultation-section {
        padding: 28px 20px;
        font-size: 16px;
        line-height: 1.25;
        background-image: none;
        margin-bottom: 48px;
    }
    #consultation-section > .page-title {
        margin-bottom: 24px;
    }
    #consultation-section > .subtitle-3 {
        margin-bottom: 20px;
    }
    #consultation-section > .subtitle-3,  #consultation-section > p {
        width: 100%;
    }
    #consultation-items-section .page-subtitle{
        margin-bottom: 32px;
        line-height: 1.09;
    }
    .consultation-item {
        padding: 24px 20px;
        margin-bottom: 12px;
    }
    .consultation-item .img-block {
        margin-right: 14px;
    }
    .consultation-item .data-block {
        font-size: 16px;
        line-height: 1.25;
    }
    .consultation-item .item-title {
        margin-bottom: 16px;
    }
    .consultation-item .item-desc {
        margin-bottom: 24px;
        padding-right: 0;
    }

    #self-knowledge-section {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        padding: 76px 20px 40px;
        font-size: 16px;
        line-height: 1.25;
    }
    .self-knowledge-img {
        width: 100%;
        height: 400px;
        margin-left: 0;
        margin-top: 24px;
        background-size: cover;
        border-radius: 36px;
    }
    .finance-img {
        width: 100%;
        height: 400px;
        margin-left: 0;
        margin-top: 24px;
        background-size: cover;
        border-radius: 36px;
    }
    .other-img {
        width: 100%;
        height: 400px;
        margin-left: 0;
        margin-top: 24px;
        background-size: cover;
        border-radius: 36px;
    }
    .horary-img {
        width: 100%;
        height: 400px;
        margin-left: 0;
        margin-top: 24px;
        background-size: cover;
        border-radius: 36px;
        background-position: bottom;
    }
    #self-knowledge-img-2 {
        width: 100%;
        height: 460px;
        background-size: cover;
        border-radius: 36px;
    }
    #horary-img-2 {
        width: 100%;
        height: 460px;
        background-size: cover;
        border-radius: 36px;
        background-position: center;
    }
    #horary-img-2.no-img {
        display: none;
    }
    #self-knowledge-recv-section {
        flex-direction: column;
    }
    #self-knowledge-section .page-title, #self-knowledge-section .subtitle-3, #self-knowledge-section .desc {
        margin-bottom: 20px;
    }
    #self-knowledge-indv-section .subtitle-3 {
        max-width: 100%;
        margin-bottom: 32px;
    }
    #self-knowledge-indv-section .item {
        padding: 28px 20px;
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    #self-knowledge-indv-section .item.one {
        margin-bottom: 12px;
    }
    #self-knowledge-indv-section .item.three {
        height: auto;
    }
    #self-knowledge-indv-section .number {
        font-size: 44px;
        line-height: 0.82;
        margin-right: 12px;
        padding-top: 0;
    }
    #self-knowledge-img-section .img-desc {
        font-size: 16px;
        line-height: 1.25;
        margin-left: 0;
        margin-top: 20px;
    }
    .how-recv-title {
        font-size: 22px;
        line-height: 1.09;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .how-recv-items .item {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 20px;
    }
    .how-recv-items .item .image {
        margin-right: 14px;
    }
    .how-recv-items .item .image img {
        height: 32px;
        width: 32px;
    }
    #show-horary-btn {
        padding: 8px 8px;
        width: 100%;
        margin-bottom: 20px;
    }
    #section-horary-detail {
        font-size: 16px;
        line-height: 1.25;
    }
    #section-horary-detail p {
        margin-bottom: 4px;
    }
    .margin-bottom-40 {
        margin-bottom: 28px !important;
    }
    .tariff-section {
        padding: 29px 12px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.25;
    }
    #tariff-title, #get-app-title {
        margin-bottom: 24px;
    }
    .tariff-section .btn-main {
        margin-top: 48px;
        width: 100%;
    }
    .tariff-section .list-price {
        font-size: 18px;
        line-height: 1.11;
    }
    .tariff-section .list-price .large {
        line-height: 1.29;
    }
    .tariff-subtitle {
        font-weight: bold;
        font-size: 22px;
        line-height: 1.09;
    }
    #get-app-section .page-desc {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 40px;
    }
    .get-app-panel {
        padding: 20px;
        font-size: 18px;
        line-height: 1.11;
        margin-left: 0;
        width: 100%;
        margin-bottom: 24px;
    }
    .get-app-panel .get-app-link-block a {
        font-size: 24px;
        font-weight: 900;
        line-height: 1.5;
    }
    .get-app-title {
        margin-bottom: 24px;
    }
    .get-app-panel .btn-main {
        width: 100%;
    }
    #section-login .btn-main {
        margin-bottom: 24px;
    }
    .login-panel-header, .login-panel-footer, .grey-panel {
        width: 100%;
        padding: 28px 20px;
    }
    .form-title {
        font-size: 16px;
        line-height: 1.25;
    }
    .note-text {
        font-size: 12px;
        line-height: 1;
    }
    #section-auth-full {
        font-size: 16px;
        line-height: 1.25;
    }
    #section-auth .page-title, #section-auth-full .page-title {
        margin-bottom: 24px;
    }
    #section-auth .btn-main, #section-auth-full .btn-main {
        margin-top: 26px;
        min-width: 198px;
    }
    .block-about {
        font-size: 16px;
        line-height: 1.25;
    }
    #section-auth.master-step .subtitle-3{
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .master-step .cf-birthday-day .form-select, .master-step .cf-birthday-month .form-select {
        width: 73px;
    }
    .master-step .cf-birthday-hour .form-select, .master-step .cf-birthday-minute .form-select {
        width: 73px;
    }
    .master-step .cf-birthday-item .cf-birthday-year .form-select {
        width: 92px;
    }
    .master-step .cf-birthday-item {
        margin-right: 18px;
    }
    .master-step .cf-birthday-item:last-child {
        margin-right: 0;
    }
    #section-auth.master-step .block-about {
        margin-bottom: 16px;
    }
    .upload-photo {
        border-radius: 24px;
        width: 136px;
        height: 104px;
    }

    #section-show-profile .page-title{
        padding-bottom: 30px;
    }
    #section-show-profile .info-profile {
        font-size: 16px;
        line-height: 1.25;
    }
    #section-show-profile .info-profile .item-title {
        margin-top: 24px;
        font-size: 20px;
        line-height: 1.2;
    }
    #section-show-profile .btn-block .btn {
        margin-bottom: 24px;
        width: 100%;
    }
    #section-show-profile .result {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.11
    }
    #section-show-profile .result .page-subtitle {
        margin-bottom: 32px;
    }
    .status-like, .status-dislike, .status-finish {
        font-size: 20px;
        line-height: 1.2;
        width: 100%;
    }
    #chart {
        height: 300px;
    }
    #subs-menu {
        margin-bottom: 24px;
    }
    #subs-menu li a {
        font-size: 16px;
        line-height: 1.25;
    }
    .section-subs {
        margin-top: 32px;
        font-size: 18px;
        line-height: 1.11;
    }
    .section-subs .row > div {
        margin-bottom: 12px;
    }
    .section-subs .row > div:nth-of-type(2n) {
        padding-right: calc(var(--bs-gutter-x)* 0.5);
        padding-left: calc(var(--bs-gutter-x)* 0.5);
    }
    .section-subs .item-title {
        font-size: 20px;
        line-height: 1.2;
    }
    .section-subs  .number {
        right: 36px;
        font-size: 28px;
        line-height: 0.86;
    }
    .primary-panel {
        margin-top: 16px;
        padding: 28px 20px;
    }
    .primary-panel .page-title {
        margin-bottom: 24px;
    }
    .primary-panel-text {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 32px;
    }
    .primary-panel .btn-main {
        width: 100%;
    }
    .bg-likes, .bg-followers, .bg-matches {
        background-image: none;
    }
    #section-balance {
        font-size: 20px;
        line-height: 1.2;
    }
    #section-balance .balance-item-list {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    #panel-balance-summary {
        width: 100%;
        padding: 28px 20px;
        font-size: 18px;
        line-height: 1.33;
        margin-top: 32px;
        margin-bottom: 32px;
    }
    #section-balance .payments img {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    #section-balance .info-payments {
        margin-top: 44px;
        margin-bottom: 21px;
    }
    #section-balance .payments {
        width: 100%;
        margin-bottom: 20px;
        flex-flow: wrap;
    }
    #section-referral-program .subtitle-3, #section-referral-program .btn-white {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    #section-referral-program {
        font-size: 16px;
        line-height: 1.25;
    }
    #settings-profile .page-title {
        margin-bottom: 32px;
    }
    #settings-profile .nickname {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 40px;
    }
    #settings-profile .btn-block {
        margin-top: 28px;
        text-align: left;
    }

}