/*
 Theme Name:   Alliance Altyn
 Description:  Alliance Altyn
 Author:       Soroka Anton
 Author URI:   https://new.vk.com/ugin_root
 Template:     alliancealtyn
 Version:      1.0.0
 Text Domain:  alliancealtyn
*/

@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,cyrillic-ext");

html,body {
    font-family: "Noto Sans";
    font-size: 14px;
    /* position: relative; */
    color: #333333;
}
body{
    margin:0 16px;
    overflow-x: hidden;
}
a{
    color: #fcaf17;
    text-decoration: none;
}

h2 { font-weight:bold; font-size:18px; margin-bottom:20px; line-height:22px; }

.contactsMap {
    width:768px;
    height:400px;
    background-color:#DDDDDD;
    margin-bottom:30px;
    border-left:1px solid #fdaf38;
    border-right:1px solid #fdaf38;
    border-bottom:1px solid #fdaf38;
}

.langVersion {
    height:10px;
    line-height:16px;
}

.langVersion a {
    display:block;
    float:right;
    font-size:12px;
    color:#d9d9d9;
}

.langVersion a.ruLang:hover, .langVersion a.kgLang:hover,
.langVersion.kg a.ruLang:hover, .langVersion.kg a.kgLang:hover {
    color:#fcaf17;
}

.langVersion a.ruLang {
    color:#fcaf17;
}

.langVersion.kg a.ruLang {
    color:#d9d9d9;
}

.langVersion.kg a.kgLang {
    color:#fcaf17;
}

.langVersion span.pointer {
    display:block;
    float:right;
    width:30px;
    height:10px;
    margin:4px 10px 0px 10px;
    background:url("/img/lang-pointer.gif") left top no-repeat;
}

.langVersion.kg span {
    background:url("/img/lang-pointer.gif") -30px top no-repeat;
}

.langVersion a {
    margin-left:14px;
}

.langVersion img {
    opacity: 0.5;
}

.langVersion img.a {
    opacity: 1;
}

.body-block {
    max-width: 1170px;
    margin: 0 auto;
}

.block-ratio {
    width: 100%;
    position: relative;
}
.block-ratio:before{
	content: '';
	display: block;
	vertical-align: middle;
}
.block-ratio-16x9:before{
	padding-top: 56.25%;
}
.block-ratio-16x7:before{
	padding-top: 43.75%;
}
.block-ratio-16x10:before{
	padding-top: 62.5%;
}
.block-ratio-9x7:before{
	padding-top: 77.77777777777777777777777%;
}
.block-ratio-1x1:before{
	padding-top: 100%;
}
.block-ratio-2x1:before{
	padding-top: 50%;
}
.block-ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header {
    background-color: #e5e5e5;
    margin: 0 -16px;
    margin-bottom: 18px;
    position: relative;
}




.header-logo{
    display: block;
    line-height: 100px;
    margin-left: 16px;
}
.header-logo-platina {
    float: right;
    display: none;
}
.header-logo-altin {
    float: left;
}

.header-logo-img {
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
}

.page-title {
    color: #999999;
    text-transform: uppercase;
    text-decoration: none;
}

.page-top {
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 23px;
}

form.page-lang {display: block;margin-right: 0;margin-left: auto;text-align: right;float: right;}

.page-lang-input {
    display: none;
}

.page-lang-switch {
    display: inline-block;
    background-color: #d9d9d9;
    width: 30px;
    height: 10px;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 3px;
}
.page-lang-switch-kg,
.page-lang-switch-ru {
    width: 6px;
    height: 6px;
    background-color: #333333;
    border-radius: 50%;
    margin: 2px;
}
.page-lang-switch-kg{
    float: right;
}
.page-lang-switch-ru{
    float: left;
}

