﻿body {
    font-family: 'Akrobat-Light';
    color: #24597d;
    overflow-x: hidden;
    font-size: 18px;    
    background: url(images/paper20.jpg) repeat 0 0;
}
.container {
    width: 1170px;
}
form {
    margin: 0;
}
.btn {
    text-transform: uppercase;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #e67817;
    border-color: black;
}
.btn-primary:link {
    color: #fff;
    background-color: #e67817;
    border-color: black;
}
.btn-primary:visited {
    color: #fff;
    background-color: #e67817;
    border-color: black;
}
.btn-primary:hover {
    color: black;
    background-color: white;
    border-color: black;
}
.btn-primary:active {
    color: black;
    background-color: white;
    border-color: black;
}
.btn-primaryhead {
    color: #fff;
    background-color: #e67817;
    border-color: #e67817;
    margin-left: 30px;
    font-weight: bold;
}
.btn-primaryhead:link {
    color: #fff;
    background-color: #e67817;
    border-color: #e67817;
    font-weight: bold;
}
.btn-primaryhead:visited {
    color: #fff;
    background-color: #e67817;
    border-color: #e67817;
    font-weight: bold;
}
.btn-primaryhead:hover {
    color: black;
    background-color: white;
    border-color: black;
}
.btn-primaryhead:active {
    color: black;
    background-color: white;
    border-color: black;
}
.clearfix { clear: both; }


/* Header */
header {
    padding: 30px 0;
    background-color: #33383b
}
.header-address, 
.header-phone {
    display: flex;
    /*margin-top: 30px;
    height: 110px;*/
}
.header-address strong,
.header-phone strong {
    display: block;
    line-height: 1;
}
.header-address strong {
    font-size: 26px;
}
.header-phone {
    float: right;
}
.header-phone strong {
    font-size: 36px;
}
.header-address .header-icon,
.header-phone .header-icon {
    width: 96px;
    height: 52px;
    display: block;}


.header-address .header-icon {
    background: url(images/header-address-icon.png) no-repeat 0 0;
}

.header-address .header-icon1 {
    width: 50px;
    height: 52px;
    display: block;
    background: url(images/icon1.png) no-repeat 0 0;
    margin-top: 3px;
}
.header-icon2 {
    background: url(images/icon2.jpg) no-repeat 0 0;
    width: 50px;
    height: 52px;
    display: block;
    margin-top: 7px;
}

.header-phone .header-icon {
    background: url(images/header-phone-icon.png) no-repeat 0 0;
}
.header-address > div > span {
    color: #ffffff;
    font-size: 28px;
    font-weight:bold;
}
.header-phone > div > a {
    color: #a73135;
    text-decoration: underline;
    font-size: 18px;
}
.header-menu {
    margin: 0;
    padding: 10px;
    list-style: none;
}
.header-menu-left {
    float: left;
}
.header-menu-right {
    float: right;
}
.header-menu li {
    display: inline;
    padding: 0 35px;
}
.header-menu li a{
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans';
    margin: 10px 20px;
    font-size: 14px;

}
   .header-menu li a:link {
        color: white;
        text-transform: uppercase;
        font-family: 'Open Sans';
        margin: 10px 0;
        font-size: 14px;
        text-decoration: none;
    }
    .header-menu li a:visited {
        color: white;
    }
    .header-menu li a:hover {
        color: #e67817;
    }
    .header-menu li a:active {
        color: #e67817;
    }
.header-menu li:first-child {
    padding-left: 0;
}
.header-menu li:last-child {
    padding-right: 0;
}
.header-menu li a {
    font-size: 20px;
}
/*@media(min-width: 992px) {
    header .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}*/
.headerfont1 {
    color: #C1BDBD;
    font-family: 'Open Sans';
}

.headerfont2 {
    color: white;
    font-family: 'Open Sans';
    line-height: 0;
}

.headertel:link {
    color: white;
    text-decoration: none;
}
.headertel:visited {
    color: white;
    text-decoration: none;
}
.headertel:hover {
    color: #e67817;
    text-decoration: none;
}
.headertel:active {
    color: #e67817;
    text-decoration: none;
}


nav {
    text-align: center;
}


.jumbotron {
    background: url(images/jumbotron.jpg) no-repeat center 0;
    height: 450px;
    margin-bottom: 0;
}
.jumbotron h1 {
    font-family: 'Open Sans';
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0px 3px 0px #33383b;
    color: #e67817;
    font-size: 60px;
    margin-top: -20px;
}
.jumbotron h2 {
    font-family: 'Open Sans';
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0px 3px 0px #33383b;
    color: white;
    font-size: 50px;
    margin-top: 50px;
}
.jumbotron h1 strong {
    display: block;
    padding-top: 40px;
    background: url(images/jumbotron-title-hr.png) no-repeat center 0;
    font-size: 90px;
    margin-top: 15px;
    margin-bottom: 70px;
}
.jumbotron .btn {
    font-size: 26px;
    padding-left: 50px;
    padding-right: 50px;
}


