.btn {
    background: #71b829;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 49px;
    padding: 0 50px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color .15s, background .15s, border-color .15s;
    vertical-align: top;
}

.btn:hover {
    background: #91da35;
    outline: 0;
    text-decoration: none;
}

.btn:active {
    background: #91da35;
    outline: 0;
    text-decoration: none;
}

.btn:focus {
    background: #91da35;
    outline: 0;
    text-decoration: none;
}

.avatars {
    width: 40px;
    height: 130px;
    left: 0;
    position: fixed;
    top: 375px;
    z-index: 10;
    display: inline-block;
    float: right;

    list-style: none;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1); /* IE10+, FF16+ и т.д. */
}

.avatars .avatar {
    align-items: right;
    background-color: #2A2F35;
    width: 30px;
    display: block;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1); /* IE10+, FF16+ и т.д. */
    height: 36px;
    padding: 2px 5px;
    float: right;
}

.avatars .avatar img {
    width: 100%;
}

.avatar-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(113, 184, 41, .8);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
}

.avatar:hover .avatar-overlay {
    opacity: .5;
}

.avatar:active .avatar-overlay {
    opacity: .7;
}

.avatars .avatar a {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.btn.feedback {
    border-top: 0;
    font-weight: 700;
    padding: 0;
}

.btn.download {
    border-top: 0;
    font-weight: 700;
    padding: 0;
}

.btn.feedback .close,
.btn.download .close {
    display: block;
    position: absolute;
    right: 3px;
    top: -10px;
    color: #ffffff;
    font-size: 10px;
}

.btn.minimized {
    height: 6px;
    font-size: 0;
    left: -60px;
    margin-top: 20px;
}

.btn.minimized .close {
    display: none;
}

.btn.download .close {
    top: -2px;
}

.feedback:active {
    top: 550px;
}

.download:active {
    top: 685px;
}

.feedback, .download {
    border-radius: 0 0 3px 3px;
    color: #fff;
    height: 40px;
    left: -45px;
    line-height: 34px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    top: 550px;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 130px;
    z-index: 10;
}

.download {
    line-height: 20px;
    top: 685px;
    font-size: 15px;
}

.feedback-position-bottom-left {
    bottom: 250px;
    top: auto;
}

.feedback-position-bottom-left:active {
    bottom: 250px;
    top: auto;
}

.feedback-position-top-right {
    left: auto;
    right: -45px;
}

.feedback-position-top-right:active {
    right: -45px;
}

.feedback-position-bottom-right {
    bottom: 250px;
    left: auto;
    right: -45px;
    top: auto;
}

.feedback-position-bottom-right:active {
    bottom: 250px;
    top: auto;
}

.feedback-position-hidden {
    display: none;
}

.confirmation-modal, .subscription-modal {
    text-align: left;
    top: 150px !important;
    right: 125px !important;
}

.subscription-modal {
    width: 100%;
    top: 50px !important;
}

.confirmation-modal .modal-header {
    padding: 10px 0 5px 25px;
    border-bottom: 1px solid #535c67;
}

.confirmation-modal .modal-content {
	box-shadow: none;
}

.confirmation-modal .modal-dialog {
    width: 410px;
    margin: 100px auto;
    padding: 0 10px;
}

.subscription-modal .modal-dialog {
    width: 720px;
    margin: 100px auto;
    padding: 0 10px;
}

.subscription-modal .modal-close {
	top: 6px;
}

.subscription-modal .modal-body {
    height: 355px;
    width: 700px;
    padding: 0;
}

.subscription-modal .modal-body .header {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 44px;
	line-height: 64px;
	color: #71B829;
}

.subscription-modal .modal-body .text {
	background: #F9C818;
	text-transform: uppercase;
	height: 20px;
	color: #000000;
	font-weight: 600;
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	padding: 5px 5px;
}

.subscription-modal .modal-body .modal-left {
    float: left;
    font-size: 18px;
	background: url(../img/modal_background.png) no-repeat;
	width: 408px;
	position: relative;
	margin-right: 12px;
	height: 355px;
}

.subscription-modal .modal-body .modal-left .header-up {
	text-transform: uppercase;
	width: 205px;
	position: absolute;
	top: 5px;
	left: 5px;
	color: #FFFFFF;

}

.subscription-modal .modal-body .modal-left .header-down {
	text-transform: uppercase;
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #FFFFFF;
}

.subscription-modal .modal-body .modal-left .header {
    width: 100%;
    font-size: 72px;
    display: block;
    line-height: 0.9;
    margin: 0 0 15px;
    font-weight: 500;
}

.subscription-modal .modal-body form {
    display: block;
    padding: 20px 0 50px;
    width: 40%;
    float: left;
}

.subscription-modal .modal-body form .subscription-input {
    width: 270px;
    padding: 0 5px;
	text-align: center;
	border: none;
	height: 30px;
	color: #71B829;
	background: #191C21;
	margin-top: 10px;
}

.subscription-modal .subscription-input::placeholder {
	color: #71B829;
	opacity: 1;
}

.subscription-modal .subscription-input:-ms-input-placeholder {
	color: #71B829;
}

.subscription-modal .subscription-input::-ms-input-placeholder {
	color: #71B829;
}

.subscription-modal .modal-body form .button {
    width: 280px;
    padding: 5px;
	color: #FFFFFF;
	background: #71B829;
	cursor: pointer;
}

.confirmation-modal .modal-content {
    width: 410px;
}

.subscription-modal .modal-content {
    min-height: 355px;
}

.confirmation-modal .modal-body {
    padding: 10px 5px 5px 25px;
}

.confirmation-btns {
    margin-left: 190px;
    margin-top: 10px;
}

.confirmation-btns .btn {
    height: 30px;
    line-height: 30px;
    background: #7D8184;
    padding: 0 30px;
    margin-right: 4px;
}

.confirmation-modal .active {
    background: #71b829;
}

.authentication-modal {
    text-align: center;
}

.authentication-modal-logo {
    display: block;
    margin: 0 auto 15px;
    width: 149px;
}

.authentication-modal-description {
    color: #71B829;
    display: inline-block;
    max-width: 200px;
    text-transform: uppercase;
}

.authentication-modal-separator-text {
    margin: 20px 0;
}

.authentication-modal-recovery {
    display: inline-block;
    margin-top: 10px;
}

.authentication-modal-legal {
    list-style: none;
    margin: 0;
    padding: 0;
}

.authentication-modal-legal li {
    display: inline-block;
}

.authentication-modal-legal li:after {
    content: '|';
    margin-left: 4px;
}

.authentication-modal-legal li:last-child:after {
    display: none;
}

.authentication-modal .modal-dialog {
    height: 466px;
    width: 330px;
    background: #25282E;
    padding: 0;
}

.authentication-modal .modal-dialog .modal-content{
    box-shadow: none;
}

.game-landing .authentication-modal .modal-dialog .modal-content {
    box-shadow: 0 0 20px 10px #33497a;
}

.game-landing .authentication-modal .modal-header {
    padding-top: 12px;
}

.authentication-modal .modal-content:before {
    background: none;
    width: 0;
    height: 0;
}

.recovery-modal .modal-dialog {
    width: 330px;
}

.recovery-modal .modal-body {
    padding: 30px 25px 20px;
}


.recovery-modal .modal-btn {
    height: 50px;
    line-height: 1;
}

.authentication-modal .modal-header {
    height: 42px;
    padding: 0;
}

.modal-body {
    padding: 30px 60px 20px;
}

.authentication-modal .modal-header .link {
    background: #191C21;
    width: 50%;
    float: left;
    cursor: pointer;
    padding: 10px 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    text-align: center;
}

.authentication-modal .modal-header .active {
    background-color: #25282e;
    color: #71B829;
}

.modal-header .green-line {
    width: 100%;
    height: 5px;
    background: #71B829;
    display: block;
}

.modal-body .modal-separator {
    width: 270px;
    border: 1px solid #4F5865;
    margin: 15px 0;
}

.modal-body .modal-separator-with-text {
    width: 270px;
    margin-top: 10px;
    color: #4F5865;
    height: 15px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.modal-body .modal-separator-with-text:before {
    content: "";
    border: 1px solid #4F5865;
    position: absolute;
    width: 120px;
    float: left;
    top: 6px;
    left: 0;
}
.modal-body .modal-separator-with-text:after {
    content: "";
    border: 1px solid #4F5865;
    position: absolute;
    width: 120px;
    float: right;
    top: 6px;
    right: 0;
}

.modal-body .form {
    margin-top: 15px;
}

.modal-body .form-group {
    margin-bottom: 20px;
    background: #191c20;
}

.modal-body p {
    text-align: left;
    font-size: 14px;
}
.modal-body p input {
    float: left;
    margin-top: 4px;
}
.modal-body p input:before{
    background: black;
}

.modal-body .form-error-text {
    text-align:center;
    color:red;
}

.modal-body .modal-text {
    display: block;
    padding-left: 18px;
    line-height: 1.5;
    color: #4F5865;
}

.modal-body .modal-text a{
    color: #71B829;
    cursor: pointer;
}
.modal-body .modal-text a:hover{
    text-decoration: underline;
}

.modal-footer {
    color: #71B829;
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
    background: none !important;
    padding: 10px !important;
    text-align: center;
}

.modal-footer a:hover{
    text-decoration: underline;
}

.authentication-modal .modal-footer p {
    margin: 0;
    padding: 0;
}

.authentication-modal .modal-footer input {
    margin-right: 5px;
}

.form-control {
    background-color: #131418;
    color: #fff;
    font-size: 16px;
    height: 48px;
    width: 100%;
    border: 1px double transparent;
}

.fail {
    border: 1px double #990000 !important;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.form-control .fail {
    border: 1px double #990000;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.authentication-modal .authentication-modal-legal a:active, a:focus, a:hover {
    outline: 0;
    border-color: #71b829;
}

.authentication-modal-legal li:after {
    content: '|';
    margin: 0 4px;
}

.authentication-modal .modal-body .form-control::placeholder {
    color: #51575f;
}

.authentication-modal .social-group {
    background: #383f49;
}

.authentication-modal .social-group:hover, .authentication-modal .social-group:focus {
    background: #49525f;
}

.mobile-layout .authentication-modal .social-group {
    background: #51575f;
}

.mobile-layout .authentication-modal .social-group:hover, .mobile-layout .authentication-modal .social-group:focus {
    background: #636a74;
}

.mobile-layout .authentication-modal-separator-text {
    color: #51575f;
    text-transform: uppercase;
}

.mobile-layout .authentication-modal .modal-dialog {
    margin: 0 auto;
    max-width: 416px;
    min-width: 320px;
    padding: 0 13px 13px;
    width: auto;
}

.mobile-layout .authentication-modal .modal-content {
    box-shadow: none;
    height: auto;
}

.mobile-layout .authentication-modal .modal-content:before {
    display: none;
}

.mobile-layout .authentication-modal .modal-body {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    width: 270px;
}

.authentication-modal .modal-body {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    width: 270px;
}


.authentication-modal .modal-btn {
    height: 50px;
    width: 270px;
    background-color: #191C21;
    color: #4F5865 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    border: 1px solid #4F5865;
}

.authentication-modal .active-btn {
    background-color: #71B829;
    color: #191C21 !important;
    border: none;
}


.mobile-layout .authentication-modal .modal-footer {
    background: none;
    margin: 0 10px;
    padding: 20px 0;
}

.mobile-layout .authentication-modal .modal-footer a {
    border-color: #51575f;
    color: #51575f;
}

.mobile-layout .authentication-modal .modal-footer.create-account {
    border-top: 1px solid #51575f;
    padding: 10px 0;
}

.mobile-layout .authentication-modal .modal-footer.create-account a {
    border: 0;
    color: #71b829;
    line-height: 44px;
    text-transform: uppercase;
}

.mobile-layout .authentication-modal .modal-footer.create-account a:hover,
.mobile-layout .authentication-modal .modal-footer.create-account a:focus {
    color: #fff;
}

.modal .modal-footer .authentication-modal-legal a {
    color: #71b829;
}

.mobile-layout .authentication-modal .modal-footer .create-account-icon {
    background: url(../img/avatar.png) no-repeat 0 0/contain;
    display: inline-block;
    height: 44px;
    margin: -5px 5px 0 0;
    vertical-align: middle;
    width: 47px;
}

.mobile-layout .authentication-modal .modal-btn {
    font-size: 14px;
    height: 64px;
    line-height: 63px;
    margin: 20px 0;
}

.mobile-layout .authentication-modal .form-group {
    margin-bottom: 20px;
}

.mobile-layout .authentication-modal .form-control {
    color: #71b829;
}

.mobile-layout .authentication-modal .form-control::placeholder {
    color: #51575f;
}

.authentication-modal .form-control {
    text-align: center;
}

.authentication-modal .form-group {
    margin-bottom: 10px;
}

.authentication-modal .btn {
    margin-top: 10px;
}

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

.modal.fade, .modal-backdrop.fade {
    opacity: 0;
    transition: opacity .3s;
}

.modal-search {
    height: 100%;
    width: 100%;
    overflow: auto !important;
    background: #000000;
    opacity: 0.8;
}

.modal-search .modal-dialog {
    margin: 0;
    padding: 0;
    height: 100%;
}

.modal-search .modal-close {
    color: #ffffff;
    top: 14px;
    right: 40px;
}

.modal-search .modal-content {
    background: #000000;
    box-shadow: none;
    font-size: 24px;
    height: 100%;
}

.modal-search .modal-body {
    justify-content: center;
    padding: 50px 60px 20px;
}

.modal-search .modal-content .search {
    justify-content: center;
    max-width: 840px;
    margin: 0 auto;
}

.modal-search .modal-content .search .founded-amount{
    width: auto;
}

.modal-search .modal-content .search .search-input {
    height: 60px;
    border: 2px solid #fff;
    background: #000000;
    width: 100%;
    border-radius: 40px;
    font-size: 2.5rem;
    padding: 0 60px 0 25px;
}

.modal-search .modal-content .search .searching {
    background: url("../img/svg/spin-white.svg") right no-repeat;
    background-size: 60px 60px;
}

.modal-search .modal-content .search .search-preview {
    position: relative;
    width: 100%;
    background: none;
    border: none;
}

.modal-search .modal-content .search .search-preview img {
    height: auto;
    width: 100px;
}

.modal-search .modal-content .search .search-preview ul {
    width: 100%;
}

.modal-search .modal-content .search .search-preview ul li {
    width: 100%;
    min-height: 70px;
    line-height: 3;
}

.modal-search .modal-content .search .search-link {
    width: 100%;
}

.modal-search .modal-content .search .search-link:hover {
    background: #000000;
    color: #71B829;
}

.modal.in {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal-dialog {
    margin: 100px auto;
    padding: 0 10px;
}

body.modal-open {
    margin: 0;
    background: #131418;
    color: #87929e;
    font-weight: 300;
    min-height: 100%;
    font-size: 18px;
    line-height: 1.2;
}

.modal-md .modal-dialog {
    width: 550px;
}

.modal-content {
    background: #25282e;
    box-shadow: 0 0 20px 10px #33497a;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.modal-heading {
    color: #71b829;
    text-transform: uppercase;
}

.authentication-modal .modal-heading {
    margin-bottom: 20px;
}

.modal-close {
    color: #535c67;
    cursor: pointer;
    background: none;
    border: 0;
    font-size: 35px;
    line-height: 25px;
    padding: 0;
    position: absolute;
    top: 2px;
    right: 5px;
}

.modal-close:focus {
    outline: 0;
}

.modal-backdrop {
    background: #141518;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.modal-backdrop.fade {
    display: block;
}

.modal-backdrop.in {
    opacity: .8;
}

.modal-btn {
    height: 70px;
    line-height: 69px;
    width: 100%;
    padding: 0;
}

.modal .form-control {
    background-color: #191c21;
    color: #71b829;
}

.modal .form-control::placeholder {
    color: #383f49;
}

.modal-dialog {
    margin: 100px auto;
    padding: 0 10px;
}

.modal-content {
    background: #25282e;
    box-shadow: 0 0 20px 10px #33497a;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}


.new-modal-close {
    color: #454552;
    cursor: pointer;
    border: 0;
    font-size: 35px;
    line-height: 25px;
    padding: 0;
    position: absolute;
    top: -21px;
    right: -25px;
    border-radius: 50%;
    height: 30px;
    background: none;
    width: 30px;
    z-index: 1000;
}

.new-modal-close:hover  {
    outline: 0;
    color: #71B829;
}


.profile-modal-container {
    padding: 0;
    margin: 0;
}

.profile-modal-container .modal {
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

.profile-modal-container .modal.fade, .profile-modal-container .modal-backdrop.fade {
    opacity: 0;
    transition: opacity .3s;
}

.profile-modal-container .modal.in {
    opacity: 1;
}

.profile-modal-container .modal-open {
    overflow: hidden;
}

.profile-modal-container .modal-dialog {
    width: 990px;
    margin: 100px auto;
    padding: 0 10px;
}

.profile-modal-container .modal-content {
    overflow-y: auto;
    height: 560px;
    background: #191c20;
    box-shadow: 0 0 20px 10px #33497a;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.profile-modal-container .modal-heading {
    text-align: center;
    color: #71b829;
    text-transform: uppercase;
    height: 50px;
    background: #2a2f35;
    padding-top: 17px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.profile-modal-container .modal-body {
    padding: 0;
}

.profile-modal-container .modal-pagination-centered {
    text-align: center;
}

.profile-modal-container .modal-menu {
    float: left;
    width: 250px;
    height: 510px;
    background: #25282e;
}

.profile-modal-container .modal-footer {
    background: #19243d;
    padding: 20px 25px 15px;
}

.profile-modal-container .modal-close {
    color: #535c67;
    cursor: pointer;
    background: 0 0;
    border: 0;
    line-height: 45px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 3px;
}

.profile-modal-container .modal-close:focus {
    outline: 0;
}

.profile-modal-container .modal-profile-content {
    float: right;
    width: 720px;
    background: #25282e;
}

.profile-modal-container .modal-profile-content .modal-content-group {
    margin: 0;
    background: 0;
    padding: 15px 5px;
}

.profile-modal-container .modal-profile-content .group {
    height: 150px;
    display: flex;
}

.profile-modal-container .modal-profile-content .group .profile-settings-general {
    display: flex;
}

.profile-modal-container .modal-profile-content label {
    color: #4f5964;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 15px;
    text-align: right;
    text-transform: uppercase;
}

.profile-modal-container .modal-profile-content .progress-bar {
    background-color: black;
    position: relative;
    text-align: center;
    color: #fdfffd;
    width: 100%;
    font-weight: 600;
    margin: 10px 0;
}

.profile-modal-container .modal-profile-content .progress-bar .progress {
    background-color: #71b829;
    height: 35px;
    width: 40%;
}

.profile-modal-container .modal-profile-content .progress-bar span {
    position: absolute;
    top: 7px;
    width: 100%;
    left: 0;
}

.profile-modal-container .modal-profile-content .information .modal_span_header {
    text-align: left;
    margin: 0;
    color: #4f5964;
    font-weight: 500;
}

.profile-modal-container .modal-profile-content .achievement-content {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    text-align: center;
}

.profile-modal-container .modal-profile-content .achievement-content .achieve {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #535c67;
    margin: 4px;
}

.profile-modal-container .modal-profile-content .modal-btn {
    display: inline-block;
    margin-bottom: -1px;
    padding: 20px 0 0 6px;
    text-align: center;
}

.profile-modal-container .modal-profile-content .modal-btn .btn {
    width: 210px;
    margin-right: 10px;
}

.profile-modal-container .modal-backdrop {
    background: #141518;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.profile-modal-container .modal-backdrop.fade {
    display: block;
}

.profile-modal-container .modal-backdrop.in {
    opacity: .8;
}

.profile-modal-container .modal-btn {
    height: 70px;
    line-height: 69px;
    width: 100%;
}

.profile-modal-container .modal .form-control {
    background-color: #191c21;
    color: #71b829;
}

.profile-modal-container .modal .form-control::placeholder {
    color: #383f49;
}

.profile-modal-container .modal .component-btn-light {
    float: left;
    margin: 30px 202px 0;
}

.message-modal {
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

.message-modal-dialog {
    width: 720px;
    margin: 112px auto;
    padding: 0 10px;
    height: 450px;
}

.message-modal .history {
    min-height: 500px;
    max-height: 780px;
}

.message-modal .history .message-write {
    width: 660px;
}

.message-modal .message-result-notification {
    height: 50px;
    width: 280px;
    margin: 0 0 30px 260px;
    line-height: 2.6;
    text-align: center;
    color: white;
    font-weight: 500;
}

.message-modal .fail {
    background: #740f13;
    opacity: 0.6;
}

.message-modal .ok {
    background: #71b829;
    opacity: 0.6;
}

.message-modal-content {
    overflow-y: auto;
    height: 350px;
    background: #25282e;
    box-shadow: 0 0 20px 10px #33497a;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.message-modal-heading {
    text-align: center;
    color: #71b829;
    text-transform: uppercase;
    height: 50px;
    background: #2a2f35;
    padding-top: 17px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.message-modal-body {
    padding: 0;
}

.message-modal-receiver {
    width: 100%;
    text-transform: uppercase;
    color: #4f5964;
    font-size: 16px;
    font-weight: 600;
    float: right;
    margin: 10px;
}

.message-modal-receiver span {
    display: block;
    float: left;
    line-height: 50px;
    text-align: right;
    width: 330px;
    padding: 0 7px;
}

.message-modal-receiver .form-control {
    float: right;
    width: 350px;
    height: 50px;
    text-align: center;
    color: white !important;
}

.message-modal-receiver .friend-selected {
    padding: 0;
}

.message-modal-receiver .friend-selected .message-friend {
    padding: 0;
}

.message-modal-receiver .friend-selected .message-friend-avatar {
    height: 40px;
    width: 40px;
    float: left;
    padding: 0;
    margin: 5px;
}

.message-modal-receiver .friend-selected .message-friend-name {
    font-size: 15px;
    float: right;
    width: 295px;
    text-align: center;
    text-transform: none;
}

.message-modal-message {
    float: left;
    width: 100%;
}

.message-modal-message .message-write {
    border: 0;
    height: 170px;
    width: 680px;
    margin-left: 10px;
    background-color: #191c21;
    color: #4f5964;
    font-size: 16px;
    padding: 15px;
}

.message-modal-history {
    width: 660px;
    margin: -4px 0 10px 10px;
    list-style: none;
    padding: 15px;
    background-color: #191c21;
    color: #4f5964;
    font-size: 16px;
}

.message-modal-history .message {
    margin: 5px 0;
    min-height: 80px;
    width: 630px;
    background: #212429;
}

.message-modal-history .message .friend-picture {
    float: left;
    height: 40px;
    width: 40px;
    margin: 5px;
}

.message-modal-history .message-details {
    height: 100%;
    background: #212429;
    margin-left: 50px;
}

.message-modal-history .message-details span {
    float: none;
    display: block;
    margin-bottom: 4px;
    color: #71b829;
}

.message-modal-history .message-details .message-open-text {
    color: #87929e;
}

.message-modal-history .message-details .notification-date {
    margin: 10px 0 5px 0;
    display: block;
}

.message-modal .modal-close {
    color: #535c67;
    cursor: pointer;
    background: 0 0;
    border: 0;
    line-height: 45px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 3px;
}

.message-modal .modal-close:focus {
    outline: 0;
}

.message-modal-btn {
    height: 40px;
    line-height: 0;
    width: 140px;
    text-align: center;
    font-size: 16px;
    padding: 0;
    float: right;
    margin: 5px 10px 10px 0;
}

.message-modal .in-active {
    background: #191c21;
    color: #4f5964;
}

body #liveChat-category-container {
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

#liveChat-category-container {
    z-index: 12;
    background: #fff;
    background-clip: padding-box !important;
    border-bottom-width: 0;
    width: 370px;
    text-align: center;
    height: 430px;
    position: fixed;
    bottom: 0;
    font-size: 14px;
    right: 30px;
    border-radius: 4px 4px 0 0 !important;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .2) !important;
}

#liveChat-category-container .title {
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 3px 3px 0 0;
    background-color: #71b829 !important;
    float: left;
    width: 100%;
}

#liveChat-category-container a:hover {
    outline: 0;
    border-color: #71b829;
}

#liveChat-category-container a:focus {
    outline: 0;
    border-color: #71b829;
}

#liveChat-category-container a:active {
    outline: 0;
    border-color: #71b829;
}

#liveChat-category-container .title .title-text {
    color: #fff;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    margin-left: 10px;
}

#liveChat-category-container .icon-close {
    background-image: url("../img/icons/close.png");
    display: block;
    width: 21px;
    height: 20px;
    margin: 1px 13px 0 0;
    float: right;
    cursor: pointer;
}

