.b-article{
    color: #5b5b5c;
    font-size: 16px;
}
.col-12 h1{
    margin-bottom: 48px;
    margin-top: 40px;
    font-weight: 500;
}
.topsearch-form{
    border: 1px solid #6eae89;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(215,228,224,1);
    -moz-box-shadow: 0px 0px 0px 8px rgba(215,228,224,1);
    box-shadow: 0px 0px 0px 8px rgba(215,228,224,1);
    height: 45px;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 16px);
    margin-left: 8px;
}
form.topsearch-form input[type=search]{
    width: 80%;
    height: 100%;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
    color: #9acbec;
}
form.topsearch-form input[type="search"]::-webkit-input-placeholder {
    color: #9acbec; }
form.topsearch-form input[type="search"]:-moz-placeholder {
    color: #9acbec; }
form.topsearch-form input[type="search"]::-moz-placeholder {
    color: #9acbec; }
form.topsearch-form input[type="search"]:-ms-input-placeholder {
    color: #9acbec; }
form.topsearch-form input[type=submit]{
    width: 20%;
    height: 100%;
    position: absolute;
    background: #6eae89;
    outline: none;
    border: none;
    color: #fff;
    font-weight: 600;
}
#domain-tabs{
    padding-top: 25px;
}
#domain-tabs ul{ list-style: none; margin: 0; padding: 0;}
#domain-tabs ul li{
    list-style-type: none;
    width: 49.8%;
    height: 45px;
    line-height:45px;
    display: inline-block;
    background-color: #6e8182;
    text-align: center;
}
#domain-tabs ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
#domain-tabs li.ui-tabs-active {
    background-color: #365151;
} 
#domain-tabs ul li:last-child{
    float: right;
}
.accordion-content h3{
    background: #f1f2f6;
    padding-left: 15px;
    font-size: 15px !important;
    font-weight: bold;
    color: #365151;
    border: 1px solid #365151;
    cursor: pointer;
    margin: 0;
    outline: none;
}
.accordion-content h3:before{
    content: "+";
    padding: 0 10px;
    font-size: 18px;
    display: inline-block;
    width: 10px;
}
.accordion-content .ui-accordion-header-active:before{
    content: "-";
    padding: 0 10px;
}
.ui-accordion-content table {
    width: 100%;
    margin: 5px 0;
}

.ui-accordion-content table td{
    border: 1px solid;
    border-collapse: collapse;
    border-color: #f1f2f6;
    background: #fff;
    padding: 15px;
}
.ui-accordion-content table td input{
    display: none;
}
.ui-accordion-content table td input[type=checkbox] + label{
    padding-left: 30px;
    color: #555556;
    cursor: pointer;
}
.ui-accordion-content table td input[type=checkbox]:checked + label {
    background: #fff url('../img/cheked.png') no-repeat 0px 2px;
    background-size: 17px 17px;
}
.ui-accordion-content table td input[type=checkbox]:not(cheked) + label {
    background: #fff url('../img/not-cheked.png') no-repeat 0px 2px;
    background-size: 17px 17px;
}
.ui-accordion-content table td span{
    float: right;
    font-weight: 600;
}
.choosen-domen{
    width: 100%;
    margin: 23px 0 -10px 0;
}
.choosen-domen tr{
    border-bottom: 1px solid #f1f2f6;
}
.choosen-domen td {
    background: #fff;
    padding: 15px;
}
.choosen-domen tr td:first-child{
    width: 90%;
}
.domen-title{
    float: left;
    font-weight: normal;
}
.domen-price{
    float: right;
    font-weight: bold;
    font-size: 16px;
}
.choosen-domen .btn-domen {
    background: #8bbea1;
    box-shadow: none;
}
.btn-domen {
    border: none;
    border-radius: 3px;
    color: #fff;
    background: #6eae89;
    font-weight: 500;
    padding: 5px 15px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(90,142,111,1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(90,142,111,1);
    box-shadow: 0px 3px 2px 0px rgba(90,142,111,1);
}
#domain-tabs .col-3{
    float: left;
}
#domain-tabs .col-3 li {
    width: 100%;
    border: 1px solid #f1f2f6;
    box-sizing: border-box;
}
#domain-tabs .col-9{
    float: right;
}
#domain-tabs .col-9 table{
    width: 100%;
}
#domain-tabs .col-9 table tr{

}
#domain-tabs .col-9 table td{
    border: 1px solid;
    border-collapse: collapse;
    border-color: #f1f2f6;
    background: #fff;
    padding: 15px;
}
#domain-tabs .col-9 table span{
    position: relative;
    top: 2px;
}
#domain-tabs .col-9 table button{
    float: right;
    margin-left: 15px;
}
.results-domen{
    margin: 35px 0;
}
.accend{
    color: #c94d3f;
    font-weight: 600;
    text-decoration: none;
}
.accend:hover{
    color: #c94d3f;
}
.go-to{
    padding-right: 35px;
    background: url('../img/go_to.png') no-repeat right 1px;
}
.cheked-zone{
    color: #6eae89;
    float: right;
    font-weight: 500;
}