@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: #fff;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #2e2e2e;
    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: #2e2e2e;
    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;
}
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: 50px;
    height: 3px;
    position: absolute;
    top: 18px;
    left: -80px;
    background: #ccc;
}
h2.title.outlines:before {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: 18px;
    right: -80px;
    background: #ccc;
}
.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: #f3f3f3;
}
.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: rgba(43, 43, 43, 0.8);
}
.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: 0 auto;
    z-index: 9999;
    position: relative;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: 20px;
    width: 40px;
    height: 3px;
    background: #f3f3f3;
    margin: 0px 4px;
}
button.owl-dot.active {
    background: #ffe74d;
}
.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: 600px;
    height: auto;
    border-radius: 0;
    padding: 40px 25px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 14px 14px 20px #404040, -14px -14px 20px #484848;
}
.cme-cls, .form .cme-cls {
    position: absolute;
    top: -43px;
    right: -43px;
    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: 90%;
    margin: 5px 0px;
    border: 0;
    padding: 4px;
    padding-left: 20px;
    height: 43px;
    font-size: 14px;
    border: 1px solid #bec7d1;
    margin: 0 auto -4px;
    display: block;
}
.callback button {
    padding: 15px 32px;
    margin: 25px auto 0;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    background: #ffdd00;
    border: 0px;
    color: rgb(50 50 50);
}
.callback button:hover {animation: ripple 0.7s linear infinite;}
.h6 h2 {
    text-align: center;
    margin: 0px;
    padding-bottom: 20px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 30px;
    /* color: #ffdd00; */
    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: 8px;
    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: #ffdd00;
}
div#calform .flex-box-inner {
    width: auto;
}

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

/* ---------- #buttons options ----------- */
.button {
    display: block;
    padding: 15px 0;
    position: relative;
    color: #4781b1;
    text-transform: uppercase;
    margin: 25px auto 0;
    width: 225px;
    text-align: center;
    z-index: 1;
    border-radius: 30px;
    cursor: pointer;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    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-head-tarnper ------*/
#top-head-tarnper {
    position: absolute;
    top: 0px;
    z-index: 999;
	background: #fff;
    width: 100%;
	
}

#top-head-tarnper .navbar {
    width: max-content;
    float: right;
}
#top-head-tarnper .navbar-expand-lg .navbar-nav .nav-link {
    color: #505050;
    text-transform: inherit;
    font-size: 16px;
    padding: 10px 10px;
}
#top-head-tarnper a.logo img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -20px;
}
#top-head-tarnper .container {
    padding: 25px 0;
	transition: 0.3s;
}
#top-head-tarnper .phone-box {
    color: #505050;
    text-transform: inherit;
    font-size: 18px;
    padding: 14px 0px;
}
/*------ #top-head-tarnper ------*/
section#preims-big h4 {
    text-align: center;
    font-size: 16px;
}
/* ---------- #just-banner ----------- */
section#just-banner {
    height: 100vh;
    background: url(/img/slide5_0.png);
    background-size: cover;
    background-position: center;
}
section#just-banner:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(50, 42, 83, 0.43), rgba(50, 42, 83, 0.43)), linear-gradient(270deg, rgba(250, 186, 22, 0.7) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) -17.16%, rgba(0, 0, 0, 0.51) 70.91%);
}
section#just-banner .flex-box {
    height: 85vh;
}
section#just-banner img {
    width: 300px;
    margin: 0 auto;
    display: block;
	filter: invert(100%);
}
section#just-banner h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 40px 0;
}
section#just-banner h1 span {
    color: #00fae7;
    display: block;
}
section#just-banner h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
section#just-banner hr {
    width: 15vw;
    border-color: #fff;
}
/* ---------- #just-banner ----------- */

