@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg#fontawesome") format("svg"); }
  @font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fonts/fa-solid-900.eot");
  src: url("/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype"), url("/fonts/fa-solid-900.svg#fontawesome") format("svg"); }
  @font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/fonts/fa-brands-400.eot");
  src: url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.woff") format("woff"), url("/fonts/fa-brands-400.ttf") format("truetype"), url("/fonts/fa-brands-400.svg#fontawesome") format("svg"); }
  @font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.woff2') format('woff2'),
		url('../fonts/BebasNeueRegular.woff') format('woff'),
		url('../fonts/BebasNeueRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.woff2') format('woff2'),
		url('../fonts/BebasNeueBold.woff') format('woff'),
		url('../fonts/BebasNeueBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
.fab {
  font-family: 'Font Awesome 5 Brands'; }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
body {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
	background: #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;
	font-family: 'Bebas Neue';
}
a {
    text-decoration: none;
    color: #2170c3;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}
p {
    font-weight: 500;
    line-height: 24px;
    color: #2a2a2a;
    margin-bottom: 15px;
}
img {width:100%;}
.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-60 {padding-top:60px;}
.pt-70 {padding-top:70px;}
.pt-80 {padding-top:80px;}

.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}

.ptb-10 {padding-top:10px; padding-bottom:10px;}
.ptb-20 {padding-top:20px; padding-bottom:20px;}
.ptb-30 {padding-top:30px; padding-bottom:30px;}
.ptb-40 {padding-top:40px; padding-bottom:40px;}
.ptb-50 {padding-top:50px; padding-bottom:50px;}
.ptb-60 {padding-top:60px; padding-bottom:60px;}
.ptb-70 {padding-top:70px; padding-bottom:70px;}
.ptb-80 {padding-top:80px; padding-bottom:80px;}
.ptb-80 {padding-top:90px; padding-bottom:90px;}
.ptb-80 {padding-top:100px; padding-bottom:100px;}
.ptb-80 {padding-top:110px; padding-bottom:110px;}
.ptb-80 {padding-top:120px; padding-bottom:120px;}
.ptb-80 {padding-top:130px; padding-bottom:130px;}
section {
    position: relative;
}
section .container {
    z-index:10;
	position: relative;
}
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: #2170c3;
}

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: #2170c3;
}
.bg-gray {
    background: #f7f7f7;
}
.linar-bg {
    background: linear-gradient(120deg, #2170c3 50%, #4377a2 50%);
}
.bg-gradient {background: linear-gradient(45deg, #2170c3 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(0, 0, 0, 0.5);
}
.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: #2170c3 !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, .form select {
    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: #2170c3;
    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: #2170c3;
    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: #2170c3;
}
div#calform .flex-box-inner {
    width: auto;
}

/* ---------- #callback ----------- */

/* ---------- #buttons options ----------- */
.button {
display: block;
    padding: 8px 30px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0px;
    width: max-content;
    text-align: center;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    transition: 0.3s;
    background: linear-gradient(45deg, #22448b, #2196f3);
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    min-width: 250px;
    border-bottom: 4px solid #254385;
}
.button span.link-content {
    font-size: 13px;
    display: block;
}
.btn-bg {
background: #2170c3;
color: #fff;
}
.btn-gradient-color {
    background: linear-gradient(to top,#2170c3,#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: 9;
    width: 100%;
}
.svg-frame svg {
    fill: #f7f7f7;
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100px;
	-webkit-filter: drop-shadow( 0px 14px 8px rgba(0, 0, 0, 0.05));
    filter: drop-shadow( 0px 14px 8px rgba(0, 0, 0, 0.05));
}
.svg-frame.rot360 {
    transform: rotate(
180deg
);
    top: inherit;
    bottom: 0;
}
/* ---------- #svg-layers ----------- */
section#just-banner .container, section#top-head-tarnper .container, section#page-footer .container {
    max-width: 85vw;
}
/* ---------- #just-banner ----------- */
section#just-banner {
height: 86vh;
background: url(/img/sol-bg.jpg);
background-size: cover;
background-position: center;
padding-top: 120px;
}
section#just-banner .flex-box {
height: 95vh;
}
#top-head-tarnper .phone-box a {
    color: #303030;
}
img.mintopimg {
    width: 280px;
    margin-top: -30px;
}
section#just-banner .garant h2 {
    font-size: 16px;
}
img.minbotimg {
    width: 80px;
}
section#just-banner .garant p {
    font-size: 12px;
    line-height: 16px;
}
.garant {
    text-align: center;
    width: 30%;
    float: left;
    margin: 9px;
}

