.brand-btn, .contact .content .cols .right .form-container input[type=submit], .contact .content .cols .right .form-container button[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .has-border-btn a, .black-border-btn, .has-black-border-btn a {
  text-decoration: none;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  border: 1px solid;
  transition: all 500ms;
  cursor: pointer;
  border-radius: 0.5rem;
  font-weight: 700 !important;
  padding: 0 3rem;
  white-space: nowrap;
  font-size: 1rem;
}

.brand-btn, .contact .content .cols .right .form-container input[type=submit], .contact .content .cols .right .form-container button[type=submit], .has-brand-btn a {
  background: #ECCE6E !important;
  border-color: #ECCE6E;
  color: #1E1D18 !important;
}
.brand-btn:hover, .contact .content .cols .right .form-container input[type=submit]:hover, .contact .content .cols .right .form-container button[type=submit]:hover, .has-brand-btn a:hover {
  background: rgba(236, 206, 110, 0.8) !important;
  box-shadow: 0px 3px 1rem rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.black-btn, .has-black-btn a {
  background: #1E1D18 !important;
  color: #fff !important;
}
.black-btn:hover, .has-black-btn a:hover {
  background: #7A7A7A !important;
  color: #fff !important;
}

.black-border-btn, .has-black-border-btn a {
  background: transparent !important;
  color: #1E1D18 !important;
  border: 1px solid #1E1D18;
}
.black-border-btn:hover, .has-black-border-btn a:hover {
  background: #1E1D18 !important;
  color: #fff !important;
}

.border-btn, .has-border-btn a {
  background: transparent !important;
  color: #ECCE6E !important;
  border: 1px solid #ECCE6E;
}
.border-btn:hover, .has-border-btn a:hover {
  background: #ECCE6E !important;
  color: #fff !important;
}

.input-stdv .required {
  padding-left: 4px;
}
.input-stdv .required:after {
  content: "*";
  color: #ECCE6E;
  padding-left: 3px;
}
.input-stdv br {
  display: none;
}
.input-stdv label {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
}
.input-stdv label.req:after {
  content: "*";
  color: #ECCE6E;
  margin-left: 4px;
}
.input-stdv label.check {
  display: flex;
  align-items: center;
}
.input-stdv label.check input {
  margin-right: 8px;
}
.input-stdv textarea {
  border: 1px solid #CEC2C2;
  border-radius: 25px;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  height: 8rem;
  color: #1E1D18;
}
.input-stdv textarea::placeholder {
  color: #1E1D18;
  opacity: 0.5;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
  border: 1px solid #CEC2C2;
  width: 100%;
  border-radius: 25px;
  height: 40px;
  padding: 0 12px !important;
  color: #1E1D18;
  background-color: #fff !important;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit])::placeholder {
  color: #1E1D18;
  opacity: 0.5;
}
.input-stdv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  border: 1px solid #CEC2C2;
  background-color: #fff;
  color: #1E1D18;
  border-radius: 0;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: right 13px top 14px;
  width: 100%;
}

.border-head {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.border-head:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #ECCE6E;
  margin-top: 15px;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

.wpcf7-form {
  transition: all 500ms;
}
.wpcf7-form .wpcf7-response-output {
  border: 0 !important;
  padding: 15px 0 !important;
  margin: 0 !important;
}
.wpcf7-form.submitting {
  filter: blur(5px);
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: red !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #ECCE6E !important;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 999999;
  overflow: auto;
}
.fullscreen-menu .top {
  background: #000;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.fullscreen-menu .top a {
  margin-left: auto;
  margin-top: 3px;
}
.fullscreen-menu .bottom {
  height: 100vh;
  width: 100%;
  display: block;
}
.fullscreen-menu .bottom .menu ul {
  list-style-type: none;
}
.fullscreen-menu .bottom .menu ul li.menu-item-has-children > a:after {
  content: "";
  background-image: url("../images/select-arrow.svg");
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 9px;
  min-height: 9px;
  max-height: 9px;
  background-size: cover;
  margin-left: auto;
}
.fullscreen-menu .bottom .menu ul li a {
  padding: 0 15px;
}
.fullscreen-menu .bottom .menu > ul {
  padding: 0;
}
.fullscreen-menu .bottom .menu > ul a {
  display: flex;
  align-items: center;
}
.fullscreen-menu .bottom .menu > ul > li > a {
  padding: 10px 15px;
  font-size: 21px;
  text-transform: uppercase;
  color: #1E1D18;
}
.fullscreen-menu .bottom .menu > ul > li .sub-menu {
  display: none;
  background: #FCEFEF;
}
.fullscreen-menu .bottom .menu > ul > li .sub-menu a {
  color: #1E1D18;
  padding: 4px 25px;
}
.fullscreen-menu .bottom .menu > ul > li > .sub-menu > li > a {
  font-weight: bold;
  padding: 8px 15px;
}

.fullscreen-search {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 999999;
  overflow: auto;
}
.fullscreen-search .top {
  position: fixed;
  z-index: 999;
  background: #000;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.fullscreen-search .top a {
  margin-left: auto;
  margin-top: 3px;
}
.fullscreen-search .bottom {
  height: 100vh;
  width: 100%;
  display: block;
}
.fullscreen-search .bottom .search-form {
  margin: auto;
  width: 100%;
}
.fullscreen-search .bottom .search-form form {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: fixed;
  top: 55px;
}
.fullscreen-search .bottom .search-form form input {
  width: 100%;
  height: 42px;
  border: 0;
  border-bottom: 1px solid #CEC2C2;
}
.fullscreen-search .bottom .search-form form button {
  box-shadow: unset;
  border: 0;
  background: transparent;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
}

#breadcrumbs {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  #breadcrumbs {
    padding: 5rem 0;
  }
}
#breadcrumbs > span {
  display: flex;
  align-items: center;
  color: #1E1D18;
}
#breadcrumbs > span .separator {
  margin: 0 1rem;
  background-image: url(../images/breadcrumb-separator.svg);
  background-repeat: no-repeat;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#breadcrumbs > span a {
  color: #1E1D18;
  font-weight: 700;
  text-decoration: underline;
}

.pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
}
.pagination ul {
  display: flex;
  list-style-type: none;
}
.pagination ul li {
  margin-right: 10px;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pagination ul li:last-of-type {
  margin-right: 0;
}
.pagination ul li.active a {
  background: #ECCE6E;
  color: #D9D9D9;
}
.pagination ul li.active a:hover {
  color: #fff;
}
.pagination ul li .more {
  padding-bottom: 7px;
}
.pagination ul li a {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  display: block;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 500ms;
  border-radius: 3px;
  color: #1E1D18;
}
.pagination ul li a:hover {
  background: #ECCE6E;
  color: #D9D9D9;
}

#mobileMenu {
  background: #1E1D18;
}
#mobileMenu ul li a {
  color: #fff;
}
#mobileMenu ul li.has-brand-btn a {
  padding: 0 1rem;
}
#mobileMenu #closeMenu img {
  filter: invert(1);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  background: #fff;
}

html {
  font-size: 16px;
}

body {
  max-width: 2000px;
  margin: auto;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #1E1D18;
  font-size: 16px;
  line-height: 1.65;
}

.bold {
  font-weight: bold;
}

button,
textarea,
select,
input,
code,
tt,
pre {
  font-family: "PT Serif", serif;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.row {
  display: flex;
  flex-direction: row;
}

p {
  margin-bottom: 1rem;
}

input[type=submit],
button {
  cursor: pointer;
}

.untouchable {
  pointer-events: none;
}

.container {
  margin: auto;
  max-width: 1518px;
}
.container .container {
  padding: 0;
}

a {
  text-decoration: none;
}

.align-center {
  align-items: center;
}

input, select, textarea {
  outline: 0 !important;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.mt-auto {
  margin-top: auto;
}

.wpcf7-list-item {
  margin: 0;
}

.stdv-break {
  flex-basis: 100%;
  height: 0;
}

.has-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.has-col.fs {
  align-items: flex-start;
}
.has-col .c50 {
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .has-col .c50 {
    width: 50%;
    padding: 0 15px;
  }
}
.has-col .c25 {
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .has-col .c25 {
    width: 25%;
    padding: 0 15px;
  }
}

#primary {
  padding-top: 30px;
}

.hiddencf7 {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.brand-btn, .contact .content .cols .right .form-container input[type=submit], .contact .content .cols .right .form-container button[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .has-border-btn a, .black-border-btn, .has-black-border-btn a {
  text-decoration: none;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  border: 1px solid;
  transition: all 500ms;
  cursor: pointer;
  border-radius: 0.5rem;
  font-weight: 700 !important;
  padding: 0 3rem;
  white-space: nowrap;
  font-size: 1rem;
}

.brand-btn, .contact .content .cols .right .form-container input[type=submit], .contact .content .cols .right .form-container button[type=submit], .has-brand-btn a {
  background: #ECCE6E !important;
  border-color: #ECCE6E;
  color: #1E1D18 !important;
}
.brand-btn:hover, .contact .content .cols .right .form-container input[type=submit]:hover, .contact .content .cols .right .form-container button[type=submit]:hover, .has-brand-btn a:hover {
  background: rgba(236, 206, 110, 0.8) !important;
  box-shadow: 0px 3px 1rem rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.black-btn, .has-black-btn a {
  background: #1E1D18 !important;
  color: #fff !important;
}
.black-btn:hover, .has-black-btn a:hover {
  background: #7A7A7A !important;
  color: #fff !important;
}

.black-border-btn, .has-black-border-btn a {
  background: transparent !important;
  color: #1E1D18 !important;
  border: 1px solid #1E1D18;
}
.black-border-btn:hover, .has-black-border-btn a:hover {
  background: #1E1D18 !important;
  color: #fff !important;
}

.border-btn, .has-border-btn a {
  background: transparent !important;
  color: #ECCE6E !important;
  border: 1px solid #ECCE6E;
}
.border-btn:hover, .has-border-btn a:hover {
  background: #ECCE6E !important;
  color: #fff !important;
}

.input-stdv .required {
  padding-left: 4px;
}
.input-stdv .required:after {
  content: "*";
  color: #ECCE6E;
  padding-left: 3px;
}
.input-stdv br {
  display: none;
}
.input-stdv label {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
}
.input-stdv label.req:after {
  content: "*";
  color: #ECCE6E;
  margin-left: 4px;
}
.input-stdv label.check {
  display: flex;
  align-items: center;
}
.input-stdv label.check input {
  margin-right: 8px;
}
.input-stdv textarea {
  border: 1px solid #CEC2C2;
  border-radius: 25px;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  height: 8rem;
  color: #1E1D18;
}
.input-stdv textarea::placeholder {
  color: #1E1D18;
  opacity: 0.5;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
  border: 1px solid #CEC2C2;
  width: 100%;
  border-radius: 25px;
  height: 40px;
  padding: 0 12px !important;
  color: #1E1D18;
  background-color: #fff !important;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit])::placeholder {
  color: #1E1D18;
  opacity: 0.5;
}
.input-stdv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  border: 1px solid #CEC2C2;
  background-color: #fff;
  color: #1E1D18;
  border-radius: 0;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: right 13px top 14px;
  width: 100%;
}

.border-head {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.border-head:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #ECCE6E;
  margin-top: 15px;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

.wpcf7-form {
  transition: all 500ms;
}
.wpcf7-form .wpcf7-response-output {
  border: 0 !important;
  padding: 15px 0 !important;
  margin: 0 !important;
}
.wpcf7-form.submitting {
  filter: blur(5px);
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: red !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #ECCE6E !important;
}

.banner .content {
  overflow: hidden;
  position: relative;
  padding: 3rem 0;
  background-position: center center;
}
@media (min-width: 992px) {
  .banner .content {
    padding: 4rem 0;
  }
}
.banner .content .text {
  display: flex;
  align-items: flex-end;
}
.banner .content .text:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .content .text .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .banner .content .text .container {
    align-items: flex-end;
  }
}
.banner .content .text .cols {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .banner .content .text .cols {
    margin-top: -1rem;
  }
}
.banner .content .text .cols .left {
  width: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .banner .content .text .cols .left {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner .content .text .cols .left {
    width: calc(65% - 2rem);
  }
}
.banner .content .text .cols .left h1 {
  margin-bottom: -8px;
}
.banner .content .text .cols .left p {
  margin: 1.5rem 0;
}
.banner .content .text .cols .right {
  width: 100%;
  margin-bottom: -3rem;
}
@media (min-width: 768px) {
  .banner .content .text .cols .right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner .content .text .cols .right {
    width: calc(35% - 2rem);
  }
}
@media (min-width: 992px) {
  .banner .content .text .cols .right {
    margin-bottom: -4rem;
  }
}

.slider-logo {
  padding: 3rem 0;
}
.slider-logo .logos {
  opacity: 0;
  height: 120px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 500ms;
}
.slider-logo .logos.slick-initialized {
  opacity: 1;
}
.slider-logo .logos > div {
  height: 120px;
}
.slider-logo .logos > div > div {
  height: 120px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slider-logo .logos .item {
  padding: 0 1rem;
  height: 90px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slider-logo .logos .item > div {
  text-align: center;
  height: 80px;
  width: 100%;
  padding: 1rem;
  box-shadow: 0px 3px 1rem rgba(0, 0, 0, 0.1);
}
.slider-logo .logos .item > div img {
  margin: auto;
  height: 100%;
  width: auto;
}

.help {
  padding: 5rem 0;
  position: relative;
}
.help:before {
  content: "";
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  position: absolute;
  background: #1E1D18;
  z-index: 1;
}
.help > div {
  position: relative;
  z-index: 2;
}
.help .content {
  color: #fff;
}
.help .content .top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.help .content .top .text {
  width: 100%;
}
@media (min-width: 992px) {
  .help .content .top .text {
    width: 75%;
  }
}
.help .content .top .more {
  width: 100%;
  margin-top: 1rem;
}
@media all and (max-width: 767px) {
  .help .content .top .more a {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .help .content .top .more {
    margin-top: 0;
    width: 20%;
    margin-left: auto;
  }
}
.help .content .bottom {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .help .content .bottom {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 992px) {
  .help .content .bottom {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.help .content .bottom > div {
  width: 100%;
}
@media (min-width: 768px) {
  .help .content .bottom > div {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .help .content .bottom > div {
    width: calc(33.3333333333% - 2rem);
  }
}
.help .content .bottom .item {
  background: #fff;
  color: #1E1D18;
  min-height: 200px;
  border-radius: 6px;
  padding: 3rem;
  font-weight: bold;
}
.help .content .bottom .item .thumb {
  margin-bottom: 1.5rem;
}
.help .content .bottom .item .thumb img {
  max-width: 3rem;
}
.help .content .bottom .item h4 {
  font-size: 18px;
}

.numbers {
  padding: 5rem 0;
  position: relative;
}
.numbers:before {
  content: "";
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  position: absolute;
  background: #ECCE6E;
  z-index: 1;
}
.numbers > div {
  position: relative;
  z-index: 2;
}
.numbers .content {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .numbers .content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 992px) {
  .numbers .content {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.numbers .content > div {
  width: 100%;
}
@media (min-width: 768px) {
  .numbers .content > div {
    width: calc(25% - 1rem);
  }
}
@media (min-width: 992px) {
  .numbers .content > div {
    width: calc(25% - 2rem);
  }
}
@media all and (max-width: 767px) {
  .numbers .content .item {
    text-align: center;
  }
}
.numbers .content .item .top {
  font-size: 3rem;
  font-weight: bold;
}

.about .content {
  overflow: hidden;
  position: relative;
  padding: 3rem 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .about .content {
    padding: 4rem 0 0 0;
  }
}
.about .content .text {
  display: flex;
  align-items: flex-end;
}
.about .content .text:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about .content .text .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .about .content .text .container {
    align-items: flex-end;
  }
}
.about .content .text .cols {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .about .content .text .cols {
    margin-top: -1rem;
  }
}
.about .content .text .cols .left {
  width: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .about .content .text .cols .left {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .about .content .text .cols .left {
    width: calc(65% - 2rem);
  }
}
.about .content .text .cols .left > div {
  display: flex;
}
.about .content .text .cols .left > div .desc {
  width: 100%;
}
@media (min-width: 992px) {
  .about .content .text .cols .left > div .desc {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .about .content .text .cols .left > div .desc .more a {
    width: 100%;
  }
}
.about .content .text .cols .left > div .orly {
  display: none;
}
@media (min-width: 992px) {
  .about .content .text .cols .left > div .orly {
    display: block;
    width: 15%;
    margin-left: auto;
  }
}
.about .content .text .cols .right {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .about .content .text .cols .right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .about .content .text .cols .right {
    width: calc(35% - 2rem);
  }
}
.about .content .text .cols .right .orly {
  text-align: center;
  margin-bottom: 2rem;
}
.about .content .text .cols .right .orly img {
  width: 150px;
}
@media (min-width: 992px) {
  .about .content .text .cols .right {
    margin-top: 0;
  }
  .about .content .text .cols .right .orly {
    display: none;
  }
}

.reviews {
  padding: 4rem;
}

.cooperation {
  padding: 5rem 0;
  position: relative;
}
.cooperation:before {
  content: "";
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  position: absolute;
  background: #1E1D18;
  z-index: 1;
}
.cooperation > div {
  position: relative;
  z-index: 2;
}
.cooperation .content {
  position: relative;
  color: #fff;
}
.cooperation .content p + .faq {
  margin-top: 3.5rem;
}
.cooperation .content .faq .item {
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 6px;
  color: #1E1D18;
  padding: 1.5rem 3rem;
  overflow: hidden;
}
.cooperation .content .faq .item.active .question img {
  transform: rotate(540deg);
}
.cooperation .content .faq .item.active .answer {
  max-height: 1000px;
  margin-top: 2rem;
  opacity: 1;
}
.cooperation .content .faq .item .question {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cooperation .content .faq .item .question p {
  margin-bottom: 0;
  width: calc(100% - 3rem);
  font-weight: bold;
}
.cooperation .content .faq .item .question img {
  width: 15px;
  margin-left: auto;
  transition: all 500ms;
}
.cooperation .content .faq .item .answer {
  width: calc(100% - 3rem);
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, margin-top 0.5s ease;
}

.contact.show-footer + footer {
  display: none;
}
.contact.show-footer footer {
  display: block;
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 3rem 0;
}
.contact.show-footer footer .container {
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
}
.contact.show-footer footer .container > div {
  border: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .contact.show-footer footer .container > div {
    width: 50%;
  }
}
.contact.show-footer footer .container .footerCopy {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .contact.show-footer footer .container .footerCopy {
    text-align: left;
  }
  .contact.show-footer footer .container .footerAuthor {
    text-align: right;
  }
}
.contact .content {
  padding: 5rem 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact .content:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact .content .cols {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  color: #fff;
  z-index: 2;
}
.contact .content .cols > div {
  width: 100%;
}
@media (min-width: 768px) {
  .contact .content .cols > div {
    width: calc(50% - 2rem);
  }
}
.contact .content .cols .left .contact-data {
  padding: 1rem 0 2rem;
}
.contact .content .cols .left .contact-data .line {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
.contact .content .cols .left .contact-data .line img {
  margin-right: 1rem;
}
.contact .content .cols .left .thumb {
  margin-bottom: 1.5rem;
}
.contact .content .cols .left .thumb img {
  border-radius: 25px;
}
.contact .content .cols .left .map iframe {
  width: 100%;
  height: 200px;
  border-radius: 8px;
}
.contact .content .cols .right .form-container {
  color: #1E1D18;
  border-radius: 25px;
  background: #D9D9D9;
  padding: 2.125rem;
  position: relative;
}
.contact .content .cols .right .form-container .cf7-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 15px;
}
@media (min-width: 768px) {
  .contact .content .cols .right .form-container .cf7-row {
    flex-direction: row;
  }
}
.contact .content .cols .right .form-container .cf7-row br {
  display: none;
}
.contact .content .cols .right .form-container .cf7-row label {
  font-weight: 700;
}
.contact .content .cols .right .form-container .cf7-row input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
  border: 1px solid #CEC2C2;
  width: 100%;
  border-radius: 25px;
  height: 40px;
  padding: 0 12px !important;
  color: #1E1D18;
  background-color: #fff !important;
}
.contact .content .cols .right .form-container .cf7-row input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit])::placeholder {
  color: #1E1D18;
  opacity: 0.5;
}
.contact .content .cols .right .form-container .cf7-row textarea {
  border: 1px solid #CEC2C2;
  border-radius: 25px;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  height: 8rem;
  color: #1E1D18;
}
.contact .content .cols .right .form-container .cf7-row textarea::placeholder {
  color: #1E1D18;
  opacity: 0.5;
}
.contact .content .cols .right .form-container .cf7-row .cf7-col50, .contact .content .cols .right .form-container .cf7-row .cf7-col100 {
  width: 100%;
}
@media (min-width: 768px) {
  .contact .content .cols .right .form-container .cf7-row .cf7-col50, .contact .content .cols .right .form-container .cf7-row .cf7-col100 {
    width: 50%;
  }
}
.contact .content .cols .right .form-container .cf7-row .cf7-col50 label, .contact .content .cols .right .form-container .cf7-row .cf7-col100 label {
  display: flex;
  margin-bottom: 3px;
}
.contact .content .cols .right .form-container .cf7-row .cf7-col50 label.req:after, .contact .content .cols .right .form-container .cf7-row .cf7-col100 label.req:after {
  content: "*";
  color: #ECCE6E;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .contact .content .cols .right .form-container .cf7-row .cf7-col50.full, .contact .content .cols .right .form-container .cf7-row .cf7-col100.full {
    width: 100%;
  }
}
.contact .content .cols .right .form-container .cf7-row .cf7-col50.center, .contact .content .cols .right .form-container .cf7-row .cf7-col100.center {
  display: flex;
  justify-content: center;
}
.contact .content .cols .right .form-container .cf7-row .cf7-col100 {
  width: 100%;
}
.contact .content .cols .right .form-container .cf7-row.agreement label {
  font-weight: normal;
}
.contact .content .cols .right .form-container .cf7-row.agreement label:after {
  content: "*";
  color: #ECCE6E;
  margin-left: 0px;
}
.contact .content .cols .right .form-container .cf7-row.agreement label input {
  margin-right: 8px;
}
.contact .content .cols .right .form-container .cf7-row.agreement label a {
  font-weight: 700;
  color: #1E1D18;
}
.contact .content .cols .right .form-container .cf7-legend .req-info {
  color: #ECCE6E;
  padding-right: 5px;
}
.contact .content .cols .right .form-container .wpcf7-list-item {
  margin: 0;
}
.contact .content .cols .right .form-container input[type=submit], .contact .content .cols .right .form-container button[type=submit] {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
}
.contact .content .cols .right .form-container .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  left: -40px;
}

/* Artur, zostawiamy */
header {
  padding: 2rem 0;
  position: relative;
  z-index: 9;
}
header #desktopMenu {
  margin-left: auto;
}
header #desktopMenu ul.menu {
  display: flex;
  align-items: center;
}
header #desktopMenu ul.menu > li {
  margin: 0 0 0 2rem;
}
header #desktopMenu ul.menu a {
  text-decoration: none;
}

/* Seba, per theme */
header {
  background: #1E1D18;
  padding: 0.5rem 0;
}
header #desktopMenu ul.menu > li {
  margin: 0;
  padding: 0 1.5rem;
}
header #desktopMenu ul.menu > li.has-brand-btn > a {
  padding: 0 1rem !important;
}
header #desktopMenu ul.menu > li > a {
  padding: 0;
  color: #fff;
  transition: all 500ms;
}
header #desktopMenu ul.menu > li > a:hover {
  color: #ECCE6E;
}
header #desktopMenu ul.menu > li .sub-menu li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #ECCE6E;
}
header #desktopMenu ul.menu > li .sub-menu li a {
  transition: all 500ms;
}
header #desktopMenu ul.menu > li .sub-menu li a:hover {
  color: #ECCE6E;
}
header #desktopMenu ul.menu a {
  text-decoration: none;
}
header .top-phone {
  display: none !important;
}
@media (min-width: 992px) {
  header .top-phone {
    display: flex !important;
    font-size: 14px;
    padding: 0 25px !important;
    margin-left: 2rem;
  }
  header .top-phone img {
    margin-right: 1rem;
  }
}

