@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: 'spaceland_ten';
	src: url('/fonts/Spaceland-Ten.woff2') format('WOFF2'),
		url('/fonts/Spaceland-Ten.woff') format('WOFF'),
		url('/fonts/Spaceland-Ten.eot') format('EOT'),
		url('/fonts/Spaceland-Ten.svg') format('SVG');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'spaceland_ten_oblique';
	src: url('/fonts/Spaceland-TenOblique.woff2') format('WOFF2'),
		url('/fonts/Spaceland-TenOblique.woff') format('WOFF'),
		url('/fonts/Spaceland-TenOblique.eot') format('EOT'),
		url('/fonts/Spaceland-TenOblique.svg') format('SVG');
	font-weight: normal;
	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: #fdfdfd;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #2b3956;
    margin-top: 0px;
    font-weight: 400;
	font-family: 'spaceland_ten_oblique';
	text-transform:uppercase;
}
a {
    text-decoration: none;
    color: #f76400;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}
p {
    font-weight: normal;
    line-height: 24px;
    color: #222;
    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;
}
.container-high {
    max-width: 85vw;
    margin: 0 auto;
    position: relative;
    z-index: 200;
}
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;
    font-size: 60px;
}
h2.title span {
    color: #f76400;
}

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: #1e1e1e;
}
.bg-gray {
    background: #e6eaed;
}
.linar-bg {
    background: linear-gradient(120deg, #4780b0 50%, #4377a2 50%);
}
.bg-gradient {background: linear-gradient(45deg, #f76400 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: linear-gradient(0deg,#fdfdfd 0%,#0000 20%);
    z-index: 22;
}
.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: #08040e;
    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: #f76400;
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 5px;
}
.form input::-webkit-input-placeholder {color:#08040e;}
.form input::-moz-placeholder {color:#08040e;}/* Firefox 19+ */
.form input:-moz-placeholder {color:#08040e;}/* Firefox 18- */
.form input:-ms-input-placeholder {color:#08040e;}
.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: #f76400;
    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: #f76400;
    letter-spacing: 0px;
}
.h6 span {
    color: #fff;
    font-size: 15px;
    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 #f76400, -7px -7px 10px #f76400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo i {
    font-size: 50px;
    color: #f76400;
}
div#calform .flex-box-inner {
    width: auto;
}

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

/* ---------- #buttons options ----------- */
.button {
    display: block;
    padding: 15px 0;
    position: relative;
    color: #f76400;
    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: #f76400;
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;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow( 3px 3px 24px #ccc);
}
.svg-frame.rot360 {
    transform: rotate(
180deg
);
    top: inherit;
    bottom: 0;
}
/* ---------- #svg-layers ----------- */


.show-cart li {
  display: flex;
}
.card {
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    box-shadow: 0 0 20px #2b39561f;
}
.card.onecard:hover {
    border: 1px solid #f76400;
}
.card-img-top {
  width: 200px;
  height: 200px;
  align-self: center;
}
.buy.d-flex.justify-content-between.align-items-center {
    margin-bottom: 5px;
}
.card.onecard:hover img {
    transform: scale(1.05);
}
/* ---------- #section#shop-cart ----------- */
section#shop-cart .text-success {
    margin-top: -18px;
}
section#shop-cart .price.text-success h5 {
    font-weight: 600;
	font-size: 30px;
}
.cart-box {
    position: fixed;
    z-index: 9999999;
    right: 30px;
    bottom: 30px;
}
.card-img {
    width: 100%;
    border-radius: 5px;
    margin: 0px auto;
    transition: 0.4s;
	padding: 15px;
}
.card.onecard.active {
    position: absolute;
    z-index: 9999;
    margin-right: 15px;
}
button.btn-cart {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    background: #f76400;
    color: #fff;
    cursor: pointer;
    transition: 0.4s;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}
button.btn-cart:hover {
    background: #009688;
}
button.btn-cart i {
    font-size: 20px;
}

button.btn-cart span {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #3a678d;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#shop-cart .button {
    background: #f76400;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    width: 135px;
    font-size: 12px;
    margin: 4px 0;
}
section#shop-cart .price.text-success h5 span {
    color: #f76400;
    font-size: 24px;
    margin-left: 3px;
}
table.show-cart.table tr {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
}
table.show-cart.table td {
    border: 0;
    border-left: 1px solid #e7e5e5;
    height: 65px;
    display: flex;
    align-items: center;
    height: 65px;
}
table.show-cart.table td:first-child {
    border: 0;
}
table.show-cart.table td.colose-size {
    width: 65px;
}
.order-btn {
    float: right;
    background: #f76400;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5px;
    margin-top: -32px;
    cursor: pointer;
    margin-bottom: 10px;
}
.order-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	padding: 15px;
    background: #f7f7f7;
    margin-top: 50px;
}
.order-form .button {
    border: 0;
    background: #ccc;
    border-radius: 5px;
    margin: 0;
    padding: 12px;
    background: #009688;
    color: #fff;
}
.order-form input {
    width: 30%;
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #ccc;
}
.tot-price span {
    font-weight: 700;
    color: #f76400;
}
.tot-price {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}
.modal-title {
    font-weight: 500;
}
/* ---------- #section#shop-cart ----------- */

