<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    width: 100%;
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    font-size: 10px;
    font-family: "RobotoRegular";
}

b {
    font-weight: normal;
    font-family: "RobotoBold";
}

* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
}

#container {
    position: relative;
    display: block;
    min-height: 100%;
    background-color: #fbf6e8;
}

#containerInner {
    box-shadow: 0 0 17px #dadada;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    color: #615345;
    font-size: 4em;
    font-family: Georgia;
    line-height: 44px;
    padding-top: 18px;
}

h2 {
    color: #615345;
    font-size: 2.6em;
    font-family: Georgia;
    line-height: 30px;
    padding-top: 34px;
}

/*РќР°РґСЃС‚СЂРѕР№РєР° РЅР°Рґ РіСЂРёРґРѕРј*/
img, object, embed {
    height: auto;
    max-width: 100%;
    display: inline-block;
}

.grid {
    max-width: 1200px;
    min-width: 320px;
    background-color: transparent;
}

.ffb {
    font-family: "RobotoBold";
}

.ffi {
    font-family: "Georgia";
    font-style: italic;
}

.ffg {
    font-family: "Georgia";
}

.ffizhr {
    font-family: "IzhitsaRegular";
}

/******/

/** colors **/

.c-white {
    color: #ffffff;
}

.c-85brown {
    color: #85786b;
}

.c-black {
    color: #1c1919;
}

.c-b7red {
    color: #b7894c
}

.c-linkM {
    color: #615345;
}

.c-red {
    color: #b12d2a;
}

.c-39black {
    color: #393737;
}

.c-a3 {
    color: #a3a3a3;
}

.c-93 {
    color: #939393;
}

.c-5c {
    color: #5c4e41;
}

.c-60 {
    color: #606060;
}

/** end colors **/

/** size **/

.fs-0_6 {
    font-size: 0.6em;
}

.fs-1_125 {
    font-size: 1.125em;
}

.fs-14 {
    font-size: 1.4em
}

.fs-14r {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 1.5em
}

.fs-16 {
    font-size: 1.6em
}

.fs-18 {
    font-size: 1.8em;
}

.fs-20 {
    font-size: 2em;
}

.fs-25 {
    font-size: 2.5em;
}

.fs-30 {
    font-size: 3em;
}

.fs-37 {
    font-size: 3.7em;
}

.lh-14 {
    line-height: 14px;
}

.lh-16 {
    line-height: 16px;
}

