
body {
    background: #ffffff;
    color: #333333;
}

header {
    background: url(/img/4.png) center no-repeat;
    height: auto;
    padding-bottom: 5rem;
    min-height: 100vh;

}

.header_link {
    color: #ffffff
}
a {color: #ed9c28}
a.header_link:hover {
    color: #ffffff
}

.menu {
    margin-top: 1rem;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

a.header_link_text {
    display: inherit;
    text-align: center;
    width: 100%;
    border-top: solid #eadfd2 0.03em;
    border-bottom: solid #eadfd2 0.03em;
    padding: 1rem 0;
    color: #ffc107;
    font-size: 12px;
}
.btn.btn-primary {

background: #ffc107;
    border: solid #ffc107;
    color: #333333;
}
.btn.btn-primary:hover {

    background: #b7a50c;
    border: solid #b7a50c;
}
.pallet{
    width: 100%;
    background:url("/img/5.jpg") no-repeat center center fixed;
    height: auto;
    margin: 0;
}
.baraban{
    width: 100%;
    background:url("/img/baraban.jpg") no-repeat center center fixed;
    height: auto;;
    margin: 0;
}
.modal-content {
    background: url("/img/6.png") no-repeat center center;
}
#zakaz-obratnogo-zvonka {
    color: #ffffff !important;
}
.ceny{
width: 300px;
position: relative;
display: inline-block;
text-align: center;
padding: 15px;
background: #ffc107;
border-radius: 10px;
}
.form-wrapper {
    background:rgba(255,255,255,1);
    padding: 15px;
    border-radius: 15px;
}
/*hr {color: #eadfd2;}*/
.offer {
    position: relative;
    margin-top: 5vh;
    font-size: 2.5rem;
    color: #ffffff;

}

.offer_big {
    font-size: 3.5rem;
    text-blink: 1;
    font-weight: bold;
    color: #ffffff;
    width: 800px;

}
.tb {
    position: relative;
    text-align: center;
    padding: 2rem 0;
    color: #ffc107;
    font-size: 2rem;
}

.position_fixed {
    width: 100%;
    height: 20rem;
    background: url("/files/media/pallets1.jpg") no-repeat fixed center top;

}

.ptb5 {
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.top_a {
    padding: 0.5rem 1rem;
    border: dashed 2px #d29970;
    color: #333333;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1rem 0.5rem;

}

.top_a:hover {
    padding: 0.5rem 1rem;
    border: dashed 2px #333333;
    color: #d29970;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0.5rem;


}

a.top_a {
    text-decoration: none;
    color: #ffffff;
}

a.top_a:hover {
    color: #ffffff;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

.dashed {
    padding: 0.5rem 1rem;
    border: dashed 2px #d29970;
    color: #333333;
    margin: 2rem 0;

}

.footer-bs {
    background-color: #ffefe3;
    padding: 5px;
    color: #333333;
}

.pulse-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 10px;
    border: none;
    background: #ffc107;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 5vh;
    right: 0;
    cursor: pointer;
    outline: none;
    z-index: 1000;
}

.pulse-button__icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("/img/phone.png") center center/cover no-repeat;
    transition: .3s;
}

.pulse-button__text {
    display: block;
    width: 100%;
    height: 30px;
    font: 12px 'Open Sans', sans-serif;
    color: #000000;
    text-align: center;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .3s;
    margin-top: 1px;
}

.pulse-button:hover .pulse-button__icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .3s;
}

.pulse-button:hover .pulse-button__text {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    position: relative;
}

.pulse-button__rings {
    border: 1px solid #ffc107;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    animation-duration: 2.0s;
    animation-name: pulse_1;
    animation-iteration-count: infinite;
    z-index: -1;
}

.pulse-button__rings:nth-child(2) {
    animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
    animation-name: pulse_3;
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        transform: scale(0.9, 0.9);
    }

    to {
        opacity: 0;
        transform: scale(1.3, 1.3);
    }
}

@keyframes pulse_2 {
    from {
        opacity: 1;
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }
}

@keyframes pulse_3 {
    from {
        opacity: 1;
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        transform: scale(1.7, 1.7);
    }
}