#desktopMenu li.menu-item-has-children > a {
  transition: all 500ms;
}

body.home header {
  background-image: unset !important;
}

body:not(.home) header {
  background-attachment: fixed;
  position: relative;
}
body:not(.home) header:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body:not(.home) header * {
  z-index: 2;
}

.mikrotikon-reviews {
  padding: 1rem 0 0;
}

footer {
  background: #0e161d;
  padding: 0;
  color: #fff;
}
footer .footerCopy {
  width: 100%;
  border-top: 2px solid #fff;
}

.sidebar .widget {
  margin-bottom: 2rem;
}
.sidebar .widget.widget_search form {
  position: relative;
}
.sidebar .widget.widget_search form input {
  border: 1px solid #CEC2C2;
  width: 100%;
  border-radius: 25px;
  height: 40px;
  padding: 0 12px !important;
  color: #1E1D18;
  background-color: #fff !important;
  margin: 0;
}
.sidebar .widget.widget_search form input::placeholder {
  color: #1E1D18;
  opacity: 0.5;
}
.sidebar .widget.widget_search form [type=submit] {
  border: 0;
  background-color: transparent;
  font-size: 0;
  background-image: url(../images/icons/search.svg);
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  position: absolute;
  top: 10px;
  right: 1rem;
}
.sidebar .widget .random-posts {
  padding-left: 0px;
  list-style-type: none;
}
.sidebar .widget .random-posts li {
  display: flex;
  margin-bottom: 8px;
  align-items: flex-start;
}
.sidebar .widget .random-posts li:before {
  content: "" !important;
  background: #1E1D18;
  border-radius: 50%;
  display: block !important;
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  background-repeat: no-repeat;
  width: 6px;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
  margin-right: 3rem;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .sidebar .widget .random-posts li:before {
    margin-top: 7px;
  }
}
.sidebar .widget .random-posts li a {
  color: #1E1D18;
}
.sidebar .widget .author-info .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sidebar .widget .author-info .author-biography {
  margin-bottom: 1rem;
}
.sidebar .widget .author-info .author-line {
  display: flex;
  align-items: center;
  margin: 0 -0.5rem 1rem;
}
.sidebar .widget .author-info .author-line > div {
  width: 50%;
  padding: 0.5rem;
}
.sidebar .widget .author-info .author-line .author-avatar img {
  border-radius: 50%;
}
.sidebar .widget .author-info .author-line .author-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
}
.sidebar .widget .author-info .author-line .author-name .author-specialization {
  font-size: 14px;
}

