.maintance {
    font-size:   20px;
    font-weight: 100;
    text-align:  center;
    margin:      30px auto 0;
}

.tp-bannertimer {
    display: none !important;
}

.hidden {
    display: none;
}

/*Gallery*/
.box-gallery:hover {
    cursor: pointer;
}

/*Hide revolution loader*/
.tp-loader.spinner0 {
    display:    none;
    visibility: hidden;
}

/*PARALAXES*/
.paralax-1 {
    background-image: url('../../../admin/assets/system_images/paralax_first_img.png')
}

.paralax-2 {
    background-image: url('../../../admin/assets/system_images/paralax_secound_img.png')
}

.paralax-3 {
    background-image: url('../../../admin/assets/system_images/paralax_third_img.png')
}

.paralax-4 {
    background-image: url('../../../admin/assets/system_images/paralax_fourth_img.png')
}

/*404*/
.error_block {
    font-family: 'Raleway';
    padding:     140px 0;
}

.error_block .container {
    text-align: center;
}

.main_block .text_page {
    font-size:      35px;
    text-transform: uppercase;
}

.main_block .big_num {
    font-family: 'Raleway-light';
    font-weight: 300 !important;
    font-size:   250px;
    line-height: 170px;
}

.main_block .way_to {
    font-weight:    500;
    font-size:      20px;
    margin-top:     90px;
    margin-bottom:  10px;
    text-transform: uppercase;
}

.home-btn {
    background-color: transparent;
    padding:          2px 10px;
    width:            380px;
    font-size:        51px;
    text-transform:   uppercase;
    font-family:      'Raleway';
    border-radius:    0;
    outline:          none;
    display:          inline-block;
    font-weight:      bold;
    text-decoration:  none;
    cursor:           pointer;
}

.home-btn:focus {
    box-shadow: none;
}

/*cookie*/
.cookie {
    background: rgb(34, 34, 34);
    width:      405px;
    position:   fixed;
    bottom:     85px;
    right:      50px;
    z-index:    9999;
    font-size:  14px;
    padding:    25px 30px;
    display:    none;
}

.cookie .text_cookie {
    margin-top:    7px;
    margin-bottom: 20px;
    display:       inline-block;
}

.buttons_cookie {
}

.buttons_cookie a {
    display:      inline-block;
    text-align:   center;
    font-size:    16px;
    padding:      5px 5px;
    width:        154px;
    margin-right: 15px;
}

.buttons_cookie a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

s {
    text-decoration: line-through;
}

sup {
    vertical-align: super;
}

ol, ul {
    list-style: initial;
}

div[data-oembed-url] > div {
    width: 100% !important;
}

/*Catalogs*/
.list-thumbnails {
    list-style-type: none;
    /*text-align: center;*/
    margin:          0 -17px;
}

.list-thumbnails li {
    display:        inline-block;
    vertical-align: top;
    margin-top:     60px;
    /*margin-right: 35px;*/
    margin-left:    17px;
    margin-right:   17px;
}

.list-thumbnails .thumbnail-image {
    height:   350px;
    overflow: hidden;
}

.list-thumbnails .thumbnail-image a {
    height: 100%;
    width:  auto;
}

.list-thumbnails .thumbnail-image:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.list-thumbnails a {
    font-size:       17px;
    text-decoration: none !important;
    line-height:     1.4;
}

.list-thumbnails .thumbnail-image + a {
    margin-top: 10px;
    text-align: left;
}

.list-thumbnails .thumbnail-image img {
    height:     100%;
    width:      auto;
    transition: all 0.4s ease-in-out;
}

div[data-oembed-url] > div {
    width:     100% !important;
    max-width: 100% !important;
}

.grecaptcha-badge {
    display: none;
}

/*Alerts*/
.alert {
    position:      relative;
    padding:       1rem 1rem;
    margin-bottom: 1rem;
    border:        1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color:            #0f5132;
    background-color: #d1e7dd;
    border-color:     #badbcc;
}

/*MEDIA*/
@media only screen and (max-width: 767px) {
    .list-thumbnails li {
        margin-left:  0;
        margin-right: 0;
        margin-top:   30px;
        width:        100%;
    }

    .list-thumbnails .thumbnail-image img,
    .list-thumbnails .thumbnail-image a,
    .list-thumbnails .thumbnail-image {
        width:  100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .cookie {
        width:     100%;
        position:  fixed;
        bottom:    0;
        left:      0;
        z-index:   9999;
        font-size: 14px;
        padding:   20px 20px;
    }

    .buttons_cookie a {
        margin-left: 10px;
    }

    .welcome-text .m-l-50 {
        margin-left: 0;
    }

    .main_block .big_num {
        font-size: 180px;
    }

    .home-btn {
        font-size: 35px;
        width:     270px;
    }

    .main_block .text_page {
        font-size: 25px;
    }

    .main_block .way_to {
        margin-top:     55px;
        text-transform: uppercase;
    }

    .error_block {
        padding: 110px 0;
    }

    .cookie .text_cookie {
        margin-bottom: 15px;
    }

}

@media (max-width: 450px) {
    .cookie {
        width:     100%;
        position:  fixed;
        bottom:    0;
        left:      0;
        z-index:   9999;
        font-size: 14px;
        padding:   20px 20px;
    }

    .buttons_cookie a {
        margin-left: 10px;
    }

    .main_block .text_page {
        font-size: 22px;
    }

    .main_block .big_num {
        font-size: 140px;
    }

    .main_block .way_to {
        margin-top:     40px;
        text-transform: uppercase;
    }

    .home-btn {
        font-size: 30px;
        width:     260px;
    }

    .buttons_cookie a {
        margin-bottom: 5px;
    }

}
