html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font: 16px/24px "Open Sans", sans-serif;
    color: #191919;
}

.wrap {
    flex: 1 0 auto;
}

.site-footer {
    background: #232323;
    padding-top: 90px;
    color: white;
    flex-shrink: 0;
}

.site-footer > .container {
    padding-bottom: 30px;
}

.site-header {
    display: flex;
    flex-direction: column;
    background: url(../img/header_bg.webp) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    color: white;
    position: relative;
}

@media (max-width: 767px) {
    .site-header {
        height: 100vh;
    }
}

@media (max-height: 360px) {
    .site-header {
        height: auto;
        padding: 15px 0;
    }
}

.site-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #791b9c 20%,#202384 100%);
    opacity: .92;
    /*animation: fadeHeader .5s ease;*/
    /*animation-fill-mode: forwards;*/
}



/*@keyframes fadeHeader {*/
    /*0% {*/
        /*opacity: 1;*/
    /*}*/
    /*100% {*/
        /*opacity: .97;*/
    /*}*/
/*}*/

.site-header .container {
    position: relative;
    z-index: 1;
}

.site-header > .container {
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
}

.main-title {
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    text-transform: uppercase;
}

.site-header-top-bar {
    height: 50px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-top: 13px;
    letter-spacing: -.05em;
    position: relative;
    z-index: 1;
    font-size: 17px;
}

/*@media (max-width: 991px) {*/
/*    font-size: 14px!important;*/
/*}*/

.site-header-top-bar > .container {

    flex-direction: column;
    margin: auto;
}

.site-header a {
    color: white;
    text-decoration: none!important;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 65px;
    background-position: left top;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    letter-spacing: -.05em;
    min-height: 52px;
}

.screen-heading {
    margin: 0;
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 37px;
}

.screen-features {
    padding-bottom: 40px;
}

.feature-item-rocket {
    background-image: url(../img/icons/rocket-ship.svg);
}
.feature-item-printer {
    background-image: url(../img/icons/printer.svg);
}
.feature-item-badge {
    background-image: url(../img/icons/badge.svg);
}
.feature-item-time {
    background-image: url(../img/icons/24-hours.svg);
}
.feature-item-wallet {
    background-image: url(../img/icons/wallet.svg);
}
.feature-item-shipping {
    background-image: url(../img/icons/delivery-man.svg);
}

h1,h2,h3,.h1,.h2,.h3 {
    /*font-family: "Merriweather", serif;*/
}

.site-footer {
    font-weight: 300;
}




.site-footer h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 19px;
}

.site-footer ul li {
    margin-bottom: 10px;
}


@media (max-width: 360px) {
    .hidden-360 {
        display: none;
    }
}

@media (max-width: 767px) {
    .table-center-xs {
        display: table;
        margin: 0 auto;
    }
}

.btn-primary {
    background: #477ef6;
    border: none;
    border-radius: 24px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.03em;
    box-shadow: 0 7px 5px rgba(0,0,0,.15);
    transition: .15s ease;
}

.btn-primary:hover, .btn-primary:focus {
    background: #477ef6;
    box-shadow: 0 0 20px 5px #477ef6, 0 7px 5px rgba(0,0,0,.15);
}

.btn-primary:active,  .btn-primary:focus:active,  .btn-primary:hover:active {
    background: #1b305e;
}

@media (max-width: 640px) {
    .main-title {
        font-size: 20px;
    }
}

/*@media (max-width: 767px) {*/
    /*.btn-primary {*/
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    /*}*/
/*}*/

@media (max-width: 991px) {
    .cell-phone, .cell-mail, .cell-time {
        font-size: 14px;
    }
}

.desktop-nav > .container {
    position: relative;
    z-index: 10;
}

.header-logo {
    position: absolute;
    left: calc(50% - 84px);
    top: -22px;
    width: 167px;
    height: 93px;
}

.desktop-nav {
    /*background: linear-gradient(to top, rgba(121,27,156,.75) 20%,rgba(32,35,132,.5) 100%);*/
    background: transparent;
}

.desktop-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-menu ul li {
    display: inline-block;
}

.desktop-menu ul li a {
    display: inline-block;
    height: 93px;
    line-height: 93px;
    padding: 0 15px;
    position: relative;
    font-weight: 700;
}

.desktop-menu ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 1px;
    box-shadow: 0 0 20px 5px transparent;
    transform: scale(.25, 1);
    opacity: 0;
    transition: .3s ease, box-shadow .75s ease, opacity .15s ease;
}

.desktop-menu ul li:hover a:after, .desktop-menu ul li.active a:after {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 20px 5px rgba(255,255,255,.5);
}

.nav-socials {
    font-size: 24px;
}

.nav-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-socials ul li {
    display: inline-block;
}

.hc-nav-trigger span, .hc-nav-trigger span:before, .hc-nav-trigger span:after {
    background: #477ef6;
    box-shadow: 0 0 0 1px white;
    border-radius: 4px;
}

.hc-nav-trigger {
    position: fixed;
    top: 15px;
    right: 15px;
}

.nav-content h2 {
    padding: 0;
    margin: 0;
    text-align: center;
}

.zd a {
    padding: 0;
    font-size: 14px;
    display: inline-block;
}

.mobile-menu a {
    font-weight: 700;
}

.hc-nav-trigger {
    transition: transform .3s ease;
}

.hc-nav-trigger.toggle-open {
    transform: scale(.75);
}

@media (max-width: 828px) {
    .cell-phone {
        transform: translateX(-30px);
    }
}

.screen-about {
    background: #276cb1;
    padding-top: 90px;
    padding-bottom: 90px;
}