.lh-17 {
    line-height: 17px;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-24 {
    line-height: 26px;
}

.lh-25 {
    line-height: 25px;
}

.lh-26 {
    line-height: 26px;
}

.lh-27 {
    line-height: 27px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.lh-36 {
    line-height: 36px;
}

.lh-38 {
    line-height: 38px;
}

.lh-40 {
    line-height: 40px;
}

.lh-60 {
    line-height: 60px;
}

.h-40 {
    height: 40px;
}

.lh-16e {
    line-height: 1.143em;
}

/** end size **/

.bc-white {
    background-color: white;
}

.bc-e2 {
    background-color: #e2e2e2;
}

.bc-b7red {
    background-color: #b7894c
}

.bc-f7 {
    background-color: #f7f7f7;
}

.bc-fbbrown {
    background-color: #fbf6e8;
}

.bc-f2 {
    background-color: #f2e1ac;
}

/**icons**/
i.icon {
    display: inline-block;
    position: relative;
    background: no-repeat center center transparent;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider, .slider * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/** end icons **/

/** input **/

select, input[type="text"], input[type="password"], input[type="email"] {
    background-color: #ffffff;
    color: #1c1919;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 11px;
    white-space: nowrap;
    width: 100%;
    outline: none;
    height: 36px;
    border: medium none;
}

.round-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.round-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.round-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

textarea {
    background-color: #ffffff;
    width: 100%;
    color: #1c1919;
    display: inline-block;
    font-size: 15px;
    resize: none;
    border: none;
    outline: none;
    padding: 10px 15px;
}

::-webkit-input-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #939393;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #939393;
}

.bd {
    border: 1px solid #dedede !important;
}

.hasDatepicker {
    background: #ffffff url("../images/main/i/datapicker.png") no-repeat right center;
}

/*
.popup textarea {
    background-color: #ffffff;
    border: 2px solid #d9d9d9;
}
*/
.input-error &gt; select,
.input-error &gt; input[type="text"],
.input-error &gt; input[type="password"],
.input-error &gt; input[type="email"],
.input-error &gt; textarea {
    border: 1px solid #e27171 !important;
}

.searchTop {
    background-color: #f7f7f7 !important;
    border: medium none;
    color: #939393 !important;
    display: inline-block;
    font-size: 1.5em !important;
    line-height: 18px !important;
    padding: 12px 10px;
    white-space: nowrap;
    width: 100%;
    outline: none;
    height: 39px !important;
    border-right: 1px solid #e8e3dd !important;
}

.searchTop:focus {
    background-color: #FFFFFF !important;
}

.searchForm {
    position: relative;
}

.searchForm button.icon.search {
    position: absolute;
    right: 10px;
    top: 11px;
    background: transparent url("../images/main/i/search.png") no-repeat center;
    width: 17px;
    height: 17px;
    border: none;
}

/** end input **/

.button {
    display: inline-block;
    position: relative;
    border: none;
    background-color: #b7894c;
    color: #ffffff;
    font-family: Georgia;
    font-size: 1.4em;
    padding: 9px 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.buttonSubscribe {

}

.sendButton {
    border-radius: 5px;
}

.button:hover {
    background-color: #9b6f35;
}

time {
    color: #939393;
    text-transform: none;
}

a time {
    text-transform: none;
}

.i-b {
    display: inline-block;
    position: relative;
}

.pt2 {
    padding-top: 2px;
}

.pt3 {
    padding-top: 3px;
}

.pt4 {
    padding-top: 4px;
}

.pt5 {
    padding-top: 5px;
}

.pt6 {
    padding-top: 6px;
}

.pt7 {
    padding-top: 7px;
}

.pt8 {
    padding-top: 8px;
}

.pt10 {
    padding-top: 10px;
}

.pt11 {
    padding-top: 11px;
}

.pt12 {
    padding-top: 12px;
}

.pt14 {
    padding-top: 14px;
}

.pt15 {
    padding-top: 15px;
}

.pt16 {
    padding-top: 16px;
}

.pt17 {
    padding-top: 17px;
}

.pt19 {
    padding-top: 19px;
}

.pt20 {
    padding-top: 20px;
}

.pt22 {
    padding-top: 22px;
}

.pt23 {
    padding-top: 23px;
}

.pt24 {
    padding-top: 24px;
}

.pt25 {
    padding-top: 25px;
}

.pt29 {
    padding-top: 29px;
}

.pt30 {
    padding-top: 30px;
}

.pt32 {
    padding-top: 32px;
}

.pt34 {
    padding-top: 34px;
}

.pt37 {
    padding-top: 37px;
}

.pt38 {
    padding-top: 38px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt53 {
    padding-top: 53px;
}

.pt54 {
    padding-top: 54px;
}

.pt56 {
    padding-top: 56px;
}

.pt57 {
    padding-top: 57px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt75 {
    padding-top: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pb7 {
    padding-bottom: 7px;
}

.pb11 {
    padding-bottom: 11px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb17 {
    padding-bottom: 17px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb22 {
    padding-bottom: 22px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb39 {
    padding-bottom: 39px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb80 {
    padding-bottom: 80px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-100 {
    padding-left: 100px;
}

.tr {
    text-align: right;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-14 {
    padding-right: 14px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-100 {
    padding-right: 100px;
}

/*header*/

#headerWrap {
    position: relative;
    background: transparent url("../images/bg-header.png") no-repeat scroll center top / cover;
}

#main_bg {
    background: transparent url("../images/bg.png") repeat-y top center;
}

header {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
}

/*end header*/

main {
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
}

/*** menu ***/
menu {
    display: block;
    position: relative;
}

menu &gt; li {
    display: block;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

menu &gt; li &gt; a {
    display: block;
    position: relative;
    min-height: 37px;
    padding-left: 20px;
    background-color: #ffffff;
    font-size: 1.5em;
    color: #615345;
    text-decoration: none;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 9px;
}

menu &gt; li &gt; a:hover, menu &gt; li &gt; a.active {
    background-color: #f2e1ac;
    color: #393737;
}

menu ul {
    display: none;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fbf6e8;
    transition: height 0.5s ease-out 0s;
    overflow: hidden;
    height: 0;
}

menu &gt; li.opened ul {
    display: block;
    height: auto;
}

menu ul &gt; li {
    display: block;
    position: relative;

}

menu ul &gt; li &gt; a {
    display: block;
    position: relative;
    min-height: 37px;
    background-color: #fbf6e8;
    font-size: 1.5em;
    color: #615345;
    text-decoration: none;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 39px;
}

menu ul &gt; li &gt; a:before {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 7px;
    background-image: url("../images/main/i/menu-item.png");
}

menu ul &gt; li &gt; a:hover, menu ul &gt; li &gt; a.active {
    background-color: #ffffff;
    color: #393737;
}

menu ul &gt; li &gt; a:hover:before, menu ul &gt; li &gt; a.active:before {
    background-image: url("../images/main/i/menu-item-active.png");
}

.mobileMenuBlock {
    position: relative;
    width: 32px;
    height: 30px;
    cursor: pointer;
    float: right;
    margin-top: 12px;
    background: transparent url("../images/main/i/mobile-menu.png") no-repeat center center;
    /*z-index: 4;*/
}

.mobileMenu {
    display: none;
    position: absolute;
    width: auto;
    background-color: #ffffff;
    right: 32px;
    top: 0;
    z-index: 4;
    min-width: 268px;
    box-shadow: 0 0 4px #dadada;
}

.mobileMenu .icon.close {
    position: absolute;
    width: 32px;
    height: 30px;
    right: -32px;
    top: 0;
    background: #b7894c url("../images/main/i/mobile-menu-close.png") no-repeat center center;
}

.mobileMenu .searchForm {
    border-bottom: 1px solid #e8e3dd;
}

/*** end menu ***/

#leftColumn {
    position: relative;
    border-right: 1px solid #e8e8e8;
}

.socialBlock {
    display: block;
    position: relative;
    padding: 17px 9px 12px;
    border-bottom: 1px solid #e8e8e8;
}

.socialBlock.simple {
    padding: 0;
    border: none;
}

.socialBlock a {
    text-decoration: none;
    display: block;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

/*
.socialBlock.simple a {
    margin-bottom: 10px;
}*/

.socialBlock.simple a:first-child {
    margin-left: 0;
}

.socialBlock a:hover {
    box-shadow: 0 0 5px 3px #dadada;
}

.socialBlock img {
    display: block;
}

.socialBlock a {
    background-color: #f8f2e6;
}

.socialBlock.simple a {
    background-color: #ffffff;
}

.socialBlock.simple a {
    background-color: #ffffff;
}

.socialBlock.color a {
    background-color: #f8f2e6;
}

#contentBlock {
    position: relative;
}

#contentBlock:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #e8e8e8;
    left: -1px;
    top: 0;
}

.pagination {
    position: relative;
    display: block;
}

.pagination .item {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    background-color: #f3eee0;
    color: #1c1919;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 12px;
}

.pagination .item:last-child {
    margin-right: 0;
}

.pagination .item.active, .pagination .item:hover {
    background-color: #b7894c;
    color: #ffffff;
}

.lineBottom {
    border-bottom: 1px solid #e8e3dd;
}

.allLink {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 46px;
    background: transparent url("../images/main/i/all_link.png") no-repeat center;
}

.allLinkText {
    padding-left: 24px;
    line-height: 16px;
    white-space: nowrap;
    color: #b7894c;
    font-size: 1.6em;
    background: transparent url("../images/main/i/all_link.png") no-repeat left center;
}

.allLinkText:hover {
    text-decoration: underline;
}

.b4brown {
    border: 4px solid #ebd8c0;
}

/*** daysCounter ***/
.daysCounter {
    display: table;
    height: 44px;
}

.daysCounter .item {
    display: table-cell;
    color: #ffffff;
    font-size: 2em;
    background-color: #b12d2a;
    border-right: 1px solid #8e1c1a;
    padding: 0 6px;

    vertical-align: middle;
}

.daysCounter .days {
    display: table-cell;
    background-color: #8e1c1a;
    padding: 0 10px;
    font-size: 1.4em;
    color: #ffffff;
    vertical-align: middle;
}

.daysCounter .description {
    display: table-cell;
    background-color: #fbd253;
    padding: 5px 10px;
    line-height: 18px;
    font-size: 1.5em;
    color: #1c1919;
    vertical-align: middle;
}

/*** end daysCounter ***/

.userAvatar {
    border-radius: 50%;
}

/*** slider ***/

.slider .slide {
    background-size: cover;
    float: left;
    height: 100%;
    max-width: 2000px;
    position: relative;
    width: 100%;
}

#projectsSlider, #newsSlider {
    position: relative;
    padding: 0 50px;
}

.projectsSlider .slides {
    position: relative;
    overflow: hidden;
}

.projectsSlider .slider {
    position: relative;
    transition: left 0.3s ease-out 0s;
}

#projectsSlider .slides .slide {
    margin-left: 30px;
    max-width: 170px;
    position: relative;
}

#newsSlider .slides .slide {
    margin-left: 30px;
    max-width: 238px;
    position: relative;
}

#projectsSlider .slides .slide:first-child, #newsSlider .slides .slide:first-child {
    margin-left: 0;
}

.projectsSlider &gt; .icon {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
}

.projectsSlider &gt; .icon.left {
    background-image: url("../images/main/i/slide-list-left.png");
    background-position: left top;
    left: 0;
}

.projectsSlider &gt; .icon.left:hover {
    background-position: left bottom;
}

.projectsSlider &gt; .icon.right {
    background-image: url("../images/main/i/slide-list-right.png");
    background-position: right top;
    right: 0;
}

.projectsSlider &gt; .icon.right:hover {
    background-position: right bottom;
}

.slideTabs {
    position: relative;
}

.slideTabs &gt; .item {
    position: relative;
    float: left;
    padding: 0 20px;
    white-space: nowrap;
    line-height: 40px;
    font-size: 1.4em;
    background-color: #ffffff;
    cursor: pointer;
    font-family: Georgia;
    color: #b7894c;
    text-transform: uppercase;
}

.slideTabs &gt; .item:hover, .slideTabs &gt; .item.active {
    background-color: #f7f7f7;
    color: #1c1919;
}

#projectsSliderLeft {
    padding: 0 30px;
}

#projectsSliderLeft .slides .slide {
    margin-left: 30px;
    max-width: 160px;
    position: relative;
}

#projectsSliderLeft .slides .slide:first-child {
    margin-left: 0;
}

/*** end slider ***/

/** partnersBlock **/
.partnersBlock {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    padding: 0 80px;
}

.partnersBlock .slides {
    max-width: 770px;
    overflow: hidden;
}

.partnersBlock .slider {
    position: relative;
    left: 0;
    transition: left 0.3s ease-out;
}

.partnersBlock .slider .slide {
    position: relative;
    float: left;
    width: 70px;
    margin-left: 30px;
    text-align: center;
}

.partnersBlock .slider .slide:first-child {
    margin-left: 0;
}

.partnersBlock .slider .slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.partnersBlock .icon.left {
    background-image: url("../images/main/i/slide-list-left.png");
    background-position: left top;
    left: 30px;
}

.partnersBlock .icon.right {
    background-image: url("../images/main/i/slide-list-right.png");
    background-position: right top;
    right: 30px;
}

.partnersBlock .icon {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.partnersBlock .icon.left:hover {
    background-position: left bottom;
}

.partnersBlock .icon.right:hover {
    background-position: right bottom;
}

/** end partnersBlock **/

#vtBlock {
    background: url("../images/main/vt.jpg") no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 207px;
    height: 350px;
}

#vtBlock a {
    min-width: 220px;
}

.vtBlockLeft {
    background: url("../images/main/vt.jpg") no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 200px;
}

.vtBlockLeft a {
    min-width: 200px;
}

.vt_billet {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.footerLink {
    color: #615345;
    font-size: 15px;
    text-decoration: underline;
    line-height: 18px;
    display: block;
    padding-top: 12px;
}

.footerLink.pt7 {
    padding-top: 7px;
}

.footerLink.i-b {
    display: inline-block;
}

.footerLink:hover {
    color: #494036;
    text-decoration: none;
}

/** popup **/

footer {
    background-color: #f7f7f7;
}

.breadcrumbs {
    color: #939393;
    font-size: 15px;
}

.breadcrumbs a {
    color: #939393;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

#popup_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
    left: 0;
    top: 0;
    overflow: hidden;
}

#popup_bg.show {
    background: rgba(0, 0, 0, 0) url("../images/main/popup.png") repeat scroll 0 0;
    display: block;
}

.popup {
    display: block;
    left: 20%;
    max-height: 100%;
    max-width: 570px;
    min-width: 320px;
    padding: 0 15px;
    position: absolute;
    top: 10px;
    width: 100%;
}

#popup_bg i.close {
    position: absolute;
    right: 22px;
    top: 6px;
    cursor: pointer;
    z-index: 2;
    background: url("../images/main/i/close.png") no-repeat center center;
    height: 30px;
    width: 30px;
}

.popup &gt; .main {
    background-color: #fff;
    box-shadow: 0 0 62px 0 #ababab;
    min-width: 250px;
    padding: 30px 25px;
}

.popup label {
    color: #939393;
    font-size: 1.5em;
    line-height: 21px;
    display: block;
    margin-bottom: 7px;
    margin-top: 17px;
}

/** end popup **/

.scaleSizeLink {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}

.shareLink {
    position: absolute;
    right: 15px;
    top: 15px;
}

/*** articleBlock ***/
.articleBlock {

}

.articleBlock .incut {
    display: block;
    position: relative;
    background-color: #f7f7f7;
    padding: 15px;
    padding-right: 10px;
    border-top: 1px solid #e8e3dd;
    border-bottom: 1px solid #e8e3dd;
}

.sliderMediaArticle {

}

.sliderMediaArticle .slides {
    max-height: 79px;
    overflow: hidden;
    position: relative;
}

.sliderMediaArticle .slider {
    left: 0;
    position: relative;
    transition: left 0.3s ease-out 0s;
}

.sliderMediaArticle .slides .slide {
    border: 4px solid transparent;
    float: left;
    margin-left: 25px;
    max-height: 104px;
    max-width: 104px;
    padding: 0;
    position: relative;
}

.sliderMediaArticle .slides .slide:first-child {
    margin-left: 0;
}

.sliderMediaArticle .slides .slide.active {
    border: 4px solid #b7894c;
}

.sliderMediaArticle .slides .slide img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.sliderMediaArticle .mainPic .icon.left {
    background-image: url("../images/main/i/slide-list-left.png");
    background-position: left top;
    left: -55px;
}

.sliderMediaArticle .mainPic .icon.right {
    background-image: url("../images/main/i/slide-list-right.png");
    background-position: right top;
    right: -55px;
}

.sliderMediaArticle .mainPic .icon {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.sliderMediaArticle .mainPic .icon.left:hover {
    background-position: left bottom;
}

.sliderMediaArticle .mainPic .icon.right:hover {
    background-position: right bottom;
}

/* sliderMediaBlock**/

.sliderMediaBlock {
    position: relative;
    padding-bottom: 9px;
    overflow: hidden;
}

.sliderMediaBlock .slider {
    width: 10000px;
    position: relative;
    left: 0;
    transition: left 0.3s ease-out;
}

.sliderMediaBlock .controls {
    z-index: 1;
    font-size: 14px;
    color: #1c1919;
}

.sliderMediaBlock .controls .from {
    display: inline-block;
    line-height: 40px;
}

.sliderMediaBlock .controls b {
    color: #2c2c2c;
}

.sliderMediaBlock .controls .icon.left {
    background-image: url("../images/main/i/slide-list-left.png");
}

.sliderMediaBlock .controls .icon.right {
    background-image: url("../images/main/i/slide-list-right.png");
}

.sliderMediaBlock .controls .icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
    vertical-align: bottom;
}

.sliderMediaBlock .controls .icon:hover {
    background-position: right center;
}

.sliderMediaBlock .controls .icon:hover {
    background-position: center bottom;
}

.sliderMediaBlock .slide &gt; a {
    display: block;
}

/*end  sliderMediaBlock**/

.tagLink {
    display: block;
    float: left;
    font-size: 1.6em;
    color: #393737;
    min-height: 25px;
    line-height: 16px;
    padding: 3px 9px;
    background-color: #f2e1ac;
    padding-bottom: 6px;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 3px;
}

.tagLink:hover {
    background-color: #ddb074;
}

.bottomLine4 {
    border-bottom: 4px solid #ebd8c0;
}

/*** end articleBlock ***/

.filterItem {
    color: #b7894c;
    white-space: nowrap;
    margin-left: 6px;
}

.filterItem:hover, .filterItem.active {
    border-bottom: 1px dashed #b7894c;
}

.filterSelect &gt; .filterItem {
    display: block;
    position: relative;
    border: none !important;
    padding-right: 10px;
}

.filterSelect {
    display: block;
    float: left;
    position: relative;
    background: transparent url("../images/main/i/filterSelect.png") no-repeat right center;

    padding-right: 12px;
}

.filterSelect .filterPopup {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 4px #dadada;
    display: none;
    /*left: -5px;*/
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 1;
}

.filterSelect.opened {

}

.filterSelect.opened .filterPopup {
    display: block;
}

.filterSelect .filterPopup .filterItem {
    border-bottom: medium none !important;
    display: block;
    padding: 4px 22px 4px 11px;
    position: relative;
    border-top: 1px solid #e8e8e8;
    margin: 0;
}

.filterSelect .filterPopup .filterItem:first-child {
    background: transparent url("../images/main/i/filterSelect.png") no-repeat right center;
}

.authorBlock {
    background-color: #fbf6e8;
    border-left: 4px solid #b7894c;
}

.authorItem {
    display: table !important;
}

.authorItem .pic, .authorItem .name {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
}

.peppersTitle {
    bottom: 0;
    height: 48%;
    position: absolute;
    right: 0;
    width: 30%;
    z-index: 1;
}

/** **/
.tdn {
    text-decoration: none;
}

.tdu {
    text-decoration: underline;
}

.h-tdu:hover, .h-tdu:hover * {
    text-decoration: underline;
}

.h-61:hover, .h-61:hover:hover * {
    color: #615345;
}

.clear {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.center {
    text-align: center;
}

.hide {
    display: none !important;
}

.db {
    display: block;
}

.cp {
    cursor: pointer;
}

.ttu {
    text-transform: uppercase;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.ml15 {
    margin-left: 15px;
}

.mt2 {
    margin-top: 2px;
}

.mt11 {
    margin-top: 11px;
}

.mt14 {
    margin-top: 14px;
}

.mt17 {
    margin-top: 17px;
}

.mt20 {
    margin-top: 20px;
}

.mt22 {
    margin-top: 22px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mr7 {
    margin-right: 7px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr30 {
    margin-right: 30px;
}

.mr100 {
    margin-right: 100px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.wsnw {
    white-space: nowrap;
}

#temp {
    display: none;
}

.show-on-pad {
    display: none;
}

.show-on-tab {
    display: none;
}

.show-on-mobile {
    display: none;
}

.pubBlock {
    -moz-box-shadow: inset 0 8px 8px -8px #f0ebde,
    inset 0 -8px 8px -8px #f0ebde;
    -webkit-box-shadow: inset 0 8px 8px -8px #f0ebde,
    inset 0 -8px 8px -8px #f0ebde;
    box-shadow: inset 0 8px 8px -8px #f0ebde,
    inset 0 -8px 8px -8px #f0ebde;
}

.pubLink {
    position: relative;
    display: inline-block;
}

.pubLink:before {
    background-image: url("../images/logo.png");
    background-size: contain;
    background-position: 0 0;
    height: 74px;
    width: 65px;
    content: '';
    position: absolute;
    left: -17px;
    top: -7px;
}

.ip2Banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 150px;
    background: url("/public/images/main/ip2.jpg") no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 10px 15px 10px 40px;
}

.ip2Banner .ttl{
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #b12d2a;
    font-family: "IzhitsaRegular";
}

.daysCounter2 {
    font-family: "IzhitsaRegular";
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daysCounter2 .item {
    display: flex;
    align-items: center;
    margin-right: 2px;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    min-height: 44px;
    background-color: #b12d2a;
    padding-left:  6px;
    padding-right: 6px;
    vertical-align: middle;
}

@media handheld, only screen and (max-width: 1160px) {

    header, .grid {
        padding-left: 15px;
        padding-right: 15px;
    }

    #shadowInner {
        border-radius: 5px 5px 0 0;
        box-shadow: 0 0 4px #dadada;
    }

    .peppersTitle {
        right: 0;
    }
}

@media handheld, only screen and (max-width: 1000px) {
    body {

    }

    #vtBlock {
        height: 320px;
    }
}

/** pad **/
@media handheld, only screen and (max-width: 900px) {
    body {
        font-size: 8px;
    }

    .main-top-link {
        border-radius: 5px 5px 0 0;
    }

    .ffizhr {
        text-transform: none;
    }

    #vtBlock {
        height: 280px;
    }

    #contentBlock::before {
        display: none;
    }

    .popup label {
        font-size: 14px;
    }
}

/** tab **/
@media handheld, only screen and (max-width: 700px) {
    .ffizhr {
        text-transform: none;
    }

    #vtBlock {
        height: 280px;
    }

    .authorItem {
        display: block !important;
    }

    .authorItem .pic, .authorItem .name {
        display: block;
        float: left;
    }

    .pagination .item {
        margin-top: 7px;
    }
}

