/*  Новые стили здесь */

/* Модальное окно авторизации */
.auth .win_login .full_content #submitAuth {
    background: url("../tsprite/auth/buttonAuth.png") no-repeat;
    width: 442px;
    height: 70px;
    border: none;
    margin-top: 30px;
}
.auth .win_login .full_content #submitRegister {
    background: url("../tsprite/auth/buttonRegister.png") no-repeat;
    width: 442px;
    height: 70px;
    border: none;
    margin-top: 30px;
}

/* модальное окно авторизации */
#modal-custom .iziModal-content header{
    background: #eee;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    width: 100%;
}
#modal-custom .iziModal-content header span{
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    background: #ddd;
    color: #999;
    height: 73px;
    vertical-align: middle;
    line-height: 73px;
}

#modal-custom .iziModal-content section{
    padding: 30px;
}
#modal-custom .iziModal-content section input:not([type="checkbox"]), #modal-custom .iziModal-content section button{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 26px;
    padding: 15px;
    font-size: 14px;
}
#modal-custom .iziModal-content section button{
    height: 46px;
    padding: 0;
}
#modal-custom .iziModal-content section input:focus{
    border-color:#28CA97;
}
#modal-custom .iziModal-content section label[for="check"]{
    margin-bottom: 26px;
    font-size: 14px;
    color: #999;
    display: block;
}
#modal-custom .iziModal-content section footer{
    overflow: hidden;
    font-size: 14px;
}
#modal-custom .iziModal-content section button{
    background: #28CA97;
    color: white;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 100%;
    float: left;
}
#modal-custom .iziModal-content section button:hover{
    opacity: 0.8;
}
#modal-custom .iziModal-content section button:nth-child(1){
    border-radius: 0 3px 3px 0;
}

#modal-custom .iziModal-content .icon-close{
    background: #FFF;
    margin-bottom: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    color: #a9a9a9;
    cursor: pointer;
}
#modal-custom .iziModal-content .icon-close:hover, #modal-custom .iziModal-content .icon-close:focus{
    color: black;
}
#modal-custom .loader {
    width: 100%;
    height: 100%;
    background: #8fcdff;
    position: absolute;
    top: 0;
    opacity: 0.5;
    display: none;
}
#modal-custom .loader-children {
    position: relative;
    height: 100%;
}
#modal-custom .loader-image {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    left: 50%;
    margin-left: -33px;
}
#modal-custom .auth_error {
    float: left;
    padding-top: 15px;
    color: #a94442;
    display: none;
}

/* vue */
[v-cloak] {
    display: none;
}
#app {
    position: fixed;
    z-index: 9998;
    bottom: 0;
    left: 0;
    display: block;
    transition: opacity .3s ease;
}
.app-small {
    padding: 10px;
    background: lightsteelblue;
    border: 1px solid darkcyan;
    border-radius: 0 5px 0 0;
    width: 60px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.app-small:hover {
    background: #56a8ff;
}
.app-friends {
    position: fixed;
    bottom: 0;
    left: 60px;
    padding: 10px;
    background: skyblue;
    border-radius: 7px 7px 0 0;
    width: 250px;
}
.app-friend-items {
    padding-left: 0;
    max-height: 300px;
    overflow-y: auto;
}
.app_friends_chat {
    height: 250px;
    padding: 0;
}
.app-friends .app-avatar-container {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}
.app-friends .app-avatar {
    height: 50px;
    border: 1px solid forestgreen;
    max-width: 50px;
}

.fade_friend-enter-active, .fade_friend-leave-active {
    transition: opacity .5s
}
.fade_friend-enter, .fade_friend-leave-to {
    opacity: 0
}
.app-friend-item {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.app-friend-item:hover {
    background: #b6dcfb;
}
.app-friend-item-class {
    vertical-align: middle;
}

.app-chat-title {
    background: powderblue;
    padding: 10px;
    height: 35px;
    white-space: nowrap;
}
.app-chat-container {
    position: relative;
    height: 100%;
}
.app-chat-container-close {
    color: #c1bbbb;
    padding-top: 8px;
    padding-right: 5px;
    cursor: pointer;
}
.app-chat-container-close .glyphicon {
    font-size: 0.7em;
}
.app-chat-message {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    height: 40px;
    overflow: hidden;
    font-size: 12.5px;
}
.app-chat-message input {
    border: 0;
    padding: 5px 7px 7px;
    font-size: 12.5px;
    margin: -3px -5px -5px -1px;
    width: 100%;
    height: 36px;
}
.app-chat-body {
    height: 175px;
    background: #fff;
    overflow-x: hidden;
}
.app-message {
    padding: 5px 7px;
    line-height: 17px;
    max-width: 200px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
}
.app-message-right {
    float: right;
    background-color: #d4faef;
    border: 1px solid #cadce6;
    margin: 7px 7px 0 0;
}
.app-message-left {
    margin: 7px 0 0 7px;
    background-color: #dafad4;
    border: 1px solid #cee6ca;
}
.app-chat-item {
    display: inline-block;
    width: 100%;
}

.for-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hidden-message {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

div.for-hidden:hover div.hidden-message {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    padding: 15px;
    background: rgb(236, 236, 236);
    margin: 0 auto;
    width: 90%;
}
.custom-button, a.custom-button {
    display: inline-block;
    background: #4a9cf1;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    margin-top: 15px;
    border-radius: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: auto;
}
.basic-page h2 i{
	font-size: 2rem;
    font-weight: 400;
    display: block;
}
.block--k_plan {
    background: #bcdbf7;
    padding: 25px 0 45px;
}

.olymp {
	padding: 50px 0;	
}

.olymp .custom-button {
	text-align:center;
}