.tver {
    margin-top: 10vh;
    padding: 20px 80px;
    background: #ffc107;
    color: #000000;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
/ / Это важно добавить overflow-x: hidden;
/ Это важно добавить

}

.tver .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
/ / Наклон animation: flareAnimation;
    left: 0%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3.5s infinite linear;
/ / Время и тип анимации можно менять animation-delay: 50 ms;
}

@keyframes flareAnimation {
    0% {
        left: 0%;
    }
    100% {
        left: 85%;
    }
}

a, a:hover, .btn {
    outline: none !important;
}

.container {
    position: relative;
}

.company {
    position: relative;
    font-size: 1.4rem;

}

.top_phone {
    position: relative;
    font-size: 1.4rem;
    text-align: center;

}

.adress {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    color: #393727;
    text-align: center;

}

header {
    margin-bottom: 0.5rem;
}
h1, h2 {
    font-size: 3rem !important;
    font-weight: lighter !important;
}

.bgwall {
    /*background-color: transparent;*/
    background-image: url(/files/slider/bg2.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    position: relative;
}

/*.bgwall .text {*/
/*position: absolute;*/
/*z-index: 2;*/
/*top: 20px;*/
/*right:30px;*/
/*width:300px;*/
/*max-height: 200px;*/
/*overflow: hidden;*/
/*line-height: 1.2em;*/
/*}*/
/*.bgwall .text h1 {*/
/*line-height: 0.9em;*/
/*font-size: 34px;*/
/*}*/

.page_content {
    padding: 10px 0px;
}


/** The Magic **/
.btn-breadcrumb {
    background: #fff;
    width: 100%;
}

.btn-breadcrumb a, .btn-breadcrumb .btn.btn-default {
    transition: none !important;
}

.btn-breadcrumb a:hover {
    background: #ebebeb;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:after {
    border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:before {
    border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:before {
    border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #428bca;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #357ebd;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #3276b1;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #5cb85c;
}

.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #4cae4c;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
    border-left: 10px solid #47a447;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
    border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
    border-left: 10px solid #d9534f;
}

.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
    border-left: 10px solid #d43f3a;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
    border-left: 10px solid #d2322d;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
    border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
    border-left: 10px solid #f0ad4e;
}

.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
    border-left: 10px solid #eea236;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
    border-left: 10px solid #ed9c28;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
    border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #5bc0de;
}

.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #46b8da;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
    border-left: 10px solid #39b3d7;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
    border-left: 10px solid #269abc;
}


.dropdown-login-form {
    width: 300px;
    padding: 20px;
    left: -108px;
    /*margin-top: 7px;*/
}

.footer-bs {
    background-color: #3c3d41;
    padding: 60px 40px;
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    padding: 10px 25px;
}

.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    border-color: transparent;
}

.footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}


.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
    color: rgba(255, 255, 255, 1.00);
    font-weight: bold;
    text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
    color: rgba(255, 255, 255, 0.80);
}

.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #676767;
}

.footer-bs .footer-social li {
    padding: 5px 4px;
}

.footer-bs .footer-social a {
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-social a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #676767;
}

.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

.btn-breadcrumb {
    display: block;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 800px) {
    .tver {
        margin-top: 5vh;
        font-size: 1rem;
        padding: 15px;
        text-align: center;
    }
    .offer {

        font-size: 1.6rem;

    }
    .offer_big {
        font-size: 2.5rem;
        text-blink: 1;
        font-weight: bold;
        color: #ffffff;
        width:100%;

    }
    .pulse-button {
        left: 40vw;
    }
    h1, h2 {
        font-size: 2rem !important;
        text-align: center;
    }
    .modal {
        top: 50px;}

}

/*!* Small devices (landscape phones, 576px and up) *!*/
/*@media (min-width: 576px) and (max-width: 767px) {*/
/*    @import "device576.css";*/
/*}*/

/*!* Medium devices (tablets, 768px and up) *!*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
/*    @import "device768.css";*/
/*}*/

/*!* Large devices (desktops, 992px and up) *!*/
/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*    @import "device992.css";*/
/*}*/

/*!* Extra large devices (large desktops, 1200px and up) *!*/
/*@media (min-width: 1200px) {*/
/*    @import "device1200.css";*/
/*}*/