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

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

.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: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #f5583b;
    font-size: 40px;
}

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: #f3f4f5;
}
.linar-bg {
    background: linear-gradient(120deg, #4780b0 50%, #4377a2 50%);
}
.bg-gradient {background: linear-gradient(45deg, #4781b1 20%, #60adec 50%, #3f51b5);}
.bg-light:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.bg-dark:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(43, 43, 43, 0.8);
}
.bg-lines:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./img/raster.png);
    z-index: 5;
}
.bg-dots:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./img/dots.png);
    z-index: 5;
}
.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.flex-box-inner {
    width: 100%;
}
section#infinity, section#projectFacts, section#counters, section#preim-pro {
    overflow-x: hidden;
}
.col-lg-55 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:50px;
    left:50px;
    display:none;
	z-index:999;
	transition: 0.4s;
}
.scrollup:hover {
    opacity: 1;
}
.scrollup svg {
    width: 40px;
    height: 40px;
    fill: #ccc;
	transform: rotate(45deg);
	transition: 0.4s;
	}
.scrollup svg:hover {
    fill: #4780b0 !important;
}
/*------ #owl-navigaton ------*/
button.owl-next {
    position: absolute;
    right: 55px;
    top: 55%;
    opacity: 0.5;
    transition: 0.4s;
	font-size: 0 !important;
}
button.owl-next:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./img/a2.png);
	background-size: cover;
}
button.owl-prev {
    position: absolute;
    left: 10px;
    top: 55%;
    opacity: 0.5;
    transition: 0.4s;
	font-size: 0 !important;
}
button.owl-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./img/a1.png);
	background-size: cover;
}
button.owl-next:hover, button.owl-prev:hover {
    opacity: 0.9;
}
.owl-dots {
    width: max-content;
    margin: -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: #f5583b;
    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: 26px;
    color: #f5583b;
    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: #f5583b;
}
div#calform .flex-box-inner {
    width: auto;
}

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

/* ---------- #buttons options ----------- */
.button {
    display: block;
    position: relative;
    margin: 25px auto 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 15px;
    width: 300px;
    padding: 20px;
    background: #f5583b;
    color: #fff;
    font-size: 18px;
    text-transform: inherit;
}
.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 ----------- */



section#color-top {
    height: 100vh;
}
.left-box {
    height: 100vh;
    background: #1d1e25;
}
.right-box {
    height: 100vh;
    width: 100%;
    background: url(./img/main-img.jpg);
    background-size: cover;
    background-position: center;
}
section#color-top .col-lg-4, section#color-top .col-lg-8, section#page-map .col-lg-8, section#page-map .col-lg-4 {
    padding: 0;
}
.textas li {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    list-style-type: disc;
}

.prem-box {
    position: absolute;
    width: 100%;
    bottom: 80px;
    background: rgba(239, 246, 249, 0.8);
    border-radius: 20px;
    z-index: 9999;
    padding: 20px;
    left: 0;
}
.prem-box i {
    font-size: 10px;
    color: #9cca3d;
}
.prem-box h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
section#top-product p {
    text-align: left;
    color: #353535;
    line-height: 20px;
}
.prem-box p.vid-pos {
    padding-top: 30px;
}
.box-video {
    position: relative;
    max-width: 100%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    height: 430px;
}
.prem-box .box-video {
    height: 100px;
    margin: 6px auto 0px auto;
}
.bg-video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(84 84 84 / 80%);
    z-index: 1;
}
.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #9cca3d;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    animation: ripple 0.7s linear infinite;
}
.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.prem-box p {
    margin-bottom: 0;
}


