@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: #1f68b1;
}
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: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
h2.title span {
    color: #1f68b1;
}

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: #f3f3f3;
}
.bg-gray {
    background: #f4f8fb;
}
.linar-bg {
    background: linear-gradient(120deg, #4780b0 50%, #4377a2 50%);
}
.bg-gradient {background: linear-gradient(45deg, #1f68b1 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: rgb(0 0 0 / 63%);
}
.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:1;
    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: 1;
    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: 10px;
    height: 10px;
    background: #ffffff47;
    margin: 0px 4px;
    border-radius: 50%;
}
button.owl-dot.active {
    
}
.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;
     
    height: auto;
    border-radius: 20px;
    padding: 40px 25px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #404040, -14px -14px 20px #484848;
}
.form .cme-cls {
    position: absolute;
    top: -45px;
    right: 0px;
    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: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    background: #1f68b1;
    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: 5px;
    margin-top: 10px;
    font-weight: 900;
    font-size: 25px;
    color: #1f68b1;
    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: #1f68b1;
}
div#calform .flex-box-inner {
    width: auto;
}

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

/* ---------- #buttons options ----------- */
.button {
    display: block;
    padding: 13px 0;
    position: relative;
    color: #fff;
    margin: 15px auto 0;
    width: 50%;
    text-align: center;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
    background: #1f68b1;
    font-weight: 500;
    font-size: 1.2em;
    overflow: hidden;
    transition: 0.3s;
}
.btn-bg {
background: #1f68b1;
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 ----------- */

.butt:hover {
    animation: none !important;
    opacity: 0.8;
	background-color: green !important;
}

.butt {
    animation: ripple 0.7s linear infinite;
    opacity: 0.8;
}

/* ---------- #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 ----------- */


/* ---------- #big-slider ----------- */
.slider-box {
    height: 100vh;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bag1 {
    background: url(/img/slide1.jpg);
}
.bag2 {
    background: url(/img/slide1.jpg);
}
.bag3 {
     background: url(/img/slide1.jpg);
}
div#big-slideshow .flex-box-inner {
    text-align: center;
}
div#big-slideshow h1 {
    font-size: 60px;
    font-weight: 700;
    color: white;
    margin-top: 70px;
    text-shadow: 1px 1px 4px #000000bf;
}
div#big-slideshow p {
    font-size: 25px;
    font-weight: 400;
    color: white;
    text-shadow: 1px 1px 4px #000000bf;
}
/* ---------- #big-slider ----------- */

/* ---------- #topser ----------- */
section#topser {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    z-index: 99;
    padding: 10px 0;
    background: #fffffff0;
}
section#topser p, section#topser a {
    color: #2e2e2e;
    font-weight: 500;
}
section#topser .topser-wrap {
    display: flex;
}
section#topser .topser-item {
    width: 25%;
    height: 70px;
    display: flex;
}
section#topser a.topser-logo img {
    width: 145px;
    margin-right: 15px;
}
section#topser a.topser-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
	font-weight: 500;
}
section#topser .header-phone {
    font-size: 20px;
    text-align: right;
    width: 100%;
}
section#topser .header-phone__time {
    font-size: 0.8rem;
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: right;
}
section#topser .online-light {
    width: 8px;
    height: 8px;
    background: #446f21;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
	animation: lighter 2s infinite linear;
}
@keyframes lighter {
0% {
background: #446f21;
}
100% {
background: #fff0;
}
}
section#topser .header-phone i {
    color: #446f21;
}
section#topser a.header-phone__link {
    font-weight: 700 !important;
}
section#topser a.header-phone__popup {
    font-size: 0.8rem;
    display: block;
}
section#topser .header-online__img .online-light {
    position: absolute;
    right: 0px;
    bottom: 3px;
}
section#topser .header-online__img {
    width: 65px;
    margin-top: 2px;
    position: relative;
}
section#topser .header-online {
    display: flex;
    width: 100%;
    justify-content: right;
}
section#topser .header-online__img img {
    width: 100%;
}
section#topser .header-online .button {
   background: #1f68b1;
    font-size: 1.2em;
    padding: 14px 17px;
    text-transform: inherit;
    margin: 0;
    width: 310px;
    color: #fff !important;
}


