body {
    background: #f9f4ea;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    color: #000;
}

body.luxury_bg {
    background: #ead7d1;
}

a {
    color: #000;
    color: #1c2c3d;
    text-decoration: underline;
}

p {
    line-height: 125%;
}

h1,h2,h3,h4 {
    font-weight: bold;
}

form {
    margin: 0;
}

hr.bottom {
    margin: 50px 0 0;
    border-top: 3px solid #f4d2d1;
    border-bottom: none;
}

h4 {
    font-size: 22px;
    text-align: left;
    margin: 20px 0;
}

h4 span.date {
    display: block;
    font-size: 15px;
}

.top40 {
    margin-top: 40px;
}

.clr {
    clear: both;
}

.header {
    position: relative;
    margin-top: 26px;
}

.header .span5 {
    width: 305px;
}

.header .span9 {
    margin-top: 5px;
    margin-left: 0;
    width: 645px;
}

@media (min-width: 1200px) {
    .header .span5 {
        width: 305px;
    }

    .header .span9 {
        width: 960px;
    }
}

.phone {
    font-size: 18px;
    position: absolute;
    color: #e04a67;
    right: 0;
    top: 39px;
    letter-spacing: 0.05em;
    padding-left: 43px;
    background: url(/theme/Keruen/img/icons/icon-phone.png) no-repeat 0 1px;
    line-height: 25px;
}

ul.menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.menu li {
    float: left;
}

.light {
    font-weight: 300;
}

ul.langBar {
    position: absolute;
    top: 7px;
    right: 0;
}

ul.langBar li {
    margin: 0 0 0 10px;
    padding: 0;
}

ul.langBar li a {
    font-size: 12px;
    display: block;
    border: 1px solid #d4cec5;
    text-decoration: none;
    padding: 0 9.5px;
    line-height: 19px;
}

ul.langBar li.active a {
    background: #fff;
    color: #1c2c3d;
    border-color: #fff;
}

ul.menuTop {
    margin-bottom: -3px;
}

ul.menuTop li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 6px;
    padding: 0;
}

ul.menuTop li a,ul.menuTop li.active:last-child a {
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px 1px;
}

ul.menuTop li.active a {
    background: #ffcb05;
    text-decoration: none;
}

ul.menuBottom{
    width: 350px;
}
ul.menuBottom li:first-child {
    margin-left: 0;
}

ul.menuBottom li {
    margin-left: 2px;
    float: none;
    display: inline-block;
    vertical-align: top;
    /*margin-bottom: 10px;*/
}

ul.menuBottom li a {
    font-size: 12px;
}

div.socialMenu {
    width: 210px;
}

div.socialMenu ul.menu {
    width: 210px;
    margin: 10px auto;
}

.mainNav {
    box-shadow: 0px 13px 20px rgba(50,50,50,0.13);
    background: url(/theme/Keruen/img/bg_mainnav-new.png) no-repeat center 0;
    margin-top: 21px;
    padding-top: 7px;
    margin-bottom: 20px;
    overflow: hidden;
}

.mainNav a {
    font-size: 18px;
    display: block;
    text-decoration: none;
    height: 58px;
    line-height: 57px;
    font-weight: bold;
    color: #1c2c3d;
}

.mainNav div {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
}

.mainNav div:before {
    height: 7px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 257px;
}

.trigger-shops.active {
    background: #d7f235;
}

.trigger-shops.active:before {
    background-image: url(/theme/Keruen/img/menu-line-shops.png);
    width: 199px;
    right: auto;
}

@media (min-width: 1200px) {
    .trigger-shops.active:before {
        background-image: url(/theme/Keruen/img/menu-line-shops1200.png);
        width: 262px;
    }
}

.trigger-luxury.active {
    background: #ff1e27;
}

.trigger-luxury.active:before {
    background-image: url(/theme/Keruen/img/menu-line-luxury.png);
}

@media (min-width: 1200px) {
    .trigger-luxury.active:before {
        background-image: url(/theme/Keruen/img/menu-line-luxury1200.png);
    }
}

.trigger-services.active {
    background: #16181a;
}

.trigger-services.active a {
    color: #fff;
}

