html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-top: 110px;*/
    margin-bottom: 190px;
}

html, body {
    font-family: "Exo 2";
    font-size: 16px;
}

.navbar {
    /*height: 140px;*/
    background-color: #ffffff;
    margin: 0;
}

.slogan {
    color: #4d1f68;
    font-size: 24px;
    line-height: 24px;
    font-family: Cambria;
    font-style: italic;
    padding: 23px 0 0 5px;
}

.navbar_phone {
    color: #4d1f68;
    font-size: 24px;
    line-height: 24px;
    font-family: Cambria;
    font-style: italic;
    padding: 10px 0 0 12px;
}

.navbar_phone span {
    font-size: 18px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background: #cccccc;
}

.navbar-brand {
    float: left;
    height: 134px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 20px;
}

.nav {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /* border: 1px solid #794986; */
    margin: 12px 0 0 -12px;
    border: 2px solid #6b3f7a;
}

.nav li:first-child a {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.nav li:last-child a {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 0;
}

.nav li {

}

.navbar-default .navbar-nav > li > a {
    background: #472457;
    /*height: 40px;*/
    color: #ffffff;
    font-size: 1.2em;
    line-height: 2.5em;
    /* font-family: Cambria; */
    /* font-style: italic; */
    /* border: 2px solid #6b3f7a; */
    padding: 0 23px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #331346;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: #804d9e;
    color: #ffffff;
}

.uzor_top {
    background: url(../img/uzor_top.png) no-repeat top center;
    height: 64px;
    margin: -22px 0 0 0;
    z-index: 9;
    position: relative;
    /*background-size: contain;*/
}

/*======[Слайдер]=======*/
.wrap_slider {
    width: 94%;
    /*margin: -44px auto 0 auto;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 1, ../sass/slick.scss */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

/* line 16, ../sass/slick.scss */
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

/* line 23, ../sass/slick.scss */
.slick-list:focus {
    outline: none;
}

/* line 27, ../sass/slick.scss */
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

/* line 33, ../sass/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* line 43, ../sass/slick.scss */
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

/* line 49, ../sass/slick.scss */
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

/* line 55, ../sass/slick.scss */
.slick-track:after {
    clear: both;
}

/* line 59, ../sass/slick.scss */
.slick-loading .slick-track {
    visibility: hidden;
}

/* line 135, ../sass/slick.scss */
.slick-arrow {
    position: absolute;
    top: 56%;
    left: 50%;
    margin-top: -105px;
    width: 56px;
    height: 56px;
    /*background: rgba(0, 0, 0, 0.3);*/
    background-color: #623872;
    opacity: 0.3;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    transition: background 150ms linear;
}

/* line 148, ../sass/slick.scss */
.slick-arrow:before {
    display: block;
    content: "";
    width: 13px;
    height: 25px;
    margin: 15px 21px;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

/* line 157, ../sass/slick.scss */
.slick-arrow:hover {
    background: #623872;
    opacity: 1;
}

/* line 161, ../sass/slick.scss */
.slick-arrow.slick-disabled:hover {
    /*background: rgba(0, 0, 0, 0.3);*/
    background-color: #623872;
    opacity: 0.3;
}

/* line 165, ../sass/slick.scss */
.slick-arrow.slick-prev {
    left: 8%;
    margin-left: 4px;
}

/* line 168, ../sass/slick.scss */
.slick-arrow.slick-prev:before {
    background-position: 0px 0px;
    margin-left: 16px;
}

/* line 173, ../sass/slick.scss */
.slick-arrow.slick-next {
    left: 87%;
    margin-left: -12px;
}

/* line 176, ../sass/slick.scss */
.slick-arrow.slick-next:before {
    background-position: -14px 0px;
    margin: 15px 24px;
}

/* line 6, ../sass/main.scss */
.main-slider {
    position: relative;
    height: 560px;
}

/* line 11, ../sass/main.scss */
.main-slider__item {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    outline: none;
}

/* line 19, ../sass/main.scss */
.main-slider__image {
    height: 100%;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*background-position: 10% 50%;*/
    background-position: 70% 50%;
}

.nashi_raboti {
    background: url(../img/raboti.png) no-repeat top center;
    height: 200px;
    margin: -89px 0 0 0;
    position: relative;
}

.nashi_raboti a {
    display: block;
    width: 179px;
    height: 179px;
    color: #ffffff;
    font-size: 17px;
    line-height: 24px;
    font-family: Cambria;
    font-style: italic;
    text-decoration: none;

}

.posm {
    color: #ffffff;
    font-size: 1.4em;
    /* line-height: 24px; */
    font-family: Cambria;
    font-style: italic;
    display: block;
    padding: 35px 0 2px 0;
    text-decoration: underline;
}

.nashi_raboti a:hover .posm {
    text-decoration: none;
}

.my-job {
    color: #ffffff;
    font-size: 1.4em;
    /* line-height: 24px; */
    font-family: Cambria;
    font-style: italic;
}

.usl_bg {
    background: url(../img/usluga_bg.png) no-repeat top left;
    display: block;
    width: 128px;
    height: 143px;
    margin: 0 auto;
}

.wrap_usluga {
    margin: 22px 27px 0 28px;
}

.wrap_usluga img {
    padding: 7px 0 0 0;
}

.wrap_usluga a {
    color: #53473c;
    font-size: 2em;
    line-height: 1.4em;
    font-family: Cambria;
    font-style: italic;
    font-weight: bold;
}

.wrap_usluga a:hover {
    text-decoration: none;
    color: #3d1c4a;
}

.wrap_usluga a:hover .usl_bg {
    background-position: -139px 0px;
}

.free {
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    font-family: Cambria;
    font-style: italic;
    width: 122px;
    height: 27px;
    text-align: center;
    background: #3d1c4a;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-transform: uppercase;
    margin: 2px auto;
}

.poloska {
    background: url(../img/poloska.png) no-repeat top center;
    height: 35px;
    margin: 0px 0 37px 0;
}

.wrap_usluga .col-md-4 {
    margin-bottom: 30px;
}

/*.uzor_top img{
	display: block;
	max-width: 100%;
}*/
.uzor_mini {
    background: url(../img/uzor_mini.png) no-repeat;
    height: 21px;
    margin: 0px 0 0 14px;
}

.catalog_top {
    background: url(../img/cat_top.png) no-repeat;
    height: 6px;
    width: 300px;
}

.wrap_catalog {
    padding: 0 0 0 15px;
}

.catalog_center {
    /*background: url(../img/cat_center.png) repeat-y;*/
    /*width: 300px;*/
    height: 100%;
    padding-bottom: 53px;
}

.catalog_bottom {
    background: url(../img/cat_bottom.png) no-repeat;
    height: 5px;
    width: 300px;
}

.catalog_zag {
    color: #53473c;
    font-size: 23px;
    line-height: 23px;
    font-family: Cambria;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding: 16px 0 0 0;
    text-transform: uppercase;
}

.wrap_catalog ul {
    border-left: 1px solid #8c7e71;
    padding: 0 0 0 13px;
    margin: 10px 0 0px 30px;
}

.wrap_catalog li {
    list-style: none;
}

.wrap_catalog li a {
    color: #53473c;
    font-size: 1.2em;
    line-height: 1.5em;
    font-family: Cambria;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.wrap_catalog li a:hover {
    color: #3d1c4a;
    text-decoration: underline;
}

.wrap_product {
    padding: 0;
}

.wrap_catalog .title {
    color: #000000;
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: Cambria;
    font-style: italic;
    padding: 30px 0 0px 28px;
    text-transform: uppercase;
    display: block;
}

.cat-item {
    width: 200px;
    float: left;
    display: block;
    height: 230px;
    margin: 10px 10px 0 0;
    /*border: 1px solid #f0f0f0;*/
    border: 1px solid #d2d2d2;
    padding: 0 10px;
    background: #ffffff;
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.cat-item:hover {
    border: 1px solid #734bb2;
    background: #ffffff;
}

.cat-item .name {
    font-size: 10px;
    /* margin: 10px auto 0; */
    /* height: 40px; */
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #525252;
    text-decoration: none;
}

.cat-item .name h2 {
    font-size: 15px;
}

.cat-item span {
    margin-top: 6px;
    display: block;
}

.cat-item:hover .name {
    color: #ff0000;
}

.cat-item img {
    width: 170px;
    border-radius: 5px;
}

.lightbox {
    /*padding: 10px;*/
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.lightbox:hover {
    border: 1px solid #734bb2;
}

.breadcrumbs {
    /*padding-top: 20px;*/
    font-size: 16px;
}

.breadcrumbs a, .breadcrumbs a:visited {
    color: #6e6e6e;
}

.breadcrumbs a:hover {
    color: #ff0000;
}

.breadcrumbs .separator {
    margin: 0 7px;
    font-size: 1.2em;
}

.error404 p, .error404 div {
    max-width: 350px;
    margin: 10px auto;
}

.error404 img {
    margin: 0 auto;
    display: block;
}

/*.wrap_product a{
	background: url(../img/product_bg.png) no-repeat;
	width: 300px;
	height: 189px;
	display: block;
	color: #53473c;
    font-size: 18px;
    line-height: 86px;
    font-family: Cambria;
    font-style: italic;
	font-weight: bold;
}
.wrap_product a:hover{
	text-decoration: none;
	color: #3d1c4a;
	background-position: bottom left;
}
.wrap_product a img{
	padding: 23px 0 0 0;
}*/
.wrap_product .col-md-6 {
    padding: 0px 0px 48px 7px;
    margin-right: -1px;
    width: 49%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 159px;
    background-color: #ffffff;
}

.footer_bg {
    background: url(../img/footer_bg.png) no-repeat top center;
    height: 104px;
    margin: -20px 0 -20px 0;
}

.footer_phone {
    /*float: left;*/
    color: #4d1f68;
    font-family: Cambria;
    font-style: italic;
    /*padding: 2px 0 0 0;*/
    /*width: 270px;*/
    /*margin-right: 20px;*/
}

.footer_phone p {
    color: #4d1f68;
    font-size: 2em;
    line-height: 1em;
    font-family: Cambria;
    font-style: italic;
    padding: 0 0 0 14px;
    margin: 0;
    text-align: center;
}

.footer_phone span {
    font-size: 0.7em;
}

.footer_slogan {
    /* float: left; */
    color: #4d1f68;
    font-size: 1.5em;
    line-height: 1em;
    font-family: Cambria;
    font-style: italic;
    /* padding: 0px 0 0 74px; */
    /* margin: -3px 0 0 0; */
    text-align: center;
}

.footer__developer {
    /*float: right;*/
    /*width: 180px;*/
    /*height: 56px;*/
    /*padding: 0px 30px 5px 0px;*/
    /*margin: 0px -10px 0px 0px;*/
    /*line-height: 1em;*/
    /*font-family: Trebuchet MS;*/
    /*font-size: 1em;*/
    /*text-align: right;*/
    /*background: url(../img/webgr-logo.png) 7px 0px no-repeat;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
}

.footer__developer p {
    font-size: 0.7em;
}

.footer__developer a {
    color: #ff0606;
    text-decoration: underline;
}

.footer__developer a:hover {
    text-decoration: none;
}

/*@media (min-width: 1200px) {*/
    /*.col-md-12 {*/
        /*text-align: right;*/
    /*}*/
/*}*/

/*@media (min-width: 992px) {*/
    /*.container {*/
        /*width: 1000px;*/
    /*}*/
/*}*/

/*@media (min-width: 992px) {*/
    /*.col-md-3 {*/
        /*width: 28%;*/
        /*padding: 0;*/
    /*}*/
/*}*/

/*@media (min-width: 992px) {*/
    /*.col-md-9 {*/
        /*width: 72%;*/
        /*padding-right: 0;*/
    /*}*/
/*}*/

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
        padding-right: 0;
    }
}

/*@media (min-width: 992px) {*/
    /*.col-md-7 {*/
        /*width: 70.333333%;*/
    /*}*/
/*}*/

/*@media (min-width: 992px) {*/
    /*.col-md-12 {*/
        /*width: 100%;*/
        /*padding-right: 0;*/
    /*}*/
/*}*/

/*@media (min-width: 992px) {*/
    /*.col-md-5 {*/
        /*!*width: 29.666667%;*!*/
    /*}*/
/*}*/













/*--------------------*/



/*
@media (max-width: 991px) {
    .navbar {
        height: 210px;
    }
    .container {
        width: 10%;
    }
}*/

@media (min-width: 768px) and (max-width: 991px) {
    .slogan{
        font-size: 1em;
        line-height: 1em;
        text-align: right;
    }

    .wrap_actions {
         margin: 0px;
    }

    .usl_bg {
        width: 268px;
        height: 300px;
        background-size: cover;
    }

    .wrap_usluga img {
        padding: 7px 0 0 0;
        width: 250px;
    }
    .wrap_usluga a:hover .usl_bg {
        background-position: -292px 0px;
    }

    .nashi_raboti {
        background: url(../img/raboti.png) no-repeat top center;
        height: 300px;
        margin: -129px 0 0 0;
        position: relative;
        background-size: cover;
    }
    .posm {
        font-size: 1.6em;
        padding: 75px 0 2px 0;
    }

    .my-job {
        font-size: 1.6em;
    }

    .wrap_logo {
        float: left;
        margin: 0 30px 0 0px;
    }
/*    .container {
        width: 100%;
    }*/
    .slider .container{
        width:100%;
    }
    .wrap_slider {
        width: 100%;
    }

    .wrap_catalog {
        margin: 0 1%;
    }

    .free{
        width: 300px;
        font-size: 1em;
        /* height: 2em; */
        line-height: 1em;
        padding: 30px;
        height: auto;
    }

    /*.wrap_catalog .col-md-4 {*/
        /*padding: 0px 0 30px 7px;*/
    /*}*/

    .footer__developer {
        margin: 20px 0px 0px 0px;
        text-align: center;
    }
    .footer_slogan {
        margin: 40px 0;
    }

    .navbar_phone{
        font-size: 2em;
        line-height: 2em;
        padding: 30px 0 30px 0px;
        text-align: center;
    }

    .navbar_phone span {
        font-size: 0.6em;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 0.7em;
        line-height: 2.5em;
    }

    body {
        font-size:35px;
        margin-bottom: 750px;
    }
}

@media (max-width: 767px) {

    .usl_bg {
        width: 268px;
        height: 300px;
        background-size: cover;
    }
    .wrap_usluga img {
        padding: 7px 0 0 0;
        width: 250px;
    }
    .wrap_usluga a:hover .usl_bg {
        background-position: -292px 0px;
    }

    .nashi_raboti {
        background: url(../img/raboti.png) no-repeat top center;
        height: 300px;
        margin: -129px 0 0 0;
        position: relative;
        background-size: cover;
    }

    .posm {
        font-size: 1.6em;
        padding: 75px 0 2px 0;
    }

    .my-job {
        font-size: 1.6em;
    }


    .nav {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
    }

    .navbar-default .navbar-nav > li > a {
        border-radius: 0;
    }

    .navbar {
        height: 520px;
    }

    .wrap_catalog {
        /*margin-left: -160px;
        left: 50%;
        position: relative;
        width: 300px;*/
    }

    .wrap_catalog .col-md-4 {
        /*padding: 0px 0 30px 7px;*/
    }

    .footer_phone {
        /*float: none;
        padding: 2px 0 0 0px;
        width: 270px;
        position: relative;
        left: 50%;
        margin-left: -11*/
    }

    .footer_slogan {
        /*float: none;*/
        /*padding: 0px 0 0 0px;*/
        /*position: relative;*/
        /*left: 50%;*/
        margin: 40px 0;
        /*width: 380px;*/
    }

    .footer__developer {
        text-align: center;
        font-size:1.5em;
        /*float: none;*/
        /*padding: 0px 30px 5px 0px;*/
        /*margin: 20px -10px 0px -95px;*/
        /*position: relative;*/
        /*left: 50%;*/
    }

    .footer {
        /*height: 280px;*/
    }

    body {
        margin-bottom: 310px;
    }

    .navbar-brand {
        position: relative;
        left: 50%;
        margin-left: -140px;
    }
}

@media (max-width: 479px) {


    .usl_bg {
        width: 268px;
        height: 300px;
        background-size: cover;
    }
    .wrap_usluga img {
        padding: 7px 0 0 0;
        width: 250px;
    }


    .wrap_catalog {
        margin-left: -15px;
        left: 0;
        position: relative;
        width: 300px;
    }

    .footer_slogan {
        margin: 14px 0 0 20px;
        width: 290px;
        left: 0;
    }

    .footer {
        height: 302px;
    }

    body {
        margin-bottom: 330px;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

.pjaxcontent img {
    /*border: 3px solid #ffffff;*/
    /*margin: 5px;*/
}

.pjaxcontent .title {
    margin-top: 0;
}

.bl_news {
    padding-top: 10px;
    margin-bottom: 50px;
    text-align: left;
}

.main_news .bl_news:first-child {
    background: #fff4e8;
    padding: 10px;
    border-radius: 5px;
}
.main_news .bl_news:first-child .news_date {
    background: #ff0000 !important;
}

.news_date {
    font-size: 1.6em;
    color: #fff;
    border: 3px solid #70447d;
    border-radius: 10px;
    text-align: center;
    background: #472358;
}

#all_news_lnk {
    font-size: 1.2em;
    display: block;
    text-align: center;
    clear: both;
}

.news_podr {
    font-size: 1.2em;
}

p {
    font-size: 1.2em;
}

#table3143 a {
    margin: 3px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
}

#table3143 a img {
    height: 100%;
    /* display: inline-block; */
    /* background-size: cover; */
    width: 100%;
    min-height: 100%;
}


#freewall .lightbox{
    max-height: 114px;
    display: block;
    float: left;
    margin: 4px;
}

#freewall img{
    max-height: 114px;
}

.navbar-brand>img {
    width: 100%;
}