.social-button li{
    text-align: center;
}
.h-cell.cell--amount{
    font-size: 16px;
}
.form-user__code img {
    margin: 14px auto;
}
.form-user__code {
    background-color: #FFC100;
}
.input--code.input-single{
    padding-left: 80px;
    text-align: center;
}
.plan-card{
    cursor: pointer;
}
.menu-cab ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}
.menu-cab {
    height: 100%;
}
.menu-cab li {
    width: 100%;
    flex-grow: 1;
}
.user-ref{
    margin-bottom: 0;
}
.menu-cab{
    min-height: 100px;
}
.menu-cab a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.form-plan .input-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 1.0625em;
    font-family: "PFBeauSansPro-Bold";
}
.form-plan .input-form::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
    font-size: 1.0625em;
    font-family: "PFBeauSansPro-Bold";
}
.form-plan .input-form:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
    font-size: 1.0625em;
    font-family: "PFBeauSansPro-Bold";
}
.form-plan .input-form:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    font-size: 1.0625em;
    font-family: "PFBeauSansPro-Bold";
}
.form-plan .input-form {
    font-size: 1.0625em;
}
.form-plan__result i{
    font-style: normal;
}
.sbmt {
    display: inline-block;
    outline: none;
    font-family: "PFBeauSansPro-Reg";
    color: #313131;
    font-size: 1em;
    height: 51px;
    line-height: 51px;
    padding: 0 15px;
    min-width: 148px;
    border: 0;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    background-color: #ffcc00;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
    border-radius: 35px;
}
.sbmt:hover{
    opacity: 0.8;
}
.table-confirm td{
    padding: 10px;
}
.r-cell__avatar {
    top: -5px;
}
.support-code{
    height: 36px;
}
.support-code img{
    margin: 9px auto;
}
.support-code+.input--code.input-single {
    padding-left: 105px;
    text-align: left;
}
.security-forms .btn-red{
    min-width: 125px;
    height: 45px;
    line-height: 45px;
}
.security-forms a{
    color: #ffcc00;
}
.table-confirm tr:first-child .td-text {
    color: #323232;
}
.certificate-list li a img {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.ru .plan-card__percent .plan-term {
    font-size: 0.8375em;
}
.str_wrap {
    height: 56px!important;
}
.header-lang {
    position: relative;
    padding-left: 60px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    z-index: 10;
}
.header-lang p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFC100;
    margin-bottom: 3px;
}
.header-lang span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-lang span svg {
    width: 7px;
    height: 7px;
    fill: #FFC100;
    margin-left: 10px;
}
.header-lang img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.header-lang__hide {
    position: absolute;
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 0;
    min-width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.6);
}
.header-lang__hide a:last-child {
    margin-bottom: 0;
}
.header-lang__hide a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #34270A;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    margin-bottom: 10px;
}
.header-lang__hide a:hover {
    color: #FFC100;
}
.header-lang__hide:after {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
}
.header-lang:hover .header-lang__hide {
    opacity: 1;
    pointer-events: all;
}
.footer-bottom .logo-wrap {
    display: flex;
    justify-content: center;
}
.pay-s img {
    width: 26px;
}