@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: #9b0b0b;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}

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

.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}

.ptb-10 {padding-top:10px; padding-bottom:10px;}
.ptb-20 {padding-top:20px; padding-bottom:20px;}
.ptb-30 {padding-top:30px; padding-bottom:30px;}
.ptb-40 {padding-top:40px; padding-bottom:40px;}
.ptb-50 {padding-top:50px; padding-bottom:50px;}
.ptb-60 {padding-top:60px; padding-bottom:60px;}
.ptb-70 {padding-top:70px; padding-bottom:70px;}
.ptb-80 {padding-top:80px; padding-bottom:80px;}
.ptb-90 {padding-top:90px; padding-bottom:90px;}
.ptb-100 {padding-top:100px; padding-bottom:100px;}
.ptb-110 {padding-top:110px; padding-bottom:110px;}
.ptb-120 {padding-top:120px; padding-bottom:120px;}
.ptb-130 {padding-top:130px; padding-bottom:130px;}
section {
    position: relative;
}
section .container {
    z-index:10;
	position: relative;
}
.container-high {
    max-width: 85vw;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.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: 40px;
    color: #9b0b0b;
}
h2.title span {
    color: #9b0b0b;
}

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: #2b2b2b;
    max-width: 850px;
    font-size: 18px;
    font-weight: 500;
}
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: #9b0b0b;
}
.bg-gray {
    background: #f4f8fb;
}
.linar-bg {
    background: linear-gradient(120deg, #4780b0 50%, #4377a2 50%);
}
.bg-gradient {background: linear-gradient(45deg, #9b0b0b 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: 46%;
    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: 46%;
    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: #9b0b0b;
    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: #9b0b0b;
    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: #9b0b0b;
}
div#calform .flex-box-inner {
    width: auto;
}

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

/* ---------- #buttons options ----------- */
.button {
    display: block;
    padding: 15px 0;
    position: relative;
    color: #9b0b0b;
    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: #9b0b0b;
color: #fff;
}
.btn-gradient-color {
    background: linear-gradient(to top,#ff5722,#ff9800);
    color: #fff;
}
.btn-gradient-light {
    background: linear-gradient(to top,#c3c3c3,#ffffff);
}
.btn-gradient-dark {
    background: linear-gradient(to top,#272727,#696969);
	color: #fff;
}
.btn-small-rad {
    border-radius: 10px;
}
.btn-no-rad {
    border-radius: 0px;
}
.btn-left {
    margin: 25px 0 0;
}
.btn-right {
    margin: 5px 0 0;
}
.button:hover {
    animation: ripple 0.7s linear infinite;
    opacity: 0.8;
}
/* ---------- #buttons options ----------- */

/* ---------- #keyframes options ----------- */
@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}
/* ---------- #keyframes options ----------- */

/* ---------- #svg-layers ----------- */
.svg-frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.svg-frame svg {
    fill: #fff;
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100px;
}
.svg-frame.rot360 {
    transform: rotate(
180deg
);
    top: inherit;
    bottom: 0;
}
/* ---------- #svg-layers ----------- */

/*------ #top-head-tarnper ------*/
#top-head-tarnper {
    position: absolute;
    top: 0px;
    z-index: 9999;
    width: 100%;
    background: #fff;
}

#top-head-tarnper .navbar {
    width: max-content;
    float: right;
}
#top-head-tarnper .navbar-expand-lg .navbar-nav .nav-link {
    color: #101820;
    text-transform: inherit;
    font-size: 16px;
    padding: 10px 16px;
}
#top-head-tarnper a.logo img {
    margin-top: 10px;

}
#top-head-tarnper .phone-box {
    color: #101820;
    text-transform: inherit;
    font-size: 19px;
    padding: 12px 0px;
}
#top-head-tarnper .phone-box a {
    color: #101820;
    font-weight: 600;
}
section#page-footer .phone-box a {
    font-size: 18px;
    color: #fff;
}
/*------ #top-head-tarnper ------*/


