@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"); }
  @font-face {
    font-family: 'Conv_DIN Condensed';
    src: url("../fonts/DIN%20Condensed.eot");
    src: local("☺"), url("../fonts/DIN%20Condensed.woff") format("woff"), url("../fonts/DIN%20Condensed.ttf") format("truetype"), url("../fonts/DIN%20Condensed.svg") format("svg");
    font-weight: 400;
    font-style: normal
}
.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;
	background: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #000;
    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: #5d5d5d;
    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-80 {padding-top:90px; padding-bottom:90px;}
.ptb-80 {padding-top:100px; padding-bottom:100px;}
.ptb-80 {padding-top:110px; padding-bottom:110px;}
.ptb-80 {padding-top:120px; padding-bottom:120px;}
.ptb-80 {padding-top:130px; padding-bottom:130px;}
section {
    position: relative;
}
section .container {
    z-index:10;
	position: relative;
}
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: rgba(43, 43, 43, 0.8);
}
.bg-lines:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/fonts/raster.png);
    z-index: 5;
}
.bg-dots:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/fonts/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(/fonts/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(/fonts/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: 40px;
    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: 475px;
    height: auto;
    border-radius: 20px;
    padding: 40px 25px;
    box-sizing: border-box;
    background: #ecf0f3;
    background-color: #000;
    padding: 45px;
    border-radius: 10px;
}
.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: 100%;
    margin: 5px 0px;
    border: 0;
    background: #fff;
    padding: 10px;
    padding-left: 20px;
    height: 55px;
    font-size: 14px;
    border-radius: 5px;
}
.callback button {
    display: block;
    font-size: 25px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    color: #fff;
    padding: 16px 30px;
    border: 0;
    width: 100%;
    margin-top: 25px;
    background: linear-gradient(28deg, #003bff, #00357c);
    box-shadow: 0 0 40px 5px #2400ff;
    font-weight: 500;
    font-family: 'Conv_DIN Condensed';
    text-transform: uppercase;
}
.callback button:hover {animation: ripple 0.7s linear infinite;}
.h6 h2 {
    text-align: center;
    margin: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    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;
}
.popup-label {
    color: #fff;
    padding-top: 10px;
}
/* ---------- #callback ----------- */

/* ---------- #buttons options ----------- */
.button {
    display: block;
    padding: 10px 0px 10px 40px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin: 25px auto 0;
    width: 410px;
    text-align: center;
    z-index: 1;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 35px;
    overflow: hidden;
    transition: 0.3s;
    background: #d02d51;
    font-family: 'Conv_DIN Condensed';
}
.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;
}
.button img {
    width: 51px;
    position: absolute;
    left: 36px;
    top: 8px;
}
/* ---------- #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 ----------- */

section#top-head-tarnper h1 {
    font-family: 'Conv_DIN Condensed';
    font-size: 50px;
    padding-top: 15vh;
    text-transform: uppercase;
}
section#top-head-tarnper h1 span {
    background: #d02d51;
    color: #fff;
    width: max-content;
    padding: 5px 15px;
}
.logo-box img {
    width: 220px;
    float: left;
    margin-right: 12px;
}
.logo-box {
    width: 100%;
    display: inline-block;
}
section#copy-footer img {
    width: auto;
}
section#top-head-tarnper {
    height: 100vh;
	overflow:hidden;
	min-height: 670px;
}
img.free1 {
    width: 500px;
    bottom: -50px;
    position: absolute;
    right: 0;
    z-index: -1;
}
section#top-head-tarnper h2 {
    width: 59%;
    font-size: 25px;
    padding-top: 20px;
}
section#top-head-tarnper h2 img {
    width: auto;
    float: left;
    margin: 14px 10px 0px 0;
}
section#top-head-tarnper2 h2, #tabster h2 {
    font-family: 'Conv_DIN Condensed';
    font-size: 80px;
    padding-top: 60px;
    text-align: center;
	padding-bottom: 60px;
}
section#top-head-tarnper2 {
    height: 100vh;
}
img.free3 {
    position: absolute;
    left: -13%;
    bottom: -26%;
    width: 700px;
}
section#top-head-tarnper3 h2 {
    font-family: 'Conv_DIN Condensed';
    font-size: 80px;
    padding-top: 60px;
    text-align: left;
	text-transform: uppercase;
}

img.free2 {
    width: 65%;
    margin: 0 auto;
    display: block;
}
img.free4 {
    width: 570px;
}
section#top-head-tarnper2 .button {
    margin: 40px auto;
}
section#top-head-tarnper .button {
    margin: 40px 7vw 0;
    width: 420px;
}