.trigger-services.active:before {
    background-image: url(/theme/Keruen/img/menu-line-services.png);
}

@media (min-width: 1200px) {
    .trigger-services.active:before {
        background-image: url(/theme/Keruen/img/menu-line-services1200.png);
    }
}

.trigger-foodkort.active {
    background: #59a1ea;
}

.trigger-foodkort.active:before {
    background-image: url(/theme/Keruen/img/menu-line-foodkort.png);
    right: auto;
    left: -4px;
}

@media (min-width: 1200px) {
    .trigger-foodkort.active:before {
        background-image: url(/theme/Keruen/img/menu-line-foodkort1200.png);
    }
}

.trigger-razvlecheniya.active {
    background: #ffe233;
}

.trigger-razvlecheniya.active:before {
    background-image: url(/theme/Keruen/img/menu-line-razvlecheniya.png);
    width: 199px;
    left: auto;
}

@media (min-width: 1200px) {
    .trigger-razvlecheniya.active:before {
        background-image: url(/theme/Keruen/img/menu-line-razvlecheniya1200.png);
        width: 262px;
    }
}

.subMainMenu {
    background: #fff;
    position: absolute;
    z-index: 2;
    height: 415px;
    margin-top: -23px;
}

.subMainMenu h3 {
    margin: 20px 0 5px 55px;
    font-size: 18px;
    line-height: 20px;
}

.subMainMenu ul {
    margin: 0;
    list-style-type: none;
}

.subMainMenu .span2,.subMainMenu .span4,.subMainMenu .span6,.subMainMenu .span10 {
    margin: 0 0 0 -3px;
}

.subMainMenu .col1,.subMainMenu .col2 {
    float: left;
}

.subMainMenu .cats li {
    margin-top: 15px;
}

.subMainMenu .cats li a.active {
    background: url(/theme/Keruen/img/active_category.png) no-repeat right center;
    padding-right: 15px;
    color: #90c745;
}

.subMainMenu .brands {
    background: #f9f4ea;
    height: 415px;
}

.subMainMenu .brands h3 {
    margin-left: 50px;
}

.subMainMenu .brands li {
    margin-top: 10px;
    margin-left: 50px;
}

.subMainMenu .brands li a {
    color: #525252;
}

.subMainMenu .shadow {
    position: absolute;
    width: 100%;
    height: 31px;
    top: 418px;
}

.subMainMenu .shadow .left {
    background: url(/theme/Keruen/img/shadow_left.png) repeat-x 0 0;
    width: 70px;
    height: 31px;
    float: left;
}

.subMainMenu .shadow .body {
    background: url(/theme/Keruen/img/shadow.png) repeat-x 0 0;
    position: absolute;
    height: 31px;
    left: 70px;
    right: 70px;
}

.subMainMenu .shadow .right {
    background: url(/theme/Keruen/img/shadow_right.png) repeat-x 0 0;
    width: 70px;
    height: 31px;
    float: right;
}

.subMenuRow .col1 li,.subMenuRow .col2 li {
    padding-left: 30px;
    background-position: 5px 0;
    background-repeat: no-repeat;
}

.subMenuRow .col1 li {
    margin-left: 50px;
}

.subMenuRow {
    position: relative;
    z-index: 12;
}

.subMainMenu.shops {
    border: 3px #d7f235 solid;
}

.subMainMenu.luxury {
    border: 3px #ff1e27 solid;
}

.subMainMenu.services {
    border: 3px #16181a solid;
}

.subMainMenu.foodkort {
    border: 3px #59a1ea solid;
}

.subMainMenu.razvlecheniya {
    border: 3px #ffe233 solid;
}

.promos {
    margin-right: -23px;
}

.promos .promo {
    overflow: visible !important;
    margin-left: 1px;
    margin-right: 23px;
    margin-bottom: 40px;
    float: left;
    width: 300px;
}

.promos.single_line {
    height: 380px;
    overflow: hidden;
}

.promo .dates,.promo_wrapper .dates {
    font-size: 18px;
    color: #8dc63f;
    font-weight: 300;
}

.promo .item {
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.25);
    width: 100%;
    height: 372px;
    padding: 0;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #1c2c3d;
}

