@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,300i,600i&subset=cyrillic');

/*::selection {
background: #cfeffb;
}
::-moz-selection {
background: #cfeffb;
}*/

input,
textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

/*прибиваем подвал*/

#wrapper {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;

    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    visibility: hidden;
}

.wrapp_hold{
    padding: 0 0 275px;
}


/*яндекс кнопки*/
.ya-share2 {
    margin-top:10px;
    
}

footer {
    min-height: 275px;
    margin: -275px 0 0;
    position: relative;

     opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    visibility: hidden;

}


#wrapper.shown,
footer.shown {
    opacity: 1;
    visibility: visible;
}


b {
    font-weight: 600;
}

a {
    text-decoration: none !important;
}

/*универсальные классы*/

.cb {
	clear: both !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	display: block !important;
}

.no_border{
	border: none !important;
}

.no_bg{
	background: none !important;
}

.no_top{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.last{
	margin-right: 0 !important;
}

.col50{
	display: block;
	float: left;
	width: 50%;
}

.ac{
	text-align: center;
}

.ar{
	text-align: right;
}

.al{
	text-align: left;
}
.pat_20{
	padding-top: 20px;
}

.mb_20{
	margin-bottom: 20px !important;
}

.mb_40{
	margin-bottom: 40px !important;
}
.mt_0 {
    margin-top: 0 !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mt_50 {
    margin-top: 50px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_50 {
    margin-bottom: 50px !important;
}

.fl_r {
    float: right !important;
}

input,
select,
textarea {
    font-size: 15px;
}

.query_cb {
    display: none !important;
}

hr {
    border-color: #c4c6ca;
    margin: 25px 0;
}

body {
    color: #34373f;
}



body.hiddens,
body.open_menu {
    overflow: hidden;
}

button {
    outline: none !important;
}

ul.color {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.color li {
    text-indent: 1.2em;
    padding-left: 0;
    margin-bottom: 15px;
    background: url('../img/liststyle.png') no-repeat left 13px;
}

.title {
    font-size: 32px;
    font-weight: 300;
    color: #a3a7ac;
    margin-bottom: 35px;
}

.title_h {
    font-size: 32px;
    margin-bottom: 35px;
}

.title_mini {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 35px;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.tbl .in {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

input[type="text"].security {
    position: absolute;
    opacity: 0;
}

/*container*/
.container {
	width: 1370px;
	padding: 0 30px;
	margin: 0 auto;
    min-width: 320px;
}


.container_big {
    max-width: 1435px;
    padding: 0 30px;
    margin: 0 auto;
    min-width: 320px;
}


input[type="text"],
input[type="password"],
input[type="mail"],
input[type="number"],
textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #a3a7ac;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 25px;
    outline: none !important;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="mail"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #c4c6ca;
}

textarea {
    min-height: 120px;
}

input[type="text"]::-webkit-input-placeholder {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}
input[type="text"]::-moz-placeholder          {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}
input[type="text"]:-moz-placeholder           {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}
input[type="text"]:-ms-input-placeholder      {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}

input[type="mail"]::-webkit-input-placeholder {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}
input[type="mail"]::-moz-placeholder          {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}
input[type="mail"]:-moz-placeholder           {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}
input[type="mail"]:-ms-input-placeholder      {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}

textarea::-webkit-input-placeholder {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}
textarea::-moz-placeholder          {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}
textarea:-moz-placeholder           {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}
textarea:-ms-input-placeholder      {font-family: 'Open Sans', sans-serif; color:#34373f; font-weight: 300;}


.text_container {
    
}

/*Buttons and links*/                    
    .button {
        position: relative;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #34373f;
        text-transform: none;
        padding: 12px 20px;
        border: 1px solid #cccdcf;
        border-radius: 0;
        background: transparent;

        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .button.big_btn {
        padding: 20px 35px;
    }

    .button.btn_light {
        color: #fff;
        border: 1px solid #5f6164;
    }

    .button.btn_gray {
        color: #34373f;
        background-color: #e4e5e6;
    }

    .button:hover {
        color: #be2b31;
        border-color: #e3e6e9;
        background-color: #fff;
    }

    .button:focus,
    .button:active {
        color: #34373f;
        text-decoration: none;
    }

    .button.btn_light:focus,
    .button.btn_light:active {
        color: #34373f;
    }

    .button.btn_gray:hover {
        color: #34373f;
        background-color: #e2223f;
    }



/*Header*/
    header {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        z-index: 11;
    }      

        header .head_top {   
            position: relative;         
            padding: 12px 30px;
            background-color: #fff;
        }

        header .logo {
            position: relative;
            z-index: 3;
            display: block;
            float: left;
            margin-right: 55px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        header .logo:hover {
            opacity: .75;
        }

            .menu_bl {
                background-color: #fff;
                position: relative;
                z-index: 2;
            }
        
            .menu_button {
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                float: left;
                display: block;
                padding: 12px 20px;
                margin-top: 2px;
                margin-right: 15px;
                border: 1px solid #cccdcf;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .menu_button.active {
                background-color: #e3e6e9;
                border-color: #e3e6e9;
            }

            .menu_button:active,
            .menu_button:focus {
                color: #34373f;
            }

            .menu_button:hover {
                color: #be2b31;
            }

                .menu_button i {
                    position: relative;
                    font-style: normal;
                    display: inline-block;
                    padding-left: 33px;
                }

                .menu_button i::before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 9px;
                    left: 0;
                    width: 20px;
                    height: 2px;
                    background-color: #34373f;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                .menu_button:hover i::before {
                    background-color: #be2b31;
                }   

                .menu_button i::after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 3px;
                    left: 0;
                    width: 20px;
                    height: 14px;
                    border: 2px solid #34373f;
                    border-left: 0;
                    border-right: 0;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                .menu_button:hover i::after {
                    border-color: #be2b31;
                }
                

                .main_menu {
                    position: relative;
                    z-index: 3;
                    float: left;
                    list-style: none;
                    padding-bottom: 0;
                    margin: 0;
                }

                    .main_menu li {
                        position: relative;
                        float: left;
                        padding: 0 15px;
                    }

                        .main_menu li a {
                            display: inline-block;
                            position: relative;
                            font-size: 14px;
                            font-weight: 600;
                            padding: 15px 0;
                            color: #34373f;
                            text-transform: uppercase;
                            -webkit-transition: all 0.2s ease-in-out;
                            -moz-transition: all 0.2s ease-in-out;
                            -ms-transition: all 0.2s ease-in-out;
                            -o-transition: all 0.2s ease-in-out;
                            transition: all 0.2s ease-in-out;
                        }
                        
                        .main_menu li a:hover {
                            color: #bf2c30;
                        }

                        

        .right_head {
            float: right;
        }

            .search_button {
                float: left;
                display: block;
                margin-right: 30px;
                margin-top: 12px;
                margin-bottom: 12px;
                width: 24px;
                height: 24px;
                background: url('../img/search.png') no-repeat 0 0;
            }

            .search_button.active {
                opacity: .5;
            }

            .search_button:hover {
                opacity: 1;
                background-position: 0 -24px;
            }

            .search_form {
                position: absolute;
                z-index: 1;
                left: 0;
                right: 0;
                /*bottom: -63px;*/
                bottom: 0;
                padding: 12px 30px;
                background-color: #fff;
                -webkit-transition: bottom 0.4s ease-in-out;
                -moz-transition: bottom 0.4s ease-in-out;
                -ms-transition: bottom 0.4s ease-in-out;
                -o-transition: bottom 0.4s ease-in-out;
                transition: bottom 0.4s ease-in-out;
            }

            .search_form.open {
                bottom: -63px;
            }

                .search_form .inner_form {
                    position: relative;
                }

                .search_form input[type="text"] {
                    font-size: 15px;
                    font-weight: 600;
                    color: #34373f;
                    width: 100%;
                    border: 0;
                    padding: 10px;
                    padding-right: 30px;
                }

                .close_form {
                    position: absolute;
                    right: 1px;
                    top: 9px;
                    display: block;
                    width: 22px;
                    height: 22px;
                    background: url('../img/close.png') no-repeat 0 -22px;
                }

                .close_form:hover {
                    background-position: 0 -44px;
                }

            .lang_select {
                float: right;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .lang_select li {
                    float: left;
                }

                    .lang_select li a {
                        position: relative;
                        z-index: 1;
                        font-size: 14px;
                        font-weight: 600;
                        color: #a3a7ac;
                        display: inline-block;
                        padding: 14px 20px;
                        border: 1px solid #e3e6e9;
                        margin-left: -1px;
                        -webkit-transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -ms-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }

                    .lang_select li a:hover {
                        color: #be2b31;
                    }

                    .lang_select li a.active {   
                        z-index: 2;                     
                        color: #34373f;
                        border: 1px solid #cccdcf;
                    }


    .fix_block {
        text-align: center;
        position: fixed;
        top: 50%;
        right: 40px;
        margin-top: -77px;
        z-index: 9;
    }

        .fix_block .totop {
            display: inline-block;
            width: 54px;
            height: 54px;
            background-color: #fff;
            border-radius: 56px;  
            margin-top: 20px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;        
        }

            .fix_block .totop i {
                display: block;
                width: 100%;
                height: 100%;
                opacity: .5;
                background-image: url('../img/top.png');
                background-repeat: no-repeat;
                background-position: center; 
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out; 
            }

            .fix_block .totop:hover i {
                opacity: 1;
            }

            .fix_block .totop:hover {
                -webkit-box-shadow: 0px 7px 27px 0px rgba(139,140,143,0.63);
                -moz-box-shadow: 0px 7px 27px 0px rgba(139,140,143,0.63);
                box-shadow: 0px 7px 27px 0px rgba(139,140,143,0.63);
            }


/*BigMenu*/
    
    .big_menu {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background: rgba(52,55,63,.95);
        top: 0;
        z-index: 10;
        min-height: 100%;
        padding-top: 155px;
    }

        .big_menu .container {
            position: relative;
        }

            .close_menu {
                display: block;
                position: absolute;
                top: 25px;
                right: 30px;
                width: 22px;
                height: 22px;
                background: url('../img/close.png') no-repeat 0 0;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .close_menu:hover {
                opacity: .5;
            }

        .big_menu .mcol {
            float: left;
            width: 25%;
        }

            .big_menu .menu_list,
            .big_menu .sub_menu_list {
                list-style: none;
                padding: 0;
                margin: 0;
                max-width: 200px;
            }

            .big_menu .menu_list {
                
            }

                .big_menu .menu_list li {

                }

                    .big_menu .menu_list li a {
                        display: inline-block;
                        font-size: 16px;
                        font-weight: 600;
                        text-transform: uppercase;
                        color: rgba(255,255,255,.25);
                        margin-top: 30px;
                        margin-bottom: 15px;
                        -webkit-transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -ms-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }

                    .big_menu .menu_list li a:hover {
                        color: #fff;
                    }

                    .big_menu .sub_menu_list li a {
                        font-size: 13px;
                        font-weight: 300;
                        line-height: 23px;
                        text-transform: none;
                        color: #fff;
                        margin-top: 0;
                        margin-bottom: 12px;
                    }

                    .big_menu .sub_menu_list li a:hover {
                        color: rgba(255,255,255,.33);
                    }

/**/


/*Main block*/				
    section {

    }

    .article {
    	padding: 0;
    }

/*Slide Main*/
    .article--slide_product {
        position: relative;
    }

        .article--slide_product .container.pagers {
            position: relative;
        }

        .slider_main {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .slider_main li {
                position: relative;
                width: 100%;
                height: 900px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                background-color: #34373f;
            }

                .slider_main li .fon {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    opacity: .4;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                }

                .slider_main li .text {
                    position: relative;
                    z-index: 1;
                    max-width: 900px;
                    margin-bottom: 150px;
                }

                .slider_main li .text .title {
                    font-size: 42px;
                    font-weight: 600;
                    color: #fff;
                    line-height: 52px;
                    margin-bottom: 45px;
                }

    .article--slide_product .bx-wrapper {
        margin: 0;
    }

    .article--slide_product .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .article--slide_product .bx-wrapper .bx-pager.bx-default-pager a {

    }

    #bx-pager {
        position: absolute;
        bottom: 125px;
        left: 30px;
    }

        #bx-pager a {
            position: relative;
            display: inline-block;
            width: 155px;
            height: 85px;
            padding: 0 15px;
            margin-right: 7px;
            border-bottom: 1px solid #7a7775;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        #bx-pager a.active {
            border-bottom: 2px solid #fff;
        }

            #bx-pager a span {
                position: relative;
                z-index: 1;
                display: inline-block;
                font-size: 13px;
                font-weight: 500;
                text-transform: uppercase;
                color: #fff;
            }

        #bx-pager .fon_slide {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        #bx-pager a:hover {
            border-color: #fff;
        }

        #bx-pager a.active .fon_slide {
            opacity: .25;
        }

        #bx-pager a:hover .fon_slide {
            opacity: 1;
        }

/**/

/*Article Item*/
    .article_items {
        position: relative;
    }

    .art_mt_munus {
        margin-top: -95px;
    }
    
/**/

/*ItemsList*/

    .wow {
        visibility: hidden;
    }

    .mv_items_list {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
    }

    .mv_items_list.mv_items_list--main {
        margin-bottom: 40px;
    }

        .mv_items_list li {
            float: left;
            width: 50%;
            height: 297px;
            padding: 0 5px;
            margin-bottom: 10px;
        }

        .mv_items_list.audio_list li {
            width: 25%;
        }

            .mv_items_list li .in {
                position: relative;
                height: 100%;
                background-color: #fff;
            }

            .mv_items_list.mv_items_list--main li:first-child .in {
                border: 1px solid #fff;
            }

                .mv_items_list li .img {
                    position: relative;
                    float: left;
                    width: 50%;
                    height: 100%;
                    background: rgba(52,55,63,1);
                    /*background: -moz-linear-gradient(-45deg, rgba(52,55,63,.8) 0%, rgba(255,255,255,.2) 100%);
                    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(52,55,63,.8)), color-stop(100%, rgba(255,255,255,.2)));
                    background: -webkit-linear-gradient(-45deg, rgba(52,55,63,.8) 0%, rgba(255,255,255,.2) 100%);
                    background: -o-linear-gradient(-45deg, rgba(52,55,63,.8) 0%, rgba(255,255,255,.2) 100%);
                    background: -ms-linear-gradient(-45deg, rgba(52,55,63,.8) 0%, rgba(255,255,255,.2) 100%);
                    background: linear-gradient(135deg, rgba(52,55,63,.8) 0%, rgba(255,255,255,.2) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34373f', endColorstr='#ffffff', GradientType=1 );*/
                }

                .mv_items_list.audio_list li .img {
                    display: none;
                }

                .mv_items_list li .img::after {
                    content: '';
                    position: absolute;
                    display: block;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(52,55,63,0.9);
                    background: -moz-linear-gradient(-45deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(52,55,63,0.9)), color-stop(50%, rgba(255,255,255,0.17)), color-stop(100%, rgba(255,255,255,0)));
                    background: -webkit-linear-gradient(-45deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                    background: -o-linear-gradient(-45deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                    background: -ms-linear-gradient(-45deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                    background: linear-gradient(135deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34373f', endColorstr='#ffffff', GradientType=1 );
                }

                .mv_items_list li:nth-child(4n) .img,
                .mv_items_list li:nth-child(4n-1) .img {
                    float: right;
                    /*background: rgba(52,55,63,1);
                    background: -moz-linear-gradient(-45deg, rgba(255,255,255,.2) 0%, rgba(52,55,63,.8) 100%);
                    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,.2)), color-stop(100%, rgba(52,55,63,.8)));
                    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,.2) 0%, rgba(52,55,63,.8) 100%);
                    background: -o-linear-gradient(-45deg, rgba(255,255,255,.2) 0%, rgba(52,55,63,.8) 100%);
                    background: -ms-linear-gradient(-45deg, rgba(255,255,255,.2) 0%, rgba(52,55,63,.8) 100%);
                    background: linear-gradient(135deg, rgba(255,255,255,.2) 0%, rgba(52,55,63,.8) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34373f', endColorstr='#ffffff', GradientType=1 );*/
                }

                .mv_items_list li:nth-child(4n) .img::after,
                .mv_items_list li:nth-child(4n-1) .img::after {
                    background: rgba(255,255,255,0);
                    background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.17) 50%, rgba(52,55,63,0.9) 100%);
                    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.17)), color-stop(100%, rgba(52,55,63,0.9)));
                    background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.17) 50%, rgba(52,55,63,0.9) 100%);
                    background: -o-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.17) 50%, rgba(52,55,63,0.9) 100%);
                    background: -ms-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.17) 50%, rgba(52,55,63,0.9) 100%);
                    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.17) 50%, rgba(52,55,63,0.9) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#34373f', GradientType=1 );
                }

                .mv_items_list.mv_items_list--main li:first-child .img {
                    position: absolute; 
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    background: rgba(255,255,255,1);
                    background: -moz-linear-gradient(45deg, rgba(255,255,255,.5) 0%, rgba(177,176,189,1) 100%);
                    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,.5)), color-stop(100%, rgba(177,176,189,1)));
                    background: -webkit-linear-gradient(45deg, rgba(255,255,255,.5) 0%, rgba(177,176,189,1) 100%);
                    background: -o-linear-gradient(45deg, rgba(255,255,255,.5) 0%, rgba(177,176,189,1) 100%);
                    background: -ms-linear-gradient(45deg, rgba(255,255,255,.5) 0%, rgba(177,176,189,1) 100%);
                    background: linear-gradient(45deg, rgba(255,255,255,.5) 0%, rgba(177,176,189,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b1b0bd', GradientType=1 );
                }

                .mv_items_list.mv_items_list--main li:first-child .img::after {
                    display: none;
                }

                    .mv_items_list li .img .fon {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        opacity: .9;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: cover;
                        /*mix-blend-mode: multiply;*/
                    }

                    .mv_items_list.mv_items_list--main li:first-child .img .fon {
                        opacity: 1;
                        mix-blend-mode: normal;
                    }

                    .mv_items_list li .img .types {                        
                        position: absolute;
                        z-index: 2;
                        display: inline-block;
                        font-size: 13px;
                        font-weight: 300;
                        color: #fff;
                        top: 30px;
                        left: 25px;
                        padding: 11px 19px;
                        border-radius: 25px;
                        background-color: rgba(255,255,255,.3);
                    }

                    .mv_items_list li:nth-child(4n) .img .types,
                    .mv_items_list li:nth-child(4n-1) .img .types {
                        left: auto;
                        right: 25px;
                    }

                    .mv_items_list.mv_items_list--main li:first-child .img .types {
                        display: none;
                    }

                .mv_items_list li .text {
                    position: relative;
                    float: right;
                    width: 50%;
                    height: 100%;
                    padding: 40px 30px;
                }

                .mv_items_list.audio_list li .text {
                    float: none;
                    width: 100%;
                }

                .mv_items_list li:nth-child(4n) .text,
                .mv_items_list li:nth-child(4n-1) .text {
                    float: left;
                }

                .mv_items_list.mv_items_list--main li:first-child .text {
                    width: 100%;
                }

                    .mv_items_list li .text::after {
                        content: '';
                        position: absolute;
                        display: block;
                        top: 50%;
                        left: -6px;
                        width: 12px;
                        height: 11px;
                        margin-top: -6px;
                        background: url('../img/romb.png') no-repeat 0 0;
                    }

                    .mv_items_list.mv_items_list--main li:first-child .text::after,
                    .mv_items_list.audio_list li .text::after {
                        display: none;
                    }

                    .mv_items_list li:nth-child(4n) .text::after,
                    .mv_items_list li:nth-child(4n-1) .text::after {
                        left: auto;
                        right: -6px;
                    }

                    .mv_items_list li .text .date {
                        display: inline-block;
                        font-size: 13px;
                        font-weight: 600;
                        color: #a3a7ac;
                        margin-bottom: 45px;
                    }

                    .mv_items_list.mv_items_list--main li:first-child .text .date {
                        display: none;
                    }

                    .mv_items_list li .text h3 {
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 26px;
                        color: #34373f;
                        height: 78px;
                        overflow: hidden;
                        margin-bottom: 33px;
                    }

                    .mv_items_list.mv_items_list--main li:first-child .text h3 {
                        font-size: 24px;
                        line-height: 34px;
                        height: 100px;
                        max-width: 450px;
                    }

                    .mv_items_list li .text .button {
                        position: absolute;
                        bottom: 38px;
                        left: 30px;
                    }

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

    .more_list {
        position: relative;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #a3a7ac;
        padding: 5px 0;
        padding-left: 50px;
        margin-top: 30px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

        .more_list i {
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 32px;
            height: 32px;
            background: url('../img/more.png') no-repeat center;
        }

        .more_list.load i {
            -webkit-animation-name: spin;
            -webkit-animation-duration: 500ms;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -moz-animation-name: spin;
            -moz-animation-duration: 500ms;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
            -ms-animation-name: spin;
            -ms-animation-duration: 500ms;
            -ms-animation-iteration-count: infinite;
            -ms-animation-timing-function: linear;
         
            animation-name: spin;
            animation-duration: 500ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        .more_list:hover i {
            -webkit-animation-name: spin;
            -webkit-animation-duration: 1000ms;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -moz-animation-name: spin;
            -moz-animation-duration: 1000ms;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
            -ms-animation-name: spin;
            -ms-animation-duration: 1000ms;
            -ms-animation-iteration-count: infinite;
            -ms-animation-timing-function: linear;
         
            animation-name: spin;
            animation-duration: 1000ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

/**/

/*VideoMain*/
    .article--video_main {
        height: 490px;
        margin-bottom: 50px;
    }

        .video_back {
            text-align: center;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

            .video_back .play_video {
                display: inline-block;
                width: 121px;
                height: 121px;
                background: url('../img/play.png') no-repeat center;
            }

            .video_back h3 {
                font-size: 20px;
                font-weight: 600;
                line-height: 30px;
                color: #fff;
                max-width: 520px;
                margin: 25px auto;
            }

/**/

/*Ads*/
    .article--ads {
        margin-top: 35px;
        margin-bottom: 60px;
        display: none; /* скрыл блок с баннерами */
    }

        .ads_block {
            margin: 0 -5px;
              
        }

            .ads_block .item_ads {
                float: left;
                width: 100%;
                padding: 0 5px;
                margin-bottom: 10px;
              
            }

            .ads_block.ads_2 .item_ads {
                width: 50%;
            }

            .ads_block.ads_3 .item_ads {
                width: 33.3333%;
            }

            .ads_block.ads_4 .item_ads {
                width: 25%;
            }

/**/

/*TopHeader*/
    .article--topheader {
        position: relative;
        height: 400px;
        background-color: #353b41;
        margin-bottom: 50px;
    }

        .article--topheader .top_fon {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .4;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .article--topheader .top_fon::after {
            content: '';
            position: absolute;
            display: block;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0);
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(53,59,65,0.9) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(40%, rgba(255,255,255,0)), color-stop(100%, rgba(53,59,65,0.9)));
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(53,59,65,0.9) 100%);
            background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(53,59,65,0.9) 100%);
            background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(53,59,65,0.9) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(53,59,65,0.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#353b41', GradientType=0 );
        }

        .article--topheader .top_text {
            position: absolute;
            bottom: 65px;
            left: 0;
            width: 100%;
            z-index: 2;
        }

            .top_text h1 {
                font-size: 42px;
                color: #fff;
                margin-bottom: 20px;
            }

/*Breadcrumbs*/

                .breadcrumbs_line {
                    list-style: none;
                    padding: 0;
                    margin: 15px 0;
                }

                    .breadcrumbs_line li {
                        position: relative;
                        display: inline-block;
                        font-size: 13px;
                        font-weight: 300;
                        color: #181a1b;
                        padding: 0 15px;
                        padding-left: 55px;
                    }                    

                    .breadcrumbs_line li:first-child {
                        padding-left: 0;
                    }

                        .breadcrumbs_line li::after {
                            content: '';
                            position: absolute;
                            display: block;
                            width: 40px;
                            height: 12px;
                            top: 50%;
                            left: 0;
                            margin-top: -6px;
                            background: url('../img/array2.png') no-repeat center;
                        }

                        .breadcrumbs_line li:first-child {
                            
                        }

                            .breadcrumbs_line li:first-child::after {
                                display: none;
                            }

                        .breadcrumbs_line li span {
                            font-size: 13px;
                            font-weight: 300;
                            color: #fff;
                            opacity: .6;
                        }

                        .breadcrumbs_line li a {
                            font-weight: 600;
                            color: #fff;
                            opacity: 1;
                            text-decoration: none !important;
                            -webkit-transition: .25s ease-in-out;
                            -moz-transition: .25s ease-in-out;
                            -o-transition: .25s ease-in-out;
                            transition: .25s ease-in-out;
                        }

                        .breadcrumbs_line li a:hover {
                            opacity: .5;
                        }
/**/

/*Content*/

    .article--content {

    }

    img.in_text {
        margin-bottom: 45px;
    }

    .text_container {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #34373f;
        max-width: 980px;
        margin: 0 auto;
    }

        .text_container p {
            margin-bottom: 30px;
        }

        .text_container a {
            color: #0e5e92;
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        .text_container a:hover {
            color: #be2b31;
        }
        
        .text_container p a img:hover {
            opacity: 0.5;
        }

        .quote {
            position: relative;
            z-index: 1;
            padding: 42px 30px;
            margin: 50px 0;
            background-color: #cdbec8;
            background-repeat: no-repeat;
            background-position: left center;
            background-size: cover;
        }

        .quote2 {
            position: relative;
            z-index: 1;
            margin: 35px 0;
        }

            .quote2 .img {
                float: left;
                width: 320px;
                height: 300px;
                margin-right: 50px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

            .quote2 .text {
                overflow: hidden;
                padding-top: 45px;
            }

                .quote2 .text p {
                    font-size: 20px;
                    font-weight: 600;
                }

                .quote2 .text .author {
                    font-size: 16px;
                    font-weight: 300;
                    color: #a3a7ac;
                }

        .quote::after {
            content: '';
            display: none;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(52,55,63,.4);
        }

            .quote .text { 
                font-size: 20px;
                font-weight: 600;
                color: #fff;
                max-width: 800px;
                margin-left: 300px;
            }

                .quote .text p {
                    font-weight: 300;
                }

                .quote .text .author {
                    display: block;
                    font-size: 16px;
                    color: #34373f;
                }
/**/

/*Window*/
    .open_window {
        position: absolute;
        z-index: 2;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../img/play_in.png') no-repeat center;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .open_window:hover {
        opacity: .75;
    }

    .window_video {
        max-width: 820px;
    }

        .window_video iframe {
            max-width: 900px;
        }

    .head_fancy {
        position: fixed;
        z-index: 8010;
        top: 0;
        left: 0;
        width: 100%;
        padding: 33px 0;
        color: #fff;
        cursor: pointer;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .head_fancy:hover {
        background-color: rgba(40,42,47,.6);
    }

        .head_fancy .container {
            position: relative;
        }

        .head_fancy .close_w {
            position: absolute;
            top: 11px;
            right: 20px;
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url('../img/close_window.png') no-repeat;
        }

        .head_fancy .date {
            display: inline-block;
            font-size: 13px;
            font-weight: 600;
            color: #a3a7ac;
            margin-bottom: 10px;
        }

        .head_fancy h2 {
            font-size: 20px;
            color: #fff;
            margin: 0;
            min-height: 30px;
            padding-right: 45px;
        }

    .fancybox-title-float-wrap {
        bottom: auto;
    }

    .fancybox-title-float-wrap .child {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        white-space: normal;
    }

/**/

/*ListType01*/
    .list_type01 {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
    }

    .article--other .list_type01 {
        margin-top: 40px;
    }

        .list_type01 li {
            float: left;
            width: 25%;
            height: 295px;
            padding: 0 5px;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .list_type01 li a {
                position: relative;
                display: block;
                height: 100%;

            }

                .list_type01 li .fon {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: .4;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    -webkit-transition: .2s ease-in-out;
                    -moz-transition: .2s ease-in-out;
                    -o-transition: .2s ease-in-out;
                    transition: .2s ease-in-out;
                }

                .list_type01 li a:hover .fon {
                    opacity: 1;
                }

                .list_type01 li .text {
                    position: absolute;
                    z-index: 1;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 22px 20px;
                    min-height: 95px;
                    background-color: rgba(52,55,63,.6);
                    -webkit-transition: .2s ease-in-out;
                    -moz-transition: .2s ease-in-out;
                    -o-transition: .2s ease-in-out;
                    transition: .2s ease-in-out;
                }

                .list_type01 li a:hover .text {
                    background-color: #fff;
                }

                    .list_type01 li .text h2 {
                        font-size: 16px;
                        line-height: 24px;
                        color: #fff;
                        margin-bottom: 0;
                        -webkit-transition: .2s ease-in-out;
                        -moz-transition: .2s ease-in-out;
                        -o-transition: .2s ease-in-out;
                        transition: .2s ease-in-out;
                    }

                    .list_type01 li a:hover .text h2 {
                        color: #34373f;
                    }

/**/

/*ListType02*/
    .list_type02 {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
    }

        .list_type02 li {
            float: left;
            width: 25%;
            height: 295px;
            padding: 0 5px;
            margin-bottom: 10px;
        }

        .list_type02 li.text_only {
            font-size: 16px;
            line-height: 26px;
            width: 50%;
            min-height: 295px;
            height: 100%;
        }

            .text_only .in_txt {
                max-width: 590px;
                height: 100%;
                padding: 15px 20px;
                padding-top: 45px;
                margin: 0 auto;
            }

        .list_type02 li:first-child,
        .list_type02 li:nth-child(6) {
            width: 50%;
        }

            .list_type02 li a {
                position: relative;
                display: block;
                height: 100%;
                /*
border: 1px solid #fff;
                -webkit-transition: .2s ease-in-out;
                -moz-transition: .2s ease-in-out;
                -o-transition: .2s ease-in-out;
                transition: .2s ease-in-out;
                background-color: #373244;
*/
            }

            .list_type02 li a:hover {
                color: #be2b31;
            }

                .list_type02 li .fon {
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: .9;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                }

                .list_type02 li .fon::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: block;
                    background: rgba(255,255,255,0.9);
                    background: -moz-linear-gradient(45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 60%, rgba(255,255,255,0) 100%);
                    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,0.9)), color-stop(60%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0)));
                    background: -webkit-linear-gradient(45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 60%, rgba(255,255,255,0) 100%);
                    background: -o-linear-gradient(45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 60%, rgba(255,255,255,0) 100%);
                    background: -ms-linear-gradient(45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 60%, rgba(255,255,255,0) 100%);
                    background: linear-gradient(45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 60%, rgba(255,255,255,0) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );                    
                    -webkit-transition: .2s ease-in-out;
                    -moz-transition: .2s ease-in-out;
                    -o-transition: .2s ease-in-out;
                    transition: .2s ease-in-out;
                }

                .list_type02 li a:hover .fon {
                    opacity: .9;
                }

                .list_type02 li a:hover .fon::after {
                    background: rgba(55,50,68,0.9);
                    background: -moz-linear-gradient(45deg, rgba(55,50,68,0.9) 0%, rgba(153,150,160,0.32) 49%, rgba(255,255,255,0) 100%);
                    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(55,50,68,0.9)), color-stop(49%, rgba(153,150,160,0.32)), color-stop(100%, rgba(255,255,255,0)));
                    background: -webkit-linear-gradient(45deg, rgba(55,50,68,0.9) 0%, rgba(153,150,160,0.32) 49%, rgba(255,255,255,0) 100%);
                    background: -o-linear-gradient(45deg, rgba(55,50,68,0.9) 0%, rgba(153,150,160,0.32) 49%, rgba(255,255,255,0) 100%);
                    background: -ms-linear-gradient(45deg, rgba(55,50,68,0.9) 0%, rgba(153,150,160,0.32) 49%, rgba(255,255,255,0) 100%);
                    background: linear-gradient(45deg, rgba(55,50,68,0.9) 0%, rgba(153,150,160,0.32) 49%, rgba(255,255,255,0) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373244', endColorstr='#ffffff', GradientType=1 );
                }

                .list_type02 li .text {
                    position: relative;
                    z-index: 2;
                    height: 100%;
                    padding: 30px;
                    padding-top: 80px;
                }

                    .list_type02 li .text h2 {
                        font-size: 24px;
                        -webkit-transition: .2s ease-in-out;
                        -moz-transition: .2s ease-in-out;
                        -o-transition: .2s ease-in-out;
                        transition: .2s ease-in-out;
                    }

                    .list_type02 li a:hover .text h2 {
                        color: #fff;
                    }

                    .list_type02 li .text .button {
                        position: absolute;
                        bottom: 40px;
                        left: 30px;
                        border-color: rgba(52,55,63,.25);
                    }

                    .list_type02 li a:hover .text .button {
                        color: #be2b31;
                        background-color: #fff;
                    }

/**/

/*ListType03*/
    .list_type03 {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
    }

        .list_type03 li {
            float: left;
            width: 50%;
            height: 150px;
            overflow: hidden;
            padding: 0 5px;
            margin-bottom: 40px;
        }

            .list_type03 li a {
                display: block;
                height: 100%;
            }

                .list_type03 li .img {
                    float: left;
                    width: 200px;
                    height: 150px;
                    margin-right: 23px;
                    border: 1px solid #fff;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                }

                .list_type03 li .text {
                    overflow: hidden;
                    padding-top: 30px;
                    padding-right: 30px;
                }

                    .list_type03 li .text .date {
                        font-size: 13px;
                        font-weight: 600;
                        color: #a3a7ac;
                        display: block;
                        margin-bottom: 10px;
                    }

                    .list_type03 li .text h2 {
                        font-size: 16px;
                        line-height: 24px;
                        margin-bottom: 0;
                        height: 70px;
                        overflow: hidden;
                        -webkit-transition: .2s ease-in-out;
                        -moz-transition: .2s ease-in-out;
                        -o-transition: .2s ease-in-out;
                        transition: .2s ease-in-out;
                    }

                    .list_type03 li a:hover .text h2 {
                        color: #be2b31;
                    }

/**/

/*ListType04*/
    .list_type04 {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
    }

        .list_type04 li {
            float: left;
            width: 25%;
            height: 295px;
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .list_type04 li a { 
                position: relative;
                display: block;
                height: 100%;
                background-color: #34373f;
                overflow: hidden;
            }

            .list_type04.foto_list li a:hover {
                cursor: url('../img/zoom.png') 45 45, auto;
            }

                .list_type04 li .img {
                    position: absolute;
                    display: block;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    opacity: 1;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    -webkit-transition: .2s ease-in-out;
                    -moz-transition: .2s ease-in-out;
                    -o-transition: .2s ease-in-out;
                    transition: .2s ease-in-out;
                }

                .list_type04 li a:hover .img {
                    opacity: .2;
                }

/**/

/*ListType05*/
    .list_type05 {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
        margin-bottom: 70px;
    }

        .list_type05 li {
            float: left;
            width: 25%;
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .list_type04 li a { 
                position: relative;
                display: block;
                height: 100%;
            }

                .list_type05 li .price {
                    position: absolute;
                    display: inline-block;
                    font-size: 16px;
                    font-weight: 600;
                    color: #fff;
                    top: 30px;
                    left: 25px;
                    padding: 10px 20px;
                    border-radius: 30px;
                    background-color: rgba(255,255,255,.25);
                }

                .list_type05 li .img {
                    position: relative;
                    width: 100%;
                    height: 295px;
                    background: rgba(52,55,63,1);
                }

                    .list_type05 li .img .fon {
                        height: 100%;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: cover;
                        opacity: .95;
                        -webkit-transition: .2s ease-in-out;
                        -moz-transition: .2s ease-in-out;
                        -o-transition: .2s ease-in-out;
                        transition: .2s ease-in-out;
                    }

                    .list_type05 li .img .fon::after {
                        content: '';
                        position: absolute;
                        display: block;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(52,55,63,0.9);
                        background: -moz-linear-gradient(-45deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(52,55,63,0.9)), color-stop(50%, rgba(255,255,255,0.17)), color-stop(100%, rgba(255,255,255,0)));
                        background: -webkit-linear-gradient(-45deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                        background: -o-linear-gradient(-45deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                        background: -ms-linear-gradient(-45deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                        background: linear-gradient(135deg, rgba(52,55,63,0.9) 0%, rgba(255,255,255,0.17) 50%, rgba(255,255,255,0) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34373f', endColorstr='#ffffff', GradientType=1 );
                    }

                .list_type05 li .text {
                    margin-top: 10px;
                }

                    .list_type05 li .text h3 {
                        font-size: 16px;
                        line-height: 26px;
                        margin-bottom: 20px;
                        height: 52px;
                        /* overflow: hidden; */
                        -webkit-transition: .2s ease-in-out;
                        -moz-transition: .2s ease-in-out;
                        -o-transition: .2s ease-in-out;
                        transition: .2s ease-in-out;
                    }

                    .list_type05 li a:hover .text h3 {
                        color: #be2b31;
                    }

                    .list_type05 li .text .art {
                        display: block;
                        font-size: 13px;
                        color: #a3a7ac;
                        height: 18px;
                        overflow: hidden;
                        margin-bottom: 10px;
                    }
                    
                    
                    
/*ListType04*/
    .list_type06 {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
    }

        .list_type06 li {
            float: left;
            width: 25%;
            height: 160px;
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .list_type06 li a { 
                position: relative;
                display: block;
                height: 100%;
                background-color: #34373f;
                overflow: hidden;
            }

            .list_type06.foto_list li a:hover {
                cursor: url('../img/zoom.png') 45 45, auto;
            }

                .list_type06 li .img {
                    position: absolute;
                    display: block;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    opacity: 1;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    -webkit-transition: .2s ease-in-out;
                    -moz-transition: .2s ease-in-out;
                    -o-transition: .2s ease-in-out;
                    transition: .2s ease-in-out;
                }

                .list_type06 li a:hover .img {
                    opacity: .2;
                }

/**/

/*ListLinks*/
    .list_links {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-top: 30px;
    }

        .list_links li {
            margin-bottom: 30px;
        }

            .list_links li a {
                font-size: 24px;
                font-weight: 300;
                color: #34373f;
                display: inline-block;
                position: relative;
                height: 80px;
                padding-left: 110px;
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }

                .list_links li p {
                    font-size: 24px;
                    font-weight: 300;
                    color: #34373f;
                    margin: 0; 
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;                   
                }

                .list_links li a:hover,
                .list_links li a:hover p {
                    color: #be2b31;
                }

                .list_links li a .img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    display: block;
                    width: 80px;
                    height: 80px;
                    border-radius: 80px;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                    background-color: #fff;
                }

                .list_links li a:hover .img {
                    -webkit-box-shadow: 0px 7px 27px 0px rgba(139,140,143,0.63);
                    -moz-box-shadow: 0px 7px 27px 0px rgba(139,140,143,0.63);
                    box-shadow: 0px 7px 27px 0px rgba(139,140,143,0.63);
                }

                .list_links li a .img::before,
                .list_links li a .img::after {
                    content: '';
                    position: absolute;
                    display: block;
                    opacity: 1;
                    top: 50%;
                    left: 50%;
                    margin-top: -16px;
                    margin-left: -16px;
                    width: 32px;
                    height: 32px;
                    background-image: url('../img/links.png');
                    background-position: 0 0;
                    background-repeat: no-repeat;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                }

                .list_links li a .img::after {
                    opacity: 0;
                    background-position: 0 -32px;
                }

                .list_links li a:hover .img::after {
                    opacity: 1;
                }

                .list_links li a:hover .img::before {
                    opacity: 0;
                }

/**/

/*ListTypeLinks*/
    .list_type_links {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
    }

        .list_type_links li {
            float: left;
            width: 12.5%;
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .list_type_links li a {
                display: block;
                height: 100%;
                overflow: hidden;
            }

            .list_type_links .img {
                width: 100%;
                height: 117px;
                text-align: center;
                background-color: #fff;
                padding: 10px;
                margin-bottom: 5px;
            }

                .list_type_links .img img {
                    display: inline-block;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                }

                .list_type_links a:hover img {
                    opacity: .75;
                }

            .list_type_links .text {
                height: 35px;
                overflow: hidden;
            }

                .list_type_links .text p {
                    font-size: 13px;
                    font-weight: 600;
                    color: #a3a7ac;
                    margin: 0;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                }

                .list_type_links a:hover p {
                    color: #be2b31;
                }

/**/

/*ListTypeAuctions*/
    .list_type_auctions {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 40px;
    }

        .list_type_auctions li {
            max-width: 1150px;
            margin-bottom: 20px;
        }

            .list_type_auctions a {
                position: relative;
                display: block;
            }

                .list_type_auctions .number {
                    position: absolute;
                    display: block;
                    font-size: 20px;
                    font-weight: 600;
                    font-style: normal;
                    text-align: center;
                    color: #a3a7ac;
                    top: 50%;
                    left: 0;
                    width: 60px;
                    height: 60px;
                    margin-top: -30px;
                    background-color: #fff;
                    border-radius: 60px;
                    overflow: hidden;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                }

                .list_type_auctions a:hover .number {
                    color: #34373f;
                }

                .list_type_auctions .text {
                    height: 100%;
                    padding-left: 165px;
                    padding-bottom: 15px;
                }

                    .list_type_auctions .text h3 {
                        font-size: 24px;
                        line-height: 34px;
                        margin-bottom: 10px;
                        padding-top: 35px;
                        border-top: 1px solid #d2d5dd;
                        -webkit-transition: .25s ease-in-out;
                        -moz-transition: .25s ease-in-out;
                        -o-transition: .25s ease-in-out;
                        transition: .25s ease-in-out;
                    }

                    .list_type_auctions li:first-child .text h3 {
                        border: 0;
                        padding-top: 0;
                    }

                    .list_type_auctions a:hover .text h3 {
                        color: #be2b31;
                    }

                    .list_type_auctions .text .date {
                        display: block;
                        font-size: 16px;
                        color: #a3a7ac;
                    }

/**/

/*Pagination*/
    .table_pagination {
        padding: 0;
        margin: 0;
        margin-bottom: 45px;
    }

        .table_pagination td {
            font-size: 15px;
            font-weight: 600;
            padding: 0;
            border-color: #c4c6ca;
        }

        .table_pagination td.prev,
        .table_pagination td.next {
            width: 165px;
            text-align: center;
        }

        .table_pagination td.prev a,
        .table_pagination td.next a {
            position: relative;
            z-index: 2;
            display: block;
            padding: 20px 30px;
            margin: -1px;
            border: 1px solid transparent;
        }

        .table_pagination td.prev a:hover,
        .table_pagination td.next a:hover {
            border-color: #a3a7ac;
        }

        .table_pagination td.prev a {
            padding-left: 50px;
            background: url('../img/prev.png') no-repeat 40px center;
        }

        .table_pagination td.prev a:hover {
            background-image: url('../img/prev_h.png');
        }

        .table_pagination td.next a {
            padding-right: 52px;
            background: url('../img/next.png') no-repeat 105px center;
        }

        .table_pagination td.next a:hover {
            background-image: url('../img/next_h.png');
        }

            /*
.table_pagination td a {
                color: #a3a7ac;
            }
*/

                /*
.table_pagination td a:hover {
                    color: #34373f;
                }
*/

        .list_pages {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
        }

            .list_pages li {
                
            }

                .list_pages a {
                    color: #34373f;
                    display: inline-block;
					padding: 0 10px;
                }

                .list_pages a:hover {
                    color: #be2b31;
                }

                .list_pages span {
                    color: #a3a7ac;
                    display: inline-block;
					padding: 0 10px;
                }

/**/

/*Contact*/

    .contact_list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .contact_list li {
            font-size: 16px;
            padding: 3px 0;
            padding-left: 40px;
            margin-bottom: 10px;
            background-repeat: no-repeat;
            background-position: left center;
        }

            .contact_list a {
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }

            .contact_list a:hover {
                color: #be2b31;
            }

    .form_in {
        position: relative;
        padding-bottom: 40px;
        max-width: 655px;
        margin: 0 auto;
    }

    #rss_window .form_in {
        width: 850px;
        max-width: 850px;
        padding: 75px;
        background-color: #e6e9ea;
    }

        .form_in .input_line {
            position: relative;
        }

            .form_in label.error {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 13px;
                font-weight: 300;
                color: #be2b31;
            }

        .form_in input[type="text"],
        .form_in input[type="password"],
        .form_in input[type="mail"],
        .form_in input[type="number"],
        .form_in textarea {
            margin-bottom: 20px;
        }

        .form_in .button {
            margin-top: 30px;
        }

    #map {
        width: 100%;
        height: 500px;
        border-top: 2px solid #be2b31;
        margin-bottom: 40px;
    }

    .ymaps-b-balloon {
        -webkit-box-shadow: 0px 33px 33px -25px rgba(69,69,69,0.3);
        -moz-box-shadow: 0px 33px 33px -25px rgba(69,69,69,0.3);
        box-shadow: 0px 33px 33px -25px rgba(69,69,69,0.3);
    }

        .ymaps-b-balloon::after {
            content: '';
            position: absolute;
            display: block;
            width: 24px;
            height: 8px;
            bottom: -8px;
            left: 50%;
            margin-left: -12px;
            background: url('../img/bottom.png') no-repeat 0 0;
        }

    .ymaps-b-balloon__content {
        border: 0 !important;
    }

    .ymaps-b-balloon__sprite,
    .ymaps-b-balloon__tail {
        background: #fff !important;
    }

    .ymaps-b-balloon__sprite_type_tail {
        display: none !important;
    }

    .ymaps-b-balloon__content-holster {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        text-align: left;
        padding: 30px 65px !important;
    }


        .ymaps-b-balloon__content-holster span {
            color: #34373f;
        }

        .ymaps-b-balloon__content-holster i {
            font-style: normal;
            color: #34373f;
        }

        .ymaps-b-balloon__close {
            opacity: .75;
            top: 10px !important;
            right: 10px !important;
            width: 12px !important;
            height: 12px !important;
            background-repeat: no-repeat;
            background-position: center !important;
            background-image: url('../img/close_map.png') !important;
        }

        .ymaps-b-balloon__close:hover {
            opacity: 1;
        }

/**/

/*Items2*/
    .items_row {
        margin: 0 -15px;
    }

        .items_col2 {
            width: 50%;
            float: left;
            padding: 0 15px;
            margin-bottom: 60px;
        }

/**/

/*Questions*/
    .question {
        display: none;
    }

    .question.active {
        display: block;
    }

    .answer {
        
    }

    .questions_list {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
        margin-bottom: 30px;
    }

        .questions_list li {
            float: left;
            width: 50%;
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .questions_list li .in {
                width: 100%;
                height: 335px;
                background-color: #fff;
                padding: 30px;
                overflow: hidden;
            }

                .questions_list li .in h3 {
                    font-size: 16px;
                    line-height: 26px;
                }

                .questions_list .iradio_minimal-aero {
                    float: left;
                    margin-top: 2px;
                    margin-right: 10px;
                }

                .questions_list .rd_block {
                    width: 100%;
                    padding: 4px 0;
                    margin: 6px 0;
                }

                    .questions_list .rd_block label {
                        float: left;
                        font-size: 14px;
                        font-weight: 300;
                        padding-top: 2px;
                        margin: 0;
                        cursor: pointer;
                        -webkit-transition: .25s ease-in-out;
                        -moz-transition: .25s ease-in-out;
                        -o-transition: .25s ease-in-out;
                        transition: .25s ease-in-out;
                    }

                    .questions_list .rd_block label:hover {
                        color: #be2b31;
                    }

    .answer {
        display: none;
    }

    .answer.active {
        display: block;
    }

        .answer .list_answer {
            list-style: none;
            padding: 0;
            margin: 0 -15px;
        }

            .answer .list_answer li {
                font-size: 14px;
                float: none;
                color: #a3a7ac;
                width: 100%;
                padding: 0;
                margin: 0;
                padding: 7px 15px;
                margin-bottom: 2px;
            }

            .answer .list_answer li.max_answer {
                font-weight: 600;
                color: #be2b31;
            }

                .answer .list_answer li.max_answer i {
                    color: #a3a7ac;
                }

            .answer .list_answer li.your_answer {
                color: #34373f;
                background-color: #e6e9ea;
            }

                .answer .list_answer li i {
                    font-style: normal;
                    font-weight: 600;
                    color: #a3a7ac;
                    padding-right: 12px;
                }

                .answer .list_answer li.your_answer i {
                    color: #34373f;
                }

/**/

/*AuctionInner*/
    .inner_product {
        margin-bottom: 20px;
    }

        .inner_product .img {
            float: left;
            width: 485px;
            margin-right: 55px;
        }

            .inner_product .img img {
                display: inline-block;
                margin-bottom: 25px;
            }

        .inner_product .text {
            overflow: hidden;
        }

            .inner_product .text h2 {
                font-size: 32px;
                line-height: 42px;
            }

            .inner_product .text .art {
                font-size: 20px;
                color: #a3a7ac;
            }

            .inner_product .text .price {
                font-size: 32px;
                font-weight: 300;
                color: #be2b31;
                margin: 0;
            }

    .tag_list {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 25px;
    }

        .tag_list li {
            display: inline-block;
            font-size: 14px;
            color: #a3a7ac;
            padding: 12px 20px;
            border: 1px solid #c4c6ca;
            margin-right: 6px;
            margin-bottom: 10px;
        }

/**/

/*404*/
    .not_found {
        text-align: center;
        margin-top: 115px;
        padding-bottom: 45px;
    }

        .not_found img {
            display: inline-block;
            margin: 70px 0;
            margin-bottom: 60px;
        }

            .not_found h1 {
                font-size: 44px;
                font-weight: 300;
                line-height: 54px;
                max-width: 620px;
                margin: 0 auto;
                margin-bottom: 15px;
            }

                .not_found a {
                    font-size: 20px;
                    font-weight: 300;
                    color: #a3a7ac;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                }

                .not_found a:hover {
                    color: #be2b31;
                }

/**/

/*Auctions*/

    .acardion_list,
    .child_one,
    .child_two {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .acardion_list {
        margin-bottom: 30px;
    }

        .child_one,
        .child_two {
            display: none;
        }

        .acardion_list > li {
            position: relative;
            margin-bottom: 10px;
        }

        .acardion_list > li.open {
            border: 4px solid #fff;
        }

        .acardion_list .parent {
            position: relative;
            font-size: 16px;
            cursor: pointer;
            margin: 0;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -o-transition:color .2s ease-in-out;
            transition: color .2s ease-in-out;
        }

        .acardion_list .parent:hover {
            color: #be2b31;
        }

            .acardion_list .parent i {
                position: absolute;
                top: 50%;
                right: 30px;
                display: inline-block;
                background-position: center;
                background-repeat: no-repeat;
            }

        h3.parent {
            padding: 35px 30px;
            padding-right: 90px;
            border: 1px solid #c4c6ca;
        }

        .acardion_list > li.open h3.parent {
            margin-top: -4px;
            margin-left: -4px;
            margin-right: -4px;
        }

            h3.parent i {
                margin-top: -25px;
                width: 50px;
                height: 50px;
                background-image: url('../img/plus.png');
            }

            h3.parent.active i {
                background-image: url('../img/minus.png');
            }

            .acardion_list .child_one {
                padding: 30px;
            }

                .acardion_list .child_one > li {
                    margin-bottom: 10px;
                }

        h4.parent {
            padding: 25px 30px;
            padding-right: 60px;
            background-color: #fff;
        }

            h4.parent i {
                margin-top: -5px;
                width: 17px;
                height: 10px;
                background-image: url('../img/caret.png');
            }

            h4.parent.active i {
                background-image: url('../img/caret_h.png');
            }

            .acardion_list .child_two {
                margin-top: 1px;
                padding: 20px 30px;
                background-color: #fff;
            }

                .acardion_list .child_two li {
                    margin-bottom: 5px;
                }

                    .acardion_list .child_two li a {
                        font-size: 14px;
                        color: #be2b31;
                        -webkit-transition: .2s ease-in-out;
                        -moz-transition: .2s ease-in-out;
                        -o-transition: .2s ease-in-out;
                        transition: .2s ease-in-out;
                    }

                    .acardion_list .child_two li {
                        background-position: left 10px;
                    }

                    .acardion_list .child_two li a:hover {
                        color: #34373f;
                    }

/**/

/*Other*/
    .article--other {
        padding-top: 45px;
        margin-top: 20px;
        border-top: 1px solid #c4c6ca;
    }

/**/

/*RSS*/
    .rss_block {
        font-size: 15px;
        text-align: center;
        min-height: 48px;
        background-color: #f0f2f2;
        border-top: 1px solid #cbcfd1;
        border-bottom: 1px solid #cbcfd1;

    }

        .rss_block a {
            display: inline-block;
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        .rss_block a:hover {
            color: #be2b31;
        }

        .rss_block a.rss_open {
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            padding: 15px 0;
            padding-left: 110px;
            margin: -4px 0;
            background: url('../img/rss.png') no-repeat left center;
        }

        .rss_block span {
            color: #a3a7ac;
        }

/**/

/*Footer*/
    footer {
        position: relative;
        font-size: 15px;
        color: #fff;
        padding: 0;
        /*border-top: 1px solid #cbcfd1;*/
    }

        #footer {            
            padding-top: 35px;
        }

        .footer_menu {
            float: left;
            list-style: none;
            padding: 0;
            margin: 0 -5px;
            width: 780px;
        }

            .footer_menu li {
                float: left;
                width: 255px;
                padding: 0 5px;
                margin-bottom: 30px;
            }

                .footer_menu li a {
                    font-size: 16px;
                    font-weight: 600;
                    -webkit-transition: color 0.2s ease-in-out;
                    -moz-transition: color 0.2s ease-in-out;
                    -ms-transition: color 0.2s ease-in-out;
                    -o-transition: color 0.2s ease-in-out;
                    transition: color 0.2s ease-in-out;
                }

                .footer_menu li a:hover {
                    color: #be2b31;
                }

    .contact_list_footer {
        float: right;
        width: 320px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .contact_list_footer li {
            margin-bottom: 22px;
        }

            .contact_list_footer li a,
            .contact_list_footer li span {
                display: inline-block;
                font-size: 13px;
                font-weight: 600;
                color: #34373f;
                padding: 3px 0;
                padding-left: 40px;
                background-repeat: no-repeat;
                background-position: left center;
                -webkit-transition: color 0.2s ease-in-out;
                -moz-transition: color 0.2s ease-in-out;
                -ms-transition: color 0.2s ease-in-out;
                -o-transition: color 0.2s ease-in-out;
                transition: color 0.2s ease-in-out;
            }

            .contact_list_footer li a:hover {
                color: #be2b31;
            }

    .footer_bottom {
        position: relative;
        margin-top: 15px;
        padding: 15px 0;
        padding-bottom: 10px;
        background-color: #34373f;
    }
    
       .copyright {
            float: left;
            font-size: 13px;
            color: #a3a7ac;  
            padding: 12px 0;
            margin-bottom: 0;          
        }


    .social {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0 45px;
    }

        .social li {
            display: inline-block;
            padding: 0 2px;
            margin: 0;
        }

        .social a {
            position: relative;
            z-index: 1;
            width: 40px;
            height: 40px;
            display: block;
            margin: 0;
            background: url('../img/social.png') no-repeat 0 0;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .social a:hover {
            opacity: .5;
        }

        .social a.in {
            background-position: 0 0;
        }

        .social a.yt {
            background-position: -40px 0;
        }

        .social a.gp {
            background-position: -80px 0;
        }

        .social a.tw {
            background-position: -120px 0;
        }

        .social a.fb {
            background-position: -160px 0;
        }
        
        .social a.od {
            background-position: -200px 0;
        }
        
        .social a.vk {
            background-position: -240px 0;
        }


/*.svg_ico,
.service .ico_info .svg_ico {
    display: none;
}

.no-canvas .svg_ico {
    display: block !important;
}*/

/*DreamTeam*/
    .copyright_dt {
        position: relative;
        float: right;
        margin-top: 8px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .copyright_dt:hover {
        
    }

    .copyright_dt a {
        text-decoration: none !important;
    }

    #logo_dt {
        float: left;
        width: 55px;
        height: 26px;
    }

    /*.svg_ico {
        display: none;
    }

    .no-canvas .svg_ico {
        display: block !important;
    }*/

    .no-canvas #logo_dt {
        margin-top: 2px;
        width: 60px;
    }

    .copyright_dt .copy_name {
        float: left;
        margin-top: 0;
        margin-left: 8px;
        text-align: left;
    }

    .copyright_dt .copy_name span {
        display: block;
        font-size: 13px;
        line-height: 14px;
        color: #a3a7ac;
        margin-top: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .copyright_dt:hover .copy_name span {
        color: #fff;
    }

/**/

.links {
	border: 0px;
}

	.links tbody tr td {
		border: 0px;
	}

		.links tbody tr td a img {
			opacity: 0.25;
		}
		
			.links tbody tr td a img:hover {
				opacity: 1;
			}


.article--object_info .fotorama__nav.fotorama__nav--thumbs {
    text-align: center;
}

.ymaps-b-balloon__content-body a {
    color: #1cb0e6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ymaps-b-balloon__content-body a:hover {
    color: #e2223f;
}


.image-banner{
	position: relative;
                    z-index: 1;
                    display: block;
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                    background-color: #cccfd1;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;


}
.image-banner:hover{
	background-color: #000;
                    -webkit-box-shadow: 0px 15px 46px -9px rgba(69,69,70,0.76);
                    -moz-box-shadow: 0px 15px 46px -9px rgba(69,69,70,0.76);
                    box-shadow: 0px 15px 46px -9px rgba(69,69,70,0.76);
}
.image-banner:after{
	content: '';
                    position: absolute;
                    z-index: 1;
                    display: block;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                    background: rgba(204,207,209,0);
                    background: -moz-linear-gradient(top, rgba(204,207,209,0) 50%, rgba(204,207,209,0.8) 100%);
                    background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(204,207,209,0)), color-stop(100%, rgba(204,207,209,0.8)));
                    background: -webkit-linear-gradient(top, rgba(204,207,209,0) 50%, rgba(204,207,209,0.8) 100%);
                    background: -o-linear-gradient(top, rgba(204,207,209,0) 50%, rgba(204,207,209,0.8) 100%);
                    background: -ms-linear-gradient(top, rgba(204,207,209,0) 50%, rgba(204,207,209,0.8) 100%);
                    background: linear-gradient(to bottom, rgba(204,207,209,0) 50%, rgba(204,207,209,0.8) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccfd1', endColorstr='#cccfd1', GradientType=0 );
               
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


input[type="text"].security{
                	position: absolute;
                	opacity: 0;
}

/*_:-o-prefocus, .icons_list_more li .more_info {
    opacity: 1;
};*/


/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	/* width: 100%; */
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
    height: auto;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}