section#just-banner h1 {
    font-size: 36px;
    color: #303030;
    font-weight: 700;
    text-align: left;
    line-height: 60px;
    position: relative;
        padding-top: 90px;
}
section#just-banner h1 span {
    color: #2170c3;
    font-size: 68px;
}
section#just-banner h1 b {
    font-size: 100px;
}
section#just-banner h2 {
    color: #303030;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
}
section#just-banner h2 span {
    font-weight: 800;
    color: #2170c3;
}
section#just-banner hr {
width: 15vw;
border-color: #fff;
}
/* ---------- #just-banner ----------- */

/* ---------- #section#color-preims ----------- */
section#color-preims {
    margin-top: -120px;
    z-index: 88;
    background: linear-gradient(to top,#f7f7f7 29%,#580e9900 60%);
}
section#color-preims .item-color {
background: #fff;
border-radius: 10px;
margin-bottom: 15px;
box-shadow: rgb(0 0 0 / 20%) 0px 11px 38px 0px;
text-align: center;
}
section#color-preims .item-color h3 {
color: #fff;
font-size: 29px;
font-weight: 600;
padding: 0 25px;
}
section#color-preims .item-color hr {
width: 50px;
border-top: 3px solid #fff;
}
section#color-preims .item-color p {
    color: #fff;
    margin: 0 25px 30px 25px;
    display: inline-block;
    font-weight: 500;
}
section#color-preims .item-color.cp1 {
background: linear-gradient(45deg, #22448b, #2196f3);
}
section#color-preims .item-color.cp2 {
background: linear-gradient(45deg, #060606, #4c4c4c);
}
section#color-preims .item-color.cp3 {
    background: linear-gradient(45deg, #44121f, #942945);
}
/* ---------- #section#color-preims ----------- */

/*------ #top-head-tarnper ------*/
#top-head-tarnper {
position: absolute;
top: 0px;
z-index: 9999;
width: 100%;
}

#top-head-tarnper .navbar {
width: max-content;
float: right;
}
#top-head-tarnper .navbar-expand-lg .navbar-nav .nav-link {
    color: #303030;
    text-transform: inherit;
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 600;
}
a.logo {
    color: #303030;
    text-transform: inherit;
    font-size: 38px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    padding-top: 6px;
    display: block;
    line-height: 27px;
}
#top-head-tarnper a.logo img {
    width: 70px;
    margin-top: -6px;
    margin-right: 18px;
    height: auto;
    display: block;
    float: left;
}
a.logo span {
    display: block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
        line-height: 26px;
}
#top-head-tarnper .container {
padding: 20px 0;
}
#top-head-tarnper .phone-box {
    color: #303030;
    text-transform: inherit;
    font-size: 27px;
    padding: 5px 0px;
    font-weight: 600;
    text-align: right;
    font-family: 'Bebas Neue';
    line-height: 12px;
    float: right;
}
#top-head-tarnper .phone-box i {
    font-size: 20px;
    color: #19a251;
    margin-top: 12px;
    margin-right: 10px;
}
/*------ #top-head-tarnper ------*/

.online-light {
width: 8px;
height: 8px;
background: #25d266;
border-radius: 50%;
float: left;
margin-right: 8px;
animation: lighter 2s infinite linear;
}
@keyframes lighter {
0% {
background: #25d266;
}
100% {
background: #fff0;
}
}
#top-head-tarnper .phone-box a.minbut {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px dotted #2170c3;
    color: #2170c3;
}

/* ---------- #resizer ----------- */
section#resizer {
    background: url(/img/vec.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 55;
}
section#resizer h3 {
    font-size: 49px;
    font-weight: bold;
    color: #2170c3;
    text-transform: uppercase;
}
section#resizer h3 span {
    color: #353535;
    font-size: 42px;
    width: 100%;
    display: block;
    line-height: 37px;
}
section#resizer img {
margin-top: -40px;
}
/* ---------- #resizer ----------- */

