@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic');
body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    background: #fff;
    font-weight: 300;
}

section {
    position: relative;
    padding: 80px 0;
}


h1 {
    font-size: 50px;
    margin: 0 0 40px;
}

h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

.after-h2 {
    font-size: 22px;
    margin: 0 0 40px;
}

.btn {
    border-radius: 6px;
    font-size: 14px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin-right: 15px;
    color: #797979;
    background: #fff;
    transition: .3s all;
    box-shadow: 0px 5px 0px 0px #e2dfdf;
}
a:focus {
    outline: none;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    background: #969372;
    box-shadow: 0px 5px 0px 0px #888565;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.main-btn {
    background: #969372;
    color: #fff;
    box-shadow: 0px 5px 0px 0px #888565;
}

.main-btn:hover,
.main-btn:focus {
    background: #a9a580;
    color: #fff;
}

.form-control {
    font-size: 16px;
    padding: 13px 15px;
    height: auto;
}

.form-control:focus {
    border-color: #969372;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default {
    background-color: #2e2e2e;
    border: none;
    border-radius: 0;
    margin: 0;
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
}

.navbar-brand>img {
    display: block;
    width: 165px;
}

.navbar-default .navbar-nav>li>a {
    color: #cccccc;
    position: relative;
    transition: 0.3s all;
}

.navbar-default .navbar-nav>li>a:before{
     content: '';
     width: 0px;
     position: absolute;
     height: 2px;
     background: #a9a580;
     bottom: 12px;
    transition: 0.3s all;
 }

.navbar-default .navbar-nav>li>a:hover:before{
    width: 50px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    color: #a9a580;
    background: inherit;
}

.navbar-default .navbar-nav>li.phone>a {
    color: #969372;
    font-size: 18px;
}

.navbar-default .navbar-nav>li.phone>a:hover{
    color: #fff;
}

.navbar-default .navbar-nav>li.phone>a:before{
    display: none;
}

.navbar-default .navbar-nav>li.phone>a span {
    font-size: 24px;
    float: left;
    margin-right: 10px;
}

.navbar-default .navbar-nav>li>a.btn {
    padding: 6px 16px;
    margin-top: 9px;
    color: #fff;
}

.navbar-default .navbar-nav>li>a.btn:before{
    display: none;
}

.navbar-default .navbar-nav>li>a.btn:hover,
.navbar-default .navbar-nav>li>a.btn:focus{
    background: #a9a580;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    ul.nav.navbar-nav {
        margin: 6px 0;
    }
}

.navbar-default .navbar-toggle {
    border-color: #969372;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #969372;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #969372;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

@media(max-width: 768px) {
    .nav-call-btn {
        padding: 0 15px;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-brand {
        height: auto;
        padding: 16px 15px;
    }
}

header {
    padding: 100px 0;
    text-align: center;
    background: #686868;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

header h1 {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 45px;
}

header .after-h1 {
    margin-bottom: 60px;
    font-size: 26px;
    text-align: left;
}

header .header-box .btn {
    margin: 0 10px;
}

#about h2 {
    text-align: center;
    margin-bottom: 20px;
}
#about img {
    max-width: 100%;
    height: auto;
}
#services{
    background: #fbfbfb;
}
#services .row .col-md-3 {
    border-right: 1px solid#ececec;
}

#services .row .col-md-3:last-child{
    border: none;
}

#about .after-h2 {
    margin-bottom: 0px;
    font-size: 16px;
}

.about-box {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.about-box .title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    min-height: 66px;
}

.about-box img {
    width: 60px;
    height: 46px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 15px;
}

#adventages{
    background: #999999;
    background-size: cover;
    color: #fff;
}

#adventages h2 {
    margin: 0px 0 20px;
}

#adventages p {
    margin-bottom: 20px;
}

#adventages h4 {
    margin: 0 0 10px;
    font-weight: 100;
    font-size: 18px;
    display: inline-block;
    border-bottom: 1px dashed#fff;
}


#price {
    text-align: center;
}

#price h2 {
    margin: 0px 0 20px;
}

#price .after-h2 {
    font-size: 16px;
    margin-bottom: 40px;
}

.price-box {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: 0.3s all;
}