.promo .item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin: 0 0 12px;
    padding: 0;
}

.promo .item a {
    color: #4e9a3d;
    text-decoration: underline;
}

.promo .item a:hover {
    text-decoration: none;
}

.promo .item .dates {
    position: absolute;
    bottom: 17px;
    font-size: 14px;
    color: #9a9590;
}

.promo .item-img {
    margin-bottom: 19px;
}

.promo .item-img img {
    width: 100%;
}

.promo .item-in {
    padding: 0 20px;
}

.promo .promo2 {
    margin-left: 7px;
}

.promo .promo3 {
    float: right;
    margin-right: 7px;
}

.page-header {
    padding: 0;
    margin: 0;
    border: 0;
}

.page-header h4 {
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.page-header.promo h2,.page-header.promo h4 {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    padding: 32px 0 15px;
    text-transform: uppercase;
    color: #1c2c3d;
}

.page-header.promo h2 a,.page-header.promo h4 a {
    color: #59a1ea;
}

.page-header.insidepromo h2 {
    border-top: 1px solid #bec6b3;
    text-align: left;
    font-size: 22px;
    padding: 15px 0;
    margin: 0 5px;
}

.page-header.video h2 {
    background: url(/theme/Keruen/img/red-line.png) repeat-x 0 center;
    text-align: center;
    font-size: 24px;
    margin: 37px 0 13px;
    color: #e04a67;
    text-transform: uppercase;
}

.page-header.video h2 span {
    background: #f9f4ea;
    padding: 0 50px;
}

.recent-in {
    background: #fff;
}

.recent-in>.block-in {
    padding: 13px 14px;
    border-bottom: 1px solid #e2f4f6;
}

.recent-in>.block-in:last-child {
    border-bottom: 0;
}

.recent-in>.block-in.text-center {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.recent-in>.block-in.text-center a {
    color: #9a9590;
}

.recent {
    margin: 22px 0 0;
}

.recent .span7 {
    margin: 0;
    width: 50%;
}

.recent .news {
    padding-left: 245px;
    position: relative;
    min-height: 173px;
    font-size: 12px;
    line-height: 18px;
    color: #1c2c3d;
}

.recent .news p {
    margin-bottom: 20px;
}

.recent .news h3 {
    margin: 0 0 16px;
    line-height: 14px;
    padding: 11px 0 0;
}

.recent .news h3 a {
    color: #4e9a3d;
}

.recent h2 {
    margin: 0 0 2px 4px;
    text-transform: uppercase;
    font-size: 24px;
    color: #59a1ea;
}

.recent .dates {
    color: #9a9590;
}

.recent img {
    position: absolute;
    left: 5px;
    top: 5px;
}

.recent .more {
    color: #4e9a3d;
    font-size: 12px;
    background: url(/theme/Keruen/img/link-more-bg.png) no-repeat 0 2px;
    padding-left: 18px;
}

.video {
    margin: 0;
}

.video .video-links {
    padding-top: 76px;
    font-size: 12px;
    line-height: 18px;
}

.video .video-links a {
    color: #4e9a3d;
}

.video a.link-video {
    position: relative;
    text-decoration: none;
    height: 54px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 14px;
    display: block;
    margin-bottom: -8px;
    margin-top: -10px;
}

.video a.link-video>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}

.video a.link-video>span span {
    border-bottom: 1px dashed;
}

.video a.link-video.active {
    background: #4e9a3d;
    color: #fff;
}

.video .column-left a.active:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent transparent transparent #4e9a3d;
    border-width: 27px 0 27px 20px;
    right: -20px;
    top: 0;
}

.video .column-right a.active:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent #4e9a3d transparent transparent;
    border-width: 27px 20px 27px 0;
    left: -20px;
    top: 0;
}

.video p {
    color: #1c2c3d;
    margin: 13px 0;
    line-height: 18px;
}

.video .column {
    float: left;
    width: 275px;
}

.video .column p {
    margin-left: 20px;
}

.video .column-center {
    width: 400px;
}

.video .column-left .block-in {
    padding-right: 30px;
}

.video .column-right {
    margin-left: 0;
}

.video .column-right .block-in {
    padding-left: 30px;
}

.video .column.active p {
    margin-left: 20px;
}