img.free5 {
    width: 600px;
    float: right;
    margin-top: -25vh;
    margin-right: 0;
}
.quiz {
    width: 80% !important;
    margin: 0 auto;
}
.quiz_question_text-input, .quiz_question_range-input {
    width: 90% !important;
}
.quiz_progress-graphics {
    transform: none !important;
}
.quiz_progress-graphics {
    width: 100% !important;
}
.resetBtn {
    font-size: 13px !important;
    background-color: #f00 !important;
    line-height: 18px !important;
}
/* ---------- #copy-footer ----------- */
section#copy-footer {
background: #1f2225;
}
section#copy-footer {
background: #000;
border-top: 10px solid #4e4e4e;
}
section#copy-footer p {
padding: 0;
margin: 0;
color: #e2e2e2;
}
.textmin a {
font-size:12px;
color: #ccc;
}
/* ---------- #footer ----------- */


.quiz_question-text {
    padding: 20px 0 10px;
}
.quiz_button {
    overflow: hidden;
}
section#copy-footer h4 {
font-size: 12px;
    letter-spacing: 2px;
    line-height: 16px;
    padding-top: 10px;
    color: #fff;
    font-weight: 300;
}
section#copy-footer a {
    color: #fff;
}
.write-us a {
    width: 160px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    float: left;
    margin-right: 3px;
    border-radius: 5px;
    font-size: 22px;
    color: #fff;
	transition: 0.3s;
}
.write-us {
    margin-top: 20px;
}
.write-us a.link-whtsapp {
background: #00a884;
}
.write-us a.link-telegram {
background: #08c;
}
.write-us a.link-viber {
background: #7360f2;
}
.write-us a span {
    font-size: 13px;
    margin-left: 8px;
}
.write-us a:hover {
    filter: brightness(120%);
}
.write-us h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 7px;
    display: inline-block;
    padding-left: 30px;
}
.write-us img {
    width: 100px;
    transform: rotate(36deg);
    margin-top: 18px;
    position: absolute;
}
section#top-head-tarnper2 .write-us {
    width: max-content;
    margin: 20px auto;
}
a.inst {
    width: 40px;
    float: right;
    margin-top: 40px;
}

/* ---------- #tabster ----------- */
section#tabster .owl-nav button.owl-next, section#tabster .owl-nav button.owl-prev {
color: #fff !important;
font-size: 30px !important;
position: absolute !important;
top: 40% !important;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
    opacity: 1;
border-radius: 50%;
background: #d02d51 !important;
}


section#tabster button.owl-prev {
left: 27%;
}

section#tabster button.owl-next {
right: 27%;
}


section#tabster .one-tests {
background: #fff;
text-align: center;
padding: 10px;
}

section#tabster .named {
font-size: 20px;
font-weight: bold;
}

section#tabster .owl-carousel.owl-drag .owl-item {
padding: 50px 0;
}

section#tabster .yell-named {
font-size: 12px;
line-height: 14px;
color: #b9a710;
}
section#tabster .normal-named {
font-size: 12px;
line-height: 16px;
padding: 25px;
position: relative;
color: #5f5f5f;
}
section#tabster .normal-named:before {
content: "\f10d";
position: absolute;
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 20px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 900;
left: 0px;
top: 30px;
color: #135c92;
opacity: 0.7;
}

section#tabster .normal-named:after {
content: "\f10e";
position: absolute;
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 20px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 900;
right: 0px;
bottom: 2px;
color: #135c92;
opacity: 0.7;
}

section#tabster .owl-item.active.center .one-tests {
transform: scale(1.1);
opacity: 1;
transition: 0.5s;
box-shadow: 0 0 25px #7d7d7d45;
}

section#tabster .owl-item.active.medium .one-tests {
transform: scale(1);
opacity:0.3;
transition:0.5s;
box-shadow: 0 0 25px #7d7d7d45;
}

section#tabster .owl-item.active .one-tests {
transform: scale(1);
opacity:0.3;
transition:0.5s;
box-shadow: 0 0 25px #7d7d7d45;
}

section#tabster .owl-item.active.center {
z-index: 999;
}
section#tabster button.owl-prev {
left: 25.7%;
}
section#tabster button.owl-next {
right: 25.7%;
}

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 ----------- */

#messbutt, .messbutt {
    position: relative;
    overflow: hidden;
}
#messbutt:after, .messbutt:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -90px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: blur(10px);
}

.box-video {
    position: relative;
    max-width: 100%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    height: 430px;
}
.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;
}
.bg-video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(84 84 84 / 0%);
    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: #63a88b;
    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;
}

img.click {
width: 60px;
    margin: 0;
    position: absolute;
    left: 52%;
    top: 59%;
    transform: translate(-50%, -50%);
	animation: lighter 1s infinite linear;
}


@keyframes lighter {
0% {
transform: scale(1.0);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1.0);
}
}