@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg#fontawesome") format("svg"); }
  @font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fonts/fa-solid-900.eot");
  src: url("/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype"), url("/fonts/fa-solid-900.svg#fontawesome") format("svg"); }
  @font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/fonts/fa-brands-400.eot");
  src: url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.woff") format("woff"), url("/fonts/fa-brands-400.ttf") format("truetype"), url("/fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
  body {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    background: url(/img/234324234324.png) #5177f0;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #fff;
    margin-top: 0px;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #4781b1;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}
p {
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
}
img {width:100%;}
.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-60 {padding-top:60px;}
.pt-70 {padding-top:70px;}
.pt-80 {padding-top:80px;}

.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}

.ptb-10 {padding-top:10px; padding-bottom:10px;}
.ptb-20 {padding-top:20px; padding-bottom:20px;}
.ptb-30 {padding-top:30px; padding-bottom:30px;}
.ptb-40 {padding-top:40px; padding-bottom:40px;}
.ptb-50 {padding-top:50px; padding-bottom:50px;}
.ptb-60 {padding-top:60px; padding-bottom:60px;}
.ptb-70 {padding-top:70px; padding-bottom:70px;}
.ptb-80 {padding-top:80px; padding-bottom:80px;}
.ptb-90 {padding-top:90px; padding-bottom:90px;}
.ptb-100 {padding-top:100px; padding-bottom:100px;}
.ptb-110 {padding-top:110px; padding-bottom:110px;}
.ptb-120 {padding-top:120px; padding-bottom:120px;}
.ptb-130 {padding-top:130px; padding-bottom:130px;}
section {
    position: relative;
}
section .container {
    z-index:10;
	position: relative;
}
.container-high {
    max-width: 85vw;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.container-owl {
    width: calc(100% + 34%);
    margin: 0 auto;
}
a.close-menu-btn {
    display: none;
}
:focus {
outline: none !important;
}
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
h2.title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
	position: relative;
}
h2.title span {
    color: #4781b1;
}

h2.title.outlines {
    width: max-content;
    margin: 0 auto 20px;
}
h2.title.outlines:after {
    content: "";
    width: 250px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -260px;
    background: linear-gradient(to right,#ffffff00,#bdbdbd);
}
h2.title.outlines:before {
    content: "";
    width: 250px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -260px;
    background: linear-gradient(to left,#ffffff00,#bdbdbd);
}
.sub-title {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #6f6f6f;
	max-width: 850px;
}
ul.style-li {
    padding-left: 30px;
}
ul.style-li li {
    font-weight: normal;
    line-height: 24px;
    color: #5d5d5d;
    margin-bottom: 15px;
	position: relative;
}
ul.style-li li:before {
    content: "\f058";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    left: -22px;
    top: 0px;
    color: rgb(71 129 177);
}
.bg-color {
    background: #4781b1;
}
.bg-gray {
    background: #f4f8fb;
}
.linar-bg {
    background: linear-gradient(120deg, #4780b0 50%, #4377a2 50%);
}
.bg-gradient {background: linear-gradient(45deg, #4781b1 20%, #60adec 50%, #3f51b5);}
.bg-light:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.bg-dark:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #24242480;
}
.bg-lines:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/raster.png);
    z-index: 5;
}
.bg-dots:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/dots.png);
    z-index: 5;
}
.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.flex-box-inner {
    width: 100%;
}
section#infinity, section#projectFacts, section#counters, section#preim-pro {
    overflow-x: hidden;
}
.col-lg-55 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:50px;
    left:50px;
    display:none;
	z-index:999;
	transition: 0.4s;
}
.scrollup:hover {
    opacity: 1;
}
.scrollup svg {
    width: 40px;
    height: 40px;
    fill: #ccc;
	transform: rotate(45deg);
	transition: 0.4s;
	}
