/* Модальное окно Спасибо за заказ */

.btn-back {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #77d2dd;
    font: 16px/16px Ubuntu;
    color: #00bec8;
    padding: 10px 5% 12px;
    background: #fff;
    font-weight: 700;
    margin-top: 13px;
}
.btn-back:hover {
    border-color: #474747;
}
.btn-back .glyphicon {
    margin: 0 5px 0 0;
}

header {
    padding: 0;
    border-bottom: 4px solid #00bec8;
}
body.oil-portret header {
   margin-top: 50px;
}
.phone {
    font: 14px/28px Ubuntu;
    font-weight: 400;
    color: #00bec8;
}
header img {
    margin-top: 10px;
}
.phone b {
    font-size: 28px;
}
.phone img {
    margin-top: -10px;
    margin-right: 7px;
}
#slider-content {
    background: #ffdd99;
    padding: 40px 0;
}
#slider-content h1 {
    font: 36px/36px Ubuntu;
    color: #424244;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.linia {
    width: 190px;
    height: 5px;
    background: #b1995d;
    margin:10px auto 10px;
    border: none;
}
#order .headline {
    padding: 40px 0 20px;
    background: #62acc0;
    color: #fff;
    text-align: center;
}
#order .headline h3 {
    font: 30px/30px Ubuntu;
    color: #fff;
    margin: 0;
    font-weight: 700;
}
#order .headline p {
    font: 20px/20px Ubuntu;
}
footer {
    background: #3b3f42;
    color: #fff;
    padding: 10px 0 1px;
}
footer .phone {
    color: #fff;
}
.section--scheme:after {
    border-top: 17px solid #FFDD99;
    bottom: -32px;
}
.phone::before {
    background: none;
}
.item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.text-port {
    font: 16px/14px Ubuntu;
    color: #E40000;
    font-style: italic;
    margin-top: 10px;
	text-align: center;
}
.carousel-control {
    width: 4%;
}
.left-button-carousel,.right-button-carousel {
    background-image: url(../images/arrow-sliders.png);
    background-position: 0 0;
    width: 34px;
    height: 130px;
    position: absolute;
    top: 30%;
    bottom: 30%;
}
.right-button-carousel {
    background-position: 35px 0;
    right: 0;
}
.carousel-control.left,.carousel-control.right {
    background: none;
}
.btnStyle:hover {
    color: #fff;
}
