@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');

@font-face {
    font-family: BebasNeueBold;
    src: url(../fonts/BebasNeueBold.otf);
}

@font-face {
    font-family: BebasNeueLight;
    src: url(../fonts/BebasNeueLight.otf);
}

@font-face {
    font-family: BebasNeueRegular;
    src: url(../fonts/BebasNeueRegular.otf);
}

@font-face {
    font-family: BebasNeueThin;
    src: url(../fonts/BebasNeueThin.otf);
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    padding-top: 87px;
}

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

a:hover{
    cursor: pointer;
}

h2 {
    margin: 0 0 40px;
    font-size: 60px;
    font-family: BebasNeueBold;
    text-align: center;
    position: relative;
    z-index: 1;
}

h1{
    margin: 0 0 30px;
    font-size: 60px;
    font-family: BebasNeueBold;
    position: relative;
}

h1:before {
    content: '';
    width: 130px;
    height: 3px;
    background: #0079a9;
    display: block;
    position: absolute;
    left:0;
    bottom: -15px;
}

label {
    font-size: 16px;
    color: #999999;
    font-weight: 300;
    display: block;
    margin: 0;
}


.hum button{
    background: none;
    border:none;
}

.hum button img{
    margin-right: 10px;
}

.dropdown-menu>li>a {
    padding: 4px 30px;
}

.dropdown-menu {
    background-color: #fff;
    border: none;
    min-width: 200px;
    top: 75px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #333;
    text-decoration: underline;
    background: none;
}


.dropdown.hum {
    width: 200px;
    text-align: left;
    padding:30px;

}


.dropdown.hum.open {
    background: #fff;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-top: 32px;
}

.nav .number-box a:hover {
    text-decoration: none;
    color: #333333;
}
.navbar-inverse .navbar-nav>li>a {
    color: #333333;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #e4ccb7;
}

.navbar-inverse {
    background: #fff;
    border: none;
    height: 87px;
}

.nav .number-box{
    margin-top: 26px;
}

.navbar-brand>img {
    display: block;
    margin-top: 5px;
}

header{
    background: url("../img/header3.jpg");
    background-size: cover;
    padding: 90px 0;
}

.head-box {
    /*background: rgba(0, 0, 0, 0.6);*/
    padding: 48px;
    color: #fff;
}


.head-box p {
    font-size: 28px;
    margin: 0;
}


#preheader {
    background: #fff;
    overflow: hidden;
}

#preheader .after-h2{
    text-align: left;
    margin-bottom: 10px;
}

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

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

p.mini-desc {
    color: #666666;
    font-size: 12px;
}

#catalog {
    background-color: #f3f3f3;
}

.catalog-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 4px solid#fff;
    transition: 0.3s all;
}

.catalog-box img {
    display: inline-block;
    width: 100%;
    background: #ccc;
    margin-bottom: 15px;
}

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


#team{
    background: linear-gradient(to right, #e4ccb7, #fff8f1);
}

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

#team-carousel{
    padding:0 70px;
}

#team-carousel .team-box{
    text-align: center;
}

#team-carousel .team-box img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
}

.team-box p{
    position: relative;
}



.team-box p:before {
    content: '';
    width: 70px;
    height: 2px;
    background: #e4ccb7;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -5px;
}

.team-box .name {
    display: block;
    margin: 10px 0;
}

#why{
    font-size: 16px;
	background-color: #f3f3f3;
}

#why h2{
    text-align: left;
    margin-bottom: 15px;
}

#why .item{
    border-left: 2px solid #d6c0a6;
    padding-left: 15px;
    margin-bottom: 30px;
}

#why .item span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}


#works{
    background: #fff;
    text-align: center;
}

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

#works-carousel{
    padding: 0 30px;
}

#works-carousel img {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
}
.work-box{
    padding: 0 12px;
}
.work-box p{
    position: relative;
}

.work-box:hover{
    cursor: pointer;
}



.work-box p:before {
    content: '';
    width: 70px;
    height: 2px;
    background: #e4ccb7;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -5px;
}

#material{
    background: url("../img/material-bg.png");
    background-size: cover;
}

