@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

.body {
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins, Calibri, sans-serif;
  color: #ffffff;
  line-height: 1.6;
  background: #181818;
}

.wrapper, .footer__wrapper, .section__wrapper, .body--subpage .body__wrapper, .header__wrapper {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 5rem 0;
}

.yellow {
  color: #eaaf0f;
}

strong {
  font-weight: 600;
}

.more {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
}
.more:hover {
  color: #eaaf0f;
}
.more:hover::after {
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.more::after {
  content: "";
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.875rem;
  font-family: icomoon;
  color: #eaaf0f;
  vertical-align: middle;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.back-link {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 150;
  width: 50px;
  height: 50px;
  font-size: 1.875rem;
  font-family: icomoon;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #eaaf0f;
  background: #181818;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.back-link.show {
  opacity: 1;
  visibility: visible;
}
.back-link:hover {
  color: #eaaf0f;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
}

.header__title {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -1px;
  text-align: center;
}
.header__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 55px);
  width: 110px;
  height: 1px;
  background: #8c8c8c;
}
.header__title::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: calc(50% - 14px);
  width: 28px;
  height: 4px;
  background: #eaaf0f;
}

a {
  color: #eaaf0f;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #ffffff;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 1.5625rem;
  color: #ffffff;
}
#scrollTop a:hover {
  color: #ff0000;
}

.header {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}

.header__wrapper {
  width: 1400px;
  padding: 1.5rem 0;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__logoSpanTop {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: Raleway, Calibri, sans-serif;
  color: #eaaf0f;
  line-height: 1;
  white-space: pre;
}

.header__logoSpanBottom {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  white-space: pre;
}

.header__menu {
  margin-right: 8%;
}

.header__utils {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__phone a {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 1.25rem;
  font-family: icomoon;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background: #eaaf0f;
}
.header__phone a:hover {
  color: #000000;
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  padding: 0.5rem 2.5rem 0.75rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
#menu1 li a.item1::before, #menu1 li a.item1::after {
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#menu1 li a.item1::before {
  left: calc(50% - 40px);
  width: 80px;
  height: 1px;
  background: #8c8c8c;
}
#menu1 li a.item1::after {
  left: calc(50% - 12px);
  bottom: -2px;
  width: 24px;
  height: 4px;
  background: #eaaf0f;
}
#menu1 li.sfHover a.item1:hover::before, #menu1 li.sfHover a.item1:hover::after, #menu1 li.sfHover a.current:hover::before, #menu1 li.sfHover a.current:hover::after,
#menu1 li a.item1:hover::before,
#menu1 li a.item1:hover::after, #menu1 li.current a.item1::before, #menu1 li.current a.item1::after {
  opacity: 1;
  visibility: visible;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul {
  position: absolute;
  left: 10px;
  top: 100%;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li ul li a.item2 {
  padding: 0.6rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  text-transform: initial;
  background: #ffffff;
}
#menu1 li ul li a.item2:hover {
  color: #eaaf0f;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#mobnav-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  cursor: pointer;
  background: transparent;
  display: none;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  height: 100%;
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  background: #eaaf0f;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 7px;
}
#mobnav-btn span:nth-last-child(2) {
  top: 15px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 23px;
}

.xactive #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 19px;
  margin-left: 10px;
  font-family: icomoon;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search-box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
}

#search-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 2rem;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search-close:hover {
  opacity: 1;
}

#search-panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 1.3rem 0 1.3rem;
  text-align: center;
}
#search-panel.title {
  padding-bottom: 2rem;
  font-size: 2rem;
}
#search-panel #art_szuk {
  height: 70px;
  padding: 0 1rem;
  font-size: 1.25rem;
  line-height: 70px;
  border-radius: 0;
}

#searchp {
  width: 100px;
  margin-top: -10px;
  font-size: 3rem;
  font-family: icomoon;
  color: #ffffff;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

.langmenu {
  margin: 0;
  margin-right: 1.5rem;
  padding: 0;
  list-style-type: none;
}

.langmenu__item {
  min-width: 20px;
}
.langmenu__item.current {
  display: none;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  padding: 0 1rem;
  line-height: 1.2;
}
#d_menu ul li:not(:last-child) {
  border-right: 1px solid #ffffff;
}
#d_menu ul a {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
#d_menu ul a:hover {
  color: #eaaf0f;
}

.slider {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  position: relative;
}

