/* cmsms stylesheet: MugStyle modified: 06/12/18 15:55:56 */
html {
  font-size: 62.5%; }

body {
  font-family: 'Oxygen', sans-serif;
  margin: 0; 
    overflow-x:hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit; }

.fullWidth {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

button:focus {
  outline: 0; }

#burger-nav {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 5px;
  top: 15px;
  border-radius: 3px; }

#burger-nav.showMe {
  display: block;
  background: #191919; }

#burger-nav img {
  width: 50px;
  cursor: pointer;
  filter: invert(100%); }

#burger-nav img:nth-child(2) {
  display: none; }

header.navShown {
  background: #191919;
  height: 100vh; }
  header.navShown ul {
    display: block; }
  header.navShown #burger-nav img {
    background: transparent;
    filter: invert(100%); }
  header.navShown #burger-nav {
    display: block; }

header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 30% 1fr; }
  header #logo {
    display: grid;
    justify-items: center; }
  header #logo img {
    transition: all 0.4s; }
  header #logo img:hover {
    transform: scale(0.9); }
  header #nav-wrapp {
    display: grid;
    padding-top: 1.5rem;
    text-align: center; }
  header ul {
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    font-size: 2.2rem;
    color: #C2C2C3;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0; }
    header ul li {
      list-style: none;
      cursor: pointer; }
    header ul li:nth-child(3) ul {
      display: none; }
      header ul li:nth-child(3) ul.showOferta {
        display: block; }
    header ul li:nth-child(4) ul {
      display: none; }
      header ul li:nth-child(4) ul.showDoPobr {
        display: block; }
header ul li ul li{opacity:1 !important;transform:translate(0) !important; -webkit-transform: translateY(1) !important;}

a {
  position: relative; }

a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #dddddd;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a span:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #dddddd;
  bottom: -2px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) scaleX(0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

a:hover span:after {
  visibility: visible;
  -webkit-transform: scaleX(1) translateX(-50%);
  transform: scaleX(1) translateX(-50%); }

.rotateAngle {
  transform: rotate(180deg); }

.section1 {
  position: relative; }
  .section1 .swiper-slide img {
    width: 100%; }
  .section1 #arrow {
    display: grid;
    justify-items: center;
    position: absolute;
    bottom: 20%;
    transform: rotate(-90deg) translateX(-50%);
    transition: all 0.4s;
    left: 50%;
    z-index: 20;
    font-size: 5rem;
    color: #fff;
    margin-left: -13px; }
  .section1 #arrow:hover {
    transform: rotate(-90deg) translate(-10px); }
  .section1 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative; }
  .section1 .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .section1 .button-next, .section1 .button-prev {
    position: absolute;
    top: 46%;
    font-size: 5rem;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    transition: all 0.4s; }
  .section1 .button-prev {
    left: 70px; }
  .section1 .button-next {
    right: 70px; }
  .section1 .button-next:hover, .section1 .button-prev:hover {
    color: #ccc; }
  .section1 .button-prev:hover {
    left: 60px; }
  .section1 .button-next:hover {
    right: 60px; }
  .section1 .slideTextWrapp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff; }
    .section1 .slideTextWrapp h3 {
      font-size: 3.6rem; }
    .section1 .slideTextWrapp hr {
      width: 20%; }
    .section1 .slideTextWrapp hr::after {
      content: "";
      height: 8px;
      width: 8px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      z-index: 100;
      margin-top: -4px; }
    .section1 .slideTextWrapp p {
      font-size: 1.6rem;
      margin-top: 5rem; }

.section2 {
  text-align: center;
  padding: 10%;
  color: #515153;
  
  }.section2 p{margin:0;font-size:1.6rem;}
  .section2 h2 {
    font-size: 3.6rem; }
  .section2 h3 {
    font-size: 2.2rem; }
  .section2 hr {
    width: 20%; }
  .section2 hr::after {
    content: "";
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    margin-top: -3px; }
  .section2 ul li {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    margin-top: 0.5rem; }
  .section2 li::after {
    content: "";
    height: 3px;
    width: 3px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 11px; }
  .section2 a {
    padding: 0.7rem 3rem;
    box-sizing: border-box;
    margin-top: 3rem;
    display: inline-block;
    background: #898C8E;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid transparent;
    transition: all 0.4s; }
  .section2 a:hover {
    background: #fff;
    border: 1px solid #898C8E;
    color: #898C8E; }

.section3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-image: url("https://mugubezpieczenia.pl/uploads/site/img2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  color: #fff; }
  .section3 #leftSect {
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    display: grid;
    align-items: center;
    align-self: center; }
    .section3 .section-title{
     transition:all 0.5s;   
    }
    .section3 .section-title:hover{
        box-shadow: 0px 0px 20px 3px;
    }
  .section3 #rightSect {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    display: grid;
    align-items: center;
    align-self: center; }
    .section3 #rightSect .section-title {
      right: auto;
      left: 10%; }
  .section3 .section-title {
    position: absolute;
    width: 450px;
    height: 300px;
    right: 10%;
    text-align: center; }
    .section3 .section-title hr {
      width: 20%; }
    .section3 .section-title hr::after {
      content: "";
      height: 6px;
      width: 6px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      z-index: 100;
      margin-top: -3px; }
  .section3 h3 {
    font-size: 3.6rem; }
  .section3 p {
    font-size: 1.8rem; }

