@font-face {
    font-family: 'FontAwesome';
    src: url('../../../administrator/templates/default/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../../../administrator/templates/default/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
    url('../../../administrator/templates/default/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
    url('../../../administrator/templates/default/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
    url('../../../administrator/templates/default/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa:hover {
    text-decoration: none;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #1f1a17;
    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
    font-weight: 400;
    background: #FFF;
    min-width: 1064px;
}

strong {
    font-weight: 600;
}

#layuot {
    min-height: 100%;
    overflow: hidden;
    min-width: 1064px;
}

.floor {
    width: 1024px;
    margin: 0 auto;
}

h1, h2, h3, h4 {
    font-style: normal;
    font-weight: 600;
}

h1 {
}

h3 {
}

h4 {
}

a {
    color: #2facff;
}

a:hover {
    text-decoration: none;
}

.invert, .invert a {
    text-decoration: none;
}

.invert:hover, .invert a:hover {
    text-decoration: underline;
}

.clear:after, .clear:before {
    content: ' ';
    clear: both;
    display: block;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    border: 0;
}

.colls-3 {
    width: 108.4%;
}

.colls-3 > div {
    float: left;
    width: 28%;
    margin-right: 5%;
}

/**/
input.input[type=text], input.input[type=password], textarea.input, input[type=datetime-local], input[type=date], select.input {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #333;
    outline: 0;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    resize: none;
    height: 34px;
}

div.input-from, div.input-to {
    position: relative;
    width: 100px;
}

div.setka div.input-from {
    padding-right: 4px;
}

div.setka div.input-to {
    padding-left: 4px;
}

div.input-from > input[type=text], div.input-to > input[type=text] {
    padding-left: 32px;
}

div.input-from:before {
    content: 'от';
    display: block;
    position: absolute;
    top: 16px;
    left: 21px;
    font-size: 13px;
    color: #adadad;
}

div.input-to:before {
    content: 'до';
    display: block;
    position: absolute;
    top: 16px;
    left: 14px;
    font-size: 13px;
    color: #adadad;
}

#leftfilter div.input-to:before {
    top: 8px;
    pointer-events: none;
}

#leftfilter div.input-from:before {
    top: 8px;
    left: 12px;
    pointer-events: none;
}

textarea.input {
    height: auto;
}

select.select {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #333;
    outline: 0;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    height: auto;
}

input.input[type=text]:focus, input.input[type=password]:focus, textarea.input:focus, input[type=datetime-local]:focus, input[type=date]:focus, select.input:focus, select.select:focus {
    border-color: #5b9dd9;
    -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, .8);
    box-shadow: 0 0 2px rgba(30, 140, 190, .8);
}

/**/

