/** ------------- Main page START--------------------------*/
.mainPage{

}
.domainBlock{

}
.domainBlock .damainTitle{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 150%;
}
.domainBlock .innerSections{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.domainBlock .innerSections .item{
    width: 50%;
    margin-bottom: 40px;
}
.domainBlock .innerSections .item.disables{
    opacity: 0.5;
}

.domainBlock .innerSections .item ._title{

}
.domainBlock .innerSections .item ._title a{

}
.domainBlock .innerSections .item ._title a:hover{

}
.domainBlock .innerSections .item .desc{

}
.commentBlock{

}
.commentBlock .headComment{
    display: flex;
}
.commentBlock .headComment .el{
    border: 1px solid transparent;
    padding: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.commentBlock .headComment .el.active{
    border: 1px solid #ccc;
    background: #eee;
}
.commentBlock .headComment .el:hover{
    border: 1px solid #ccc;
    background: #eee;
}
.commentBlock .bodyComment{

}
.commentBlock .bodyComment .el{
    display: none;
}
.commentBlock .bodyComment .el.active{
    display: block;
}
.commentBlock .bx-catalog-tab-list{
    display: none;
}
/** ------------- Main page END--------------------------*/

.error{
    color: red;
}

































