body {
   line-height: 24px;
    overflow-x: hidden;
    width: 100%;
}

#scrollUp {
    bottom: 0px;
    right: 20px;
    padding: 10px 15px;
    background: #555;
    color: #fff;
    text-decoration: none;
    background: rgba(64, 64, 64, 0.75);
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

#scrollUp:before {
    font-family: FontAwesome;
    content: "";
}

#scrollUp:hover {
    background: #404040;
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1d2127;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, .h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 32px 0;
}

h2, .h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 32px 0;
}

h3, .h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 33px 0;
}

h4, .h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5, .h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6, .h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 14px 0;
}

p {
    margin: 0 0 20px;
}

hr {
    background: #dbdbdb;
    border: 0;
    height: 1px;
    margin: 22px 0;
}

.btn {
    text-decoration: none;
    white-space: normal;
}

.lead {
    font-size: 21px;
    font-weight: 300;
    line-height: 29px;
}

.list li {
    margin-bottom: 13px;
    padding-left: 25px;
    position: relative;
}

.list li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    color: #88584c;
    left: 0;
    top: 0;
}

ol.list {
    counter-reset: custom-counter;
}

ol.list li {
    padding-left: 35px;
    line-height: 25px;
}

ol.list li:before {
    font-family: inherit;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: bold;
    border: 1px solid #88584c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    min-width: 26px;
    min-height: 26px;
    text-align: center;
}

.content {
    padding: 30px 0;
}

.section {
    background: #eaeff3;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
    margin: 56px 0 35px;
}

a.phone, a.fax, a.mobile, a.email {
    line-height: 24px;
    text-decoration: none;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}

a.phone:hover, a.fax:hover, a.mobile:hover, a.email:hover {
    text-decoration: underline;
}

a.phone:before, a.fax:before, a.mobile:before, a.email:before {
    font-weight: normal;
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
}

a.phone:before {
    content: "";
}

a.email {
    padding-left: 22px;
}

a.email:before {
    content: "";
    font-size: 12px;
}

a.mobile:before {
    content: "";
    font-size: 20px;
}

a.fax {
    padding-left: 25px;
}

a.fax:before {
    content: "";
}

.call-to-action {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFF), color-stop(98%, #fcfcfc));
    background: -webkit-linear-gradient(top, #FFF 1%, #fcfcfc 98%);
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%);
    margin: 0;
    border-top: 3px solid #CCC;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    border-top-color: #88584c;
    text-align: center;
    padding: 35px 35px;
}

.call-to-action p {
    font-size: 1.2em;
}

.call-to-action h3, .call-to-action .h3 {
    text-transform: none;
    color: #1d2127;
    padding: 0;
    margin: 0 0 9px;
    font-weight: 400;
}


.main-news-reviews {
    background: url(img/bg_main.jpg) center top no-repeat;
    padding-top: 330px;
    margin-bottom: 40px;
}

.main-news-reviews .wrap {
    background: rgba(230, 230, 230, 0.8);
    padding: 40px 0
}

#bx-composite-banner{
    display: inline-block;
}

/*Политика конфиденциальности*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1e1e1e;
    color: #fff;
    padding: 20px 15px;
    z-index: 9999;
    display: none;
    animation: slideUp 0.4s ease forwards;
}

.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.cookie-banner p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.cookie-banner a {
    display: flex;
    color: #4fc3f7;
    text-decoration: underline;
}

.cookie-banner button {
    background: #4fc3f7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .cookie-banner-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}