footer {
    background: #361b1c;
}
.footer-row-title {
    font-size: 17px;
    color: #fbdc83;
    font-weight: 600;
    margin-top: 63px;
    margin-bottom: 30px;
}
.footer-links-list ul {
    margin-bottom: 0;
}
.footer-links-list li {
    list-style-type: none;
    padding: 1px 0;
}
.footer-nav-wrapper {
    max-height: 280px;
    overflow-x: hidden;
}
.footer-nav-wrapper::-webkit-scrollbar {
    width: 7px;
}
.footer-nav-wrapper::-webkit-scrollbar-thumb {
    width: 7px;
    border-radius: 3px;
    border: 1px solid #fbdc83;
    background: #fbdc83;
}
.footer-nav-wrapper::-webkit-scrollbar-track {
    box-shadow:inset 0 0 1px 3px #361b1c;
    background:#fbdc83;
}
.footer-links-list a {
    color: rgba(255,255,255, .65);
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 13px;
}
.footer-links-list a:hover {
    color: rgba(255,255,255, .65);
}
.footer-contact-block {
    margin-bottom: 15px;
}

.footer-contact-block-phones a,
.footer-contact-block-phones a:hover {
    display: block;
    font-size: 14px;
    color: #fbdc83;
    font-weight: 600;
}
.footer-contact-block-phones a + a {
    margin-top: 5px;
}
.footer-contact-block-name {
    display: inline-block;
    font-size: 13px;
    color: rgba(255,255,255, .65);
    margin-bottom: 5px;
}
.footer-contact-block-links a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.footer-contact-block-links .address-footer {
    color: #fff;
    font-size: 14px;
    max-width: 225px;
}
.footer-contact-block-links .address-footer img.address {
    max-width: 241px;
}
.footer-contact-block-links img {
    margin-top: 5px;
}
.footer-contact-block-links a:hover {
    color: #ffffff;
}
.footer-contact-block-socials a {
    margin-left: 8px;
    font-size: 16px;
    text-decoration: none;
}
.footer-contact-block-socials a:hover {
    text-decoration: none;
}
.terms-row:before {
    width: 100%;
    display: block;
    height: 1px;
    margin: 0 15px;
    border-top: 1px solid rgba(255,255,255, .2);
}
.terms-row {
    min-height: 110px;
    overflow: hidden;
    margin-top: 40px;
}
.terms-row > div {

    line-height: 110px;
}
.terms-row > div > span,
.terms-row > div > a {
    display: inline-block;
    vertical-align: baseline;
    line-height: normal;
}
.terms-row a:not(.button),
.terms-row {
    font-size: 13px;
    color: rgba(255,255,255, .20);

}
.terms-row .footer-terms {
    text-align: right;
}
.terms-row .footer-terms a + a {
    margin-left: 10px;
}

.footer-terms-row-buttons {
    text-align: center;
}
.footer-terms-row-buttons .button {
    margin-left: 10px;
    margin-right: 10px;
}

