

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

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

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

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

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

.btn {
    background: #fff;
    color: #2196f3;
    border: 1px solid#2196f3;
    font-size: 16px;
    transition: 0.3s all;
    padding: 12px 25px;
    border-radius: 0;
}

.btn:focus,
.btn:hover {
    color: #fff;
    border: 1px solid #2196f3;
    background: #2196f3;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    color: #fff;
    border: 1px solid #2196f3;
    background: #2196f3;
}

.main-btn {
    color: #fff;
    background-color: #2196f3;
    border: 1px solid#2196f3;
}

.main-btn:hover,
.main-btn:focus {
    background: #fff;
    color: #036ded;
    border: 1px solid#2196f3;
}

.form-control {
    font-size: 16px;
    transition: 0.3s all;
    padding: 11px 25px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid#fff;
}

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

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

.navbar-brand span {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    color: #00a4ef;
}

.navbar-default .navbar-nav>li.phone>a {
    color: #2196f3;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
}

.navbar-default .navbar-nav>li.phone span {
    color: #1e1d21;
    font-size: 14px;
}

.navbar-default .navbar-nav>li.phone>a:hover {
    text-decoration: underline;
}

.navbar-default .navbar-nav>li.phone {
    text-align: right;
    margin-right: 20px;
    padding-top: 10px;
}

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

.navbar-default .navbar-nav>li>a.btn:hover {
    background: #fff;
    color: #2196f3;
}

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

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

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

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

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

.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 {
        padding: 6px 15px;
        font-size: 14px;
    }
    .navbar-brand span {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }
    .navbar-default .navbar-nav>li.phone {
        text-align: center;
        margin-right: 0;
        padding-top: 0;
    }
}

header {
    padding: 100px 0;
    background: url(../img/header.jpg);
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

header .after-h1 {
    margin-bottom: 60px;
}

header .header-box .btn {
    margin-right: 15px;
}

.header-item-img {
    display: block;
    width: 600px;
    position: absolute;
    right: 0;
    top: -70px;
}

#menu {
    background: #2196f3;
    color: #fff;
    padding: 20px 0;
}

.menu-flex {
    display: flex;
    justify-content: space-between;
}

.menu-flex a{
    width: 33%;
    color: #fff;
    font-size: 18px;
}
.menu-flex a img{
    margin-right: 15px;
}


#steps h2 {
    text-align: center;
    margin-bottom: 40px;
}

#steps .after-h2 {
    text-align: center;
}

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

.steps-box .title {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.steps-box img {
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 1px solid#dfe9f2;
}

.steps-box .num {
    background: #f3f4f9;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 23px;
}

.header-catalog {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid#ccc;
}

.header-catalog h3 {
    margin: 10px 0 0;
    float: left;
}

.header-catalog .main-btn{
    float: right;
}

.catalog-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #DDE1E3;
    padding: 20px;
    text-align: center;
    transition: 0.3s all;
}

.catalog-box:hover{
    border: 1px solid #2196f3;
    cursor: pointer;
}


.catalog-box .price {
    font-size: 24px;
}

.catalog-box .title {
    font-size: 18px;
    margin-bottom: 15px;
}


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

#catalog .owl-nav {
    position: absolute;
    top: -85px;
    right: 230px;
}

#catalog .owl-prev,#catalog  .owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid#ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 35px;
    margin: 0 0 0 10px;
    display: inline-block;
}

#catalog .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 180px;
    margin: 0 auto 10px;
}

#catalog .tab-content {
    background: #f3f4f9;
    padding: 20px;
    line-height: 30px;
}

#catalog .tab-content h4 {
    margin: 0 0 20px;
    font-size: 20px;
}


#catalog .tab-content .price {
    font-size: 20px;
    font-weight: bold;
    color: #2196f3;
    margin-bottom: 20px;
}

#catalog .row {
    margin-bottom: 30px;
}

#bogform {
    background: #f3f4f9;
}


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

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

#about {
    text-align: left;
    background: url("../img/about.jpg");
    background-size: cover;
    background-position: center;
}

#about .text {
    margin-bottom: 40px;
}

#about img {
    width: 600px;
    display: block;
    margin-top: 85px;
    margin-left: -134px;
    margin-bottom: -80px;
}

.about-box {
    padding: 20px;
    border: 5px solid#2196f3;
}

#service {
    overflow: hidden;
    background: #f3f4f9;
}

#service h2 {
    margin: 0 0 40px;
}

#service .container{
    position: relative;
}

.service-box {
    margin-bottom: 30px;
    position: relative;
}