.prem-box {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: rgb(239 239 239);
    backdrop-filter: blur(19px);
    border-radius: 20px;
    z-index: 9999;
    padding: 20px;
}
.prem-box i {
    font-size: 10px;
}
.prem-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
	padding-top: 20px;
}
section#top-product p {
    text-align: left;
    color: #353535;
    line-height: 20px;
}
.prem-box p.vid-pos {
    padding-top: 30px;
}
.box-video {
    position: relative;
    max-width: 100%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    height: 430px;
}
.prem-box .box-video {
    height: 100px;
    margin: 6px auto 0px auto;
}
.bg-video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(84 84 84 / 80%);
    z-index: 1;
}
.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #ffe400;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    animation: ripple 0.7s linear infinite;
}
.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.prem-box p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 19px;
}
.top-prem-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-box i {
    font-size: 25px;
    margin-left: 10px;
}
.svg-prem-box {
    background: radial-gradient(100px at 36% 0%, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0) 100%), #333333;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
}
.one-prem-item {
    width: 20%;
    margin-bottom: 30px;
    height: 210px;
    padding: 0 15px;
}
section#why-us {
    background: url(/img/bg-parag.png);
    background-size: cover;
	padding-top: 120px;
    background-position: 50% 40%;
	overflow: hidden;
}
.field-item.even b {
    padding-top: 15px;
    display: block;
    padding-bottom: 5px;
}
.field-item.even a {
    font-size: 30px;
    color: #3a3a3a;
    font-weight: 600;
}
.field-item.even.link-call {
    text-decoration: underline;
    font-weight: 500;
    padding: 10px 0;
    cursor: pointer;
}
.block_social_top {
    display: flex;
    max-width: 252px;
    border-top: 1px solid #bec7d1;
    padding-top: 20px;
    margin-top: 20px;
}
.block_social_top .field-item.even {
    font-size: 20px;
    font-weight: 600;
}
section#tabster {
    padding-bottom: 0;
    padding-top: 100px;
}
section#preims-big:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 60px;
    height: 393px;
    background: url(/img/benefis-bg.svg) no-repeat center center;
}
.field-item.even svg {
    margin-left: 10px;
    margin-right: 7px;
}
/* ---------- #why-us ----------- */
section#why-us .hover_content_block {
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 7px 14px 42px 3px rgb(163 174 184 / 40%);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgb(163 174 184 / 40%);
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    transition: 0.4s;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 30px 0;
    border-radius: 5px;
}
section#why-us .hover_content_block h2 {
font-size: 24px;
font-weight: 400;
}
section#why-us .hover_con_text svg {
    width: 70px;
    height: 70px;
    fill: #4781b1;
}
section#about-us span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;	color: #f1d300;
}
/* ---------- #why-us ----------- */
section#about-us iframe {
    margin: 0;
    position: absolute;
    left: 89%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36vw;
    height: 35vh;
}
/* ---------- #nums ----------- */
.one-nums {
    margin: 30px 0;
}
.chart-box {
    float: left;
    text-align: center;
    background: #fffef3;
    border: 2px solid #ffdd00;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(255 227 11 / 14%);
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 30px;
}

/* ---------- #nums ----------- */


/* ---------- #about-us ----------- */

img.free-box {
    width: 50%;
    position: absolute;
    margin: 0;
    position: absolute;
    right: -25%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}
.free-gray {
    display: flex;
    max-width: none;
    padding: 0;
    -webkit-clip-path: polygon(50% 0, 100% 11%, 100% 100%, 50% 89%, 0 100%, 0 11%);
    clip-path: polygon(50% 0, 100% 7.6%, 100% 100%, 50% 92.5%, 0 100%, 0 7.6%);
    background: #ccc;
    position: absolute;
    min-height: 68vh;
    z-index: -1;
    top: 1px;
    left: 0;
    width: 100%;
    background: url(/img/faq-bg.png);
}