.scrollup svg:hover {
    fill: #4780b0 !important;
}
/*------ #owl-navigaton ------*/
button.owl-next {
    position: absolute;
    right: 55px;
    top: 55%;
    opacity: 0.5;
    transition: 0.4s;
	font-size: 0 !important;
}
button.owl-next:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/a2.png);
	background-size: cover;
}
button.owl-prev {
    position: absolute;
    left: 10px;
    top: 55%;
    opacity: 0.5;
    transition: 0.4s;
	font-size: 0 !important;
}
button.owl-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/a1.png);
	background-size: cover;
}
button.owl-next:hover, button.owl-prev:hover {
    opacity: 0.9;
}
.owl-dots {
    width: max-content;
    margin: -60px auto 38px;
    z-index: 9999;
    position: relative;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: 20px;
    width: 25px;
    height: 1px;
    background: #ffffff47;
    margin: 0px 4px;
}
button.owl-dot.active {
    background: #fff;
}
.btn-shine:after {
content: "";
margin-left: 60px;
width: 50px;
height: 300px;
background: linear-gradient(to right,#fd52a500 0%,#fff 50%,#a659ea00 100%);
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
position: absolute;
left: -40px;
top: -150px;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transition: all 0.1s;
transition: all 0.1s;
-webkit-animation-name: slideme;
animation-name: slideme;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
/*------ #owl-navigaton ------*/


/* ---------- #callback ----------- */
.callback {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    background: #505050e3;
    box-shadow: inset 0 0 200px #0000007d, inset 0 0 100px #00000059, inset 0 0 100px #0000002e;
}
.popup_bg {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.form {
    position: relative;
    width: 350px;
    height: auto;
    border-radius: 8px;
    padding: 40px 25px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #404040, -14px -14px 20px #484848;
}
.cme-cls, .form .cme-cls {
    position: absolute;
    top: -50px;
    right: 0px;
    border: none;
    width: 38px;
    height: 38px;
    cursor: pointer;
    transition: 0.4s;
}
.form .cme-cls:hover {
    transform: scale(0.8);
}
.cme-cls, .form .cme-cls svg {
    fill: #ebeff2;
}
.form input {
    width: 100%;
    margin: 5px 0px;
    border: 0;
    background: #ecf0f3;
    padding: 15px;
    padding-left: 20px;
    height: 58px;
    font-size: 14px;
    border-radius: 10px;
    border: 2px solid #c9c9c9;
}
.callback button {
    padding: 15px 32px;
    display: block;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    background: #4781b1;
    border: 0px;
    margin: 25px auto 0;
    border-radius: 0px;
    background-color: #ee4040;
    color: #fff;
    font-weight: 600;
}
.callback button:hover {animation: ripple 0.7s linear infinite;}
.h6 h2 {
    text-align: center;
    margin: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    font-weight: 900;
    font-size: 27px;
    color: #4781b1;
    letter-spacing: 0px;
}
.h6 span {
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
}
.form p {
    text-align: center;
    line-height: 18px;
}
.brand-logo {
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo i {
    font-size: 50px;
    color: #4781b1;
}
div#calform .flex-box-inner {
    width: auto;
}

/* ---------- #callback ----------- */

/* ---------- #buttons options ----------- */
.button {
    display: block;
    padding: 15px 0;
    position: relative;
    color: #4781b1;

    margin: 25px auto 0;
    width: 225px;
    text-align: center;
    z-index: 1;
    border-radius: 30px;
    cursor: pointer;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    transition: 0.3s;
}
.btn-bg {
background: #4781b1;
color: #fff;
}
.btn-gradient-color {
    background: linear-gradient(to top,#ff5722,#ff9800);
    color: #fff;
}
.btn-gradient-light {
    background: linear-gradient(to top,#c3c3c3,#ffffff);
}
.btn-gradient-dark {
    background: linear-gradient(to top,#272727,#696969);
	color: #fff;
}
.btn-small-rad {
    border-radius: 10px;
}
.btn-no-rad {
    border-radius: 0px;
}
.btn-left {
    margin: 25px 0 0;
}
.btn-right {
    margin: 5px 0 0;
}
.button:hover {
    animation: ripple 0.7s linear infinite;
    opacity: 0.8;
}
/* ---------- #buttons options ----------- */

/* ---------- #keyframes options ----------- */
@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}
/* ---------- #keyframes options ----------- */

/* ---------- #svg-layers ----------- */
.svg-frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.svg-frame svg {
    fill: #fff;
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100px;
}
.svg-frame.rot360 {
    transform: rotate(
180deg
);
    top: inherit;
    bottom: 0;
}
/* ---------- #svg-layers ----------- */


/* ---------- #top-product ----------- */

img.free-squad {
    position: absolute;
    width: auto;
    top: 156px;
    left: -314px;
}
section#top-product h1 {
    text-align: left;
    font-weight: 700;
    color: #fff;
    font-size: 49px;
    line-height: 1.35;
}
section#top-product h2 {

    text-align: left;
    font-size: 27px;
    margin-top: 26px;
    line-height: 1.45;
}
section#top-product h1 span {
    background: #fff;
    color: #5177f0;
    padding: 0px 24px 6px;
    font-size: 47px;
}
section#top-product .button {
    margin: 25px 0 0;
    border-radius: 0px;
    background-color: #ee4040;
    color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(238, 64, 64, 1);
    font-weight: 600;
}
    section#top-product p {
        text-align: center;
        color: #fff;
    }
    .allprice-box {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        padding-bottom: 20px;
    }
    .pricer {
        font-size: 40px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }
    .pricer span {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 400;
        width: 100%;
        display: block;
    }
    .pricer.old-price {
        color: #545f8e;
        font-weight: 600;
    }
    .pricer.old-price span {
        text-decoration: none;
    }
    .countdown {
        color: #545f8e;
        display: block;
        font-weight: 400;
        text-align: center;
        font-size: 30px;
        margin: 0 auto;
        width: max-content;
    }
    .countdown-number {
        padding: 0 10px;
        display: inline-block;
        position: relative;
    }
    .countdown-time {
        display: inline-block;
        font-weight: 600;
    }
    .countdown-text {
        display: block;
        padding-top: 5px;
        font-size: 14px;
        color: #fff;
    }
    .countdown-number.with-dot:after {
        content: ":";
        position: absolute;
        top: -3px;
        right: -9px;
        color: #545f8e;
    }
    /* ---------- #top-product ----------- */


    /*------ #top-head-tarnper ------*/
    #top-head-tarnper {
        border-bottom: 1px solid #476ee9;
        padding: 25px 0;
        width: 100%;
        background: #5177f0;
    }