/* ----------  #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;
    padding: 20px;
    position: relative;
    width: 40%;
    min-height: 150px;
    margin: 0 15px;
    background: linear-gradient(to top,#efeded,#fff);
    box-shadow: 0 0 15px #0000002e;
}
.ser-image-box:after {
    content: "";
    width: 84%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 8%;
    z-index: -1;
    border-radius: 0px 0px 5px 5px;
    background: linear-gradient(45deg, #22448b, #2196f3);
}
section#services-image .ser-image-box img {
    position: absolute;
    width: auto;
    max-width: 200px;
    top: 0px;
    right: -30px;
}
section#services-image .ser-image-box h3 span {
    font-weight: bold;
    color: #2170c3;
    display: block;
}
section#services-image .ser-image-box p {
    margin-bottom: 0;
    font-weight: 500;
	line-height: 22px;
}
/* ----------  #services-image  ----------- */

/* ---------- #optionser ----------- */
section#optionser {
background: url(/img/blur.jpg);
background-size: cover;
background-position: center;
box-shadow: inset 0 0 200px #0000002e, inset 0 0 100px #00000059, inset 0 0 100px #0000002e;
}
.booking {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: -30px;
    overflow: hidden;
    background: #f3f3f3;
    padding: 25px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 21%), -5px -5px 10px rgb(0 0 0 / 5%);
    border-radius: 15px;
    background: linear-gradient(45deg, #22448b, #2196f3);
}
.once-book {
    border-bottom: 1px solid #00000026;
    margin-bottom: 10px;
    transition: .5s;
    position: relative;
}
section#optionser h3 {
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 31px;
    padding-bottom: 5px;
    text-align: center;
}
.once-book:before {
content: "";
width: 25px;
height: 73px;
position: absolute;
left: -60px;
top: -5px;
border: 40px solid transparent;
border-left: 25px solid #2170c3;
z-index: 999;
transition: .5s;
}
.once-book svg {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 15px;
    fill: #ffc107;
    margin-top: 6px;
}
.booking h4 {
    font-size: 26px;
    font-weight: bold;
    color: #ffc107;
    margin-bottom: 0px;
}
.once-book p {
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}
img.wom-bot {
    margin-top: -95px;
    width: auto;
    -webkit-filter: drop-shadow( -8px 0px 7px rgba(0, 0, 0, .2));
    filter: drop-shadow( -8px 0px 7px rgba(0, 0, 0, .2));
    float: right;
    margin-right: 40px;
}
.booking .once-book:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
/* ---------- #optionser ----------- */


/* ---------- #section#how-order ----------- */
.order-box {
padding: 25px 15px 15px;
box-shadow: rgb(0 0 0 / 20%) 0px 11px 38px 0px;
border-radius: 15px;
min-height: 430px;
margin-bottom: 15px;
position: relative;
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: 24px;
font-weight: 600;
}
.order-box p {
text-align: center;
font-weight: 500;
}
.order-box .button {
    color: #fff;
    width: 100%;
    padding: 8px 0;
    min-width: inherit;
    font-size: 20px;
}
.order-box-img.box2 img {
transform: translate(-3px, -14px);
width: auto;
}
/* ---------- #section#how-order ----------- */

/* ---------- #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-radius: 50%;
margin-top: -30px;
border: 10px solid #f3f3f3;
}
section#about-us .sub-img-box {
margin: 0;
position: absolute;
left: 50%;
bottom: -20px;
transform: translate(-50%, -50%);
width: 230px;
padding: 10px;
background: #2170c3;
border-radius: 10px;
}
section#about-us .sub-img-box h4 span {
font-size: 45px;
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 #f3f3f330;
    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: #2170c3;
}
/* ---------- #about-us ----------- */

.write-us a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
float: left;
margin-right: 8px;
border-radius: 50%;
font-size: 22px;
color: #fff;
}
.write-us a.link-whtsapp {
background: #00a884;
}
.write-us a.link-telegram {
background: #08c;
}
.write-us a.link-viber {
background: #7360f2;
}

/* ---------- #works-gallery ----------- */
section#works-gallery .one-workes {
    border-radius: 15px;
    overflow: hidden;
	margin-bottom: 15px;
}
section#works-gallery .one-workes:after {
    content: "";
    width: 94%;
    height: 40px;
    position: absolute;
    bottom: 10px;
    left: 3%;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(45deg, #22448b, #2196f3);
}
section#works-gallery .content-workes {
    background: #f3f3f3;
    padding: 20px;
}
section#works-gallery .one-workes .button {
    float: right;
    margin-top: -75px;
    min-width: 200px;
    padding: 15px 25px 12px;
}
section#works-gallery button.owl-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/a1.png) #2170c3;
    background-size: 50%;
    border-radius: 50%;
    background-position: 44% 50%;
    background-repeat: no-repeat;
	box-shadow: 0 0 0 10px #fff;
}
section#works-gallery button.owl-prev {
    left: 22.5%;
    top: 43%;
    opacity: 1;
}
section#works-gallery button.owl-next:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/a2.png) #2170c3;
    background-size: 50%;
    border-radius: 50%;
    background-position: 55% 50%;
    background-repeat: no-repeat;
	box-shadow: 0 0 0 10px #fff;
}
section#works-gallery button.owl-next {
    right: 25.1%;
    top: 43%;
    opacity: 1;
}
/* ---------- #works-gallery ----------- */

