
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  color: #474747;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
font-size:16px;
line-height:24px;
  -webkit-font-smoothing: antialiased;
  overflow-x:hidden !important;
}

a {
  color: #cfa153;
  transition: 0.5s;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {  
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
img{
  width:auto;
  max-width:100%;
}
sup{
font-size:50%;
top:-0.8em;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 5px;
  bottom: 5px;
  z-index: 996;
  background: #961114;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #961114;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #c12a21;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

h1.logo
{
width:200px;
height:auto;
margin:10px !important;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#header .row {
  width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  height: 75px;
  background:white;
  width:100% !important;
}
#header.header-scrolled
{
  height:60px; 
  -webkit-box-shadow: 3px 3px 6px -2px rgb(131 131 131 / 60%);
  -moz-box-shadow: 3px 3px 6px -2px rgba(131, 131, 131, 0.6);
  box-shadow: 3px 3px 6px -2px rgb(131 131 131 / 60%);
}
}
#hero .col-md-5
{
  position:relative;
}
#header.header-scrolled h1.logo
{
width:170px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  float:right;

}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 10px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #171717;
  white-space: nowrap;
  text-transform:uppercase;
  transition: 0.3s;
  border-bottom:2px solid white;
}
#header.header-scrolled .navbar a{
  color: #171717;
  text-shadow:none;
}
.navbar a i, .navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  color:white;
  margin-right:15px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #171717;
  text-shadow:none;
  border-bottom:2px solid #3ebbdd;
}
#header.header-scrolled .navbar a.add-basket
{
color:white;
}
.navbar .add-basket, .navbar .add-basket:hover, .navbar .add-basket:focus
{
  background-color: rgba(126, 20, 14, 1);
  background-image: linear-gradient(0deg, rgba(126, 20, 14, 1) 0%, rgba(196, 17, 30, 1) 100%);
font-size:16px;
font-weight:700;
color:#ffffff;
line-height:28px;
padding:10px 25px;
border-radius:8px;
text-transform:uppercase;
padding-left:20px;
margin-left:5px;
border:none;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.navbar .add-basket:hover{transform:scale(1.1)}
.home_op .navbar .add-basket, .home_op .navbar .add-basket:hover, .home_op .navbar .add-basket:focus
{
  background:url(../img/button3_red.png) left no-repeat; 
  color:white !important; 
}
.dropdown-menu.section-4-ico
{
width:200px;  display:none !important;
left:20px;
top:40px;
background:white;
-webkit-box-shadow: 0px 0px 2px 2px #c5c8cc6b;
    box-shadow: 0px 0px 2px 2px #c5c8cc6b;
    
border:none;
padding:10px 0px !important;
}
.dropdown:hover .dropdown-menu
{
display:table !important;
}
.dropdown-menu li{
  display:table;
}
.dropdown-menu li a, .dropdown-menu li a:hover, .dropdown-menu li a:focus{
  margin:0px;
  padding:0px;
  padding:10px 20px !important;
  color:#ffffff;
  text-shadow:none;
  cursor:pointer !important;
  border-bottom:1px solid #3ebbdd;
}
.dropdown-menu li a:hover
{
  background:rgba(185, 12, 0, 1);
color:white !important;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1a1a1a;
  background:none;
  padding:10px;
  border-radius:20px; 
  font-size: 56px;
  cursor: pointer;
  display: none;
  line-height: 0;
  font-weight:800;
  transition: 0.5s;

}


@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }


}
.navbar-mobile {
  position: fixed;
  overflow: hidden !important; 
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(72, 43, 31, 0.7);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 18px;
  color: #191919;
  text-shadow:none;border-bottom: 1px solid #e2e2e2;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #d8ab59;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.dropdown-menu li{width:100%}
.navbar-mobile .dropdown ul {
  position: static;
  display:table !important;
  margin: 0px 0px;
  padding: 0px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow:none;
  width:100% !important;
}

.navbar-mobile .dropdown ul a {
  padding: 15px 20px;
  width:100%;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #18d26e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.add-basket-mobile{display:none;}

#hero
{
  background:url(../img/hero.jpg) top center no-repeat;
width:100%;
color:white;
padding-top:60px;
font-family: "Raleway", sans-serif;
text-shadow: 0px 0px 6px rgba(35, 36, 49, 1);
margin-top:70px;
}
#hero h3
{
font-size:50px;
font-weight:700;
}

.add-basket-big, .add-basket-big:hover
{
  font-size:20px;
  background:url(../img/button_big.jpg) center left no-repeat;
  color:#ffffff;
  font-weight:700;
  line-height:30px;
  padding:16px 22px;
  border-radius:10px;
  text-transform:uppercase;
  margin-top:40px;
  display:table;
  float:left;
  text-shadow:none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.71);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.71);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.71);
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; 
    padding-right:40px;
}
.add-basket-big:hover{
  -webkit-box-shadow: 0px 0px 8px 0px rgba(128, 186, 217, 0.71);
  -moz-box-shadow: 0px 0px 8px 0px rgba(128, 186, 217, 0.71);
    box-shadow: 0px 0px 8px 0px rgba(128, 186, 217, 0.71);
}
.details-big, .details-big:hover
{
text-transform:uppercase;
font-size:20px;
font-weight:600;
padding:16px 22px;
border-radius:10px;
color:#6989b0;
border:3px solid #6989b0;
float:left;
margin-top:40px;
margin-left:20px;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-ms-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
transition: all 0.1s ease-in; 
}
.add-basket-big i{
margin-right:34px;
}
.details-big:hover
{
 background: rgba(220, 233, 242, 0.2);
}
.h3-mobile{display:none;}