#top-head-tarnper .navbar {
    width: max-content;
    margin: 0 auto;
}
#top-head-tarnper .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    text-transform: inherit;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 600;
}
#top-head-tarnper a.logo img {
    width: 214px;
    margin-top: -4px;
}

#top-head-tarnper .phone-box {
    color: #fff;
    text-transform: inherit;
    font-size: 18px;
    padding: 14px 0px;
    font-weight: 600;
    text-align: right;
    line-height: 18px;
}
#top-head-tarnper .phone-box span {
    font-size: 12px;
}
/*------ #top-head-tarnper ------*/
#top-head-tarnper .phone-box span:before {
    content: "";
    width: 65px;
    height: 6px;
    position: absolute;
    bottom: 9px;
    left: 97px;
    background: #ee4040;
}

.blue-blue {
    background: #5e5df5;
    padding: 50px;
}

/* ---------- #big-slider ----------- */
.slider-box {
    height: 600px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bag0 {
    background: url(/img/slide0.jpg);
}
.bag1 {
    background: url(/img/slide1.png);
}
.bag2 {
    background: url(/img/slide2.jpg);
}
.bag3 {
     background: url(/img/slide3.png);
}
.bag33 {
    background: url(/img/slide33.jpg);
}
.bag4 {
    background: url(/img/slide4.png);
}
.bag5 {
    background: url(/img/slide5.png);
}
.bag6 {
    background: url(/img/slide6.png);
}
div#big-slideshow .flex-box-inner {
    text-align: center;
}
div#big-slideshow h1 {
    font-size: 48px;
    font-weight: 700;
    color: white;
}
div#big-slideshow p {
    font-size: 20px;
    font-weight: 400;
    color: white;
}
/* ---------- #big-slider ----------- */


/* ---------- #contact-box ----------- */


section#contact-box h2.titl {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}

section#contact-box p, section#contact-box a, section#contact-box i {
    color: #fff;
}
section#contact-box input, section#contact-box textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    border: 1px solid #5176f0;
    background-color: #5176f0;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    box-shadow: 0 0 16px #0000004f;
}
section#contact-box input::-webkit-input-placeholder {color:#fff;}
section#contact-box input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
section#contact-box input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
section#contact-box input:-ms-input-placeholder      {color:#fff;}
section#contact-box .button {

    cursor: pointer;
    color: #fff;
    background-color: #ee4040;
    font-weight: 600;
    font-size: 14px;
    width: 260px;
    height: 50px;
    padding: 0 15px;
    display: block;
    border-radius: 0;
    border: 0;
    margin: 20px 0 0;
}
/* ---------- #contact-box ----------- */


/* ---------- #section#how-order ----------- */


.order-box h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    width: 60%;
    margin: 41px auto 20px;
}
.order-box p {
    text-align: left;
    font-weight: 500;
    width: 60%;
    margin: 0 auto;
}
.order-box .button {
    background: #f74033;
    border-radius: 10px;
    color: #fff;
}