#material h2{
    margin: 0;
    text-align: left;
}

#material .after-h2 {
    text-align: left;
    margin: 5px 0 20px;
}

.sale-material {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border: 3px solid #e4ccb7;
    font-size: 19px;
}

.sale-material span {
    display: block;
    color: #993300;
    font-size: 24px;
    font-weight: bold;
}

.item-material {
    background: #fff;
    position: relative;
    padding: 25px 25px 25px 260px;
    border-radius: 6px;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
}

.item-material img {
    position: absolute;
    left: 25px;
    top: 40px;
}
.item-material span {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.bottom-info {
    font-size: 19px;
    text-align: center;
    margin-bottom: 25px;
}

.bottom-info a{
    color: #008ad4;
    text-decoration: underline;
}

.bottom-info a:hover{
    color: #d6c0a6;
}



#buy-now-sale{
    background: url(../img/departure.png);
    background-size: cover;
    text-align: center;
    color: #fff;
}


#buy-now-sale h2{
    margin-bottom: 20px;
}

#buy-now-sale .main-btn{
    margin: 0 15px;
}


#price{
    background: #f3f3f3;
}

#price img{
    width: 100%;
}

#price h2 {
    margin: 0 0 15px;
    text-align: left;
}

.price-table {
    background: #fff;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
    font-size: 16px;
    text-align: left;
}

.price-table td {
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.price-table tr:first-child td{
    color: #666666;
}

.price-table td:nth-child(2){
    /*width: 170px;*/
}

.after-h2-bold {
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0 25px;
}



.after-h2-bold span{
    font-weight: normal;
}

#smets{
    text-align: center;
}
#smets .roulete{
    position: absolute;
    right:0;
    top:0;
}

.smet-box {
    color: inherit;
    display: block;
    overflow: hidden;
}


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

#smets-carousel{
    padding: 0 70px;
}

#smets-carousel img{
    width: auto;
    margin-bottom: 20px;
    display: inline-block;
}
.smet-box p{
    position: relative;
}


#bonus {
    background: #fff8f1;
    position: relative;
}
#bonus .container{
    position: relative;
}

.big-material{

    position: relative;
    height: 470px;
}

.big-material img{
    display: block;
    width: 542px;
    /*height: 540px;*/
    position: absolute;
    /*bottom: -139px;*/
    z-index: 9;
}


.big-procent {
    position: absolute;
    top: 0px;
    right: 0;
}

#bonus h2 {
    margin: 0;
    text-align: left;
}

.bonus-sale {
    border-left: 2px solid #d6c0a6;
    padding-left: 15px;
    font-size: 25px;
    font-weight: bold;
    margin-left: 55px;
    line-height: 1;
    margin-bottom:0;
}

.item-bonus {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.item-bonus span {
    color: #0367A6;
    font-size: 70px;
    font-weight: bold;
    display: block;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.item-bonus p {
    overflow: hidden;
    padding-left: 15px;
    border-left: 2px solid #708c0b;
    margin-left: 55px;
    margin-bottom: 32px;
    height: 58px;
    margin-top: 8px;
}

.item-bonus p b{
    text-transform: uppercase;
}


.smet-box p:before {
    content: '';
    width: 70px;
    height: 2px;
    background: #e4ccb7;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -5px;
}


#buy-now{
    background: url(../img/departure.png);
    background-size: cover;
    text-align: center;
    color: #fff;
}

#buy-now .main-btn{
    margin: 0 15px;
}


#doc h2 {
    margin: 0 0 20px;
    text-align: left;
}

#doc img{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.item-doc{
    font-size: 18px;
    margin-bottom: 10px;
}

.item-doc span {
    font-weight: bold;
    color: #d6c0a6;
    margin-right: 5px;
}

.main-btn.act {
     margin-top: 20px;
     background: #d6c0a6;
 }


#step-work {
    background: #f3f3f3;
    position: relative;
}

#step-work .container{
    position: relative;
}


.big-clock {
    position: absolute;
    top: 0px;
    right: 0;
}

.pt-15{
    padding-top: 15px;
}

.main-btn.act:hover {
    margin-top: 20px;
    background: #333333;
}


