* {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

.space {
  height: 500px;
  width: 100%;
}

.title {
  font-weight: 600;
  font-size: 40px;
  color: #3c3c3c;
  line-height: 1.3;
  position: relative;
  left: 1px;
}

.title-small {
  font-weight: 600;
  font-size: 20px;
  color: #3c3c3c;
  line-height: 1.3;
  position: relative;
  left: 1px;
}
.subtitle-small {
  font-weight: 600;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.3;
  position: relative;
  left: 1px;
}

.title--mb {
  margin-bottom: 30px;
}

.paragraph {
  font-weight: 400;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 1.5;
  position: relative;
  left: 1px;
}

.paragraph--small {
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.5;
  position: relative;
  left: 1px;
}

.paragraph--link {
  color: #3c3c3c;
  text-decoration: none;
}

.paragraph--small--semib {
  font-weight: 600;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.5;
  position: relative;
  left: 1px;
}

.paragraph--inHalf {
  max-width: 450px;
  width: calc(100% - 20px);
}

.btn-link {
  font-weight: 600;
  font-size: 16px;
  color: #303030;
  margin-top: 70px;
  display: inline-block !important;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
}

.btn-link::after {
  content: ">";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.btn-link::before {
  content: "";
  position: absolute;
  right: -10px;
  height: 2px;
  width: 0px;
  top: 50%;
  background-color: #303030;
  top: 50%;
  -webkit-transform: translate(100%, -10%);
  -ms-transform: translate(100%, -10%);
  transform: translate(100%, -10%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.btn-link:hover::after {
  right: -25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-link:hover::before {
  content: "";
  position: absolute;
  right: -10px;
  height: 2px;
  width: 20px;
  top: 50%;
  background-color: #303030;
  -webkit-transform: translate(100%, -10%);
  -ms-transform: translate(100%, -10%);
  transform: translate(100%, -10%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.main-wrap {
  width: calc(100% - 80px);
  margin: 0 40px;
  position: relative;
}
/*    zmiana*/
.img-fill-t {
  width: 100% !important;
  opacity: 0 !important;
}
/*    zmiana*/
.img-fill-50 {
  width: 50% !important;
  opacity: 0 !important;
}

.img-fill {
  height: 100%;
  background-size: cover;
  width: 100% !important;
  /*    zmiana*/
  opacity: 1 !important;
  -webkit-transition: 3s cubic-bezier(0.25, 0.1, 0.07, 1) 1s;
  -o-transition: 3s cubic-bezier(0.25, 0.1, 0.07, 1) 1s;
  transition: 3s cubic-bezier(0.25, 0.1, 0.07, 1) 1s;
}

.img-fill-50 {
  width: 50% !important;
  -webkit-transition: 1.5s cubic-bezier(0.25, 0.1, 0.07, 1) 1s;
  -o-transition: 1.5s cubic-bezier(0.25, 0.1, 0.07, 1) 1s;
  transition: 1.5s cubic-bezier(0.25, 0.1, 0.07, 1) 1s;
  /*    zmiana*/
  opacity: 1 !important;
}

@keyframes showimg {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes showimg {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

.border {
  position: relative;
}

.borderTrig-LT,
.borderTrig-RB {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.border-LT:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  background: #dbdbdb;
  width: 0%;
  -webkit-animation: showlineH 1.5s 0.5s forwards ease;
  animation: showlineH 1.5s 0.5s forwards ease;
}

.border-LT:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  background: #dbdbdb;
  height: 0%;
  -webkit-animation: showlineV 1.5s 0.5s forwards ease;
  animation: showlineV 1.5s 0.5s forwards ease;
}

.border-RB:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 1px;
  background: #dbdbdb;
  width: 0%;
  -webkit-animation: showlineH 1.5s 0.5s forwards ease;
  animation: showlineH 1.5s 0.5s forwards ease;
}

.border-RB:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  background: #dbdbdb;
  height: 0%;
  -webkit-animation: showlineV 1.5s 0.5s forwards ease;
  animation: showlineV 1.5s 0.5s forwards ease;
}
/* .dotlaw .border-LT:before {
  background: rgb(197, 179, 255);
}
.dotlaw .border-LT:after {
  background: rgb(197, 179, 255);
  z-index: 1000;
}
.dotlaw .border-RB:after {
  background: rgb(197, 179, 255);
  z-index: 1000;
}
.dotlaw .border-RB:before {
  background: rgb(197, 179, 255);
  z-index: 1000;
  z-index: 10000;
} */
@keyframes showlineV {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes showlineV {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes showlineH {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes showlineH {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.trig {
  opacity: 0;
  position: relative;
  display: block;
}

.trig--mobile {
  opacity: 0;
  position: relative;
  display: block;
}

.fadeup {
  opacity: 0;
  -webkit-animation: fadeup 1s forwards ease 0.5s;
  animation: fadeup 1s forwards ease 0.5s;
}

@media all and (max-width: 850px) {
  .fadeup--mobile {
    opacity: 0;
    -webkit-animation: fadeup 1s forwards ease 0.5s;
    animation: fadeup 1s forwards ease 0.5s;
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 00px);
    transform: translate(0, 00px);
  }
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 00px);
    transform: translate(0, 00px);
  }
}
/**********************************nav*/
.hamburger {
  display: none;
}
.main-nav {
  width: calc(100% - 80px);
  margin: 0 40px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: 0;
  -webkit-animation: fadeup 1s 1s forwards ease;
  animation: fadeup 1s 1s forwards ease;
}

.main-nav-bar {
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 60px;
}

.main-nav__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-nav__link {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #6c6c6c;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav__link--active {
  color: #3c3c3c;
}

.main-nav__link::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 0;
  height: 1px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-color: #9b9b9b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav__link:hover {
  color: #3c3c3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav__link:hover::before {
  width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #3c3c3c;
}

.main-nav__link--active::before {
  width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #3c3c3c;
}
/**********************************footer*/
.footer {
  padding: 45px 0;
}

.footer__sitemap {
  margin-top: 50px;
}

.footer__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.footer__nav-link {
  font-size: 12px;
  color: #3c3c3c;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 30px;
}

.footer__right-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

.footer__in {
  margin-right: 30px;
}

.footer__privacy {
  margin-right: 0;
}

.footer__nav-link:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__nav-link--b {
  font-weight: 600;
  color: #3c3c3c;
}

@media all and (max-width: 1100px) {
  .main-nav__link::before {
    left: -5px;
  }

  .main-nav__link:hover::before {
    width: 20px;
  }

  .main-nav__link--active::before {
    width: 20px;
  }

  .footer__bottom-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__nav {
    width: 100%;
  }

  .footer__right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__right {
    margin-top: 10px;
    width: 100%;
  }
}

@media all and (max-width: 850px) {
  .logo {
    width: 110px;
  }
  .main-nav__right {
    width: 75%;
  }
}

@media all and (max-width: 700px) {
  .title {
    font-size: 30px;
  }
  .main-nav__logo {
    z-index: 999;
  }
  .hamburger {
    display: block;
    position: relative;
    width: 30px;
    height: 66px;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
    top: 0px;
  }

  .hamburger .line-1,
  .hamburger .line-2 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .line-1:before,
  .line-2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #3c3c3c;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: 1px solid transparent;
  }

  .line-2:before {
    width: 66.66%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  /*
.hamburger:hover .line-2:hover::before{
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
*/

  .hamburger.open .line-1:before,
  .hamburger.open .line-2:before {
    outline: 0 solid transparent;
  }
  .hamburger .line-1 {
    -ms-transform: translateY(-8%);
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  .hamburger .line-2 {
    -ms-transform: translateY(8%);
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }

  .hamburger.open .line-1 {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .hamburger.open .line-2 {
    -ms-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }
  .hamburger.open .line-1:before,
  .hamburger.open .line-2:before {
    background: #3c3c3c;
  }
  .hamburger.open .line-2::before {
    width: 100%;
  }
  .logo {
    width: 150px;
  }
  .main-wrap {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .main-nav {
    width: calc(100% - 40px);
    margin: 0 20px;
    height: 60px;
  }
  .main-nav__link {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-nav__link--show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .main-nav__link--active {
    left: 0px;
  }

  .main-nav__link--active::before {
    width: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-nav__link--active--show {
    left: 45px;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.59, 0.25, 1);
    -o-transition: all 1s cubic-bezier(0.15, 0.59, 0.25, 1);
    transition: all 1s cubic-bezier(0.15, 0.59, 0.25, 1);
  }
  .main-nav__link--active--show::before {
    width: 40px;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.59, 0.25, 1);
    -o-transition: all 1s cubic-bezier(0.15, 0.59, 0.25, 1);
    transition: all 1s cubic-bezier(0.15, 0.59, 0.25, 1);
    background-color: #3c3c3c;
  }

  .main-nav__right {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .main-nav__right--open {
    height: calc(100vh - 100px);
    height: calc(var(--vh, 1vh) * 100 - 100px);
    top: 59px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 50px;
  }

  .main-nav__right--open:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #dbdbdb;
    width: 1px;
  }

  .main-nav__right--open:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    background: #dbdbdb;
    width: 1px;
  }

  .main-nav__link {
    padding: 20px 0;
    font-size: 20px;
  }
}

@media all and (max-width: 550px) {
  .footer__nav,
  .footer__right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__nav-link {
    width: 50%;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
  }
  .footer__right .footer__nav-link {
    margin-bottom: 0;
    width: auto;
  }
  .footer__right {
    margin-top: 20px;
  }
  .footer__right-links {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__in {
    width: 50%;
    margin-right: 0;
  }
}
