@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: #000000;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Montserrat', sans-serif;
    color: #fff;
}
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: 26px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 17px;
}
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: 30px;
    position: relative;
    font-size: 38px;
    color: #fff;
}
h2.title span {
    color: #9cc93e;
}

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 {
    background: #e9ebee;
}

.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: 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: 350px;
    height: auto;
    border-radius: 20px;
    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: -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: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}
.callback button {
    padding: 15px 32px;
    margin: 25px auto 0;
    display: block;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    background: #4781b1;
    border: 0px;
    color: rgb(255, 255, 255);
}
.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 ----------- */

.newprice {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #6d1d68;
    margin: 0 0 -10px;
}
.newprice span {
    margin-right: 22px;
    color: #878787;
    text-decoration: line-through;
    font-weight: normal;
}
/* ---------- #buttons options ----------- */
.button {
    display: block;
    position: relative;
    color: #fff;
    width: max-content;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    background: #9cc93e;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    transition: 0.3s;
    padding: 20px 40px;
    margin: 20px auto 30px;
}
.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 ----------- */

.container-min {
    max-width: 700px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}

section#mab-head .logo {
    width: 4.5vw;
    float: left;
    margin-right: 20px;
}
section#mab-head .potok {
    width: 20vw;
    margin: 4px 0 0 20px;
}

section#mab-head .button {
    margin: 0;
    float: left;
    border: 2px solid #b281ae;
    color: #b281ae;
    background: #fff;
    border-radius: 25px;
}

.countdown {
    color: #545f8e;
    display: block;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    margin: 60px auto 0;
    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: 10px;
    right: -9px;
    color: #9cc93e;
    }


    /* ---------- #just-banner ----------- */
section#just-banner {
    height: 80vh;
    background: url(/img/sol-bg.jpg); 
    background-size: cover;
    background-position: center;
}
/*
section#contact-box {
    background: url(/img/bg2.jpg);
    background-size: cover;
    background-position: center;
} */
section#tarif {
    background: url(/img/bg2.jpg);
    background-size: cover;
    background-position: center;
}
/*
section#tabs {
    background: url(/img/bg4.jpg);
    background-size: cover;
    background-position: center;
} */
section#partners {
    background: url(/img/bg6.jpg);
    background-size: cover;
    background-position: center;
}
section#just-banner .flex-box {
    height: 80vh;
}
section#just-banner h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;

}
section#just-banner h1 span {
    color: #00fae7;
    display: block;
}
section#just-banner h2:before {
    content: "";
    width: 50vw;
    height: 223px;
    position: absolute;
    top: 0;
    left: -50vw;
    background: #9cc93e;
}
section#just-banner h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    background: #9cc93e;
    width: max-content;
    padding: 25px;
    border-radius: 0px 30px 30px 0px;
    margin-top: 70px;
    position: relative;
}
section#just-banner hr {
    width: 15vw;
    border-color: #fff;
} 
.tarif-item h3 span {
    display: block;
    color: #9cc93e;
}
.tarif-item ul li p.gr-col {
    color: #777 !important;
}
/* ---------- #just-banner ----------- */

section#mab-head {
    position: absolute;
    width: 100%;
    padding: 15px 0;
}

/* ---------- #iboxer-slide ----------- */
section#iboxer-slide {
    overflow-x: clip;
    padding-bottom: 90px;
}
section#iboxer-slide .i-box {
    min-height: 300px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 40px;
}
section#iboxer-slide .i-box.fon1 {
background: url(/img/iboxer1.jpg);
}
section#iboxer-slide .i-box.fon2 {
background: url(/img/iboxer2.jpg);
}
section#iboxer-slide .i-box.fon3 {
background: url(/img/iboxer3.jpg);
}
section#iboxer-slide .i-box.fon4 {
background: url(/img/iboxer4.jpg);
}
section#iboxer-slide .i-box.fon5 {
background: url(/img/iboxer5.jpg);
}
section#iboxer-slide .i-box.fon6 {
background: url(/img/iboxer6.jpg);
}
section#iboxer-slide .i-box.fon7 {
background: url(/img/iboxer7.jpg);
}
section#iboxer-slide .i-box.fon8 {
background: url(/img/iboxer8.jpg);
}
section#iboxer-slide .i-box.fon9 {
background: url(/img/iboxer9.jpg);
}
section#iboxer-slide .i-box:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(to top,#000000b8,#ffffff00);
}
section#iboxer-slide .i-box h2 {
    text-align: center;
    color: #f9f9f9;
    bottom: 20px;
    position: absolute;
    width: max-content;
    text-transform: inherit;
    transition: 0.5s;
    left: 30px;
    font-size: 19px;
}
section#iboxer-slide .i-box h2 span {
width: 100%;
display: block;
font-size: 24px;
font-weight: 300;
}