.hero-pts{
  background: rgb(5,71,121);
  background: linear-gradient(0deg, rgba(5,71,121,1) 0%, rgba(5,71,121,0) 9%, rgba(5,71,121,0) 90%, rgba(5,71,121,1) 100%);
  font-size:20px;
  font-weight:bold;
  padding:15px 10px;

}
.hero-pts-line
{
  width:100%;
  background: rgb(5,107,166);
  background: linear-gradient(90deg, rgba(5,107,166,0) 0%, rgba(5,107,166,1) 12%, rgba(5,107,166,1) 80%, rgba(5,107,166,0) 100%);
  height:1px;  
}
.hero-pts span{
float:left;
}
.hero-pts img
{
width:15px;
float:left;
margin:0px 10px;
margin-top:5px;
}
.hero-motto
{
  width:50%;
}

.poli-clear
{clear:both;}

#product-top
{
margin-top:40px;
}

#section-2
{
  background: rgb(201,220,236);
  margin-top:-105px;
  background: linear-gradient(0deg, rgba(201,220,236,0) 55%, rgba(201,220,236,1) 97%); 
  padding-top:80px;
  padding-bottom:50px;
}
.section-1-box
{
background:white;
border-radius:20px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(179, 201, 215, 0.71);
-moz-box-shadow: 0px 0px 8px 0px rgba(179, 201, 215, 0.71);
  box-shadow: 0px 0px 8px 0px rgba(179, 201, 215, 0.71);
}
.section-1-number
{
font-family: "Bodoni Moda", serif; 
font-size:72px;
color:#dbdbdb;
font-weight:bold;
padding:20px;
line-height:72px;
}
.section1-top-1
{
background:url(../img/sect01_01.png) top left no-repeat;
font-family: "Raleway", sans-serif;
font-weight:bold;
color:white;
padding:26px 30px;
padding-top:17px;
font-size:22px;
margin-left:-10px;
}
.section1-top-2
{
background:url(../img/sect01_02.png) top left no-repeat;
font-family: "Raleway", sans-serif;
font-weight:bold;
color:white;
padding:26px 30px;
padding-top:17px;
font-size:22px;
margin-left:-10px;
}
.section1-top-3
{
background:url(../img/sect01_03.png) top left no-repeat;
font-family: "Raleway", sans-serif;
font-weight:bold;
color:white;
padding:26px 30px;
padding-top:17px;
font-size:22px;
margin-left:-10px;
}
.section1-desc
{
line-height:24px;
color:#474747;
font-size:16px;
padding:18px 26px;
min-height:160px;
}
.section-1-box.box1
{
border-bottom:5px solid #b6141c;
}
.section-1-box.box3
{
border-bottom:5px solid #ec712c;
}
.section-1-box.box2
{
border-bottom:5px solid #5bc3e0;
}
.section-2-top, .section-3-top, .section-4-top, .section-5-top, .section-6-top, .section-1-top
{
padding:30px;
text-align:center;
}
.section-2-top h2, .section-3-top h2, .section-4-top h2, .section-5-top h2, .section-6-top h2, .section-1-top h2
{
color:#2a2a2a;
font-size:48px;
font-weight:bold;
}
.section-2-top h3, .section-3-top h3, .section-4-top h3, .section-5-top h3, .section-6-top h3, .section-1-top h3
{
font-size:16px;
color:#cecece;
text-transform:uppercase;
letter-spacing:2px;
font-weight:700;
}
.section-4-top h3
{
color:#777777;
}
.section-top-line
{
border-left:20px solid #b6141c;
background:#ed722d;
border-right:20px solid #3cb4d5;
width:60px;
height:5px;
margin:0 auto;
}
.section-2-img
{
border-radius:25px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(179, 201, 215, 0.71);
-moz-box-shadow: 0px 0px 25x 0px rgba(179, 201, 215, 0.71);
  box-shadow: 0px 0px 25px 0px rgba(179, 201, 215, 0.71);
}
#section-2 p
{
font-size:16px;
margin:5px 0px;
}
.section-2-ico {display:table;margin-bottom:5px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; 
}
.section-2-ico1
{
background:#b6141c;
display:table-cell;
padding:8px 10px;
}
.section-2-ico2
{
background:#ed732f;
display:table-cell;
padding:8px 10px;
}
.section-2-ico3
{
background:#3ebbdd;
display:table-cell;
padding:8px 10px;
}
.section-2-ico1 img, .section-2-ico2 img, .section-2-ico3 img
{
width:45px;
float:left;
}
.section-2-ico span
{
color:#2b2b2b;
font-size:24px;
display:table-cell;
font-weight:700;
vertical-align:middle;
padding-left:20px;
}
.ico1-element {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  border-color: transparent transparent transparent #b6141c;
  display:table-cell;
}
.section-2-ico:hover 
{
transform: scale(1.1);
}
.ico2-element {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  border-color: transparent transparent transparent #ed732f;
  display:table-cell;
}
.ico3-element {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  border-color: transparent transparent transparent #3ebbdd;
  display:table-cell;
}
#section-3
{
background:url(../img/sect03_bgtop.jpg) top center no-repeat;
margin-top:100px;
padding-top:50px;
}
#section-3-in
{
background:url(../img/sect03_bgbottom.jpg) bottom center no-repeat;
padding-bottom:80px;
}
.section-3-step-h2
{
font-size:34px;
font-weight:700;
font-family: "Raleway", sans-serif;
color:#bd0d09;
padding-left:-30px;
margin-bottom:30px;
}
.section-3-step-nr{
  content:'01.';
color:#dde5ec;
font-size:90px; 
font-weight:700;
font-family: "Bodoni Moda", serif; 
margin-bottom:-20px;
}
.section-3-step1 .col-md-3, .section-3-step2 .col-md-3, .section-3-step3 .col-md-3
{
text-align:center;
margin:0 auto;
}
.section-3-step4
{
background:url(../img/sect05_bg.jpg) top center no-repeat;
min-height:455px;
border-radius:15px;

}
.section-3-step4-in
{
width:50%;
position:relative;
margin-left:50%;
}
.section-3-step4-h2
{
color:white;
text-align:center;
padding:25px 10%;
}
.step4-img1
{
position:absolute;
bottom:0px;
left:0px;
z-index:1;
}
.step4-img2
{
position:absolute;
bottom:140px;
right:50px;
}
.step4-arrow1
{
  position:absolute;
bottom:250px;
  left:100px;
  z-index:1;
}
.step4-arrow2
{
  position:absolute;
bottom:30px;
  right:100px;
  z-index:1;
}
.section3-line1
{
width:50%;
height:80px;
border-left:2px dotted #d2dde5;
border-bottom:2px dotted #d2dde5;
float:right;
border-bottom-left-radius:20px;
}
.section3-line3
{
width:50%;
height:80px;
border-right:2px dotted #d2dde5;
border-top:2px dotted #d2dde5;
float:left;margin-top:78px;
border-top-right-radius:20px;
}
.section3-line4
{
width:50%;
height:80px;
border-left:2px dotted #d2dde5;
border-top:2px dotted #d2dde5;
float:right;margin-top:78px;
border-top-left-radius:20px;
}
.section3-line5
{
width:50%;
height:80px;
border-right:2px dotted #d2dde5;
border-bottom:2px dotted #d2dde5;
float:left;
border-bottom-right-radius:20px;
}
.section3-line2
{
width:100%;
height:1px;
border-top:2px dotted #d2dde5;
margin-top:78px;
}
.section-3-lines1 .col-md-3, .section-3-lines1 .col-md-6{padding:0px;}