#garant {
    background: #fff8f1;
}

#garant h2{
    margin-bottom:20px;
}

.garant-box {
    background: #fff;
    padding: 50px 40px 50px 130px;
    border: 5px solid #993300;
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
    line-height: 1.1;
}

.garant-box span{
    display: block;
    font-size: 46px;
    color: #930;
}

.garant-box img{
    position: absolute;
    left: 50px;
    top: 50px;
}


#terms{
    background: #f5f5f5;
}

.term-box {
    background: #fff;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
    text-align: center;
    padding: 50px;
    font-size: 22px;
    border-radius: 6px;
}

#terms .desc {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    color: #666666;
}

#reviews h2{
    margin: 5px;
}

.after-h2 {
    font-size: 19px;
    text-align: center;
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
}

.after-h2 span{
    text-transform: uppercase;
    font-weight: bold;
}

#reviews-carousel{
    padding: 0 70px;
}

.review-box {
    text-align: center;
    padding: 0 12px;
}

.review-box:hover{
    cursor: pointer;
}

.review-box img {
    margin-bottom: 20px;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
}

.review-box .name{
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 16px;
}

.review-box .name:before{
    content: '';
    width: 70px;
    height:2px;
    background: #e4ccb7;
    display: block;
    position: absolute;
    left:50%;
    margin-left: -35px;
    top:-5px;
}


.only-box {
    overflow: hidden;
    background: #fff;
    /*border: 4px solid #993300;*/
    margin-bottom: 30px;
}

.only-box  .col-md-6 {
    padding: 25px 15px;
    min-height: 160px;
}

.only-box  .col-md-6:first-child {
    /*border-right: 2px solid #930;*/
    padding-left: 25px;
}

.only-box  .col-md-6:nth-child(2) {
    padding-left: 25px;
}

.only-box .title {
    font-size: 20px;
    color: #0079a9;
    font-weight: bold;
}

.only-box p {
    font-size: 17px;
}

#calculate{
    background: #fff8f1;
    text-align: center;
}

#calculate .after-h2{
    font-size: 16px;
}

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

#calculate .price-table tr:last-child td:nth-child(2),
#calculate .price-table tr:last-child td:nth-child(3){
    background: #f5f5f5;
    font-size: 18px;
    font-weight: bold;
}

.box-form {
    background: #fff;
    padding: 40px 120px;
    border: 5px solid #d6c0a6;
    margin-top: 30px;
}

.box-form h4 {
    color: #d6c0a6;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}

.box-form .main-btn{
    width: 100%;
    min-width: auto;
}


#departure{
    /*background: url("../img/departure.png");*/
	/*background-color:#708C0B;*/
    background-size: cover;
    color: #000;
    overflow: hidden;
}

#departure h2{
    text-align: left;
    margin-bottom: 15px;
    line-height: 1;
}

.about-departure {
    font-size: 16px;
    margin-bottom: 25px;
}

.user-img{
    position: relative;
}
.user-img img{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.info-user-box{
    margin-top: 65px;
}

.info-user-box span{
    font-size: 21px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.info-user-box span:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 2px;
    background: #e4ccb7;
}

.info-user-box p{
    font-size: 16px;
}


#questions{
    background: #fafafa;
}

.panel-title {
    font-size: 17px;
    font-weight: bold;
}

.panel-default>.panel-heading {
    color: #333;
    background: none;
    border: none;
    padding: 10px 10px 10px 0;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: none;
    margin-bottom: -6px;
    box-shadow: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 0px 0px 15px;
    font-size: 17px;
}

.collapse-img{
    background: url(../img/collapse.png);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.collapsed .collapse-img{
    background-position:17px ;
}

#partners-carousel {
    padding: 0 70px;
}