/* ---------- #work-banner ----------- */
section#work-banner {
    height: 800px;
    background: url(/img/bg-1.jpg);
    background-size: cover;
    background-position: center;
}
section#work-banner .flex-box {
    height: 800px;
}
section#work-banner h1 {
    color: #101820;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    margin-top: -85px;
}
section#work-banner h1 span {
    font-weight: 400;
}

.ooffer-item {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 20px;

}
.ooffer-box i {
    width: 10px;
    height: 10px;
    background: #9b0b0b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #9b0b0b;
    margin-right: 15px;
    font-size: 1px;
}
.ooffer-item p {
    color: #101820;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}
.ooffer-item p span {
    display: block;
    font-weight: 700;
}
section#work-banner .button {
    width: 100%;
    text-align: center;
    padding: 20px 25px;
    text-transform: inherit;
    border-radius: 10px;
    margin: 11px 0;
    background: #9b0b0b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border: 2px solid #fff;
}
section#work-banner .button i {
    font-size: 30px;
    float: left;
    margin-right: 15px;
    margin-top: 1px;
}
section#work-banner .button span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
/* ---------- #work-banner ----------- */


.prem-box {
    position: absolute;
    width: 100%;
    bottom: 80px;
    backdrop-filter: blur(19px);
    z-index: 9999;
    padding: 20px;
    border-width: 3px;
    border-radius: 10px;
    background-color: #9b0b0b;
    background-position: center center;
    border-color: #9b0b0b;
    border-style: solid;
}
.prem-box i {
    font-size: 10px;
    color: #9cca3d;
}
.prem-box h3 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 17px;
    color: #fff;
}
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;
}

/* ----------  #services-image  ----------- */
section#services-image .flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 15px 0;
}
section#services-image .ser-image-box {
    border-radius: 15px;
    overflow: hidden;
    padding: 20px 140px 20px 20px;
    position: relative;
    width: 50%;
    margin: 0 15px;
    border: 1px solid #e1e1e1;
    background: #f5f7f9;
    min-height: 200px;
}
.order-box img {
    width: 64px;
    margin: 0 auto 30px;
    display: block;
}
section#services-image .ser-image-box img {
    position: absolute;
    width: auto;
    max-height: 180px;
    top: 9px;
    right: 15px;
}
section#services-image .ser-image-box h3 span {
    display: block;
    font-weight: bold;
    color: #199353;
}
section#services-image .ser-image-box p {
    margin-bottom: 0;
    font-weight: 500;
}
.ser-image-box h3 {
    font-weight: 500;
    font-size: 22px;
}
/* ----------  #services-image  ----------- */

/* ---------- #section#how-order ----------- */
.order-box {
    padding: 25px 15px 15px;
    border-radius: 15px;
    min-height: 210px;
    margin-bottom: 15px;
    border: 1px solid #d0d2df;
    background: #fff;
}
.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: #252525;
    border-radius: 50%;
    margin: 0px auto 20px;
    position: relative;
    counter-increment: order 1;
}
.order-box-img img {
    transform: translate(0px, -4px);
    width: auto;
}
.order-box h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.order-box p {
    text-align: center;
    font-weight: 500;
}
.order-box .button {
    background: #f74033;
    border-radius: 10px;
    color: #fff;
}
.order-box-img.box2 img {
    transform: translate(-3px, -14px);
    width: auto;
}
/* ---------- #section#how-order ----------- */

/* ---------- #why-us ----------- */
section#why-us .hover_content_block {
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    vertical-align: middle;
    padding: 20px;
    background: transparent;
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    transition: 0.4s;
}
.hover_content_block.with-arrow:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 18%;
    right: -43px;
    background: url(/img/ar.svg);
    background-repeat: no-repeat;
    background-position: center;
}
section#why-us .hover_content_block h2 b {
    font-weight: 700;
    color: #9b0b0b;
}
section#why-us .hover_content_block h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
    section#why-us .hover_con_text svg {
        width: 70px;
        height: 70px;
        fill: #9b0b0b;
    }
    
    /* ---------- #why-us ----------- */


    /* ---------- #quiz style ----------- */