.video .player {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 264px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.25);
    cursor: pointer;
    position: relative;
}

.video .player:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    background: url(/theme/Keruen/img/icon-play.png) no-repeat 0 0;
    margin: -50px 0 0 -50px;
}

.video .player.played {
    cursor: default;
}

.video .player.played:after {
    display: none;
}

@media (min-width: 1200px) {
    .video .column-left {
        width: 430px;
    }

    .video .column-left .block-in {
        padding-left: 100px;
    }

    .video .column-right {
        width: 430px;
    }

    .video .column-right .block-in {
        padding-right: 100px;
    }
}

.footer:before {
    content: "";
    display: block;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 2px;
    background: #fcfaf4;
}

.footer {
    position: relative;
    padding-top: 28px;
    padding-bottom: 20px;
}

.footer .sides {
    width: 360px;
}

.footer .search {
    float: right;
    background: url(/theme/Keruen/img/search-bg.png) no-repeat 0 0;
    margin: 6px 0 0;
    padding: 0;
    width: 190px;
    height: 30px;
}

.footer .search input {
    width: 160px;
    height: 30px;
    border: 0;
    background: transparent;
    padding: 2px 30px 0 10px;
    margin: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.footer .search .submit {
    display: none;
}

.show1200 {
    display: none;
}

.show1000 {
    display: block;
}

.iSlider {
    height: 594px;
}

.slider_wrapper.inner-page {
    background: #fff;
    height: 410px;
    margin-bottom: 30px;
}

.slider_wrapper.inner-page .iosSlider {
    width: 950px;
    height: 410px !important;
}

.slider_wrapper.inner-page .iosSlider .slider .slide {
    width: 950px;
    height: 410px;
    text-align: center;
}

.slider_wrapper.inner-page .selectorsBlock {
    bottom: 10px;
    width: 650px;
}

.slider_wrapper.inner-page .nextContainer {
    right: 303px;
}

.slider_wrapper.inner-page .about {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 300px;
    height: 410px;
    text-align: center;
    font-size: 18px;
    background: rgba(255,255,255,0.9);
    line-height: 24px;
    color: #000;
}

.slider_wrapper.inner-page .about h2 {
    margin: 45px 0 20px;
    padding: 0;
}

.slider_wrapper.inner-page .about p {
    font-size: 14px;
    line-height: 23px;
    padding: 0;
    margin: 0;
    color: #000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.slider_wrapper.inner-page .about p b {
    font-size: 18px;
    text-transform: none;
}

.slider_wrapper.inner-page .about a {
    font-weight: normal;
    color: #000;
}

.slider_wrapper.inner-page .about a:hover {
    color: #000;
}

.promo_wrapper {
    background: #fff;
    padding: 20px;
}

.promo_wrapper h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 0;
    margin-top: 0;
}

.promo_wrapper .row {
    position: relative;
}

.promo_wrapper .text {
    padding-bottom: 40px;
}

.promo_wrapper .image_wrapper {
    float: right;
    width: 50%;
}

.promo_wrapper .node_gallery_wrapper {
    margin: 0;
    width: 460px;
    height: 330px;
}

@media (min-width: 1200px) {
    .promo_wrapper .node_gallery_wrapper {
        margin: 0;
        width: 620px;
        height: 445px;
    }
}

.promo_wrapper .likes {
    margin: 20px 0 0;
    position: absolute;
    bottom: 0;
}

.promo_wrapper .likes-block {
    width: 404px;
    margin: 0;
}

.promo_wrapper .like {
    margin: 0 10px;
}

.slider_wrapper {
    box-shadow: 0px 13px 20px rgba(50,50,50,0.13);
    top: -20px;
    height: 380px;
    position: relative;
}

.slider_wrapper .iosSlider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 380px !important;
}

.slider_wrapper .iosSlider .slider {
    width: 100%;
    height: 100%;
}

.slider_wrapper .iosSlider .slider .slide {
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    width: 100%;
    height: 380px;
}

.slider_wrapper .selectorsBlock {
    bottom: 10px;
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 15px;
}