/* ---------- #just-banner ----------- */
section#just-banner {
height: 80vh;
background: url(/img/sol-bg.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;
text-align: center;
}
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 ----------- */

/*------ #top-adress-1 ------*/
section#top-adress-1 p, section#top-adress-1 a {
    color: #2d3a56;
    margin: 0;
    z-index: 9999;
    font-weight: 600;
}
section#top-adress-1 {
    position: absolute;
    width: 100%;
    backdrop-filter: blur(3px);
    z-index: 999;
}
section#top-adress-1 .top-social-box a {
    margin-left: 5px;
}
/*------ #top-adress-1 ------*/


/*------ #top-head-1 ------*/
section#top-head-1 {
    z-index: 9999;
    width: 100%;
    position: absolute;
    background: #1b2640e0;
    backdrop-filter: blur(3px);
    padding: 0;
    top: 43px;
}
section#top-head-1.fixed {
position: fixed;
width: 100%;
top: 0px;
left: 0px;
background: #fff;
z-index: 9999;
box-shadow: rgb(94 117 134 / 21%) 0px 0px 10px;
transition: margin-top 0.8s ease 0s;
padding-top: 10px;
margin-top: 0px !important;}
.navbar {
width: max-content;
float: right;
padding-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 17px 0px 16px 25px;
}
/*------ #top-head-1 ------*/

/* ---------- #top-product ----------- */
section#top-product {
    height: 100vh;
    background: url(/img/review-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
	overflow: hidden;
}
section#top-product h1 {
    text-align: center;
    font-weight: 700;
    color: #2b3956;
    font-size: 100px;
    line-height: 86px;
    padding-top: 40px;
    text-transform: uppercase;
}
section#top-product h1 span {
    color: #f76400;
    font-weight: bolder;
    line-height: 53px;
    margin-bottom: 25px;
}
section#top-product h2 {
    text-align: center;
    color: #2b3956;
    font-size: 49px;
    font-weight: 700;
    margin-top: -10px;
}
section#top-product h2 span {
    color: #f76400;
    text-shadow: none;
}
section#top-product p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-style: italic;
}
section#top-product .button {
    width: 250px;
    border-radius: 10px;
    background: #f76400;
    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;
}
.card-title {
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-title span {
    color: #f76400;
}
.card-body ul li {
    list-style-type: disc;
    font-size: 13px;
    font-weight: 500;
}
.card-body ul {
    padding-left: 20px;
    margin-bottom: 10px;
    height: 57px;
    overflow: hidden;
}
.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 ----------- */

section#top-product .flex-box {
    height: 90vh;
}
a.logo span {
    font-weight: 700;
    color: #fff;
    width: 46%;
    margin-top: 25px;
    margin-left: 5px;
    display: inline-block;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'spaceland_ten_oblique';
}
a.logo img {
    width: 50px;
    float: left;
    padding: 0;
    margin-top: 10px;
    margin-right: 10px;
}
section#shop-cart {
    z-index: 15;
}
.ab-city_item-pulse {
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: none;
border-radius: 50%;
background-color: transparent;
height: 27vw;
width: 27vw;
top: 50%;
left: 50%;
z-index: -1;

}