.padding6 {    padding: 6px!important; }


section#topser .header-online__text p {
    font-size: 0.8rem;
    margin-bottom: 0;
	text-align: center;
}
section#topser .header-online__text {
    margin-left: 15px;
}
section#topser .header-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fefefe;
    margin-right: 15px;
    background: #124c85;
}
section#topser .header-license__text {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}
section#topser .header-license__text p {
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 18px;
}
section#topser .header-license__text a {
    font-size: 0.8rem;
}
section#topser a.topser-logo span {
    padding-right: 1vw;
    line-height: 14px;
}
section#topser .write-us {
    width: max-content;
    margin: 0 auto;
}
section#topser .write-us a {
width: 45px;
    height: 45px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #fff;
    float: left;
    margin-right: 9px;
    border-radius: 35%;
    font-size: 2em;
    color: #fff;
}
section#topser .write-us a.link-whtsapp {
    background: #00a884;
}
section#topser .write-us a.link-telegram {
    background: #08c;
}
section#topser .write-us a.link-viber {
    background: #7360f2;
}
/* ---------- #topser ----------- */

/*------ #top-adress-1 ------*/
section#top-adress-1 p, section#top-adress-1 a {
    color: #fff;
    margin: 0;
    font-size: 13px;
}
/*------ #top-adress-1 ------*/


section#top-adress-1 .navbar {
    padding: 0;
}

section#top-adress-1 .navbar a {
    color: #fff;
    margin: 0;
    padding: 3px 25px 0 0px;
    text-transform: inherit;
}

section#top-adress-1 {
    background: transparent;
    position: absolute;
    width: 100%;
}

/* ---------- #about-us ----------- */
section#about-us {
    z-index: 98;
    background: url(/img/town.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

section#about-us .sub-img-box {
	margin: 0;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, -50%);
    width: 230px;
    padding: 10px;
	background: #be0000;
    border-radius: 10px;
}
section#about-us .sub-img-box h4 span {
    font-size: 50px;
    display: block;
    font-weight: bold;
	color: #ffa700;
}
section#about-us .sub-img-box h4 {
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
}
section#about-us .sub-img-box:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #f53030;
    border-radius: 8px;
}
section#about-us .about-vhar {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    margin-bottom: 15px;
}
section#about-us .one-vhar {
    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 ----------- */


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

section#shopper-box .card {
    border: 0;
    margin-bottom: 9px;
    margin-right: 6px;
}
section#shopper-box .button {
    width: 170px;
}
section#shopper-box h5.mt-4 {
    margin-top: -1px !important;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ff3707;
}
section#shopper-box .card-title {
    font-size: 18px;
    font-weight: 600;
}
/* ---------- #shopper-box ----------- */

/* ---------- #pre-about ----------- */
section#pre-about {
    background: #1f68b1;
}
.pre-about-full {
    width: 100%;
    display: flex;
}
.full-col {
    width: 20%;
    float: left;
    height: 100px;
    background: #1f68b1;
    padding: 0 15px;
    position: relative;
	display: flex;
}
.full-col .flex-box-inner {
    width: 100%;
}
.w-aft:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #517b1d;
}
.full-col svg {
    width: 50px;
    height: 50px;
    float: left;
    fill: white;
    margin-right: 15px;
}
.full-col p {
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin: 7px 0;
}
/* ---------- #pre-about ----------- */

