@import url(https://fonts.googleapis.com/css?family=PT+Serif+Caption&subset=latin,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:700,300&subset=cyrillic-ext,latin);

@-webkit-keyframes rotate {
    from {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    }

    to {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
    }
}

@-moz-keyframes rotate {
    from {
    -moz-transform: rotate(0deg);
    }

    to {
    -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
    -o-transform: rotate(0deg);
    }

    to {
    -o-transform: rotate(360deg);
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

input:focus, textarea:focus {
    outline: none;
    box-shadow: 1px 1px 1px #000;
    border-radius: 10px;
}

body {
    font-family: 'PT Serif Caption', sans-serif;
    font-weight: normal;
    font-size: 62.5%;
    line-height: 1.4;
    background: #d0d0d0;
    color: #222;
    overflow-y: scroll;
}

/*resets*/
a img, fieldset {
    border: none;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

header, footer, article, nav, section {
    display: block;
}

input[disabled="disabled"] {
    cursor: default;
}

h1, h2, h3, h4, h5 {
    color: #333;
    font-weight: 400;
    line-height: 1;
    padding: 20px 0 15px;
}

h1 {
    font-size: 35px;
}
h1.accent {
    padding-left: 40px;
    padding-right: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 18px;
}

.hr {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    height: 0;
    border-top: 1px solid #303030;
}

.table {
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.table.wide {
    width: 100%;
}

.table.fixed {
    table-layout: fixed;
}

.page {
    -moz-transition: padding-top 0.3s ease-in-out;
    -webkit-transition: padding-top 0.3s ease-in-out;
    -o-transition: padding-top 0.3s ease-in-out;
    -ms-transition: padding-top 0.3s ease-in-out;
    transition: padding-top 0.3s ease-in-out;
}

.wrap {
    margin: 0 auto;
    max-width: 980px;
    1background: gold;
    padding-left: 5px;
    1overflow: hidden;
}
.wrap.submenu_wrapper {
    padding-top: 100px;
}

.wrap > h1 {
    padding-top: 0;
    margin-top: -5px;
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}

header.header {
    background: #fff;
    position: relative;
    z-index: 50;
    padding:  0;
}
header.header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
header.header .wrap {
    position: relative;
}
header.header .logo {
    display: block;
    background: transparent url("../i/logo.png") 0 0 no-repeat;
    display: block;
    position: relative;
    width: 280px;
    height: 80px;
    -webkit-background-size: cover;
    background-size: cover;
    float: left;
    margin: 10px 20px 11px 0;
}
header.header .logo__descr {
    overflow: hidden;
    color: #999;
    font-size: 1.8em;
    line-height: 1.7;
    padding: 0 20px;
    border-left: 1px solid #aaa;
    position: relative;
    top: 20px;
}
.main__nav {
    list-style: none;
    position: relative;
    background: #5e5e5e;
    margin-bottom: 20px;
    z-index: 10;
}
.main__nav:after,
.main__nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main__nav > ul {
    position: relative;
}
.main__nav > ul > a {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    display: block;
    width: 26px;
    height: 26px;
    /* background: #fff; */
    color: #ffffff;
    margin-right: 22px;
    margin-top: 5px;
    letter-spacing: 1px;
}
.main__nav > ul > a:hover{
    color: #ccc;
}
@media all and (max-width: 480px){
    .main__nav > ul > a {
        float: right;
        text-transform: uppercase;
        font-size: 13px;
        text-align: center;
        line-height: 27px;
        float: right;
        display: block;
        width: 26px;
        height: 26px;
        background: #fff;
        color: #000;
        margin-right: 10px;
        margin-top: 4px;
    }
}
.main__nav > ul > li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
}
/*.main__nav > ul > li:before,
.main__nav > ul > li:last-child:after {
    display: block;
    content:"|";
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.main__nav > ul > li:before {
     left: -1px;
}*/
/*.main__nav > ul > li:last-child:after {
    right: 0;
}*/
.main__nav > ul > li:first-child {
    /*margin-left: -25px;*/
}
.main__nav > ul > li > a {
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -ms-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 12px;
    line-height: 1;
    font-weight: 100;
    color: #fff;
    padding: 13px 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.main__nav > ul > li > a:hover {
    color: #ccc;
}
.main__nav > ul > li > a.hover {
}
.main__nav > ul > li.active > a {
    color: #fff;
    opacity: 1;
    background: #333;
    -webkit-box-shadow: 2px 0 0 #333;
    box-shadow: 2px 0 0 #333;
    position: relative;
    z-index: 5;
}

.main__nav > ul > li.active:before {
    display: none;
}

.main__nav > ul > li a.dropdown {
    padding-right: 30px;
}

.main__nav  > ul > li a.dropdown:after {
    position: absolute;
    display: block;
    content: "\0026";
    right: 8px;
    top: 8px;
    font-size: 0.8em;
}

.main__nav div.wrap {
    display: none;
    text-align: center;
    padding: 10px;
}

.aside__show {
    position: static;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    line-height: 31px;
    cursor: pointer;
    z-index: 50;
    background: #fff;
    text-align: center;
}

.aside__show span {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 3px;
    background: #000;
}

.aside__show span:before {
    content:"";
    display: block;
    width: 16px;
    height: 3px;
    background: #000;
    position: absolute;
    top: -6px;
}

.aside__show span:after {
    content:"";
    display: block;
    width: 16px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -6px;
}

.aside__show:hover {
    background: #333;
}

.aside__show:hover span,
.aside__show:hover span:before,
.aside__show:hover span:after {
    background: #eee;
}



.aside__close {
    position: static;
    float: right;
    width: 34px;
    height: 34px;
    background: #fff url('../i/ico-close.png') 50% 50% no-repeat;
    display: none;
    cursor: pointer;
    z-index: 50;
}

.aside__close:hover {
    background-color: #ccc;
}

.submenu {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    min-width: 100%;
    list-style-position: inside;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #d0d0d0;
    border-top: 0;
    list-style: none;
}
    .submenu li.ml20 {
        margin-left: 38px;
        padding-top: 5px;
        list-style-type: disc;
        /*padding-bottom: 7px;*/
        padding-left: 4px;
        /*line-height: 1em;*/
        color: #ccc;  
    }
        .submenu li.ml20 a {
            /*font-size:12px;*/
        }

        .submenu li.a {
            padding: 3px 25px 3px 7px;
        }

.submenu.animated {
    display: block;
}

.submenu a:hover {
    text-decoration: underline;
}

.submenu li {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.2;
min-width: 150px;
}

.main__nav > ul > li:hover .submenu {
    display: block;
}

#overlay {
    display: none;
    position: fixed;
    z-index: 30;
    width: 100%;
    height: 100%;
}

.layout:after {
    clear: both;
    content:"";
    display: block;
    line-height: 0;
    font-size: 0;
    height: 0;
}

.layout section {
    background: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 275px;
    height: 280px;
    -webkit-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    text-align: center;
    position: relative;
    -webkit-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
    -webkit-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    float: left;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.layout section:hover,
.layout section.active {
}
.layout section.small {
    width: 135px;
}
.layout section.small header {
    font-size: 1.3em;
    padding: 10px 0;
    line-height: 1.4;
}
.layout section.small header a {
    color: #000;
}

.layout section.small header a:hover {
    border-bottom: 1px solid #999;
    text-decoration: none;
}

.layout section.big {
    width: 415px;
}
.layout section.flip {
    background: transparent;
}
.flip-front,
.flip-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}

.flip-back {
    height: auto;
    min-height: 100%;
}

/*.flip-back:after {
    content:"";
    display: block;
    position: absolute;
    height: 40px;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    border-bottom: 20px solid #fff;
}*/

.flip-front {
    background: #fff;
    -webkit-transition: all 0.125s ease-out 0.125s;
    -moz-transition: all 0.125s ease-out 0.125s;
    -ms-transition: all 0.125s ease-out 0.125s;
    -o-transition: all 0.125s ease-out 0.125s;
    transition: all 0.125s ease-out 0.125s;
}
section.flip:hover {
    z-index: 50;
}
section:hover .flip-front {
    -webkit-transition: all 0.125s ease-in;
    -moz-transition: all 0.125s ease-in;
    -ms-transition: all 0.125s ease-in;
    -o-transition: all 0.125s ease-in;
    transition: all 0.125s ease-in;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    background: #fff;
}

.flip-back {
    display: block;
    -webkit-transition: all 0.125s ease-in;
    -moz-transition: all 0.125s ease-in;
    -ms-transition: all 0.125s ease-in;
    -o-transition: all 0.125s ease-in;
    transition: all 0.125s ease-in;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px #ddd;
    box-shadow: 0 0 10px 1px #ddd;
    text-align: left;
    padding: 20px 10px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 200;
    font-size: 1.29em;
    line-height: 1.246;
    font-family: 'Roboto', sans-serif;
}
section:hover .flip-back {
    -webkit-transition: all 0.125s ease-out 0.125s;
    -moz-transition: all 0.125s ease-out 0.125s;
    -ms-transition: all 0.125s ease-out 0.125s;
    -o-transition: all 0.125s ease-out 0.125s;
    transition: all 0.125s ease-out 0.125s;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background: #fff;
}

.flip-back p {
    padding-bottom: 5px;
}

.flip-back a {
    text-decoration: underline;
}

.flip-back a:hover {
    text-decoration: none;
}

.layout .flip-back footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 20px;
    margin: 0;
    text-align: center;
    height: auto;
    background: #fff;
}

.layout .flip-back footer:before {
    position: absolute;
    content:"";
    display: block;
    display: none;
    width: 100%;
    height: 35px;
    left: 0;
    top: -35px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    pointer-events: none;
}

.layout section .img {
}
.layout section .img img {
    margin: 0;
}
.layout section .date {
    color: #b2b2b2;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.layout section .name {
    font-size: 1.1em;
    color: #a02b29;
    text-transform: uppercase;
}
.layout section nav {
    font-size: 0.85em;
    line-height: 1em;
    position: absolute;
    top: 15px;
    left: 0;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.layout section nav a:hover {
    text-decoration: underline;
}
.layout section header {
    color: #323232;
    /*font-size: 1.48em;*/
    font-size: 15.3px;
    line-height: 1.15;
    padding: 10px 10px 0;
    padding-bottom: 10px;
    position: relative;
    height: 68px;
    /*height: 82px;*/
    font-family: 'Roboto', sans-serif;
}
a.vkr_head-raiting>span,
.vkr_feed-head>span{
    font-size: 15.3px;
    color: #323232;
    font-family: 'Roboto', sans-serif;
}
.layout section footer {
    color: #323232;
    font-size: 1.7em;
    line-height: 1.15;
    padding: 10px;
    padding-top: 7px;
    padding-right: 8px;
    position: relative;
    height: 65px;
    font-family: 'Roboto', sans-serif;
}
.layout section .header__line:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    margin-left: -35px;
    height: 0;
    display: block;
    content:"";
    border-top: 1px solid #ccc;
}
.layout section header small,
.layout section footer small {
    display: block;
    /*font-size: 0.78em;*/
    font-size: 12.7px;
    /*color: #444;*/
    color: #323232;
    margin-top: 0.4em;
    font-family: 'Roboto', sans-serif;
}
.layout section footer small{
    max-height: 44px;
    overflow: hidden;
}
.layout section header.small {
    font-size: 1.8em;
}
.layout section header a {
    color: #323232;
}
.layout section header a:hover {
    text-decoration: underline;
}
.layout section article {
    font-size: 1.1em;
    line-height: 1.6;
}
.layout section article dd {
    font-size: 16px;
    color: #222;
    padding-bottom: 15px;
    line-height: 1.2;
}
.layout section article dd img {
    margin: 5px 0 10px;
}
.layout section p.big {
    font-size: 1.3em;
    padding-bottom: 1.3em;
}
.layout section .in {
    display: block;
    height: 230px;
    padding: 25px 5px 25px 5px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 130px auto;
}
.layout section .in:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.layout section .video {
    width: 500px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}
.layout section .video .play {
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #cb092b;
    width: 40px;
    height: 40px;
}
.layout section .video .play i {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 16px solid #fff;
    border-bottom: 10px solid transparent;
    margin: 10px 0 0 13px;
}
.layout section .video .play:hover {
    background: #e50932;
}

.layout section a.in:hover small {
    color: #000;
}

.layout section a.in:hover .button {
    color: #fff;
    background: #666;
    border-color: #666;
}

.big__index .slick-dots {
    width: auto;
    left: 50%;
}

.circle__pic {
    /*margin-top: -20px;*/
    margin-top: -15px;
}
.circle__pic i {
    display: block;
    margin: 0 auto;
    /*width: 70px;*/
    /*height: 70px;*/
    width: 85px;
    height: 85px;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    -o-border-radius: 15%;
    border-radius: 15%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.circle__pic i:before,
.circle__pic i:after {
    position: absolute;
    bottom: 50%;
    /*width: 70px;    */
    width: 60px;
    height: 0;
    display: block;
    content:"";
    border-top: 1px solid #ccc;
}
.circle__pic i:before {
    /*left: -85px;*/
    left: -75px;
}
.circle__pic i:after {
    /*right: -85px;*/
    right: -75px;
}




.circle__pic.big {
    /*margin-bottom: 35px;*/
    margin-bottom: 30px;
}

.circle__pic.big i {
    width: 120px;
    height: 120px;
}

.circle__pic.big i:before,
.circle__pic.big i:after {
    bottom: 50%;
    width: 50px;
}

.circle__pic.big i:before {
    left: -65px;
}
.circle__pic.big i:after {
    right: -65px;
}









.button__play {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: #fff url('../i/button_play.png') 0 0 no-repeat;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.button__play:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rating__pic {
    /*margin-top: 25px;*/
    /*padding-top: 25px;*/
    margin-top: 12px;
    padding-top: 19px;
    position: relative;
}

.rating__pic:before {
    position: absolute;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    content:"";
    border-top: 1px solid #ccc;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    top: 0;
}

.rating__pic i {
    display: block;
    margin: 0 auto 6px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    background: #aaa;
}

.layout .expanded__ratings .in {
    height: auto;
    padding: 0;
}

.expanded__ratings .rating__pic {
    margin-top: 10px;
    padding-top: 25px;
}

.expanded__ratings .in:first-child .rating__pic:before {
    display: none;
}

.layout section.small nav {
    top: 15px;
}
.layout .col section.small nav{
    top: 7px;
}

.interview__slider .slick-slide img {
    opacity: 0;
    -webkit-transition: all 0.25s ease 0.125s;
    -o-transition: all 0.25s ease 0.125s;
    transition: all 0.25s ease 0.125s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
	max-width: 100%;
	width: auto;
}

.interview__slider .slick-active img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.interview__slider .slick-dots {
    width: auto;
    left: 56%;
}

.interview__title {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.interview__title q {
    font-size: 1.4em;
    line-height: 1.4;
    padding: 20px 20px 20px 40px;
    display: block;
    text-align: left;
    /*color: #222;*/
    color: #323232;
    position: relative;
}

.interview__title q a {
    color: #000;
}

.interview__title q a:hover {
    color: #999;
}


.interview__title q:before,
.interview__title q:after {
    position: absolute;
    font-size: 3.3em;
    font-weight: 100;
    font-style: normal;
    text-align: left;
    color: #aaa;
    pointer-events: none;
}
.interview__title q:before {
font-family: PT Serif Caption;
    content: "«";
    margin: -28px 0 0 -28px;
}
.interview__title q:after {
    content: "»";
    margin: -25px 0 0 3px;
font-family: PT Serif Caption;
}

.col.usercontent .interview__title q{
font-style: italic;
padding: 20px 60px 20px 60px;
text-align: center;

}
.col.usercontent .interview__title .auth {
    font-size: 18px;
    text-align: center;
    margin-top: -10px;
}
.col.usercontent .interview__title q:before {
    margin: -37px 0 0 -37px;
}

.col.usercontent .interview__title q:after {
    margin: -37px 0 0 4px;
}


.interview__title .cell {
    display: table-cell;
}

.interview__title .it__img {
    vertical-align: top;
    width: 42%;
}

.ico-star {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    background: transparent url("../i/favorite.png") 0 0 no-repeat;
    content: "";
    font-size: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ico-print {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    background: transparent url("../i/print.png") 0 0 no-repeat;
    content: "";
    font-size: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.layout .content {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    width: 775px;
    height: auto;
    margin-bottom: 1px;
    background: transparent;
}
.layout .content .block {
    background: #fff;
    color: #242525;
    margin-bottom: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.layout .content .block nav {
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #b2b2b2;
    text-transform: uppercase;
}
.layout .content .block .in-content {
    margin: 10px;
    padding: 10px 30px;
    font-size: 1.5em;
}
.layout .content .block footer {
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 10px;
    border-top: 1px solid #ededed;
}
.layout .content .block footer .print {
    display: block;
    float: right;
    border-left: 1px solid #ededed;
    height: 29px;
    padding-left: 30px;
    line-height: 29px;
    color: #222;
}
.layout .content .block footer .print i {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
.layout .content .block footer .print:hover i {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.layout .content .block footer .favorite {
    display: block;
    padding-right: 30px;
    float: right;
    height: 29px;
    line-height: 29px;
    color: #222;
}
.layout .content .block footer .favorite:hover i {
    background-position: 0 -20px;
}
.layout .content .block footer .spread {
    display: block;
    height: 29px;
    line-height: 29px;
}
.layout .content .block footer .spread span {
    margin-right: 10px;
}
.layout .content .block footer .spread img {
    vertical-align: middle;
}
.layout .content .block footer i {
    margin-right: 10px;
}
.layout .content .block footer span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}
.layout .content p {
    padding-bottom: 20px;
}
.layout .content p.img img {
    max-width: 100%;
}

.tags {
    font-size: 12px;
    padding-bottom: 25px;
}
.tags li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding-right: 3px;
}
.tags a {
    color: #335ccf;
    text-decoration: underline;
}
.tags a:hover {
    text-decoration: none;
}

.quote q {
    display: block;
    color: #323232;
    font-family: Cuprum;
    font-size: 2.2em;
    line-height: 1.2;
    position: relative;
    padding-top: 1.7em;
}
.quote q:before,
.quote q:after {
    position: absolute;
    font-size: 2.5em;
    font-weight: 700;
    font-style: italic;
}
.quote q:before {
    content: "\201C";
    margin: -1em 0 0 -0.5em;
}
.quote q:after {
    content: "\201D";
    margin: 0.2em 0.1em 0 0;
    right: 0;
    top: 100%;
}
.quote .in-quote {
    background-image: url(../i/lines.png);
    margin: 10px;
    height: 355px;
    padding: 25px 5px 0 10px;
}
.quote .in-quote:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.person {
    width: 100px;
    float: left;
    margin: 0 40px 0 20px;
    height: 100%;
}
.person img {
    margin-top: 5em;
}
.person p {
    color: #333;
    font-size: 11px;
}
.person p.username {
    color: #000;
    font-size: 14px;
    padding-bottom: 1em;
    text-transform: uppercase;
}

.personContainer {
    width: 100%;
    border-top: 3px solid #ededed;
    padding: 40px 0 20px;
}
.personContainer .cell {
    padding: 0 20px 0 35px;
    border-left: 1px solid #ededed;
    vertical-align: middle;
}
.personContainer .cell:first-child {
    padding-left: 0;
    border: 0;
    width: 240px;
}
.personContainer .cell h4 {
    padding: 0 0 6px;
}
.personContainer .cell p {
    font-size: 13px;
    padding: 0;
}
.personContainer .person {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none;
    margin: 0;
    width: 200px;
}
.personContainer .person:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.personContainer .person img {
    float: left;
    margin: 0 20px 0 0;
}
.personContainer .person p {
    font-size: 11px;
}
.personContainer .person p.username {
    font-size: 14px;
    padding-bottom: 10px;
}

.loadmore {
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    display: block;
    background: #6e6e6e;
    color: #fff;
    font-size: 1.8em;
    height: 2.222em;
    line-height: 2.222em;
    margin-top: 5px;
    text-decoration: none;
    text-align: center;
}
.loadmore span {
    padding: 0 20px;
}
.loadmore span:after {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: transparent url("../i/refresh.png") 0 0 no-repeat;
    content: ".";
    font-size: 0;
    line-height: 0;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    margin-top: -1px;
}
.loadmore:hover {
    background: #8c8c8c;
    text-decoration: none;
}
.loadmore:hover span:after {
    -moz-animatiom: rotate 1s linear 0s infinite normal none;
    -webkit-animation: rotate 1s linear 0s infinite normal none;
    -o-animation: rotate 1s linear 0s infinite normal none;
    animation: rotate 1s linear 0s infinite normal none;
}

footer.footer {
    margin-top: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
}
footer.footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
footer.footer .wrap {
    float: none;
    position: relative;
}
footer.footer div {
}
footer.footer .developer {
    width: 150px;
    float: right;
    margin-right: 5px;
    text-align: right;
}
footer.footer .developer a {
    text-decoration: underline;
}
footer.footer .developer a:hover {
    text-decoration: none;
}
footer.footer .copy {
    text-align: center;
    overflow: hidden;
}
footer.footer .copy p {
    padding-bottom: 5px;
}
footer.footer .contact {
    width: 560px;
}
footer.footer .astronim {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: transparent url("../i/astronim.png") 0 0 no-repeat;
    width: 52px;
    height: 6px;
    margin-left: 5px;
}
footer.footer .socials {
    float: left;
    width: 150px;
}
footer.footer .socials:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
footer.footer .socials a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 0 11px 0 0;
}
footer.footer .socials a.fb {
    background-image: url("../i/social-fb.png");
}
footer.footer .socials a.tw {
    background-image: url("../i/social-tw.png");
    display: none;
}
footer.footer .socials a.inst {
    background-image: url("../i/social-inst.png");
    display: none;
}
footer.footer .socials a.pint {
    background-image: url("../i/social-pint.png");
}

.sidemenu {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    width: 150px;
    background: #fff;
    margin-bottom: 5px;
    font-size: 13px;
    list-style: none;
    padding: 0 10px 10px;
}
.sidemenu .in {
    padding: 10px 20px;
}
.sidemenu ul {
    list-style: none;
}
.sidemenu li {
    border-bottom: 1px solid #ededed;
}
.sidemenu li:last-child {
    border: 0;
}
.sidemenu li.active {
    margin: -1px -10px 0;
    background: #ededed;
    border-top: 1px solid #ededed;
    padding: 0 10px;
}
.sidemenu li.active a {
    color: #000;
    cursor: default;
    text-decoration: none;
}
.sidemenu a {
    display: block;
    padding: 10px 7px;
    color: #323232;
}
.sidemenu a:hover {
    text-decoration: underline;
}
    .sidemenu li.ml a {
        padding: 7px 0 7px 17px;
        font-size: 12px;
    }

table.simple {
    border-collapse: collapse;
}
table.simple th {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    background: #797c85;
    padding: 7px 10px;
    text-align: left;
}
table.simple td {
    color: #4c4c4c;
    border-bottom: 1px solid #ccc;
    border-right: 1px dotted #ccc;
    font-size: 12px;
    padding: 7px 10px;
}
table.simple td:last-child {
    border-right: 0;
}
table.simple tr:nth-child(odd) {
    background: #f1f2f3;
}

form.simple {
    border: 3px dashed #ededed;
    padding: 50px;
    margin: 50px 0;
}
form.simple .in {
    width: 420px;
}
form.simple p {
    padding-bottom: 10px;
}
form.simple ul {
    list-style: none;
}
form.simple ul li {
    padding-bottom: 10px;
}
form.simple .table {
    width: 100%;
}
form.simple .radioContainer {
    padding-right: 30px;
}
form.simple .checkboxContainer {
    font-size: 12px;
}
form.simple label span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    overflow: hidden;
}

input[type="text"],
input[type="search"],
textarea {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    height: 38px;
    font-size: 18px;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

textarea {
    padding: 10px 30px;
    height: 130px;
    resize: none;
}

ul.simple li {
    list-style: none;
    padding: 0 0 7px 30px;
    background: url("../i/li1.png") 0 10px no-repeat;
}
ul.simple li li {
    background: url("../i/li2.png") 0 8px no-repeat;
    padding-left: 20px;
}
ul.simple li li li {
    background: url("../i/li1.png") -5px 10px no-repeat;
    padding-left: 15px;
}
ul.simple li ul {
    padding-top: 7px;
}

ol.simple {
    list-style-position: inside;
}
ol.simple li {
    color: #2452d3;
    padding-bottom: 5px;
}
ol.simple span {
    color: #262626;
}

.button {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    padding: 0 10px;
    color: #000;
    font-size: 11px;
    border: 0;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #aaa;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    text-decoration: none !important;
    /*-webkit-transition: 0.3s !important;*/
    /*-moz-transition: 0.3s !important;*/
    /*-ms-transition: 0.3s !important;*/
    /*-o-transition: 0.3s !important;*/
    /*transition: 0.3s !important;*/
}
.button:hover {
    background: #666;
    color: #fff;
    border-color: #666;
    /*-webkit-transition: 0.3s !important;*/
    /*-moz-transition: 0.3s !important;*/
    /*-ms-transition: 0.3s !important;*/
    /*-o-transition: 0.3s !important;*/
    /*transition: 0.3s !important;*/
}

.button_dark {
    background: #666;
    color: #fff;
    border-color: #666;
}

.button_dark:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}



.button.black {
    color: #fff;
    background: #666;
    border-color: #666;
    /*border-bottom: 1px solid #aaa !important;*/
}

.button.black:hover {
color: #000;
border-color: #aaa;
background: #fff;
}




.textpage {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
 flex: 1;
}

.textpage .col:after {
display: block;
content:"";
clear: both;
}

.layout .col section.small {
height: auto;
min-height: 280px;
}

.textpage > .col:nth-child(1) {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
 flex: 1;
min-height: 0;
min-width: 0;
}

.textpage > .col:nth-child(2) {
-webkit-box-flex:  0 0 170px;
-moz-box-flex:  0 0 170px;
-webkit-flex:  0 0 170px;
-ms-flex:  0 0 170px;
 flex:  0 0 170px;

-webkit-box-order: -1;
-moz-box-order: -1;
-ms-order: -1;
-webkit-order: -1;
 order: -1;

background: #fff;
margin: 0 5px 5px 0;

min-height: 0;
min-width: 0;
}

.textpage > .col:nth-child(3) {
-webkit-box-flex:  0 0 280px;
-moz-box-flex:  0 0 280px;
-ms-flex:  0 0 280px;
-webkit-flex:  0 0 280px;
 flex:  0 0 280px;

min-height: 0;
min-width: 0;
}

.textpage .sidemenu {
margin-bottom: 20px;
}

.textpage section {
float: none;
}

.textpage.newspage > .col:nth-child(2) {
-webkit-box-flex:  0 0 275px;
-moz-box-flex:  0 0 275px;
-ms-flex:  0 0 275px;
-webkit-flex:  0 0 275px;
 flex:  0 0 275px;

-webkit-box-order: 0;
-moz-box-order: 0;
-ms-order: 0;
-webkit-order: 0;
 order: 0;

background: transparent;
margin-bottom: 0;
}

.textpage footer {
padding-top: 20px;
}

.textpage footer .button {
margin-right: 10px;
}

.textpage .date {
font-size: 12px;
font-style: italic;
float: right;
color: #999;
    text-transform: lowercase;
}

.usercontent {
background: #fff;
color: #000;
margin: 0 5px 5px 0;
padding: 20px;
font-family: 'Roboto', Arial, sans-serif;
font-size: 11pt;
line-height: 1.5;

min-height: 0;
min-width: 0;
}

.usercontent h1,
.usercontent h2,
.usercontent h3,
.usercontent h4,
.usercontent h5,
.usercontent h6 {
    font-family: 'PT Serif Caption', sans-serif;
    line-height: 1.3;
}

.usercontent a {
border-bottom: 1px solid #4a4a4a;
/*-webkit-transition: 0.1s;*/
    /*-o-transition: 0.1s;*/
    /*transition: 0.1s;*/
}

.usercontent a:hover {
    border-bottom: none;
}

.textpage section.small {
    width: 170px;
}

.usercontent h1 {
    font-size: 22px;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 20px;
}

.usercontent h2 {
    font-size: 19px;
    padding: 0;
    margin: 15px 0 10px;
}

.usercontent h3 {
    font-size: 16px;
    padding: 0;
    margin: 20px 0 10px;
}

.usercontent p {
    padding: 0;
    margin: 10px 0;
}

.usercontent img {
    max-width: 100%;
}

.usercontent p > img {
    width: 100%;
}

.usercontent img.fl {
    float: left;
    margin: 0 10px 10px 0;
}

.usercontent ol,
.usercontent ul {
    list-style-position: inside;
}

.usercontent table td {
    vertical-align: top;
}


.flip.opinion__item .in {
    background-position: 50% 70%;
    -webkit-background-size: 70% auto;
    background-size: 70% auto;
}

.flip.opinion__item .img {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 20px;
    left: 0;
    display: table;
}

.flip.opinion__item .img i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.flip.opinion__item .img img {
    max-width: 80%;
    max-height: 100px;
}

.flip.opinion__item header {
    color: #323232;
    font-size: 1.7em;
    line-height: 1.15;
    padding: 10px 25px 0;
    position: relative;
    height: 65px;
    font-family: 'Roboto', sans-serif;

    padding: 10px 20px;
    min-height: 55px;
    height: auto;
}





.second {
    background: #fff;
    min-height: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.second header {

}


.contact__block {
    font-size: 16px;
    padding-left: 40px;
}

.ico-phone {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url('../i/ico-phone.png') 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 8px;
}

.ico-mail {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url('../i/ico-mail.png') 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 8px;
}

.ico-map {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url('../i/ico-map.png') 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 8px;
}

.ico-fb {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url('../i/ico-fb.png') 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 8px;
}

.add__block{
    font-size: 16px;
}
.add__block a{
    border: none;
    display: inline-block;
    overflow: hidden;
}
.add__block .ico-fb{
    margin-right: 12px;
}
.add__block a>span{
    border-bottom: 1px solid #ccc;
}
.add__block a:hover>span{
    border-color: #666;
}

#maps__list .map:last-child {
    display: none;
}

.second.usercontent li {
        list-style-position: inside;
}

.show_more_wrap {
        margin: 25px auto;
        text-align: center;
}

.tablebodytext {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(255,255,255,0.75);
    padding: 5px;
    z-index: 50;
}

.error404 {
    font-size: 16px;
}

.error404 h1 {
    margin-bottom: 10px;
    text-align: center;
}

.error404 p {
    text-align: center;
}

.error404 .header {
    padding: 50px 0;
    border: 1px solid #ccc;
}

.map-columns td > ul > li {
    padding-bottom: 20px;
}

.map-columns td {
    padding: 0 20px 0 0;
}

.map-columns td > ul > li > ul {
    padding-top: 5px;
}

.map-columns td > ul > li li {
    padding-left: 15px;
}

.news-item {
    font-size: 14px;
    padding-bottom: 30px;
}

.news-item h2:first-child {
    margin-top: 0;
}

.news-date-time {
    color: #555;
    font-size: 12px;
        text-transform: lowercase;
}

.news-detail h1 {
    margin-bottom: 0;
}


.tel {
    color: #000;
}

.tel:hover {
    color: #666;
}


ul.shareaholic-share-buttons {
    position: relative;
    /*left: -15px;*/
    left: -4px;
}




/*IE9*/

.bx-ie-mobile .textpage .col,
.no-cssanimations .textpage .col {
    display: table-cell;
    vertical-align: top;
}

.bx-ie-mobile .textpage .col:last-child,
.no-cssanimations .textpage .col:last-child {
    padding-left: 5px;
}

.bx-ie-mobile .flip-back,
.no-cssanimations .flip-back {
    display: none;
}

.bx-ie-mobile .flip:hover .flip-back,
.no-cssanimations .flip:hover .flip-back {
    display: block;
}


.bx-ie-mobile .usercontent img {
    width: 100%;
}

.aside-mobile {
    display: none;
}

body.aside-is-visible {
    overflow: hidden;
}

p.more__link {
    padding-top: 5px;
    float: right;
}
p.more__link>.button.black{
    /*border-bottom: 1px solid #aaa;*/
}
p.more__link>.button.black:hover{
    border-bottom: 1px solid #aaa !important;
}



.logo-table td {
    padding: 10px 0;
    vertical-align: top;
}

.logo-table td:first-child {
    width: 110px;
    padding-right: 15px;
}

.logo-table h3 {
    margin-top: 0;
}

.rate__item{
    overflow: hidden;
    padding: 0 0 20px;
}
.rate__content{
    overflow: hidden;
}
.rate__title{
    display: block;
    font-weight: bold;
    padding: 0 0 8px;
}
.rate__item b{
    font-weight: bold;
}
.rate__item p{
    margin: 0;
}
.indent_img{
    margin: 0 20px 10px 0;
    float: left;
}

.hot__group{
    padding: 0 0 20px;
}

.hot__description{
    padding: 0 0 20px;
}
.hot__slider .slick-prev,
.hot__slider .slick-next{
    height: 40px;
    width: 40px;
    margin: 20px 0 0;
    top: 100%;
}
.hot__slider .slick-prev{
    left: 50%;
    margin-left: -90px;
}
.hot__slider .slick-next{
    right: 50%;
    margin-right: -90px;
}
.hot__slider .slick-prev:before,
.hot__slider .slick-next:before{
    color: #cdcdcd;
    font-size: 40px;
}
.hot__counter{
    display: block;
    text-align: center;
    padding: 27px 0 0;
}

.rubrics{
    list-style: none;
    padding: 0 0 6px;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.45;
}
.rubrics li{
    padding: 0 0 10px 30px;
    position: relative;
    /*background: url(../i/bullet.png) no-repeat 0 7px;*/
    /*-webkit-background-size: 13px;*/
    /*background-size: 13px;*/
    display: flex;
    align-items: center;
}
.rubrics li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../i/bullet.png) no-repeat 0 7px;
    -webkit-background-size: 13px;
    background-size: 13px;
    background-position-y: center;
}
.main-text{
	font-size: 15px;
}
.flex-container{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}
.flex-col{
	position: relative;
	flex:0 0 50%;
	box-sizing: border-box;
	padding: 0px 15px;
}
    .flex-col ul {
        list-style-position: outside;
    }
.flex-col img{
	margin: 0 auto;
	display: block;
}
.flex-contact .add__block{
	padding-top: 128px;
}
@media screen and (max-width: 480px) {
  .flex-col{
    flex:0 0 100%;
  }
  .flex-col-img-left{
    order:1;
  }
  .flex-contact {
    text-align:center;
  }
.flex-contact .add__block{
	padding-top: 0px;
}
}




.l-faq {
    border-color: #878787;
padding: 10px 0;
}
.l-faq > div {
    box-shadow: none;
	border-color: #878787;
	border: 1px solid #ddd;
}
.l-faq.gray div {
background-color: #D0D0D0;
}
.faq-q {
    position: relative;
    display: block;
    padding: 1rem 5rem 1rem 2rem;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
border-bottom: none !important;
}
.faq-a {
    padding: 0 2rem 2rem;
    color: #666;
	color: #1d1d1b;

}
a.faq-q>h4 {
    line-height: 0;
}
a.faq-q:after {
    margin-top: -15px;
	border-color: #1d1d1b;
	content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 40%;
    width: 32px;
    height: 32px;
    margin-top: -12px;
    border-radius: 50%;
    color: #000;
    line-height: 24px;
    font-size: 20px;
    font-size: 18px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	background-image: url(/upload/img/v.svg);
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    border: 1px solid rgba(246, 116, 58, 0.5);
    border-radius: 50%;
    filter: saturate(0);
}
.gray a.faq-q:after {
border-color: black;
background-image: url(/upload/img/v-black.svg);
filter: none;
}
a.faq-q.active:after {
    transform: rotate(180deg);
}
.faq-fade-text {
    font-size: 15px;
    max-height: 71px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.first-fade {
    max-height: 100px;
}
li .faq-fade-text {
	max-height: 112px;
}

.faq-fade-text.active {
    max-height: 100% !important;
    transition: max-height 1s ease-in-out;
}

.faq-fade-button {
    cursor: pointer;
}

.faq-fade-background {
    content: '';
    position: absolute;
    height: 25px;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 91%);
    background: rgba(82,82,82,0);
    background: -moz-linear-gradient(left, rgba(82,82,82,0) 0%, rgba(255,255,255,1) 91%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(82,82,82,0)), color-stop(91%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(82,82,82,0) 0%, rgba(255,255,255,1) 91%);
    background: -o-linear-gradient(left, rgba(82,82,82,0) 0%, rgba(255,255,255,1) 91%);
    background: -ms-linear-gradient(left, rgba(82,82,82,0) 0%, rgba(255,255,255,1) 91%);
    /*background: linear-gradient(to right, rgba(82,82,82,0) 0%, rgba(255,255,255,1) 91%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#ffffff', GradientType=1 );
    /*background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(90%, rgb(255, 255, 255)));*/
    /*background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgb(255, 255, 255) 90%);*/
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(255, 255, 255) 90%);*/
    z-index: 1; 
}

li .faq-fade-background {
    height: 15px;
}

.active .faq-fade-background{
    background: transparent;
}

.faq-fade-icon {
    content: "";
    display: block;
    position: absolute;
    background: url(/upload/img/v.svg)no-repeat;
    width: 15px;
    height: 15px;
    filter: saturate(0);
    /*width: 32px;*/
    /*height: 32px;*/
    /*background-image: url(../../../../upload/img/v-black.svg);*/
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: 0.5s;
}

li .faq-fade-icon {
    height: 15px;
}

.active .faq-fade-icon {
    transform: rotate(180deg);
    /*bottom: -13px;*/
}

.usercontent li p:first-child {
    margin-top: 0;
}

li .active .faq-fade-icon {
    bottom: 0;
}

.usercontent a.more_link {
    position: relative;
    display: inline-block;
    margin: 7px 0;
    text-align: center;
    width: auto;
    /*padding: 15px;*/
    padding: 4px 35px 12px 0;
    /*border: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 1.18em;    
}
.usercontent a.more_link:before{
    content: '';
    position: absolute;
    right: 0;
    top: 17px;
    width: 15px;
    height: 15px;
    background: url(/upload/img/v.svg)no-repeat;
    background-size: 12px 12px;
    transform: rotate(-90deg);
    filter: saturate(0);
}
    .usercontent a.more_link:hover {
        border-color: #5e5e5e;        
    }
a.dop_hyper{
    position: relative;
    padding-right: 15px;
    padding-bottom: 3px;
    color: #8c8c8c;
    border-color: #ddd;
}
a.dop_hyper:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 12px;
    height: 10px;
    background: url(/upload/img/v.svg)no-repeat;
    background-size: 12px 12px;
    transform: rotate(-90deg);
    filter: saturate(0);
}
.search_wrap{
    float: right;
    width: 26px;
    height: 26px;
    margin-top: 4px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
}
.search_wrap>i{
    color: #ffffff;
}
.search_wrap:hover>i{
     color: #ccc;
 }
@keyframes search {
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100%{
        opacity: 1;
        transform: translateY(38px);
    }
}
.search_body{
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 49px;
    width: 48.8%;
    max-width: 469px;
    height: 40px;
    transform: translateY(20px);
}
.search_body-on{
    display: block;
    -webkit-animation: search 0.3s ease forwards;
    -o-animation: search 0.3s ease forwards;
    animation: search 0.3s ease forwards;
}
.form_search{
    display: flex;
    align-items: center;
    justify-content: center;
}
.subm_but{
    height: 38px;
    width: 60px;
    margin-left: 10px;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.but-sub-wrap{
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
input.subm_but:focus {
    box-shadow: none;
    border-radius: 0;
}
.but-sub-wrap>i {
    font-size: 20px;
    padding-right: 19px;
    color: #ffffff;
}
.form_search-body > input{
    background: rgba(94, 94, 94, 0.54);
    border: 0;
    color: #ffffff;
    font-size: 1.48em;
    line-height: 1.15;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1em;
    box-shadow: none;
    border: none;
    padding-right: 50px;
    padding-left: 15px;
}
.but-sub-wrap > .fa-search{
    font-size: 15px;
}
.fa-serach-on{
    display: block !important;
}
.fa-serach-off{
    display: none !important;
}
.fa-times-on{
    display: block !important;
}
.fa-times-off{
    display: none !important;
}
.form_search-body > input:focus {
    border-radius: 0;
}
.form_search-body > input::placeholder{
    color: #ffffff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1em;
}
.vkr_button-down,
.collapsible{
    position: relative;
    z-index: 2;
    padding-right: 15px;
    padding-bottom: 3px;
    color: #8c8c8c;
    border-color: #ddd !important;
    border-bottom: 1px solid #ddd;
    width: 75px;
    cursor: pointer;
}
.vkr_content-fade{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.vkr_button-down-bef{
    position: relative;
}
.vkr_button-down-bef:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 10px;
    background: url(/upload/img/v.svg)no-repeat;
    background-size: 12px 12px;
    transform: rotate(-90deg);
    filter: saturate(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.faq-fade-text.active > div > .vkr_button-down>.vkr_button-down-bef:before,
.collapsible.active>.vkr_button-down-bef:before{
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vkr_fade-pef{
    margin-bottom: 10px;
}
.vkr_rubrics>li{
    padding-bottom: 10px !important;
}
.vkr_faq-fade{
    font-size: 11pt !important;
}
a.more_link.vkr_buttonLink{
    background: #f2f2f2;
    padding: 25px 15px 25px 15px;
    border: 1px solid #ddd;
}
a.more_link.vkr_buttonLink>h3,
a.more_link.vkr_buttonLinkDop>h3,
a.more_link.vkr_buttonLinkDop2>h3{
    margin: 0;
}
.vkr_buttonLink:before{
    display: none;
}
a.more_link.vkr_buttonLinkDop{
    background: #f2f2f2;
    padding: 25px 65px 25px 20px;
    border: 1px solid #ddd;
    position: relative;
}
a.more_link.vkr_buttonLinkDop:before{
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 11px;
    right: 18px;
    background-image: url(/upload/img/v.svg);
    background-position: center;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    border: 1px solid rgba(246, 116, 58, 0.5);
    border-radius: 50%;
    filter: saturate(0);
}
a.more_link.vkr_buttonLinkDop2{
    background: #f2f2f2;
    padding: 5px 15px 5px 15px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 15px;
    font-size: 11pt !important;
}
a.more_link.vkr_buttonLinkDop2:before{
    display: none;
}
.faq-fade-text.vkr_faq-fade.active {
    margin-bottom: 15px;
}
.vkr-tabs-wrap {
    margin-top: 20px;
}
.vkr-tabs {
    padding: 5px 15px;
    background: #f2f2f2;
    color: #000000;
    border: 1px solid #ddd;
    font-size: 1.18em;
    cursor: pointer;
    width: 50%;
}
/*.vkr-tabs:hover {*/
    /*background: none;*/
    /*border: 2px solid #dddddd;*/
    /*border-bottom: none;*/
/*}*/
.vkr-tabs-body {
     display: flex;
     justify-content: space-between;
    margin-bottom: 20px;
 }
.tab_active{
    background: none;
    border: 1px solid #dddddd;
    border-bottom: none;
}
.vkr-dop-tabs.tab_active>h3{
    border-bottom: 1px solid;
}
.vkr-dop-tabs {
    background: none;
    border: none;
    text-align: center;
}
.vkr-dop-tabs>h3{
    margin: 5px 15px !important;
}
.vkr-tabs.vkr-dop-tabs.startap-tab.tab_active>h3{
    margin: 5px 24px !important;
}
.vkr-tabs>h3 {
    margin: 5px 0;
}
.vkr_rate-item{
    display: flex;
}
.vkr_rate-item-img>img{
    margin: 0 20px 0 0 !important;
}
.vkr_rate-item-title{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*.vkr-tabs.project-tab {*/
    /*margin-right: 5px;*/
/*}*/
.vkr_rate-item-title>div>h3{
    margin-top: 0;
    margin-bottom: 5px;
}
.vkr-tabs.project-tab {
    border-right: none;
}
.no-before:before{
    display: none !important;
}
.no-before{
    padding: 25px !important;
}
a.hov_one {
    background: #ffffff !important;
}
a.hov_one:hover {
    background: #5e5e5e !important;
}
a.hov_one:hover>h3{
    color: #ffffff !important;
}
a.hov_two{
    background: #f2f2f2 !important;
}
a.hov_two:hover{
    background: #5e5e5e !important;
}
a.hov_two:hover > h3{
    color: #ffffff !important;
}
a.new_border{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
a.font-fam-PT>h3{
    font-family: 'Roboto', Arial, sans-serif;
}
@media all and (max-width: 480px){
    .vkr_buttonLinkDop{
        border: 1px solid #ddd !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .usercontent a.more_link.vkr_buttonLinkDop:before{
        top: 50% !important;
        transform: translate(0, -50%);
    }
}
/*ul[type="circle"] ::marker {*/
    /*color: #ccc;*/
/*}*/
ul ::marker{
    color: #ccc;
}
.col.usercontent ul[type="circle"]{padding-left: 17px;}
.col.usercontent ul[type="circle"] li{list-style: disc;padding-left:5px;}
.col.usercontent ul[type="circle"] li>span{color:#000;}
a.shareaholic-service-icon.shareaholic-service-default{
	box-shadow: none !important;
    border: none !important;
}
.shareaholic-share-buttons-container.shareaholic-rectangle li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon:before{
    top: 3px !important;
}
.ya-share2__badge{
    width: 60px;
    border-radius: 2px !important;
}
.ya-share2__link{
    border: none !important;
}
span.ya-share2__icon{
    height: 20px !important;
    width: 20px !important;
    background-size: 20px 20px !important;
}
.ya-share2__item:not(.ya-share2__item_more):hover, .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover, .ya-share2__item:not(.ya-share2__item_more):focus, .ya-share2__item.ya-share2__item_more > .ya-share2__link:focus{
    opacity: 1 !important;
}
span.ya-share2__icon:after{
    content: '';
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 11px !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.ya-share2__item_service_facebook .ya-share2__icon:after,
.ya-share2__item_service_whatsapp .ya-share2__icon:after,
.ya-share2__item_service_telegram .ya-share2__icon:after{
    content: 'Share';
}
.ya-share2__item_service_twitter .ya-share2__icon:after{
    content: 'Tweet';
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin: 2px 8px 0 0 !important;
}
.ar_al_left{
    margin-top: 14px;
    float: left;
}
ul.vkr_disc {
    padding-left: 16px;
}
ul.vkr_disc>li{
    list-style: disc;
    padding-left: 5px;
}