/* ---------- #section#how-order ----------- */


/* ---------- #blog-card ----------- */

section#blog-card .blog-card {
    display: flex;
    flex-direction: column;
    margin: 0.5rem auto;
	box-shadow: rgb(125 125 125 / 27%) 0px 0px 25px;
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
}

section#blog-card .blog-card a {
    color: inherit;
}

section#blog-card .blog-card a:hover {
    color: #5ad67d;
}


section#blog-card .blog-card .image-wrapper {
    position: relative;
    z-index: 0;
    height: 200px;
}

section#blog-card .blog-card .image-wrapper .image::before {
  content: "Read Description";
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(181, 181, 181, 0.3);
  transition: all 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

section#blog-card .blog-card .image-wrapper .image:hover::before {
  opacity: 1;
}

section#blog-card .blog-card .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}

section#blog-card .blog-card .details,
section#blog-card .blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

section#blog-card .blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}

section#blog-card .blog-card .details a {
    text-decoration: dotted underline;
}

section#blog-card .blog-card .details ul li {
    display: inline-block;
}

section#blog-card .blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "";
}

section#blog-card .blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "";
}

section#blog-card .blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 10px;
}

section#blog-card .blog-card .details .tags li {
    margin-right: 2px;
}

section#blog-card .blog-card .details .tags li:first-child {
    margin-left: -4px;
}

section#blog-card .blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

section#blog-card .blog-card .description:before {
  content: "";
  border-radius: 10px;
  background: #fff;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  bottom: 0;
  z-index: -1;
}


section#blog-card .blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

section#blog-card .blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
}

section#blog-card .blog-card .description .card-actions {
    text-align: center;
}

section#blog-card .blog-card .description .card-actions a {
    display: inline-block;
    position: relative;
}

section#blog-card .blog-card .description .card-actions a:hover {
  color: black !important;
}

section#blog-card .blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

section#blog-card .blog-card p:first-of-type {
    margin-top: 1.25rem;
}

section#blog-card .blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
    text-align: left;
    height: 3px;
    border-radius: 50px;
    background: #4781b1;
}

section#blog-card .blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {
    section#blog-card .blog-card {
        flex-direction: row;
        max-width: 700px;
        min-height: 160px
    }
    section#blog-card .blog-card .image-wrapper {
        flex-basis: 40%;
        height: auto;
    }
    section#blog-card .blog-card .description {
        flex-basis: 60%;
    }
    section#blog-card .blog-card .description:before {
        content: "";
        border-radius: 10px;
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    section#blog-card .blog-card.alt {
        flex-direction: row-reverse;
    }
    section#blog-card .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
    }
    section#blog-card .blog-card.alt .details {
        padding-left: 25px;
    }
}

/* ---------- #blog-card ----------- */


.sub-text {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 91px;
    font-weight: 600;
    letter-spacing: 15px;
    z-index: -1;
    color: #ffffff14;
}


.squad {
    margin: 0;
    position: absolute;
    left: 17%;
    top: 22%;
    background: #fff;
    width: 350px;
    height: 350px;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 0 0 41px #00000078;
}

img.prlx-img {
    position: absolute;
    width: auto;
    top: 47px;
    right: -131px;
}

section#monitor h2.title {
    font-size: 63px;
    font-weight: 700;
}

section#monitor {
    background: #5177f0;
}

img.free-nolim-r {
    position: absolute;
    width: auto;
    top: 200px;
    left: 0;
}

img.free-nolim-l {
    position: absolute;
    width: auto;
    top: 200px;
    right: 0;
}

img.free-flow-r {
    position: absolute;
    width: auto;
    bottom: -166px;
    left: 0;
}

img.free-flow-l {
    position: absolute;
    width: auto;
    top: 35px;
    right: 0;
}

.blue-blue h3 {
    font-weight: 600;
}

.blue-blue li {
    color: #fff;
    list-style-type: disc;
}


.blue-blue-it {
    margin-bottom: 40px;
}
.blue-blue-it li {
    color: #fff;
    font-size: 12px;
    list-style-type: disc;
}

.blue-blue-it h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

section#books .flex-box-inner {
    margin-top: -40px;
}


.blue-blue-it h3 span {
    position: absolute;
    color: #fca925;
    font-size: 25px;
    left: -130px;
    top: 5px;
    font-weight: 800;
}


