@charset "UTF-8";
/*
Theme Name: Webmaxi
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline;
  outline: none !important;
	font-family: "Quicksand", sans-serif;
}

* {
  outline: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: hidden !important;
  font-size: 18px;
}

body {
    line-height: 1.2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 16px;
}

a {
  text-decoration: none !important;
  display: inline-block;
  color: black;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

ul {
  list-style: none
}

p {
  margin: 10px 0;
  line-height: 1.6em
}

img {
  display: block;
  width: 100%;
  height: auto
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw)
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw)
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw)
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw)
}

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

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

header {
    box-shadow: 0 2px 10px #ccc;
    z-index: 99999;
    position: relative;
    background-color: #fff;
    width: 100%;
}

.fixed-header {
  position: fixed;
  top: -100px;
  left: 0;
  background-color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 10px #ccc;
  z-index: 99999;
}

.fixed {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.header-top {
  background: #14457b;
  padding: 0;
}

.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
}

.header-top a {
  color: #fff !important;
  padding: 15px 20px;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, .2);
  font-size: 14px;
}

.header-top a:hover {
  background-color: rgba(255, 255, 255, .2);
}

.header-top a:first-child {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.header-social, .header-info {
  display: flex;
  justify-content: flex-start;
}

.header-top a i {
  font-size: 16px;
}

.header-info a i {
  margin-right: 8px;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: .75rem 0;
}

.custom-logo-link {
  display: flex;
  align-items: center;
	max-width:140px;
}

.header-menu {
  display: flex;
  align-items: center;
}

.squ-btn {
  background: #2490eb;
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  line-height: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all .4s;
  cursor: pointer;
  border:none;
}

.squ-btn i {
  margin-right: 6px;
}

.squ-btn:hover {
  color: #000;
  background-color: #FDC600;
}

.header-menu .squ-btn {
  margin-left: 30px;
}

.menu-btn i {
  margin: 0;
}

.menu-btn {
display: none;
}

.menu-header-menu-container {
  display: flex;
  align-items: center;
}

.menu-header-menu-container .menu {
  display: flex;
  justify-content: flex-start;
  flex-flow: row;
}

.menu-header-menu-container .menu>li {
  margin: 0 10px;
  position: relative;
  line-height: 5;
}

.menu-header-menu-container .menu>li>a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-header-menu-container .menu>li a:hover {
  color: #FDC600;
}



.menu-item-has-children>a::after {
  content: '\f107';
  line-height: 1;
  margin-left: 8px;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
}

.menu-header-menu-container .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 255px;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all .1s;
}

.menu-header-menu-container .sub-menu .current-menu-ancestor::after{
  content:none;
  }

.menu-header-menu-container .menu>li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-header-menu-container .sub-menu li {
  line-height: 1.2;
  position: relative;
}

.menu-header-menu-container .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.menu-header-menu-container .sub-menu a {
  line-height: 2;
  text-transform: capitalize;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  color: #005092;
  font-size: 14px;
  font-weight: 600;
}

.menu-header-menu-container .sub-menu li:hover > a, .menu-header-menu-container .sub-menu .current-menu-item > a{
  background-color: #005092;
  color: #fff !important;
}



.menu-header-menu-container .menu>li > .sub-menu .menu-item-has-children > a::after{
  transform: rotate(-90deg) !important;
  display: inline-block;
  float: right;
  margin-top: 6px;
}

.menu-header-menu-container .menu>li > .sub-menu .menu-item-has-children .sub-menu {
  top: 0;
  left: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.menu-header-menu-container .menu>li > .sub-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------------- */

.responsive-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    z-index: 2;
    padding: 150px 40px 40px 40px;
    z-index: 9999;
    transition: all 1s;
    box-shadow: 0 -8px 8px rgba(0, 0, 0, .25);
	flex-flow: column;
}

.menu-open{
  right: 0;
}

.responsive-menu a {
  text-transform: uppercase;
  padding: 8px 0;
  font-weight: 700;
}

.responsive-menu .sub-menu {
  padding-left: 10px;
  padding-bottom: 10px;
}

.responsive-menu .sub-menu a {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 600;
}

.noscroll {
  overflow-y: hidden;
}

.menu-responsive-menu-container {
  overflow: scroll;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.main-slider {
    position: relative;
}

.slick-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  color: #000;
  font-size: 20px;
  padding: 22px;
  box-sizing: content-box;
  background-color: #fff;
  opacity: .5;
  transition: all .4s;
  cursor: pointer;
}

.slick-btn:hover {
  color: #fff;
  background-color: #2490eb;
}

.main-slider:hover .slick-btn {
  opacity: 1;
}

.slick-btn-prev {
  left: 30px;
}

.slick-btn-next {
  right: 30px;
}