/* ---------- #projectFacts ----------- */
.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }
  .projectFactsWrap{
      display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #projectFacts .fullWidth{
    padding: 0;
  }
  
  .projectFactsWrap .item {
    width: 22.52111111%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
    background: #fff;
    margin: 0 15px;
    border-radius: 25px;
}
section#projectFacts {
    background: #f3f3f3;
}
  .projectFactsWrap .item p.number {
      font-size: 40px;
      padding: 15px 0 0;
      font-weight: bold;
  }
  .projectFactsWrap .item p{
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 10px;
  }
  .projectFactsWrap .item span{
    width: 60px;
    background: #000;
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  .projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 50px;
    color: #000;
  }
  .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
    color: #000;
  }
  .projectFactsWrap .item:hover span{
    background: white;
  }
  .projectFactsWrap .item svg {
      width: 70px;
      height: 70px;
      fill: #1f68b1;
  }
  /* ---------- #projectFacts ----------- */

  /* ---------- #why-us ----------- */
  section#why-us .hover_content_block {
    text-align: center;
    font-size: 16px;
    min-height: 250px;
    vertical-align: middle;
    padding: 40px 20px;
    background: #fff;
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    transition: 0.4s;
    border-radius: 25px;
}
section#why-us .hover_content_block h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
    section#why-us .hover_con_text svg {
        width: 70px;
        height: 70px;
        fill: #1f68b1;
    }
    
    /* ---------- #why-us ----------- */

    /* ---------- #round-footer ----------- */
section#round-footer {
    background: #2b2c31;
    margin-top: 0;
    padding-top: 60px;
	padding-bottom: 15px;
}
section#round-footer .svg-frame {
    transform: rotate(180deg);
    top: -50px;
}
section#round-footer .svg-frame svg {
    fill: #2b2c31;
    height: 50px;
}
section#round-footer .round-form {
    width: 80%;
    max-width: 1200px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -140px auto 0;
    background: #5e86ad;
    border-radius: 20px;
    position: relative;
    z-index: 99;
}
section#round-footer .round-form img {
    width: 177px;
    bottom: 0;
    position: absolute;
    left: 20px;
}
section#round-footer .round-call-text {
    width: 40%;
    font-size: 23px;
    color: #fff;
    padding-left: 17%;
    line-height: 24px;
}
section#round-footer .round-call-text span {
    font-size: 14px;
    display: block;
    line-height: 14px;
}
section#round-footer .round-form form {
    width: 70%;
    margin: 0 25px;
}
section#round-footer .round-form form input {
    width: 70%;
    background: #ffffff1a;
    border: 0;
    padding: 15px;
    border-radius: 10px;
}
section#round-footer .round-form form button {
    padding: 15px;
    width: 28%;
    margin-left: -15px;
    border-radius: 13px;
    border: 0;
    background: #416522;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
}
section#round-footer .round-form form button:hover {
filter: brightness(120%);
}
section#round-footer .round-form form input::-webkit-input-placeholder {color:#fff;}
section#round-footer .round-form form input::-moz-placeholder {color:#fff;}/* Firefox 19+ */
section#round-footer .round-form form input:-moz-placeholder {color:#fff;}/* Firefox 18- */
section#round-footer .round-form form input:-ms-input-placeholder {color:#fff;}
section#round-footer .ftr-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    height: 80px;
}
section#round-footer .header-phone {
    font-size: 20px;
    text-align: right;
    width: 100%;
}
section#round-footer a.header-phone__link {
    font-weight: 700 !important;
}
section#round-footer .header-phone i {
    color: #548252;
}
section#round-footer .header-phone__time {
    font-size: 0.8rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: right;
	color: #fff;
}
section#round-footer p, section#round-footer a {
    color: #fff;
    font-weight: 500;
}
section#round-footer a.header-phone__popup {
    font-size: 0.8rem;
    display: block;
}
section#round-footer .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;
}
section#round-footer .write-us a.link-whtsapp {
background: #00a884;
}
section#round-footer .write-us a.link-telegram {
background: #08c;
}
section#round-footer .write-us a.link-viber {
background: #7360f2;
}
section#round-footer hr {
    border-top: 1px solid #ffffff1a;
    margin-top: 25px;
    margin-bottom: 15px;
}
section#round-footer .copy-box a, section#round-footer .copy-box p {
color: #ccc;
margin-bottom: 0;
padding: 10px 0;
display: block;
}
/* ---------- #round-footer ----------- */