.section-3-step1 img, .section-3-step2 img, .section-3-step3 img
{
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; 
margin:5px;
}
.section-3-step1 img, .section-3-step2 img, .section-3-step3 img
{
  animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
  }

	70% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
#section-4
{
background:#e7f4fc url(../img/sect06_bg.jpg) bottom center no-repeat;
padding-top:80px;
padding-bottom:50px;
}
.section-4-step
{
background:#f7fafc;
border-radius:15px;
padding:10px;
text-align:center;
margin:0 auto;
-webkit-box-shadow: 0px 0px 11px 0px rgba(172, 210, 232, 0.71);
-moz-box-shadow: 0px 0px 11px 0px rgba(172, 210, 232, 0.71);
  box-shadow: 0px 0px 11px 0px rgba(172, 210, 232, 0.71);
  font-size:15px;
  line-height:21px;
  border-bottom:4px solid #004787;
  min-height:500px;
  margin:40px 0px;
}
.section-4-step p{
  padding:4px 10px;
}
.section-4-nr
{
background:#004787;
color:white;
font-weight:bold;
width:61px;
height:61px;
text-align:center;
font-size:25px;
margin:0 auto;
padding:14px;
border-radius:50px;
margin-top:-36px;
border:7px solid #daf1fd;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; 
  }
  .section-4-step:hover .section-4-nr{
    transform:scale(1.2);
  }