.ab-item__pulse {
position: absolute;
top: 0px;
left: 0px;
height: 27vw;
width: 27vw;
border: 1px solid #fff;

border-radius: 50%;
-webkit-animation: animPulse 5s linear infinite;
animation: animPulse 5s linear infinite;
}

.ab-city_item-pulse_1 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}

.ab-city_item-pulse_2 {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}

@keyframes animPulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}

10% {
opacity: .9;
}

100% {
opacity: 0;
-webkit-transform: scale(1.7);
transform: scale(1.7);
}
}

/* ---------- #section#color-preims ----------- */
section#color-preims .item-color {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: -50px;
	box-shadow: rgb(0 0 0 / 20%) 0px 11px 38px 0px;
}
section#color-preims .item-color h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 0 25px;
}
section#color-preims .item-color hr {
    width: 50px;
    margin: 0px 0px 10px 25px;
    border-top: 3px solid #fff;
}
section#color-preims .item-color p {
    color: #fff;
    margin: 0 25px 30px 25px;
    display: inline-block;
}
section#color-preims .item-color.cp1 {
    background: linear-gradient(45deg, #2b3956, #2b3956);
}
section#color-preims .item-color.cp2 {
    background: linear-gradient(45deg, #f76400, #f76400);
}
section#color-preims .item-color.cp3 {
    background: linear-gradient(45deg, #de1d62, #270f46);
}
/* ---------- #section#color-preims ----------- */


/* ---------- #section#call-us ----------- */
section#call-us {
    background: url(/img/sol-bg.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 100px;
}
section#call-us:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#fdfdfd 0%,#0000 20%);
}
section#call-us img {
    position: absolute;
    width: 86%;
    left: 112px;
    bottom: -160px;
}
section#call-us h3 {
    font-weight: 600;
    font-size: 46px;
}
section#call-us p {
    font-size: 18px;
}
section#call-us h4 {
    font-weight: 700;
    margin-left: 35px;
	position: relative;
	font-size: 35px;
}
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: #f76400;
}
section#call-us h4 span {
    font-size: 19px;
    display: block;
    font-weight: 400;
}
section#call-us hr {
    width: 90px;
    margin: 15px 0px 15px 0px;
    border-top: 3px solid #f76400;
}
.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 ----------- */

/* ---------- #section#how-order ----------- */
section#how-order {
    z-index: 999;
    position: relative;
    background: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.order-box {
    padding: 25px 15px 15px;
    box-shadow: rgb(0 0 0 / 20%) 0px 11px 38px 0px;
    border-radius: 15px;
    min-height: 440px;
	margin-bottom: 15px;
}
.order-box-img {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 190px;
    height: 190px;
    background: #f76400;
    border-radius: 50%;
    margin: 0px auto 20px;
    position: relative;
    counter-increment: order 1;
    border: 2px solid #2b3956;
    box-shadow: 0 0 0 5px #1a2737;
}
.order-box-img:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #2b3956;
    border-radius: 50%;
}
.order-box-img img {
    transform: translate(-2px, -6px);
    width: auto;
}
.order-box-img.svstyle img {
    transform: translate(-3px, -15px);
}
.order-box h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.order-box p {
    text-align: center;
    font-weight: 500;
}
.order-box .button {
    background: #f76400;
    border-radius: 10px;
    color: #fff;
}
/* ---------- #section#how-order ----------- */