.slider__wrapper, .slider__description, .slider__naw, .slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__naw {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.slider__description {
  width: 1400px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__title {
  width: 1000px;
  max-width: 90%;
  top: 42.5% !important;
  left: 50% !important;
  font-size: 4.0625rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.body--subpage .header {
  position: static;
}

.section.section--certificates {
  background: url("../img/certificate-bg.jpg") no-repeat center center/cover;
}

.footer__wrapper {
  padding-bottom: 1rem;
}

.footer__excerpt {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: -1px;
}
.footer__excerpt .link {
  font-weight: 600;
  color: #ffffff;
}
.footer__excerpt .link:hover {
  color: #eaaf0f;
}

.footer__socialLink {
  display: inline-block;
  margin-right: 1.25rem;
  font-size: 1.875rem;
}
.footer__socialLink i {
  font-size: inherit;
}

.footer__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__elem {
  padding: 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6e6e6e;
  line-height: 1.2;
  text-align: center;
}

.footer__link {
  color: inherit;
}
.footer__link:hover {
  color: #ffffff;
}

.tiles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.tiles.tiles--homepage {
  position: relative;
  z-index: 101;
  margin-top: -4rem;
}

.tiles__item {
  width: calc(33.33% - 1.5rem);
  position: relative;
  margin: 0.75rem;
  text-align: center;
  border: 1px solid #5d606c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tiles__item::before {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  top: -3px;
  width: 100px;
  height: 3px;
  background: #eaaf0f;
}

.tiles__link {
  height: 100%;
  display: block;
  padding: 5rem 5%;
  overflow: hidden;
  color: #ffffff;
}
.tiles__link:hover .tiles__text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tiles__link:hover .tiles__excerpt {
  opacity: 1;
  visibility: visible;
}

.tiles__text {
  height: inherit;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: transform 0.75s ease;
  -moz-transition: transform 0.75s ease;
  -o-transition: transform 0.75s ease;
  transition: transform 0.75s ease;
}

.tiles__title {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tiles__excerpt {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.35;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.75s ease, visibility 0.75s ease;
  -moz-transition: opacity 0.75s ease, visibility 0.75s ease;
  -o-transition: opacity 0.75s ease, visibility 0.75s ease;
  transition: opacity 0.75s ease, visibility 0.75s ease;
}
.tiles__excerpt p:not(:last-child) {
  margin-bottom: 1rem;
}

.box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.box.box--w800 {
  width: 800px;
}

.box__item {
  -webkit-box: 0 1 50%;
  -moz-box: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 2rem;
}

.box__image {
  text-align: center;
}

.box__excerpt {
  font-size: 1.125rem;
  font-weight: 300;
}

.certificates {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}
.certificates .slick-track {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.certificates .slick-slide {
  height: inherit;
}
.certificates .slick-arrow {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 150;
  font-size: 2.25rem;
  font-family: icomoon;
  color: #eaaf0f;
  border: none;
  background: transparent;
}
.certificates .slick-arrow:hover {
  color: #ffffff;
}
.certificates .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.certificates .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.certificates__item {
  text-align: center;
}

.certificates__image {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.certificates__image img {
  width: inherit;
  display: inline !important;
}

.certificates__title {
  margin-top: 1.5rem;
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: -1px;
}

#cpan [type=text],
#cpan textarea {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0;
  background: #181818;
}
#cpan [type=text].is-valid,
#cpan textarea.is-valid {
  border: 1px solid #4caf50;
}
#cpan [type=text].is-invalid,
#cpan textarea.is-invalid {
  border: 1px solid #f44336;
}
#cpan [type=text]::placeholder,
#cpan textarea::placeholder {
  font-size: inherit;
  color: inherit;
}
#cpan input:-webkit-autofill,
#cpan input:-webkit-autofill:hover,
#cpan input:-webkit-autofill:focus,
#cpan input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #181818 inset !important;
}
#cpan input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
}
#cpan [type=checkbox] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}
#cpan [type=checkbox].is-valid {
  outline: 1px solid #4caf50;
}
#cpan [type=checkbox].is-invalid {
  outline: 1px solid #f44336;
}
#cpan label {
  margin-top: 0.2rem;
  font-size: 0.8125rem;
  line-height: 1.25;
}
#cpan [type=submit] {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
}
#cpan [type=submit]:hover {
  color: #eaaf0f;
}
#cpan [type=submit]:hover::after {
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
#cpan [type=submit]::after {
  content: "";
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.875rem;
  font-family: icomoon;
  color: #eaaf0f;
  vertical-align: middle;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

#sent-info {
  width: 1200px;
  max-width: 90%;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  .header__logoSpanTop {
    font-size: 1rem;
  }

  .header__logoSpanBottom {
    font-size: 0.625rem;
  }

  .header__phone a {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    line-height: 38px;
  }

  .slider {
    height: 350px;
  }

  .slider__title {
    font-size: 1.125rem;
    letter-spacing: -1px;
  }

  .certificates__title,
.footer__excerpt {
    font-size: 1.125rem;
  }

  .footer__socialLink {
    font-size: 1.5rem;
  }

  .tiles {
    margin-left: 0;
    margin-right: 0;
  }

  .tiles__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  .slider {
    height: 450px;
  }

  .slider__title {
    font-size: 1.75rem;
  }

  .tiles__item {
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (max-width: 768px) {
  .header__title {
    font-size: 1.375rem;
  }

  .header__menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  #menu1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li a.item1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.5rem;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .xactive #menu1 .sub a.item1::after {
    display: block;
  }
  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    padding-top: 5rem;
    overflow: hidden;
    background: #181818;
  }

  .langmenu {
    margin-right: 1rem;
  }

  .header__phone {
    margin-right: 3rem;
  }

  .footer__bar {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__excerpt.mobile {
    text-align: center;
  }

  .back-link {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 40px;
    height: 40px;
    font-size: 1.5625rem;
    line-height: 35px;
  }

  .slider__title {
    top: 50% !important;
  }

  .tiles.tiles--homepage {
    margin-top: 3rem;
  }

  #search-panel #art_szuk {
    height: 40px;
    padding: 0 0.5rem;
    font-size: 0.8125rem;
    line-height: 40px;
  }

  #searchp {
    width: 60px;
    margin-top: -5px;
    font-size: 1.625rem;
  }

  .box__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .slider {
    height: 700px;
  }

  .slider__title {
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu {
    margin-right: 0;
  }

  .tiles__link {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tiles__title {
    font-size: 1.125rem;
  }

  .tiles__excerpt {
    font-size: 0.875rem;
  }
}

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