.slider_wrapper .selectorsBlock .selectors {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.slider_wrapper .selectorsBlock .selectors .item {
    background-image: url(/theme/Keruen/img/slider_circles.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.slider_wrapper .selectorsBlock .selectors .item.selected {
    background-position: 100% 0;
}

img.abs {
    position: absolute;
    height: 100%;
}

.text_wrapper {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    position: relative;
}

.text_wrapper a {
    display: block;
    text-decoration: none;
}

.text_wrapper .text {
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.25);
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 100px;
    font-size: 14px;
    line-height: 130%;
    height: 150px;
    color: #1c2c3d;
}

.text_wrapper .text p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.text_wrapper .text span {
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #e04a67;
    padding-bottom: 13px;
    padding-top: 10px;
    text-transform: uppercase;
    display: block;
}

.text_wrapper .text.white, .text_wrapper .text.black {
    padding:10px 15px;
    opacity: 0.5;
}

.text_wrapper .text.black,
.text_wrapper .text.black span,
.text_wrapper .text.black p {
    background: #000000;
    color: #ffffff;
}
.text_wrapper .text.black p {
    /*text-shadow: 1px 1px 1px #fff;*/
}

.text_wrapper .text.white,
.text_wrapper .text.white span,
.text_wrapper .text.white p {
    background: #ffffff;
    color: #000000;
}
.text_wrapper .text.white p {
    /*text-shadow: 1px 1px 1px #000;*/
}

.text_wrapper .text.transparent {
    box-shadow: none;
    color: #e04a67;
    /*left: 0;*/
    /*right: 0;*/
    /*height: auto;*/
}

.text_wrapper .text.notext,.text_wrapper .text.notext a {
    box-shadow: none;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text_wrapper .text.right {
    left: auto;
    right: 100px;
}

.prevContainer,.nextContainer {
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.prevContainer div,.nextContainer div {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    display: block !important;
}

.prevContainer {
    left: 0;
}

.nextContainer {
    right: 50px;
}

.promo_slider_control {
    margin: 0;
    position: relative;
}

.promo_slider_control .prevContainer,
.promo_slider_control .nextContainer
{
    top: 200px;
}
.promo_slider_control .prevContainer {
    left: -50px;
}
.promo_slider_control .nextContainer {
    right: 0;
}

.store h1 {
    font-size: 45px;
    margin: 25px 0;
    text-align: center;
}

.likes {
    margin: 20px 0;
}

.likes-block {
    width: 444px;
    margin: 0 auto;
}

[class*="span"] {
    min-height: 0;
}

a.social {
    background-image: url(/theme/Keruen/img/icons_social.jpg);
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 21px;
}

.ico_fb {
    background-position: 0 -10px;
    width: 37px;
}

.ico_fb:hover {
    background-position: 0 -50px;
}

.ico_vk {
    background-position: -49px -10px;
    width: 36px;
}

.ico_vk:hover {
    background-position: -49px -50px;
}

.ico_tw {
    background-position: -95px -10px;
    width: 37px;
}

.ico_tw:hover {
    background-position: -95px -50px;
}

.map h3 {
    font-size: 20px;
    line-height: 110%;
    margin: 0 0 30px;
    padding: 0;
}

.tooltip.top .tooltip-arrow {
    left: auto;
    right: 10px;
}

.tooltip.top .tooltip-inner {
    box-shadow: 0px 6px 6px #999;
}

.tooltip.top .tooltip-inner a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}

.stage_triggers_wrapper {
    background: #f2f2f2;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.4),1px 1px 1px 0px rgba(255,255,255,0.8);
    border-radius: 4px;
}

.stage_triggers_wrapper p {
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
}

.stages {
    list-style-type: none;
    margin: 0;
}

.stages li {
    margin-bottom: 9px;
}

.stages li a {
    background: url(/theme/Keruen/img/bg_button.png) no-repeat 0 0;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 2px #000;
    color: #fff;
    font-size: 20px;
    font-family: "times new roman",times;
    font-weight: bold;
    margin: 0 auto;
}

.stages li a:hover {
    background: url(/theme/Keruen/img/bg_button.png) no-repeat right 0;
}

.stages li.active a {
    background: url(/theme/Keruen/img/bg_button.png) no-repeat right 0;
    cursor: default;
}

.shops-types {
    list-style-type: none;
}

.shops-types li {
    margin: 0 0 15px 0;
}

.shops-types a.active {
    color: #8dc63f;
    text-decoration: none;
}

.toolTip {
    text-align: center;
    font-size: 16px;
    border: 3px solid #fff;
    color: #fff;
    width: 160px;
    padding: 6px 4px;
    margin: 4px;
    box-shadow: 2px 2px 6px #999;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    font-weight: bold;
    background: #797f6f;
    background: linear-gradient(to bottom, #9aa091 0%,#797f6f 100%);
}

.toolTip a {
    color: #fff;
    font-weight: normal;
}

.category_intro {
    margin-bottom: 10px;
}

.category_intro a {
    color: #000;
    display: block;
    background: url(/theme/Keruen/img/bg_main_category.png) no-repeat 0 0;
    width: 235px;
    height: 35px;
    line-height: 33px;
    padding-left: 30px;
    font-size: 17px;
}

.category_intro a.active {
    color: #fff;
    background: url(/theme/Keruen/img/bg_main_category_active.png) no-repeat 0 0;
}

.category_info {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
}

.category_info li {
    margin: 0;
    padding: 0;
}

.category_info li a {
    margin: 0 0 0 20px;
    padding: 7px 0 7px 10px;
    display: block;
}

.category_info li a.active {
    color: #fff;
    background: linear-gradient(to bottom, #afb5a5 0%,#949494 100%);
    border-radius: 3px;
}

.news {
    margin-bottom: 31px;
}

.news img {
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.25);
}

.news .span5 {
    width: 220px;
}

.news .span6 {
    padding-left: 5px;
    width: 470px;
}

.news .dates {
    margin: 12px 0 0;
    font-size: 12px;
    color: #9a9590;
}

.news h3 {
    margin: 0 0 12px;
    padding: 4px 0 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}

.news p.excerpt {
    margin: 0;
    color: #1c2c3d;
    font-size: 12px;
    line-height: 18px;
}

.news a {
    color: #4e9a3d;
}

.news p.more {
    margin: 15px 0 0 6px;
}

.news p.more a {
    background: url(/theme/Keruen/img/arrow_green.png) no-repeat 0 3px;
    padding-left: 12px;
}

@media (min-width: 1200px) {
    .news .span6 {
        width: 780px;
    }
}

.soc_wrapper {
    border: 5px solid #fff;
    background: #fff;
    width: 230px;
    height: 290px;
    box-sizing: border-box;
    /*overflow: hidden;*/
}
.fb-page {
    margin-top: 30px;
}

/*.soc_wrapper iframe {*/
/*width: 235px;*/
/*height: 310px;*/
/*margin-left: -10px;*/
/*margin-top: -35px;*/
/*}*/

.soc {
    position: relative;
}

.soc .soc_wrapper {
    position: absolute;
    right: 0;
}

.single_news p {
    color: #575757;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #1c2c3d;
}

.single_news img.intro {
    margin-bottom: 31px;
    box-shadow: 0 9px 12px 5px rgba(0,0,0,0.15);
}

.border_top {
    border-top: 1px solid #bec6b3;
}

.recent_inside p {
    font-size: 14px;
    line-height: 24px;
    color: #1c2c3d;
    margin: 0 0 20px;
}

.recent_inside h4 {
    font-size: 16px;
    margin: 20px 0 15px;
}

.recent_inside .news {
    margin-bottom: 20px;
}

.recent_inside .news h3 a {
    font-size: 14px;
}

.recent_inside .news .dates {
    margin-top: 10px;
    font-size: 10px;
}

.recent_inside .news p.excerpt {
    font-size: 12px;
}

.recent_inside .news p.more {
    margin-top: 10px;
}

.recent_inside .news p.more a {
    font-size: 12px;
}

.articles3 {
    width: 275px;
    margin: 40px 0;
}

.articles3 p {
    line-height: 24px;
}

.articles3 h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-bottom: 5px solid #a3aa9a;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.articles3 img {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.25);
}

.about_top {
    background: #fff;
    padding: 14px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.25);
    margin-bottom: 40px;
    font-size: 10px;
    line-height: 100%;
}

.about_top img {
    width: 110%;
    margin-bottom: 17px;
}

.about_top b {
    font-size: 16px;
    margin-bottom: 7px;
    display: block;
}

.contacts {
    background: #fff;
    padding: 14px;
    margin-bottom: 30px;
}

.contacts .info {
    width: 336px;
    position: absolute;
}

.contacts #contentmap {
    margin-left: 350px;
    height: 415px;
}

.row5 {
    width: 20%;
    float: left;
}

.about_top .row5 {
    padding-right: 40px;
    box-sizing: border-box;
}

@media (min-width: 1200px) {

    div.socialMenu {
        width: 310px;
    }

    .footer .sides {
        width: 460px;
    }

    .text_wrapper {
        width: 1245px;
        height: 504px;
    }

    .show1200 {
        display: block;
    }

    .show1000 {
        display: none;
    }

    .mainNav {
        background: url(/theme/Keruen/img/bg_mainnav1200-new.png) no-repeat center 0;
    }

    .slider_wrapper {
        height: 504px;
    }

    .slider_wrapper .iosSlider {
        height: 504px !important;
    }

    .slider_wrapper .iosSlider .slider .slide {
        height: 504px;
    }

    .slider_wrapper .iosSlider .slider .slide img {
        width: 100%;
    }

    .slider_wrapper .selectorsBlock {
        bottom: 20px;
    }

    .slider_wrapper.inner-page {
        background: #fff;
        height: 552px;
    }

    .slider_wrapper.inner-page .iosSlider {
        width: 1265px;
        height: 552px !important;
    }

    .slider_wrapper.inner-page .iosSlider .slider .slide {
        width: 1265px;
        height: 552px;
    }

    .slider_wrapper.inner-page .iosSlider .slider .slide img {
        width: 100%;
    }

    .slider_wrapper.inner-page .selectorsBlock {
        width: 965px;
    }

    .slider_wrapper.inner-page .about {
        height: 552px;
    }

    .promos {
        margin-right: -20px;
    }

    .promos .promo {
        margin-left: 1px;
        margin-right: 20px;
        margin-bottom: 21px;
    }

    .about_top {
        padding: 14px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
        font-size: 13px;
        line-height: 100%;
    }

    .about_top img {
        width: 110%;
        margin-bottom: 17px;
    }

    .about_top b {
        font-size: 21px;
        margin-bottom: 7px;
        display: block;
    }

    .articles3 {
        width: 375px;
    }
}

.menu.innerMenu {
    padding-bottom: 20px;
    height: 31px;
}

.menu.innerMenu li {
    padding: 5px 10px;
}

.menu.innerMenu li a {
    font-size: 15px;
}

.menu.innerMenu li.active {
    background: #8dc63f;
}

.menu.innerMenu li.active a {
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.whiteBG {
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.25);
    padding: 20px;
}

.whiteBG.arenda,.whiteBG.advert_form {
    position: relative;
    padding: 25px;
}

.whiteBG.arenda label,.whiteBG.advert_form label {
    position: absolute;
    left: 25px;
    width: 255px;
    font-size: 15px;
}

.whiteBG.arenda input,.whiteBG.arenda textarea,.whiteBG.advert_form input,.whiteBG.advert_form textarea {
    margin-left: 45%;
    width: 310px;
}

.whiteBG.arenda .submit input,.whiteBG.advert_form .submit input {
    font-size: 18px;
}

.whiteBG.contacts h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 110%;
    margin: 0 0 20px;
}

