@font-face {
    font-weight: 400;
    font-family: "Open Sans";
    font-style: normal;
    font-display: swap;
    src: url("fonts/OpenSans.woff2") format("woff2"), url("fonts/OpenSans.woff") format("woff"); }

@font-face {
    font-weight: 400;
    font-family: "PT Serif";
    font-style: normal;
    font-display: swap;
    src: url("fonts/PTSerif.woff2") format("woff2"), url("fonts/PTSerif.woff") format("woff"); }



img {
    display: block;
    max-width: 100%;
    height: auto; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    overflow: hidden; }

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px; }

main {
    flex: 1 0 auto; }

.js-focus-visible :focus {
    border-color: #c7b799;
    outline: #c7b799 auto 0; }

.js-focus-visible :focus:not(.focus-visible) {
    outline: none; }

@media (max-width: 1050px) {
    .container {
        max-width: 100%;
        padding: 0 15px; } }

.common-label {
    display: block;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #525a65;
    color: rgba(82, 90, 101, 0.5); }
.common-label--icon {
    position: relative;
    opacity: 0.7; }
.common-label--icon::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 128%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: 0 0; }
.common-label--icon-name::before {
    width: 18px;
    height: 18px;
    background-image: url("/img/icons/icon-user.svg"); }
.common-label--icon-email::before {
    width: 21px;
    height: 21px;
    left: 6px;
    background-image: url("/img/icons/icon-email.svg"); }
.common-label--icon-opacity::before {
    opacity: 0.3; }
.common-label--icon-password::before {
    left: 7px;
    width: 18px;
    height: 19.1px;
    background-image: url("/img/icons/icon-close-password.svg"); }
.common-label--icon-password-simple::before {
    left: 5px;
    top: 23px;
    width: 24px;
    height: 24px;
    background-image: url("/img/icons/icon-lock_1.svg"); }
.common-label--icon-phone::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("/img/icons/icon-phone.svg"); }
.common-label--icon-city::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("/img/icons/icon-city.svg"); }
.common-label--icon-security, .common-label--icon-hide {
    position: relative; }
.common-label--icon-security::after, .common-label--icon-hide::after {
    content: "";
    position: absolute;
    right: 9px;
    top: 28px;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer; }
.common-label--icon-security::after {
    background-image: url("/img/icons/icon-securitylevel.svg"); }
.common-label--icon-security::after {
    background-image: url(/img/icons/icon-securitylevel.svg);
}
[data-sec="1"].common-label--icon-security::after {
    background-image: url(/img/icons/icon-securitylevel1.svg);
}
[data-sec="2"].common-label--icon-security::after {
    background-image: url(/img/icons/icon-securitylevel2.svg);
}
[data-sec="3"].common-label--icon-security::after {
    background-image: url(/img/icons/icon-securitylevel3.svg);
}

.common-label--icon-security::before {
    opacity: 0.3; }

.common-field {
    position: relative; }
.common-field--help {
    position: relative; }

.common-field__input {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 32px;
    padding-right: 7px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #525a65;
    border-radius: 2px;
    border: solid 1px rgba(168, 172, 178, 0.3);
    background-color: #ffffff; }
.common-field__input--padding {
    padding-right: 23px; }
.common-field__input::-webkit-input-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #727272; }
.common-field__input::-moz-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #727272;
    opacity: 1; }
.common-field__input:-moz-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    opacity: 1;
    color: #727272; }
.common-field__input:-ms-input-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #727272;
    opacity: 1; }
.common-field__input:hover, .common-field__input:focus, .common-field__input:active {
    border-color: #edd9b7; }

.common-field__show-password {
    position: absolute;
    z-index: 1;
    right: 8px;
    /*top: 27px;*/
    bottom: 8px;
    background-color: transparent;
    border: none;
    width: 15px;
    height: 15px;
    cursor: pointer; }
.common-field__show-password::after {
    content: "";
    position: absolute;
    top: 49%;
    left: 48%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    background-image: url("/img/icons/icon-hide.svg"); }

.common-button {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    border-radius: 2px;
    border: none;
    background-color: #edd9b7;
    cursor: pointer; }
.common-button--facebook {
    position: relative;
    margin-bottom: 19px;
    padding-left: 34px;
    text-align: left; }
.common-button--facebook::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("/img/icons/icon-facebook--dark.svg");
    background-repeat: no-repeat;
    background-position: 0 0; }
.common-button--google::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("/img/icons/icon-google--dark.svg");
    background-repeat: no-repeat;
    background-position: 0 0; }