.slider-item {
    position: relative !important;
    overflow: hidden;
}

.slider-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.slider-text .container * {
  max-width: 570px;
  margin: 0;
}

.subtitle {
  background-color: #2490eb;
  text-transform: uppercase;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 12px;
  margin-bottom: 4px !important;
  margin-top: 0 !important;
  display: inline-block;
}

.title {
  font-size: clamp(22px, 6vw, 36px);
  line-height: 1.1;
  font-weight: 600;
}

.slider-text .title {
  font-size: clamp(30px, 6vw, 50px);
}

.desc {
  font-weight: 500;
  margin-top: 10px !important;
}

.slider-text .container>* {
  transform: translateX(-80px);
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.slick-active .slider-text .container>* {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.slick-active .slider-text .container>*:nth-child(1) {
  transition-delay: .5s;
}

.slick-active .slider-text .container>*:nth-child(2) {
  transition-delay: .75s;
}

.slick-active .slider-text .container>*:nth-child(3) {
  transition-delay: 1s;
}



.big-pt {
  padding-top: 130px;
}

.big-pb {
  padding-bottom: 130px;
}


.pt-info-box {
  color: #fff;
  padding: 45px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #2490eb;
  position: relative;
}

.pt-info .row>div:nth-child(even)>.pt-info-box {
  background-color: #005092;
}

.pt-info-box-right-icon {
  position: absolute;
  right: 0;
  top: 30px;
  opacity: 0.1999;
  transition: all 0.5s ease;
  font-size: 80px;
  line-height: 88px;
  transform-origin: top right;
}

.pt-info-box:hover .pt-info-box-right-icon {
  scale: 3;
}

.pt-info-box-icon {
  font-size: 80px;
  line-height: 88px;
}

.pt-info-title {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 500;
}

.pt-infobox-description {
  line-height: 1.7;
  margin-bottom: 0 !important;
}

.home-about {
  border-radius: 5px;
}

.home-about-text {
    display: flex;
    padding: 0 0 0 56px;
    align-items: flex-start;
    flex-flow: column;
}

.list-style {
  margin: 15px 0;
}

.list-style li {
  font-weight: 700;
  color: #000;
  position: relative;
  line-height: 1.4;
  margin-bottom: 10px;
}

.list-style li:last-child {
  margin-bottom: 0;
}

.list-style li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  color: #2490eb;
  margin-right: 10px;
}



.title-center {
  max-width: 690px;
  text-align: center;
  margin: 0 auto 42px auto;
}

.bg-grey {
  background-color: #f3f3f3;
}


.product-step-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 30px;
  height: 100%;
  border-color: #ddd;
  border-style: solid;
  border-width: 0;
}

.product-step-item-1, .product-step-item-2 {
  border-width: 0 1px 1px 0;
}

.product-step-item-3 {
  border-width: 0 0 1px 0;
}

.product-step-item-4, .product-step-item-5 {
  border-width: 0 1px 0 0;
}

.step-icon, .step-content {
  display: table-cell;
  vertical-align: top;
}

.step-icon {
  padding-right: 22px;
  position: relative;
  top: 1px;
  width: 90px;
}

.step-content {
  padding: 0 0 0 10px;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
}

.step-text {
  margin: 6px 0 0 0;
  line-height: 1.8em;
}

.home-product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.home-product-img, .home-product-text {
  flex: 0 0 50%;
  width: 50%;
}


.home-product-text {
  text-align: center;
  padding: 8vw;
}

.home-product-text h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 30px 0;
  color: #2490eb;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.blog-item {
  background-color: #fff;
  transition: all .5s;
}

.blog-item:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, .15);
  transform: translateY(-16px);
}

.blog-img-wrapper {
  position: relative;
}

.blog-img-wrapper a {
  display: block;
}

.blog-info {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
}

.blog-info p {
  margin: 0;
}

.blog-meta {
  letter-spacing: 0.04em;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 14px;
  background-color: #2490eb;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  color: #fff;
  border-radius: 3px;
}

.blog-meta i {
  margin-right: 5px;
}


.blog-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #2490eb;
  text-transform: capitalize;
}

.blog-title:hover{
  color: #000;
}

.blog-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  background-color: #2490eb;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 15px 30px;
}

.blog-link:hover{
  background-color: #FDC600;
}

.blog-link span {
  margin-left: 12px;
  transform: scale(1.5) translateY(-1px);
  display: inline-block;
}


footer {
  background: #14457b;
  color: #fff;
}

.footer {
  padding-bottom: 30px;
}

footer .custom-logo-link {
    max-width: 260px;
    padding: 10px;
    background-color: #fff;
}

.pt-footer-social {
  margin-top: 25px;
}

.pt-footer-social ul {
    display: flex;
    flex-flow: wrap;
    gap: 8px;
}