/* ---------- #counters ----------- */
section#counters {
    min-height: 550px;
    background: url(/img/block-fon.jpg);
    background-position: center;
	background-size: cover;
}
section#counters .flex-box {
    height: 550px;
    position: relative;
    z-index: 999;
}
section#counters h2.titl {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
}
section#counters p {


    line-height: 25px;
    color: #fff;
}
section#counters .button {
    margin: 20px 0;
    background: #fff;
    color: #1f68b1;
    font-weight: 600;
}
/* ---------- #counters ----------- */

section#about-us img {
    border-radius: 20px;
    margin-top: 19px;
}
h6.card-subtitle.mb-2.text-muted {
    color: #a7a7a7 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
p.card-text {
    font-weight: 500;
}

section#shopper-box {
    background: #f3f3f3;
    overflow-x: clip;
}

section#shopper-box a.button.btn-right {
    background: #f3f3f3;
    color: #8d8d8d;
}
section#shopper-box a.button.btn-bg.btn-right {
    background: #1f68b1;
    color: #fff;
}

section#why-us {
    background: #f3f3f3;
}

.adress-box i {
    color: #1f68b1;
}
.adress-box p {
    font-size: 17px;
    margin-bottom: 0;
}
section#topser.fixed {
    padding: 5px 0;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 15px #0003;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    animation-name: slideInDown;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0;
    z-index: 99;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
}
.modal-body h5 {
    font-weight: 600;
    font-size: 18px;
}
.modal-body ul {
    padding-left: 25px;
    margin-bottom: 15px;
}
.modal-body ul li {
    list-style-type: disc;
}


section#shopper-box .owl-nav {
    width: 122px;
    position: absolute;
    right: 21vw;
    bottom: 0;
}

section#shopper-box button.owl-prev:before, section#shopper-box button.owl-next:before {
    width: 30px;
    height: 30px;
}

section#big-slider .owl-carousel .owl-nav button.owl-next, section#big-slider .owl-carousel .owl-nav button.owl-prev {

    filter: brightness(10);
}


.fs01 {
	font-size: 16px !important;
	
}

.fs02 {
	
	font-size: 10px !important;
}
.padd0 {
	
    padding: 0 !important;
}


.edsd {
    
    margin-left: 20px; /* Отступ для текста после маркера */
    position: relative; /* Для управления псевдоэлементом */
}

.edsd::before {
    content: "•"; /* Символ маркера */
    color: black; /* Цвет маркера */
    position: absolute; /* Позволяет разместить маркер отдельно от текста */
    left: -14px; /* Позиция маркера */
}


.efefefefef {
    background-color: #0392f1;
    color: white;
    padding: 1em;
	font-size: 19px;   
}

.efefefefefred {
    background-color: #f10303;
    color: white;
    padding: 1em;
}
.nott {
    text-decoration: line-through;
            /* чёрный текст */
  font-weight: bold;        /* жирный */
  font-size: 27px;          /* крупнее */
  text-decoration-thickness: 2px; /* толщина линии (поддерживается в новых браузерах) */
  text-decoration-color: red;     /* можно сделать красную линию */
}


.eeew {
   background-color: #ffffff;
    color: #000000;
    padding: 1em;
} 


.elementw {
    background-image: url('https://profi-torg.ru/img/001.jpg');
    background-size: cover; /* Это обеспечит, чтобы изображение покрывало весь элемент */
    background-position: center; /* Выравнивание изображения по центру */
}

.download-app {
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}

.download-app__links {
    display: flex;
    align-items: center;
}

.download-link {
    border-radius: 1px;
    outline: 10px solid rgba(255, 255, 255, 0.2);
    outline: 0.52083vw solid rgba(255, 255, 255, 0.2);
    background-color: #fff;
    padding: 15px 35px;
    padding: 15px 1.82292vw;
}

.download-link img {
    min-width: 40px;
}

.download-link + .download-link {
    margin-left: 30px;
}