section#about-us:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -155px;
    height: 400px;
    background: url(/img/image2.png) no-repeat center center;
    z-index: 2;
}
section#nums {
    padding-bottom: 180px;
}
section#about-us {
    padding: 190px 0 120px;
}
section#about-us .sub-img-box {
	margin: 0;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, -50%);
    width: 230px;
    padding: 10px;
	background: #be0000;
    border-radius: 10px;
}
section#about-us .sub-img-box h4 span {
    font-size: 50px;
    display: block;
    font-weight: bold;
	color: #ffa700;
}
section#about-us .sub-img-box h4 {
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
}
section#about-us .sub-img-box:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #f53030;
    border-radius: 8px;
}
section#about-us .about-vhar {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    margin-bottom: 15px;
}
section#about-us .one-vhar {
    background: #f3f3f3;
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Bebas Neue';
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #565656;
}
section#about-us .one-vhar span {
    color: #e31616;
}
/* ---------- #about-us ----------- */


/* ---------- #tabster ----------- */
.owl-carousel .owl-item {
    padding-right: 2px;
}
section#tabster .owl-nav button.owl-next, section#tabster .owl-nav button.owl-prev {
    color: #ffffff !important;
    font-size: 30px !important;
    position: absolute !important;
    top: 40% !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #ffe300 !important;
    opacity: 1 !important;
}
button.owl-prev {
    left: -65px;
}
button.owl-next {
    right: -65px;
}
section#tabster .one-tests img {
width: 140px;
height: 140px;
border-radius: 50%;
margin: 0px auto 20px;
}
section#tabster .one-tests {
background: #fff;
text-align: center;
padding: 25px;
}
section#tabster .named {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
}
section#tabster .yell-named {
font-size: 12px;
line-height: 14px;
color: #b9a710;
}
section#tabster .normal-named {
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
    position: relative;
    color: #000000;
    text-align: left;
}

section#tabster .named span {
    float: right;
    font-size: 16px;
    font-weight: 500;
}

section#tabster .owl-item.active.medium .one-tests {
transform: scale(1);
transition:0.5s;
box-shadow: 0 0 25px #7d7d7d45;
border: 1px solid #e8edf2;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(1 52 82 / 1%);
}

section#tabster .owl-item.active .one-tests {
transform: scale(1);
transition:0.5s;
box-shadow: 0 0 25px #7d7d7d45;
border: 1px solid #e8edf2;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(1 52 82 / 1%);
}

section#tabster .owl-item.active.center {
z-index: 999;
}


section#tabster .owl-item.medium.active {
z-index: 9;
}

section#tabster .owl-carousel .owl-nav button span {
height: 50px;
display: block;
}

section#tabster button.owl-prev:hover, section#tabster button.owl-next:hover {
background: #135c92 !important;
}
section#tabster button.owl-next:before, section#tabster button.owl-prev:before {content:none;}
/* ---------- #tabster ----------- */
section#just-banner {
    z-index: 33;
}
/* ---------- #tabs ----------- */
section#tabs .btn-link {
    font-weight: bold;
    color: #2b2b2b;
    background-color: transparent;
    width: 100%;
    text-align: left;
    font-size: 17px;
}
section#tabs .btn-link:hover {
    text-decoration: none;
}
section#tabs .card {
    margin: 5px 0;
}
section#tabs i {
    color: #4781b1;
    padding-right: 7px;
}
section#tabs .card-header {
    padding: .75rem 0.25rem;
}
section#tabs .back-call {
    background: #4781b1;
    padding: 22px 30px 0;
    min-height: 448px;
    margin: 5px 0;
    border-radius: 0px;
    text-align: center;
}
section#tabs .back-call h3 {
    color: white;
}
section#tabs .back-call input, section#tabs .back-call textarea {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 2px solid #ffffff;
    background: transparent;
    font-size: 16px;
}
.back-call input::-webkit-input-placeholder {color:#fff;}
.back-call input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.back-call input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.back-call input:-ms-input-placeholder      {color:#fff;}
.back-call textarea::-webkit-input-placeholder {color:#fff;}
.back-call textarea::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.back-call textarea:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.back-call textarea:-ms-input-placeholder      {color:#fff;}
.back-call p.aft-but {
    color: white;
    padding-top: 15px;
}
section#tabs .back-call p {
    font-size: 15px;
    color: white;
    line-height: 18px;
    padding: 5px;
}
section#tabs .back-call .button {
    border: 2px solid #fff;
    cursor: pointer;
}
section#tabs .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
}
.box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}
section#tabs .card-header {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, white 0%, #f6f6f6 100%), white;
    border: 1px solid #e8edf2;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 2%);
    padding: 35px 90px;
    position: relative;
    transition: all 1s;
    cursor: pointer;
}
section#tabs .btn-link {
    font-size: 15px;
    width: 100%;
    display: block;
    line-height: 1;
    font-weight: 700;
    text-align: left;
}
section#tabs .card-header h5:before {
    content: "\f059";
    position: absolute;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
    right: 17px;
    top: 12px;
    color: #3e3e3e;
    z-index: 99;
    margin: 0;
    position: absolute;
    left: 69px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}
