body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}
h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.d_no {
    display: none;
}
.txt_yellow {
    color: #F5EC00;
}
.fs_17 {
    font-size: 17px;
}
.mtb_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.inline_block {
    display: inline-block!important;
}
.mt_15 {
    margin-top: 15px;
}
.pad_0 {
    padding: 0px;
}
.p_20 {
    padding: 20px;
}
@media (max-width: 767px){
    .inline_block {
        display: block!important;
    }

}
/*Header*/

/*navbar*/
.header {
    border-top: 1px solid #a6cdd4;
    border-bottom: 2px solid #a6cdd4;
    background-color: #a6cdd4;
}
.fixed-header-on .header.fixed:not(.dark) {
    border-bottom: 1px solid #f1f1f1;
    background-color: rgba(166, 205, 212, 0.9);
}
.list_contact li {
    font-size: 15px;
    color: #5a87a8;
}
@media (min-width: 768px){
    .navbar-default .navbar-nav > li > a {
        padding: 20px 15px 20px 15px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 22px;
    }
}
@media (min-width: 992px){

    .list_contact li {
        font-size: 16px;
    }
}
.header-top:not(.banner) {
     background-color: #ffffff;
     color: #222222;
 }

@media (max-width: 767px) {
    .top_shar {
        padding-top: 70px;
    }
    .header-top-first {
        padding: 0 15px;
    }
}
.head_nav_xs {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #5a87a8;
}

/* Content */
.main_cat {
    border: 1px solid #698b94;
    border-radius: 20px;
    padding: 20px 0;
}
.text_name {
    color: #487a9f;
    font-weight: bold;
}
.text_name span{
    font-weight: 100;
    text-transform: none;
    padding-left: 10px;
    font-size: 23px;
}
.ban_scr {
    position: relative;
}
.sabscribe {
    position: absolute;
    bottom: 0px;
    height: 80px;
    width: 100%;
    z-index: 100;
}
.gradient {
    background: rgba(69,119,154,0.21);
    background: -moz-linear-gradient(top, rgba(69,119,154,0.21) 0%, rgba(69,119,154,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,119,154,0.21)), color-stop(100%, rgba(69,119,154,1)));
    background: -webkit-linear-gradient(top, rgba(69,119,154,0.21) 0%, rgba(69,119,154,1) 100%);
    background: -o-linear-gradient(top, rgba(69,119,154,0.21) 0%, rgba(69,119,154,1) 100%);
    background: -ms-linear-gradient(top, rgba(69,119,154,0.21) 0%, rgba(69,119,154,1) 100%);
    background: linear-gradient(to bottom, rgba(69,119,154,0.21) 0%, rgba(69,119,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45779a', endColorstr='#45779a', GradientType=0 );
}
.goods_item {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.16);
    border-bottom-left-radius: 15px;
    margin-bottom: 35px;
}

.goods_item:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.30);
}
.goods_item .thumbnail{
    background-color: transparent;
    border-color: transparent;
}
.goods_item .thumbnail img {
    height: 120px;
    width: 180px;
}
.goods_div {
    height: 120px;
}
.goods_div p{
    font-size: 18px;
}

.summ_good{
    font-size: 24px;
}
@media (max-width: 767px){
    .summ_good{
        font-size: 18px;
    }
}
.goods_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 209px;
}
.red_bg {
    background-color: #3697d9;
    color: #ffffff;
}
.main-container {
    padding: 60px 0;
}
.mmt_5 {
    margin-top: -6px;
}
.header-top.colored a.lang {
    text-decoration: none;
}
.header-top.colored a.lang:hover,
.header-top.colored a.lang:active {
    color: #f1d250;
}
.fixed-header-on .header .logo img {
    max-height: 75px;
}
.title_g {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    margin-bottom: 10px;
}
#logo-footer,
#logo_img {
    border-radius: 7px;
}
#logo_img {
    margin: 0px auto;
}
@media (max-width: 767px) {
    #logo_img {
        margin: 0 auto;
        width: 50%;
    }
}
.overlay-container.main_box_cat img {
    display: inline-block;
    /*height: 175px;*/
}
@media (min-width: 768px) and (max-width: 1169px) {
    .overlay-container.main_box_cat img {
        display: inline-block;
        /*height: 115px;*/
    }
}
.overlay-container.gallery_img img {
    display: inline-block;
}
.cont_good {
    overflow: hidden;
}

.cont_good .img_g {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.cont_good .img_g:hover,
.cont_good .img_g:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.media img.media-object {
    width: 60px;
}
.desc_tournament {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 92px;
}
.bg_main {
    background-image: url(/img/bg_main.jpg);
    background-position: 50% 32%;
}
.bg_main_container {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 0 10px #cacaca;
    box-shadow: 0 0 10px #cacaca;
}
@media (max-width: 767px) {
    .top_shar {
        padding-top: 70px;
    }
}
.img_profile {
    overflow: hidden;
    text-align: center;
    background: transparent;
    border-color: transparent;
}
.img_profile img{
    height: 100px;
    margin: 0 auto;
}

/*Footer*/
.footer {
    padding: 0;
}