.angle-right {
    background: url(../img/angle-slide-right.png);
    height: 66px;
    width: 37px;
    display: block;
    background-position-x: 5px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.angle-right-white{
    background: url(../img/angle-slide-right2.png);
}

.angle-right-white2{
    background: url(../img/angle-slide-right3.png);
    background-position-x: 6px;
    background-repeat: no-repeat;
}

.angle-right:hover {
    background-position-x: -31px;
}

.angle-right-white:hover{
    background-position-x: 0px;
}

.angle-left {
    background: url(../img/angle-slide-left.png);
    height: 66px;
    width: 37px;
    display: block;
    background-position-x: -37px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.angle-left-white{
    background: url(../img/angle-slide-left2.png);
}

.angle-left-white2{
    background: url(../img/angle-slide-left3.png);
    background-position-x: -34px;
    background-repeat: no-repeat;
}

.angle-left:hover {
    background-position-x: 0px;
}

.angle-left-white:hover{
    background-position-x: 0px;
}

.owl-prev {
    position: absolute;
    top: 45%;
    margin-top: -31px;
    left: 0px;
}

.owl-next {
    position: absolute;
    top: 45%;
    margin-top: -31px;
    right: 0px;
}

#more-per{
    background: #fff8f1;
}

#more-per .per-box{
    background: #fff;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
    border-radius: 6px;
    overflow: hidden;
}

#more-per .per-box img{
    width: 100%;
}

.per-box span{
    background: #d6c0a6;
    display: block;
    font-size: 20px;
    padding: 17px;
    text-align: center;
}

.main-input{
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 0 15px;
    background: none;
    color: #333333;
    font-size: 20px;
    display: block;
    width: 100%;
    transition: 0.3s all;
}

.main-input::-webkit-input-placeholder {color:#dedede;}
.main-input::-moz-placeholder          {color:#dedede;}/* Firefox 19+ */
.main-input:-moz-placeholder           {color:#dedede;}/* Firefox 18- */
.main-input:-ms-input-placeholder      {color:#dedede;}


.main-input:focus{
    border-bottom: 1px solid #afafaf;
    outline: 0;
}

.main-btn{
    background: #91b709;
    display: inline-block;
    padding: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: none;
    min-width: 270px;
    transition: 0.3s all;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.13);
}

.main-btn img{
    margin-right: 10px;
}

.main-btn:hover,
.main-btn:focus{
    background: #749401;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.17);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}


#contact{
    background: #fff;
    padding: 0;
}
#contact .col-md-7 {
    padding: 75px 15px;
}

#contact h2{
    text-align: left;
}

#contact .contact-box{
    padding: 75px 0;
}

.number-box{
    text-align: right;
}

.number-box .phone{
    font-size: 34px;
    font-family: BebasNeueBold;
    display: block;
    line-height: 1;
}

.number-box a{
    color: #e4ccb7;
    display: inline-block;
    border-bottom:1px dashed #e4ccb7;
    font-size: 16px;
}

.number-box a:hover{
    text-decoration: none;
    color: #fff;
}

.func-link {
    text-align: center;
}



.main-lnk {
    color: #fff;
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #e4ccb7;
    margin: 18px 50px;
}

.main-lnk:before {
    content: url(../img/user2.png);
    position: absolute;
    left: -30px;
}

.main-lnk:first-child:before {
    content: url(../img/calculate2.png);
    position: absolute;
    left: -30px;
}

.nav li:nth-child(3) .main-lnk:before {
    content: url(../img/user2.png);
    position: absolute;
    left: -30px;
}

.main-lnk:hover{
    text-decoration: none;
    color: #e4ccb7;
}

footer{
    background: #333333;
    padding:18px 0;
    color: #fff;
}

footer .copyright a{
    color: #999999;
    text-decoration: underline;
    font-size: 12px;
}

footer .copyright a:hover{
    color: #fff;
}

footer .copyright p {
    margin: 0;
}


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

.form-input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    background: #f0f0f0;
    border: 1px solid #dcdcdc;
    padding: 15px 20px;
}

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