.pt-footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
}

.pt-footer-social a:hover {
  background: #2490eb;
  color: #fff !important;
}



.footer-title {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 34px;
  position: relative;
  padding-bottom: 5px;
}

.widget .footer-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 2px;
  display: inline-block;
  background: #2490eb;
}

footer #menu-useful-links li {
  width: 100%;
  display: inline-block;
  margin: 0 0 22px 0;
}

footer #menu-useful-links li:last-child {
  margin: 0;
}

footer #menu-useful-links li a, .pt-footer-recent-post a {
  position: relative;
  border: none;
  padding: 0 0 0 15px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #fff;
}


footer #menu-useful-links li a:before, .pt-footer-recent-post a:before {
  top: 4px;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  display: inline-block;
  background: transparent;
  margin: auto 0;
  content: '\f054';
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  font-weight: 900;
}



footer .pt-footer-recent-post {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 30px;
}

.pt-footer-recent-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(15, 40, 81, 0.1);
}

.pt-footer-recent-post:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.pt-footer-recent-post .pt-footer-recent-post-media {
  margin-right: 15px;
  max-width: 90px;
}

.pt-footer-recent-post .pt-footer-recent-post-info {
  flex: 1;
  align-self: center;
}

.pt-footer-recent-post .pt-footer-recent-post-info .pt-post-date {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
}

.pt-footer-recent-post .pt-footer-recent-post-info .pt-post-date i {
  margin-right: 8px;
}

.pt-footer-recent-post .pt-footer-recent-post-info h6 a {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}


.pt-contact li {
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.pt-contact li:not(:last-child) {
    margin-bottom: 12px;
}

.pt-contact li a {
    color: #fff;
    display: inline-block;
}

.pt-contact li i {
  margin-right: 20px;
  font-size: 20px;
}

.copyright {
  margin: 0;
  text-align: center;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.page-title-content {
  background-position: center;
  background-size: cover;
  position: relative;
}

.page-title-content:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  top: 0;
  left: 0;
}

.page-title {
  margin: 0;
  line-height: 1.2;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.single-post {
  font-size: 18px;
}

.single-post > *{
  margin: 0 0 25px 0;
}

.single-post > *:last-child{
  margin-bottom: 0;
}

.single-post > ul li, .single-post > ol li {
  line-height: 1.4;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}

.fancybox{
  margin-top: 58px;
}

.single-post > ul li::before, .single-post > ol li::before {
  background-image:url('data:image/png;base64,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');
    content: "";
    width: 22px !important;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-position: center top;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
	top: 2px;
}

strong{
  font-weight: bold;
}


.sertifika > figure {
    margin-bottom: 30px !important;
}

#map{
  height: 500px;
  width: 100%;
}

#map-contact{
  height: 650px;
  width: 100%;
  margin-top: -120px;
}

.contatc-info-box {
  background-color: #f5f5f5;
  padding: 40px;
  text-align: center;
  border-radius: 4px;
  transition: all .75s;
}

.contatc-info-box:hover {
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
}

.contact-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 24px 0 16px 0;
}

.contact-text {
  margin: 0;
  line-height: 2.2;
}

.contact-text, .contact-text a {
  font-weight: 500;
  color: #555;
}

.contatc-icon {
  height: 70px;
  width: 70px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2490eb;
  color: #fff;
  font-size: 26px;
  border-radius: 3px;
  transition: all .75s;
}

.contatc-info-box:hover .contatc-icon{
  background-color: #005092;
  transform: scale(1.2);
}


.contact-text a:hover {
  color: #2490eb;
}

.contact-form {
  max-width: 960px;
  margin: auto;
  box-shadow: 0 0 26px 4px rgba(0,0,0, .2);
  padding: 58px;
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid transparent;
  background-color: #f5f5f5;
  padding: 20px;
  line-height: 1;
  border-radius: 3px;
  transition: all .4s;
}

.contact-form input:hover, .contact-form input:focus, .contact-form textarea:hover, .contact-form textarea:focus {
border-color: #2490eb;
color: #000;
}