section#why-us {
    overflow-x: clip;
}
/* ---------- #iboxer-slide ----------- */

/* ---------- #testim-stars ----------- */
section#testim-stars .star-item {
    background: #ffff;
    padding: 25px 15px;
    border-radius: 25px;
    display: flex;
}
section#testim-stars .photo-star {
    width: 30%;
    float: left;
    border-right: 1px solid #ccc;
    margin-right: 30px;
}
section#testim-stars .photo-star img {
    width: 100px !important;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
section#testim-stars .photo-star h4 {
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    color: #6d1d68;
}
section#testim-stars .strar-box {
    margin: 0 auto;
    width: max-content;
    color: #FF9800;
}
section#testim-stars .text-star {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}
section#testim-stars .text-star p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
    padding-right: 15px;
}
section#testim-stars .owl-dots {
    margin: 0;
    float: right;
}
section#testim-stars .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background: #ffffff;
    margin: 0px 2px;
    border-radius: 50%;
}
section#testim-stars button.owl-dot.active {
    background: #6d1d68;
}
/* ---------- #testim-stars ----------- */

section#just-banner h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
section#just-banner p {
    font-size: 18px;
    color: #fff;
}  

.bron-box {
    background: #ede3ec;
    width: 480px;
    padding: 30px;
    border-radius: 30px;
}

section#about-us img {
    border-radius: 50%;
}
.pink-text {
    padding: 25px;
    background: #6d1d68;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    position: relative;
}
.-subpink-text {
    padding: 55px 30px 30px;
    background: #fff;
    margin-top: -30px;
    border-radius: 0px 0px 30px 30px;
    margin-bottom: 30px;
    min-height: 185px;
}
.head-format svg {
    width: 50px;
    height: 50px;
    fill: #6d1d68;
}
.newsvg {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    display: flex;
align-items: center;
justify-content: center;
}

.head-format h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.head-format {
    background: #6d1d68;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 25px;
    border-radius: 25px;
}
.one-format {
    border: 2px solid #6d1d68;
    border-radius: 30px;
}
.one-format p {
    padding: 15px 25px 0;
}
.one-format ul li {
    list-style-type: disc;
    margin-bottom: 15px;
}
.one-format ul {
    padding: 0 25px 25px 45px;
}
button.btn.btn-link {
    font-size: 15px;
    font-weight: 600;
    color: #6d1d68;
    text-align: left;
}
.tarif-item {
    padding: 25px;
    border: 2px solid #ffffff;
    background: #000;
    border-radius: 0px 0px 30px 30px;
    margin-top: 100px;
    position: relative;
}

.tarif-item li span {
    float: right;
    position: relative;
    right: -18px;
} 
.tarif-item .button span {
    color: #fff;
    font-size: 24px;
}
.tarif-item .button {
    width: 100%;
    border-radius: 0;
    background: #a1cf41;
    color: #000;
    padding: 20px 10px;
    font-weight: 600;
    font-size: 18px;
}
.tarif-item h3 {
    background: #000;
    position: absolute;
    top: -95px;
    left: 0px;
    padding: 25px;
    border-radius: 16px;
    border: 2px solid #ffffff;
    width: calc(100% + 4px);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-left: -2px;
    margin-right: -11px;
    display: block;
}
.card-header h5 button:before {
    content: "\f067";
    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: 23px;
    color: #9cc93e;
    z-index: 99;
}
.card-body ol li {
    list-style-type: auto;
    color: #fff;
    margin-bottom: 10px;
}
/* ---------- #contact-box ----------- */

section#contact-box h2.titl {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    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: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    font-size: 18px;
    border-radius: 10px;
}
section#contact-box .button {
    border: 0;
    cursor: pointer;
    width: max-content;
    border-radius: 0;
    background: #9cc93e;
    color: #000;
    padding: 20px 40px;
    margin: 20px auto 30px;
}
/* ---------- #contact-box ----------- */

/* ---------- #copy-footer ----------- */

section#copy-footer p {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
.textmin a {
	font-size:12px;

}
/* ---------- #footer ----------- */
.bron-box .button {
    width: 100%;
    border-radius: 15px;
    background: #6d1d68;
    color: #fff;
    padding: 20px;
    margin: 0;
}
.sb-text {
    font-size: 16px;
    text-align: center;
    margin: 20px 0 10px;
    font-weight: 500;
    color: #6d1d68;
}

.countdown-time {
    display: inline-block;
    font-weight: 600;
    width: 70px;
    height: 70px;
    padding: 10px 0 0 0px;
    border: 2px solid #9cc93e;
    border-radius: 50%;
    color: #9ccd46;
}
.one-prr img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 20px;
}

