@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700|Roboto:300,400,500,700");

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.b-header img {
    display: block;
    max-width: 100%;
}

.b-header a {
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    overflow: visible;
    width: auto;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.button {
    max-width: 270px;
    border: 1px solid #d9b908;
    display: block;
    text-align: center;
    font-family: 'Clear Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 1s;
}

.button:active, .button:hover, .button:focus {
    background: #d9b908;
    color: #000000;
    transition: 1s;
    text-decoration: none;
}

.input-text {
    display: block;
    margin: 0;
    padding: 5px 10px 5px 10px;
    height: 38px;
    width: 100%;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    resize: none;
    outline: none;
    border: 1px solid #cacaca;
}

.input-text::-webkit-input-placeholder, .input-text:-moz-placeholder {
    color: #646464;
}

.b-input-text {
    width: 584px;
    height: 29px;
    background-color: white;
    border: 1px solid #ccc;
    color: #ccc;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.b-input-text::-webkit-input-placeholder, .b-input-text:-moz-placeholder {
    color: #ccc;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.input-text:focus {
    border: 1px solid #76c7c0;
    -webkit-box-shadow: 0 0 5px 2px rgba(118, 199, 192, 0.6);
    -moz-box-shadow: 0 0 5px 2px rgba(118, 199, 192, 0.6);
    box-shadow: 0 0 5px 2px rgba(118, 199, 192, 0.6);
}

.wrapper-content {
    width: 1280px;
    margin: auto;
    position: relative;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.center-content {
    width: 942px;
    margin: auto;
    position: relative;
}

.b-header {
    padding: 19px 0 15px 0;
    border-bottom: 6px solid #5177bb;
    position: relative;
    background: #fff;
    z-index: 600;
    height: 111px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-header .wrapper-content {
    position: static;
}

.b-header .b-logo {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 274px;
}

.b-header .b-header-top {
    /*position: relative;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-header .b-header-menu {
    display: inline-block;
    vertical-align: top;
    margin: 24px 0 0 15px;
}

.b-header .b-header-menu ul {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.b-header .b-header-menu ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 21px;
}

.b-header .b-header-menu ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #5177bb;
    padding: 9px 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.b-header .b-header-menu ul li.menu-active a {
    color: #5177bb;
    border: 1px solid #5177bb;
    border-radius: 3px;
}

.b-header .b-header-menu ul li a i {
    margin: 0 0 0 5px;
}

.b-header .b-header-menu ul li a:hover {
    color: #ff7d14;
}

.b-header .b-heaeder-drop {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-header .b-header-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #ffffff;
    box-shadow: 0 13px 21px rgba(0, 0, 0, 0.3);
    border-bottom: 6px solid #4f75b7;
    padding: 25px 30px 30px 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    transition: 0.5s;
    opacity: 0;
}

.b-header .b-header-dropdown ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.b-header .b-header-dropdown ul li {
    display: block;
    margin: 20px 0 0 0;
}

.b-header .b-header-dropdown ul li:first-child {
    margin: 0;
}

.b-header .b-header-dropdown ul li a {
    display: block;
    margin: 0;
    width: auto;
    white-space: nowrap;
    padding: 0;
}

.b-header .b-heaeder-drop.active a {
    color: #ff7d14;
}

.b-header .b-heaeder-drop i {
    transition: 0.5s;
}

.b-header .b-heaeder-drop.active i {
    color: #ff7d14;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.5s;
}

.b-header .b-heaeder-drop.active .b-header-dropdown {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    z-index: 22;
}

.b-header .b-heaeder-drop.active .b-header-dropdown ul li a {
    color: #5177bb;
}

.b-header .b-heaeder-drop.active .b-header-dropdown ul li a:hover {
    color: #ff7d14;
}

.b-header .b-header-right {
    display: inline-block;
    vertical-align: middle;
}

.b-header .btn-login {
    display: inline-block;
    vertical-align: middle;
    color: #5177bb;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    margin: 18px 37px 0 0;
    outline: none;
}

.b-header .btn-login:hover {
    color: #4885f3;
    text-decoration: underline;
}

.b-header .btn-login img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 8px 0 0;
}

.b-header .btn-registration {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    height: 33px;
    background: #5177bb;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    outline: none;
    margin-top: 18px;
}

.b-header .btn-registration:hover {
    background: #7197db;
}

.b-header .btn-registration:focus, .b-header .btn-registration:active {
    background: #334f81;
}

.b-header .b-menu {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    width: 100%;
    background: #5177bb;
    box-shadow: 0 12px 46px rgba(0, 0, 0, 0.44);
    padding: 25px 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    display: none;
}

.b-header .b-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.b-header .b-menu ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
}

.b-header .b-menu ul li:last-child {
    margin: 0;
}

.b-header .b-menu ul li a {
    display: block;
    color: #fafbfd;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #7da7d9;
    border-radius: 4px;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s;
    text-decoration: none;
}

.b-header .b-menu ul li a:hover {
    border-color: #ffffff;
    transition: 0.5s;
}

.b-header .hid {
    transition: 2s;
    opacity: 0;
}

.b-header .b-mobile-menu {
    display: none;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 20px;
    z-index: 1000;
    cursor: pointer;
    margin: 3px 10px 0 0;
}

.menu-icon .b-menu__line {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.menu-icon .b-menu__line_1 {
    top: 0;
}

.menu-icon .b-menu__line_2 {
    top: 6px;
}

.menu-icon .b-menu__line_3 {
    top: 12px;
}

.menu-icon.active .b-menu__line {
    background: #5177bb;
}

.menu-icon.active .b-menu__line_1 {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
    top: 1px;
}

.menu-icon.active .b-menu__line_2 {
    opacity: 0;
}

.menu-icon.active .b-menu__line_3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    top: 16px;
}

.animated-block {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated-block-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated-block-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2001;
}

.fade.in {
    opacity: 1;
    background: rgba(0, 0, 0, 0.48);
}

.modal-dialog {
    max-width: 386px;
    background: #ffffff;
    margin: 130px auto 0;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}

.b-modal-title {
    padding: 28px 40px 35px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-modal-title span {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 25px 0 0;
}

.b-modal-reg {
    display: inline-block;
    vertical-align: bottom;
    color: #5177bb;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

.b-modal-reg:hover {
    text-decoration: underline;
}

.modal-close {
    width: 25px;
    height: 25px;
    background: url(../images/modal-close.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    outline: none;
}

.b-modal-row {
    position: relative;
    padding: 0 40px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px 0;
}

.b-modal-row:last-child {
    margin: 0;
}

.b-modal-row.form-error {
    color: #ff0000;
    font-size: 16px;
    font-weight: 300;
    padding-left: 60px;
}

.b-modal-input {
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.b-modal-input:focus {
    outline-color: #5177bb;
    box-shadow: 0 2px 3px rgba(81, 119, 187, 0.46);
}

.b-modal-input::-webkit-input-placeholder, .b-modal-input:-moz-placeholder {
    color: #cccccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}

.b-modal-row .b-prompt-ico {
    color: #ffffff;
    background: #cccccc;
}

.b-modal-row .b-prompt-text {
    background: #f3f3f3;
}

.b-modal-row .b-prompt-text:after {
    border-top-color: #f3f3f3;
}

.b-modal-social {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0 0 0;
    text-align: center;
}

.b-modal-social ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    display: inline-block;
}

.b-modal-social ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 0 0 7px;
}

.b-modal-social ul li a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 2px;
}

.b-modal-social ul li:first-child {
    margin: 0;
}

.b-modal-social ul li:first-child a {
    background: #3b569d url(../images/fc-ico.png) center center no-repeat;
}

.b-modal-social ul li:nth-child(2n) a {
    background: #bb3c2b url(../images/gmail-ico-hover.png) center center no-repeat;
}

.b-modal-social ul li:nth-child(3n) a {
    background: #168de2 url(../images/mru-ico.png) center center no-repeat;
}

.b-modal-social ul li:nth-child(4n) a {
    background: #ee8208 url(../images/od-ico.png) center center no-repeat;
}

.b-modal-social ul li:nth-child(5n) a {
    background: #427da6 url(../images/vko-ico.png) center center no-repeat;
}

.b-modal-social ul li:nth-child(6n) a {
    background: #fee133 url(../images/yandex.png) center center no-repeat;
}

.b-modal-restore {
    vertical-align: bottom;
    color: #888;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
}

.b-modal-restore button {

}

.b-modal-submit {
    background: #ff7d14 url(../images/button-bg.png) 230px 27px no-repeat;
    width: 100%;
    height: 70px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 30px 0 0 0;
    outline: none;
    transition: 0.3s;
}

.b-modal-submit:hover {
    background-color: #ffa63e;
}

.b-modal-submit:active {
    background-color: #bc5908;
}

#modalreg .b-modal-submit, #modalrestore .b-modal-submit {
    background: #ff7d14;
}

.b-checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding: 0 40px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label span {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/chekbox.png);
    cursor: pointer;
    float: left;
    margin: 2px 10px 0 0;
}

input[type="radio"] + label span {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 13px 0 0;
    vertical-align: middle;
    background: url(../images/check.png) no-repeat;
    cursor: pointer;
    float: left;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    font: 400 16px/20px 'Play-Regular';
    color: #30364c;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span {
    width: 34px;
    height: 34px;
    background: url(../images/check.png);
    display: inline-block;
    vertical-align: middle;
}

input[type="radio"]:checked + label span {
    background: url(../images/chek.png) no-repeat;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    color: #000000;
}

input[type="checkbox"] + label i {
    overflow: hidden;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    display: block;
}

.b-checkbox-two {
    display: block;
    margin: 25px 0 40px 0;
    padding: 0 0 0 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-checkbox-two input[type="checkbox"] + label i {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding: 4px 0 0 0;
    margin: 0;
}

.b-checkbox-two input[type="checkbox"] + label i a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding: 4px 0 0 0;
    margin: 0;
    border-bottom: 1px dashed #ffffff;
    display: inline-block;
}

.b-checkbox-two input[type="checkbox"] + label i a:hover {
    text-decoration: underline;
}

.b-checkbox-two input[type="checkbox"] + label span {
    background: url(../images/checkbox2.png) no-repeat;
    width: 22px;
    height: 20px;
}

.b-checkbox-two input[type="checkbox"]:checked + label span {
    background: url(../images/checkbox2-active.png) no-repeat;
    width: 22px;
    height: 20px;
}

.b-user {
    /*    margin: -12px 0 0 0;*/
    position: relative;
}

.b-header .b-header-right {
    position: relative;
}

.b-user:hover {
    cursor: pointer;
}

.b-user-panel {
    display: inline-block;
    margin-right: 9px;
}

.b-user-place {
    display: block;
    background-color: #5177bb;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.38;
    padding: 8px 13px 7px;
    margin-top: 7px;
    border-radius: 3px;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.b-user-place:hover {
    background-color: #7197db;
    color: #fff;
}

.b-user-place:active {
    background-color: #334f81;
    color: #fff;
}

.b-user-name {
    position: relative;
    color: #141414;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    vertical-align: middle;
    z-index: 100;
    max-width: 151px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b-user-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
    width: 61px;
    height: 61px;
}

.b-user-img img {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.b-user-status {
    position: absolute;
    top: -10px;
    right: 0;
    background: #5177bb;
    border-radius: 5px;
    padding: 3px 5px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
}

.b-user-hidden {
    position: absolute;
    background-color: #fff;
    border-bottom: 6px solid #5177bb;
    padding: 98px 0 22px 25px;
    right: -12px;
    top: -17px;
    width: calc(100% + 32px);
    min-width: 232px;
    box-shadow: 0 13px 21px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 10;
}

.b-user-hidden ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-user-hidden ul li {
    padding-bottom: 10px;
}

.b-user-hidden ul li:last-child {
    padding-bottom: 0;
}

.b-user-hidden ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #5177bb;
    padding: 0;
    line-height: 28px;
    display: inline-block;
}

.b-user-hidden ul li a:hover {
    color: #ff7d14;
}

.b-user-hidden ul li i {
    display: inline-block;
    width: 40px;
    height: 32px;
    vertical-align: middle;
}

.b-user-hidden ul li img {
    display: inline;
}

.b-prompt {
    position: absolute;
    top: 11px;
    right: 51px;
    z-index: 30;
}

.b-prompt-ico {
    width: 26px;
    height: 26px;
    background: #ffffff;
    border-radius: 60px;
    text-shadow: 0 4px 5px rgba(34, 163, 254, 0.17);
    color: #1a3a74;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
    padding: 5px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.b-prompt-text {
    position: absolute;
    bottom: 45px;
    right: -7px;
    background: #ffffff;
    width: 200px;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    border-radius: 6px;
}

.b-prompt-text:after {
    top: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.b-prompt:hover .b-prompt-text {
    visibility: visible;
}

.b-prompt-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #000000;
    margin: 0;
}

.e-load {
    display: none;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
}

input:disabled + .e-load, button:disabled + .e-load {
    display: block;
    opacity: 1;
}

.e-load .blob {
    width: 2rem;
    height: 2rem;
    background: rgba(230, 230, 230, 0.85);
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    box-shadow: 0 0 1rem rgba(255, 255, 255, 0.25);
}

.e-load .blob-2 {
    animation: animate-to-2 1.5s infinite;
}

.e-load .blob-3 {
    animation: animate-to-3 1.5s infinite;
}

.e-load .blob-1 {
    animation: animate-to-1 1.5s infinite;
}

.e-load .blob-4 {
    animation: animate-to-4 1.5s infinite;
}

.e-load .blob-0 {
    animation: animate-to-0 1.5s infinite;
}

.e-load .blob-5 {
    animation: animate-to-5 1.5s infinite;
}

@keyframes animate-to-2 {
    25%, 75% {
        transform: translateX(-1.5rem) scale(0.75);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-3 {
    25%, 75% {
        transform: translateX(1.5rem) scale(0.75);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-1 {
    25% {
        transform: translateX(-1.5rem) scale(0.75);
    }
    50%, 75% {
        transform: translateX(-4.5rem) scale(0.6);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-4 {
    25% {
        transform: translateX(1.5rem) scale(0.75);
    }
    50%, 75% {
        transform: translateX(4.5rem) scale(0.6);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-0 {
    25% {
        transform: translateX(-1.5rem) scale(0.75);
    }
    50% {
        transform: translateX(-4.5rem) scale(0.6);
    }
    75% {
        transform: translateX(-7.5rem) scale(0.5);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-5 {
    25% {
        transform: translateX(1.5rem) scale(0.75);
    }
    50% {
        transform: translateX(4.5rem) scale(0.6);
    }
    75% {
        transform: translateX(7.5rem) scale(0.5);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}