.read-more {
    font-weight: 600;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 15px;
    margin: 0;
    background: #ffcc01;
    background: -moz-linear-gradient(left, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 204, 1, 1)), color-stop(50%, rgba(255, 226, 85, 1)), color-stop(100%, rgba(255, 204, 1, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    background: linear-gradient(to right, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc01', endColorstr='#ffcc01', GradientType=1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 12px;
    height: 26px;
    position: relative;
}

.read-more:after {
    display: block;
    content: ' ';
    position: absolute;
    left: 100%;
    top: 0;
    width: 12px;
    bottom: 0;
    border: 12px solid transparent;
    border-left: 6px solid #FFCC01;
}

.grey-button {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(209, 209, 209);
    background: -moz-linear-gradient(left, rgba(209, 209, 209, 1) 0%, rgba(228, 228, 228, 1) 50%, rgba(209, 209, 209, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(209, 209, 209, 1)), color-stop(50%, rgba(228, 228, 228, 1)), color-stop(100%, rgba(209, 209, 209, 1)));
    background: -webkit-linear-gradient(left, rgba(209, 209, 209, 1) 0%, rgba(228, 228, 228, 1) 50%, rgba(209, 209, 209, 1) 100%);
    background: -o-linear-gradient(left, rgba(209, 209, 209, 1) 0%, rgba(228, 228, 228, 1) 50%, rgba(209, 209, 209, 1) 100%);
    background: -ms-linear-gradient(left, rgba(209, 209, 209, 1) 0%, rgba(228, 228, 228, 1) 50%, rgba(209, 209, 209, 1) 100%);
    background: linear-gradient(to right, rgba(209, 209, 209, 1) 0%, rgba(228, 228, 228, 1) 50%, rgba(209, 209, 209, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#d1d1d1', GradientType=1);
    color: #000;
    height: 36px;
}

.do-search {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #0DA1D1;
    background: -moz-linear-gradient(left, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(13, 161, 209, 1)), color-stop(50%, rgba(110, 200, 231, 1)), color-stop(100%, rgba(13, 161, 209, 1)));
    background: -webkit-linear-gradient(left, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    background: -o-linear-gradient(left, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    background: -ms-linear-gradient(left, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    background: linear-gradient(to right, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0da1d1', endColorstr='#0da1d1', GradientType=1);
    color: #FFF;
    height: 36px;
}

.do-search:after {
    display: block;
    content: ' ';
    position: absolute;
    right: -27px;
    top: 0;
    width: 0px;
    bottom: 0;
    border: 18px solid transparent;
    border-left: 10px solid #0DA1D1;
}

.do-search > span {
    display: inline-block;
    background: url(../images/do-plus.gif) no-repeat right center;
    padding: 0 25px 0 0;
}

.as-do-search {
    display: inline-block;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #0DA1D1;
    background: -moz-linear-gradient(left, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(13, 161, 209, 1)), color-stop(50%, rgba(110, 200, 231, 1)), color-stop(100%, rgba(13, 161, 209, 1)));
    background: -webkit-linear-gradient(left, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    background: -o-linear-gradient(left, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    background: -ms-linear-gradient(left, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    background: linear-gradient(to right, rgba(13, 161, 209, 1) 0%, rgba(110, 200, 231, 1) 50%, rgba(13, 161, 209, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0da1d1', endColorstr='#0da1d1', GradientType=1);
    color: #FFF;
    height: 36px;
    padding-right: 15px;
}

.as-do-search:after {
    display: block;
    content: ' ';
    position: absolute;
    right: -27px;
    top: 0;
    width: 0px;
    bottom: 0;
    border: 18px solid transparent;
    border-left: 10px solid #0DA1D1;
}

.as-do-search > input[type=submit] {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    border: 0;
    outline: none;
    background: url(../images/do-plus.gif) no-repeat right center;
    padding: 10px 20px;
    padding-right: 25px;
    cursor: pointer;
}

.slide-button {
    font-weight: 300;
    color: #2facff;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    padding: 10px 10px;
    padding-right: 15px;
    margin: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 36px;
    background: url(../images/slide-down.gif) no-repeat right center;
}

.slide-button.act {
    background: url(../images/slide-up.gif) no-repeat right center;
    color: #666666;
}

#header {
}

#header > .floor {
    position: relative;
    height: 155px;
}

#header > .floor:before {
    background: url(../images/header-bg.png) no-repeat 0 0 #FFF;
    display: block;
    content: ' ';
    height: 230px;
    width: 421px;
    position: absolute;
    bottom: 0;
    left: 875px;
    z-index: 0;
}

#logo, #slogan, #phone, #top-contacts {
    position: absolute;
}

#header p {
    margin: 0;
    padding: 0;
}

#logo {
    top: 37px;
    left: 0;
    width: 245px;
    height: 80px;
}

#slogan {
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #0c9dcd;
    left: 400px;
    top: 32px;
}

#phone {
    left: 725px;
    top: 32px;
    color: #363785;
    font-size: 56px;
    line-height: 56px;
}

#top-contacts {
    left: 725px;
    top: 99px;
    font-weight: 300;
    font-size: 15px;
}

#navigation {
    background: #363785;
    border-bottom: 5px solid #c4c4c4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}

#navigation > .floor {
}

#navigation > .floor > div {
    display: table;
    width: 100%;
}