/* ---------- #page-form ----------- */
section#page-form {
    background: url(/img/sol-bg.jpg);
    padding-top: 160px;
    padding-bottom: 90px;
    background-size: cover;
}
section#page-form:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,#fdfdfd 0%,#0000 20%);
}
.all-page-form {
    width: 100%;
    margin: 0 auto;
    background: #ffffff29;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 15px #06115017;
    position: relative;
    backdrop-filter: blur(5px);
}
section#page-form li.nav-item {
width: 24%;
margin: 0 4px;
border-radius: 10px;
text-align: center;
font-size: 14px;
}
section#page-form .nav-pills .nav-link.active:before {content:none;}
section#page-form li.nav-item a {
padding: 15px 0;
background: #ff5722;
border-radius: 10px;
color: #fff;
font-size: 13px;
backdrop-filter: initial;
transition: 0.4s;
}
section#page-form li.nav-item a:hover {
filter: brightness(120%);
}
section#page-form li.nav-item a i {
color: #fff;
}
section#page-form a#pills-wh-tab {
background: #009688;
}
section#page-form a#pills-tg-tab {
background: #08c;
}
section#page-form a#pills-vb-tab {
background: #7360f2;
}
section#page-form ul#pills-tab {
margin-left: -5px;
margin-right: -5px;
position: relative;
}
section#page-form .all-page-form h4 {
    text-align: left;
    padding-bottom: 0px;
    font-size: 40px;
    width: 100%;
    display: block;
    line-height: 1;
    font-weight: 900;
    position: relative;
    z-index: 99;
}
section#page-form i.far.fa-dot-circle {
    color: #f76400;
}
section#page-form .all-page-form form {
    width: 100%;
    margin: 25px auto 0;
    padding: 25px;
    background: #2b3956eb;
    border-radius: 10px;
}
section#page-form .all-page-form form input {
    padding: 13px;
    border: 0;
    background: #fdfdfd;
    width: 342px;
    margin-right: 5px;
    border-radius: 5px;
}

section#page-form .button {
    margin: 0;
    float: right;
    border: 0;
    border-radius: 5px;
    padding: 14px;
    width: 202px;
    background: #f76400;
    color: #fff;
}
.all-page-form:before {
    content: "";
    width: 291px;
    height: 261px;
    position: absolute;
    top: -37px;
    right: 43px;
    background: url(/img/cf.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

/* ---------- #page-form ----------- */


/* ---------- #tabs ----------- */
section#tabs .btn-link {
font-weight: bold;
color: #2b2b2b;
background-color: transparent;
width: 100%;
text-align: left;
font-size: 17px;
font-size: 26px;
}
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: #182239;
    background-clip: border-box;
    border: 0;
    border-radius: 6px;
    margin-bottom: 20px;
    color: #fff;
}
section#tabs .card-header {
padding: .75rem 0.25rem;
margin-bottom: 0;
background-color: #f76400;
border-bottom: 0;
}
section#tabs .btn-link {
font-size: 15px;
width: 100%;
display: block;
line-height: 1;
font-weight: 400;
text-align: left;
color: #fff;
font-size: 26px;
}
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: 17px;
    color: #2b3956;
    z-index: 99;
}
.card-header:first-child {
    border-radius: 6px;
}
/* ---------- #tabs ----------- */


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


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

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

section#tabster .one-tests img {
width: 140px;
height: 140px;
border-radius: 50%;
margin: 0px auto 20px;
}
section#tabster .one-tests {
background: #2b3956;
text-align: center;
padding: 25px;
border-radius: 15px;
}

section#tabster .named {
    font-size: 40px;
    font-weight: bold;
    color: #f76400;
    font-family: 'spaceland_ten_oblique';
}

section#tabster .owl-carousel.owl-drag .owl-item {
padding: 100px 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: #2b3956;
    font-weight: 500;
}
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: #f76400;
}

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: #f76400;
}

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

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

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

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: #f76400 !important;
}
section#tabster button.owl-next:before, section#tabster button.owl-prev:before {content:none;}
/* ---------- #tabster ----------- */

/* ---------- #easy-footer ----------- */
section#easy-footer {
    overflow: hidden;
	background: #2b3956;
}

section#easy-footer .easy-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}
section#easy-footer .one-contact {
    width: 100%;
    background: #ffffff29;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 15px #06115017;
    position: relative;
    backdrop-filter: blur(5px);
    text-align: center;
    margin: 0 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
section#easy-footer .one-contact {
    width: 25%;
    padding: 25px;
}
section#easy-footer .one-contact i {
    background: #f76400;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto 15px;
}
section#easy-footer p {
    color: #fff;
    text-align: center;
}
section#easy-footer hr {
    width: 100px;
    border-top: 3px solid #f76400;
}
section#easy-footer i.fas.fa-envelope {
    background: #3f51b5;
}
section#easy-footer i.fab.fa-whatsapp {
    background: #009688;
}

