

/* Start:/bank/contacts/styles.css?17392180503112*/
html body .products {
    padding-bottom: 27px
}

html body .workSchedule__blockTitle {
    justify-content: center
}

html body .workSchedule__blockTitle .subtitle {
    font-size: 1rem
}

html body .unit__title {
    text-decoration: underline
}



.mailConfirmInput {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.mailConfirmInput p{
    color: #37474f;
    font-family: Montserrat-Medium, Arial, sans-serif;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px !important;
}
.mailConfirmInput input{
    border-radius: 6px;
    padding: 8px 11px;
    min-height: 44px;
    width: 100%;
    background-color: #eceff1;
    border: 2px solid #eceff1;
    color: #37474f;
    margin-bottom: 20px;
}
.mailConfirmInput button{
    --x: -173;
    --y: -14.90625;
    width: 100% !important;
    border-radius: 5px !important;
    padding-left: calc(14px* 1.7) !important;
    padding-right: calc(14px* 1.7) !important;
    color: #fff;
    border: 2px solid #711429;
    background-color: #711429;
    word-break: normal;
    display: inline-block;
    outline: 0;
    text-align: center;
    max-width: 100%;
    letter-spacing: normal;
    line-height: 2.5;
    margin: 8px 0 6px 0;
    padding: 0 24px;
    min-width: 122px;
    font-size: 15px !important;
    transition: .3s;
    min-height: 44px;
    white-space: nowrap;
    font: inherit;
}
.mailConfirmHeader{
    font-size: 22px !important;
}

.mailConfirmCode-show{
    width: 25%;
    height: 15%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: #f4f5f7;
    border-radius: 10px !important;
    border: 1px solid #37474f;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0 20px 2px #272727;
}
.mailConfirmCode-show input{
    border-radius: 6px;
    padding: 8px 11px;
    min-height: 44px;
    width: 65%;
    background-color: #eceff1;
    border: 2px solid #c4c7c9;
    color: #273136;
}
.mailConfirmCode-hide{
    display: none;
}
.mailConfirmCode-show button{
    --x: -173;
    --y: -14.90625;
    width: 40% !important;
    border-radius: 5px !important;
    padding-left: calc(14px* 1.7) !important;
    padding-right: calc(14px* 1.7) !important;
    color: #fff;
    border: 2px solid #711429;
    background-color: #711429;
    word-break: normal;
    display: inline-block;
    outline: 0;
    text-align: center;
    max-width: 100%;
    letter-spacing: normal;
    line-height: 2.5;
    padding: 0 24px;
    min-width: 122px;
    font-size: 15px !important;
    transition: .3s;
    min-height: 44px;
    white-space: nowrap;
    font: inherit;
}

.mail-checkbox-row{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mail-checkbox{
    display: flex;
    flex-direction: row;
}

.mail-checkbox input{
    width: 10%;
    height: 10%;
    display: flex;
    flex-direction: row;
    min-height: auto;
    margin: auto;
}

/* End */
/* /bank/contacts/styles.css?17392180503112 */