section#quiz input[type="checkbox"], section#quiz input[type="radio"] {
    opacity: 0;
    margin-left: 1px !important;
    height: 0;
    display: block;
}
div#startquiz {
    border-width: 1px;
    border-radius: 5px;
    background-color: #f5f7f9;
    background-position: center center;
    border-color: #d7d7d7;
    border-style: solid;
    padding: 40px;
}
.test-slider__elem-min {
    width: 100%;

    text-align: center;
	border-radius: 10px;
}
.test-slider__elem-min label {
    width: 100%;
}
.image-bg-box {
    height: 150px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 0;
}
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(245 247 249);
    border: 1px solid rgb(182, 183, 184);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    line-height: 1;
    margin-left: 51px;
    position: absolute;
    bottom: 6px;
    transition: all 0.1s linear 0s;
    width: 20px;
}
section#quiz input[type="radio"]:checked + label span:before {
    border: 4px solid rgb(255 255 255);
    background: #9b0b0b;
    box-shadow: 0 0 0 2px #9b0b0b;
}
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;
}
.non-img-style .test-slider__elem-min {
    width: 100%;
    border: 0;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    background: #f7f7f7;
    margin-bottom: 5px;
}
.btn--wrap.test__btn-block .button {
    margin: 25px 10px 0;}
.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: 10px;
    font-size: 16px;
    border-radius: 6px;
    margin: 0 auto 15px;
    display: block;
}
.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 #9b0b0b;
    background: #9b0b0b;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
}
.test-slider__item-end_inner {
    text-align: center;
}
.test-circle {
width: 10rem;
    height: 2px;
    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: 2px;
    background-color: #e7e7e7;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.test-item__number {
    width: 40px;
    height: 40px;
    background: #4780b0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -9px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 0 0 10px #e7e7e7;
}
.test-circle-active:before {
  opacity: 1;
  background: #4780b0;
}
.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;
    margin-top: 22px;
}
.test__visual .test-circle:first-child:before {
    border-radius: 10px 0 0 10px;
}

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

/* ---------- #infinity ----------- */
section#infinity .main-content {
    position: relative;
  }
  section#infinity .main-content .owl-theme .custom-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
  }
  section#infinity .photo-zoom {
    outline: 0;
    overflow: hidden;
    position: relative;
    display: block;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  section#infinity .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
  section#infinity .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
  }
  section#infinity .main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
  }
  section#infinity .main-content .owl-theme .custom-nav .owl-next {
      right: 35px;
  }
  /* ---------- #infinity ----------- */

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

  section#shopper-box .card {
    box-shadow: none;
    border: 0;
    background: transparent;
}
section#shopper-box .button {
    width: 170px;
}
section#shopper-box h5.mt-4 {
    margin-top: -10px;
    display: initial;
    font-weight: 600;
    color: #9b0b0b;
}
section#shopper-box .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
section#shopper-box .card-body {
    padding: 15px 0;
}
/* ---------- #shopper-box ----------- */

.img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
}


/* ---------- #page-footer ----------- */
section#page-footer {
    background: #2b2b2b;
    padding: 40px 0 20px;
}
section#page-footer a.logo img {
    width: auto;
    margin-top: -13px;
    margin-right: 18px;
    height: auto;
}
section#page-footer a.logo {
    color: #fff;
    text-transform: inherit;
    font-size: 28px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    margin-top: 7px;
    display: flex;
}
section#page-footer .write-us {
    margin: 0;
    display: flex;
    justify-content: end;
}
section#page-footer .phone-box span {
    font-size: 14px;
    display: block;
    font-weight: 500;
}
section#page-footer .phone-box {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: right;
    padding-top: 2px;
    line-height: 23px;
}
section#page-footer .copy-box a, section#page-footer .copy-box p {
    color: #ccc;
    margin-bottom: 0;
    padding: 10px 0;
	display: block;
}
section#page-footer .phone-box i {
    color: #9b0b0b;
}
section#page-footer hr {
    border-top: 1px solid #ffffff1a;
	margin-top: 35px;
}
section#page-footer .write-us a {
    margin: 0 5px;
}
/* ---------- #page-footer ----------- */

.hover_content_block img {
    width: 128px;
    margin: 0 auto 30px;
}