footer {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 300;
  background: #636366;
  color: #dddddd;
  z-index: 3; }

#first-segment {
  margin-left: 30%; }

#second-segment {
  margin-left: 35%; }

#first-segment span {
  margin-left: 1rem;
  margin-right: 1rem; }

#second-segment span {
  font-weight: 600;
  color: #fefefe; }

#second-segment a {
  color: inherit;
  text-decoration: none; }
  
  
  /*SUBSITE*/
.subsiteSection{
    min-height:calc(100vh - 80px);
    position:relative;
    padding-top: 12rem;
}
.subsiteSection{
    background-position:center;
    background-image: url("https://mugubezpieczenia.pl/uploads/site/img3.jpg");
    background-attachment:fixed;
    min-height:calc(100vh - 80px);
    background-size: cover;
    z-index:1;
}
.subsiteSection .section-title{
    z-index: 2;
    color: #fff;
    font-size: 3.6rem;
    width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.subsiteSection hr::after {
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    margin-top: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.subsiteSection .subsiteContent{
    z-index:2;
    top:23vh;
    color:#fff;
    padding: 0 20%;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 5rem;
    padding-bottom:5rem;
}
.subsiteSection h1{
    margin:1rem;
}
  
  

@media only screen and (max-width: 1350px) {
  header ul {
    padding-left: 5%;
    padding-right: 5%; } }
@media only screen and (max-width: 1200px) {
  html {
    font-size: 57.5%; }

  header {
    grid-template-columns: 25% 1fr; }

  header ul {
    padding-left: 2%;
    padding-right: 2%; }

  .section3 #rightSect .section-title {
    left: 5%; }

  .section3 #leftSect .section-title {
    right: 5%; } }
@media only screen and (max-width: 992px) {
    .section2 ul{padding:0;}
  html {
    font-size: 52.5%; }

  header {
    grid-template-columns: 15% 1fr; }

  #logo img {
    width: 100%; }

  .section3 {
    grid-template-columns: 1fr; }

  .section3 #rightSect .section-title {
    left: 50%;
    transform: translateX(-50%) !important; }

  .section3 #leftSect .section-title {
    right: inherit;
    left: 50%;
    transform: translateX(-50%) !important; }

  .section3 .section-title {
    height: auto; }

  .section1 #arrow {
    bottom: 10%; }

  .button-prev img, .button-next img, #arrow img {
    height: 15px; } }
@media only screen and (max-width: 768px) {
    #arrow{display:none !important;}
  #burger-nav {
    display: block; }

  #burger-nav img:nth-child(1) {
    display: block; }

  header {
    display: block; }

  nav {
    height: 0;
    overflow: hidden;
    transition: all 0.7s;
    margin-top: -13px;
    background: rgba(0, 0, 0, 0.5); }

  nav ul li {
    color: #fff !important; }

  #logo img {
    width: 140px; }

  #logo {
    background: rgba(0, 0, 0, 0.5); }

  nav ul {
    display: block;
    text-align: left; }

  .slideD {
    height: auto; }

  .section3 #leftSect .section-title {
    width: 100%;
    right: 0; }

  .section3 #rightSect .section-title {
    width: 100%;
    right: 0; }

  footer {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%; }

  #first-segment {
    margin-left: 20%; }

  #second-segment {
    margin-left: 35%; }

  .section1 .swiper-slide img {
    min-height: 400px; }

  .section1 .swiper-slide h3 {
    font-size: 2.4rem; }

  .button-prev img, .button-next img, #arrow img {
    height: 10px; } }
@media only screen and (max-width: 575px) {
    .subsiteSection .subsiteContent{
        padding-left:5%;
        padding-right:5%;
    }
  footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center; }

  #first-segment {
    margin: 0; }

  #second-segment {
    margin: 0; }

  .section1 .swiper-slide img {
    min-height: 340px; }

  .section1 .swiper-slide h3 {
    font-size: 2rem; }

  .section1 .swiper-slide p {
    font-size: 1.4rem; }

  .button-prev img, .button-next img {
    height: 15px;
    display: none; } }
/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #636366;
  border-radius: 1px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #525255; }

.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  border-top: 0; }

/* Underline From Center */
.hvr-underline-from-center {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

footer .hvr-underline-from-center:before {
  background: #fefefe; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  border-radius: 50%;
  bottom: 0;
  background: #191919;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    transform: scale(1);
    opacity: 1 !important; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    transform: scale(1);
    opacity: 1 !important; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 150%, 0);
    visibility: visible;
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(500%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(500%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

/*# sourceMappingURL=style.css.map */
