/*Данный шаблон был приобретён на сайте Landistore.com*/
/*Landistore - интернет-магазин качественных сайтов для вашего бизнеса*/
/*(с) Все права защищены*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700&subset=cyrillic');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #fff;
}

section {
    position: relative;
    padding: 80px 0;
}

h1 {
    font-size: 50px;
    margin: 0 0 40px;
}

h2 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 60px;
}


.btn {
    font-weight: 400;
    padding: 14px 20px;
    font-size: 16px;
    background: #e4e4e4;
    color: #333;
    moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn.focus,
.btn:focus,
.btn:hover {
    background: #dcdcdc;
    outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.main-btn {
    background: #ffe400;
    color: #000;
    font-weight:600 ;
}

.main-btn:hover {
    background: #ffda57;
    color: #000;
}

.form-control {
    padding: 14px 15px;
    height: auto;
    font-size: 16px;
    background: rgba(23, 83, 93, 0.51);
    border: 1px solid#5d5d5d;
    color: #fff;
}

.form-control:focus {
    border-color: #ffe400;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid#e6e3e3;
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
}

.navbar-brand>img {
    display: block;
    width: 160px;
}

.navbar-default .navbar-nav>li>a {
    color: #00a4ef;
}

.navbar-default .navbar-nav>li.phone {
    margin-right: 20px;
    margin-top: 5px;
}

.navbar-default .navbar-nav>li.phone>a {
    color: #1a4053;
    font-weight: bold;
    font-size: 19px;
    padding: 0;
    text-align: right;
    margin-bottom: 5px;
}

.navbar-default .navbar-nav>li.phone span{
    color: rgb(168, 168, 168)
}

.navbar-default .navbar-nav>li>a.btn {
    padding: 10px 20px;
    color: #fff;
    background: #079a4a;
    font-weight: 400;
    font-size: 14px;
    margin-top: 3px;
    border: 3px solid#079a4a;
}

.navbar-default .navbar-nav>li>a.btn:hover {
    background: #fff;
    color: #079a4a;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}


.navbar-toggle .icon-bar {
    height: 3px;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1a4054;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #079a4a;
}

.navbar-default .navbar-toggle {
    border-color: #1a4054;
}

.nav>li.m-item{
    display: none;
}

@media(max-width: 768px) {
    .nav-call-btn {
        padding: 0 15px;
    }
    .navbar-nav {
        text-align: center;
    }
}

@media (min-width: 768px){
    .navbar-right {
        margin-right: 0px;
    }
}

header {
    padding: 160px 0 100px;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/header.jpg);
    text-align: left;
    color: #fff;
    background-size: cover;
    background-position: center;
}

header h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}

header .after-h1 {
    margin-bottom: 40px;
    font-size: 22px;
}

header .btn-header{
    background: none;
    border: 2px solid#fff;
    color: #fff;
}

header .btn-header:hover,
header .btn-header:focus{
    background: #079a4a;
    color: #fff;
}

.header-form {
    background: rgba(4, 175, 133, 0.48);
    padding: 20px;
    border-radius: 6px;
    font-size: 17px;
    text-align: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
}

.header-form .form-control {
    background: rgb(255, 255, 255);
    color: #1a4054;
    border:1px solid #fff;
}

.header-form .form-control:focus,
.header-form .form-control:hover {
    border-color: #ffe400;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-desc {
    margin-bottom: 30px;
    color: #e4e4e4;
    border-bottom: 1px dashed;
    display: inline-block;
    padding-bottom: 20px;
}

.form-title {
    margin-top: 0;
    font-size: 20px;
}

#catalog{
    background-color: #f3f3f3;
}


.catalog-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 4px solid#fff;
    transition: 0.3s all;
}

.catalog-box:hover {
    border: 4px solid#ffe400;
}

.catalog-box .title {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1a7380;
}

.catalog-box .text {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 25px;
    min-height: 130px;
}

.price {
    text-align: center;
    color: #ccc;
}

.price span {
    color: #079a4a;
    font-size: 25px;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

.catalog-box img {
    display: inline-block;
    width: 100%;
    background: #ccc;
    margin-bottom: 15px;
}

.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: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.steps-box .circle {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border: 6px solid#09b458;
    border-radius: 50%;
    font-size: 40px;
    line-height: 87px;
    background: #fbfbfb;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
    color: #333;
    position: relative;
    box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.04);
}

.steps-box .circle:before{
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -5px;
    right: -160px;
    height: 14px;
    width: 118px;
    background: url(../img/arrow.svg) 0 0 no-repeat;
}

.row .col-md-3:last-child .steps-box .circle:before{
    display: none;
}

#advanteges {
    background: #1a4054;
    color: #fff;
}

.advanteges-box {
    margin-bottom: 30px;
    padding-left: 90px;
    position: relative;
}

.advanteges-box .title {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.advanteges-box img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.advanteges-box span{
    font-size: 70px;
    position: absolute;
    left: 0;
    top: 0;
    color: #09b458;
}

.advanteges-box .text {
    color: rgb(166, 169, 170);
    font-size: 14px;
}

#bigform {
    background: url(../img/bigform.jpg);
    text-align: left;
    color: #fff;
    background-size: cover;
}

#bigform h2 {
    text-align: left;
    margin-bottom: 10px;
}

#bigform .after-h2 {
    margin-bottom: 40px;
    color: #ffe400;
    font-size: 26px;
}

#bigform .form-group {
    margin-bottom: 0;
}

#review {
    text-align: center;
}

.review-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#review-carousel .owl-prev,
#review-carousel .owl-next {
    position: absolute;
    top: 60px;
    font-size: 50px;
    transition: 0.3s all;
    color: #212121;
}

#review-carousel .owl-prev {
    left: 50%;
    margin-left: -130px;
}

#review-carousel .owl-next {
    right: 50%;
    margin-right: -130px;
}

#review-carousel .owl-prev:hover, #review-carousel .owl-next:hover {
    color: #079a4a;
}

#review-carousel .owl-item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

#review-carousel .review-box .name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

#review-carousel .owl-dots {
    width: 100%;
    position: relative;
    text-align: center;
}

#review-carousel .owl-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
}

#review-carousel .owl-dot.active, #review-carousel .owl-dot:hover, #review-carousel .owl-dot:focus {
    background: #079a4a;
}

#contact {
    padding-bottom: 0;
    margin-bottom: -6px;
    background-color: #f7f7f7;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
}

#contact h2 {
    text-align: left;
    margin-bottom: 40px;
}

.contact-item {
    padding-left: 35px;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    min-height: 35px;
}

.contact-item span {
    font-size: 26px;
    position: absolute;
    left: 0px;
    color: #079a4a;
    font-weight: bold;
}

.contact-btns .main-btn{
    margin-bottom: 15px;
}

.contact-box{
    border: 5px solid#ffe400;
    margin-bottom: 80px;
    position: relative;
    padding: 20px;
    background: #fff;
}


footer {
    padding: 50px 0;
    text-align: center;
    background: #1a4054;
    color: #fff;
    margin-top: -6px;
    position: relative;
    border-top: 5px solid#ffe400;
}

.footer-title {
    margin-bottom: 20px;
    font-size: 16px;
}

.copyright {
    margin-top: 20px;
    color: #aba7a7;
}

.copyright a {
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}

.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 .form-control {
    background: #f7f7f7;
    border: 1px solid#f7f7f7;
    color: #000;
    box-shadow: none;
}

.modal-body .form-control:focus,
.modal-body .form-control:hover{
    border: 1px solid#ffe400;
}

.modal-body button.main-btn {
    width: 100%;
}

.modal-body .form-control {
    text-align: center;
}

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 {
    line-height: 25px;
}

.privacy_text h4 {
    font-weight: 400;
}

.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-box .text {
        min-height: 185px;
    }

    .steps-box .circle:before {
        right: -135px;
    }

    .advanteges-box {
        padding-left: 45px;
    }

    .advanteges-box span {
        font-size: 35px;
    }

    .btn-block+.btn-block {
        font-size: 14px;
    }

    header h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .header-form {
        padding: 20px;
        font-size: 14px;
    }

    header .after-h1 {
        font-size: 18px;
    }
}

@media(max-width: 992px) {
    .catalog-box .text {
        min-height: 130px;
    }

    .row .col-md-3:nth-child(2) .steps-box .circle:before{
        display: none;
    }

    .steps-box .circle:before {
        right: -205px;
    }

    #bigform .after-h2 {
        font-size: 22px;
    }

    .contact-box .btn-block {
        width: 48%;
        float: left;
        margin: 0 1%;
    }
    .btn-block+.btn-block{
        margin: 0;
        font-size: 16px;
    }

    header{
        text-align: center;
    }

    header .col-sm-8{
        width: 100%;
    }

    header .col-sm-4{
        display: none;
    }



}

@media(max-width: 767px) {
    .steps-box .circle:before{
        display: none;
    }

    .contact-box .btn-block {
        width: 100%;
        float: none;
        margin: 0;
    }

    .btn-block+.btn-block {
        margin: 15px 0 0;
        font-size: 12px;
    }

    header h1 {
        font-size: 22px;
        line-height: 30px;
    }

    section {
        position: relative;
        padding: 50px 0;
    }

    h2 {
        font-size: 22px;
        margin: 0 0 30px;
    }

    #bigform .after-h2 {
        font-size: 18px;
    }

    #bigform .form-group {
        margin-bottom: 15px;
    }

    #bigform h2 {
        text-align: left;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .navbar-default .navbar-nav>li.phone {
        margin-right: 0;
        text-align: center;
    }

    .navbar-default .navbar-nav>li.phone>a {
        text-align: center;
    }

    .nav>li.m-item {
        display: block;
    }

    .navbar-default .navbar-nav>li.phone {
        margin: 15px 0;
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        color: #1a4054;
    }


}