@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Raleway:wght@500;600;800;900&display=swap");
.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
  bottom: 30px;
}

.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
  bottom: 30px;
}

html {
  color: #444444;
  background: #BF0000;
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem;
}

footer {
  color: white;
  background: #BF0000;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  padding: 1.875rem;
}

section#contact {
  background: #282D33;
  color: white;
}

header {
  background: white;
}

header .top-logo {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
}

header .top-logo img {
  position: relative;
  width: 100%;
}

header .top-logo:after {
  content: attr(title);
  position: absolute;
  font-weight: bold;
  color: #BF0000;
  display: inline-block;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
}

header .contacts {
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-block;
  text-align: left;
  padding-left: 90px;
  background: url(../images/icon-phone.svg) top left no-repeat;
  margin-top: 1.25rem;
}

header .contacts a {
  text-decoration: none;
  color: #282D33;
}

header .contacts a.phone {
  color: #BF0000;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

header .contact-info-top .phone {
  color: #BF0000;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
}

header .contact-info-top a {
  text-decoration: none;
  color: #282D33;
  font-weight: bold;
}

header .contact-info-top span {
  color: #888888;
}

#navSection {
  background: #282D33;
  color: white;
  font-family: "Raleway", sans-serif;
}

#navSection #topMenu a {
  color: white;
  text-transform: uppercase;
}

#navSection #topMenu .langs a {
  font-size: 13px;
  display: inline-block;
  padding: 2px 3px;
  text-decoration: none;
}

#navSection #topMenu .langs a.active {
  background: #BF0000;
}

#navSection #topMenu .nav-link {
  padding-left: 0;
  padding-right: 0;
}

#navSection #topMenu .nav-link.dropdown-toggle::after {
  border: 0;
}

#navSection #topMenu .dropdown-menu {
  margin-top: -3px;
  border-radius: 0;
  background: #444444;
  padding-top: 0;
  padding-bottom: 0;
}

#navSection #topMenu .dropdown-menu .dropdown-item:hover {
  background: #BF0000;
}

.block-title,
.page-title {
  color: #BF0000;
  margin-bottom: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}

.block-title span {
  font-weight: normal;
}

#contact .block-title {
  color: white;
  text-align: center;
  margin-top: 15px;
}

.sub-title {
  color: #BF0000;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 10px 0;
}

#carousel {
  margin-top: 2rem;
}

#carousel .carousel-item {
  height: 480px;
}

#carousel .carousel-item .carousel-title {
  height: 480px;
  position: relative;
}

#carousel .carousel-item .carousel-title .inner {
  background: rgba(191, 0, 0, 0.75);
  color: white;
  padding: 30px;
  position: absolute;
  bottom: 64px;
}

#carousel .carousel-item .carousel-title .inner .big-1 {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

#carousel .carousel-item .carousel-title .inner .big-2 {
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.service-box {
  margin-bottom: 1.875rem;
  position: relative;
  display: block;
  overflow: hidden;
}

