

/* Start:/local/templates/agora-b2b/components/bitrix/system.auth.authorize/.default/style.css?1755184429143*/
body{padding:0!important;}button.enter{width:100%;border:none;}.authForm input.submit{border:none;}.authForm .formErrors p{margin-bottom:20px;}
/* End */


/* Start:/local/templates/agora-b2b/assets/css/components/authHeader.css?17551844294078*/
.authHeader {
    background-color: #fff;
    border-radius: 16px;
    padding: 18.5px 30px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    z-index: 10;
}

.authHeader__left {
    display: flex;
    align-items: center;
}
.authHeader__logoContainer {
    display: flex;
    align-items: center;
}
.authHeader--logo {
    max-width: 220px;
    display: block;
    margin-right: 84px;
}
.authHeader__desc {
    color: #495057;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    max-width: 175px;
    margin-right: 88px;
}
.authHeader__phone {
    display: flex;
    align-items: center;
}
.authHeader__phone--icon {
    width: 59px;
    height: 53px;
    background-color: #F1F2F5;
    border-radius: 15px;
    font-size: 25px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 27px;
}
.authHeader__phone--phone {
    color: #495057;
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}
.authHeader__phone--workTime {
    color: #495057;
    font-size: 15px;
    line-height: 25px;
}

.authHeader__right {
    display: flex;
    align-items: center;
}

.authHeader__partner {
    background-color: #004E86;
    border-radius: 16px;
    padding: 27px 21px 27px 31px;
    display: flex;
    align-items: center;
    color: #fff;
    width: 502px;
    font-size: 18px;
    line-height: 24px;
}

.authHeader__partner--icon {
    font-size: 46px;
    margin-right: 10px;
}

.authHeader__partner__content {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1550px) {
    .authHeader--logo {
        margin-right: 24px;
    }
    .authHeader__desc {
        margin-right: 24px;
    }
}