/* ---------- #tabs ----------- */

/* ---------- #section#call-us ----------- */
section#tabs {
    background: url(/img/faq-bg.png);
    -webkit-clip-path: polygon(50% 8%, 100% 0, 100% 100%, 50% 92%, 0 100%, 0 0);
    clip-path: polygon(50% 8%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    padding-top: 150px;
    padding-bottom: 40px;
}
section#call-us h3 {
    color: #fff;
    font-weight: 600;
}
section#call-us p {
    color: #fff;
}
section#call-us h4 {
    color: #fff;
    font-weight: 700;
    margin-left: 35px;
	position: relative;
}
section#call-us h4:before {
    content: "\f2a0";
    position: absolute;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 33px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
    left: -35px;
    top: 4px;
    color: #f74033;
}
section#call-us h4 span {
    font-size: 14px;
    display: block;
    font-weight: 400;
}
section#call-us hr {
    width: 90px;
    margin: 15px 0px 15px 0px;
    border-top: 3px solid #f74033;
}
.write-us a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    float: left;
    margin-right: 8px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
	transition: 0.4s;
}
.write-us a:hover {
    box-shadow: 0 0 0 2px #fff;
}
.write-us a.link-whtsapp {
    background: #00a884;
}
.write-us a.link-telegram {
    background: #08c;
}
.write-us a.link-viber {
    background: #7360f2;
}
.write-us {
    margin-left: 35px;
}
section#call-us .write-us p {
    margin-bottom: 5px;
    margin-top: 10px;
    color: #ccc;
    font-size: 14px;
}
/* ---------- #section#call-us ----------- */

.move-num {
    position: absolute;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    color: #48492d;
    transition: animation 0.3s;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #ffdd00;
    background-blend-mode: overlay, normal;
    box-shadow: 0px 4px 4px rgb(255 221 0 / 20%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -30px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    -webkit-animation: rotatet 0.7s ease infinite;
    animation-delay: 2s;
    animation-direction: alternate;
}
@-webkit-keyframes rotatet {
    0% {
    -webkit-transform: translateY(10%);
    transition: all 0.3s; }
    100% {
    transition: all 0.3s;
    -webkit-transform: translateY(0%); }
 }
 
 
 .cir-box {
    position: absolute;
    width: 10vw;
    height: 10vw;
    background: #efefef;
    border-radius: 50%;
    top: 22vh;
    right: 2vw;
}
.cir-box.cp2 {
    top: 54vh;
    right: inherit;
    left: 12vw;
}

.cir-box.cp3 {
    top: 24vh;
    right: inherit;
    left: 3vw;
}
/* ---------- #google-map ----------- */
section#google-map {
    height: 299px;
    position: absolute;
    z-index: 999;
    width: 50%;
    right: 0;
    top: -59px;
    overflow: hidden;
}
#map {
height: 100%;
}
h2.title.col-w {
    color: #fff;
}
#top-head-tarnper.fixed {
    position: fixed;
    width: 100%
	-webkit-animation-duration: .6s;
    animation-duration: .6s;
    animation-name: slideInDown;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	z-index: 999999;
}
#top-head-tarnper.fixed .container {
    padding: 10px 0;
}
/* ---------- #google-map ----------- */