.modal-title {
    text-align: center;
    color: #d6c0a6;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}


.modal-header p {
    text-align: center;
    font-size: 18px;
    margin: 0;
}

.modal-header {
    padding: 15px 15px 0;
    border-bottom: none;
}


.modal-header .close {
    margin-top: -2px;
    opacity: 1;
    color: #d6c0a6;
    border: 1px solid #d6c0a6;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (min-width: 768px){
    .modal-sm {
        width: 370px;
    }
}
.work-modal .modal-dialog {
  max-width: 100%;
  padding: 15px;
  margin: 0;
}

.work-modal .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.work-modal .modal-dialog img {
  max-width: 100%;
  max-height: 500px;
}

.work-modal .modal-content {
    overflow: hidden;
}

.work-modal .modal-body {
    padding: 0;
    overflow: hidden;
}

.work-modal .col-md-6 {
    padding: 0;
}

.work-modal .col-md-6:nth-child(2) {
    padding: 30px;
}

.work-modal .title-work {
    color: #9c3401;
    font-weight: bold;
    font-size: 17px;
    position: relative;
    display: block;
}

.work-modal .client-box {
    position: relative;
    margin: 25px 0;
    padding-left: 115px;
    font-size: 16px;
    height: 100px;
    padding-top: 25px;
}

.work-modal .client-box span{
    display: block;
    font-weight:bold;
}

.work-modal .client-box img{
    position: absolute;
    left: 0;
    top: 0;
}

.work-modal .title-work:before {
    content: '';
    width: 70px;
    height: 2px;
    background: #e4ccb7;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.work-modal .close {
    margin-top: -2px;
    opacity: 1;
    color: #ffffff;
    border: 1px solid #00C201;
    background-color: #00C201;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 0;
    font-size: 23px;
    font-weight: normal;
    position: absolute;
    text-shadow: none;
    right: 15px;
    top: 15px;
}
.work-modal .close:hover, .work-modal .close:focus, .work-modal .close:active {
  text-shadow: none;
  font-size: 23px;
  filter: none;
  -webkit-filter: none;
  outline: none;
}



.modal {
    text-align: center;
}

#thank-modal .modal-header {
    padding: 60px;
}

#thank-modal .modal-dialog {
    width: 460px;
}

.calc-box {
    overflow: hidden;
    background: #fff;
    padding: 30px;
    text-align: left;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
}

.calc-box label {
    font-size: 17px;
    color: #333333;
    font-weight: 500;
    margin: 0 0 5px;
}

.calc-box .main-btn {
    margin-top: 29px;
    padding: 13px 15px;
    font-size: 14px;
}


#calculate .price-table td span{
    font-weight:bold;
}

#calculate .price-table td:nth-child(2) span,
#calculate .price-table td:nth-child(1) span{
    font-weight: normal;
}

.table-responsive {
    overflow-x: visible;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    margin-bottom: 25px;
}

#price .bottom-info{
    text-align: left;
}

#price .bottom-info a {
    color: #008ad4;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px dashed #528ad4;
}

#tab1, #tab2, #tab3{
    height: 266px;
    transition: 0.3s all;
    display: block;
    overflow-y: hidden;
}

#tab1.open,
#tab2.open,
#tab3.open{

    height: auto;

}

select#materials {
    background: #f0f0f0;
    border: 1px solid #dcdcdc;
    height: 52px;
    padding: 15px;
    width: 100%;
    display: block;
}

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

.review-work {
    font-style: italic;
    font-size: 15px;
}

@media (max-width:1200px){
    .main-lnk {
        margin: 18px 35px;
    }

    h1, h2 {
        font-size: 48px;
    }

    .head-box p {
        font-size: 23px;
    }

    .price-table {
        font-size: 14px;
    }

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

    .main-btn {
        font-size: 14px;
    }

    .only-box .col-md-6 {
        min-height: 184px;
    }

    .garant-box span {
        font-size: 36px;
    }

    .garant-box {
        font-size: 16px;
    }

    .garant-box span {
        font-size: 29px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .garant-box img {
        top: 43px;
    }

    .calc-box .main-btn {
        padding: 13px 10px;
        min-width: 100px;
    }

    .box-form {
        padding: 40px 50px;
    }

    .term-box {
        padding: 30px;
        font-size: 18px;
    }

    #doc img {
        width: 100%;
    }

    footer .copyright p {
        font-size: 11px;
    }

    .work-modal .modal-dialog {
        /* width: 970px; */
    }

    .review-work {
        font-size: 13px;
        margin-bottom: -8px;
    }
}