.whiteBG.contacts hr {
    margin: 0;
    border-top: 1px solid #aaaaa9;
}

.whiteBG.contacts p.call,.whiteBG.contacts p.mail {
    padding-left: 40px;
    min-height: 19px;
}

.whiteBG.contacts p.call {
    background: url(/theme/Keruen/img/ico_phone.png) no-repeat 0 10px;
}

.whiteBG.contacts p.mail {
    background: url(/theme/Keruen/img/ico_mail.png) no-repeat;
}

.rek {
    width: 195px;
    margin-right: 20px;
    float: left;
    font-size: 12px;
    color: #4b4b4b;
}

.rek hr {
    margin: 10px 0;
    border-top: 1px solid #a3aa9a;
    border-bottom: 0;
}

.rek h4 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 110%;
}

h3.advert {
    font-size: 18px;
    color: #4b4b4b;
    margin: 0 0 20px;
}

.trigger_advert_form {
    font-size: 15px;
    margin-bottom: 40px;
}

.vacancy:first-child {
    margin-top: 0;
}

.vacancy {
    margin-top: 30px;
}

.vacancy a {
    background-image: url(/theme/Keruen/img/bullets_vacancy.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 10px;
    display: block;
    height: 21px;
}

.vacancy a.active {
    background-position: left bottom;
    color: #8dc63f;
    text-decoration: none;
}

.vacancy .vacancy_form {
    min-height: 350px;
    position: relative;
}

.vacancy .vacancy_form .req {
    width: 45%;
}

.vacancy .vacancy_form form {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 45%;
}

.vacancy .vacancy_form form .submit {
    margin-top: 20px;
}

.copyright {
    font-size: 12px;
    color: #1c2c3d;
    margin-right: 20px;
}

.link-amphibia {
    float: right;
    margin: -4px 0 0 30px;
}

@media (min-width: 1200px) {
    .link-amphibia {
        margin-left: 50px;
    }
}

body>.container {
    padding-left: 10px;
    padding-right: 10px;
}

.content-title {
    padding: 23px 0 29px;
}

.content-title h4 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #1c2c3d;
    margin: 0;
}

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.news-item-title {
    padding: 18px 0 19px;
}