div.footer-terms-row-buttons {
    line-height: 70px;
}
@media all and (min-width: 1340px) {
    div.footer-terms-row-buttons {
        line-height: 110px;
    }
    .footer-terms-row-buttons .button {
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media all and (max-width: 991px) {
    .footer-row-title {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .terms-row > div {
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .terms-row {
        padding-bottom: 15px;
    }
    .terms-row > .footer-terms-row-buttons {
        line-height: normal;
        padding-bottom: 0;
        padding-top: 15px;
    }
    .terms-row > .footer-terms-row-buttons .button {
        margin: 15px;
    }
}
@media all and (max-width: 767px) {
    .terms-row > .footer-terms,
    .terms-row > .footer-copyright {
        line-height: 40px;
        text-align: center;
    }
}
@media all and (max-width: 600px) {
    .footer-contact-block-links a {
        font-size: 13px;
    }
}
@media all and (max-width: 500px)  {
    body .order-form-wrapper .material-hint {
        float: right;
    }
    body .order-form-wrapper .material-hint .dropdown-content {
        left: auto !important;
        right: 0;
    }
}
@media all and (max-height: 480px)  and (max-width: 500px) and (orientation: landscape) {
    body .order-form-wrapper .material-hint {
        right: 50px;
    }
}
.footer-services {
    overflow: hidden;
    position: relative;
    transition: height 0.3s;
}
.footer-services:after {
    display: block;
    content: ' ';
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #361b1c 0%, #361b1c 40%, transparent 100%);
}
.footer-services[data-expanded=true]:after {
     display: none;
 }
.footer-content-switch {
    text-align: center;
    background: none;
    border: none;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 10px;
}
.footer-content-switch:after,
.footer-content-switch:before {
    position: absolute;
    width: 100%;
    display: block;
    content: " ";
    height: 1px;
    background: #4a3233;
    top: 50%;
    left: 0;
    right: 0;
}
.footer-content-switch div {
    padding: 5px 15px;
    display: inline-block;
    background: #361b1c;
    position: relative;
    z-index: 1;
}
body.bottom-up .chat-live-pop-up  {
    bottom: 110px;
}
body.bottom-up #back-top {
    bottom: 337px;
}
.bottom-banner-wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    padding: 0;
}
.bottom-banner-wrap a{
    position: relative;
    display: block;
}
.bottom-banner-wrap .banner-content {
    width: 100%;
    height: 111px;
    /*background: url(/files/images/first-discount-banner.png) center no-repeat;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.bottom-banner-wrap.first-discount-banner .banner-content {
    background: url(/files/images/first-discount-banner.png) center no-repeat;
}
.bottom-banner-wrap.holiday-banner .banner-content {
    height: auto;
    content: url(/files/images/dad_1920x100.svg);
}
.holiday-banner span.close-popup.close-order-banner {
    font-size: 30px;
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 30px;
    color: #000;
}
.look-pdf {
    margin: 20px 0;
    padding: 5px 0;
    text-align: justify;
}
.look-pdf .img-list {
    text-align: center;
}
.look-pdf .img-list a {
    background: url(/files/images/paper2.png) no-repeat;
    width: 128px;
    height: 147px;
    display: block;
    background-size: contain;
    margin: 12px auto;
}
@media all and (min-width: 1921px) {
    .bottom-banner-wrap.holiday-banner .banner-content {
        background-size: 100% auto;
    }
}
@media all and (max-width: 1800px) {
    .bottom-banner-wrap.holiday-banner .banner-content {
        background-size: 1800px auto;
    }
}
@media all and (max-width: 1200px) {
    .bottom-banner-wrap.holiday-banner .banner-content {
        background-size: 1400px auto;
    }
}


@media all and (max-width: 900px) {
    .bottom-banner-wrap.holiday-banner .banner-content {
        background-size: 1100px auto;
        background-position-x: -167px;
        height: auto;
    }
    .holiday-banner span.close-popup.close-order-banner {
        font-size: 30px;
        top: 0px;
    }
}
@media all and (max-width: 800px) {
    .bottom-banner-wrap.first-discount-banner .banner-content {
        background-position-x: -710px;
    }
}
@media all and (min-width: 768px) {
    .footer-links-list h4 i {
        display: none;
    }
    .footer-services-contntent-wrapper, .footer-nav-wrapper {
        display: block !important;
        opacity: 1 !important;
        height: auto !important;
        width: auto !important;
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}
@media all and (max-width: 767px) {
    footer .fa-arrow-down:before {
        content: url('/files/images/arrow.png');
    }
    footer .fa-arrow-up {
        transform: rotate(180deg);
        position: relative;
        top: -2px;
     }
    footer .fa-arrow-up:before {
        content: url('/files/images/arrow.png');
        transform: rotate(180deg);
    }
    footer .fa-arrow-up,
    footer .fa-arrow-down {
        margin-left: 3px
    }
    .footer-content-switch,
    .footer-services:after {
        display: none;
    }
    .footer-services {
        height: auto !important;
    }
    .footer-row-title {
        cursor: pointer;
    }
    .footer-services-contntent-wrapper, .footer-nav-wrapper {
        display: none;
        width: auto !important;
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    .footer-nav-wrapper {
        margin-right: 0 !important;
        max-height: 300px;
    }
    .footer-links-list h4 i {
        font-size: 12px;
    }
    .footer-essays h4,
    .footer-nav h4 {
        margin: 0;
    }
    .footer-essays-wrapper,
    .footer-nav-wrapper {
        padding-top: 25px;
    }
    .footer-essays,
    .footer-nav {
        padding-top: 20px;
        border-top: 1px solid #4a3233;
        margin-bottom: 25px;
        margin-top: 15px;
    }
    .footer-contacts {
        border-top: 1px solid #4a3233;
    }
}
@media all and (min-width: 470px) and (max-width: 767px) {
    .footer-contacts-wrapper .footer-contact-block {
        width: 50%;
        float: left;
    }
    .footer-contacts-wrapper .footer-contact-block:nth-child(4),
    .footer-contacts-wrapper .footer-contact-block:nth-child(3) {
        padding-left: 15px;
    }
    .footer-contacts-wrapper .footer-contact-block:nth-child(2) {
        clear: left;
    }
    .footer-contacts-wrapper .footer-contact-block:nth-child(3) {
        margin-top: -84px;
    }
}
@media all and (min-width: 601px) and (max-width: 770px) {
    .bottom-banner-wrap.holiday-banner .banner-content {
        background-position-x: -256px;
    }
}
@media all and (max-width:650px) {
    .bottom-banner-wrap.holiday-banner .banner-content {
        content: url(/files/images/dad_600x100_mobile_wide.svg);
    }
    .holiday-banner.bottom-banner{
        background: #fde9a2;
    }
    .bottom-banner-wrap.first-discount-banner .banner-content {
       background-size: 297%;
        background-position-x: 41.9%;
         background-position-y: bottom;
    }
    .bottom-banner-wrap.first-discount-banner {
        height: 16vw;
    }
    .bottom-banner-wrap.first-discount-banner .banner-content,
    .bottom-banner-wrap.first-discount-banner  > a {
        height: 100%;
    }
}

@media all and (max-width:400px) {
    .row.footer-services-contntent-wrapper .col-xs-6 {
        width: 100%;
    }
     .bottom-banner-wrap.first-discount-banner {
        height: 25vw;
    }
    .bottom-banner-wrap.first-discount-banner .banner-content {
        background-size: 489%;
        background-position-x: 51.5%;
        background-position-y: bottom;
    }
}
@media all and (max-width:350px) {
    .bottom-banner-wrap.holiday-banner .banner-content {
        content: url(/files/images/dad_300x100_mobile.svg);
    }
    .holiday-banner.bottom-banner {
        background: #fbdf8c;
    }
}
/*@media all and (max-width:600px) {
  .bottom-banner-wrap.holiday-banner .banner-content {
    background: url(/files/images/banners/600x50_mobile_wide.svg) center no-repeat;
    background-size: 100% auto;
    height: calc(100vw / 7);
  }
}*/
span.close-popup.close-order-banner {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    right: 11px;
    top: 12%;
    z-index: 999;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: transparent;
    color:#ffffff;
    text-align: center;
}
span.close-popup.close-order-banner i {
    font-size:23px;
}