.page-lang-label {
    display: inline-block;
    color: #d9d9d9;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.page-lang-text-ru,
.page-lang-text-kg {
    display: inline-block;
    /* line-height: initial; */
    /* vertical-align: middle; */
}

.page-lang-input + .page-lang-input-next .page-lang-text-kg {
    color: #d9d9d9;
}
.page-lang-input + .page-lang-input-next .page-lang-text-ru {
    color: #fcaf17;
}
.page-lang-input:checked + .page-lang-input-next .page-lang-text-kg {
    color: #fcaf17;
}
.page-lang-input:checked + .page-lang-input-next .page-lang-text-ru {
   color: #d9d9d9;
}

.page-lang-input + .page-lang-input-next .page-lang-switch-kg{
    display:none;
}
.page-lang-input:checked + .page-lang-input-next .page-lang-switch-kg{
    display:inline-block;
}
.page-lang-input + .page-lang-input-next .page-lang-switch-ru{
    display: inline-block;
}
.page-lang-input:checked + .page-lang-input-next .page-lang-switch-ru{
    display: none;
}


.page-lang-label:hover .page-lang-input + .page-lang-input-next .page-lang-text-kg {
    color: #fcaf17;
}
.page-lang-label:hover .page-lang-input + .page-lang-input-next .page-lang-text-ru {
    color: #d9d9d9;
}
.page-lang-label:hover .page-lang-input:checked + .page-lang-input-next .page-lang-text-kg {
    color: #d9d9d9;
}
.page-lang-label:hover .page-lang-input:checked + .page-lang-input-next .page-lang-text-ru {
   color: #fcaf17;
}

.page-lang-label:hover .page-lang-input + .page-lang-input-next .page-lang-switch-kg{
    display:inline-block;
}
.page-lang-label:hover .page-lang-input:checked + .page-lang-input-next .page-lang-switch-kg{
    display:none;
}
.page-lang-label:hover .page-lang-input + .page-lang-input-next .page-lang-switch-ru{
    display: none;
}
.page-lang-label:hover .page-lang-input:checked + .page-lang-input-next .page-lang-switch-ru{
    display: inline-block;
}

.header-menu-parent{
    float: right;
}




.main-block-title {
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    display: block;
    padding: 0 20px;
}

.main-block-title-yellow {
    background-color: #fcaf17;
}
.main-block-title-yellow:hover {
    background-color: #ffd400;
}


.body-block-50 {
    width: 50%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    padding-bottom: 30px;
}
.body-block-50:nth-child(even) {
    padding-right: 0;
    padding-left: 15px;
}
.body-block-33 {
    width:33.3333333333333333333333333333333333333%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
}
.body-block-33 p {
    margin:0px 0px 12px 0px;
}
.body-block-33 li {
    margin-bottom:4px;
}
.body-block-33:nth-child(3n-2){
    padding-left: 0;
    padding-right: 20px;
}
.body-block-33:nth-child(3n){
    padding-right: 0;
    padding-left: 20px;
}

.body-block-all {
    overflow: hidden;
    margin-bottom: 30px;
}

.main-block-photo-item-img {
    /* height: 170px; */
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-block-photo {
    padding-top: 19px;
    margin-bottom: 10px;
}

.main-block-photo-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-block-photo-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.main-block-photo-item:hover .main-block-photo-item-hover{
    display: block;
}

.main-block-photo-item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333333;
    padding: 10px 16px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.main-block-photo-item-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 32px;
    position: absolute;
    background-color: rgba(252, 175, 23, 0.8);
    background-position: center;
    background-repeat: no-repeat;
}

.ic_add_circle_outline_black_24dp_2x {
    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=');
}

.ic_play_circle_outline_black_24dp_2x {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAACb0lEQVR4Ae2Vz0obURTGf8aoqN1IwoTa2gcoiFKIxAcR6qJYxJAXaDH6ANq6tUjAlnal2ICbIvQtiiHdVK0odmNMC9XWxM10FpcDMvffxG4Ef2d5vnvO3G/OmeFWcEeKSRbZpk6Tqyia1NlmgUKUuTGPWOEHoSFOeMUIHROwzhWhI9pUyNIBz/hJ6BlNpklED++uFfjNBnPkydAbRZY8RTY5v6apkMaTAT4TSnxjln6Dbo49RMkOA35PL+X5ywvSDvU8l0gLn1u8Ffkeo/gwxgFilPPVivQLAb7k2JVzT+2D+UuePiAJObnFGRmMrIv3oyRlnJY6vWbcWlmrl8T54JyRsqzeA7SsyGCmiRPylceOidpXFZbRkJJvziw6ogx/eI6NoqpwTBcxJmVr+/UNVNisGuRCqSaIsahSG2Br4LBqS2nKxNhWqTl7A4dVJaWoEqOuUnl7A4dVBZWtEaOpUhl7A4dVgco1YhnZgV57A4dVfbIL/6nBjHcDsSjr3aCexKLkL/l9wpcsY1r0GtOZ5GO6oFKbaLFbI3xUmnnz5c61V8dmjXCPC7PRKU6su6y3Rm/QEV1oeC1/sx5iiDVmevmuKiyhZYQrs4Naa/SfyxbDGKgoySVjJOWJ/DJXMZKVdTsgRxLuc6hOnjKEhWmZll1yCcrX5NwUDioiPWDc05xDOfMGJ2l2RH5JmR7H5CzSEv0nuvFgAGkRxT5FBg1rVUINpirfjydpxCi13VuUKBDQF0VAgRJV1NaKOd0kYpozQs84ZYoOyLBG21m8xSpDdMxDljk2Fj9iiWFuTIoJylSp0aAdRYMaVebJ08Udt4B/0XQuO7ov3BoAAAAASUVORK5CYII=');
}

.main-block-title-gray {
    background-color: #d9d9d9;
}

.main-block-jobs {height: 130px;line-height: 118px;vertical-align: middle;text-align: center;margin-bottom: 30px;background-color: #ebebeb;display: block;text-decoration: none;}

.main-block-jobs-item {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-image: url('/img/jobs-outline.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 15px;
    vertical-align: middle;
}
.main-block-jobs-item:last-child{
    margin-right: 0;
}

.main-block-jobs-item-1 .main-block-jobs-item-in{
    background-image: url('/img/jobs-in-1.png');
}
.main-block-jobs-item-2 .main-block-jobs-item-in{
    background-image: url('/img/jobs-in-2.png');
}
.main-block-jobs-item-3 .main-block-jobs-item-in{
    background-image: url('/img/jobs-in-3.png');
}

.main-block-jobs-item-in {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
}

.main-block-title-gray:hover {
    color: #333;
    background-color: #ffd400;
}

.main-block-fond {
    background-color: #ebebeb;
    padding: 14px 20px 14px 20px;
    margin-bottom: 30px;
}

.main-block-fond p {
    margin:0px 0px 12px 0px;
}

.main-block-fond-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-block-fond-text {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0px;
}
.main-block-fond-text .more-link {
    display: none;
}


.main-block-more-text {
    color: #fcaf17;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
}
.main-block-more-text:hover{
    color: #ffd400;
}

.main-block-fond-more {
    text-align: right;
}

.main-block-news_top-image-img {
    display: block;
    width: 100%;
}

.main-block-news_top-image {
    float: left;
    width: 270px;
}

.clearfix {
    display: table;
    width: 100%;
}

.main-block-news-title {
    margin: 0px 0 30px 0;
}

.main-block-news_top-content {
    margin-left: 300px;
    padding-bottom: 0px;
}
.main-block-news_top-content .more-link{
    display: none;
}

.main-block-news_top {
    position: relative;
}

.main-block-news_top-title {
    color: #fcaf17;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
    display: block;
}
a.main-block-news_top-title:hover{
    color: #ffd400;
}

.main-block-news_top-author {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 22px;
}

.main-block-news_top-lead1 {
    font-size: 14px;
    margin-bottom: 26px;
}

.main-block-news_top-more {
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-block-more-button {
    padding: 3px 10px 2px 10px;
    line-height: 20px;
    background-color: #fcaf17;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
}
.main-block-more-button:hover {
    background-color: #ffd400;
}

.main-block-news_top-lead2 {
    font-size: 14px;
    line-height: 18px;
}

.main-block-news-image-img {
    width: 100%;
    display: block;
}

.main-block-news-image {
    width: 270px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}

.main-block-news-content {
}

.main-block-news-item-title {
    text-decoration: none;
    color: #fcaf17;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    display: block;
}
.main-block-news-item-title:hover {
    color: #ffd400;
}

.main-block-news-item-lead {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
}
.main-block-news-item-lead .more-link{
    display: none;
}
.main-block-news-item-lead p{
    margin: 4px 0;
}

a.main-block-news-item-more {
    float: right;
}

.main-block-news-item-date {
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom:6px;
}

.newsSource {
    font-style: italic;
    font-size:12px;
    margin-bottom:6px;
}

.main-block-news-item {
    margin-bottom: 13px;
    overflow: hidden;
}
.main-block-news-item:last-child{
    margin-bottom: 0;
}

.main-block-news {
    margin-bottom: 30px;
}

.main-block-50-to-50 {
    margin-bottom: 19px;
}

.main-block-title-12 {
    font-size: 11px;
}

.body-block-all-text {
    background-color: #ebebeb;
    padding: 14px 20px 14px 20px;
    font-size: 13px;
    line-height: 16px;
}
.body-block-all-text .more-link{
    display: none;
}

.footer {
    background-color: #333333;
    padding: 30px 0;
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    margin: 0 -16px;
    padding: 30px 16px;
}

.page {
    margin-bottom: 30px;
    overflow: hidden;
}


.footer-block-1 {
    /* float: left; */
    /* width: 300px; */
    /* text-align: center; */
    margin-bottom: 10px;
}
.footer-copyright,
.footer-company_site {
    /* width: 100px; */
    margin: 0 auto;
    text-align: left;
    margin-top: 4px;
}

.footer-logo-altin {
    margin-bottom: 12px;
}

.footer-block-2 {
    /* float: left; */
    line-height: 16px;
}

.footer-email, .footer-company_address {
    margin-bottom: 16px;
}

.footer-company_social a {
    display:inline-block;
    margin-top:8px;
}

.footer-block-3 {
    float: right;
}

.footer-hq-logo {
    margin: 30px 100px 0 0;
}


.etalon {
    position: absolute;
    top: 0;
    opacity: 0.5;
    left:0;
    right:0;
    /* display: none; */
}
.etalon img{
    display: block;
    margin: 0 auto;
}

.page-lang-input-next {
    line-height: 16px;
    position: relative;
    top: -4px;
}

.main-block-jobs:hover {
    background-color: #F9BB42;
}
.ic_menu_black_24dp_2x {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAKklEQVR4Ae3TMRUAAAhCQfuX1g4+BoY7AjD9qQOwmb0OHICSlQxCUzLAAUfPrmAyBxxOAAAAAElFTkSuQmCC');
}
@media (max-width: 1199px){
    .header-menu-open {
        cursor: pointer;
        width: 48px;
        height: 48px;
        margin-top: 26px;
        position: relative;
        margin-right: 16px;
    }
    .header-menu-open:hover{
        background-color: #aaa;
    }

    .header-menu-open-ico{
        width: 48px;
        height: 48px;
        background-position: center;
        background-size: 48px;
        background-repeat: no-repeat;
    }
    .header-menu-open-on .header-menu-open-ico-close,
    .header-menu-open-off .header-menu-open-ico-open{
        display: none;
    }
    .header-menu-open-off .header-menu-open-ico-close,
    .header-menu-open-on .header-menu-open-ico-open{
        display: block;
    }


    .header-menu{
        display: none;
        position: absolute;
        right: 0;
        background-color: #e5e5e5;
        z-index: 1;
        top: 100%;
        width: 100%;
        right: 0;
        left: 0;
        text-align: left;
    }
    .header-menu-open-on .header-menu{
        display: block;
    }
    .header-menu > li > a{
        padding: 0 16px 0 16px;
        background-color: #ffd400;
        color: #333;
        font-weight: bold;
        line-height: 32px;
    }
    .header-menu > li > a:hover{
        background-color: #fcaf17;
    }
    .header-menu .sub-menu a{
        padding: 0 16px 0 32px;
        background-color: #fcaf17;
        line-height: 24px;
    }
    .header-menu a{
        display: block;
        text-decoration:none;
        color:#212121;
        font-weight: bold;
    }
    .header-menu .sub-menu{
        /* display: none; */
    }
}


@media (min-width: 1200px){
    .header-logo{
        line-height: 115px;
        margin-left: 0;
    }
    .header-menu-parent{
        float: none;
    }

    .header-menu-open{
        display: none;
    }
    .header-menu {
        display: block;
        line-height: 27px;
        text-align: left;
        margin-left: 180px;
        position:relative;
        top:40px;
    }
    .header-menu > li,
    .header-menu-item {
        display: inline-block;
        font-size: 14px;
        position: relative;
        line-height: 32px;
    }
    .header-menu > li > a,
    .header-menu-link {
        line-height: 32px;
        color: #333333;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        padding: 0px 12px;
        cursor: pointer;
        margin-right: -1px;
        display: inline-block;
    }

    .header-menu .current-menu-item > a,
    .header-menu-link-current{
        background-color: #ffd400;
        color: #333333;
    }
    .header-menu > li:hover > a,
    .header-menu-link:hover{
        background-color: #ffd400;
        color: #333333;
    }

    .header-menu .sub-menu,
    .header-menu-submenu {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 100%;
        line-height: 24px;
        text-align: left;
        background-color: #fcaf17;
        padding: 8px 0;
        display: none;
        z-index: 1;
    }
    .header-menu .sub-menu a,
    .header-menu-submenu-link {
        padding: 0 16px;
        color: #333333;
        text-decoration: none;
        font-size: 12px;
        cursor: pointer;
        display: block;
        line-height: 28px;
        font-weight: bold;
    }
    .header-menu > li:hover .sub-menu,
    .header-menu-item:hover .header-menu-submenu{
        display: block;
    }
    .header-menu-item:hover .header-menu-linksub{
        background-color: #ffd400;
        color: #333333;
        white-space: nowrap;
    }
    .header-menu > li .sub-menu > li > a{
        white-space: nowrap;
    }
    .header-menu > li .sub-menu > li > a:hover,
    .header-menu-submenu-link:hover,
    .header-menu > li .sub-menu > li.current-menu-item > a {
        background-color: #ffd400;
    }
}

.main-block-photo-item-img-vertical {
    background-size: 100% auto;
}

.main-block-margin-top {
    /* margin-top: 19px; */
}

.main-block-margin-bottom {
    margin-bottom: 30px;
}



@media (max-width:660px){
    .main-block-news_top-image{
        float:none;
        width:100%;
    }
    .main-block-news_top-content{
        margin-left: 0;
        margin-top: 16px;
    }
    .main-block-news-content{
        margin-left: 0;
    }
    .main-block-news-image{
        display: none;
    }
}

@media (max-width: 1202px){
    .main-bottom .body-block-33{
        width: auto;
        float:none;
        margin: 16px 0;
        padding:0;
    }
}

@media (min-width:1202px){
    .main-left {
        /* margin-right: 400px; */
        float: left;
        width: 770px;
    }
    .main-right {
        float: right;
        width: 370px;
    }
    body{
        margin: 0;
    }
    .header{
        margin: 0;
        margin-bottom: 18px;
    }
    .footer-block-1 {
        float: left;
        width: 300px;
        text-align: center;
        margin-bottom: 0;
    }
    .footer-copyright,
    .footer-company_site {
        width: 100px;
        margin: 0 auto;
        text-align: left;
        margin-top: 4px;
    }


    .footer-block-2 {
        float: left;
        line-height: 16px;
    }
}

.block-absolute-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.block-absolute-image-horizontal {
    background-size: auto 100%;
}

.block-absolute-image-vertical {
    background-size: 100% auto;
}

.category-left {
    width: 370px;
    float: left;
    padding-bottom: 30px;
    position: relative;
    background-color: #fff;
}

.category-image {
    margin-bottom: 30px;
}

.category-right {
    margin-left: 400px;
    overflow: hidden;
}

.category-list {
    border: 3px solid #fdaf38;
    padding: 8px 0;
}

.category-list-link {
    display: block;
    line-height: 18px;
    text-decoration: none;
    color: inherit;
    margin: 8px 0;
    padding-left: 43px;
    padding-right:20px;
}

.category-list-item-point {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #fdaf38;
    margin: 0 16px;
    /* float: left; */
    line-height: 24px;
    margin-left: -25px;
}

.category-list-item-title {
}

.category-list-link:hover .category-list-item-point {
    background-color: #FFCC80;
}
.category-list-link:hover .category-list-item-title {
    color: #fdaf38;
}
.category-list-item-current .category-list-link .category-list-item-point:hover,
.category-list-item-current .category-list-link .category-list-item-point {
    background-color: #fdaf38;
}
.category-list-item-current .category-list-link .category-list-item-title:hover,
.category-list-item-current .category-list-link .category-list-item-title {
    font-weight: bold;
    color: #212121;
}

.category:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 370px;
    background-color: #ebebeb;
    background-image: url('/img/category-background-2.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
    background: url('/img/category-background-2.png') left bottom no-repeat, url('/img/category-background-1.png') right bottom no-repeat, #ebebeb;
}

.category-image:before,
.category-video:before{
    display: none;   
}

.category {
    position: relative;
    overflow: hidden;
}

.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;
}

.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-media-item-hover-ico {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 56px;
    background-image: url('/img/ic_play_circle_outline_black_24dp_2x.png');
    background-position: center;
    background-repeat: no-repeat;
}

.category-paginator {
    overflow: hidden;
    clear: both;
    line-height: 32px;
    margin-bottom: 30px;
    background-color: #fdaf38;
    padding:  1px 16px 1px 16px;
    font-size: 16px;
    font-weight: bold;
}

.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 10px 16px;
    margin-bottom:22px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.category-page-title-parent.noBottomMargin {
    margin-bottom:0px;
}

.category-page-date {
    float: right;
    margin-left: 16px;
}

.category-page-title {
    display: inline;
}

.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: #000;
    font-size: 11px;
    text-transform: uppercase;
}

.page-titles a {
    color: #999999;
    font-size: 11px;
}

.page-titles a:hover {
    color: #000;
}

.page-titles span {
    padding:0px 4px 0px 4px;

.page-title-last {
    text-transform: initial;
}

.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;
}

.category-page-last-item-point {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #fdaf38;
    margin: 0 16px 0 0;
    border-radius: 50%;
}

.category-page-last-item:hover .category-page-last-item-point {
    background-color: #fdaf38;
}

.page-title:hover {
    text-decoration: underline;
}

.category-page-content {
    margin-bottom: 4em;
}

@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;
    min-height: 9rem;
}

.page-contacts-map-parent {
    margin-bottom: 30px;
}

.page-contacts-block-title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
    font-weight: bold;
}

.page-contacts-block-info {
    text-align: center;
    padding: 0 16px;
    line-height: 18px;
    padding-bottom: 16px;
}

.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 {
    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{
    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;
}

a {}

.main-block-news-info {
    margin-left: 300px;
}












.category-image:before,
.category-video:before{
    display: none;   
}

.category {
    position: relative;
    /* overflow: hidden; */
}


.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-media-item-hover-ico {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 56px;
    background-image: url('./image/ic_play_circle_outline_black_24dp_2x.png');
    background-position: center;
    background-repeat: no-repeat;
}

.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;
}

.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;
}
.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;
}

.page-title-last {
    text-transform: initial;
}

.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: 4em;
    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;
    min-height: 9rem;
}

.page-contacts-map-parent {
    margin-bottom: 30px;
}

.page-contacts-block-title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
    font-weight: bold;
}

.page-contacts-block-info {
    text-align: center;
    padding: 0 16px;
    line-height: 18px;
    padding-bottom: 16px;
}

.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 {
    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{
    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;
    }