/* ---------- #soc-testis ----------- */
.one-soc-item {
background: url(/img/tg-bg.jpg);
min-height: 600px;
background-size: cover;
border-radius: 10px;
overflow: hidden;
}
.heder-soc {
font-size: 16px;
padding: 10px 25px 8px;
background: #ccc;
color: #fff;
}
.left-box-soc {
width: 50%;
float: left;
display: contents;
}
.right-box-soc {
width: max-content;
float: right;
text-align: right;
}
.sub-heder-soc {
background: #c7c7c7;
padding: 6px 25px 9px;
color: #fff;
}
.right-icons {
width: max-content;
float: right;
margin-top: -31px;
}
section#soc-testis .right-icons img {
width: 22px !important;
margin: 0;
}
.sub-heder-soc i.fas.fa-arrow-left {
display: block;
float: left;
font-size: 20px;
margin-top: 13px;
margin-right: 15px;
}
.sub-heder-soc img {
width: 45px !important;
float: left;
margin-right: 10px;
border-radius: 50%;
}
.sub-heder-soc h5 {
color: #fff;
font-weight: 500;
font-size: 18px;
padding-top: 3px;
margin-bottom: 0;
font-family: 'Montserrat', sans-serif;
}
.sub-heder-soc h6 {
font-size: 13px;
font-weight: 400;
color: #aed4f1;
margin-bottom: 2px;
font-family: 'Montserrat', sans-serif;
}
.comment-out {
width: 80%;
float: right;
background: #effedd;
padding: 10px 15px;
border-radius: 10px;
margin: 10px;
border: 1px solid #ccc;
box-shadow: 0 0 5px #00000026;
font-weight: 500;
}
.comment-in {
width: 80%;
background: #fff;
padding: 10px 15px;
border-radius: 10px;
margin: 0px 10px;
border: 1px solid #ccc;
box-shadow: 0 0 5px #00000026;
display: inline-block;
font-weight: 500;
}
.footer-soc {
padding: 12px 25px;
background: #fff;
position: absolute;
bottom: 0;
width: 100%;
left: 0;
color: #babbbd;
font-size: 18px;
border-bottom: 1px solid #f1f1f1;
border-left: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
border-radius: 0px 0px 10px 10px;
}
div#telegram-style .heder-soc {
background: #426382;
}
div#telegram-style .sub-heder-soc {
background: #517da2;
}
div#whatsapp-style .heder-soc {
background: #054c44;
}
div#whatsapp-style .sub-heder-soc {
background: #075e55;
}
div#viber-style .heder-soc {
background: #594f94;
}
div#viber-style .sub-heder-soc {
background: #675cab;
}
.comment-out .comm-time {
font-size: 12px;
width: max-content;
float: right;
margin-top: 5px;
color: #80bc72;
margin-bottom: -5px;
}
.comment-out .comm-time img {
width: auto;
float: right;
margin-left: 5px;
}
.comment-in .comm-time {
font-size: 12px;
width: max-content;
float: right;
margin-top: 5px;
color: #a3a3a3;
margin-bottom: -5px;
}
section#soc-testis button.owl-prev {
left: -60px;
top: 50%;
filter: invert(50%);
}
section#soc-testis button.owl-next {
top: 50%;
right: -10px;
filter: invert(50%);
}
/* ---------- #soc-testis ----------- */

