@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: #353535;
    margin-top: 0px;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #3f51b5;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}

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

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

.ptb-10 {padding-top:10px; padding-bottom:10px;}
.ptb-20 {padding-top:20px; padding-bottom:20px;}
.ptb-30 {padding-top:30px; padding-bottom:30px;}
.ptb-40 {padding-top:40px; padding-bottom:40px;}
.ptb-50 {padding-top:50px; padding-bottom:50px;}
.ptb-60 {padding-top:60px; padding-bottom:60px;}
.ptb-70 {padding-top:70px; padding-bottom:70px;}
.ptb-80 {padding-top:80px; padding-bottom:80px;}
.ptb-80 {padding-top:90px; padding-bottom:90px;}
.ptb-80 {padding-top:100px; padding-bottom:100px;}
.ptb-80 {padding-top:110px; padding-bottom:110px;}
.ptb-80 {padding-top:120px; padding-bottom:120px;}
.ptb-80 {padding-top:130px; padding-bottom:130px;}
section {
    position: relative;
}
section .container {
    z-index:10;
	position: relative;
}
a.close-menu-btn {
    display: none;
}
:focus {
outline: none !important;
}
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
h2.title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
	position: relative;
	font-size: 40px;
}
h2.title span {
    color: #3f51b5;
}
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: #3f51b5;
}
.bg-gray {
    background: #f4f8fb;
}
.linar-bg {
    background: linear-gradient(120deg, #4780b0 50%, #4377a2 50%);
}
.bg-gradient {background: linear-gradient(45deg, #3f51b5 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: 0px;
    left: 0px;
    background: #1d2448eb;
    backdrop-filter: blur(5px);
}
.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: #3f51b5;
    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: #3f51b5;
    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: #3f51b5;
}
div#calform .flex-box-inner {
    width: auto;
}

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

/* ---------- #buttons options ----------- */
.button {
    display: block;
    padding: 15px 0;
    position: relative;
    color: #3f51b5;
    margin: 25px auto 0;
    width: 225px;
    text-align: center;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
    transition: 0.3s;
    font-weight: 500;
}
.btn-bg {
    background: #3f51b5;
    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;
}
.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; } }
/* ---------- #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: 150px;
}
.svg-frame.rot360 {
    transform: rotate(
180deg
);
    top: inherit;
    bottom: 0;
}
/* ---------- #svg-layers ----------- */


/* ---------- #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: 65px;
    color: #464646;
    font-weight: 500;
    text-align: left;
    line-height: 64px;
}
section#just-banner h1 span {
    color: #3f51b5;
    font-weight: 800;
}
section#just-banner h2 {
    color: #464646;
    font-size: 24px;
    font-weight: 500;
}
section#just-banner hr {
width: 15vw;
border-color: #fff;
}
img.free-girl {
    position: absolute;
    bottom: 0;
    width: auto;
    left: -30px;
}
/* ---------- #just-banner ----------- */


/* ---------- #top-adress-2 ----------- */
section#top-adress-2 {
    background: #3f51b5;
}
section#top-adress-2 a.logo img {
    width: 50px;
    float: left;
    margin-right: 10px;
}
.adress-icon svg {
    width: 45px;
    height: 45px;
    float: left;
    fill: #fff;
    margin-top: -2px;
    margin-right: 15px;
}
section#top-adress-2 .button {
width: 100%;
margin: 0;
}
.adress-icon {
    margin-top: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.adress-icon a {
  color: #fff;
}
a.logo span {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: block;
    padding-top: 7px;
}



/* ---------- #top-adress-2 ----------- */


/* ---------- #pre-about ----------- */
section#pre-about {
    background: #3f51b5;
}
.pre-about-full {
width: 100%;
display: flex;
}
.full-col {
    width: 20%;
    float: left;
    height: 190px;
    background: #37469b;
    padding: 0 15px;
    position: relative;
    display: flex;
    margin: 5px 5px 30px;
    border-radius: 5px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow( 0px 3px 2px rgba(0, 0, 0, .1));
}
.full-col .flex-box-inner {
width: 100%;
}