.easy-copyright {
    border-top: 1px solid #192b43;
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 15px;
    backdrop-filter: blur(5px);
}
section#easy-footer h2.title {
    color: #fff;
}
/* ---------- #easy-footer ----------- */

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f76400;
}
.more-js {
    background: #f7f7f7;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #afafaf;
    cursor: pointer;
	transition: 0.3s;
}
.card.onecard.active {
    position: absolute;
    z-index: 9999;
    margin-right: 15px;
    width: calc(100% - 30px);
}
.card.onecard.active ul {
    height: auto;
}
.card.onecard.active .more-js i {
    transform: rotate(180deg);
}
.shop-start {
    background: url(/img/rb1.jpg);
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 20%) 0px 11px 38px 0px;
    min-height: 425px;
    text-align: center;
    padding: 25px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.shop-start .flex-box {
    height: 375px;
}
.shop-start h5 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
	position: relative;
}
.shop-start h6 {
    color: #fff;
	position: relative;
}
.shop-start:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #19235ad4, #097fb5f2);
}
.shop-start img {
    position: relative;
    width: 150px;
    transform: rotate(-32deg);
    margin-top: -53px;
    margin-bottom: -60px;
}
section#color-preims {
    z-index: 99;
}
.shop-start.sscol:before {
    background: linear-gradient(45deg, #3a2922eb, #795548f0);
}

.shop-start.sscol {
    min-height: 455px;
}
.shop-start.sscol .flex-box {
    height: 405px;
}

section#color-preims .item-color img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

img.left-bg {
    width: auto;
    position: absolute;
    top: -45vh;
}
img.right-bg {
    position: absolute;
    width: auto;
    top: -45vh;
    right: 0;
}

section#tabs img.left-bg {
    width: 400px;
    position: absolute;
    top: 5vh;
}

section#tabs img.right-bg {
    position: absolute;
    width: 400px;
    top: 5vh;
    right: 0;
}
.order-box-img.svstyle2 img {
    transform: translate(9px, -1px);
}

/* ---------- #topser ----------- */
section#topser {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 99;
	padding: 15px 0;
}
section#topser p, section#topser a {
    color: #2e2e2e;
    font-weight: 500;
}
section#topser .topser-wrap {
    display: flex;
}
section#topser .topser-item {
    width: 25%;
    height: 70px;
    display: flex;
}
section#topser a.topser-logo img {
    width: 60px;
    margin-right: 15px;
}
section#topser a.topser-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
	font-weight: 500;
}
section#topser .header-phone {
    font-size: 20px;
    text-align: center;
    width: 100%;
}
section#topser .header-phone__time {
    font-size: 0.8rem;
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
section#topser .online-light {
    width: 8px;
    height: 8px;
    background: #25d266;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
	animation: lighter 2s infinite linear;
}
@keyframes lighter {
0% {
background: #25d266;
}
100% {
background: #fff0;
}
}
section#topser .header-phone i {
    color: #3267bc;
}
section#topser a.header-phone__link {
    font-weight: 700 !important;
}
section#topser a.header-phone__popup {
    font-size: 0.8rem;
    display: block;
}
section#topser .header-online__img .online-light {
    position: absolute;
    right: 0px;
    bottom: 3px;
}
section#topser .header-online__img {
    width: 65px;
    margin-top: 2px;
    position: relative;
}
section#topser .header-online {
    display: flex;
    width: 100%;
    justify-content: center;
}
section#topser .header-online__img img {
    width: 100%;
}
section#topser .header-online .button {
    background: #25d266;
    font-size: 11px;
    padding: 11px 5px;
    text-transform: inherit;
    margin: 0;
    width: 194px;
    color: #fff !important;
}
section#topser .header-online__text p {
    font-size: 0.8rem;
    margin-bottom: 0;
	text-align: center;
}
section#topser .header-online__text {
    margin-left: 15px;
}
section#topser .header-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fefefe;
    margin-right: 15px;
    background: #124c85;
}
section#topser .header-license__text {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}
section#topser .header-license__text p {
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 18px;
}
section#topser .header-license__text a {
    font-size: 0.8rem;
}
section#topser a.topser-logo span {
    padding-right: 3vw;
}
section#topser .write-us {
    margin-left: 1vw;
    border-left: 1px solid #ccc;
    padding-left: 1vw;
}
section#topser .write-us a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
}
section#topser .write-us a.link-whtsapp {
    background: #00a884;
}
section#topser .write-us a.link-telegram {
    background: #08c;
}
section#topser .write-us a.link-viber {
    background: #7360f2;
}
/* ---------- #topser ----------- */