.blue-blue-it h3 span:before {
    content: "";
    width: 58px;
    height: 6px;
    position: absolute;
    top: 11px;
    left: 59px;
    background: #fca925;
}

section#books h2.title {
    font-size: 68px;
    line-height: 0.95;
    font-weight: 700;
}

section#shlem h2.title {
    font-size: 66px;
    font-weight: 700;
}

p.fs-20 {
    font-size: 20px;
    line-height: 30px;
    width: max-content;
    margin: 0 auto;
}

.boxz-txt {
    background-color: #5177f0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(26, 26, 26, 0.5);
    padding: 25px 75px 25px 25px;
    color: #fff;
    font-size: 18px;
    max-width: 70%;
    margin: 40px auto 0;
    position: relative;
}


img.side-nolim {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

section#charches h2.title {
    font-size: 60px;
    font-weight: 700;
}

.char-box-item {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    display: flex;
    height: 60px;
    align-items: center;
}

.char-box-item span {
    font-size: 50px;
    font-weight: 700;
}

.char-box-item span sup {
    color: #fca925;
    font-size: 30px;

    margin-right: 40px;
}
.free-side-text {
    position: absolute;
    font-size: 25px;
    color: #fff;
    bottom: 173px;
    background-color: #5177f0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(26, 26, 26, 0.5);
    padding: 25px 200px;
}
img.free-gantel {
    position: absolute;
    width: auto;
    bottom: -150px;
    left: 0;
}


section#big-slider .button {
    color: #ffffff;
    border: 0px solid #ffffff;
    background-color: #ee4040;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

section#big-slider h2.title {
    font-size: 100px;
}

img.free-hand {
    width: auto;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
}

img.free-round {
    position: absolute;
    width: auto;
    top: 123px;
    left: 190px;
    z-index: 1;
}
img.free-post {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.dark-blue {
    background: url(/img/234324234324.png) #5b54f1;
}


/* ---------- #page-footer ----------- */
section#page-footer {
    background: #272727;
    padding: 40px 0 20px;
}
section#page-footer a.logo img {
    width: auto;
    margin-top: -13px;
    margin-right: 18px;
    height: auto;
}
section#page-footer a.logo {
    color: #fff;
    text-transform: inherit;
    font-size: 28px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    margin-top: 7px;
    display: flex;
}
section#page-footer .write-us {
    margin: 7px auto;
    width: max-content;
}
section#page-footer .phone-box span {
    font-size: 14px;
    display: block;
    font-weight: 500;
}
section#page-footer .phone-box {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: right;
    padding-top: 2px;
    line-height: 23px;
}
section#page-footer .copy-box a, section#page-footer .copy-box p {
    color: #ccc;
    margin-bottom: 0;
    padding: 10px 0;
	display: block;
}
section#page-footer .phone-box i {
    color: #19bc4d;
}
section#page-footer hr {
    border-top: 1px solid #ffffff1a;
	margin-top: 35px;
}
section#page-footer .write-us a {
    margin: 0 5px;
}
/* ---------- #page-footer ----------- */


section#how-order h2.title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 80px;
}

img.fre-flow {
    position: absolute;
    width: auto;
    left: 0;
    top: 0;
}


img.free-squad.rig-sq {
    top: 68px;
    left: -201px;
}


img.free-squad.lft-sq {
    top: 68px;
    right: -201px;
    left: inherit;
}


.order-box {
    margin-bottom: 60px;
}

img.fotoleft {
    position: absolute;
    top: 129px;
    left: -340px;
    width: auto;
}

img.fotoright {
    position: absolute;
    top: 129px;
    right: -340px;
    width: auto;
}

.one-vids {
    display: flex;
}

.one-vids iframe {
    margin-top: 24px;
    margin-right: 5px;
    height: 198px;
    border: 2px solid #000;
}

.one-vids-right {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/img/gkfyitn.png);
    background-size: cover;
    height: 223px;
    padding: 30px 45px 0;
    color: #fff;
}


section#videootzyv h2.title {
    font-size: 70px;
    font-weight: 700;
}


.pretext {
    font-size: 20px;
    color: #fff;
}


.rocket-item {
    background-color: #5d52f6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    padding: 20px 20px 20px 200px;
    color: #fff;
    margin-bottom: 40px;
    margin-left: -200px;
    font-size: 16px;
}

.rocket-item.wt-rtb {
    background: transparent;
    box-shadow: none;
}

img.free-rock {
    position: absolute;
    width: auto;
    top: 4200px;
    right: 0;
}