.full-col svg {
width: 50px;
float: left;
fill: white;
margin-right: 15px;
}
.full-col p {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    line-height: 21px;
    text-align: center;
}
.full-col p span {
    font-size: 14px;
    display: block;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}
section#just-banner .svg-frame svg {
    fill: #3f51b5;
}
section#just-banner .button {
    margin: 25px 0 0;
    width: 280px;
    padding: 18px 0;
}
section#pre-about .flex-box {
    height: auto;
    margin-top: 15px;
}

/* ---------- #about-us ----------- */
section#about-us {
z-index: 111;
background: url(/img/town.png);
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
padding: 100px 0;
}
section#about-us img {
border-radius: 50%;
margin-top: -30px;
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: #3f51b5;
border-radius: 10px;
}
section#about-us .sub-img-box h4 {
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 24px;
}
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 #445bd7;
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 {
background: #f3f3f3;
padding: 15px;
text-align: center;
border: 1px solid #ccc;
border-radius: 4px;
font-family: 'Bebas Neue';
font-weight: 600;
font-size: 22px;
line-height: 26px;
color: #565656;
}
section#about-us .one-vhar span {
color: #e31616;
}
/* ---------- #about-us ----------- */
/* ---------- #pre-about ----------- */


/* ---------- #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: 40% !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;
    border: 5px solid #3f51b5;
}
section#tabster .one-tests {
background: #fff;
text-align: center;
padding: 25px;
}

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

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: #5f5f5f;
}
section#tabster .normal-named:before {
content: "\f10d";
position: absolute;
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 20px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 900;
left: 0px;
top: 30px;
color: #3f51b5;
opacity: 0.7;
}

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

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

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

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

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

section#tabster .owl-item.medium.active {
z-index: 9;
}

section#tabster .owl-carousel .owl-nav button span {
height: 50px;
display: block;
}

section#tabster button.owl-prev:hover, section#tabster button.owl-next:hover {
background: #3f51b5 !important;
}
section#tabster button.owl-next:before, section#tabster button.owl-prev:before {content:none;}
/* ---------- #tabster ----------- */

/* ---------- #page-form ----------- */
section#page-form {
    background: #3f51b5;
    padding-top: 100px;
    padding-bottom: 100px;
}
section#tripple-blog {
    background: url(/img/bg-1.jpg);
    background-size: cover;
    background-position: center;
}
.all-page-form {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 15px #06115017;
    position: relative;
    border: 5px solid #3f51b5;
    z-index: 999;
}
section#page-form .svg-frame {
    z-index: 1;
}
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: 24px;
    width: 100%;
    display: block;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    position: relative;
    z-index: 99;
    color: #3f51b5;
}
section#page-form i.far.fa-dot-circle {
    color: #3f51b5;
}
section#page-form .all-page-form form {
width: 100%;
margin: 25px auto 0;
padding: 25px;
background: #f6f6f6;
border-radius: 10px;
}
section#page-form .all-page-form form input {
padding: 13px;
border: 0;
background: #fff;
width: 342px;
margin-right: 5px;
border-radius: 5px;
border: 1px solid #ededed;
}
section#page-form .button {
    margin: 0;
    float: right;
    border: 0;
    border-radius: 5px;
    padding: 14px;
    max-width: 191px;
    background: #3f51b5;
    color: #fff;
}
.all-page-form:before {
content: "";
width: 280px;
height: 261px;
position: absolute;
top: -94px;
right: -5px;
background: url(/img/cf.png);
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
section#contact-box {
    background: url(/img/fbg.jpg);
    background-size: cover;
    background-position: bottom;
}

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


/* ---------- #tech ----------- */
section#tech p span {
width: 35px;
height: 35px;
text-align: center;
background: #3f51b5;
display: block;
border-radius: 50%;
color: white;
line-height: 35px;
float: left;
margin-right: 15px;
font-weight: bold;
}
section#tech p:hover span {animation: ripple 0.7s linear infinite;}
section#tech p {
line-height: 35px;
border-bottom: 1px dashed #c9c9c9;
padding-bottom: 15px;
}
/* ---------- #tech ----------- */