.news-item-title h4 {
    font-size: 24px;
    line-height: 30px;
    color: #1c2c3d;
    font-weight: bold;
    margin: 0;
}

.news-item-title .date {
    font-size: 12px;
    color: #9a9590;
    margin: 1px 0 0;
    font-weight: normal;
}

.news-items-list {
    border-top: 2px solid #fcfaf4;
    padding: 12px 0 0;
    margin: 27px 0 40px;
}

.news-items-list h4 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.news-item {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 18px;
    color: #1c2c3d;
    margin: 0 0 20px;
}

.news-item p {
    margin: 0 0 15px;
}

.news-item .dates {
    font-size: 12px;
    color: #9a9590;
    margin: 0;
}

.news-item h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 14px;
}

.news-item h3 a {
    color: #4e9a3d;
}

.news-item-img {
    width: 220px;
}

.news-item-body {
    padding: 4px 20px 0 10px;
}

.company-desc {
    border-bottom: 2px solid #fcfaf4;
    font-size: 14px;
    line-height: 24px;
    color: #1c2c3d;
    margin: 0 0 -6px;
}

.company-desc p {
    margin: 0 0 27px;
    line-height: 24px;
}

.company-desc .column {
    float: left;
    width: 50%;
}

.company-desc .column-left p {
    margin-right: 20px;
}