.price-box:hover {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
}

.price-box .title {
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 100;
    color: #969372;
    border-bottom: 1px dashed#e4e1e1;
    padding-bottom: 15px;
}

.price-box .text {
    margin-bottom: 0;
    color: #9e9d9d;
    min-height: 66px;
}

.price-box .price {
    margin: 15px 0;
    font-weight: bold;
    font-size: 20px;
    color: #d2d2d2;
    transition: 0.3s all
}

.price-box:hover .price {
    color: #969372;
}


#work {
    text-align: center;
    background: #fbfbfb;
}

.work-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 30px;
}

.work-box a {
    display: block;
    position: relative;
}

.work-box a img {
    width: 100%;
}

.work-box a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.31);
    transition: 0.3s all;
    color: #fff;
    font-size: 50px;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-box a:hover div {
    opacity: 1;
}

#work-carousel .owl-prev,
#work-carousel .owl-next {
    position: absolute;
    top: 50%;
    font-size: 65px;
    margin-top: -45px;
    transition: 0.3s all;
    color: #a7a7a7;
}

#work-carousel .owl-prev {
    left: -65px;
}

#work-carousel .owl-next {
    right: -65px;
}

#work-carousel .owl-prev:hover,
#work-carousel .owl-next:hover {
    color: #969372;
}

#call-section{
    background: url("/assets/images/call-section.jpg");
    background-size: cover;
    color: #fff;
}

#call-section h2 {
    margin: 0px 0 20px;
}

#call-section .after-h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

#call-section .form-group{
    margin: 0;
}

#question {
    text-align: center;
}

.question-panel {
    text-align: left;
}

.question-panel .panel-body {
    padding: 15px 0;
}

.question-panel .panel-group .panel+.panel {
    margin-top: 0;
}

.question-panel .panel-heading {
    padding: 17px 15px 20px 50px;
    position: relative;
}

.question-panel .panel-default>.panel-heading {
    color: #333;
    background: none;
    border: none;
}

.question-panel .panel-title a span {
    display: block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    font-weight: bold;
    left: 0px;
    top: 6px;
    line-height: 33px;
    font-size: 18px;
    border: 3px solid#969372;
    color: #969372;
    transition: 0.3s all;
}

.question-panel .panel-title a:hover{
    color: #969372;
    text-decoration: none;
}

.question-panel .panel-title a:hover span{
    background: #fbfbfb;
}

.question-panel .panel {
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.question-panel .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding-left: 50px;
}

.question-panel .panel-group .panel {
    border-radius: 0;
}

footer {
    background: #2e2e2e;
    padding: 50px 0;
    color: #fff;
}

footer .text {
    margin-bottom: 20px;
    color: #aba7a7;
}

.footer-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.footer-menu li a {
    color: #fff;
    padding: 5px 15px;
    transition: 0.3s all;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
    outline: 0;
    color: #a9a580;
    text-decoration: none;
}

.footer-menu .logo img {
    height: 40px;
    margin-right: 20px;
}

.copyright {
    margin-top: 20px;
    color: #aba7a7;
}

.copyright a {
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}

footer .contact-links .link{
    color: #fff;
    font-size: 18px;
    margin-right: 40px;
    display: inline-block;
    overflow: hidden;
}

footer .contact-links .link:hover{
    color:#a9a580;
    text-decoration: none;
}