.download-link {
    border-radius: 1px;
    outline: 10px solid rgba(255, 255, 255, 0.2);
    outline: 0.52083vw solid rgba(255, 255, 255, 0.2);
    background-color: #fff;
    padding: 15px 35px;
    padding: 15px 1.82292vw;
}



.download-app {
  flex-grow: 1;
  
  justify-content: space-between;
  align-items: center;
}

.download-app__title {
  margin-right: 30px;
}

@media only screen and (max-width: 639px) {
  .download-app__title {
    margin-right: 10px;
  }
}

.download-app__title h4 {
  color: white;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 10px 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .download-app__title h4 {
    font-size: calc(16px + 34 * ((100vw - 320px) / 1920));
  }
}

@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .download-app__title h4 {
    font-size: calc(16px + 20 * (100vw / 1920));
  }
}

@media only screen and (max-width: 639px) {
  .download-app__title h4 {
    margin-bottom: 5px;
  }
}

.download-app__title p {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .download-app__title p {
    font-size: calc(12px + 13.6 * ((100vw - 320px) / 1920));
  }
}

@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .download-app__title p {
    font-size: calc(12px + 8 * (100vw / 1920));
  }
}

.download-app__links {
  display: flex;
  align-items: center;
}

.download-link {
  border-radius: 1px;
  outline: 10px solid rgba(255, 255, 255, 0.2);
  outline: 0.52083vw solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  padding: 15px 35px;
  padding: 15px 1.82292vw;
}

@media only screen and (max-width: 1199px) {
  .download-link {
    outline: 5px solid rgba(255, 255, 255, 0.2);
   padding: 2em;
  }
}

.download-link + .download-link {
  margin-left: 30px;
}

@media only screen and (max-width: 639px) {
  .download-link + .download-link {
    margin-left: 10px;
  }
}

.download-link img {
  min-width: 40px;
}

@media only screen and (max-width: 1199px) {
  .download-link img {
   width: 45px !important;
        height: 45px !important;
  }
}






.adownload-app__links {
  display: flex;
  align-items: center;
}

.adownload-link {
  border-radius: 1px;
  outline: 10px solid rgba(255, 255, 255, 0.2);
  outline: 0.52083vw solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  padding: 15px 35px;
  padding: 15px 1.82292vw;
}

@media only screen and (max-width: 1199px) {
  .adownload-link {
    outline: 5px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
  }
}

.adownload-link + .adownload-link {
   
}

@media only screen and (max-width: 639px) {
  .adownload-link + .adownload-link {
    margin-left: 10px;
  }
}

.adownload-link img {
  min-width: 40px;
}

@media only screen and (max-width: 1199px) {
  .adownload-link img {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}



.download-link:hover {
    animation: ripple 0.7s linear infinite;
    opacity: 0.8;
}


@media (max-width: 768px) {
  .contact-options {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .phone-block,
  .dsfdsfwds,
  .divider {
    display: none !important;
  }

  .messenger-block h3 {
    font-size: 0.9em;
  }

  .download-app__links img {
    width: 36px;
  }
  
  
  .button {
     
    width: 100%;
  margin: 10px auto 0;
  

  }
  
  
  
   
  
  
}

.divider {
   width: 1px; background: rgba(255,255,255,0.3); height: 80px;
  }



 
.product-block {
 max-width: 100vw;
    background-color: #ffffff;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 auto;
    border: 4px solid #0292f2;
    margin-bottom: 30px;
	

}
  .product-block img {
    max-width: 100%;
    border-radius: 10px;
  }

  .product-title {
    font-weight: 900;
     font-size: 2em;
    margin-bottom: 10px;
  }

  .product-block h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .product-block p {
    margin-bottom: 10px;
  }
  
  
.slider-img, .slider-img-reviews {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 400px; /* или сколько нужно */
  border-radius: 10px;
  display: block;
}

@media (max-width: 768px) {
  .slider-img {
    max-height: 250px;
  }
}

.owl-carousel {
  width: 100%;
  overflow: hidden;
}

.product-block .row {
  flex-wrap: wrap;
}



.miniaml { color: white; padding: 5px; font-size: 1.3em; }


.asdsrr {
    list-style: disc !important;
}


.timer-container {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

#countdown {
  display: flex;
  gap: 20px;
  font-family: 'Arial Black', sans-serif;
  font-size: 36px;
  color: #000;
}

#countdown div {
  text-align: center;
  line-height: 1;
}

#countdown span {
  display: block;
  font-size: 42px;
  font-weight: bold;
}