@media screen and (max-width: 1400px) {
    .authHeader {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: calc(100% - 28px);
        margin: 0 auto;
        margin-top: 12px;
        background-color: transparent;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 69px;
    }
    .authHeader__left {
        width: 100%;
        background-color: #fff;
        border-radius: 16px;
        margin-bottom: 16px;
        overflow: hidden;
        padding: 20px 30px;
        justify-content: space-between;
    }
    .authHeader__right {
        width: 100%;
    }
    .authHeader--logo {
        max-width: 166px;
        margin-right: 18px;
    }
    .authHeader__desc {
        margin-right: 0;
        max-width: 167px;
        font-size: 14px;
        line-height: 21px;
    }
    .authHeader__phone--phone {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .authHeader__phone--workTime {
        font-size: 13px;
    }
    .authHeader__phone--icon {
        margin-right: 14px;
    }
    .authHeader__partner {
        width: 100%;
        border-radius: 10px;
        font-size: 14px;
        line-height: 18px;
        padding: 13px 30px;
    }
    .authHeader__partner--icon {
        font-size: 35px;
        margin-right: 10px;
    }
    .authHeader__partner__content {
        max-width: 391px;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 700px) {
    .authHeader__desc {
        display: none;
    }
    .authHeader {
        margin-top: 10px;
        width: calc(100% - 20px);
        margin-bottom: 30px;
    }
    .authHeader__left {
        padding: 17.5px;
        margin-bottom: 13px;
    }
    .authHeader__phone>div {
        display: none;
    }
    .authHeader__phone--icon {
        margin-right: 0;
    }
    .authHeader--logo {
        width: 132px;
        margin-right: 0;
    }
    .authHeader__partner {
        border-radius: 16px;
        font-size: 11px;
        line-height: 15px;
        padding: 16px 34.5px;
    }
    .authHeader__partner--icon {
        font-size: 46px;
        margin-right: 10px;
    }
}
/* End */


/* Start:/local/templates/agora-b2b/assets/css/components/auth.css?17551844295781*/
body{
    padding: 0;
}
.authContainer {
    width: 100%;
    display: flex;
    background-color: #E2E4EB;
    min-height: 100vh;
}

.authContainer__left {
    width: 52%;
    padding-top: 221px;
    padding-bottom: 30px;
}
.authContainer__left__content {
    width: calc(100% - 184px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 52px;
    justify-content: space-between;
    height: 100%;
}
.authContainer__right {
    width: 48%;
    position: relative;
    background-image: url(/local/templates/agora-b2b/assets/images/authBackRotate.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 261px;
    padding-bottom: 30px;
}


.authForm__container {
    border-radius: 16px;
    background-color: #F1F2F5;
    padding: 22px;
}
.authForm {
    background-color: #fff;
    border-radius: 16px;
    padding: 82px 85px;
}

.authForm--title {
    margin-bottom: 40px;
    color: #495057;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.authForm .button {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 18px;
}

.authCards {
    display: grid;
    row-gap: 51px;
}
.authCard {
    display: block;
    text-align: center;
    width: 260px;
}
.authCard__icon {
    width: 260px;
    height: 260px;
    border: 1px solid #003B65;
    background-color: rgba(241, 242, 245, 0.25);
    box-shadow: 0px 18px 36.8px 0px #004A7E;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background-color 0.2s ease;
}
.authCard__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 40px;
    display: block;
    width: calc(100% - 44px);
    height: calc(100% - 44px);
    box-shadow: 0px 20px 33.5px -7px rgba(0, 78, 134, 0.76);
    transition: box-shadow 0.2s ease;
}
.authCard__icon span[class^="icon-"] {
    font-size: 126px;
    display: block;
    z-index: 2;
}
.authCard>p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 22px;
}
.authCard:hover .authCard__icon {
    background-color: rgba(241, 242, 245, 0.95);
}
.authCard:active .authCard__icon:before {
    box-shadow: 0px 20px 33.5px -7px rgba(0, 78, 134, 0.76) inset;
}

.authFeeback {
    background-color: #EFF1F6;
    border-radius: 16px;
    padding: 31px 23px;
    text-align: center;
    margin-top: 21px;
}
.authFeeback--text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 21px;
}
.authFeeback--text a {
    color: #004E86;
    text-decoration: underline;
}
.authFeeback .button {
    max-width: 300px;
    margin: 0 auto;
}

.authBottomText {
    color: #9397AD;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.authFooter {
    padding-top: 62px;
}
.authFooter--copyright {
    color: #AEAEC7;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .authContainer {
        display: block;
    }
    .authContainer__left {
        padding-top: 0;
        width: 100%;
        padding-bottom: 33px;
    }
    .authContainer__left__content {
        width: calc(100% - 168px);
    }
    .authForm__container {
        padding: 20px;
    }
    .authForm {
        padding: 33px 55px 60px;
    }
    .authForm--title {
        margin-bottom: 19px;
    }
    .authForm .button {
        margin-top: 23px;
    }
    .authFeeback {
        margin-top: 26px;
        padding: 19.5px 20px;
    }
    .authFeeback--text {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .authContainer__right {
        width: 100%;
        background-image: url(/local/templates/agora-b2b/assets/images/authBack.png);
        padding: 46px 84px;
    }
    .authCards {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        column-gap: 64px;
    }
    .authCard {
        display: flex;
        flex-direction: column;
        width: 182px;
    }
    .authCard__icon {
        order: 2;
        width: 182px;
        height: 182px;
        border: 1px solid #003B65;
    }
    .authCard__icon:before {
        width: 152px;
        height: 152px;
        border-radius: 40px;
    }
    .authCard>p {
        margin-top: 0;
        margin-bottom: 11px;
        font-size: 16px;
        line-height: 25px;
    }
    .authCard__icon span[class^="icon-"] {
        font-size: 68px;
    }
}

@media screen and (max-width: 700px) {
    .authContainer__left__content {
        width: calc(100% - 20px);
    }
    .authForm__container {
        padding: 10px;
    }
    .authForm {
        padding: 37px 17px 20px;
    }
    .authForm--title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 23px;
    }
    .authFeeback {
        margin-top: 30px;
        padding: 11.5px 19px;
    }
    .authFeeback--text {
        font-size: 14px;
        line-height: 22px;
    }
    .authContainer__left {
        padding-bottom: 30px;
    }
    .authContainer__right {
        background-image: url(/local/templates/agora-b2b/assets/images/authBackRotate.png);
        padding: 49px 30px;
    }
    .authCards {
        display: grid;
        row-gap: 24px;
    }
    .authCard__icon {
        order: 0;
    }
    .authCard>p {
        margin-bottom: 0;
        margin-top: 6px;
        z-index: 2;
    }
}
/* End */
/* /local/templates/agora-b2b/components/bitrix/system.auth.authorize/.default/style.css?1755184429143 */
/* /local/templates/agora-b2b/assets/css/components/authHeader.css?17551844294078 */
/* /local/templates/agora-b2b/assets/css/components/auth.css?17551844295781 */