.common-button:hover, .common-button:focus {
    background-color: #c7b799; }

.common-form-link {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #525a65; }
.common-form-link:hover, .common-form-link:focus {
    color: #c7b799; }

.common-checkbox input:checked + label::after {
    display: block; }

.common-checkbox label {
    position: relative;
    padding-left: 33px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-transform: none;
    color: #525a65;
    opacity: 1;
    cursor: pointer; }
.common-checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 0 #e5e5e5;
    border: solid 1px #a8acb2;
    background-color: #ffffff; }
.common-checkbox label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: none;
    width: 24px;
    opacity: 0.7;
    height: 24px;
    margin-top: -12px;
    background-image: url("/img/icons/icon-correct.svg");
    background-position: 0 0;
    background-repeat: no-repeat; }

.common-checkbox--all input:checked + label::after {
    top: 12px;
    left: 20px;
    width: 16px;
    height: 2px;
    background-color: #525a65;
    background-image: none; }

.common-checkbox--all input + label::before {
    border-color: #e5e5e5; }

.common-checkbox--table input:checked + label::after {
    left: 16px; }

.common-checkbox--table input + label::before {
    border-color: #e5e5e5; }

.common-checkbox--toggle {
    position: relative; }
.common-checkbox--toggle label {
    position: relative;
    z-index: 1;
    display: block;
    margin-left: auto;
    padding-right: 79px;
    text-align: right;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 0;
    color: rgba(82, 90, 101, 0.5); }
.common-checkbox--toggle label::after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    width: 67px;
    display: block;
    opacity: 1;
    margin-top: -13px;
    height: 25px;
    border-radius: 13.3px;
    box-shadow: inset 0 1px 0 0 #e5e5e5;
    border: solid 1px rgba(168, 172, 178, 0.3);
    background-color: transparent;
    background-image: none; }
.common-checkbox--toggle label::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 3px;
    top: 50%;
    left: auto;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: #c7b799;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    border-color: #c7b799; }
.common-checkbox--toggle input + label::before {
    right: 46px; }
.common-checkbox--toggle input:checked + label::before {
    right: 3px; }
.common-checkbox--toggle input:checked ~ .common-checkbox__options > .common-checkbox__option--true {
    display: block; }
.common-checkbox--toggle input:checked ~ .common-checkbox__options > .common-checkbox__option--false {
    display: none; }
.common-checkbox--toggle .common-checkbox__option {
    display: none;
    position: absolute;
    top: 0;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #525a65; }
.common-checkbox--toggle .common-checkbox__option--true {
    right: 44px;
    }
.common-checkbox--toggle .common-checkbox__option--false {
    right: 8px;
    display: block;}

.common-decoration-lines {
    position: relative; }
.common-decoration-lines::before, .common-decoration-lines::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 70px;
    height: 1px;
    opacity: 0.24;
    background-color: #525a65; }
.common-decoration-lines::before {
    left: 0; }
.common-decoration-lines::after {
    right: 0; }

.common-select {
    position: relative;
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 37px;
    width: 181px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    color: #525a65;
    border-radius: 2px;
    border: solid 1px rgba(168, 172, 178, 0.3);
    background-image: url("/img/icons/icon-down.svg"), url("/img/icons/icon-corner.svg");
    background-position: 158px 10px, 99.5% 1px;
    background-repeat: no-repeat, no-repeat;
    background-color: #ffffff;
    background-size: auto auto, 6px 6px;
    cursor: pointer;
    /* stylelint-disable-next-line */
    -webkit-appearance: none;
    /* stylelint-disable-next-line */
    -moz-appearance: none;
    outline: none; }
.common-select::-ms-expand {
    display: none; }
.common-select option:hover,
.common-select option:focus,
.common-select:focus > option:hover {
    box-shadow: 0 0 10px 100px rgba(237, 217, 183, 0.47) inset;
    background-color: rgba(237, 217, 183, 0.47); }

.social-button {
    position: relative;
    display: block;
    width: 37px;
    height: 36px;
    box-shadow: inset 0 -1px 0 0 #e5e5e5;
    background-color: #f2f2f2;
    border-radius: 50%; }
.social-button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: 0 0; }
.social-button:hover, .social-button:focus {
    background-color: #b2b2b2; }
.social-button--vkontakte::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("/img/icons/icon-vk.svg"); }
.social-button--yandex::before {
    width: 22px;
    height: 22px;
    margin-top: -10px;
    margin-left: -9px;
    background-image: url("/img/icons/icon-yandex.svg"); }
.social-button--fb::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("/img/icons/icon-facebook--dark.svg"); }
.social-button--insta::before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("/img/icons/icon-inst.svg"); }

.profile-main {
    display: block;
    padding-top: 50px;
    background-color: #f4f4f4; }

.profile-main__title {
    margin: 0;
    padding: 0;
    font-family: "PT Serif", "Arial", serif;
    font-size: 38px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #333333; }

.profile-main__flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1095px;
    margin: 0 auto; }

.authorization {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 14px;
    width: 375px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e5e5e5; }

.authorization__block {
    padding: 0;
    margin: 0; }
.authorization__block--flex {
    display: flex;
    flex-direction: column; }

.authorization__img {
    width: 143px;
    height: 143px;
    margin-bottom: 31px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%; }

.authorization__button {
    margin-bottom: 17px; }

.authorization__link {
    margin-bottom: 6px; }

.authorization__checkbox {
    margin-bottom: 26px;
    margin-top: 5px; }

.authorization__input {
    margin-bottom: 14px; }

.authorization__label {
    margin-bottom: -1px; }

.new-user {
    position: relative;
    width: 625px;
    padding-top: 12px;
    padding-bottom: 23px;
    padding-left: 20px;
    padding-right: 19px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5; }

.new-user__title {
    padding: 0;
    margin: 0;
    margin-bottom: 31px;
    margin-left: -6px;
    font-family: "PT Serif", "Arial", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #525a65; }
.new-user__title::before {
    left: -14px;
    bottom: -9px;
    width: 623px;
    background-color: #525a65;
    opacity: 0.24; }
    .authorization .new-user__title::before {
        width: 375px;}
.new-user__title-description{
    font-size:10px;
    font-family: "PT Serif", "Arial", serif;
    text-transform: uppercase;
}
.title-line::before {
    content: "";
    position: absolute;
    height: 1px;
    opacity: .24;
    background-color: #525a65;
}
.title-line, .user-image {
    position: relative;
}
.new-user__form {
    position: relative;
    width: 50%;
    padding-right: 19px; }
@media (max-width: 425px){
    .new-user__form {
        width: 100%;
    }
}
.new-user__form::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 13px;
    width: 1px;
    height: 315px;
    opacity: 0.24;
    background-color: #525a65; }

.new-user__block {
    padding: 0;
    margin: 0;
    margin-bottom: 13px; }

.new-user__checkbox {
    margin-top: 20px;
    margin-bottom: 20px; }

/*.new-user__button {
    margin-bottom: 32px; }*/

.new-user__link {
    display: block;
    text-align: center;
    text-transform: uppercase; }

.new-user__input {
    padding-bottom: 5px; }

.social-login {
    padding-top: 16px;
    padding-left: 20px;
    width: 50%; }
@media (max-width: 425px){
    .social-login {
        width: 100%;
        padding-right: 19px;
        padding-left: 0;
    }
}

.social-login__list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    list-style-type: none; }

.social-login__item:not(:last-child) {
    margin-right: 13px; }

.social-login__text {
    padding: 0;
    margin: 0;
    margin-bottom: 19px;
    font-size: 13px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #525a65; }

.input-help {
    position: relative; }
.input-help a {
    z-index: 1;
    top: -48px;
    right: 23px;
    position: absolute;
    display: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 27px;
    padding-left: 6px;
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(82, 90, 101, 0.15);
    background-color: #ffffff; }
.input-help::before {
    content: "";
    position: absolute;
    right: 9px;
    top: -36px;
    width: 10px;
    height: 10px;
    background-image: url("/img/icons/icon-help.svg");
    cursor: pointer; }
.input-help::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 13px;
    top: -31px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #ffffff; }
.input-help:hover a {
    display: block; }

.page-wrapper {
    min-height: auto !important;
}
.marg-auto{
    margin: 0 auto;
}

/*socsrvice icon*/
button.common-button.soc-auth{
    position: relative;
    margin-bottom: 19px;
    padding-left: 34px;
    text-align: left;
}
button.common-button.soc-auth::before {
     content: "";
     position: absolute;
     left: 15px;
     top: 50%;
     background-repeat: no-repeat;
     background-position: 0 0;
     background-size: 22px 22px;
 }
.common-button--vkontakte::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("/img/icons/icon-vk.svg");
    background-size: 22px 22px;
}
.common-label--icon-vkontakte::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("/img/icons/icon-vk.svg"); }


.social-button--facebook::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("/img/icons/icon-facebook--dark.svg");
    background-size: 26px 26px;
}
.common-label--icon-facebook::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("/img/icons/icon-facebook--dark.svg"); }
.social-button--instagram::before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("/img/icons/icon-inst.svg");
    background-size: 22px 22px;
}
.common-label--icon-instagram::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("/img/icons/icon-inst.svg"); }

.social-button--livejournal::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("/img/icons/icon-livejournal.svg");
    background-size: 22px 22px;
}
.common-label--icon-livejournal::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("/img/icons/icon-livejournal.svg"); }
.social-button--openid-mail-ru::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("/img/icons/icon-mail_ru.svg");
    background-size: 22px 22px;
}
.common-label--icon-openid-mail-ru::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("/img/icons/icon-mail_ru.svg"); }
.social-button--blogger::before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("/img/icons/icon-blogger.svg");
    background-size: 22px 22px;
}
.common-label--icon-blogger::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("/img/icons/icon-blogger.svg"); }

.social-button--openid::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("/img/icons/icon-openid.svg");
    background-size: 22px 22px;}
.common-label--icon-openid::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("/img/icons/icon-openid.svg.svg"); }
/*socsrvice icon*/

.marg-bot-70 {
    margin-bottom: 70px;
}
.common-checkbox label.agreement{
    font-size: 12px;
}