.container {
    max-width: 1280px;
    margin: 0 auto;
}

.header {
    padding: 18px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    margin-bottom: 76px;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    width: 115px;
    height: 34px;
}

.header__link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #484848;
    display: flex;
    align-items: center;
}

.header__link img {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}

.gold {
    margin-bottom: 65px;
}

.gold__inner {
    background: #F5F5F5;
    padding: 96px 91px 85px 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gold__info {
    display: flex;
    flex-direction: column;
}

.gold__title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #484848;
    margin-bottom: 53px;
    max-width: 454px;
}

.gold__text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #484848;
    margin-bottom: 17px;
}

.gold__list {
    padding-left: 24px;
}

.gold__list li {
    list-style-type: disc;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #484848;
    margin-bottom: 2px;
}

.gold__list li:last-child {
    margin-bottom: 0;
}

.gold__img {
    max-width: 492px;
    max-height: 319px;
}

.gold__img img {
    width: 100%;
}

.about-us {
    margin-bottom: 101px;
}

.about-us__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us__title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #484848;
    margin-bottom: 67px;
    position: relative;
}

.about-us__title::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #1D906D;
    bottom: -17px;
    left: 0;
    position: absolute;
}

.about-us__block {
    display: flex;
}

.about-us__info {
    width: 50%;
    background: #1D906D;
    padding: 117px 96px;
    position: relative;
}

.about-us__info span {
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 28px;
    position: relative;
}

.about-us__info span::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    bottom: -17px;
    left: 0;
    position: absolute;
}

.about-us__info p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.about-us__info img {
    position: absolute;
    right: 76px;
    bottom: 50px;
    width: 59px;
    height: 59px;
}

.about-us__catalog {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us__catalog img {
    max-width: 250px;
    max-height: 208px;
    margin-bottom: 68px;
}

.about-us__catalog a {
    width: max-content;
    padding: 0 40px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    background: #1D906D;
}

.contact {
    margin-bottom: 107px;
}

.contact__inner {
    display: flex;
}

.contact__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    max-width: 425px;
    margin: 0 auto;
    padding-top: 20px;
}

.contact__title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #484848;
}

.contact__text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 35px;
    color: #484848;
}

.contact__form {
    display: flex;
    flex-direction: column;
}

.contact__form-btn {
    width: max-content;
    padding: 0 51px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    background: #1D906D;
    border: none;
    outline: none;
}

.contact__img {
    width: 50%;
}

.contact__img img {
    width: 100%;
}

.input {
    position: relative;
    margin-bottom: 14px;
}

.input__label {
    position: absolute;
    left: 19px;
    top: 50%;
    background: transparent;
    white-space: nowrap;
    transform: translate(0, -50%);
    transform-origin: 0 0;
    transition: transform 120ms ease-in;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #A7A7A7;
}

.input__field {
    display: block;
    width: 100%;
    padding: 15px 22px;
    color: #A7A7A7;
    background: #FBFBFB;
    border: 1px solid #E6E6E6;
    transition: 0.3s;
}

.input__field:not(:-moz-placeholder-shown)+.input__label {
    transform: translate(0, -165%) scale(0.8);
    color: #A7A7A7;
    background: #fff;
    padding: 0 6px;
}

.input__field:not(:-ms-input-placeholder)+.input__label {
    transform: translate(0, -165%) scale(0.8);
    color: #A7A7A7;
    background: #fff;
    padding: 0 6px;
}

.input__field:focus+.input__label,
.input__field:not(:placeholder-shown)+.input__label {
    transform: translate(0, -165%) scale(0.8);
    color: #A7A7A7;
    background: #fff;
    padding: 0 6px;
}

.input__field:focus {
    background: #fff;
    border: 1px solid #000;
    transition: 0.3s;
}

.input__field.error {
    border: 1px solid #E02222;
    transition: 0.3s;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #484848;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ADADAD;
    border-radius: 2px;
}

.checkbox-container input:checked~.checkmark {
    background-color: #1D906D;
}

.checkbox-container .checkmark:after {
    content: url(../img/check.svg);
    position: absolute;
    display: none;
    width: 7px;
    height: 5px;
    left: 3px;
    top: -3px;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.address {
    margin-bottom: 88px;
}

.address__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.address__title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #484848;
    margin-bottom: 67px;
    position: relative;
}

.address__title::after {
    content: "";
    width: 93px;
    height: 2px;
    background: #1D906D;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

#map {
    width: 100%;
    height: 357px;
}

.footer {
    background: #31307A;
    padding: 25px 0 14px 0;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
}

.footer__left {}

