@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap");
.padding-0 {
  padding: 0;
}

.widget-header h4 {
  font-size: 34px;
  font-weight: 600;
  font-family: "Montserrat", "Open sans", sans-serif;
  color: #333;
}

.widget-content p {
  font-family: "Open sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(128, 128, 128);
}

html, body {
  overflow-x: hidden;
}

.top-header {
  padding: 0;
  background-color: #84bd00;
  height: 40px;
}
.top-header .socials {
  position: absolute;
  top: 0;
  right: 10%;
}
.top-header .socials a {
  display: inline-block;
  width: 26px;
  margin-top: 10px;
  height: 26px;
  border-radius: 50%;
}
.top-header .socials a svg {
  width: 8px;
  line-height: 26px;
  margin: 0 auto;
  display: block;
}
.top-header .socials a svg:last-child {
  width: 12.8px;
  height: 12.8px;
}

@media (max-width: 767px) {
  .top-header .main-menu {
    display: none;
  }
  .top-header .socials {
    position: absolute;
    right: 30px;
  }
  .top-header .socials a {
    display: inline-block;
    width: 26px;
    margin-top: 10px;
    height: 26px;
    border-radius: 50%;
  }
  .top-header .socials a svg {
    width: 8px;
    line-height: 26px;
    margin: 0 auto;
    display: block;
  }
  .top-header .socials a svg:last-child {
    width: 12.8px;
    height: 12.8px;
  }
}
@media (min-width: 768px) {
  .top-header .main-menu {
    width: 100%;
  }
  .top-header .main-menu .navbar-nav li:hover a {
    color: white;
  }
  .top-header .main-menu .navbar-nav li a {
    color: #EEFBD2;
    font-size: 11px;
    padding: 0 15px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    transition: 0.3s;
  }
  .top-header .socials {
    position: absolute;
    left: 0;
    margin-top: 10px;
    height: 20px;
    border-left: 1px solid white;
    display: block;
    width: 150px;
  }
  .top-header .socials a {
    height: 26px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 20px;
    transform: translateY(-7px);
  }
  .top-header .socials a:first-child {
    margin-left: 10px;
  }
}
@media (min-width: 980px) {
  .top-header > .row {
    width: 960px;
    margin: 0 auto;
  }
  .top-header .socials {
    position: static;
    width: 95px;
    margin-left: auto;
  }
  .top-header .main-menu {
    margin-left: 70px !important;
  }
}
@media (min-width: 1220px) {
  .top-header > .row {
    width: 1200px;
    margin: 0 auto;
  }
  .top-header .main-menu {
    margin-left: 95px !important;
  }
}
@media (max-width: 767px) {
  header .contact-us {
    display: none;
  }
  header .logo {
    width: 150px;
    margin-left: 50px;
    margin-top: 30px;
  }
  header .search-widget {
    display: block;
    position: absolute;
    top: -50px;
    left: 5%;
    width: 90%;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  header .search-widget form input {
    height: 40px !important;
    width: 100% !important;
    background-color: #f7f7f7;
    border: none;
    padding-left: 20px;
    border-radius: 28px 28px 28px 28px;
    font-size: 13px;
  }
  header .search-widget form input::-moz-placeholder {
    color: #555555;
    opacity: 0.7;
  }
  header .search-widget form input::placeholder {
    color: #555555;
    opacity: 0.7;
  }
  header .search-widget form input::-moz-selection {
    background-color: #f7f7f7 !important;
  }
  header .search-widget form input:focus, header .search-widget form input::selection {
    background-color: #f7f7f7 !important;
  }
  header .search-widget form .btn-search {
    height: 40px;
    top: 5px;
    background-color: transparent;
    border-radius: 28px;
  }
  header .search-widget form .btn-search::after {
    content: " ";
    background-image: url(../img/Lupka.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  header .category-list .widget-header {
    display: none;
  }
  header .category-list .widget-content {
    width: 100%;
    z-index: 100;
    position: absolute;
    top: -50px;
    left: 0;
    padding-left: 5px;
    background-color: white;
    font-family: "Open sans", sans-serif;
  }
  header .category-list .widget-content .navbar-toggle {
    position: absolute;
    border: none;
    width: 50px;
    padding-right: 35px;
    padding-left: 9px;
  }
  header .category-list .widget-content .navbar-toggle .icon-bar {
    background-color: #84bd00;
    width: 17.5px;
    height: 3px;
    border-radius: 10px;
    margin-bottom: -2px;
    margin-right: -5px;
  }
  header .category-list .widget-content .tree.category {
    position: relative;
    display: block;
    width: 100%;
    padding: 25px;
    padding-bottom: 25px;
  }
  header .category-list .widget-content .tree.category .nav.category {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  header .category-list .widget-content .tree.category .nav.category .category-parent-item {
    position: relative;
  }
  header .category-list .widget-content .tree.category .nav.category .category-parent-item .category-parent-arrow {
    display: inline;
    position: absolute;
    top: 0;
    width: 35px;
    height: 35px;
    margin-left: 90%;
  }
  header .category-list .widget-content .tree.category .nav.category .category-parent-item .category-parent-arrow::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  header .category-list .widget-content .tree.category .nav.category li {
    border-bottom: 1px solid #e8e8e8;
  }
  header .category-list .widget-content .tree.category .nav.category li a {
    width: 90%;
    color: #333;
    font-size: 11.7px;
    font-weight: 700;
    text-transform: uppercase;
  }
  header .category-list .widget-content .tree.category .nav.category li a::after {
    display: none;
  }
  header .user-account {
    position: absolute;
    top: -105px;
    right: 80px;
  }
  header .user-account .widget-content {
    margin-top: 12px;
    width: 30px;
    background: url(../img/login.png);
    background-repeat: no-repeat;
  }
  header .user-account .widget-content::before {
    content: " " !important;
    cursor: pointer;
  }
  header .user-account .widget-content .user-account-tooltip {
    display: none;
    position: absolute;
    width: 200px;
    top: 40px;
    left: -100px;
    z-index: 1000;
    border: 1px solid #84bd00;
    padding: 5px;
  }
  header .cart {
    position: absolute;
    top: -95px;
    right: 20px;
  }
  header .cart .widget-content {
    width: 40px;
    height: 40px;
    background-image: url(../img/koszyk.png);
    background-repeat: no-repeat;
  }
  header .cart .widget-content .cart-info::after {
    display: none;
  }
  header .cart .widget-content .cart-quantity text {
    background-color: #84bd00;
    top: 5px;
  }
  header .main-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  header .contact-us {
    display: none;
    position: absolute;
    top: 45px;
    left: -20px;
    width: 160px;
  }
  header .contact-us .col-sm-3 {
    margin-right: -5px;
    background-image: url(../img/Telefon\ Black.png);
    padding-right: 0;
    background-repeat: no-repeat;
    background-size: 39px;
    width: 39px;
    height: 41px;
  }
  header .contact-us p {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    color: #333333;
  }
  header .contact-us p:first-child {
    font-family: "Montserrat", "Open Sans";
    font-size: 11px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.55px;
    color: #777777;
  }
  .logo {
    margin-top: 17px;
    margin-right: 25px;
  }
  .search-widget {
    width: 90%;
    margin-top: 45px;
    margin-left: -50px;
  }
  .search-widget form input {
    height: 40px !important;
    width: 100% !important;
    background-color: #f7f7f7;
    border: none;
    padding-left: 20px;
    border-radius: 28px 28px 28px 28px;
    font-size: 13px;
  }
  .search-widget form input::-moz-placeholder {
    color: #555555;
    opacity: 0.7;
  }
  .search-widget form input::placeholder {
    color: #555555;
    opacity: 0.7;
  }
  .search-widget form input::-moz-selection {
    background-color: #f7f7f7 !important;
  }
  .search-widget form input:focus, .search-widget form input::selection {
    background-color: #f7f7f7 !important;
  }
  .search-widget form .btn-search {
    height: 40px;
    top: 5px;
    background-color: transparent;
    border-radius: 28px;
  }
  .search-widget form .btn-search::after {
    content: " ";
    background-image: url(../img/Lupka.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .category-list {
    position: absolute;
  }
  .category-list .widget-header {
    cursor: pointer;
    background-color: #222529;
    padding: 15px 50px;
  }
  .category-list .widget-header h4 {
    color: white;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
  }
  .category-list .widget-header h4::before {
    content: "";
    margin-right: 8px;
    display: inline-block;
    width: 15px;
    background-image: url(../img/Hamburger.png);
    background-position: center 2px;
    height: 15px;
    background-size: 100%;
  }
  .category-list .widget-content {
    z-index: 999;
    background-color: white;
    display: none;
    padding-top: 0 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .category-list .widget-content .nav.category > .category-item {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #e7e7e7;
  }
  .category-list .widget-content .nav.category > .category-item a {
    font-size: 14px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #444;
    padding: 14px;
  }
  .category-list .widget-content .nav.category .category-parent-item {
    position: relative;
  }
  .category-list .widget-content .nav.category .category-parent-item:hover > .subnav {
    border-left: 3px solid #84bd00;
    background-color: white;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    z-index: 99;
  }
  .category-list .widget-content .nav.category .category-parent-item .sub_menu {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .user-account {
    position: relative;
    width: 28px;
  }
  .user-account .widget-content {
    width: 30px;
    margin-top: 45px;
    background-image: url(../img/login.png);
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .user-account .widget-content::before {
    content: " ";
  }
  .cart .widget-content {
    width: 30px;
    margin-top: 45px;
    background-image: url(../img/koszyk.png);
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .cart .widget-content .cart-info .cart-quantity text {
    top: -5px;
    right: -8px;
  }
  .cart .widget-content .cart-info::after {
    content: " ";
  }
  .main-menu {
    margin-top: -20px;
  }
  .main-menu .nav li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
  }
}
@media (min-width: 980px) {
  header .contact-us {
    display: block;
    left: -50px;
  }
  header .user-account .widget-content {
    left: 60px;
  }
}
@media (min-width: 1220px) {
  header .search-widget {
    width: 90%;
    margin-left: -30px;
  }
  header .contact-us {
    left: -30px;
  }
  header .category-list {
    width: 280px;
  }
}
.carousel-control.left .ikonaarrow, .carousel-control.right .ikonaarrow {
  display: none;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 6px;
  background-color: white;
  border: none;
}

@media (max-width: 767px) {
  .widget-slider {
    margin-bottom: 40px;
  }
}
.widget-content .benefit {
  margin-top: 40px;
  margin-bottom: 40px;
  transition: 0.3s;
}
.widget-content .benefit:hover img {
  transform: scale(1.1);
}
.widget-content .benefit h4 {
  font-size: 18px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.375px;
  color: rgb(34, 37, 41);
  margin-bottom: 3px;
  padding: 0;
}
.widget-content .benefit p {
  font-family: "Montserrat", Open Sans;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.13px;
}
.widget-content .benefit img {
  transition: 0.3s;
  width: 58px;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .widget-content .benefit {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.category-block {
  height: 175px;
  background-image: url(../img/4-echipamente-chirurgie-alb-full-hd-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.category-block h4 {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 25px !important;
  font-family: "Montserrat", "Open sans", sans-serif !important;
  font-weight: 700 !important;
  color: #333;
}

.category-block.first-block {
  background-image: url(../img/Sistem-de-implant-Dentium.jpg);
}

.category-block.second-block {
  background-image: url(../img/Cursuri.jpg);
}

.list-products-recommended {
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 40px;
  background-color: #f4f4f4;
}
.list-products-recommended .widget-header {
  padding-top: 30px;
  padding-bottom: 50px;
}
.list-products-recommended .widget-header::before {
  margin-left: auto;
  margin-bottom: -15px;
  width: calc(50vw - 180px);
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: 1px solid #333;
}
.list-products-recommended .widget-header::after {
  margin-top: -14px;
  margin-right: auto;
  width: calc(50vw - 180px);
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: 1px solid #333;
}
.list-products-recommended .widget-header h4 {
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat", "Open sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

@media (min-width: 768px) {
  .list-products-recommended .widget-content {
    width: 740px;
    margin: 0 auto;
  }
}
@media (min-width: 980px) {
  .list-products-recommended .widget-content {
    width: 960px;
  }
}
@media (min-width: 1220px) {
  .list-products-recommended .widget-content {
    width: 1200px;
  }
}
.list-products-last {
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 40px;
}
.list-products-last .widget-header {
  padding-top: 30px;
  padding-bottom: 50px;
}
.list-products-last .widget-header::before {
  margin-left: auto;
  margin-bottom: -15px;
  width: calc(50vw - 180px);
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: 1px solid #333;
}
.list-products-last .widget-header::after {
  margin-top: -14px;
  margin-right: auto;
  width: calc(50vw - 180px);
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: 1px solid #333;
}
.list-products-last .widget-header h4 {
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat", "Open sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

@media (min-width: 768px) {
  .list-products-last .widget-content {
    width: 740px;
    margin: 0 auto;
  }
}
@media (min-width: 980px) {
  .list-products-last .widget-content {
    width: 960px;
  }
}
@media (min-width: 1220px) {
  .list-products-last .widget-content {
    width: 1200px;
  }
}
.list-products .product-item-container {
  border-color: transparent;
}
.list-products .product-item-container .service-label {
  background-color: #81c341;
}
.list-products .product-item-container .product-image-container .recommended-label {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  transform: rotate(0);
  border-radius: 5px;
  top: 10px;
  left: 42px;
  width: 100px;
}
.list-products .product-item-container .product-data-container .product-title {
  height: 55px;
}
.list-products .product-item-container .product-data-container .product-title a {
  font-family: "Montserrat", sans-serif;
  color: #81c341;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.3px;
  text-align: center;
}
.list-products .product-item-container .product-data-container .product-short-description {
  text-align: center;
  display: block;
}
.list-products .product-item-container .product-data-container .product-price {
  border: none;
  background-color: transparent;
}
.list-products .product-item-container .product-data-container .product-price span {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: rgb(68, 68, 68);
}
.list-products .product-item-container .product-data-container .btn-add-to-cart {
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-products .product-item-container .product-data-container .btn-add-to-cart:hover, .list-products .product-item-container .product-data-container .btn-add-to-cart:focus {
  color: #81c341;
}
.list-products .product-item-container .product-data-container .btn-add-to-cart span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.list-products .product-item-container .product-data-container .btn-add-to-cart::after {
  width: 20px;
  margin-left: 3px;
  content: "";
  background-image: url(../img/koszyk.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.widget-newsletter {
  margin-top: 35px;
}
.widget-newsletter .widget-header h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 21px;
  color: #333;
}
.widget-newsletter .widget-content .widget-newsletter-label {
  color: #666;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.widget-newsletter .widget-content .consent {
  font-size: 14px;
}
.widget-newsletter .widget-content .consent-error {
  color: white;
}
.widget-newsletter button {
  width: 200px;
  border-radius: 0 30px 30px 0;
}
.widget-newsletter button::after {
  font-size: 15px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  content: "Zapisz się na mój newsletter";
}

@media (min-width: 768px) {
  .widget-newsletter {
    border: 1px solid #84bd00;
    padding: 20px 0;
  }
  .widget-newsletter .widget-header h4 {
    margin-left: 60px;
  }
  .widget-newsletter .widget-content::before {
    position: absolute;
    top: 80px;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: " ";
    background-image: url(../img/Mail\ Zielony.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .widget-newsletter .widget-content .widget-newsletter-label {
    margin-left: 60px;
    margin-bottom: 60px;
  }
  .widget-newsletter .widget-content .widget-newsletter-box button {
    height: 54px;
  }
  .widget-newsletter .widget-content .widget-newsletter-box input.email-newsletter-input {
    width: 70%;
    border-radius: 0 30px 30px 0;
    height: 54px;
  }
}
@media (min-width: 980px) {
  .widget-newsletter .widget-content .widget-newsletter-box button {
    width: 280px;
    right: 10px;
  }
  .widget-newsletter .widget-content .widget-newsletter-box button::after {
    height: 54px;
    line-height: 54px;
  }
  .widget-newsletter .widget-content .widget-newsletter-box input.email-newsletter-input {
    width: 65%;
  }
  .widget-newsletter .widget-content::before {
    top: 60px;
  }
}
@media (min-width: 1220px) {
  .widget-newsletter .widget-header {
    margin-left: 105px;
    width: 443px;
  }
  .widget-newsletter .widget-header h4 {
    width: 100%;
    margin-left: 0;
  }
  .widget-newsletter .widget-content {
    margin-left: 105px;
  }
  .widget-newsletter .widget-content::before {
    top: 80px;
    left: 50px;
  }
  .widget-newsletter .widget-content .widget-newsletter-label {
    margin-left: 0;
    width: 443px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .widget-newsletter .widget-newsletter-box button {
    width: 282px;
    position: absolute;
    top: -103px;
    right: 30px !important;
    height: 54px;
  }
  .widget-newsletter .widget-newsletter-box button::after {
    height: 54px;
    line-height: 54px;
  }
  .widget-newsletter .widget-newsletter-box .consent {
    bottom: 0;
  }
  .widget-newsletter input.email-newsletter-input {
    position: absolute;
    bottom: calc(100% + 47px);
    right: 320px;
    width: 280px !important;
    border-radius: 0 30px 30px 0;
    height: 54px;
  }
}
footer {
  background-image: url(../img/footer-site-gursk-medica.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .tel-button {
  display: none;
}
footer .widget {
  margin-top: 0;
}
footer .footer-contact .footer-logo {
  margin: 30px auto 15px auto;
  width: 255px;
  height: 83px;
  background-image: url(../img/logo-gursk-transparent.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
footer .footer-contact ul {
  list-style: none !important;
  padding-left: 15px !important;
  margin-left: 20px !important;
}
footer .footer-contact ul li p {
  color: white;
  font-family: "Montserrat", "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}
footer .footer-contact ul li p .location-icon {
  position: absolute;
  top: 35px;
  left: -30px;
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url(../img/Lokalizacja.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
footer .footer-contact ul li p .tel-icon, footer .footer-contact ul li p .mail-icon {
  position: absolute;
  top: 5px;
  left: -30px;
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url(../img/Tel\ Zielony.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
footer .footer-contact ul li p .mail-icon {
  background-image: url(../img/Mail\ Stopka.png);
}
footer .main-menu {
  margin-top: 15px;
  margin-bottom: 15px;
}
footer .main-menu .widget-header h4 {
  color: #84BD00;
  font-family: "Montserrat", "Open sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
footer .main-menu .widget-content .nav li {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3294117647);
}
footer .main-menu .widget-content .nav li:hover a {
  color: #84BD00 !important;
}
footer .main-menu .widget-content .nav li a {
  transition: 0.3s;
  font-family: "Montserrat", "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
  color: white !important;
}
footer .content-edit {
  margin-top: 30px;
}
footer .content-edit .widget-header h4 {
  color: #84BD00;
  font-family: "Montserrat", "Open sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
footer .content-edit .widget-content .working-hours {
  list-style: none;
  padding-left: 0;
}
footer .content-edit .widget-content .working-hours li {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3294117647);
}
footer .content-edit .widget-content .working-hours li p {
  transition: 0.3s;
  font-family: "Montserrat", "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
  color: white !important;
}

@media (min-width: 768px) {
  footer .tel-button {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 60px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #84BD00;
    background-image: url(../img/Telefon\ Kolo.png);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 11px 1px;
  }
  footer .footer-contact .footer-logo {
    width: 210px;
  }
  footer .main-menu {
    margin-top: 130px;
  }
  footer .content-edit h4 {
    margin-top: 100px;
  }
}
@media (min-width: 1220px) {
  footer .main-menu {
    margin-top: 30px;
  }
  footer .content-edit .widget-content .working-hours li {
    margin-top: 8px;
    padding-bottom: 8px;
  }
  footer .content-edit .widget-content .working-hours li p {
    margin-bottom: 0;
  }
  footer .content-edit h4 {
    margin-top: 0;
  }
}
.content-edit .widget-header h4 {
  color: #222529;
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.content-edit .widget-content p {
  font-family: "Open sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 20px;
  line-height: 24px;
}
.content-edit .widget-content h3 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #222529;
}

.about-us .content-edit .widget-header {
  padding: 35px 0;
}

.about-box {
  padding: 25px;
  background-color: #f8f8f8;
  height: 303px;
  border-bottom: 2px solid #81c341;
}
.about-box h3 {
  color: #81c341 !important;
  margin-bottom: 8px;
}

.col-sm-12 .about-box {
  height: auto;
}

@media (min-width: 768px) {
  .about-box {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .about-box {
    height: 400px;
  }
}
.contact .col-sm-12 {
  background-color: #fafafa;
}
.contact .col-sm-12 .content-edit h4 {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #222529;
  text-transform: uppercase;
  padding: 26px 0;
}

.contact-data-header {
  font-family: "Oswald", sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #222529;
  margin-bottom: 45px;
}

.contact-data {
  position: relative;
}
.contact-data span {
  font-weight: bold;
  color: #222529;
}
.contact-data p {
  color: #222529 !important;
}
.contact-data .email, .contact-data .working-hours, .contact-data .address {
  display: flex;
}
.contact-data .email-icon, .contact-data .hours-icon, .contact-data .address-icon {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fafafa;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-data .email-icon {
  background-image: url(../img/Mail\ 3.png);
}
.contact-data .address-icon {
  background-image: url(../img/Lokalizacja2.png);
}
.contact-data .hours-icon {
  background-image: url(../img/Kalendarz.png);
}

.contact-form .widget-header h4 {
  font-family: "Oswald", sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #222529;
  margin-bottom: 45px;
}
.contact-form .widget-content button {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 0.3px;
}
.contact-form .widget-content .form-group label {
  color: #808080;
  font-family: "Open sans";
  font-size: 14px;
  font-weight: 500;
}
.contact-form .widget-content .form-group input {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .contact .col-sm-12 .content-edit {
    width: 708px;
    margin: 0 auto !important;
  }
}
@media (min-width: 980px) {
  .contact .col-sm-12 .content-edit {
    width: 960px;
  }
}
@media (min-width: 1220px) {
  .contact .col-sm-12 .content-edit {
    width: 1200px;
  }
}
.widget-product-details .one-product-tables {
  width: 100% !important;
}
.widget-product-details .product-details-data-container .product-details-title {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #222529;
  letter-spacing: -0.3px;
}