.hover_content_block p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}
.block_step:before {
    position: absolute;
    content: '';
    background: url(/img/Arrow.png) no-repeat center center;
    width: 51px;
    height: 15px;
    top: 44%;
    right: -30px;
}
.separator {
    background: url(/img/snake_arrow.png) no-repeat center center;
    height: 206px;
    margin-top: -73px;
    margin-bottom: -94px;
    left: 1px;
    position: relative;
    width: 1299px;
    background-size: contain;
    background-size: contain;
}
.phone-box a {
    color: #505050;
}
section#why-us .button, section#just-banner .button, .block_social_bottom a.button{
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    outline: none;
    box-shadow: 0px 4px 4px rgb(255 221 0 / 20%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    padding: 7px 25px;
    font-size: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #ffdd00;
    background-blend-mode: overlay, normal;
    color: #48492d;
    border: 1px solid rgba(72, 73, 45, 0);
    font-size: 14px;
    padding: 14px 33px;
    text-transform: inherit;
    width: max-content;
    margin: 0 auto;
    display: block;
}
.field-name-field-social-footer-icone>.field-items {
    display: flex;
}
.footer_left {
    width: 50%;
    padding: 0 15px;
    padding-top: 40px;
    background: white;
    margin-top: -120px;
    padding-bottom: 40px;
    margin-bottom: -50px;
}
section#why-us:before {
    content: "";
    position: absolute;
    width: 100%;
    border: 50vw solid transparent;
    border-bottom: 40px solid white;
    left: 0;
    bottom: 0;
}
.region-footer {
    max-width: 462px;
    margin: auto;
    margin-right: 0;
}
section#call-us {
    background: linear-gradient(to top,#333333 30%,#ffffff 30%);
}
.block_question {
    width: 577px;
    margin: auto;
    padding-top: 130px;
    padding-bottom: 117px;
    text-align: center;
    background: url(/img/image.png);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-repeat: no-repeat;
    margin-bottom: -171px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
section#preims-big {
    z-index: 22;
}
.block_question .field_inner_wrap_field_benefits_text_button {
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.block_question .field_inner_wrap_field_benefits_text_button:before {
    position: absolute;
    content: '';
    width: 59px;
    height: 0px;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    border: 3px solid #ffe30b;
}
.block_question .field_inner_wrap_field_benefits_button {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    outline: none;
    box-shadow: 0px 4px 4px rgb(255 221 0 / 20%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    padding: 7px 25px;
    font-size: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #ffdd00;
    background-blend-mode: overlay, normal;
    color: #48492d;
    border: 1px solid rgba(72, 73, 45, 0);
    padding: 17px 34px;
    font-size: 18px;
    margin-top: 18px;
}
.block_social_bottom a.button {
    margin: 25px 0 0;
}
.field-item.even img {
    width: 200px;
    height: auto;
}
.all-form {
    width: 60%;
    border: 1px solid #ccc;
    padding: 40px;
    margin: 0 auto 50px;
    border-radius: 10px;
    background: #fff;
}
.all-form h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
.all-form p {
    text-align: center;
}
form.cme input {
    border: 1px solid #A9B1B8;
    padding: 15px;
    border-radius: 16px;
    background: transparent;
    width: 100%;
    margin-bottom: 13px;
    font-size: 16px;
}
.all-form input {
    width: 60% !important;
    display: block;
    margin: 0 auto;
}
section#forma .button {
    border: 0;
    background: #ffe300;
    color: #000;
    border-radius: 10px;
}
img.free-gift {
    width: 70px;
    position: absolute;
    right: 35%;
    bottom: 9%;
}
section#forma {
    padding: 15px 0 80px;
	background: url(/img/faq-bg.png);
}img.smsize {    width: 40px !important;}