body {
    font-family: OpenSansRegular, UbuntuRegular, sans-serif;
    font-size: 16px;
    color: #141414;
}

b {
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    font-weight: 100;
}

a {
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a, a:focus, a:hover, a:active, a:active:focus, a:active:hover,
button, button:focus, button:hover, button:active, button:active:focus, button:active:hover,
div, div:focus, div:hover, div:active, div:active:focus, div:active:hover,
.btn, .btn:focus, .btn:hover, .btn:active, .btn:active:focus, .btn:active:hover {
    outline: none;
    text-decoration: none;
}

.parallax-window {
    height: 100vh;
    background: transparent;
}

.parallax-window:before {
    background-color: rgba(32, 32, 32, 0.4);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

/*Настройка анимации для кнопки прокрутки*/
.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
}

.intro-scroll-down .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
}

.intro-scroll-down .mouse .mouse-dot {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

.background--light .intro-scroll-down .mouse {
    border: 2px solid #323232;
}

.background--light .intro-scroll-down .mouse .mouse-dot {
    background: #323232;
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@media (max-height: 350px) and (orientation: landscape) {
    .intro-scroll-down {
        display: none;
    }
}

/*end Настройка анимации для кнопки прокрутки*/

/*Настройка меню*/
.navbar-brand {
    float: left;
    height: auto;
    padding: 35px 15px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: none;
    margin-bottom: 0;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.navbar-default .navbar-nav > li > a {
    letter-spacing: 1px;
    padding: 41px 16px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    outline: none;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #e6ae49;
    background-color: transparent;
}

.menu-phone {
    line-height: 1.2;
    text-align: center;
    padding: 35px 16px;
    color: #fff;
    font-size: 14px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.menu-phone p {
    margin-bottom: 0;
}

.menu-phone a {
    text-transform: uppercase;
    color: #fff;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.menu-phone a:focus {
    color: #fff;
}

.menu-phone a:hover {
    color: #e6ae49;
}

.navbar-setting .navbar-brand {
    padding: 16px 15px;
}

.navbar-setting {
    background-color: rgba(255, 255, 255, 0.95);
}

.navbar-setting .navbar-nav > li > a {
    padding: 22px 16px;
    color: #333;
}

.navbar-setting .navbar-nav > li > a:focus {
    padding: 22px 16px;
    color: #333;
}

.navbar-setting .navbar-nav > li > a:hover {
    padding: 22px 16px;
    color: #e6ae49;
}

.navbar-setting .menu-phone {
    padding: 16px 16px;
    color: #333;
}

.navbar-setting .menu-phone a {
    color: #333;
}

.navbar-setting .menu-phone a:focus {
    color: #333;
}

.navbar-setting .menu-phone a:hover {
    color: #e6ae49;
}

@media (max-width: 1199px) {
    .navbar-brand {
        padding: 30px 15px 0 !important;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 22px 16px !important;
    }

    .menu-phone {
        padding: 16px 16px !important;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        letter-spacing: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
        float: left !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav {
        float: none !important;
        text-align: center;
    }

    .navbar-nav li {
        float: none;
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-header {
        width: 100%;
        text-align: center;
    }

    .navbar-setting .navbar-header {
        display: none;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        float: none;
        display: inline-block;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-default {
        background-color: rgba(255, 255, 255, 0.95);
    }

    .navbar-brand {
        padding: 9px 15px !important;
    }

    .navbar-nav {
        margin: 0 -15px;
        height: 100vh;
        height: calc(100vh - 51px);
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 15px !important;
        color: #333;
        border-top: 1px solid #e7e7e7;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
        background: #fff;
        height: 75vh;
        height: calc(100vh - 50px);
        transition: none;
        border-top: 0;
    }
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-toggle {
    border-color: #333;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/*end Настройка меню*/

.header-text {
    text-align: center;
    color: #fff;
}

.header-text h1 {
    font-family: UbuntuMedium, sans-serif;
    font-size: 27px;
    letter-spacing: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.header-text p {
    line-height: 24px;
    letter-spacing: 1px;
    font-family: OpenSansLight, UbuntuLight, sans-serif;
    margin-bottom: 25px;
}

.logo {
    width: 100%;
    max-width: 190px;
}

@media (max-width: 767px) {
    .header-text h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

.btn-white {
    font-family: UbuntuBold, sans-serif;
    border: 2px solid #fff;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    white-space: normal;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 9px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.btn-white:focus {
    background: transparent;
    color: #fff;
}

.btn-white:hover {
    background: #fff;
    color: #333;
}

.btn-white2 {
    font-family: UbuntuBold, sans-serif;
    border: 2px solid #fff;
    border-radius: 3px;
    background: #fff;
    color: #333;
    white-space: normal;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 9px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.btn-white2:focus {
    border: 2px solid #fff;
    background: #fff;
    color: #333;
}

.btn-white2:hover {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
}

h2 {
    font-size: 36px;
    font-family: UbuntuBold, OpenSansBold, sans-serif;
    color: #4e4e4e;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 45px;
    text-align: center;
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }
}

.info-one {
    font-family: OpenSansExtraBold, UbuntuBold, sans-serif;
    font-size: 72px;
    text-align: center;
    color: #fff;
    line-height: 1;
}

.info-two {
    font-family: OpenSansSemiBold, UbuntuBold, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blackout {
    background: rgba(78, 45, 7, 0.9);
}

.height100 {
    height: 100%;
}

.d-table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}

.d-table-cell {
    vertical-align: middle;
    display: table-cell;
    float: none;
}

.section-information .blackout {
    padding: 85px 0;
}

.section-information > .blackout > .container > .row > .col-md-3 {
    margin: 30px 0;
}

.section-akciya {
    min-height: 520px;
    background: url("../images/akciya.jpg") center bottom;
    background-size: cover;
}

.bg-akciya-two {
    min-height: 375px;
    background: url("../images/akciya-two.jpg") center center;
    background-size: cover;
    margin-top: 145px;
}

.akciya-ramka {
    background: url("../images/akciya-ramka.png") right bottom no-repeat;
    min-height: 520px;
}

.akciya-ramka-text {
    font-family: UbuntuBold, sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 591px;
    padding: 15px 23px;
    text-align: center;
    min-height: 409px;
}

.akciya-ramka-text p {
    font-size: 40px;
    color: #141414;
    text-transform: uppercase;
}

.akciya-ramka-text span {
    font-size: 30px;
    color: #141414;
    font-family: OpenSansLight, UbuntuLight, sans-serif;
    margin-top: 25px;
    margin-bottom: 40px;
    display: block;
}

.btn-brown {
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    border: 2px solid #5a3919;
    border-radius: 3px;
    background: #5a3919;
    color: #fff;
    white-space: normal;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 9px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.btn-brown:focus {
    border: 2px solid #5a3919;
    background: #5a3919;
    color: #fff;
}

.btn-brown:hover {
    border-color: transparent;
    background: rgba(90, 57, 25, 0.8);
    color: #fff;
}

@media (max-width: 1199px) {
    .akciya-ramka {
        background: url(../images/akciya-ramka.png) center center no-repeat;
    }

    .akciya-ramka-text {
        position: relative;
        margin: 39px auto 0;
    }
}

@media (max-width: 767px) {
    .akciya-ramka {
        background: transparent;
        min-height: 0;
    }

    .akciya-ramka-text {
        margin: 55px auto 55px;
        border: 20px solid #bf9b72;
        padding: 15px 10px;
        min-height: 0;
    }

    .akciya-ramka-text p {
        font-size: 23px;
    }

    .akciya-ramka-text span {
        font-size: 20px;
    }

    .section-akciya {
        min-height: 0;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.page-icon-top {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
    width: 100%;
    color: #5a3919;
}

.section-service {
    background: #fff;
}

.section-service h5 {
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    font-size: 18px;
    color: #343434;
    text-transform: uppercase;
}

.section-service p {
    font-size: 18px;
    font-family: UbuntuRegular, OpenSansRegular, sans-serif;
    color: #6f6f6f;
    line-height: 1.2;
}

.section-service h2 {
    margin-bottom: 80px;
}

.section-reviews h2 {
    color: #fff;
}

.section-reviews h5 {
    font-family: OpenSansBoldItalic, UbuntuBItalic, sans-serif;
    font-size: 24px;
    color: #5a3919;
    margin-bottom: 35px;
    margin-top: 20px;
}

.section-reviews p {
    font-size: 18px;
    font-family: UbuntuRegular, OpenSansRegular, sans-serif;
    color: #555;
}

.section-reviews .blackout {
    padding-bottom: 60px;
}

.bg-reviews {
    background: #fff;
    padding: 20px;
    border-top: 8px solid #b3916b;
    margin-top: 50px;
    margin-bottom: 5px;
}

.name-reviews {
    font-size: 24px !important;
    color: #545454 !important;
}

.img-reviews {
    width: 100%;
    max-width: 225px;
    margin: -75px auto 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
}

.img-kov {
    margin: 0 auto;
    width: 70px;
}

.slick-dots li button:before {
    opacity: 1;
    color: transparent;
    background: #fff;
    border-radius: 50px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background: transparent;
    border: 2px solid #fff;
}

.slick-dots li {
    margin: 0 8px;
}

.slick-dots {
    bottom: -50px;
}

.section-consultation {
    min-height: 470px;
    background: url(../images/akciya.jpg) center bottom;
    background-size: cover;
}

.section-consultation p {
    font-size: 24px;
    color: #141414;
    text-transform: uppercase;
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    margin-bottom: 30px;
}

.consultation-ramka {
    background: url(../images/consultation-ramka.png) right bottom no-repeat;
    min-height: 470px;
    float: right;
}

@media (min-width: 1200px) {
    .consultation-ramka {
        width: 55%;
    }
}

.consultation-ramka-text {
    font-family: UbuntuBold, sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 654px;
    padding: 15px 40px;
    text-align: center;
    min-height: 361px;
}

.bg-consultation-two {
    min-height: 375px;
    background: url(../images/consultation-two.jpg) center bottom;
    background-size: cover;
    margin-top: 95px;
    width: 45%;
    float: right;
}

.section-consultation .btn-brown {
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .consultation-ramka {
        background: url(../images/consultation-ramka.png) center center no-repeat;
    }

    .consultation-ramka-text {
        position: relative;
        margin: 43px auto 0;
    }
}

@media (max-width: 767px) {
    .consultation-ramka {
        background: transparent;
        min-height: 0;
    }

    .consultation-ramka-text {
        margin: 55px auto 55px;
        border: 20px solid #bf9b72;
        padding: 15px 10px;
        min-height: 0;
    }

    .consultation-ramka-text p {
        font-size: 23px;
    }

    .section-consultation {
        min-height: 0;
    }
}

.section-consultation .form-control {
    height: 55px;
    font-size: 16px;
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent;
    border: 2px solid #bfbfbf;
    border-radius: 2px;
}

.section-consultation .form-control:focus {
    outline: 0;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5a3919;;
}

.section-consultation .form-control::-moz-placeholder {
    color: #afafaf;
}

.section-consultation .form-control:-ms-input-placeholder {
    color: #afafaf;
}

.section-consultation .form-control::-webkit-input-placeholder {
    color: #afafaf;
}

.btn-brown2 {
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    border: 2px solid #bf9b72;
    border-radius: 3px;
    background: transparent;
    color: #bf9b72;
    white-space: normal;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 9px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.btn-brown2:focus {
    border: 2px solid #bf9b72;
    background: transparent;
    color: #bf9b72;
}

.btn-brown2:hover {
    border-color: #bf9b72;
    background: #bf9b72;
    color: #fff;
}

footer {
    padding-top: 50px;
    padding-bottom: 40px;
    background: #fff;
}

.logo-footer {
    margin-bottom: 60px;
}

.footer-menu a {
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    font-size: 18px;
    color: #1f1f1f;
    display: block;
    margin-bottom: 15px;
}

.footer-menu a:focus {
    color: #1f1f1f;
}

.footer-menu a:hover {
    color: #e6ae49;
}

footer .fa {
    font-size: 25px;
    margin-right: 10px;
    width: 25px;
    text-align: center;
}

.link {
    font-family: OpenSansRegular, UbuntuRegular, sans-serif;
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.link:focus {
    color: #333;
}

.link:hover {
    color: #e6ae49;
}

@media (min-width: 1200px) {
    .contacts {
        float: right;
    }
}

@media (max-width: 1199px) {
    footer > .container > .row > div {
        text-align: center;
    }

    .logo-footer {
        display: block;
        margin: 0 auto 20px;
    }
}

.nav-tabs > li {
    float: none;
    display: table;
    margin-bottom: 10px;
    width: 100%;
    height: 204px;
}

.nav-tabs > li > a {
    font-size: 18px;
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    text-transform: uppercase;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(78, 45, 7, 0.8);
    color: #fff;
}

.nav-tabs > li > a:focus {
    background: rgba(78, 45, 7, 0.8);
    color: #fff;
}

.nav-tabs > li > a:hover {
    background: rgba(191, 155, 114, 0.8);
    color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: rgba(191, 155, 114, 0.8);
    color: #333;
    cursor: default;
    border: 0;
}

.nav-tabs {
    border-bottom: 0;
}

.kosmeticheskiy {
    background: url("../images/kosmeticheskiy.jpg") center center;
    background-size: cover;
}

.kapitalniy {
    background: url("../images/kapitalniy.jpg") center center;
    background-size: cover;
}

.evrostandart {
    background: url("../images/evrostandart.jpg") center center;
    background-size: cover;
}

.section-attendance {
    padding-bottom: 40px;
    background: #fff;
}

.section-attendance h5 {
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    font-size: 24px;
    color: #5a3919;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 30px;
    line-height: 1;
}

.target {
    margin-bottom: 30px;
    border: 3px solid #ededed;
    padding: 10px;
    height: 114px;
    display: table;
    float: none;
    width: 100%;
}

.target p {
    margin-bottom: 0;
    color: #636363;
    display: table-cell;
    vertical-align: middle;
}

.price {
    font-size: 24px;
    color: #141414;
    margin-bottom: 30px;
}

.price span {
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    color: #5a3919;
    font-size: 48px;
    margin-bottom: 30px;
}

.m0 {
    margin: 0;
}

.section-attendance .btn-brown {
    font-size: 18px;
    width: 100%;
    max-width: 240px;
    margin: 0;
    height: 47px;
}

.section-attendance .btn-brown2 {
    font-size: 13px;
    width: 100%;
    max-width: 240px;
    margin-bottom: 25px;
    margin-top: 25px;
    height: 47px;
}

.menu-attendance {
    width: 20%;
}

.about-attendance {
    width: 80%;
}

.img-kosmeticheskiy {
    background: url("../images/kosmeticheskiy.jpg");
}

.img-kapitalniy {
    background: url("../images/kapitalniy.jpg");
}

.img-evrostandart {
    background: url("../images/evrostandart.jpg");
}

.img-attendance {
    background-size: cover;
    background-position: center center;
    height: 632px;
    position: relative;
}

.border-attendance {
    border: 30px solid rgba(191, 155, 114, 0.65);
    width: 100%;
    height: 100%;
    position: absolute;
}

.characteristics {
    height: 195px;
}

@media (max-width: 1199px) {
    .menu-attendance {
        width: 100%;
    }

    .about-attendance {
        width: 100%;
    }

    .nav-tabs > li {
        margin-bottom: 20px;
        width: 33.333333333%;
        height: 100px;
        float: left;
    }
}

@media (max-width: 991px) {
    .characteristics {
        height: 150px;
        overflow-y: auto;
    }
    .target {
        height: 136px;
    }
    .section-attendance h5 {
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .nav-tabs > li {
        margin-bottom: 5px;
        width: 100%;
        height: 50px;
    }
    .nav-tabs > li:last-child {
        margin-bottom: 20px;
    }
}

.section-ourwork {
    background: #fff;
    padding-bottom: 20px;
}

.section-ourwork h2 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.modal-body h5 {
    font-size: 24px;
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    color: #5a3919;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 50px;
    text-align: center;
}

.modal-body .btn-brown {
    width: 100%;
}

.modal-body .form-control {
    height: 55px;
    font-size: 16px;
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent;
    border: 2px solid #bfbfbf;
    border-radius: 2px;
}

.modal-body .form-control:focus {
    outline: 0;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5a3919;;
}

.modal-body .form-control::-moz-placeholder {
    color: #afafaf;
}

.modal-body .form-control:-ms-input-placeholder {
    color: #afafaf;
}

.modal-body .form-control::-webkit-input-placeholder {
    color: #afafaf;
}

.modal-body .form-group {
    margin-bottom: 25px;
}

.close {
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    top: 13px;
    right: 15px;
}

#zamer .modal-body, #zamer-action .modal-body, #zvonok .modal-body, .modal-lg .modal-body {
    padding: 0;
}

.pd15x30 {
    padding: 15px 30px;
}

#zamer .bg-modal {
    height: 393px;
    background: url("../images/bg-modal.jpg") center right;
    background-size: cover;
    border-radius: 6px 0 0 6px;
    background-repeat: no-repeat;
}

#zamer-action .bg-modal {
    height: 419px;
    background: url("../images/bg-modal.jpg") center right;
    background-size: cover;
    border-radius: 6px 0 0 6px;
    background-repeat: no-repeat;
}

#zvonok .bg-modal {
    height: 418px;
    background: url(../images/bg-modal.jpg) center right;
    background-size: cover;
    border-radius: 6px 0 0 6px;
    background-repeat: no-repeat;
}

.modal-lg h5 {
    text-align: left;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1150px;
    }
}

.modal-lg .btn-brown {
    width: 100%;
    margin-top: 40px;
}

.modal-lg .form-group {
    margin-bottom: 0;
}

.type-work {
    margin-bottom: 40px;
    height: 340px;
    overflow-y: auto;
}

.type-work p {
    margin: 0;
}

.bg-modal-kosmeticheskiy {
    background: url("../images/kosmeticheskiy.jpg") center center;
}

.bg-modal-kapitalniy {
    background: url("../images/kapitalniy.jpg") center center;
}

.bg-modal-evrostandart {
    background: url("../images/evrostandart.jpg") center center;
}

.bg-modal-lg {
    position: absolute;
    height: 100%;
    border-radius: 6px 0 0 6px;
    padding: 15px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-modal-lg {
    margin-left: 574px;
    padding: 15px 15px 15px 60px;
}

@media (max-width: 1199px) {
    .info-modal-lg {
        margin-left: 449px;
    }
}

@media (max-width: 991px) {
    .info-modal-lg {
        margin-left: 0;
        padding: 15px;
    }
}

.modal-body .form-control {
    margin-bottom: 10px;
}

.section-docs {
    padding-top: 90px;
    padding-bottom: 100px;
    background: url("../images/documentation.jpg") center center;
    background-size: cover;
}

.doc-bg1 {
    background: url("../images/doc-img1.jpg") center center;
}

.doc-bg2 {
    background: url("../images/doc-img2.jpg") center center;
}

.doc-img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.doc-ramka {
    border: 30px solid rgba(191, 155, 114, 0.65);
    width: 100%;
    height: 100%;
    position: absolute;
}

.section-docs h5 {
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    font-size: 36px;
    color: #5a3919;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 20px;
    line-height: 1;
}

.section-docs a {
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    color: #5a3919;
    text-decoration: underline;
}

.section-docs a:focus {
    color: #5a3919;
    text-decoration: underline;
}

.section-docs a:hover {
    color: #5a3919;
    text-decoration: none;
}

.section-docs a img {
    margin-top: -3px;
    padding-right: 10px;
}

.slider-img {
    background-size: cover !important;
    background-position: center center !important;
    width: 655px;
    height: 700px;
}

.bs-example-modal-lg .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.ourwork-info {
    float: right;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ourwork-slider {
    padding-left: 0;
}

@media (max-width: 1199px) {
    .slider-img {
        width: 509px;
        height: 700px;
    }
}

@media (max-width: 991px) {
    .slider-img {
        width: 568px;
        height: 700px;
    }
    .ourwork-slider {
        padding-left: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .slider-img {
        width: 698px;
        height: 500px;
    }
}

@media (max-width: 600px) {
    .slider-img {
        width: 531px;
        height: 500px;
    }
}

@media (max-width: 500px) {
    .slider-img {
        width: 431px;
        height: 500px;
    }
}

@media (max-width: 400px) {
    .slider-img {
        width: 331px;
        height: 400px;
    }
}

@media (max-width: 350px) {
    .slider-img {
        width: 281px;
        height: 400px;
    }
}

.slick-prev, .slick-next {
    z-index: 1;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-prev::before {
    background: url("../images/arrow-left.png");
}

.slick-next::before {
    background: url("../images/arrow-right.png");
}

.slick-prev:before, .slick-next:before {
    content: "";
    height: 35px;
    width: 20px;
    display: block;
    opacity: 0.6;
    margin: 0 auto;
}

.slick-prev, .slick-next {
    height: 50px;
    width: 50px;
    background: rgba(90, 57, 25, 0.5);
    border-radius: 50px;
}

.slick-prev:focus, .slick-next:focus {
    background: rgba(90, 57, 25, 0.5);
}

.slick-prev:hover, .slick-next:hover {
    background: rgba(90, 57, 25, 0.85);
}

.ourwork-info .btn-brown {
    width: 100%;
    margin: 0;
}

.ourwork-info .icon-text p {
    font-size: 16px;
    font-family: OpenSansBold, UbuntuBold, sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 12px;
    padding-left: 20px;
    color: #5a3919;
}

.ourwork-info .icon-title {
    background: url(../images/icon-title2.png) no-repeat;
    background-position-y: 3px;
    background-position-x: 0;
    height: 44px;
    overflow: hidden;
}

.ourwork-info .icon-arrow {
    background: url(../images/icon-arrow2.png) no-repeat;
    background-position-y: 3px;
    background-position-x: 0;
}

.ourwork-info .icon-rubl {
    background: url(../images/icon-rubl2.png) no-repeat;
    background-position-y: 3px;
    background-position-x: 0;
}

.ourwork-info h5 {
    height: 55px;
    margin-bottom: 16px;
    overflow-y: auto;
}

.ourwork-info .type-work {
    height: 367px;
    overflow-y: auto;
}

@media (max-width: 1199px) {
    .ourwork-info .type-work {
        height: 255px;
    }
}

@media (max-width: 991px) {
    .ourwork-info .type-work {
        height: auto;
    }

    .ourwork-info h5 {
        height: auto;
        margin-bottom: 45px;
        overflow: visible;
    }
    .ourwork-info .icon-title {
        height: auto;
    }
}