img.first-img {
    margin-right: -170px;
    margin-left: 60px;
}
.inputs_form {
    padding-top: 40px;
}
.inputs_form input, .inputs_form select {
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.test-slider__item .button {
    border: 0;
    background: #9b0b0b;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto 20px;
}

section#infinity .photo-zoom img {
    max-height: 90px;
}

section#tripple-blog .card-title {
    margin-bottom: 0.75rem;
    font-weight: 600;
}

section#tripple-blog .card {
    background: #f4f8fb;
    border: 0;
}


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: transparent;
    background-clip: border-box;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 8%);
    border-radius: 0;
}

section#tabs .card-header {
    padding: 0.75rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;

}

section#tabs button.btn.btn-link {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
    width: 100%;
    text-align: left;
    transition:0.3s;
}
section#tabs button.btn.btn-link:hover {
    text-decoration: none;
    color: #9b0b0b;
}
section#tabs .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0;
    color: #000;
}
section#tabs .card-body p {
    font-weight: 500;
}

section#tabs .card-header h5 button:before {
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/img/plus-svgrepo-com.svg) #f4f8fb;
    background-size: cover;
    top: 12px;
    right: 15px;
    z-index: 99;
    border-radius: 50%;
    opacity: 0.5;
    transition:0.3s;
}
section#tabs .card-header h5 button:hover:before {
    opacity: 1;
}

.card-body ol li {
    list-style-type: auto;
}
.card-body ul {
    padding-left: 40px;
    margin-bottom: 5px;
}
.card-body ul li {
    list-style-type: disc;
}

section#command h4 {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    font-weight: 600;
}

section#command p {
    text-align: center;
}

.qe-box p {
    font-weight: 500;
}
.qe-box h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}
.qe-box a {
    color: #9b0b0b;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.qe-box {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
    padding: 30px;
}

.qe-box a:after {
    content: "\00a0→";
    font-family: Arial,Helvetica,sans-serif;
    color: #9b0b0b;
    font-weight: 400;
}

section#quess {
    background: #efefef;
    padding: 100px 0 120px;
}

section#page-footer .write-us a {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b2b2b !important;
    font-size: 25px !important;
    border-radius: 50%;
}
section#shopper-box .button, #tripple-blog .button {
    width: 270px;
    text-align: center;
    padding: 20px 25px;
    text-transform: inherit;
    border-radius: 10px;
    background: #9b0b0b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin: 20px auto 0;
}
#top-head-tarnper .button {
    width: 224px;
    text-align: center;
    padding: 16px;
    text-transform: inherit;
    border-radius: 10px;
    background: #9b0b0b;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 4px auto 0;
}

a.magnif-link {
    height: 366px;
    overflow: hidden;
    display: block;
}

section#page-footer .copy-box p span {
    font-weight: 600;
    color: #fff;
}

section#infinity img {
    max-height: 80px;
    margin: 30px 0;
}

div#infinity-owl2 {
    transform: rotate(180deg);
}
div#infinity-owl2 img {
    transform: rotate(180deg);
}

ul.brands-logo {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    display: grid;
    text-align: center;
    margin: 0 0 10px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 35px 1px;
}

ul.brands-logo li {
    display: inline-block;
    vertical-align: top;
}

.auto-name__count {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
ul.brands-logo li a span {
    border-radius: 2px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
}
ul.brands-logo li .auto-name__count span:nth-child(1) {
    text-align: left;
    color: #000;
    padding-right: 10px;
}
ul.brands-logo li .auto-name__count span:nth-child(2) {
    text-align: left;
    color: rgba(0,0,0,.5);
}

.link-demo {
    color: #ccc;
    cursor: pointer;
}

/* ---------- #about-us ----------- */
section#about-us {
    z-index: 111;
    background: url(/img/town.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
section#about-us img {
    border: 10px solid #f3f3f3;
}
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 {
    display: flex;
}
.one-vhar {
    width: 25%;
    border-left: 3px solid #9b0b00;
    padding-left: 15px;
    padding-right: 15px;
}
section#about-us .one-vhar span {

    display: block;
    font-size: 40px;
    font-weight: 500;
}
/* ---------- #about-us ----------- */