.tarif-item ul {
    padding-top: 20px;
}
.tarif-item ul li {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    min-height: 24px;
}
.tarif-item ul li p {
    margin-bottom: 0;
    width: 90%;
    line-height: 20px;
    font-size: 16px;
}

.cme-style {
    border: 2px solid #fff;

    padding: 30px;
}
.tarif-item h4 {
    font-size: 17px;
    font-weight: 600;
    color: #9cc93e;
}
.priceall {
    position: absolute;
    background: #fff;
    padding: 20px 16px 7px;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    transform: rotate(-15deg);
    border-radius: 50px;
}
.priceall p {
    color: #6d1d68;
    font-weight: bold;
    font-size: 20px;
}
p.redtext {
    color: #f00;
    font-weight: bold;
    font-size: 16px;
}

section#copy-footer a {
    color: #000;
}
section#copy-footer img {
    width: 150px;
}

.soc-box a {
    font-size: 27px;
    margin: 0 7px;
    color: #5b5b5b;
}
.col-lg-4.text-right a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    display: block;
}

.card-body ul li {
    list-style-type: disc;
}
.card-body ul {
    padding-left: 25px;
    margin-bottom: 15px;
}

form.cme h4 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}
.tarif-item ul li i {
    font-size: 20px;
    color: #9cc93e;
}
section#tabs .card {
    background-color: #000;
    margin-bottom: 15px;
    border: 2px solid #fff;
}

.main-contact li {
    font-size: 18px;
    margin-top: 15px;
}
.main-contact li i {
    color: #9cc93e !important;
}
.main-contact li span:before {
    content: "";
    width: 45px;
    height: 2px;
    background: red;
    position: absolute;
    top: 11px;
    left: 5px;
    transform: rotate(-16deg);
}
.main-contact li span {
    font-weight: 700;
    position: relative;
}
.main-contact li b {
    color: #9cc93e !important;
}

.wr-text {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
}

section#copy-footer {
    background: #fff;
}

section#just-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,#000 4%,#0000 15%);
}

section#contact-box form.cme input[type=radio] {
    position: relative;
      cursor: pointer;
      width: max-content;
}

.free-price {
    font-size: 25px;
    font-weight: 700;
    color: red;
    width: max-content;
    position: absolute;
    right: 11px;
    bottom: 92px;
    z-index: 999;
    transform: rotate(20deg);
}
.free-price:before {
    content: "";
    width: 67px;
    height: 2px;
    background: white;
    position: absolute;
    top: 16px;
    left: 0;
    transform: rotate(-12deg);
}

section#copy-footer a {
    color: #000;
    display: block;
}

section#just-banner h2 span {
    font-size: 20px;
}
.startn.desctop {
    width: 100%;
    float: left;
    min-width: inherit;
    margin: 20px 0 0;
    text-align: inherit;
}
.startn img {
    width: 60px;
    float: left;
    margin-right: 10px;
}
.startn {
    width: max-content;
    height: 64px;
    text-align: center;
    margin: 0 auto 30px;
    min-width: 348px;
}
.startn p {
    font-size: 20px;
    padding-top: 20px;
}
.startn p span {
    font-weight: bold;
    color: #9cc93e;
}

#top-head-tarnper .phone-box {
    color: #fff;
    text-transform: inherit;
    font-size: 20px;
    padding: 15px 0px 3px;
    text-align: right;
    font-weight: 600;
    color: #9cc93e;
}
.phone-box img {
    width: 50px;
    margin-top: -8px;
}
.sub-phone-box {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    margin-right: 50px;
}
.only-mob {
display: none;
}

button.btn.btn-link {
    color: #a2c93e;
}

.card-body ol li.goldt {
    color: #c79c30;
}
.card-body ol li.bluet {
    color: #52b7ff;
}
.coltext {
    width: 62%;
    margin: 0 auto;
}
.coltext .colcol {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    float: left;
    margin-right: 10px;
}
.coltext p {
    float: left;
}
.coltext .colcol.blue {
    background: #52b7ff;
}
.coltext .colcol.gold {
    background: #c79c30;
}

/* ---------- #partners ----------- */
section#partners .owl-dots {
    width: max-content;
    margin: 30px auto 0px;
    z-index: 9999;
    position: relative;
}
section#partners .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: 20px;
    width: 30px;
    height: 4px;
    background: #ccc;
    margin: 0px 4px;
}
section#partners button.owl-dot.active {
    background: #9cc93e;
}
section#partners .owl-carousel button.owl-dot span {
    display: none;
}
/* ---------- #partners ----------- */
img.sieimg {
    width: auto;
    margin-top: -34px;
}