@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext');

html {
    display: table;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #010335 0%, #000000 85.64%);
  }
  
  body {
    background-color:  #140027;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    width: 100%;
    height: 100%;
  }
  
  body,
  html {
    padding: 0;
    height: 100%;
  }
  #header_block {
    background: linear-gradient(180deg, #010335 0%, #000000 85.64%);
    padding: 3rem 1.5rem;
  }
/* --- Navigation START --- */
.navbar {
    background-color: #010333;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.9;
}
.navbar-menu .navbar-item, .navbar-link {
    color: #fff;
    font-size: 20px;
    background-color: #C61E3D;
    border-radius: 999rem;
    margin: 10px 10px;
    padding: 0px 20px;
}
.navbar-menu .navbar-item:hover, .navbar-link:hover{
    color: #fff;
    background-color: #C61E3D;
    opacity: 0.8;
}
.navbar-item img {
    max-height: 2.5rem;
}
.navbar.is-fixed-top{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* --- Navigation END --- */
.container.top-slider-container{
    margin-top: 3rem;
}
.top-slider {
    padding-top: 3.75rem;
    border-bottom: 1px solid #273f6f;
}
.top-slide{
    padding: 0;
}
.top-slide img{
    display: block;
    float: right;
}
.sl-caption .title.is-1 {
    color: #C61E3D;
}
.sl-caption .subtitle.is-3 {
    color: #fff;
}
.sec1_block{
    padding: 6.25rem 1.5rem;
    background: linear-gradient(180deg, #000000 0%, #0A0D5C 66.85%), #000000;
}
.sec2_block{
    background: linear-gradient(180deg, #0A0D5C 0%, #C61E3D 100%), #FFFFFF;
}
.sec3_block{
    background: linear-gradient(180deg, #C61E3D 0%, #140027 67.77%, #140027 100%);
}
.sec1_content h1,
.sec1_content h2,
.txt-blue{
    color: #77A5FF;
}
.sec3_block h2{
    color: #fff;
}
.product_link{
    color: #fff;
}
.product_link:hover{
    color: #fff;
    opacity: 0.6;
}
.cnt-content a{
    color: #fff;
}
.cnt-content a:hover{
    color: #fff;
    opacity: 0.6;
}
.cnt-icon{
    color: #77A5FF;
}
.cnt-sep{
    padding: 0 20px;
}
.social {
    font-size: 100px;
}
.social a:hover{
    color: #3273dc;
    opacity: 0.6;
}
#footer_block{
    background:  #140027;
}
#footer_block img{
    height: 100px;
}
/* --- Modal box START --- */
.blocker{
    z-index: 31 !important;
    padding: 10px !important;
}
.modal{
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    overflow: scroll !important;
    z-index: 32 !important;
    box-shadow: 0 0 10px #fff !important;
    border-radius: 10px !important;
}
.modal a.close-modal{
    top: 15px !important;
    right: 15px !important;
}
.modal a.close-modal{
    position: fixed !important;
}
/* --- Modal box END --- */


.flex-item {
    padding: 10px;
    margin: 5px;
  }
.flex-item h2{
    text-decoration-line: underline;
}

.txt-red{color: #C61E3D;}
.txt-bold{font-weight: bold;}
.txt-tr-upc{text-transform: uppercase;}

.m-t-40{margin-top: 2.5rem;}
.m-b-40{margin-bottom: 2.5rem;}
.m-b-100{margin-bottom: 6.25rem;}
.m-t-100{margin-top: 6.25rem;}

.p-t-80{padding-top: 5rem;}
.p-b-80{padding-bottom: 5rem;}
.p-t-b-80{padding: 5rem 0;}

.hide{
    display: none;
}
span.hide.ce-element.ce-element--type-text{
    display: inline;
    padding: 0 10px;
    font-size: 12px;
}
.navbar-burger{
    background-color: #C61E3D !important;
    color: #fff !important;
    right: 0;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    html{
        font-size: 8px;
    }
    .top-slider{
        border: none;
    }
    .sl-caption{
        text-align: center;
    }
    .top-slide{
        border-bottom: 1px solid #273f6f;
    }
    .top-slide img{
        float: unset;
        margin: 0 auto;
    }
    #footer_block{
        text-align: center;
    }
  }

@media only screen and (min-width: 1024px) {
    #flex-grid{
        width: 1000px;
        margin: 0 auto;
    }
  }