/* Main */
main {
    background: #e5e6ea url(images/bg.png);
    padding-top: 60px;
    padding-bottom: 30px;
}
main.fp-main {
    padding-top: 0;
}


/* Section */
section {
    padding: 60px 0;
}
.content {
    position: relative;
    margin-bottom: 5px;
    /*background-color: #fff;*/
    padding: 45px 0;
}
.section-title {
    font-family: 'Open Sans';
    /*background: url(images/title-hr.png) no-repeat center bottom;*/
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    margin-top: 0;
    padding-bottom: 28px;
    margin-bottom: 30px;
    color: black;
}
.wedoing {
    background: url(images/bg_wedoing.jpg) no-repeat center;
    height: 400px;
}
.fontwedoing1 {
    text-align: center;
    color: #e67817;
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 1000;
    margin-top: 30px;
    height: 150px;
}
.fontwedoing2 {
    color: black;
    font-family: 'Open Sans';
    font-size: 15px;
    padding: 10px;
    height: 130px;
}
.fontwedoing3 {
    text-align: center;
    color: black;
    font-family: 'Open Sans';
    font-size: 40px;
    padding: 10px;
    margin-top: 50px;
    line-height: 1.2;
    font-weight: 600;
}
.fontwedoing4 {
    text-align: center;
    color: black;
    font-family: 'Open Sans';
    font-size: 17px;
    padding: 10px;
    color: #C1BDBD;
    line-height: 2;
}
.fontwedoing5 {
    text-align: center;
    color: #C1BDBD;
    font-family: 'Open Sans';
    font-size: 30px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.btnwedoing {
    font-size: 20px;
    font-family: 'Open Sans';
    color: #fff;
    padding: 10px 20px;
    color: #fff;
    background-color: #e67817;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: 20%;
    text-decoration: none;
}
.btnwedoing:link {
    color: #fff;
    text-decoration: none;
}
.btnwedoing:visited {
    color: #fff;
    text-decoration: none;
}
.btnwedoing:hover {
    color: black;
    text-decoration: none;
}
.btnwedoing:active {
    color: black;
    text-decoration: none;
}
.pic2, .pic3 {
    background-image: url("images/bg_pic.jpg");
    background-repeat: no-repeat;
}

/* Footer */
.footer-jumbotron {
    background: url(images/bg_footer.jpg) no-repeat center 0;
    height: 550px;
    margin-bottom: 0;
}
.footer-jumbotron h1 {
    font-family: 'Open Sans';
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0px 3px 0px #33383b;
    color: #e67817;
    font-size: 60px;
    margin-top: 50px;
}
.production{
    margin-top: 50px;
}

footer {
    background-color: #33383b;
    color: #fff;
    padding: 30px 0;
}

.footer-container {
    background-color: #33383b;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #C1BDBD;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 0.7;
}
.footer-menu a:link {
    color: #C1BDBD;
    text-decoration: none;
}

.footer-menu a:visited {
    color: #C1BDBD;
    text-decoration: none;
}

.footer-menu a:hover {
    color: #e67817;
    text-decoration: none;
}

.footer-menu a:active {
    color: #e67817;
    text-decoration: none;
}
#scroller {
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 1;
    opacity: .7;
}
#scroller i {
    font-size: 34px;
}
/*My styles*/
.aboutproduction td{
    width: 200px;
    border: 1px solid black;
    text-align: center;
}
.aboutproduction tr {
    border: 1px solid black;
    text-align: center;
}
.logolink:hover{
    text-decoration: none;
}