#liveChat-category-container p.p-choose-group {
    padding: 60px 0 0 0;
    text-align: center;
    color: #000;
    margin: 20px 0 10px 0;
}

#liveChat-category-container .wrapper {
    border-radius: 10px 10px 0 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#liveChat-category-container .choose-group {
    width: 272px;
    margin: 0 auto;
}

#liveChat-category-container .groups {
    margin-top: 0;
}

#liveChat-category-container a.a-group {
    width: 244px;
    float: left;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    padding: 14px;
    text-align: center;
    background: #71b829;
    color: #fff;
    margin-bottom: 13px;
    line-height: 1.2;
}

#liveChat-category-container a:active {
    top: 0;
}

#liveChat-category-container .indicator {
    position: absolute;
    bottom: 173px;
    left: 153px;
}

.social-group-container {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.game-landing .registration-modal {
    margin-left: 35px;
    position: absolute;
}
.game-landing .registration-modal {
    top: 250px;
    left: 460px;
}

.game-landing .authentication-modal .modal-dialog {
    width: 330px;
    height: auto;
    padding: 0;
}

.game-landing .authentication-modal .login-modal .modal-dialog {
    width: 330px;
    margin-left: 35px;
    position: absolute;
    top: 250px;
    left: 460px;
    height: 370px;
}

.game-landing .authentication-modal .modal-btn {
    font-size: 14px;
    line-height: 46px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 210px;
    background: #71b829;
    border: 0;
    color: #fff !important;
    text-transform: uppercase;
}

.game-landing .authentication-modal .modal-link-btn:hover {
    text-decoration: underline;
}

.game-landing .authentication-modal .modal-link-btn {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid transparent;
    color: #71b829;
    text-decoration: none;
    transition: background .15s,color .15s,border-color .15s;
}

.game-landing .authentication-modal .modal-content {
    background: #25282e;
    box-shadow: 0 0 20px 10px #33497a;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    min-height: 100%;
    line-height: 1.2;
}

.game-landing .authentication-modal .social-group-container {
    padding: 0 0 0 10px !important;
    height: 44px;
    overflow: hidden;
}

.game-landing .authentication-modal .social-group-container li {
    background: none;
    height: 40px;
}

.game-landing .authentication-modal .social-group {
    background: none;
    height: 40px;
}

.game-landing .authentication-modal-separator-text {
    font-size: 12px;
    margin: 6px 0;
    height: 14px;
    text-transform: uppercase;
}

.game-landing .authentication-modal .modal-header {
    height: auto;
    padding-top: 12px;
}

.game-landing .authentication-modal-logo {
    margin-bottom: 10px;
    width: 119px;
}

.game-landing .authentication-modal .modal-heading {
    font-size: 12px;
    margin-bottom: 10px;
}

.game-landing .authentication-modal .social-group {
    height: 40px;
    width: 40px;
}

.game-landing .authentication-modal .modal-body {
    padding: 10px 30px;
    margin: 0 auto;
}

.game-landing .authentication-modal .form-control {
    height: 45px;
    width: 210px;
}

.social-group-container:after {
    content: '';
    clear: both;
    display: table;
}

.social-group-container li:last-child {
    margin-right: 0;
}

.social-group-container li {
    display: block;
    float: left;
    margin-right: 10px;
}

.authentication-modal .social-group {
    background: #383f49;
}

.social-group {
    border: 0;
    display: table-cell;
    height: 60px;
    text-align: center;
    transition: background-color .15s;
    vertical-align: middle;
    width: 60px;
}

.social-icon {
    background: no-repeat center center/contain;
    display: inline-block;
    height: 25px;
    width: 25px;
}

.social-icon-inboxlv {
    background-image: url(../img/social/inbox_logo.png) !important;
    height: 58px;
    width: 58px;
    background-size: 58px 58px;
    display: inline-block;
}

.social-icon-inboxlv-small {
    background-image: url(../img/social/inbox_logo.png) !important;
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    display: inline-block;
}

.social-group .social-icon, .star-rating {
    vertical-align: middle;
}

.social-icon-vkontakte {
    background-image: url(../img/social/vk_logo.png) !important;
    height: 58px;
    width: 58px;
    background-size: 58px 58px;
    display: inline-block;
}
.social-icon-vkontakte-small {
    background-image: url(../img/social/vk_logo.png) !important;
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    display: inline-block;
}

.social-icon-odnoklassniki {
    background-image: url(../img/social/odnoklassniki_logo.png) !important;
    height: 58px;
    width: 58px;
    background-size: 58px 58px;
    display: inline-block;
}
.social-icon-odnoklassniki-small {
    background-image: url(../img/social/odnoklassniki_logo.png) !important;
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    display: inline-block;
}

.social-icon-facebook {
    background-image: url(../img/social/facebook_logo.png) !important;
    height: 58px;
    width: 58px;
    display: inline-block;
}

.social-icon-facebook-small {
    background-image: url(../img/social/facebook_logo.png) !important;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.social-icon-mailru {
    background-image: url(../img/social/mailru_logo.png) !important;
    height: 58px;
    width: 58px;
    background-size: 58px 58px;
    display: inline-block;
}

.social-icon-mailru-small {
    background-image: url(../img/social/mailru_logo.png) !important;
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    display: inline-block;
}

.game-landing .authentication-modal .modal-content .modal-footer {
    font-size: 12px;
    padding: 8px 20px !important;
    background: #19243d !important;
    color: #87929e;
    font-weight: 600;
    line-height: 1.2;
}

.game-landing .authentication-modal-legal {
    margin-top: 2px;
    color: #71B829;
}

.modal-link-btn {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.authentication-modal .modal-link-btn {
    margin-bottom: 0;
    margin-top: 10px;
}

strong {
    color: #ef8115;
    font-weight: 300;
}

input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.modal-agreement .modal-content {
    max-height: 100%;
    min-height: 180px;
    width: auto;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    font-size: 14px;
}

.modal-agreement .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16px;
}

.modal-agreement .modal-lg {
    width: 80%;
    max-width: 900px;
}

.modal-agreement h1, h2, .h1, .h2 {
    color: white;
}

.modal-agreement .modal-dialog {
    margin: 50px auto;
    position: relative;
    padding: 10px;
}

.modal-agreement .modal-header .modal-title {
    line-height: 1.1;
    margin: 5px 20px;
    text-align: center;
}

.modal-agreement .modal-body {
    max-height: calc(100vh - 405px);
    overflow-y: auto;
    position: relative;
    padding: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #414140;
}

.modal-agreement b, strong {
    font-weight: bold;
}

.modal-agreement .modal-footer {
    margin-top: 15px;
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background: #ffffff;
    min-height: 40px;
    border-radius: 6px;
}

.modal-agreement .pull-left {
    float: left !important;
}

.modal-agreement .modal-footer .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.modal-agreement .modal-footer .radio {
    display: block;
    min-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.modal-agreement .modal-footer .radio label, .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}

.modal-agreement .modal-footer .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}

.modal-agreement .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
    height: auto;
}