/* ---------- #quiz style ----------- */
section#quiz input[type="checkbox"], section#quiz input[type="radio"] {
    opacity: 0;
    margin-left: 1px !important;
    height: 0;
    display: block;
}
.test-slider__item {
    padding: 40px 40px 20px;
    border-radius: 20px;
    width: 100%;
    margin: 24px auto;
    background: #f3f4f5;
    color: #272727;
}
.test-slider__elem-min {
    width: 100%;
    border: 0;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background: #0000001a;
    color: #181818;
    font-weight: 500;
}
h4.test-slider__data-title {
    font-size: 16px;
}
.test-slider__elem-min label {
    width: 100%;
}
.image-bg-box {
    height: 25vh;
    background-size: cover !important;
    background-position: center !important;
	border-radius: 8px;
	margin-bottom: 15px;
}
section#quiz input[type=checkbox] + label, section#quiz input[type=radio] + label {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 0;
}
section#quiz input[type=checkbox] + label span, section#quiz input[type=radio] + label span {
    margin-left: 20px;
    display: inherit;
    position: relative;
}
section#quiz input[type="checkbox"] + label span:before, section#quiz input[type="radio"] + label span:before {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(182, 183, 184);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 16px;
    line-height: 1;
    margin-left: -20px;
    position: absolute;
    bottom: 3px;
    transition: all 0.1s linear 0s;
    width: 16px;
}
section#quiz input[type="radio"]:checked + label span:before {
    border: 4px solid rgb(255 255 255);
    background: #034d98;
    box-shadow: 0 0 0 2px #034d98;
}
p.test-item__desc {
    text-align: center;
}
.test-item__progress {
    text-align: center;
}
h3.test-slider-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #f5583b;
}
.non-img-style .test-slider__elem-min {
    width: 100%;
    border: 0;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    background: #00000026;
    margin-bottom: 5px;
}
p.test-slider__item-end__complete, p.test-slider__item-end__title {
    color: #353535;
}
section#quiz h2.title {
    font-size: 30px;
    font-weight: 600;
}
button.btn_quiz.button.sendForm {
    margin: 20px auto 30px;
    border-radius: 15px;
    width: 300px;
    padding: 16px;
    background: #f5583b;
    color: #f5583b;
    font-weight: 700;
    font-size: 16px;
    border: 0;
}
.btn--wrap.test__btn-block .button {
    margin: 25px 10px 0;
    background: #f5583b;
    border: 0;
    border-radius: 10px;
    color: #fff;
    text-transform: inherit;
    font-weight: bold;
}
.btn--wrap.test__btn-block {
    display: flex;
    justify-content: center;
}
.text-subbtn {
    text-align: center;
}
h4.test-slider__data-title {
    font-size: 16px;
}
input#send-result-polzunok {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 18px;
    margin-left: 5px;
    border-radius: 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #f5583b;
    background: #f5583b;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
}
.test-slider__item-end_inner {
    text-align: center;
}
.test-circle {
width: 10rem;
    height: 1rem;
    position: relative;
}
.test-circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10rem;
    height: 1rem;
    background-color: #e7e7e7;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.test-item__number {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 47%;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
.test-circle-active:before {
    opacity: 1;
    background: #f5583b;
}
.test-slider__content {
    padding-bottom: 30px;
}

.test-slider__item-end_inner input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 70%;
	margin-bottom: 15px;
}
.test__visual {
    position: relative;
    z-index: 17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-flex;

    border-radius: 10px;
    overflow: hidden;
}


/* ---------- #quiz style ----------- */


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


section#about-us .sub-img-box {
	margin: 0;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, -50%);
    width: 230px;
    padding: 10px;
	background: #be0000;
    border-radius: 10px;
}
section#about-us .sub-img-box h4 span {
    font-size: 50px;
    display: block;
    font-weight: bold;
	color: #ffa700;
}
section#about-us .sub-img-box h4 {
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
}
section#about-us .sub-img-box:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #f53030;
    border-radius: 8px;
}
section#about-us .about-vhar {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    margin-bottom: 15px;
}
section#about-us .one-vhar img {
    width: 60px;
    margin-right: 15px;
}
section#about-us .one-vhar {
    background: #f5583b;
    padding: 15px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: left;
    text-align: left;

}
section#shopper-box .card-body ul {
    padding-left: 20px;
}
section#shopper-box .card-body li {
    list-style-type: disc;
}
/* 
section#shopper-box .card:hover ul {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}*/
/* ---------- #about-us ----------- */


/* ---------- #shopper-box ----------- */

section#shopper-box .card {
    border: 0;
    border-radius: 25px;
    overflow: hidden;
    background: #f3f4f5;
    transition: box-shadow 0.3s;
    margin: 10px 0;
}
section#shopper-box .card:hover {
 /*    position: absolute;
    width: calc(100% - 30px); */
    box-shadow: 0 0 15px #00000036;
}

section#shopper-box h5.mt-4 {
    margin-top: -10px;
    display: initial;
}
section#shopper-box .card-title {
    font-size: 18px;
    font-weight: 600;
}
/* ---------- #shopper-box ----------- */

.logo-box {
    padding: 50px;
}
.logo-box img {
    width: auto;
}