.error-text {
  margin: 0;
  font-size: 14px;
  color: #f00;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}


.shops {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px !important;
  gap: 15px;
}

.shops > * {
  width: calc(33.3333% - 15px);
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  transition: all .4s;
  padding: 0 25px;
}

.shops > *:hover {
  transform: scale(.9) translateY(-6%);
  border-color: #999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.product-img {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}


.pdf-btn a {
  margin-top: 30px;
  padding: 10px 36px;
  border-radius: 28px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  border: 1px solid #2b87ff;
}

.pdf-btn a:hover {
border-color: #FDC600;
color:#FDC600 !important;
}

.pdf-btn a::before{
content: "\f1c1";
font-family: "Font Awesome 6 Free";
margin-right: 10px;
}



@media only screen and (max-width: 1400px) {
  .menu-header-menu-container .menu>li {
    margin: 0 4px;
  }

  .menu-header-menu-container .menu>li>a {
    font-size: 14px;
  }

  .header-menu .squ-btn {
    margin-left: 20px;
  }

  .squ-btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .slider-text .container * {
    max-width: 500px;
  }

  .slick-btn {
    font-size: 18px;
    padding: 18px;
  }

  .big-pt {
    padding-top: 110px;
  }

  .big-pb {
    padding-bottom: 110px;
  }

  .custom-logo-link {
    max-width: 140px;
  }

  .home-product-text {
    padding: 6vw;
  }

  .home-product-text h2 {
    font-size: 36px;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
  }

  .pt-post-date {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {

  .header-top a {
    padding: 10px 15px;
    font-size: 13px;
  }

  .pt-infobox-description {
    font-size: 15px;
  }

  .pt-info-title {
    font-size: 26px;
    margin-top: 10px;
  }

  .pt-info-box-icon, .pt-info-box-right-icon {
    font-size: 65px;
    line-height: 1;
  }
  .home-about-text{
    padding:0 15px;
    margin-top: 45px;
  }

.blog-link {
  font-size: 14px;
  margin-top: 15px;
}
.home-product-img, .home-product-text {
  flex: 0 0 100%;
  width: 100%;
}
.home-product-item {
  flex-flow: column;
}
.home-product-text {
  padding: 10vw;
  border-bottom: 1px solid #ccc;
}

.product-step-item-2, .product-step-item-4 {
  border-width: 0 0 1px 0;
}

.product-step-item-3 {
  border-width: 0 1px 1px 0;
}

.big-pt {
  padding-top: 90px;
}

.big-pb {
  padding-bottom: 90px;
}

.widget {
  margin-bottom: 40px;
}

.footer{padding-bottom: 0;}
.pt-post-date {
  display: block;
}

.header-menu .squ-btn {
  margin-left: 14px;
}

}

@media only screen and (max-width: 991px) {
  .step-icon {
    padding: 0;
    display: block;
}

.step-content{padding: 0;}


  .blog-item {
    display: flex;
    justify-content: center;
}

.blog-item:not(:last-child) {
  margin-bottom: 25px;
}

.pt-info-box {
  margin-bottom: 20px;
}

.big-pt {
  padding-top: 70px;
}

.big-pb {
  padding-bottom: 70px;
}
	
.main-slider .slick-slide img {
    height: 500px !important;
    width: auto !important;
transform: translateX(-15%);
}

}

@media only screen and (max-width: 767px) {
	  .menu-header-menu-container {
    display: none;
  }
	.menu-btn {
  display: block;
  }
  .product-step-item{
    border-width: 0 0 1px 0;
  }
  .blog-item {
    display: block;
}

.header-social {
  display: none;
}

.header-top-inner {
  justify-content: center;
}

.header {
  padding: 8px 0;
}

.custom-logo-link {
        max-width: 110px;
    }

.squ-btn {
  font-size: 13px;
  padding: 6px 14px;
}

.title-center {
  margin: 0 auto 20px auto;
}
	
	.slick-btn{display:none;}
	
.main-slider .slick-slide img {
    height: 380px !important;
}
	
	
.big-pt {
  padding-top: 50px;
}

.big-pb {
  padding-bottom: 50px;
}

}

@media only screen and (max-width: 575px) {
  .subtitle {
    font-size: 13px;
}
  .home-product-text h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
    padding-bottom: 5px;
}

}

@media only screen and (max-width: 480px) {
  .home-product-text h2 {
    font-size: 24px;
}

}

.disabled {
    background-color: #efefef !important;
    color: #aaa !important;
	cursor:no-drop;
}

.bayiler .wp-block-column {
    background-color: #efefef;
    padding: 24px;
}

.bayiler .wp-block-column h2 {
    margin: 0;
    line-height: 1;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.bayiler .wp-block-column p {
    line-height: 1.6;
}

.archive-description {
    background-color: #fff;
    padding: 30px;
}

.archive-description > * {
	margin-bottom: 20px
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid #eee;
    padding: 10px 0;
    margin-top: 10px;
    width: 100%;
    color: #2490eb;
}

.product-item {
    padding: 0 16px;
    border-right: 1px solid #eee;
}

small {
    font-size: .75rem;
}

#rank-math-toc {
	padding:20px;
	background:#efefef;
}

#rank-math-toc ul {
    list-style: circle;
    padding-left: 1rem;
}

#rank-math-toc li{
	margin-bottom:12px !important;
}

#rank-math-toc a {
    font-size: 16px;
    font-weight: 500;
}