@media (max-width:992px){
    #contact .col-md-7 {
        padding: 0 15px 75px;
    }

    .main-lnk {
        margin: 18px 35px;
    }

    .number-box .phone {
        font-size: 22px;
    }

    .nav .number-box {
        margin-top: 21px;
    }

    .navbar-brand>img {
        width: 114px;
    }

    .navbar-nav>li>a {
        font-size: 12px;
    }

    .dropdown.hum {
        width: 150px;
        padding: 30px 10px;
    }

    .navbar-right .dropdown-menu {
        right: -50px;
        left: auto;
        top: 84px;
    }

    #buy-now-sale .main-btn {
        margin: 0 7px 15px;
    }

    .main-btn {
        padding: 15px;
        font-size: 12px;
        min-width: 230px;
    }

    .after-h2-bold {
        font-size: 16px;
    }

    .only-box .col-md-6 {
        min-height: auto;
    }

    .only-box .col-md-6:first-child {
        border: none;
        border-bottom: 2px solid #930;
        padding-left: 25px;
    }

    #buy-now .main-btn {
        margin: 0 7px 15px;
    }

    .term-box {
        padding: 20px;
        font-size: 15px;
    }

    .item-doc {
        font-size: 13px;
        margin-bottom: 10px;
    }

    #departure .col-md-3,
    #departure .col-md-2{
        display: none;
    }

    .panel-title {
        font-size: 18px;
    }

    .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
        font-size: 16px;
    }

    footer {
        text-align: center;
    }

    footer .number-box {
        text-align: center;
    }

    .work-modal .modal-dialog {
       /* padding: 50% 15px; */
    }

    .table-responsive {
        overflow-x: auto;
    }
}


.modal-open nav{
    margin-right: 17px;
}

@media (max-width:768px) {
    .hum button img {

        width: 22px;
    }
    .item-material img {
        position: relative;
        left: 0;
        top: 0;
    }

    .big-material {
        display: none;
    }

    .modal-open nav{
        margin-right: 0px;
    }

    .item-material {
        padding: 15px;
    }

    .main-btn {
        font-size: 14px;
        width: 100%;
        margin: 5px 0;
    }

    #buy-now-sale .main-btn {
        margin: 5px 0;
    }

    h1, h2 {
        font-size: 40px;
    }

    #smets .roulete {
        display: none;
    }

    .garant-box img {
        position: relative;
        left: 0;
        top: 0;
    }

    .garant-box {
        padding: 15px;
        text-align: center;
    }

    .term-box {
        font-size: 17px;
        margin-bottom: 15px;
    }

    #doc img {
        display: none;
    }

    .item-doc {
        font-size: 16px;
    }

    .box-form {
        padding: 20px;
    }

    #more-per .per-box {
        margin-bottom: 20px;
    }

    footer .copyright p {
        font-size: 15px;
    }

    .navbar-nav {
        margin: 0px -15px;
        background: #fff;
    }

    .navbar-nav>li>a {
        font-size: 16px;
    }

    .nav .number-box {
        text-align: center;
        padding: 15px 0;
    }

    .number-box .phone {
        font-size: 30px;
    }

    .navbar-brand>img {
        width: 145px;
        margin-top:0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-header {
        height: 60px;
    }

    .navbar-toggle {
        margin-top: 13px;
    }

    .navbar-inverse {
        height: 60px;
        margin-bottom: 0;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }

    .dropdown.hum {
        width: 100%;
        padding: 10px 10px;
        margin-bottom: -15px;
    }

    .main-lnk {
        margin: 18px 46px;
    }


    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
        top: 0;
        position: relative;
        height: auto;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 4px 15px 5px 6px;
    }

    body {
        padding-top: 60px;
    }

    .head-box {
        padding: 20px;
        text-align: center;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
    }

    .work-modal .modal-dialog {
        /* width: 94%; */
    }

    #thank-modal .modal-header {
        padding: 50px;
    }

    #thank-modal .modal-dialog {
        width: 280px;
    }

    #price img {
        width: 100px;
        margin-bottom: 15px;
    }
}

@media (max-width:480px) {
  .work-modal .modal-dialog {
    padding: 50% 15px;
  }
  #works-carousel{
    padding: 0;
  }
}




