/*
Theme Name: Markizy files
Author: studiodev.pl
Version: 1.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: h
*/
/* =WordPress Core
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 15px;
}
.wp-block-columns .wp-block-column {
  flex: 1;
  padding: 15px;
}

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

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 14px;
}
@media (min-width: 992px) {
  html {
    font-size: 15px;
  }
}

body {
  background-color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #23444D;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #23444D;
}

.bold {
  font-weight: bold;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #000;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.06rem;
}

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

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

.untouchable {
  pointer-events: none;
}

.container {
  padding: 0 15px;
  margin: auto;
  max-width: 1600px;
}
.container .container, .container .woocommerce-notices-wrapper, .container .woocommerce-form-coupon-toggle {
  padding: 0;
}

a {
  text-decoration: none;
}

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

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

.brand-btn, .page-template-page-add-file .content .acf-form-ajax .acf-form-submit button, .page-template-page-add-file .content .acf-form-ajax .acf-fields .acf-field .acf-button.button {
  background: #017f1a;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  display: inline-flex;
  border: 0;
  box-shadow: unset;
  font-size: 16px;
  font-weight: bold;
}

header {
  padding: 20px 0;
  border-bottom: 1px solid #017f1a;
  margin-bottom: 20px;
}

footer {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #D9F0F5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #D9F0F5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #D9F0F5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#D9F0F5",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  margin-bottom: -30px;
}
footer .finance .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  footer .finance .content {
    flex-direction: row;
  }
  footer .finance .content .text {
    margin-left: 30px;
  }
}
footer .finance .content .text {
  font-size: 20px !important;
  line-height: 32px !important;
}
@media (min-width: 768px) {
  footer .finance .content .text {
    font-size: 24px !important;
    line-height: 38.4px !important;
  }
}
@media (min-width: 992px) {
  footer .finance .content .text {
    font-size: 28px !important;
    line-height: 44.8px !important;
  }
}
footer .finance .content .logo img {
  max-width: 220px;
}
footer .finance .content > img {
  position: absolute;
  right: -50%;
  width: 70%;
  height: 20px;
  bottom: 45%;
  object-fit: cover;
  display: none;
}
@media (min-width: 1550px) {
  footer .finance .content > img {
    display: block;
  }
}
footer .footer-content .container .top {
  display: flex;
  margin: 30px -15px;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .footer-content .container .top {
    flex-direction: row;
  }
}
footer .footer-content .container .top > div {
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  footer .footer-content .container .top > div {
    width: 50%;
  }
}
footer .footer-content .container .top > div.left {
  font-size: 18px !important;
  line-height: 28.8px !important;
}
footer .footer-content .container .top > div.right {
  font-size: 18px !important;
  line-height: 28.8px !important;
}
footer .footer-content .container .bottom {
  display: flex;
  margin: 30px -15px;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .footer-content .container .bottom {
    flex-direction: row;
  }
}
footer .footer-content .container .bottom > div {
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  footer .footer-content .container .bottom > div {
    width: 50%;
  }
}
footer .footer-content .container .bottom > div.left {
  font-size: 18px !important;
  line-height: 28.8px !important;
}
footer .footer-content .container .bottom > div.left h2 {
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 500;
}
@media (min-width: 768px) {
  footer .footer-content .container .bottom > div.left h2 {
    font-size: 22px !important;
    line-height: 35.2px !important;
  }
}
@media (min-width: 992px) {
  footer .footer-content .container .bottom > div.left h2 {
    font-size: 24px !important;
    line-height: 38.4px !important;
  }
}
footer .footer-content .container .bottom > div.right {
  font-size: 18px !important;
  line-height: 28.8px !important;
  color: #017f1a;
  display: flex;
  align-items: flex-end;
}
footer .footer-content .copyright {
  background: #23444D;
}
footer .footer-content .copyright .container > div {
  display: flex;
  margin: 30px -15px;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .footer-content .copyright .container > div {
    flex-direction: row;
    align-items: center;
  }
}
footer .footer-content .copyright .container > div > div {
  color: #fff;
  width: 100%;
  padding: 15px;
  font-size: 14px;
}
@media (min-width: 992px) {
  footer .footer-content .copyright .container > div > div {
    width: 50%;
  }
}
footer .footer-content .copyright .container > div > div.left {
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-content .copyright .container > div > div.left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer .footer-content .copyright .container > div > div.author {
    text-align: right;
  }
}
footer .footer-content .copyright .container > div > div.author a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  footer .footer-content .copyright .container > div > div.author a {
    justify-content: flex-end;
  }
}
footer .footer-content .copyright .container > div > div.author a img {
  margin-left: 20px;
}

.slider .slider-container .slick-dots {
  position: absolute;
  z-index: 9999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  bottom: 20px;
}
@media (min-width: 768px) {
  .slider .slider-container .slick-dots {
    bottom: 30px;
  }
}
.slider .slider-container .slick-dots li {
  padding: 0 10px;
}
.slider .slider-container .slick-dots li.slick-active button {
  background: #fff;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .slider .slider-container .slick-dots li.slick-active button {
    width: 19px;
    height: 19px;
  }
}
.slider .slider-container .slick-dots li button {
  border: 0;
  font-size: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .slider .slider-container .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.slider .slider-container .item {
  position: relative;
}
.slider .slider-container .item img {
  width: 100%;
}
.slider .slider-container .item .content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #23444D;
}
.slider .slider-container .item .content.light {
  color: #fff;
}
@media (min-width: 992px) {
  .slider .slider-container .item .content {
    width: 50%;
    top: 50%;
    left: 6%;
    transform: unset;
  }
}
.slider .slider-container .item .content span {
  display: block;
}
.slider .slider-container .item .content span.line-1 {
  font-size: 24px !important;
  line-height: 38.4px !important;
}
@media (min-width: 768px) {
  .slider .slider-container .item .content span.line-1 {
    font-size: 36px !important;
    line-height: 57.6px !important;
  }
}
@media (min-width: 992px) {
  .slider .slider-container .item .content span.line-1 {
    font-size: 42px !important;
    line-height: 67.2px !important;
  }
}
@media (min-width: 1200px) {
  .slider .slider-container .item .content span.line-1 {
    font-size: 46px !important;
    line-height: 73.6px !important;
  }
}
@media (min-width: 1550px) {
  .slider .slider-container .item .content span.line-1 {
    font-size: 55px !important;
    line-height: 88px !important;
  }
}
.slider .slider-container .item .content span.line-2 {
  font-size: 40px !important;
  line-height: 64px !important;
}
@media (min-width: 768px) {
  .slider .slider-container .item .content span.line-2 {
    font-size: 46px !important;
    line-height: 73.6px !important;
  }
}
@media (min-width: 992px) {
  .slider .slider-container .item .content span.line-2 {
    font-size: 56px !important;
    line-height: 89.6px !important;
  }
}
@media (min-width: 1200px) {
  .slider .slider-container .item .content span.line-2 {
    font-size: 70px !important;
    line-height: 112px !important;
  }
}
@media (min-width: 1550px) {
  .slider .slider-container .item .content span.line-2 {
    font-size: 120px !important;
    line-height: 192px !important;
  }
}
.slider .slider-container .item .content .btn-white-brand {
  margin-top: 20px;
  display: inline-flex;
}

.page-template-page-add-file .content h2 {
  margin: 40px 0 20px;
}
.page-template-page-add-file .content .acf-form-ajax .acf-fields .acf-field {
  padding: 20px 0;
}
.page-template-page-add-file .content .acf-form-ajax .acf-fields .acf-field input, .page-template-page-add-file .content .acf-form-ajax .acf-fields .acf-field textarea {
  border: 1px solid #A4A4A4;
}
.page-template-page-add-file .content .acf-form-ajax .acf-fields .acf-field a {
  color: #017f1a;
  font-weight: bold;
}
.page-template-page-files p {
  margin: 20px 0 10px;
}
.page-template-page-files ul {
  padding: 0;
  margin: 40px 0 0 20px;
}
.page-template-page-files ul li {
  padding: 5px 0;
}
.page-template-page-files ul li a {
  color: #017f1a;
}