/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 07.11.2018, 4:49:30
    Author     : Andrey Berdyshev
*/

.container, .content-top4, .content, .text-center {height:auto!important; position:relative!important;}
.column {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}
.btn-list-current {
    background: #FFC000 !important;
}
.btn-list-current:hover {
    background: #FFC000 !important;
    color: white !important;
}

.main_auth {
    background: #b5afb4;
    color: #222222;
    z-index: 1;
    padding: 0.5em 1.5em;
    font-size: 1.6em;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #ffffff !important;
}
.main_auth_2 {
    background: #b5afb4;
    color: #222222;
    z-index: 1;
    padding: 0.5em 1.5em;
    font-size: 1.6em;
    font-weight: 700;
    width: 200px;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
    border: 1px solid #ffffff !important;
}

.orange_a {
    color: #FFC000;
}
#aspm {
    font-size: 35px;
    font-weight: bold;
    float: left;
}

.main_serach {
    background: #b5afb4;
    color: #222222;
    z-index: 1;
    padding: 0.5em 1.5em;
    font-size: 1.6em;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ffffff !important;
    max-width: 500px;
    min-width: 300px;
    height: 120px;
}

.popup_ask {
    position: fixed;
    z-index: 1000;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #000000;
    padding: 20px;
    text-align: center;
    font-size: 22px;
}
.popup_ask a {
    font-size: 16px;
}
@media(max-width: 700px){
.main_auth {
    background: #b5afb4;
    color: #222222;
    z-index: 1;
    padding: 0.5em 1.5em;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #ffffff !important;
}
.sedtell .main_serach {
    height: auto!important;
    width: 100%;
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
    overflow: scroll;
    overflow-x: hidden;
    min-height: 200px;
    font-size: 15px;
}
.sedtell #aspm {
    font-size: 15px;
    font-weight: bold;
    float: left;
    width: 50%;
}
.sedtell .main_auth_2 {
    width: 50%;
    float: left;
    margin: 0;
    font-size: 15px;
}
.main_serach {
    float: none;
    width: 100%;
    margin: 11px auto;
    max-width: 100%;
    min-width: 0%;
    height: 120px;
}
}