/* ---------- #tabs ----------- */
section#tabs .btn-link {
font-weight: bold;
color: #2b2b2b;
background-color: transparent;
width: 100%;
text-align: left;
font-size: 17px;
}
section#tabs .btn-link:hover {
text-decoration: none;
}
section#tabs .card {
margin: 5px 0;
}
section#tabs i {
color: #3f51b5;
padding-right: 7px;
}
section#tabs .card-header {
padding: .75rem 0.25rem;
}
section#tabs .back-call {
background: #3f51b5;
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: #ebeff2;
background-clip: border-box;
border: 0;
border-radius: 0;
margin-bottom: 5px;
}
section#tabs .card-header {
padding: .75rem 0.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, .03);
border-bottom: 0;
}
section#tabs .btn-link {
font-size: 15px;
width: 100%;
display: block;
line-height: 1;
font-weight: 700;
text-align: left;
}
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: 12px;
color: #3f51b5;
z-index: 99;
}
/* ---------- #tabs ----------- */


/* ---------- #steps ----------- */
.md-stepper-horizontal {
display:table;
width:100%;
margin:0 auto;
background-color:#FFFFFF;
}
.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: #3f51b5;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
background-color: rgb(33,150,243);
}
.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: #3f51b5;
    font-size: 20px;
    margin-top: 30px;
}
.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: 16px;
    font-weight: 500;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
    color: #343434;
}
.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: #3f51b5;
}
/* ---------- #steps ----------- */


/* ---------- #contact-box ----------- */

.main-contact {
height: 500px;
}
section#contact-box h2.titl {
text-transform: uppercase;
font-size: 40px;
line-height: 40px;
font-weight: 900;
color: #fff;
}
section#contact-box .flex-box {
height: 500px;
}
section#contact-box p, section#contact-box a, section#contact-box i {
color: #fff;
}
section#contact-box input, section#contact-box textarea {
width: 100%;
padding: 10px 0;
margin-bottom: 10px;
border: 0;
border-bottom: 2px solid #ffffff;
background: transparent;
font-size: 18px;
}
section#contact-box input::-webkit-input-placeholder {color:#fff;}
section#contact-box input::-moz-placeholder {color:#fff;}/* Firefox 19+ */
section#contact-box input:-moz-placeholder {color:#fff;}/* Firefox 18- */
section#contact-box input:-ms-input-placeholder {color:#fff;}
section#contact-box .button {
border: 2px solid #fff;
cursor: pointer;
}
section#contact-box .fas {
margin-right: 5px;
}
/* ---------- #contact-box ----------- */


/* ---------- #copy-footer ----------- */
section#copy-footer {
    background: #171c38;
}
section#copy-footer {
background: #2b2d33;
}
section#copy-footer p {
padding: 0;
margin: 0;
color: #e2e2e2;
}
.textmin a {
font-size:12px;
color: #ccc;
}
/* ---------- #footer ----------- */
section#tripple-blog .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: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    -webkit-filter: drop-shadow( 0px 3px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow( 0px 3px 10px rgba(0, 0, 0, .4));
    border-bottom: 5px solid #3f51b5;
}
h2.title.col-w, h2.title.col-w span {
    color: #fff;
}
section#tech p b {
    float: right;
    color: #3f51b5;
}
section#about-us h3 {
    color: #3f51b5;
    font-size: 24px;
    font-weight: 600;
}
/* ---------- #counters ----------- */
section#counters {
min-height: 550px;
background: url(/img/block-fon.jpg);
background-position: center;
}
section#counters .flex-box {
height: 550px;
}
section#counters h2.titl {
text-transform: uppercase;
font-size: 40px;
line-height: 40px;
font-weight: 900;
color: #fff;
}
section#counters p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
section#counters .button {
margin: 30px 0;
}
section#about-us .sub-img-box h4 span {
    display: block;
    font-weight: 700;
    color: #ffc107;
}
.card-title {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #3f51b5;
}
.md-step img {
    width: 70px;
    margin: 0 auto 25px;
    display: block;
}