/* ---------- #page-form ----------- */
section#page-form {
    background: url(/img/town.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 100px 0;
}
.all-page-form {
width: 100%;
margin: 0 auto;
background: #fff;
padding: 25px;
border-radius: 15px;
box-shadow: 0 0 15px #06115017;
position: relative;
}
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: #2170c3;
border-radius: 10px;
color: #fff;
font-size: 13px;
backdrop-filter: initial;
transition: 0.4s;
}
section#page-form li.nav-item a:hover {
filter: brightness(120%);
}
section#page-form li.nav-item a i {
color: #fff;
}
section#page-form a#pills-wh-tab {
background: #009688;
}
section#page-form a#pills-tg-tab {
background: #08c;
}
section#page-form a#pills-vb-tab {
background: #7360f2;
}
section#page-form ul#pills-tab {
margin-left: -5px;
margin-right: -5px;
position: relative;
}
section#page-form .all-page-form h4 {
    text-align: left;
    padding-bottom: 0px;
    font-size: 40px;
    width: 100%;
    display: block;
    line-height: 1;
    background: linear-gradient( 45deg, #224991 0%, #216abb 53%, #2190eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
section#page-form i.far.fa-dot-circle {
color: #fb52a6;
}
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, section#page-form .all-page-form form select {
padding: 13px;
border: 0;
background: #fff;
width: 25%;
margin-right: 5px;
border-radius: 5px;
border: 1px solid #ededed;
position: relative;
}
section#page-form .button {
    margin: 0;
    float: right;
    border: 0;
    border-radius: 5px;
    padding: 8px;
    width: 200px;
    min-width: inherit;
}
section#page-form .button span {
    font-size: 10px;
    font-weight: bold;
    display: block;
    font-family: 'Montserrat';
    text-transform: lowercase;
    margin-top: -4px;
}
.all-page-form:before {
    content: "";
    width: 300px;
    height: 261px;
    position: absolute;
    top: -25px;
    right: 21px;
    background: url(/img/cf.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
/* ---------- #page-form ----------- */


/* ---------- #section#call-us ----------- */
section#call-us {
background: url(/img/review-bg.jpg);
background-position: center;
background-size: cover;
}
section#call-us h3 {
color: #fff;
font-weight: 600;
}
section#call-us p {
color: #fff;
}
section#call-us h4 {
color: #fff;
font-weight: 700;
margin-left: 35px;
position: relative;
}
section#call-us h4:before {
content: "\f2a0";
position: absolute;
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 33px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 900;
left: -35px;
top: 4px;
color: #f74033;
}
section#call-us h4 span {
font-size: 14px;
display: block;
font-weight: 400;
}
section#call-us hr {
width: 90px;
margin: 15px 0px 15px 0px;
border-top: 3px solid #f74033;
}
.write-us a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
float: left;
margin-right: 8px;
border-radius: 50%;
font-size: 22px;
color: #fff;
transition: 0.4s;
}
.write-us a:hover {
box-shadow: 0 0 0 2px #fff;
}
.write-us a.link-whtsapp {
background: #00a884;
}
.write-us a.link-telegram {
background: #08c;
}
.write-us a.link-viber {
background: #7360f2;
}
.write-us {
margin-left: 35px;
}
section#call-us .write-us p {
margin-bottom: 5px;
margin-top: 10px;
color: #ccc;
font-size: 14px;
}
/* ---------- #section#call-us ----------- */

.order-box:after {
    content: "";
    width: 84%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 8%;
    z-index: -1;
    border-radius: 0px 0px 5px 5px;
    background: linear-gradient(45deg, #22448b, #2196f3);
}
.all-page-form:after {
    content: "";
    width: 94%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 3%;
    z-index: -1;
    border-radius: 0px 0px 5px 5px;
    background: linear-gradient(45deg, #22448b, #2196f3);
}

section#top-head-tarnper .write-us {
    margin-top: 8px;
}

section#soc-testis img.free-imager {
    width: auto;
    position: absolute;
    opacity: 0.6;
    top: 7vh;
    left: 7vw;
}
section#soc-testis, section#how-order {
    overflow: hidden;
}