.screen-about h2 {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
}

.screen-dark {
    color: white;
}

.screen-dark .screen-heading {
    color: white;
}

.btn-default {
    background: white;
    color: #276cb1;
    border: none;
    border-radius: 24px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.03em;
    box-shadow: 0 7px 5px rgba(0,0,0,.15);
    transition: .15s ease;
}

.btn-default:hover, .btn-default:focus {
    box-shadow: 0 0 20px 5px rgba(255,255,255,.5), 0 7px 5px rgba(0,0,0,.15);
    color: #276cb1;
    background: white;
}

.btn-default:active,  .btn-default:focus:active,  .btn-default:hover:active {
    background: #ccc;
    color: #276cb1;
}

@media (max-width: 767px) {
    .center-xs {
        text-align: center;
    }
}

.service-item {
    display: block;
    margin-bottom: 15px;
    color: #191919!important;
    text-decoration: none!important;
}

.service-item img {
    transition: transform .15s ease;
}

.service-item:hover img {
    opacity: 1;
    transform: scale(1.1);
}

@media (max-width: 1280px) {
    .service-item img {
        opacity: 1;
    }
}

.service-item p {
    margin-top: 15px;
    text-align: center;
    color: #3f208c;
}

.screen-services {
    padding-bottom: 50px;
}

.screen-brands {
    background: #286cb0;
    padding-bottom: 90px;
}










.slick-slider {
    margin:0 -15px;
}
.slick-slide {
    padding:10px;
    margin-right:15px;
    margin-left:15px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots li button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ccc;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #286cb0;
}

.slick-dots {
    padding: 0;
}

.about-heading {
    font-size: 28px;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .about-heading {
        padding-bottom: 0;
    }
}

.slick-prev, .slick-next {
    font-family: "Font Awesome 5 Free";
    z-index: 100;
    width: auto;
    height: auto;
    opacity: 1;
}


.slick-prev:before, .slick-next:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 2px solid #286cb0;
    color: #286cb0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    opacity: 1;
    transition: .15s ease;
    background: white;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-next:hover:before, .slick-prev:hover:before {
    background: #286cb0;
    color: white;
}

.slick-prev:before {
    content: "\f053";
    left: 0;}

.slick-next:before {
    content: "\f054";
}

@media (min-width: 1279px) {
    .slick-prev {
        left: -70px;
    }

    .slick-next {
        right: -70px;
    }
}

@media (max-width: 480px) {
    .slick-prev:before, .slick-next:before {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }

    .slick-prev {
        left: -30px;
    }

    .slick-next {
        right: -30px;
    }
}

@media (max-width: 991px) {
    .screen-about .screen-heading {
        text-align: center;
    }
    .screen-heading {
        font-size: 30px;
    }
}

.footer-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    box-shadow: none;
    border-radius: 0;
    color: white;
    position: relative;
}

.footer-copyright {
    background: #191919;
    font-size: 13px;
}

.footer-copyright {
    padding: 30px 0;
}

p a:not([class]), ul:not([class]) a:not([class]), .list-one a, ol:not([class]) a:not([class]) {
    text-decoration: none;
    border-bottom: 1px solid rgba(59,122,184,.25);
    transition: border-color .15s ease;
}

p a:not([class]):hover, ul:not([class]) a:not([class]):hover, .list-one a:hover, ol:not([class]):hover a:not([class]):hover {
    border-bottom: 1px solid rgba(59,122,184,.75);
}

.site-footer a {
    color: white;
}

.site-footer ul li a:not([class]) {
    color: white;
    border-bottom: 1px solid rgba(255,255,255,.15);
    transition: .15s ease;
}
.site-footer ul li a:not([class]):hover {
    color: white;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.page-layout-header {
    height: 450px;
    overflow: hidden;
}

.page-title {
    text-align: left;
    position: relative;
}

.page-title:before {
    content: '';
    position: absolute;
    left: -1015px;
    top: 18px;
    width: 1000px;
    height: 4px;
    background: white;
}

@media (max-width: 991px) {
    .page-layout-header {
        height: 350px;
    }

    .page-title {
        font-size: 28px;
        text-align: center;
    }

    .page-title:before {
        display: none;
    }
}

.breadcrumb {
    padding: 10px 0;
    font-size: 14px;
    background: transparent;
}

.site-content {
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 30px;
}

.list-one {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 32px;
}

.list-one li {
    padding-left: 30px;
    position: relative;
}

.list-one i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #3b7ab8;
}

.site-content table {
    margin-top: 30px;
    margin-bottom: 60px;
}

.site-content .table tr th {
    /* border-bottom: 1px solid #dddddd; */
    padding: 30px 15px;
}

.site-content .table tr td {
    padding: 15px;
    /* border: none; */
}

.footer-menu a {
    text-decoration: none!important;
}

.footer-menu li.active a {
    font-weight: bold;
}

.help-block {
    font-size: 13px;
}

.modal.fade {
    z-index: 10000000 !important;
}

.table p {
    margin: 0;
    padding: 0;
}

.zbz {
    position: relative;
    left: 4px!important;
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  .animate-flicker {
     -webkit-animation: flickerAnimation 1s infinite;
     -moz-animation: flickerAnimation 1s infinite;
     -o-animation: flickerAnimation 1s infinite;
      animation: flickerAnimation 1s infinite;
  }

  /* .site-content table.table tr td, .site-content table.table tr th {
    border: 1px solid white;
  } */

.service-item p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 32px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .service-item p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .container2 {
        width: 100%;
        padding: 0 30px;
    }
}