#countdown small {
  font-size: 14px;
  color: #777;
  font-weight: normal;
}


.onne {
    font-size: 2em;
    text-align: center;
    font-weight: 900;
	text-transform: uppercase;
    color: #e63b30;
}
.twooo {
    font-size: 1em;
    text-align: center;
    font-weight: 500;
	padding-top:1em;
}


.ekfwws { padding: 0.5em 0; font-size: 1.3em; color: #1f68b1; font-weight: 800; }
.smsm {  font-size: 15px; color: #e63a2f;}


.button-row {
  display: flex;
  flex-wrap: wrap;         /* позволит переноситься на новую строку, если не влезают */
  gap: 12px;               /* расстояние между кнопками */
  justify-content: center; /* или flex-start */
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  white-space: nowrap;     /* запрет переноса внутри кнопки */
  min-width: max-content;  /* ширина = содержимому */
      /* важно: не скрывать текст */
  text-overflow: unset;    /* убрать троеточие */
}



@media (max-width: 480px) {
  .button {
    flex: 1 1 100%;  /* на мобилках каждая кнопка на всю ширину */
    text-align: center;
  }
}


 

.buttww {
font-size: 1.2em!important; text-transform: uppercase!important; background-color: #e73c30!important; border-radius: 0!important;
}



.discount-ribbon {
  width: 180px;
  height: 40px;
  background: #e63a2f;
  position: absolute;
  top: 15px;
  left: -60px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transform: rotate(-45deg);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 100;
  letter-spacing: 1px;}
  
  
.discount-ribbon2 {
  width: 180px;
  height: 40px;
  background: #e63a2f;
  position: absolute;
  top: 15px;
  right: -60px; /* вместо left */
  text-align: center;
  line-height: 40px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transform: rotate(45deg); /* был -45deg, стал 45deg */
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 100;
  letter-spacing: 1px;
}

  
  
  .callback-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.callback-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.form-box {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  border-radius: 8px;
  z-index: 10;
}

.form-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.form-box input, .form-box button {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.form-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 26px;
  cursor: pointer;
  color: #333;
}



.full-form {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  overflow-y: auto;
}

.full-form.active {
  display: flex;
}

.form-box {
  max-width: 500px;
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.form-box h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.form-box input, .form-box button {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.form-box button {
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.form-box button:hover {
  background: #333;
}

.form-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 26px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

body.no-scroll {
  overflow: hidden;
}
 


.success-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 30px;
  max-width: 500px;
  width: 90%;
}

.success-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #ccc;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  background: #ff4d4d;
}



.youtube-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.youtube-popup.active {
  display: flex;
}

.popup-content {
  position: relative;
  background: #000;
  padding: 0;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.video-container {
  width: 100%;
  height: 100%;
}

.close-popup {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}


.ewoiewe {
    border: 5px #e63a2f solid !important;
    background: none!important;
    padding: 0 0.6rem!important;
    cursor: pointer!important;
    margin-right: 10px!important;
}

 #successScreen.full-form {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #ffffffbd;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  text-align: center;
  flex-direction: column;
}

#successScreen.full-form .success-message {
  max-width: 450px;
  padding: 30px;
  background: #f0fff0;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

#successScreen .success-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  color: #000;
  cursor: pointer;
}


  
	
	
	 .sdssssdfs {
  background-color: #ffffff !important;
    color: black !important;
    animation: none !important;
}



.garanty {
    min-height: 582px;
    background: url(/img/fermer_good.jpg);
    background-size: cover;
}

#garanty1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#garanty1 .row {
    margin: 0;
}

#garanty1 .row .order-1 {
    padding: 0;
}

.text001 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}