#navigation > .floor > div > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-row;
}

#navigation > .floor > div > ul > li {
    display: table-cell;
    background: url(../images/navi-bg.gif) no-repeat right center;
    position: relative;
}

#navigation > .floor > div > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 0px;
    z-index: 999999;
    background: #447ec6;
    opacity: 0;
    padding: 10px 0;
}

#navigation > .floor > div > ul > li > ul > li {
    display: block;
}

#navigation > .floor > div > ul > li > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 5px 25px;
    white-space: nowrap;
    text-transform: none;
    min-width: 140px;
}

#navigation > .floor > div > ul > li > ul > li:hover, #navigation > .floor > div > ul > li > ul > li.active {
    text-decoration: underline;
}

#navigation > .floor > div > ul > li:hover > ul {
    display: block;
    opacity: 1;
}

#navigation > .floor > div > ul > li:last-child {
    background: none;
}

#navigation > .floor > div > ul > li > a {
    display: block;
    text-align: center;
    padding: 12px 30px;
    color: #FFF;
    text-decoration: none;
    margin-right: 1px;
}

#navigation > .floor > div > ul > li:hover > a, #navigation > .floor > div > ul > li.active > a {
    background: #3c3d94;
}

#slider {
    height: 410px;
    overflow: hidden;
    position: relative;
}

#slider > .slide > div {
    height: 410px;
}

#slider > .slide .slide-desc {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -440px;
    width: 400px;
}

#slider > .slide .slide-desc > .slide-title {
    color: #FFF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    margin: 0 0 30px;
    padding: 0;
}

#slider > .slide .slide-desc > .slide-title > strong {
    text-transform: uppercase;
}

#slider > .slide .slide-desc > .slide-text {
    color: #FFF;
    font-size: 18px;
    margin: 0 0 35px;
}

.slider-block .bx-wrapper {
    position: relative;
}

.slider-block .bx-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -442px;
    z-index: 999;
}

.slider-block .bx-pager > div {
    display: inline-block;
}

.slider-block .bx-pager a {
    text-indent: -1000px;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(../images/dot.png) no-repeat 0 0;
    margin: 0 0px;
}

.slider-block .bx-pager a:hover, .slider-block .bx-pager a.active {
    background-position: 0px -20px;
}

#search {
    background: #f2f2f2;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

#search > .floor {
    position: relative;
}

#search > .floor > .bg {
    width: 276px;
    height: 345px;
    background: url(../images/search-bg.png);
    position: absolute;
    top: 0;
    right: -120px;
    z-index: 0;
}

#search > .floor > form {
    display: block;
    padding: 40px 30px;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    position: relative;
}

div.setka {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

div.setka > div {
    display: table-row;
}

div.setka > div > div {
    padding: 7px 10px;
    display: table-cell;
    vertical-align: middle;
}

div.setka > div > div:first-child {
    padding-left: 0;
}

div.setka > div > div:last-child {
    padding-right: 0;
}

div.setka .text-th {
    padding-bottom: 0;
}

div.setka > div > div.right {
    text-align: right;
}

div.setka > div > div.center {
    text-align: center;
}

#main-search {
    margin: 0 0 20px;
}

#more-params {
    margin: 0 100px;
    display: none;
}

#submit-floor {
    margin: 20px 135px 0;
}

#content {
}

#content > .floor {
    padding: 80px;
    position: relative;
}

#content > .floor:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 50px;
    left: -200px;
    width: 421px;
    height: 372px;
    background: url(../images/content-bg.png);
}

#content > .floor > div {
    position: relative;
}

.floor-title {
    margin-bottom: 50px;
}

.floor-title.minny {
    margin-bottom: 25px;
}

#content .floor-title:first-child {
    text-align: center;
}

.floor-title > strong, h1.floor-title, .floor-title > strong a {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 400;
    color: #363785;
}

.floor-title > strong a {
    text-decoration: none;
}

.floor-title > strong a:hover {
    text-decoration: underline;
}

