.category-image:before,
.category-video:before{
    display: none;   
}

.category {
    position: relative;
    /* overflow: hidden; */
}

.mce-content-body table { border-collapse:collapse; margin-bottom:26px; }
.mce-content-body td { padding:10px 10px 8px 10px; border:1px solid #000000; }
.mce-content-body th { padding:10px 10px 8px 10px; border:1px solid #000000; background-color:#EEEEEE; text-align:center; font-weight:bold; }

.mce-content-body ul { list-style:disc; margin-bottom:18px; padding-left:18px; }
.mce-content-body ul li { margin-left:18px; }

.category-media-item {
    float: left;
    width: 370px;
    margin-right: 30px;
    display: block;
    margin-bottom: 30px;
}
.category-media-item:nth-child(2n+1){
    margin-right: 0;
}

@media (max-width: 660px){
    .category-media-item {
        width: 47%;
        margin-right:6%;
    }
    .category-media-item:nth-child(2n+1){
        margin-right: 0;
    }
}


.category-media-item-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(254,178,55,0.8);
    display: none;
}

.category-media-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 24px;
    padding: 16px;
    background-color: #212121;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.category-media-item:hover .category-media-item-hover{
    display: block;
}

.category-paginator {
    overflow: hidden;
    clear: both;
    line-height: 32px;
    margin-bottom: 30px;
    background-color: #fdaf38;
    padding:  0 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.page-contacts-form-city {
    display:none;
}

.category-paginator-title {
    float: left;
}

.category-paginator-content {
    float: right;
}

.paginator-link-current .paginator-link-current {}

.category-paginator .paginator-link {
    min-width: 8px;
    height: 24px;
    border-radius: 12px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    margin: 0 1px;
}
.category-paginator a.paginator-link:hover{
    background-color: #feb237;
    color: #212121;
}
.category-paginator .paginator-link-current {
    background-color: #ffd400;
    color: #212121;
    cursor: default;
}

.category-paginator-content .paginator {
    margin-top: -2px;
}

.category-default-item-image {
    width: 170px;
    float: left;
    background-color: #eee;
}

.category-default-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.category-default-item-info {
    margin-left: 200px;
    padding-bottom: 36px;
}

.category-default-item-date {
    position: absolute;
    bottom: 0;
    left: 200px;
    line-height: 30px;
    color: #fcaf17;
}

.category-default-item-more {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 30px;
    color: #fcaf17;
    text-decoration: none;
    text-transform: uppercase;
}
.category-default-item-more:hover {
    text-decoration: underline;
}

.category-default-item-title {
    color: #fcaf17;
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
    text-decoration: none;
}
.category-default-item-title:hover{
    text-decoration: underline;
}
.category-default-item-content .more-link{
    display: none;
}

.category-page-title-parent {
    background-color: #fdaf38;
    padding: 8px 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.category-page-date {
    float: right;
    margin-left: 16px;
}

.category-page-title {
    display: inline;
    line-height:20px;
}
.category-right-2 .category-page-title-parent{
    background-color: #fff;
    color: #F9AE1E;
    text-transform: uppercase;
    padding: 0;
}

.category-page-tags-parent {
    color: #9E9E9E;
    font-size: 14px;
    margin: 16px 0;
}

.category-page-tags {
    padding: 0;
    margin: 0;
    display: inline;
}

.category-page-tag {
    display: inline;
}

.category-page-tag-link {
    color: inherit;
    text-decoration: none;
}

.category-page-tag-link:hover {
    text-decoration: underline;
}

.page-titles {
    float: left;
    color: #999999;
    font-size: 12px;
}

.category-page-last {
    padding: 16px;
    border: 3px solid #fdaf38;
}

.category-page-last-title {
    color: #F9AE1E;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: bold;
}

.category-page-last-item {
    display: block;
    margin: 16px 0;
    text-decoration: none;
    color: #212121;
    padding-left: 32px;
    position: relative;
}

.category-page-last-item-point {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #fdaf38;
    margin: 0 16px 0 0;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 4px;
}

.category-page-last-item:hover .category-page-last-item-point {
    background-color: #fdaf38;
}

.page-title:hover {
    text-decoration: underline;
}

.category-page-content {
    margin-bottom: 2em;
    overflow: hidden;
}

@media (max-width: 960px){
    .category-left {
        display: none;
    }
    .category:before{
        display:none;
    }
    .category-right{
        margin-left: 0;
    }
}

.page-contacts-title {
    overflow: hidden;
    clear: both;
    line-height: 32px;
    background-color: #212121;
    color: #fff;
    padding: 0 16px;
    text-transform: uppercase;
}

.page-contacts-map {
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-contacts-block {
    background-color: #fdaf38;
    padding-bottom:15px;
    min-height:120px;
}

.page-contacts-map-parent {
    margin-bottom: 30px;
}

.page-contacts-block-title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top:15px;
    margin-bottom:10px;
    font-weight: bold;
}

.page-contacts-block-info {
    text-align: center;
    padding: 0 16px;
    line-height: 18px;
    padding-bottom: 0px;
    font-size:13px;
}

.page-contacts-form-name {
    width: 35%;
    float: left;
    box-sizing: border-box;
    margin-right: 5%;
    margin-bottom: 30px;
}
.page-contacts-form-email{
    width: 60%;
    float: left;
    margin-bottom: 30px;

}
.page-contacts-form-message textarea,
.page-contacts-form-email input,
.page-contacts-form-name input{
    width: 100%;
    line-height: 2rem;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid #fdaf38;
    font-family: "Noto Sans";
}
.page-contacts-form-message textarea.wrongField,
.page-contacts-form-email input.wrongField,
.page-contacts-form-name input.wrongField{
    background-color:pink;
}

.page-contacts-form-message {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-contacts-form-message textarea{
    min-height: 7rem;
}

.page-contacts-form-submit {
    background-color: #fdaf38;
    border: none;
    line-height: 2rem;
    padding: 0 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.page-contacts-form-end {
    margin: 16px 0;
    font-size: 18px;
    color: #fff;
    background-color: #fdaf38;
    line-height: 32px;
    padding: 0 16px;
}

.page-work-form-row-title {
    float: left;
    width: 30%;
    line-height: 32px;
    font-weight: bold;
}

.page-work-form-row-input {
    width: 70%;
    float: left;
}
.page-work-form-row-input textarea,
.page-work-form-row-input input{
    width: 100%;
    line-height: 32px;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid #fdaf38;
}
.page-work-form-row-input textarea.wrongField,
.page-work-form-row-input input.wrongField{
    background-color:pink;
}
.page-work-form-row-input textarea{
    height: 8rem;
}
.page-work-form-submit{
    width: 150px !important;
    background-color: #fdaf38;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.page-work-form-row {
    overflow: hidden;
    margin-bottom: 8px;
}

form.page-work-form {
    margin-top: 32px;
}


@media (min-width:660px){
    .main-block-news-info {
        margin-left: 300px;
    }
}


.category-left-2 {
    background: #fff;
    width: 670px;
    float: left;
}

.category-right-2 {
    /* float: right; */
    width: 470px;
    margin-right: 0;
    margin-left: auto;
}

@media (max-width:1200px){
    .category-left-2{
        margin-right: 0;
        float: none;
        width: auto;
    }
    .category-right-2 {
        width: auto;
        margin: 16px 0;
    }
}

.slack-slider-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.block-galery-slider-mini .slack-slider-image:hover:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(249, 174, 30, 1);
    cursor: pointer;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAACRUlEQVR4Ae2VwUobURSGP+MkYuxGEibU1r5BUYRIfBChWbiRhLxAS2IeQFu3FgnYbhUbcFOEvkUxuKraotiNMS1UqYmbqYvDAZm5zMwdUhD8zs7zz/nvnNzf4UHwSIoFmuxxSI/bu+pxyB4rlEiRmBes8xPPUOe8ZRprXLa4xQupAS3yWLDEL7yI1aNMLNJ8vDfgD9tUKJIjQ4Y8RarscHVP08IhIlm+4Gl9Y5lxg67CEapkn2y00+t4/vIaJ0Rd5wa1wCGUDyo/4iVRmOEEXRQhLKn0Ky5RKXCgz70CMy6/9fQucSjoW1ySw8iW7j54OZ5UELP0pbtpTK3G6g3ENoCGRu8ZgazrxXSsDNIcS3+NAFL6P2cZrAygKv0zRvCxoKkdtzaY4FoU8/hoSmsbrA1gVxQNfOxJq5LIoCaKNj4OpVVMZFASRQcfPWnlQPEiFoorf+niQzJAJpHBmGbhvxvoivLDWdHwf2S9ptVhXdMVae0kMvgkirr55a7IWhs84dq86BTnmmVLA13QKSME8E6/Zmkrgwzfpb9KINOahbqVQVO6faYw0BLJDTOxDeb0k7mBkbzG7YQCcXjKD3nygknMUNZTHlCIMb6jzy0SQkulJ8wShTk9vcd7QnHYV/kNDdKYgQxN+qr/zCgRyKIWeBxTZcIQq5pcTBnPOBFxdFGSbnapUcJl7K5cStRoa2plOYwSizKXeBHrgkUsyLHJIHR4nw0mseY5a5wZh5+yyhSJSTFPgzYdugwY0KVDmzpFRngAPPIP+h9SGpkGq88AAAAASUVORK5CYII=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
}

.block-galery-slider {
    margin-bottom: 30px;
}

.block-galery-slider-mini {
    margin: 0 -15px;
}

.block-galery-slider-mini .slick-next{
    right: 0;
}
.block-galery-slider-mini .slick-prev{
    left: 0;
    z-index: 1;
}
.block-galery-slider-mini .slick-next,
.block-galery-slider-mini .slick-prev{
    background-color: rgba(249, 174, 30, 0.8);
}
.block-galery-slider-mini .slick-next:hover,
.block-galery-slider-mini .slick-prev:hover{
    background-color: rgba(249, 174, 30, 1);
}

.block-youtube-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.block-galery-slider-mini-item{
    margin: 0 15px;
}

@media (max-width:480px){
    .block-galery-slider-mini-item{
        margin: 0 5px;
    }
}

@media (max-width:660px){
    .category-default-item-image{
        display: none;
    }
    .category-default-item-info{
        margin-left: 0;
    }
    .category-default-item-date{
        left: 0 !important;
    }
}