.contacts {
    padding: 75px 0;
}

.contacts__wrapper {
    background-color: #d4c89f;
    border-bottom-left-radius: 60px;
    overflow: hidden;
    box-shadow: -30px 0px 100px 0px rgba(20, 20, 15, 0.35);
}

.contacts__content {
    margin-bottom: 50px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 432px;
    border-bottom-left-radius: 60px;
    overflow: hidden;
}

.contacts__left {
    padding-top: 80px;
    background: url(/assets/images/landing/contacts/contact-bg.jpg);
    background-color: #f2c432;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contacts__title {
    color: #141415;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.contacts__right .contacts__title {
    text-align: right;
}

.contacts__right {
    padding: 80px 40px 50px;
}

.contacts__userInfo {
    margin-top: 80px;
}

.contactsUserInfo__row {
    margin-bottom: 20px;
}

.contactsUserInfo__row-required {
    position: relative;
}

.contactsUserInfo__input {
    width: 100%;
    font-size: 18px;
    color: #c8c8c9;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #f0f0f0;
    padding: 2px 0 17px;
}


.contactsUserInfo__input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c8c8c9;
    opacity: 1;
    /* Firefox */
}

.contactsUserInfo__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c8c9;
}

.contactsUserInfo__input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c8c8c9;
}

.contactsUserInfo__input:focus {
    outline: none;
}

.contactsUserInfo__row-required .contactsUserInfo__input {
    padding-left: 13px;
    position: relative;
}

.contactsUserInfo__row-required:before {
    content: "*";
    clear: both;
    color: #ffafb0;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5px;
}

.contactsUserInfo__btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.contactsUserInfo__btn {
    text-transform: initial;
}

.contacts__address {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 240%;
}

.contactsUserInfo__row label {
    display: none !important;
}

.contactsUserInfo__row-error input {
    border-bottom: 3px solid #ffafb0;
}

.contactsUserInfo__row-error .contactsUserInfo__input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffafb0;
    opacity: 1;
    /* Firefox */
}

.contactsUserInfo__row-error .contactsUserInfo__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffafb0;
}

.contactsUserInfo__row-error .contactsUserInfo__input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffafb0;
}

#formBlock {
    max-width: 925px;
    width: 100%;
    padding: 75px;
}

.formContact__wrapper {
    /* max-width: 925px; */
    /* width: 100%; */
}

.formContact__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.formContactTop__left {}

.formContactTop__row {
    display: flex;
}

.formContactTopRow__label {
    color: #141415;
    font-size: 20px;
}

.formContactTopRow__value {
    color: #141415;
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
}

.formContactTop__right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.formContact__btnWrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.registration__btn {}

.contactsUserInfo__btn {}

.formContact__bottom {
    margin-top: 50px;
}

.formContact__btn {
    text-transform: initial;
}

.fancybox-slide--html .fancybox-close-small {
    display: none;
}

.closeBtn {
    color: #141415;
    font-size: 20px;
    right: 20px!important;
    top: 10px!important;
    transition: 500ms all;
    width: initial;
    padding: 0!important;
    display: block!important;
}

.closeBtn:after {
    content: "";
    clear: both;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 7px;
    left: 0;
    transition: 500ms all;
}

.closeBtn:hover:after {
    background-color: #fff;
}

.formContact__textarea {
    font-size: 20px;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #cbcbcb;
    padding: 15px;
    color: #141415;
}

.formContact__textarea:focus {
    outline: none;
}

.formContact__textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c8c8c9;
    opacity: 1;
    /* Firefox */
}

.formContact__textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c8c9;
}

.formContact__textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c8c8c9;
}

.successForm__title {
    color: #141415;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.successForm__text {
    margin-top: 20px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.fancybox-content {
    padding: 74px 44px 44px;
}

.inputGroup__block-captcha {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inputGroup__block-captcha .inputGroup__text {
    font-size: 20px;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #cbcbcb;
    padding: 15px;
    color: #141415;
    flex: 1;
}

.inputGroup__block-captcha .inputGroup__label {
    display: none;
}

.inputGroup__block-captcha .inputGroup__captcha {
    margin-left: 20px;
}

.inputGroup__block-captcha .inputGroup__text:focus {
    outline: none;
}

.inputGroup__block-captcha .inputGroup__text::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c8c8c9;
    opacity: 1;
    /* Firefox */
}

.inputGroup__block-captcha .inputGroup__text:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c8c9;
}

.inputGroup__block-captcha .inputGroup__text::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c8c8c9;
}

.errorCaptcha__label {
    font-style: italic;
    color: #ff0000;
    margin-top: 10px;
}

@media(max-width: 1200px) {

}

@media(max-width: 1024px) {
    .contacts__content {
        grid-template-columns: 1fr 1fr;
    }

    .contacts__right {
        padding: 50px 20px;
    }

    .contacts__left {
        padding-top: 50px;
        background-size: 200%;
        background-color: #f5c839;
    }
    
}

@media(max-width: 768px) {
    .contacts {
        padding: 50px 0;
    }

    .contacts__left {
        background: rgba(245,200,66,1);
        background: -moz-linear-gradient(top, rgba(245,200,66,1) 0%, rgba(235,183,50,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,200,66,1)), color-stop(100%, rgba(235,183,50,1)));
        background: -webkit-linear-gradient(top, rgba(245,200,66,1) 0%, rgba(235,183,50,1) 100%);
        background: -o-linear-gradient(top, rgba(245,200,66,1) 0%, rgba(235,183,50,1) 100%);
        background: -ms-linear-gradient(top, rgba(245,200,66,1) 0%, rgba(235,183,50,1) 100%);
        background: linear-gradient(to bottom, rgba(245,200,66,1) 0%, rgba(235,183,50,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c842', endColorstr='#ebb732', GradientType=0 );
        position: relative;
    }
    
    .contacts__content {
        grid-template-columns: 1fr;
    }

    .contacts__address {
        margin-top: 20px;
    }

    .contacts__left {
        padding: 50px 0;
    }

    .contacts__right .contacts__title {
        text-align: center;
    }

    .contacts__userInfo {
        margin-top: 40px;
    }

    #formBlock {
        padding: 60px 20px;
    }

    .formContact__top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: initial;
    }

    .formContactTop__left {
        margin-bottom: 30px;
    }

    .formContact__btn {
        padding: 0 20px;
    }
}

@media(max-width: 565px) {
    .contacts__left {
        padding: 20px 0;
    }

    .contacts__title {
        font-size: 24px;
    }

    .contacts__address {
        margin-top: 10px;
        line-height: 150%;
        font-size: 14px;
        padding: 0 10px;
    }

    .contacts__right {
        padding: 20px;
    }

    .contactsUserInfo__btnWrap {
        margin: 20px 0;
    }

    .contactsUserInfo__input {
        font-size: 16px;
    }

    .contacts {
        padding: 20px 0;
    }

    .formContactTopRow__label {
        font-size: 16px;
    }

    .formContactTopRow__value {
        font-size: 16px;
    }

    .formContact__bottom {
        margin-top: 30px;
    }

    .formContact__textarea {
        font-size: 16px;
    }

    .closeBtn {
        font-size: 16px;
    }

    .inputGroup__block-captcha {
        flex-direction: column-reverse;
    }

    .inputGroup__block-captcha .inputGroup__text {
        margin-top: 20px;
    }

    .inputGroup__block-captcha .inputGroup__captcha {
        margin-left: 0;
        border: 1px solid #cbcbcb;
    }
}