footer .contact-links .link span{
    font-size: 22px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

@media(max-width: 768px) {
    .footer-menu {
        display: block;
    }
    .footer-menu li {
        display: inline-block;
    }
    .footer-menu .logo {
        display: block;
        margin-bottom: 15px;
    }
    .footer-menu li a {
        color: #fff;
        padding: 5px 0px;
        margin-right: 15px;
    }
}

.mn-modal {
    margin: 15px 0 0;
    font-size: 14px;
    text-align: center;
    color: #969372;
}

.modal-header {
    padding: 30px 30px 0;
    border: none;
    text-align: center;
    font-size: 16px;
}

.modal-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.modal-body {
    position: relative;
    padding: 20px 30px 30px;
}

.modal-body button.main-btn {
    width: 100%;
}

.modal-body .form-control {
    text-align: center;
}

button.close {
    font-size: 40px;
    position: absolute;
    top: -23px;
    right: -18px;
    transition: 0.3s all;
    color: #fff;
    opacity: 0.5;
    font-weight: 100;
    text-shadow: none;
}

.close:focus,
.close:hover {
    color: #fff;
    opacity: 1;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 20px;
}

.modal {
    text-align: center;
}

.privacy_text h4 {
    font-weight: bold;
}

.privacy_text p {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media(max-width: 768px) {
    .modal-body {
        position: relative;
        padding: 20px;
    }
    .modal-header {
        padding: 30px 20px 0;
        font-size: 14px;
        text-align: center;
    }
    button.close {
        font-size: 30px;
        top: 7px;
        right: 11px;
        color: #ccc;
    }
}

@media(max-width: 1350px){
    #work-carousel .owl-next {
        right: 0px;
    }

    #work-carousel .owl-prev {
        left: 0px;
    }

    #work-carousel .owl-prev, #work-carousel .owl-next {
        color: #ffffff;
    }
}

@media(max-width: 1200px){
    header {
        padding: 206px 0 150px;
        height: auto;
    }

    .price-box .text {
        font-size: 14px;
    }
}

@media(max-width: 992px){
    .navbar-nav .animate-scroll{
        display: none;
    }

    #about .row .col-md-3:nth-child(2){
        border: none;
    }

    #adventages h2 {
        margin: 0px 0 40px;
        text-align: center;
    }

    .footer-menu {
        display: block;
    }

    .footer-menu li {
        display: inline-block;
    }

    .footer-menu li.logo {
        display: block;
        margin-bottom: 15px;
    }

    .footer-menu li a {
        padding: 5px 0;
        margin-right: 15px;
    }


    #call-section {
        text-align: center;
    }

    .price-box {
        margin-bottom: 30px;
        text-align: left;
        position: relative;
    }

    .price-box .text {
        font-size: 16px;
        min-height: auto;
        color: #000;
        width: 80%;
    }

    .price-box .main-btn{
        position: absolute;
        width: auto;
        top: 10px;
        right: 20px;
        margin: 0;
    }

    .price-box .price {
        position: absolute;
        bottom: 17px;
        right: 20px;
        margin: 0;
        color: #969372;
    }
}

@media(max-width: 767px){
    header {
        padding: 86px 0 40px;
    }

    header h1 {
        margin-bottom: 30px;
        font-size: 27px;
        line-height: 38px;
    }

    header .after-h1 {
        font-size: 18px;
    }

    header .header-box .btn {
        margin: 15px 0 0;
        width: 100%;
    }

    section {
        position: relative;
        padding: 50px 0;
    }

    #about .row .col-md-3{
        border: none;
    }

    #adventages {
        text-align: center;
    }

    .price-box {
        text-align: center;
    }

    .price-box .price {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 15px 0;
        color: #969372;
    }

    .price-box .main-btn {
        position: relative;
        width: auto;
        top: 0;
        right: 0;
        margin: 0;
    }

    .price-box .text {
        width: 100%;
    }

    h2 {
        font-size: 28px;
    }

    .after-h2 {
        font-size: 19px;
    }

    #call-section .after-h2 {
        font-size: 19px;
    }

    #call-section .form-group {
        margin: 0 0 15px;
    }

    .question-panel .panel-heading {
        padding: 8px 15px 20px 50px;
    }

    footer {
        text-align: center;
    }

    .footer-menu li{
        margin-bottom: 10px;
    }

    .footer-menu li a {
        padding: 5px 15px;
        margin-right: 0;
    }

    .footer-menu .logo img {
        margin-right: 0;
    }

    footer .contact-links .link {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .navbar-nav .animate-scroll{
        display: block;
    }

    .navbar-default .navbar-nav>li.phone{
        margin-top: 20px;
    }

    .navbar-default .navbar-nav>li.phone>a {
        display: inline-block;
    }

    .navbar-default .navbar-nav>li>a.btn {
        margin: 5px 0 15px;
    }

    .navbar-default .navbar-nav>li>a:hover:before{
        display: none;
    }

    .footer-menu li.logo {
        margin-bottom: 30px;
    }

    .modal-content {
        border-radius: 6px;
    }
}