[data-bn="acf/about-author"] {
  width: unset;
  max-width: unset;
}

body:not(.home) {
  background: #fff;
}

.single-page.page {
  padding-top: 4rem;
}
.single-page.page .container .content .left {
  width: 100%;
}

.page404-wrapper {
  padding: 4rem 0 5rem;
}

.archive-page .container > .content {
  display: flex;
  flex-wrap: wrap;
}
.archive-page .container > .content .left {
  width: 100%;
}
@media (min-width: 992px) {
  .archive-page .container > .content .left {
    width: 65%;
  }
}
.archive-page .container > .content .right {
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .archive-page .container > .content .right {
    margin-top: 0;
    width: calc(35% - 3rem);
    margin-left: auto;
  }
}
.archive-page .container > .content > h1 {
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .archive-page .container > .content > h1 {
    width: 65%;
  }
}
.archive-page .container > .content .archive-desc {
  width: 100%;
}
@media (min-width: 992px) {
  .archive-page .container > .content .archive-desc {
    width: 65%;
  }
}
.archive-page .container > .content .left .noresult {
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
  color: #fff;
  border-radius: 25px;
  background: #ECCE6E;
}
.archive-page .container > .content .left .posts-list .single-mini {
  background: #C1C1C1;
  border-radius: 25px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.archive-page .container > .content .left .posts-list .single-mini h2 {
  margin-bottom: 0;
}
.archive-page .container > .content .left .posts-list .single-mini h2 a {
  color: #1E1D18;
}
.archive-page .container > .content .left .posts-list .single-mini .meta {
  color: rgba(0, 0, 0, 0.5);
  padding: 0.75rem 0;
  font-weight: bold;
}
.archive-page .container > .content .pagination {
  width: 100%;
  margin: 3rem 0 5rem;
}

.single-page .container > .content {
  display: flex;
  flex-wrap: wrap;
}
.single-page .container > .content > h1 {
  max-width: 65%;
  margin-bottom: 2rem;
}
.single-page .container > .content .left {
  width: 100%;
}
@media (min-width: 992px) {
  .single-page .container > .content .left {
    width: 65%;
  }
}
.single-page .container > .content .right {
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .single-page .container > .content .right {
    margin-top: 0;
    width: calc(35% - 3rem);
    margin-left: auto;
  }
}
.single-page .container > .content .left .post-thumb {
  margin-bottom: 5rem;
}
.single-page .container > .content .left .post-thumb img {
  border-radius: 25px;
  width: 100%;
}
.single-page .container > .content .left .post-content .container {
  width: unset;
  max-width: unset;
}
.post-content {
  margin-bottom: 4rem;
}
.post-content .wp-block-image {
  margin-bottom: 2rem;
}
.post-content .wp-block-image:before {
  display: none;
}
.post-content > a, .post-content > p > a, .post-content [data-bn="core/paragraph"] p > a {
  color: #ECCE6E;
}
.post-content > .wp-block-image img {
  width: 100%;
}
.post-content [data-bn="core/gallery"] {
  margin-bottom: 2rem;
}
.post-content [data-bn="core/gallery"] img {
  border-radius: 25px !important;
}
.post-content [data-bn="core/gallery"] a {
  overflow: hidden;
  border-radius: 25px !important;
}
.post-content [data-bn="core/gallery"] .wp-element-caption {
  display: none !important;
}
.post-content [data-bn="core/list"] ul {
  padding-left: 0px;
  list-style-type: none;
}
.post-content [data-bn="core/list"] ul li {
  display: flex;
  margin-bottom: 8px;
  align-items: flex-start;
}
.post-content [data-bn="core/list"] ul li:before {
  content: "" !important;
  background: #1E1D18;
  border-radius: 50%;
  display: block !important;
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  background-repeat: no-repeat;
  width: 6px;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
  margin-right: 3rem;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .post-content [data-bn="core/list"] ul li:before {
    margin-top: 7px;
  }
}