h1.floor-title {
    margin: 20px 0px 20px;
}

.floor.misc p {
    line-height: 24px;
}

.floor.misc {
    margin: 0px auto 50px;
    position: relative;
}

.misc-block {
    margin: 0px 0px 50px;
}

.floor-title > span {
    margin-left: 30px;
    position: relative;
    top: -12px;
}

ul.catlist {
    display: block;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    width: 105%;
    min-height: 460px;
}

ul.catlist.deep {
    margin-bottom: 0;
}

ul.catlist > li {
    display: block;
    float: left;
    width: 180px;
    margin-right: 35px;
    margin-bottom: 50px;
}

ul.catlist > li > a {
    display: block;
    position: relative;
}

ul.catlist > li > a > img {
    float: left;
}

ul.catlist > li > a > p {
    position: absolute;
    margin: 0;
}

ul.catlist > li > a > .blue {
    left: -4px;
    bottom: 41px;
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    padding: 7px 12px;
    background: -moz-linear-gradient(left, rgba(11, 12, 62, 0.9) 0%, rgba(11, 12, 62, 0.75) 50%, rgba(11, 12, 62, 0.9) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(11, 12, 62, 0.9)), color-stop(50%, rgba(11, 12, 62, 0.75)), color-stop(100%, rgba(11, 12, 62, 0.9)));
    background: -webkit-linear-gradient(left, rgba(11, 12, 62, 0.9) 0%, rgba(11, 12, 62, 0.75) 50%, rgba(11, 12, 62, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(11, 12, 62, 0.9) 0%, rgba(11, 12, 62, 0.75) 50%, rgba(11, 12, 62, 0.9) 100%);
    background: -ms-linear-gradient(left, rgba(11, 12, 62, 0.9) 0%, rgba(11, 12, 62, 0.75) 50%, rgba(11, 12, 62, 0.9) 100%);
    background: linear-gradient(to right, rgba(11, 12, 62, 0.9) 0%, rgba(11, 12, 62, 0.75) 50%, rgba(11, 12, 62, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60b0c3e', endColorstr='#e60b0c3e', GradientType=1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.catlist > li > a > .yellow, .cost {
    left: -2px;
    bottom: 15px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px;
    background: #ffcc01;
    background: -moz-linear-gradient(left, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 204, 1, 1)), color-stop(50%, rgba(255, 226, 85, 1)), color-stop(100%, rgba(255, 204, 1, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    background: linear-gradient(to right, rgba(255, 204, 1, 1) 0%, rgba(255, 226, 85, 1) 50%, rgba(255, 204, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc01', endColorstr='#ffcc01', GradientType=1);
    font-weight: 600;
}

ul.catlist > li > a > .yellow sup, .cost sup {
    line-height: 5px;
    font-size: 11px;
}

ul.catlist > li:first-child {
    width: 352px;
    margin: 0 60px 0 0;
}

ul.catlist > li:first-child > a > .blue {
    font-size: 20px;
    padding: 12px 15px;
    bottom: 51px;
}

ul.catlist > li:first-child > a > .yellow {
    font-size: 20px;
    padding: 10px 12px;
}

#hot-links {
    position: relative;
}

#hot-links > div {
    position: absolute;
    left: 0;
    bottom: 93px;
}

#hot-links > div > p {
    margin: 0;
    padding: 3px 0;
    line-height: 16px;
}

.mod-title {
    font-weight: 300;
    font-size: 22px;
    margin: 0 0 20px;
    padding: 0;
    color: #2facff;
}

p.mod-title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.mod-title:before {
    content: '/';
    display: inline;
    margin-right: 2px;
}

.mod-title > a {
    text-decoration: none;
}

.created {
    color: #cbcbcb;
    font-size: 13px;
    padding: 0;
    margin: 5px 0;
}

ul.news-mod {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    display: block;
    width: 288px;
}

ul.news-mod > li {
    display: block;
    padding: 10px 0;
    margin: 0;
}

ul.news-mod > li > a.img.fa.video {
    position: relative;
    text-decoration: none;
}

ul.news-mod > li > a.img.fa.video:after {
    content: "\f01d";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 80px;
    color: #FFF;
    margin-left: -34px;
    margin-top: -40px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0.7;
}

ul.news-mod > li > a:hover.img.fa.video:after {
    opacity: 0.9;
}

ul.news-mod > li:first-child {
    border-bottom: 1px solid #e1e1e1;
}

ul.news-mod > li > p.news-title {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 10px 0;
}

ul.news-mod > li:first-child > p.news-title {
    font-size: 16px;
    height: 44px;
    overflow: hidden;
}

ul.news-mod > li .intro {
    height: 95px;
    overflow: hidden;
    position: relative;
}

ul.news-mod > li > div:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
    content: ' ';
    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);
}