/* FP Items */
.popular-slider {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.popular-item {
    /*text-align: center;*/
}
.popular-item:hover {
    text-decoration: none;
}
.popular-slider .slides a {
    text-decoration: none;
}
.popular-item-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.popular-item-img img {
    height: 100%;
    max-width: none;
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
}
.popular-item span {
    background: url(images/item-arrow.png) no-repeat center center;
    width: 71px;
    height: 71px;
    display: block;
    margin: -50px auto 0;
    position: relative;
}
.popular-item strong {
    /*font-family: 'AdelleCyrillic-Regular';
    /*font-weight: normal;*/
    color: black;
    font-size: 25px;
    height: 60px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    line-height: 1.1;
}
.popular-item strong:hover {
    color: #e67817;
}

.popular-item-price {
    color: #8f2a30;
    font-family: 'AdelleCyrillic-Regular';
    font-size: 20px;
}
.flex-direction-nav a {
    width: 48px;
    height: 73px;
    background-image: url(images/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 1;
    color: rgba(0, 0, 0, 0);
    text-shadow: none;
}
.flex-direction-nav .flex-next {
    background-position: -48px 0;
}
.flex-direction-nav a:before {
    display: none;
}
.flex-direction-nav .flex-prev {
    left: -70px;
}
.flex-direction-nav .flex-next {
    right: -70px;
}


/* FP Services */
.fp-services .row {
    margin-left: -5px;
    margin-right: -5px;
}
.fp-services .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.fp-service-item {
    overflow: hidden;
    display: block;
}
.fp-service-item:hover {
    text-decoration: none;
}
.fp-service-item > div {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 30px;
    height: 135px;
}
.fp-service-item > div span {
    margin-right: 15px;
}
.fp-service-item > div p {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.1;
}
.fp-serv-item-1 > div {
    background-color: #174c6e;
}
.fp-serv-item-1 > img {
    height: 617px;
}
.fp-serv-item-2 {
    display: flex;
    margin-bottom: 10px;
}
.fp-serv-item-2 > div {
    background-color: #096999;
    display: block;
    height: auto;
}
.fp-serv-item-2 > div p {
    margin-top: 20px;
}
.fp-serv-item-3 > div {
    background-color: #15598a;
}
.fp-serv-item-4 > div {
    background-color: #1a7db4;
}
.fp-serv-item-5 > div {
    background-color: #174c6e;
}


/* FP Preims */
.preim-container {
    display: flex;
}
.preim-container > div {
    width: 20%;
    text-align: center;
}
.preim-container > div strong {
    display: block;
    font-weight: normal;
    font-size: 20px;
    margin-top: 15px;
    padding: 0 20px;
}


/* FP Feedback */
.fp-feedback {
    background: url(images/feedback-bg.jpg) no-repeat center 0 / cover;
    text-align: center;
    color: #fff;
}
.fp-feedback h2 {
    font-family: 'AdelleCyrillic-Regular';
    margin-top: 0;
    font-size: 50px;
    line-height: 1;
}
.fp-feedback p {
    font-family: 'AdelleCyrillic-Regular';
    font-size: 26px;
    margin: 0;
}
.fp-feedback .form-inline {
    margin-bottom: 40px;
    margin-top: 40px;
}
.fp-feedback .form-inline .form-group input {
    font-size: 25px;
    border: 0;
    border-radius: 2px;
    padding: 10px 20px;
    margin: 0 15px;
    height: auto;
    min-width: 300px;
}
.fp-feedback .btn {
    font-size: 24px;
    padding: 6px 50px;
}


/* FP About */
.fp-about {
    background: url(images/about-bg.jpg) no-repeat center 0 / cover;
}
.fp-about-content {
    font-size: 20px;
    margin-bottom: 30px;
}
.fp-about .btn-primary {
    font-size: 24px;
    padding: 6px 50px;
}


/* Catalog List */
.cat-item {
    margin-bottom: 30px;
}


/* Catalog Item */
.item-comment h3 {
    font-weight: bold;
    text-align: center;
}
.item-comment .table {
    font-family: sans-serif;
    font-size: 14px;
}
.item-comment .table th, 
.item-comment .table td {
    vertical-align: middle;
}
.productfont p{
    font-weight: bold;
}


/* Dashboard */
.dashboard {
    position: fixed;
    left: 0;
    width: 13%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: overlay;
    padding: 15px 45px 30px 30px;
    text-align: left;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.dashboard label {
    font-weight: bold;
}
.dashboard ul {
    margin: 5px 0 20px;
    padding: 0;
    list-style: none;
}
.dashboard ul li {
    margin-bottom: 5px;
}
.dashboard ul a {
    text-decoration: none;
}


/* Modal Form */
.modal-container {
    padding: 20px;
}
.modal-form h2 {
    text-align: center;
    font-family: 'AdelleCyrillic-Regular';
    margin-top: 0;
    margin-bottom: 20px;
}
.modal-form-1 h2 {
    text-align: center;
    font-family: 'AdelleCyrillic-Regular';
    margin-top: 0;
    margin-bottom: 20px;
}
.modal-container .alert {
    margin-top: 15px;
    margin-bottom: 0;
}


/* Service */
.service-list {
    margin-left: -15px;
    margin-right: -15px;
}
.service-list-item {
    /*width: 50%;
    float: left;*/
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.service-list-img {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.service-list-img img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
}
.service-list-item strong {
    display: block;
    /*text-align: center;*/
    font-size: 25px;
    margin-top: 15px;
}


.service-left {
    float: left;
    width: 40%;
}
.service-left img {
    width: 100%;
    margin-bottom: 30px;
}
/*.service-content {
    float: right;
    width: 55%;
}*/
.service-detail-list {
    margin-left: -15px;
    margin-right: -15px;
}
.service-detail-item {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    max-height: 170px;
    overflow: hidden;
}
.service-detail-item img {
    width: 100%;
}
.servicelink a{
    color: black;
    text-decoration: none;
}
.servicelink a:hover {
    color: #e67817;
    text-decoration: none;
}


.fp-video {
    background-color: #808080;
    border: 0;
}


/*Photogallery*/
.photosrow{
    margin-bottom: 30px;
}

.scale {
    transition: 1s; /* Время эффекта */
}

.scale:hover {
    transform: scale(1.7); /* Увеличиваем масштаб */
    z-index: 10;
    /*box-shadow: 0px 0px 20px gray;*/
    }