.title-box h1 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.title-box {
    padding: 50px;
}
.title-box p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
section#color-top .button {
    margin: 25px 0 0;
    border-radius: 15px;
    width: 300px;
    padding: 20px;
    background: #f5583b;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: inherit;
}
.prem-box {
    position: absolute;
    width: 100%;
    bottom: -90px;
    background: rgb(255 255 255);
    border-radius: 20px;
    z-index: 9999;
    padding: 50px 50px;
    box-shadow: 0 0 15px #00000042;
}
section#quiz {
    padding-top: 130px;
}

.title-box h1 span {
    color: #f5583b;
}

.wt-border:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    background: rgb(43 43 43 / 30%);
}

section#tripple-blog .card {
    background: #1d1e25;
    border: 0;
    border-radius: 40px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

section#tripple-blog h4.card-title {
    color: #fff;
    font-weight: 700;
}
section#tripple-blog p.card-text {
    font-size: 20px;
    color: #fff;
}
section#tripple-blog .card-body {
    min-height: 170px;
    padding-top: 31px;
}

/* ---------- #page-footer ----------- */
section#page-footer {
    background: #1d1e25;
    padding: 30px 0;
}
section#page-footer a.logo img {
    width: auto;
    margin-top: -13px;
    margin-right: 18px;
    height: auto;
}
section#page-footer a.logo {

    text-transform: inherit;
    font-size: 28px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    margin-top: 7px;
    display: flex;
}
section#page-footer .write-us {
float: right;
}
section#page-footer .phone-box span {
    font-size: 14px;
    display: block;
    font-weight: 500;
}
section#page-footer .phone-box {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    padding-top: 2px;
    line-height: 27px;
    color: #fff;
}
section#page-footer .copy-box a, section#page-footer .copy-box p {

    margin-bottom: 0;
    padding: 10px 0;
	display: block;
}
section#page-footer .phone-box i {
    color: #f5583b;
}
section#page-footer hr {
    border-top: 1px solid #ffffff1a;
	margin-top: 35px;
}
section#page-footer .write-us a {
    margin: 0 5px;
}
/* ---------- #page-footer ----------- */

.free-box {
    position: absolute;
    display: flex;
    width: max-content;
    top: 0;
    right: 50px;
}

section#color-top .free-box .button {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
img.free-about {
    position: absolute;
    top: 200px;
    right: 0;
    width: 48%;
}
section#about-us p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
}
section#about-us {
    background: #f3f4f5;
    overflow: hidden;
}
section#just-video iframe {
    border-radius: 25px;
}
section#shopper-box h3.text-center.pt-30 {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    background: #1d1e25;
    padding: 40px;
    border-radius: 25px;
    margin-top: 30px;
}
section#shopper-box .text-muted {
    color: #f5583b!important;
    font-weight: 500;
    padding: 0px 0 10px;
}

section#just-video {
    background: #f3f4f5;
}

section#shopper-box .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f3f4f5;
}
section#shopper-box .owl-carousel button.owl-dot.active {
    background: #f5583b;
}
section#shopper-box .owl-dots {
    width: max-content;
    margin: -35px auto 10px;
    z-index: 9999;
    position: relative;
}

.write-us i {
    color: #fff;
    font-size: 30px;
}
section#page-footer a {
    color: #fff;
}

section#page-footer hr {
    border-top: 1px solid #5f5f5f1a;
    margin-top: 35px;
}

.crop-img {
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.write-us img {
    width: 30px;
    height: 30px;
    margin-top: -14px;
}

.textas {
    background: #f5583b;
    height: 500px;
    padding: 25px;
}

.likebutton a {
    color: #fff;
}

/* ---------- #steps ----------- */
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px;
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
	animation: ripple 1.5s linear infinite;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color: #f5583b;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: #f5583b;
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:14px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:#444444;
}
.md-stepper-horizontal .md-step .md-step-bar-left, .md-stepper-horizontal .md-step .md-step-bar-right {
    position: absolute;
    top: 134px;
    height: 1px;
    border-top: 1px dashed #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}
.md-stepper-horizontal .md-step svg {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    display: block;
    fill: #f5583b;
}
/* ---------- #steps ----------- */

/* ---------- #testim-stars ----------- */
section#testim-stars .star-item {
    background: #f3f4f5;
    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 {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    color: #f5583b;
}
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: #a8a8a8;
    margin: 0px 2px;
    border-radius: 50%;
}
section#testim-stars button.owl-dot.active {
    background: #f5583b;
}
/* ---------- #testim-stars ----------- */
section#page-footer .phone-box img {
    width: auto;
}
section#page-footer .phone-box p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.link-demo {
    color: #ccc;
    cursor: pointer;
    padding-top: 14px;
}