.company-desc h3 {
    font-size: 24px;
    line-height: 29px;
    color: #1c2c3d;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.company-desc .likes-block {
    text-align: center;
}

.company-desc .likes {
    margin: 11px 0 10px;
}

.text-block p {
    line-height: 24px;
}

.node_gallery_wrapper {
    margin: 50px auto;
    position: relative;
    width: 650px;
    height: 500px;
}

.iosSlider.node_gallery {
    box-sizing: border-box;
    width: 100%;
    height: 460px;
    margin-bottom: 20px;
}
.iosSlider.node_gallery img {
    max-width: 100%;
    margin: 0;
}
.iosSlider.node_gallery .prevContainer,
.iosSlider.node_gallery .nextContainer
{
    position: absolute;
    top: 0;
    width: 50px;
    padding: 210px 0 0 0;
    z-index: 10;
}
.iosSlider.node_gallery .prev,
.iosSlider.node_gallery .next
{
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
}
.iosSlider.node_gallery .prevContainer {
    left: 10px;
}
.iosSlider.node_gallery .prev {
    background: url(/theme/Keruen/img/slider_left-black.png) no-repeat left top;
}
.iosSlider.node_gallery .nextContainer {
    right: 10px;
}
.iosSlider.node_gallery .next {
    background: url(/theme/Keruen/img/slider_right-black.png) no-repeat right top;
}