/** mobile **/
@media handheld, only screen and (max-width: 480px) {
    #leftColumn {
        border: none;
    }

    #containerInner {
        box-shadow: none;
    }

    menu &gt; li &gt; a {
        padding-left: 20px;
    }

    header, .grid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .allLinkText {
        border: 1px solid #e8e3dd;
        border-radius: 4px;
        background-position: 9px center;
        padding: 6px 9px 6px 33px;
        display: inline-block;
        margin-top: 5px;
    }

    h2 {
        padding-top: 22px;
        font-size: 18px;
        line-height: 20px;
    }

    #projectsSlider::before, .partnersBlock::before, #newsSlider::before {
        background-color: #ffffff;
        content: "";
        height: 100%;

        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 80px;
        z-index: 1;
        left: 0;
        bottom: 0;
        background: -moz-linear-gradient(left, transparent, #fff 100%);
        background: -webkit-linear-gradient(left, transparent, #fff 100%);
        background: -o-linear-gradient(left, transparent, #fff 100%);
        background: -ms-linear-gradient(left, transparent, #fff 100%);
        background: linear-gradient(to left, transparent, #fff 100%);
    }

    #projectsSlider::after, .partnersBlock::after, #newsSlider::after {
        background-color: #ffffff;
        content: "";
        height: 100%;

        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 80px;
        z-index: 1;
        right: 0;
        bottom: 0;
        background: -moz-linear-gradient(right, transparent, #fff 100%);
        background: -webkit-linear-gradient(right, transparent, #fff 100%);
        background: -o-linear-gradient(right, transparent, #fff 100%);
        background: -ms-linear-gradient(right, transparent, #fff 100%);
        background: linear-gradient(to right, transparent, #fff 100%);
    }

    /*
            #projectsSlider::before {
                background-color: #ffffff;
                content: "";
                height: 100%;
                opacity: 0.5;
                position: absolute;
                right: 0;
                top: 0;
                width: 60px;
                z-index: 1;
            }

            #projectsSlider::after {
                background-color: #ffffff;
                content: "";
                height: 100%;
                left: 0;
                opacity: 0.5;
                position: absolute;
                top: 0;
                width: 60px;
                z-index: 1;
            }
    */
    #projectsSlider {
        padding: 0;
    }

    .mobile-lineBottom {
        border-bottom: 1px solid #e8e3dd;
    }

    #vtBlock {
        height: 207px;
    }

    .slideTabs {
        display: table;
        height: 40px;
    }

    .slideTabs .item {
        display: table-cell;
        float: none;
        white-space: normal;
        line-height: 16px;
        vertical-align: middle;
        padding: 0 12px;
    }

    .partnersBlock {
        padding: 0;
    }

    .button {
        padding: 9px;
        font-size: 12px;
    }

    .footerLink {
        font-size: 15px;
        line-height: 18px;
    }

    .pagination .item {
        margin-right: 8px;
    }

    #articleBlock [class*="mob-lh-"] {
        line-height: inherit !important;
    }

    .peppersTitle {
        display: none;
    }

    .pubLink:before {
        height: 40px;
        width: 35px;
        left: -2px;
        top: 10px;
    }
}</pre></body></html>