.section-4-rememb-ico
{
background:#004787;
float:left;
border-radius:100px;
padding:25px 30px;
border:3px solid #88b5ce;
position:relative;
z-index:999;
margin-top:50px;
}
.section-4-rememb-ico svg{
  width:60px;
}
.section-4-rememb-text
{
width:80%;
padding:20px;
padding-left:100px;
float:left;
margin-left:-60px;
background:rgba(255,255,255,0.6);
border-radius:20px;
}
.section-4-rememb
{
  margin-left:50px;
  margin-top:20px;
}
.section-4-rememb-text strong
{
font-size:21px;
margin-top:15px;
display:table;
color:#373737;
}
.step4-img1, .step4-img2{
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in; 
}
.step4-img1:hover, .step4-img2:hover{
  transform:scale(1.1);
}

.section-4-step img
{
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; 
  }
  .section-4-step:hover img{
    transform:scale(.9);
  }
#section-5
{
background:#fff url(../img/sect07_img.jpg) bottom center no-repeat;
padding-top:60px;
padding-bottom:50px;
}


.section-5-ico {display:table;margin-bottom:5px;  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

  .section-5-ico:hover
  {
  transform:scale(1.1);
  } 
.section-5-ico1
{
background:#b6141c;
display:table-cell;
padding:22px 20px;
font-size:30px;
font-weight:bold;
color:white;
width:60px;
text-align:center;
font-family: "Raleway", sans-serif;
}
.section-5-ico2
{
background:#ed732f;
display:table-cell;
padding:22px 20px;
font-size:30px;
font-weight:bold;
color:white;
width:60px;
text-align:center;
font-family: "Raleway", sans-serif;
}
.section-5-ico3
{
background:#3ebbdd;
display:table-cell;
padding:22px 20px;
font-size:30px;
font-weight:bold;
color:white;
width:60px;
text-align:center;
font-family: "Raleway", sans-serif;
}
.section-5-ico span
{
color:#252525;font-family: "Raleway", sans-serif;
font-size:17px;
display:table-cell;
font-weight:400;
vertical-align:middle;
padding-left:20px;
}
.ico1-element.v2{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  border-color: transparent transparent transparent #b6141c;
  display:table-cell;
}
.ico2-element.v2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  border-color: transparent transparent transparent #ed732f;
  display:table-cell;
}
.ico3-element.v2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  border-color: transparent transparent transparent #3ebbdd;
  display:table-cell;
}