.footer__logo {
    display: inline-block;
    width: 115px;
    height: 34px;
    margin-right: 28px;
    margin-bottom: 56px;
}

.footer__left-link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.footer__left-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.7;
}

.footer__right {
    display: flex;
    flex-direction: column;
}

.footer__right-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 29px;
}

.footer__right-link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 15px;
    opacity: 0.7;
}

.footer__right-link:last-child {
    margin-bottom: 0;
}

/* popup */
.popup{
    position: relative;
    padding: 50px 24px;
    max-width: 500px;
    text-align: center;
    margin: 10% auto;
    background: #fff;
}

.title {
    font-size: 1.866em;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 27px;
    color: #222;
}

.text {
    color: #777;
    font-size: .867em;
    margin-bottom: 16px;
}

.close {
    width: 14px;
    height: 14px;
    line-height: 20px;
    text-align: center;
    color: #c2cbd2;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 25px;
    cursor: pointer;
    background: url('/bitrix/templates/aspro-digital/images/digital.png') -85px 0 no-repeat;
    transition: opacity .3s;
    z-index: 1;
}
.btn {
    background: #1D906D;
    border-color: #1D906D;
    color: #fff;
    display: flex;
    max-width: 190px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}
@media (max-width: 1300px) {
    .container {
        padding: 0 50px;
    }

    .header {
        padding-left: 36px;
        padding-right: 27px;
    }

    .header .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .gold__inner {
        background: #fff;
        padding: 0;
    }

    .gold__title {
        font-size: 19.142px;
        line-height: 26px;
        margin-bottom: 60px;
    }

    .gold__text {
        display: none;
    }

    .gold__list li {
        font-size: 13.1601px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .gold__img {
        text-align: center;
    }

    .gold__img img {
        max-width: 294px;
        max-height: 190px;
    }

    .gold__info {
        width: 50%;
        padding-left: 50px;
    }

    .gold__img {
        width: 50%;
    }

    .about-us {
        margin-bottom: 87px;
    }

    .about-us__block {
        flex-direction: column;
    }

    .about-us__title {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 46px;
    }

    .about-us__info {
        width: 100%;
        margin-bottom: 50px;
    }

    .about-us__catalog {
        width: 100%;
    }

    .about-us__info span {
        font-size: 22px;
        line-height: 30px;
    }

    .about-us__info p {
        font-size: 18px;
        line-height: 24px;
    }

    .about-us__info img {
        right: 92px;
        bottom: 41px;
    }

    .about-us__catalog img {
        max-width: 221px;
        max-height: 184px;
    }

    .contact__inner {
        flex-direction: column-reverse;
    }

    .contact__img {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact__img img {
        max-height: 291px;
        object-fit: cover;
    }

    .contact__info {
        width: 100%;
    }

    .address__title {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 57px;
    }

    .footer__left {
        display: flex;
        flex-direction: column;
    }

    .footer__logo {
        margin-bottom: 10px;
    }

    .footer__left-link {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header {
        padding-left: 22px;
        padding-right: 22px;
    }

    .header__link {
        font-size: 13px;
        line-height: 17px;
    }

    .gold__inner {
        flex-direction: column-reverse;
    }

    .gold__img {
        width: 100%;
        margin-bottom: 30px;
    }

    .gold__title {
        margin-bottom: 17px;
    }

    .gold__info {
        width: 100%;
        padding-left: 0;
    }

    .gold__list {
        padding-left: 20px;
    }

    .about-us__title {
        font-size: 24px;
        line-height: 32px;
    }

    .about-us__title::after {
        bottom: -14px;
        width: 93px;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-us__info {
        padding: 68px 8px 84px 23px;
    }

    .about-us__info span {
        font-size: 19px;
        line-height: 26px;
        width: 100%;
    }

    .about-us__info p {
        font-size: 13px;
        line-height: 18px;
        padding-right: 20px;
    }

    .about-us__info img {
        right: 38px;
        bottom: 20px;
        width: 38px;
        height: 38px;
    }

    .about-us__catalog img {
        margin-bottom: 30px;
    }

    .checkbox-container {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 28px;
    }

    .contact {
        margin-bottom: 60px;
    }

    .contact__form-btn {
        margin: 0 auto;
    }

    .address {
        margin-bottom: 42px;
    }

    .address__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 42px;
    }

    .address__title::after {
        bottom: -14px;
    }

    #map {
        height: 277px;
    }

    .footer {
        padding-top: 37px;
        padding-bottom: 70px;
    }

    .footer__inner {
        flex-direction: column;
    }

    .footer__left-text {
        margin-bottom: 23px;
    }

    .popup {
        max-width: 90%;
        margin: 24px auto 0;
    }
}