.modal-agreement .modal-footer .btn.btn-success {
    background-image: -webkit-linear-gradient(135deg, #a4d378, rgba(106, 168, 65, 0.5) 50%, rgba(106, 168, 65, 0));
    background-image: -moz-linear-gradient(135deg, #a4d378, rgba(106, 168, 65, 0.5) 50%, rgba(106, 168, 65, 0));
    background-image: linear-gradient(135deg, #a4d378, rgba(106, 168, 65, 0.5) 50%, rgba(106, 168, 65, 0));
    background-repeat: no-repeat;
    background-color: #5e9941;
    border-color: #5e9941;
    border-left-color: #a4d378;
    border-top-color: #a4d378;
}

.modal-agreement .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
}

.modal-agreement input[type="checkbox"] {
    margin-right: 5px;
}

.dark-modal-agreement .modal-content {
    background-color: #25282e;
    border: 1px solid #33497a;
}

.dark-modal-agreement .modal-footer {
    background-color: #25282e;
    border: 1px solid #33497a;
}

.dark-modal-agreement .modal-header {
    border-bottom: 1px solid #33497a;
}

.dark-modal-agreement h1 {
    color: #71b829;
    font-weight: lighter;
}

.dark-modal-agreement h2 {
    color: #71b829;
    font-weight: lighter;
}

.dark-modal-agreement b {
    color: #71b829;
}

.dark-modal-agreement a {
    color: #71b829;
    text-decoration: underline;
}

.dark-modal-agreement strong {
    color: #71b829;
}

.dark-modal-agreement .modal-body {
    color: #A0ABB8;
}

.dark-modal-agreement ::-webkit-scrollbar {
    width: 10px;
}

.dark-modal-agreement ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dark-modal-agreement ::-webkit-scrollbar-thumb {
    background: #888;
}

.dark-modal-agreement ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dark-modal-agreement .checkbox label:before {
    display: none !important;
}

.dark-modal-agreement .checkbox label:after {
    display: none !important;
}

.dark-modal-agreement .checkbox input {
    display: inline-block !important;
}

@media (max-width: 768px) {

    .confirmation-modal {
        width: 100%;
        top: 0 !important;
        right: 50px !important;
    }

    .modal-search .modal-content .search .search-input {
        height: 50px;
        font-size: 1.5rem;
        padding-right: 35px;
    }

    .modal-search .modal-content .search .searching {
        background: url("../img/svg/spin-white.svg") right no-repeat;
        background-size: 35px 35px;
    }

    .search-preview {
        top: 10px;
    }

    .modal-search .modal-content {
        font-size: 16px;
    }

    .modal-search .modal-content .search .search-preview img {
        width: 60px;
    }

    .modal-search .modal-content .search .search-preview ul li {
        min-height: 35px;
        line-height: 2;
    }

	.subscription-modal {
		display: none;
	}

    .subscription-modal .modal-dialog {
        width: 380px;
        margin: 0 auto;
    }

    .subscription-modal {
        top: 50px !important;
        right: 0 !important;
    }

    .subscription-modal .modal-body{
        width: auto;
    }

    .subscription-modal .modal-body .modal-left {
        font-size: 16px;
        padding: 15px 35px 0px;
        width: auto;
    }

    .subscription-modal .modal-body form {
        padding: 45px 35px 50px;
        width: auto;
    }

    .subscription-modal .modal-body .modal-left .header {
        font-size: 44px;
    }
}

@media (max-width: 480px) {

    .confirmation-modal {
        width: 100%;
        top: -40px !important;
        right: 50px !important;
    }

    .confirmation-modal .modal-dialog {
        width: 330px;
    }

    .confirmation-modal .modal-content {
        width: 310px;
    }

    .subscription-modal .modal-dialog {
        width: 340px;
    }

    .subscription-modal .modal-body form {
        padding: 45px 15px 50px;
    }

    .confirmation-modal .confirmation-btns {
        margin-left: 90px;
        margin-top: 0;
    }
}