.section-5-plus
{
width:43%;
float:left;
display:table;
background:white;
border-radius:14px;
border-bottom:4px solid #3ebbdd;
margin-right:3%;
-webkit-box-shadow: 0px 0px 20px 0px rgba(172, 210, 232, 0.71);
-moz-box-shadow: 0px 0px 20px 0px rgba(172, 210, 232, 0.71);
  box-shadow: 0px 0px 20px 0px rgba(172, 210, 232, 0.71);
  margin-top:25px;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.st0 {
  fill: #42bcdd;
}
.section-5-plus div{display:table-cell;padding:22px 20px;vertical-align:middle;
  color:#252525;font-family: "Raleway", sans-serif;
  font-weight:bold;font-size:18px;line-height:22px;
}
.section-5-plus div svg{width:80px;fill:#3ebbdd;}

.section-5-pack
{
margin-top:30px;
}
.section-5-plus:hover{
background:#3ebbdd;
color:white;
}
.section-5-plus:hover div svg{width:80px;fill:#fff;}
.section-5-plus:hover div{color:white;}
.section-5-plus:hover .st0{fill:#fff;}
.footer-przyp
{
font-size:12px; 
color:#8f9ea8;
padding:30px 0px;
line-height:16px;
background: rgb(214,228,237);
background: linear-gradient(0deg, rgba(214,228,237,1) 3%, rgba(255,255,255,0) 97%);
border-bottom:6px solid #fff;
}
#footer
{
background:url(../img/footer_bg.jpg) bottom center no-repeat;
color:white;
padding-top:40px;text-align:center;
text-shadow: 1px 1px 6px rgba(7, 44, 81, 1);
}
.footer-legal
{
font-size:24px;
text-align:center;
line-height:35px;
padding:30px 50px;
border:3px solid #fff;
border-radius:15px;
}
.footer-desc
{
font-size:14px;
line-height:21px;
margin:30px 0px;
}
.footer-cop
{
  background: rgb(2,45,88);
background: linear-gradient(90deg, rgba(2,45,88,0) 3%, rgba(2,45,88,1) 40%, rgba(2,45,88,1) 60%, rgba(2,45,88,0) 97%);
padding:16px;
font-size:13px;
color:#99b5ce;
margin-top:30px;
}

.footer-cop a{
  color:#99b5ce;margin:0px 10px;  
}
.section-6-product
{
-webkit-box-shadow: 0px 0px 21px 0px rgba(176, 189, 195, 0.71);
-moz-box-shadow: 0px 0px 21px 0px rgba(176, 189, 195, 0.71);
box-shadow: 0px 0px 21px 0px rgba(176, 189, 195, 0.71);
border-radius:20px;
border-top:4px solid #bd101c;
background:white;
display:table;
margin:20px;
padding:40px;
text-align:center;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
position:relative;
}
.section-6-product:hover{box-shadow:none;background:#e4eff6;}
   
.section-6-product h4{
font-size:24px;
color:#2b2b2b;
font-weight:700;
margin:20px 0px;
}
.add-basket2
{
background-color: rgba(126, 20, 14, 1);
background-image: linear-gradient(0deg, rgba(126, 20, 14, 1) 0%, rgba(196, 17, 30, 1) 100%);
font-size:16px;
font-weight:700;
color:#ffffff;
line-height:28px;
padding:15px 35px;
border-radius:8px;
text-transform:uppercase;
padding-left:20px;
margin-left:5px;
border:none;
display:inline-table;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;

}
.add-basket2:hover{
  transform:scale(1.1);
}
.add-basket2 i {margin-right:15px;}
.section-6-top
{
padding-bottom:10px;
}

#section-6
{
padding-top:30px;
padding-bottom:30px;
}
.section-6-pdf
{
text-align:center;
margin:0 auto;
margin-top:10px;
}
#nagl
{
background:url(../img/footer_bg.jpg) top center no-repeat;  
margin-top:70px;
margin-bottom:35px;
}
#nagl h1{
color:white;
font-size:40px;
padding:30px 10px;
font-weight:700;
margin-top:20px;
}
#cookies
{
padding-bottom:30px;
}
#cookies a, #cookies a:hover{
color:#b00d19;
}

#cookies h5 {
    font-size: 30px;
    font-weight: bold;
}
.contact-phone {
  font-size: 26px;
  display: table;
  margin: 30px 0px;
}
.contact-mail {
  font-size: 22px;
  display: table;
  margin: 10px 0px;
}
a.poli_doc
{
border:2px solid #b6141c;
padding:10px 20px;
color:#b6141c;
font-weight:bold;
border-radius:10px;
margin-top:20px;
position:absolute;
top:-10px;
right:10px;
}

.section-2-term
{
  background:url(../img/footer_bg.jpg)  center no-repeat;
padding: 23px 20px;
font-size:28px;
border-radius:12px;
font-weight:600;
color:white;
text-align:center;
margin-top:25px;
}




@media (max-width: 1399px)
{
  .hero-pts
  {
font-size:16px;
  }
}



@media (max-width: 1199px)
{
#hero 
{
background-position:37% 0%;

}
.hero-motto{width:70%;}
.step4-arrow1 {
  bottom: 250px;
  left:0px;
}
.step4-arrow2 {
    bottom: 30px;
    right: 10px;
}
.section-5-plus 
{
width:90%;
}
.section-6-product h4 {
  font-size: 20px;
min-height:40px;
}
}
@media (max-width: 989px)

{
  .animate__animated,
  [data-aos^=zoom][data-aos^=zoom].aos-animate
   {
    transform: none !important;
    transition: none !important;
  }

  .hero-motto{width:100%;}
  #hero 
{
background-position:20% 0%;
}
.section1-top-1, .section1-top-2, .section1-top-3 {
  padding: 26px 15px;
  padding-top: 15px;
  font-size: 18px;
  margin-left: -10px;
}
.section1-desc {
  line-height: 19px;
  font-size: 14px;
  padding: 18px 16px;
  min-height:200px;
}

.back-to-top{display:none !important;}
#section-4{overflow-x:hidden;}
.step4-arrow2, .step4-arrow1{display:none;}
.step4-img2, .step4-img1
{
position:static;width:70%;
}
.section-3-step4-h2{padding: 25px 10px;}
.section-3-step-h2{font-size:28px}
#section-4{padding-top:20px;}
}
@media (max-width: 767px)
{
.section1-desc, .section2-desc, .section3-desc
{
min-height:auto;
}
.section-1-box
{
margin-bottom:10px;
}
.section3-line1, .section3-line3, .section3-line4, .section3-line5{display:none;}

.section3-line2 {
  margin-top: 40px;
  margin-bottom:40px;
}
.section-3-step1 img, .section-3-step2 img, .section-3-step3 img{display:none;}
.section-3-step4
{
background-position: top right;
}
.section-3-step4-in {
  width: 100%;
  position: relative;
  margin-left: 0%;
}
.step4-arrow1{left:10px;}
.section-4-step{min-height:auto;}
.section-4-rememb-ico{display:none;}
.section-4-rememb-text {
  width: 100%;
  padding-left:20px;
}
.section-4-rememb
{
  margin-left:60px;
}
#hero h3
{
  font-size:34px;
}
.add-basket-big, .add-basket-big:hover{margin-top:10px;margin-right:15px;}
.details-big, .details-big:hover{
  margin-left:0px;
  margin-top:10px;
}
.section-2-ico span{font-size:20px;}

.step4-img1, .step4-img2{position:static;}
.section-3-step4{
  background:#04396d !important;padding-bottom:15px;
}
.section-5-ico span{font-size:16px;}
.section-2-top h2, .section-3-top h2, .section-4-top h2, .section-5-top h2, .section-6-top h2 {
  font-size: 36px;
}
.product-left, .product-right{margin:0px;margin-bottom:20px;padding:20px;}

#footer
{
background:#06447d;
}
.footer-legal {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 10px;
}
}