.pretext {
    font-size: 20px;
    color: #fff;
    margin-bottom: 50px;
}


.free-name h5 {
    font-size: 16px;
    font-weight: 600;
}
    .free-name {
        width: max-content;
        position: absolute;
        right: 20px;
        bottom: -30px;
        text-align: left;
    }
.free-name p {
    text-align: left !important;
    font-size: 14px;
    line-height: 17px;
}
img.free-rock-mobil-style {
    display: none;
}


a.ply-btn {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 37%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

a.ply-btn:before {
    content: "";
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #4781b1;
    border-radius: 50%;
    animation: ripple1 2.6s linear infinite;
    z-index:-1;
    }

    a.ply-btn:after { 
        content: "";
        width: 50px;
        height: 50px;
        margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
        border: 1px solid #4781b1;
        border-radius: 50%;
        animation: ripple2 1.3s linear infinite;
        z-index:-1;
        }


@keyframes ripple1 {
    0% {
        width: 50px;
        height: 50px;
        opacity: 1;
    }
    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
  }


  @keyframes ripple2 {
    0% {
        width: 50px;
        height: 50px;
        opacity: 1;
    }
    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
  }



  a.arrow-btn {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 108%;
    transform: translate(-50%, -50%);
    animation: ripple3 1.6s linear infinite;
    width: 50px;
}

@keyframes ripple3 {
    0% {
margin-top:0;
    }
    50% {
        margin-top:20px;
    }
    100% {
        margin-top:0px;
    }
  }


  img.free-black {
    position: absolute;
    width: auto;
    top: 15px;
    right: -9px;
    z-index: -1;
}

section#phone h2.title {
    font-size: 47px;
    margin-left: 50px;
}


section#phone img.free-squad {
    top: 88px;
    left: -200px;
    z-index: -1;
}


section#books img.free-squad {
    z-index: -1;
    left: -365px;
    top: 180px;
}

section#books img.free-squad.right-side {
    z-index: -1;
    left: inherit;
    right: -285px;
    top: 180px;
}


.free-kaska {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
}


.free-znak {
    color: #fca925;
    font-size: 80px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    position: absolute;
    top: 6%;
    right: 30px;
}


section#monitor2 a.ply-btn {
    top: 47%;
}

img.free-pen {
    width: auto;
    position: absolute;
    top: 0;
    left: -90px;
}

section#rocket h2.title {
    font-size: 53px;
}

.freee-char {
    color: #fca925;
    font-size: 25px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: -78px;
}

.freee-char:before {
    content: "";
    width: 43px;
    height: 6px;
    position: absolute;
    top: 17px;
    left: 43px;
    background: #fca925;
}

.rocket-item.big-text {
    font-size: 25px;
    margin-top: 60px;
}

img.free-round2 {
    position: absolute;
    width: auto;
    left: 15%;
    top: 15%;
    z-index: -1;
}




.rrounds {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 37%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.rrounds:before {
    content: "";
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #4781b1;
    border-radius: 50%;
    animation: ripple11 2.6s linear infinite;
    z-index:-1;
    }

    .rrounds:after { 
        content: "";
        width: 50px;
        height: 50px;
        margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
        border: 1px solid #4781b1;
        border-radius: 50%;
        animation: ripple22 1.3s linear infinite;
        z-index:-1;
        }


@keyframes ripple11 {
    0% {
        width: 50px;
        height: 50px;
        opacity: 1;
    }
    100% {
        width: 450px;
        height: 450px;
        opacity: 0;
    }
  }


  @keyframes ripple22 {
    0% {
        width: 50px;
        height: 50px;
        opacity: 1;
    }
    100% {
        width: 450px;
        height: 450px;
        opacity: 0;
    }
  }


  .rrounds {
    margin: 0;
    position: absolute;
    left: 49%;
    top: 46%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.fixed-social {
    position: fixed;
    z-index: 999;
    top: 45%;
    right: 0;
}
.fixed-social a {
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 18px;
    margin-bottom: 6px;
    border-radius: 10px 0 0px 10px;
}


section#page-footer a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

section#page-footer .sub-text {
    position: relative;
    margin: -31px auto 0;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
    transform: inherit;
    letter-spacing: 5px;
    width: 100%;
    font-size: 75px;
    text-align: center;
}

.row.botton-foot a {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.row.botton-foot {
    margin-top: 40px;
}

.phone-box a {
    color: #fff;
}

.h6 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}