section#how-order img.free-imager {
    width: 300px;
    position: absolute;
    right: 2vw;
    top: 18vh;
    opacity: 0.8;
}
section#resizer img.free-imager {
    width: 300px;
    position: absolute;
    bottom: -8vh;
    left: 2vw;
    z-index: 99;
}
section#resizer img.free-imager2 {
    width: 240px;
    position: absolute;
    top: -12vh;
    right: 2vw;
}
section#services-image {
    padding-bottom: 120px;
}
section#resizer:after {
    content: "";
    width: 66%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 16%;
    z-index: -1;
    border-radius: 0px 0px 5px 5px;
    background: linear-gradient(45deg, #22448b, #2196f3);
}
section#resizer:before {
    content: "";
    width: 66%;
    height: 5px;
    position: absolute;
    top: -5px;
    left: 16%;
    z-index: -1;
    border-radius: 5px 5px 0px 0px;
    background: linear-gradient(45deg, #22448b, #2196f3);
}
section#services-image img.free-imager {
    position: absolute;
    width: auto;
    top: 1vh;
    left: 14vw;
}
/* ---------- #page-footer ----------- */
section#page-footer {
    background: url(/img/noise.png);
    padding: 40px 0 20px;
}
section#page-footer a.logo img {
    width: 70px;
    margin-top: -7px;
    margin-right: 18px;
    height: auto;
    float: left;
}
section#page-footer a.logo {
    color: #fff;
    text-transform: inherit;
    font-size: 38px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    margin-top: 0px;
    display: block;
}
section#page-footer .write-us {
    margin: 7px auto;
    width: max-content;
}
section#page-footer .phone-box span, #top-head-tarnper .phone-box span {
    font-size: 17px;
    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: #19bc4d;
}
section#page-footer hr {
    border-top: 1px solid #ffffff1a;
	margin-top: 35px;
}
section#page-footer .write-us a {
    margin: 0 5px;
}
/* ---------- #page-footer ----------- */


section#color-preims .item-color img {
    width: 80%;
    margin: -60px auto 0px;
    -webkit-filter: drop-shadow( 3px 3px 10px rgba(0, 0, 0, .4));
    filter: drop-shadow( 3px 3px 10px rgba(0, 0, 0, .4));
}

section#how-order {
    padding-top: 80px;
}
section#about-us p {
    font-size: 16px;
    line-height: 26px;
}
.content-workes li {
    font-weight: 500;
}
section#resizer p {
    font-size: 17px;
}

section#services-image .ser-image-box h3 {
    float: left;
}
section#services-image .ser-image-box i {
    font-size: 79px;
    float: right;
    color: #2170c3;
}

section#about-us li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
section#about-us ul {
    margin-bottom: 15px;
}
section#color-preims .item-color h3 span {
    color: #ffc107;
}


/* ---------- #price-list ----------- */
section#price-list {
    background: url(/img/bath-bg.jpg);
    background-size: cover;
    background-position: right;
	overflow: hidden;
}
section#price-list .container {
    max-width: 85vw;
}
section#price-list .price {
    display: grid;
    grid-template-columns: 1fr 100px;
    color: #303b43;
    font-size: 0.94em;
    font-weight: 600;
    grid-column-gap: 0.2em;
    grid-row-gap: 1.06em;
    padding-top: 1.8em;
}
section#price-list .price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
}
section#price-list .price-term {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
section#price-list .price-faith {
    color: #b4b4b4;
    overflow: hidden;
}
section#price-list .price-faith:after {
    content: '..........................................................................................................................................................................................................................................................................';
}
section#price-list .price-have {
    color: #303b43;
    font-size: 1.13em;
    font-weight: 700;
}
section#price-list img {
    position: absolute;
    width: auto;
    left: -95px;
	top: -70px;
}
/* ---------- #price-list ----------- */



/* ---------- #partners ----------- */
section#partners .owl-dots {
    width: max-content;
    margin: 30px auto 0px;
    z-index: 9999;
    position: relative;
}
section#partners .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: 20px;
    width: 30px;
    height: 4px;
    background: #ccc;
    margin: 0px 4px;
}
section#partners button.owl-dot.active {
    background: #4781b1;
}
section#partners .owl-carousel button.owl-dot span {
    display: none;
}
div#partners-owl .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
div#partners-owl .item img {
    width: auto;
	max-width:100%;
}
/* ---------- #partners ----------- */
section#color-preims .item-color a {
    color: #fff;
}

.free-mover {
 animation: image-mover 8s infinite alternate;
}
@keyframes image-mover {
  0% {
	  margin-top:0px;
	  margin-left:0px;
  }
  25% {
	 margin-top:10px;
	 margin-left:-10px;
  }
  50% {
	 margin-top:-10px;
	 margin-left:-10px;
  }
  75% {
	 margin-top:10px;
	 margin-right:0px;
  }
  100% {
	 margin-top:0px;
	margin-right:-10px;
  }
}

.desc-none {
    display: none;
}


/* STAT */

.stat-block {
  height: 300px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
    position: relative;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
  position: relative;
}

.stat-subtitle {
  font-size: 16px;
  margin-top: 10px;
  position: relative;
}


/* STAT */

.onesert {
    max-width: 32%;
    flex: 0 0 32%;
        margin: 6px;
}

.allsert {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
section#sert img {
    height: 380px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}