.service-box .title {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.service-box img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    border: 1px solid#ccc;
    margin-bottom: 20px;
}

.service-img{
    position: absolute;
    bottom: -83px;
    right: -20px;
    width: 600px;
}

#question {
    padding-bottom: 0;
}

.question-card {
    padding: 20px;
    background: #f3f4f9;
}

.question-box {
    background: #2196f3;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-top: -40px;
}

#review h2 {
    text-align: center;
    margin-bottom: 40px;
}

#review .title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.review-box {
    padding: 20px;
    background: #f3f4f9;
    margin-bottom: 30px;
    position: relative;
}

.review-box::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -30px;
    border: 15px solid transparent;
    border-top: 15px solid #f3f4f9;
}

.review-name span{
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
    color: #2196f3;
}

footer {
    background: #f3f4f9;
    padding: 50px 0;
    border-top: 5px solid#2196f3;
}

.footer-menu {
    padding: 0;
    list-style: none;
margin: 0;
}

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

.footer-menu li a {
    color: #000;
    padding: 5px 0;
    font-weight: 500;
}

.footer-bottom .phone span {
    display: block;
    margin-bottom: 30px;
}

.footer-bottom .phone a {
    font-weight: bold;
    font-size: 22px;
    color: #2196f3;
}

.footer-bottom .row .col-sm-4:last-child{
    text-align: right;
}


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

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

@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: #000;
        padding: 5px 0px;
        margin: 0 5px;
        font-size: 14px;
    }

    .footer-menu {
        display: block;
        margin-bottom: 20px;
    }
}

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

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

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

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

.modal-body .form-control {
    text-align: center;
    border: 1px solid#e4e4e4;
}

button.close {
    font-size: 40px;
    position: absolute;
    top: 5px;
    right: 10px;
    transition: 0.3s all;
    text-shadow: none;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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;
    }
}


@media(max-width: 1200px) {
    #catalog .col-sm-8,
    #catalog .col-sm-4{
        width: 100%;
    }

    #about img {
        width: 520px;
        margin-top: 130px;
    }

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

    .header-item-img {
        width: 700px;
        right: -275px;
    }

    header{
        overflow: hidden;
    }
}

@media(max-width: 992px) {
    #about {
        overflow: hidden;
    }

    .menu-flex a img {
        margin-right: 5px;
        width: 50px;
        height: 50px;
    }

    .menu-flex a {
        font-size: 16px;
    }

    .service-img {
        right: -170px;
    }

    header .col-sm-8,
    header .col-sm-4{
        width: 100%;
    }

    .header-item-img {
        width: 600px;
        right: -150px;
        top: -167px;
    }

    #about .col-sm-7{
        width: 100%;
    }

    #about .col-sm-4{
        display: none;
    }

    .nav-call-btn {
        padding: 0 0 0 20px;
    }

    .navbar-default .navbar-nav>li.phone {
        padding-top: 7px;
        text-align: right;
    }

    .navbar-default .navbar-nav>li>a.btn {
        margin-top: 7px;
    }


}

@media(max-width: 767px) {
    .header-catalog h3 {
        margin: 10px 0 10px;
        float: none;
        text-align: center;
    }

    .header-catalog .main-btn {
        float: none;
        margin: 0 auto;
        display: block;
    }

    section {
        padding: 50px 0;
    }

    .menu-flex a span{
        display: none;
    }

    .menu-flex a img {
        display: block;
        margin: 0 auto;
    }

    #catalog h2{
        text-align: center;
    }

    .service-box img {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 70px;
        height: 70px;
    }

    .service-box {
        position: relative;
        padding-left: 85px;
    }
    .service-img {
        display: none;
    }

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

    footer {
        text-align: center;
    }

    footer .phone {
        text-align: center;
    }

    footer .main-btn {
        width: 100%;
    }

    .copyright {
        margin-bottom: 20px;
    }

    header h1 {
        font-size: 34px;
        text-align: center;
    }

    .header-item-img {
        width: 100%;
        right: 0;
        top: 0;
        position: relative;
    }

    header .header-box .btn {
        margin: 0 auto 20px;
        display: block;
        width: 190px;
    }

    .navbar-default {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        border-bottom: 1px solid#f3f4f9;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .navbar-default .navbar-nav>li.phone {
        text-align: center;
    }

    .nav-call-btn {
        padding: 0 15px;
    }

    .navbar-brand span {
        font-size: 18px;
    }

    .navbar-brand {
        font-size: 12px;
    }

    h2 {
        font-size: 24px;
    }

    header{
        padding: 100px 0 0px;
    }
}