ul.news-mod > li > div > p, .floor.misc ul.news-mod > li > div > p {
    padding: 0;
    margin: 0;
    line-height: 19px;
}

.center-title {
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    color: #2facff;
    padding: 0;
    margin: 0 0 20px;
}

.part-list {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.part-list > li {
    display: inline-block;
    margin: 0 23px;
    height: 89px;
}

.bx-viewport {
    min-height: 125px;
    min-width: 1024px;
}

.partner-block {
    position: relative;
    margin-bottom: 20px;
}

#footer {
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    padding: 40px 0 80px;
    overflow: hidden;
}

#footer > .floor {
    position: relative;
    min-height: 200px;
}

#footer > .floor:before {
    display: block;
    position: absolute;
    background: url(../images/footer-logo.png) no-repeat;
    width: 209px;
    height: 91px;
    content: ' ';
    left: 20px;
    top: 0px;
}

#footer > .floor:after {
    display: block;
    position: absolute;
    background: url(../images/footer-bg.png) no-repeat;
    width: 471px;
    height: 299px;
    content: ' ';
    right: -380px;
    top: -40px;
    z-index: 0;
}

#osr, #rgr {
    position: absolute;
    left: 0;
    top: 135px;
    opacity: 0.6;
}

#rgr {
    left: 145px;
}

#rgr:hover, #osr:hover {
    opacity: 1;
}

#footer-desc {
    margin-left: 340px;
    color: #666;
    position: relative;
    z-index: 10;
}

#footer-desc p {
    line-height: 22px;
}

#footer-copy {
    position: absolute;
    left: 0;
    top: 190px;
    font-size: 12px;
    color: #999;
}

#footer-copy > p {
    margin: 0px;
}

#counter {
    position: absolute;
    left: 340px;
    top: 193px;
}

#counter > .s-map {
    display: inline-block;
    height: 31px;
    vertical-align: top;
    font-size: 12px;
}

#counter > .s-map > a {
    color: #999;
    display: block;
    text-align: center;
    width: 88px;
    padding: 7px 0px;
}

#footer > .floor > p:first-child {
    position: absolute;
    font-size: 12px;
    top: 180px;
    left: 340px;
}

#go-admin {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-left: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAMAAADnhAzLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPNQTFRFJ6n/Lav/7vHyMa3/9PPxKqr/Kar/S7b9K6v/Mq3/e8f6k9D4ccT7zuX0ud326/DyZL/7MKz/Tbf96vDyUbj9bcL7Na7/sdv2Xr38/Pbxy+T0bML7KKn/Urn90uf0ktD4//jxPbH+f8n6cMT7i835xOL1Yb78lND4esf6RbT+qdj3YL78RLT+stv2Nq7/Vbr87fHyhsv5x+P1yeP18PHycMP7Q7P9JKj/X738mNL4g8r5VLn8acH7N6/+PrH+7PDy7fDyU7n9qNf3hsz5vt/1asH7t932VLn9+PTy4Ovzqtj3/vfxaMD7Lqz/LKv/L6z/8vLy9CzdCgAAANVJREFUeNpUkAlPwgAMhbuNHZwOFLk8EW9U7kMQBAUV7fH/fw0dGwFf0qbvS9qkDyRQ+y73HL+vPG0MaE1THOkrHaKfeuCOZlntlNkgV8ebd5GOz2ycXCiqKbmUz5ybkQkb9q2AGVc0lmPtkmf03r6hwIz4KME58REJllBlpN5cPhKJV1mNiJwmLNigmESKEdkp6DJRY4tM8pwrOFd0uEUHZMMQ0v+R0z8DOSUyd4vw8gtyvX8eoFzSh5K0k1cMk0gihkEg/kXhSGtgZS3LYvchcGsBBgD1aEhsBGBIIQAAAABJRU5ErkJggg==');
    position: relative;
    top: 3px;
    opacity: 0.5;
}

