@import '/assets/css/wg/buttons.css';

.whygold {
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.whygold__titleBlock {
    text-align: center;
}

.text-uppercase {}

.whygold__imgWrap {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whygold__img {
    max-width: 180px;
}

.whygold__signBtnWrap {
    max-width: 273px;
    margin: 0 auto;
}

.whygold__titleBlock {}


.signBttn {
    font-size: 18px;
}

.flexBlock__backBtnWrap {
    display: flex;
    align-items: flex-end;
}

.flexBlock__backBtn:hover {
    text-decoration: underline;
}

.body__h1 {
    margin-bottom: 0;
}

.goalList {
    margin: clamp(30px, 4.4vw, 50px) 0 17px;
}

.goalList__row {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}

.goalList__row:last-of-type {
    margin-bottom: 0;
}

.goalListRow__icon {
    max-width: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.goalListRow__iconImg {}

.goalListRow__info {
    width: 100%;
    border: 1px solid #e5e8ed;
    border-radius: 3px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.goalListRowInfo__nr {
    color: #252a48;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    max-width: 50px;
    width: 100%;
    justify-content: center;
    margin: 10px 0;
}

.goalListRowInfo__text {
    color: #252a48;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 0 20px;
    margin-bottom: 10px;
    justify-content: center;
}

.goalListRowInfo__btnWrap {
    display: flex;
    align-items: center;
    max-width: 240px;
    width: 100%;
}

.ownGoalWrite {
    margin: 17px 0 34px;
}

.goalList__row-title {
    margin-bottom: 20px;
}

.feedbackForm__row {}

.input__text {}

.input__textarea {}

.ownGoalWrite__btnWrap {}

.ownGoalWrite__btn {}

.input__textarea {
    height: initial;
    padding: 10px 20px;
}

.inputGroup__block {
    min-width: 290px;
    margin-bottom: 0;
    padding: 20px 0 !important;
}

.signForm {
    margin-bottom: 0 !important;
    padding-top: 20px;
}

.opportunitiesBlock__data-decor:after {
    bottom: -240px !important;
}

.signForm__opportunities {
    justify-content: space-between;
    grid-template-columns: minmax(256px, 2fr) minmax(256px, 3fr) !important;
}

.opportunitiesBlock .signBttn {
    height: 51px !important;
}

.opportunitiesBlock .inputGroup {
    grid-gap: 0px !important;
}

.signForm-login {
    margin-top: 0px !important;
}

.whygold__bg {
    position: relative;
}

.whygold__bg:after {
    content: "";
    clear: both;
    position: absolute;
    background: url(/assets/images/mx/dot.png);
    height: 170px;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.signForm__opportunities {
    justify-content: space-between;
    grid-template-columns: minmax(256px, 443px) !important;
    justify-content: center !important;
}

.inputGroup__block {
    min-width: 180px !important;
    overflow: hidden !important;
}

.opportunitiesBlock .inputGroup {
    margin: 0;
}

.inputGroup__text[type='text'],
.inputGroup__text[type='password'] {
    font-size: 10px !important;
}

.whygold__title {
    font-size: 29px;
    color: #040b17;
    font-weight: 900;
    margin-bottom: 70px;
}

.whygold__title-line {
    height: 4px;
    width: 100%;
    background-color: #fccc2a;
    display: flex;
}

.signBttn__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #000000;
    margin-left: 20px;
    margin-bottom: 2px;
}

.whygold__signBtnWrap .signBttn {
    font-size: 16px;
}

.goalsetMaster {
    margin-bottom: 50px;
}

.goalsetMaster__logoWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.goalsetMaster__logo {}

.goalsetMaster__informer {
    background-color: #fffcf4;
    border: 1px solid #e5e8ed;
    border-radius: 3px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    padding-right: 10px;
    padding-left: 50px;
    color: #252a48;
    font-weight: bold;
    font-style: italic;
    font-size: 17px;
    position: relative;
    margin: 0;
    width: 100%;
}

.goalsetMaster__informer-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fff5f5;
    border: 1px solid #ffe9e9;
    border-radius: 30px;
    color: #ff7f7f;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}

.goalsetMaster__subText {
    margin: clamp(30px, 4.4vw, 50px) 0;
    padding: 30px 26px;
    border: 1px solid #e3e9f9;
    border-radius: 2px;
    color: #535b65;
    font-size: 16px;
    font-weight: 500;
}

.goalList__row-title {
    height: auto;
}

.goalList__row-header {
    margin-bottom: 33px !important;
}

.goalList__row-footer {
    margin-top: 33px !important;
}

.goalList__row-title .goalListRow__info {
    background-color: #fccc2a;
    border: none;
}

.goalQuote {
    padding-left: 45px;
    position: relative;
}

.goalQuote::after {
    width: 28px;
    height: 28px;
    background-color: #fccc2a;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    clear: both;
}

.goalQuote__text {
    color: #989ea6;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.goalQuote__author {
    text-align: right;
    margin-top: 22px;
    color: #989ea6;
    font-weight: bold;
    font-size: 20px;
}

.goalBlock__quote {
    padding-left: 17px;
    border-left: 3px solid #d2d2d2;
    margin-top: 30px;
}

.goalBlockQuote__title {
    margin-bottom: 30px;
    color: #535b65;
    font-weight: bold;
    font-size: 20px;
}

.goalBlockQuote__text {
    color: #535b65;
    font-size: 20px;
    font-weight: 500;
}

.goalSvg svg {
    width: 56px;
}

.goalList__row svg {
    width: 56px;
    height: 48px;
}

.goalCount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
    max-width: 500px;
    width: 100%;
    font-size: 14px;
}

.buySubscription {}

.buySubscription__wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.buySubscription__element {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 29px 30px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    z-index: 1;
    margin: 0;
    border: 1px solid #e4e9fa;
    transition: 500ms all;
}

.buySubscription__element:hover {
    box-shadow: 0px 0px 20px 0px rgba(13, 11, 11, 0.1);
}

.buySubscriptionElement__title {
    
font-size: 32px;
    
font-weight: bold;
    
margin-bottom: 10px;
}

.buySubscriptionElement__plus {
    width: 16px;
    height: 14px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}

.buySubscriptionElement__plus:before {
    content: "";
    clear: both;
    position: absolute;
    height: 100%;
    width: 4px;
    background-color: #061020;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.buySubscriptionElement__plus:after {
    content: "";
    clear: both;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #061020;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.buySubscriptionElement__count {
    color: #061020;
    font-size: 50px;
    font-weight: bold;
}

.buySubscriptionElement__text {

color: #000;

font-weight: bold;

font-size: 20px;
}

.buySubscription__element-smart {
    border-top: 4px solid #9e9e9e;
}

.buySubscription__element-smart .buySubscriptionElement__title {
    color: #9e9e9e;
}

.buySubscription__element-pro {
    border-top: 4px solid #8c3ece;
}

.buySubscription__element-pro .buySubscriptionElement__title {
    color: #8c3ece;
}

.buySubscription__element-accord {
    border-top: 4px solid #335ab4;
}

.buySubscription__element-accord .buySubscriptionElement__title {
    color: #335ab4;
}

.buySubscription__element-line {
    border-top: 4px solid #facf04;
}

.buySubscription__element-line .buySubscriptionElement__title {
    color: #facf04;
}

.buySubscription__btnWrap {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.goalsetMaster__subText p {
    margin-bottom: 10px;
}

.goalsetMaster__subText p:last-of-type {
    margin-bottom: 10px;
}

.goalsetMaster__subText-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.goalsetMaster__subText-text {

}

@media(min-width: 575px) {
    .goalsetMaster__informer {
        padding: 10px 70px;
    }

    .goalList__row-title {
        height: 44px;
    }

    .goalList__row {
        flex-direction: row;
    }

    .goalListRow__icon {
        margin: 0;
    }

    .goalListRow__info {
        flex-direction: row;
        align-items: initial;
        justify-content: initial;
    }

    .goalListRowInfo__text {
        margin: initial;
        margin-right: 10px;
        text-align: initial;
        justify-content: initial;
    }

    .goalListRowInfo__nr {
        margin: 0;
    }

    .goalList__row {
        margin-bottom: 12px;
    }

    .goalList__row:last-of-type {
        margin-bottom: 0;
    }

    .inputGroup__block {
        min-width: 230px !important;
        overflow: unset !important;
    }

    .opportunitiesBlock .inputGroup {
        margin: 0 10px;
    }

    .inputGroup__text[type='text'],
    .inputGroup__text[type='password'] {
        font-size: 18px !important;
    }

    .ownGoalWrite {
        margin-left: 100px;
    }

    .buySubscription__wrap {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(min-width: 768px) {
    .whygold__bg:after {
        height: 290px;
    }

    .bodySimple .bodyContent .container {
        padding-left: 52px;
        padding-right: 52px;
    }

    .whygold__titleBlock .body__h1 {
        width: 100%;
    }

    .whygold__img {
        max-width: initial;
    }

    .whygold__imgWrap {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .whygold__signBtnWrap {
        max-width: initial;
        margin: initial;
    }

    .signBttn {
        font-size: 23px;
    }

    /* .inputGroup__text[type='text'], .inputGroup__text[type='password'] {
        font-size: 11px!important;
    }

    .styledChk__label {
        font-size: 11px!important;
    } */

    .whygold__title {
        font-size: 48px;
    }

    .whygold__title-line {
        height: 7px;
    }

    .whygold__signBtnWrap .signBttn {
        font-size: 28px;
    }

    .signBttn__arrow {
        border-width: 14px 0 14px 15px;
        margin-left: 60px;
    }

    .whygold__signBtnWrap .signBttn {
        font-size: 28px;
    }

    .buySubscription__wrap {
        grid-template-columns: repeat(4,1fr);
    }
}

@media(min-width: 1024px) {
    .inputGroup__block {
        min-width: 240px;
    }

    .inputGroup__text[type='text'],
    .inputGroup__text[type='password'] {
        font-size: 18px !important;
    }

    .styledChk__label {
        font-size: 18px !important;
    }

    .signForm__opportunities {
        justify-content: space-between !important;
        grid-template-columns: minmax(256px, 2fr) minmax(256px, 3fr) !important;
    }

    .signForm-login {
        margin-top: 140px !important;
    }

    .whygold__title {
        font-size: 58px;
    }
}

@media(min-width: 1200px) {
    .inputGroup__block {
        min-width: 290px;
    }
}

@media(max-width: 576px) {
    .signBttn {
        font-size: 14px;
        line-height: 100%;
    }
}