.service-box:after {
  content: '';
  position: absolute;
  display: block;
  background: #BF0000;
  width: 20px;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-box:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 75%;
  border-top: 10px solid transparent;
  border-right: 20px solid #BF0000;
  border-bottom: 10px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-box img {
  width: 100%;
}

.service-box .service-name {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 2.5rem;
  font-weight: 900;
  padding-right: 60px;
  text-shadow: 1px 1px 2px black;
}

.service-box:hover:before, .service-box:hover:after {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.service-box .cover {
  position: absolute;
  background: #bf0000;
  background: -webkit-gradient(linear, left bottom, left top, from(#bf0000), to(rgba(191, 0, 0, 0)));
  background: linear-gradient(0deg, #bf0000 0%, rgba(191, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-box:hover .cover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.comment-card {
  background: #282D33;
  color: white;
  padding: 30px;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 60px;
}

.comment-card:after {
  content: '';
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  border: 2px solid #BF0000;
  border-radius: 50%;
  background: white url(../images/icon-comment.svg) center center no-repeat;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.pic {
  display: block;
  border: 2px solid #BF0000;
  position: relative;
  overflow: hidden;
}

.pic img {
  width: 100%;
}

.pic::after {
  content: '';
  position: absolute;
  background: #bf0000;
  background: -webkit-gradient(linear, left bottom, left top, from(#bf0000), to(rgba(191, 0, 0, 0)));
  background: linear-gradient(0deg, #bf0000 0%, rgba(191, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pic:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pic::before {
  content: '';
  position: absolute;
  display: block;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/magni.svg) center center no-repeat;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pic:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gal-caption {
  color: white !important;
  text-align: center;
}

.prod-item {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #282D33;
  font-weight: 600;
}

.prod-item .pic {
  margin-bottom: 5px;
}

.prod-item:hover {
  color: #BF0000;
}

.prod-item:hover .pic::before,
.prod-item:hover .pic::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.deco {
  margin-top: 2rem;
  border-bottom: 10px solid #BF0000;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/head-pic.jpg);
}

.cat-list .main-cat {
  color: #BF0000;
  font-weight: 600;
}

.cat-list ul {
  margin-bottom: 0;
  list-style: none;
  padding: 10px 0;
}

.cat-list ul li {
  margin-bottom: 5px;
}

.cat-list ul li a {
  text-decoration: none;
  color: #282D33;
  text-transform: uppercase;
  line-height: 1.25rem;
}

.cat-list ul li a:hover {
  -webkit-text-decoration: und;
          text-decoration: und;
}

.cat-list .sub-cat {
  font-size: 1.25rem;
  font-weight: 600;
}

#bgvideo {
  width: 100% !important;
  display: block;
}

.more {
  background: #BF0000;
  color: white;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.25rem;
}

.more:hover {
  background: #FF2B2B;
  color: white;
}

.pagination {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1.875rem;
}

.pagination .page-item .page-link {
  border: none;
  color: #282D33;
  line-height: 1.4rem;
  padding: 0 0.8rem;
  border-left: 1px solid #444444;
}

.pagination .page-item .page-link:hover {
  background: none;
}

.pagination .page-item .page-link.active {
  color: #BF0000 !important;
  background: none;
}

.pagination .page-item.disabled .page-link {
  color: #A9A9A9;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:nth-child(2) .page-link, .pagination .page-item:last-child .page-link {
  border: none;
}

.pagination .page-item:first-child {
  margin-right: 2rem;
}

.pagination .page-item:last-child {
  margin-left: 2rem;
}

.contentTable {
  width: 100%;
  margin-bottom: 30px;
}

.contentTable td {
  padding: 10px;
  vertical-align: top;
}

.contentTable tr > td:first-child {
  width: 25%;
  padding-left: 0;
}

.contentTable tr > td:first-child img {
  width: 100%;
  height: auto;
}

.contentTable2 {
  width: 100%;
  margin-bottom: 30px;
}

.contentTable2 td {
  padding: 10px;
  vertical-align: top;
}

.contentTable2 tr > td:first-child {
  width: 20%;
  padding-left: 0;
}

.contentTable2 tr > td:last-child {
  width: 20%;
  padding-right: 0;
}

.contentTable2 tr > td:nth-child(2) {
  width: 60%;
}

.contentTable2 tr > td:first-child img,
.contentTable2 tr > td:last-child img {
  width: 100% !important;
  height: auto;
}

.contentTable a img {
  border: 2px solid #BF0000;
}

.static-content.id-1 .contentTable a img {
  border-color: #134260;
}

@media (min-width: 576px) {
  header .contacts {
    margin-top: 0;
  }
  .carousel-item,
  .carousel-title {
    height: 600px;
  }
  .big-1 {
    font-size: 5.188rem;
    line-height: 5.188rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
  }
  .big-2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
  }
  .service-name {
    font-size: 1.875rem !important;
  }
}

@media (min-width: 768px) {
  header .top-logo {
    margin-top: 15px;
  }
  header .top-logo img {
    width: auto;
  }
  header .contacts {
    background-position-y: 5px;
  }
  header .contacts a {
    font-size: 1rem;
  }
  header .contacts a.phone {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 992px) {
  section#contact .data {
    border-left: 1px solid #A9A9A9;
    height: 100%;
  }
  header .top-logo {
    margin-top: 20px;
  }
  header .contacts {
    background-position-y: 10px;
  }
  header .contacts a {
    font-size: 1rem;
  }
  header .contacts a.phone {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .nav-link {
    position: relative;
  }
  .nav-link:after {
    content: '';
    position: absolute;
    bottom: -8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 0;
    left: 0;
  }
  .nav-link:hover::after {
    height: 10px;
    background: white;
  }
  .nav-link.active {
    color: #FF2B2B !important;
  }
  .nav-link.active:after {
    height: 10px;
    width: 100%;
    background: #BF0000;
  }
  .block-title,
  .page-title {
    font-size: 3.5rem;
  }
  .service-name {
    font-size: 3rem !important;
  }
}

@media (max-width: 992px) {
  .langs {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .navbar {
    text-align: center;
  }
  .navbar ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navbar ul .nav-link:hover {
    background: #444444;
  }
  .dropdown-item {
    text-align: center;
  }
  .navbar-toggler {
    border: none;
    padding: 0;
    height: 36px;
    width: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-toggler span {
    display: block;
    height: 4px;
    width: 35px;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center;
            transform-origin: center;
    position: absolute;
  }
  .navbar-toggler span:first-child {
    margin-top: -10px;
  }
  .navbar-toggler span:last-child {
    margin-top: 10px;
  }
  .navbar-toggler.open span:first-child {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    margin-top: -2px;
  }
  .navbar-toggler.open span:last-child {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
    margin-top: -2px;
  }
  .navbar-toggler.open span:nth-child(2) {
    opacity: 0;
  }
  .deco {
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .service-name {
    font-size: 3.5rem !important;
  }
}

@media (max-width: 768px) {
  .cat-list {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .cat-list .main-cat {
    padding-top: 5px;
    border-top: 1px solid #ccc;
    position: relative;
    padding-right: 60px;
    z-index: 100;
    background: white;
    cursor: pointer;
    /*
            &::after{
                content:'';
                position: absolute;
                width:20px;
                height:5px;
                background: $color1;
                right:15px;
                top:20px;
            }
            &::before{
                content:'';
                position: absolute;
                width:20px;
                height:5px;
                background: $color1;
                right:15px;
                top:20px;
                transform-origin: center;
                transform: rotate(90deg);
                transition: 0.3s;
            }
            + ul{                
                display: none;
            }
            &.open{
                &::before{
                    transform: rotate(540deg);
                }
                + ul{
                    display: block;
                }
            }
            */
  }
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*# sourceMappingURL=pszilosz.css.map */