#go-admin:hover {
    opacity: 1;
}

#mail-in {
    position: absolute;
    left: 340px;
    bottom: 30px;
    height: 70px;
}

#mail-in > form {
    display: block;
    position: relative;
}

#mail-help {
    position: absolute;
    left: 103%;
    top: 0;
    background: #363785;
    color: #FFF;
    font-size: 12px;
    white-space: nowrap;
    line-height: 12px;
    padding: 3px 15px;
    height: 30px;
    cursor: pointer;
}

#mail-help:after {
    content: ' ';
    border: 10px solid transparent;
    border-right-color: #363785;
    position: absolute;
    right: 100%;
    top: 5px;
    width: 0px;
    height: 0px;
}

#mail-in > form span {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
    white-space: nowrap;
}

#mail-in > form input {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
}

#mail-in > form input[name=mail] {
    width: 200px
}

#mail-in > form input[name=name] {
    margin-right: 0;
    width: 150px;
}

#mail-in > form input.input {
    height: 30px;
    padding: 0px 10px;
}

#mail-in > form input.button {
    height: 30px;
    padding: 0px 15px;
    vertical-align: middle;
}

.bx-prev, .bx-next {
    width: 13px;
    height: 20px;
    background: url(../images/sl-left.png) no-repeat;
    position: absolute;
    left: 0;
    top: 100px;
    cursor: pointer;
    text-indent: 1000px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-next {
    background: url(../images/sl-right.png) no-repeat;
    right: 0;
    left: auto;
}

div.setka > div > div input[type=checkbox].input {
    display: none;
}

div.setka > div > div input[type=checkbox].input + label:last-child {
    margin-right: 0px;
}

div.setka > div > div input[type=checkbox].input:checked + label {
    background: #ffdc60;
    border-color: #f9cb29;
}

div.setka > div > div input[type=checkbox].input + label {
    display: inline-block;
    width: 16%;
    margin-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #333;
    outline: 0;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    resize: none;
    height: 34px;
    text-align: center;
    cursor: pointer;
}

#slide-block {
    display: block;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 100%;
    border: 1px solid #CCC;
    padding: 5px;
    background: #fff;
    list-style: none;
    margin: -2px 0 0;
}

#slide-block > li {
    display: block;
    padding: 5px 5px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

#slide-block > li:hover {
    text-decoration: underline;
}
.toggle-text {
}
.toggle-text > div {
    overflow: hidden;
    position: relative;
}
.toggle-text > div:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    content: ' ';
    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;
}
.toggle-text > .toggle-slide-text {
    display: inline-block;
    padding: 15px 0 0;
    font-size: 0.9em;
    color: #cbcbcb;
}
.item-share {
    background: #f2f2f2;
    position: relative;
    padding: 10px 15px;
    margin: 30px 0 20px 0;
}
.item-share > .title {
    margin: 0;
    padding: 0;
}
.item-share > .ya-share2 {
    position: absolute;
    top: 10px;
    right: 15px;
}
.item-share > .ya-share2 li {
    margin: 0 0 0 10px;
}
#mail-in > form .check-group input.input
{
    height: 15px ;
}
#mail-in > form .check-group input[name=name]
{
    width: auto;
}
.check-group > div:first-child
{
    margin: 5px 0;
}