.social__buttons a.btn {
    color: #fff;
    border-color: #00aa32;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    outline: 0;
    overflow: hidden;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    border: 0 solid;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    white-space: nowrap;
    box-sizing: border-box;
    background-image: none;
    transition: background-color 300ms ease-out, color 300ms ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.social__buttons .btn_state_hover,.social__buttons .btn_state_active,.social__buttons .btn_state_focus,.social__buttons .btn:hover,.social__buttons .btn:active,.social__buttons .btn:focus {
    text-decoration: none;
}
.social__buttons .btn .btn_state_hover,.social__buttons .btn .btn_state_active,.social__buttons .btn .btn_state_focus,.social__buttons .btn:hover,.social__buttons .btn:active,.social__buttons .btn:focus {
    color: #fff;
}
.social__buttons .btn-social-vkontakte .btn_state_hover,.social__buttons .btn-social-vkontakte .btn_state_active,.social__buttons .btn-social-vkontakte .btn_state_focus,.social__buttons .btn-social-vkontakte:hover,.social__buttons .btn-social-vkontakte:active,.social__buttons .btn-social-vkontakte:focus {
    background-color: #4c81b7;
}
.social__buttons .btn-social-facebook .btn_state_hover,.social__buttons .btn-social-facebook .btn_state_active,.social__buttons .btn-social-facebook .btn_state_focus,.social__buttons .btn-social-facebook:hover,.social__buttons .btn-social-facebook:active,.social__buttons .btn-social-facebook:focus {
    background-color: #324c86;
}
.social__buttons .btn-social > .pic-icon-social {
    transition: border-color 300ms ease-out;
    position: absolute;
    left: 0;
    top: 0;
}
.social__buttons .btn-social-facebook > .pic-icon-social {
    border-right: 1px solid #2e4a8c;
}
.social__buttons .btn_expand {
    width: 100%;
}
.social__buttons .btn_size_extra-large {
    padding: 0 8px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
}
.social__buttons .pic-icon-social {
    width: 26px;
    height: 26px;
    line-height: 1px;
}
.social__buttons .pic-icon-social_size_extra-large {
    width: 40px;
    height: 40px;
}
.social__buttons .auth {
    color: #222;
    font-size: 15px;
    background: #f9f9f7;
}
.social__buttons .auth__side {
  width: 300px;
  height: 250px;
  float: left;
  padding: 50px;
}
.social__buttons .auth__social-btn.btn {
  padding-left: 52px;
  margin-bottom: 10px;
  text-align: left;
  float: left;
}
.social__buttons .btn-social-vkontakte {
    background-color: #6995c3;
}
.social__buttons .btn-social-facebook {
    background-color: #3a589b;
}
.social__buttons .btn-social-vkontakte > .pic-icon-social {
    border-right: 1px solid #4f83ba;
}
.social__buttons .auth__social-btn-wrap {
  margin-top: 15px;
}
.social__buttons .auth__social-btn > .pic-icon-social {
  font-size: 20px;
}
.social__buttons .auth__social-btn > .pic-icon-social::before {
  width: 40px;
  height: 40px;
  line-height: 38px;
}