img#prt1 {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0;
	z-index: 5;
}

img#prt2 {
    position: absolute;
    width: 105%;
    right: 0;
    bottom: 0px;
	margin-bottom: -130px;
}

a.logo b {
    color: #f76400;
}
.ooffer-box {
    max-width: 80%;
    margin: 0 auto;
}
.ooffer-item {
width: 33.333333%;
float: left;
display: flex;
align-items: center;
justify-content: left;
margin-top: 30px;
max-width: 350px;
}
.ooffer-box i {
    width: 50px;
    height: 50px;
    background: #2b3956;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f76400;
    margin-right: 15px;
}
.ooffer-item p {
color: #2b3956;
font-size: 18px;
margin-bottom: 0;
}
.ooffer-item p span {
display: block;
font-weight: 700;
color: #2b3956;
}
.ooffer-item img {
    width: 50px;
    height: 50px;
    background: #2b3956;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30%;
    color: #f76400;
    margin-right: 15px;
    fill: #f76400;
    padding: 11px;
}

/* ---------- #soc-testis ----------- */
.one-soc-item {
    background: url(/img/tg-bg.jpg);
    min-height: 600px;
    background-size: cover;
	border-radius: 10px;
    overflow: hidden;
}
.heder-soc {
    font-size: 16px;
    padding: 10px 25px 8px;
    background: #ccc;
    color: #fff;
}
.left-box-soc {
    width: 50%;
    float: left;
    display: contents;
}
.right-box-soc {
    width: max-content;
    float: right;
    text-align: right;
}
.sub-heder-soc {
    background: #c7c7c7;
    padding: 6px 25px 9px;
    color: #fff;
}
.right-icons {
    width: max-content;
    float: right;
    margin-top: -31px;
}
section#soc-testis .right-icons img {
    width: 22px !important;
    margin: 0;
}
.sub-heder-soc i.fas.fa-arrow-left {
    display: block;
    float: left;
    font-size: 20px;
    margin-top: 13px;
    margin-right: 15px;
}
.sub-heder-soc img {
    width: 45px !important;
    float: left;
    margin-right: 10px;
	border-radius: 50%;
}
.sub-heder-soc h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding-top: 3px;
    margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: inherit;
}
.sub-heder-soc h6 {
    font-size: 13px;
    font-weight: 400;
    color: #aed4f1;
    margin-bottom: 2px;
	font-family: 'Montserrat', sans-serif;
	text-transform: inherit;
}
.comment-out {
    width: 70%;
    float: right;
    background: #effedd;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #00000026;
	font-weight: 500;
}
section#tabs {
    padding-bottom: 0;
}
.comment-in {
    width: 70%;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0px 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #00000026;
    display: inline-block;
    font-weight: 500;
}
.footer-soc {
    padding: 12px 25px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #babbbd;
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-radius: 0px 0px 10px 10px;
}
div#telegram-style .heder-soc {
    background: #426382;
}
div#telegram-style .sub-heder-soc {
    background: #517da2;
}
div#whatsapp-style .heder-soc {
    background: #054c44;
}
div#whatsapp-style .sub-heder-soc {
    background: #075e55;
}
div#viber-style .heder-soc {
    background: #594f94;
}
div#viber-style .sub-heder-soc {
    background: #675cab;
}
.comment-out .comm-time {
    font-size: 12px;
    width: max-content;
    float: right;
    margin-top: 5px;
    color: #80bc72;
    margin-bottom: -5px;
}
.comment-out .comm-time img {
    width: auto;
    float: right;
    margin-left: 5px;
}
.comment-in .comm-time {
    font-size: 12px;
    width: max-content;
    float: right;
    margin-top: 5px;
    color: #a3a3a3;
    margin-bottom: -5px;
}
section#soc-testis button.owl-prev {
    left: -60px;
    top: 50%;
	filter: invert(50%);
}
section#soc-testis button.owl-next {
    top: 50%;
    right: -10px;
    filter: invert(50%);
}
/* ---------- #soc-testis ----------- */