@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');
/* varibles */
:root {
  /* GOBAL */
    --global-font-size: 16px;
    --color-text: #0E3F52;
    --global-font-body: 'Cairo', sans-serif;
    --global-font-headers: 'Cairo', sans-serif;
    --font-weight-headings: 700;
    --global-line-height: 1.5;
    --lite: #fff;
  /* ------------HEADER DESKTOP------------ */
    /* Header */
      --header-background: #0E3F52;
      --header-logo-width: 220px;
      --menu-item-margin: 20px; 
      --header-height: 160px;
    /* Style links */
      --menu-item-font: 'Cairo', sans-serif;
      --menu-item-font-size: 16px;
      --menu-item-font-weight: 400;
      --menu-item-font-color: #fff;
    /* Style links hover, line */
      --menu-item-active-and-hover-color: #fff;
      --menu-item-after-width: 40px;
      --menu-item-after-height: 4px;
      --menu-item-after-background: transparent;
    /* Submenu */
      --submenu-background: #e6e6e6;
      --submenu-background-hover: #fff;
      --submenu-color: #696969;
      --submenu-color-hover: #000;
      --submenu-font-size: 13px;
      --submenu-font-weight: 300;
      --submenu-width: 200px;
      --submenu-height: 50px;
  /* ------------HEADER MOBILE------------ */ 
    /* Hamburger */
      --hamburger-line: #fff;
    /* Mobile menu */
      --mobile-menu-background: rgba(0, 0, 0, 0.9); 
      --mobile-menu-color: #fff;
      --mobile-menu-font-size: 18px;
      --mobile-menu-font-weight: 600;
      --mobile-menu-space: 10px;
      --mobile-menu-arrow-color: #fff;
      --mobile-menu-arrow-border-width: 3px;
      --mobile-menu-arrow-width: 5px;
    /* Mobile-submenu */
      --mobile-sub-menu-color: #efefef;
      --mobile-sub-menu-font-size: 16px;
      --mobile-sub-menu-font-weight: 300;
      --mobile-sub-menu-space: 10px;
  /* TRANSPARENT SETUP !!! */
    --main-padding: 0; /* if transparent menu set: 0, if normal menu set: var(--header-height) */
    --main-header-transparent: transparent;  /* if transparent menu set: transprarent, if normal menu set: var(--header-background) */
  /* GRID */
    --grid-size: 1440px;
  /* TYPOGRAPHY */
    /* Page-title */
    --page-title-font-family: var(--global-font-headers);
    --page-title-font-weight: 700;
    --page-title-font-size: 45px;
    --page-title-line-height: var(--global-line-height);
    --page-title-color: var(--color-text);
    --page-title-letter-spacing: unset;
    /* page-title MAX 1300PX */
    --l-page-title-font-size: 40px;
    /* page-title MAX 980PX */
    --m-page-title-font-size: 30px;
    /* H1 */
    --h1-font-family: var(--global-font-headers);
    --h1-font-weight: 700;
    --h1-font-size: 40px;
    --h1-line-height: var(--global-line-height);
    --h1-color: var(--color-text);
    --h1-letter-spacing: 0;
    /* H1 MAX 1300PX */
    --l-h1-font-size: 35px;
    /* H1 MAX 980PX */
    --m-h1-font-size: 30px;
    /* blog font-size */
    --blog-font-size: 35px;
    /* blog font-size MAX 1300PX */
    --l-blog-font-size: 32px;
    /* blog font-size MAX 980*/
    --m-blog-font-size: 30px;
    /* H2 */
    --h2-font-family: var(--global-font-headers);
    --h2-font-weight: 700;
    --h2-font-size: 35px;
    --h2-line-height: var(--global-line-height);
    --h2-color: var(--color-text);
    --h2-letter-spacing: 0;
    /* h2 MAX 1300PX */
    --l-h2-font-size: 30px;
    /* h2 MAX 980PX */
    --m-h2-font-size: 28px;
    /* H3 */
    --h3-font-family: var(--global-font-headers);
    --h3-font-weight: 700;
    --h3-font-size: 22px;
    --h3-line-height: var(--global-line-height);
    --h3-color: var(--color-text);
    --h3-letter-spacing: 0px;
    /* h3 MAX 1300PX */
    --l-h3-font-size: 20px;
    /* h3 MAX 980PX */
    --m-h3-font-size: 19px;
    /* H4 */
    --h4-font-family: var(--global-font-headers);
    --h4-font-weight: 400;
    --h4-font-size: 30px;
    --h4-line-height: var(--global-line-height);
    --h4-color: var(--color-text);
    --h4-letter-spacing: 0;
    /* h4 MAX 1300PX */
    --l-h4-font-size: 25px;
    /* h4 MAX 980PX */
    --m-h4-font-size: 20px;
    /* H5 */
    --h5-font-family: var(--global-font-headers);
    --h5-font-weight: 400;
    --h5-font-size: 30px;
    --h5-line-height: var(--global-line-height);
    --h5-color: var(--color-text);
    --h5-letter-spacing: 0px;
    /* h5 MAX 1300PX */
    --l-h5-font-size: 25px;
    /* h5 MAX 980PX */
    --m-h5-font-size: 18px;
    /* H6 */
    --h6-font-family: var(--global-font-headers);
    --h6-font-weight: 400;
    --h6-font-size: 30px;
    --h6-line-height: var(--global-line-height);
    --h6-color: var(--color-text);
    --h6-letter-spacing: 0px;
    /* h6 MAX 1300PX */
    --l-h6-font-size: 25px;
    /* h6 MAX 980PX */
    --m-h6-font-size: 18px;
    /* text */
    --text-font-family: var(--global-font-body);
    --text-font-weight: 400;
    --text-font-size: 16px;
    --text-line-height: var(--global-line-height);
    --text-color: var(--color-text);
    --text-letter-spacing: 0px; 
    /* text MAX 1300PX */
    --l-text-font-size: 16px;
    /* text MAX 980PX */
    --m-text-font-size: 16px;
    /* text-small */
    --text-small-font-family: var(--global-font-body);
    --text-small-font-weight: 400;
    --text-small-font-size: 14px;
    --text-small-line-height: var(--global-line-height);
    --text-small-color: var(--color-text);
    --text-small-letter-spacing: 0px;
    /* text-small MAX 1300PX */
    --l-text-small-font-size: 14px;
    /* text-small MAX 980PX */
    --m-text-small-font-size: 14px;
    /* text-big */
    --text-big-font-family: var(--global-font-body);
    --text-big-font-weight: 300;
    --text-big-font-size: 20px;
    --text-big-line-height: var(--global-line-height);
    --text-big-color: var(--color-text);
    --text-big-letter-spacing: 0px;
    /* text-big MAX 1300PX */
    --l-text-big-font-size: 19px;
    /* text-big MAX 980PX */
    --m-text-big-font-size: 18px;
  /* BUTTONS */
    /* b1 */
    --b1-font-family: var(--global-font-body);
    --b1-font-weight: 900;
    --b1-font-size: 16px;
    --b1-line-height: 1;
    --b1-letter-spacing: unset;
    --b1-padding: 14px 30px;
    --b1-color: #fff;
    --b1-width: unset;
    --b1-max-width: unset;
    --b1-height: unset;
    --b1-background-color: #0E3F52;
    --b1-border-radius: 5px;
    --b1-border: 2px solid #0E3F52;
    --b1-box-shadow: unset;
    --b1-text-transform: uppercase;
    /* b1:hover */
    --b1-color-hover: #0E3F52;
    --b1-background-color-hover: #fff;
    --b1-border-radius-hover: 5px;
    --b1-border-hover: 2px solid #0E3F52;
    --b1-box-shadow-hover: unset;
    /* b2 */
    --b2-font-family: var(--global-font-body);
    --b2-font-weight: 500;
    --b2-font-size: 15px;
    --b2-line-height: 1;
    --b2-letter-spacing: unset;
    --b2-padding: 10px 30px;
    --b2-color: #000;
    --b2-width: unset;
    --b2-max-width: unset;
    --b2-height: unset;
    --b2-background-color: #dedede;
    --b2-border-radius: 0px;
    --b2-border: 0px solid #fff;
    --b2-box-shadow: unset;
    --b2-text-transform: uppercase;
    /* b2:hover */
    --b2-color-hover: #fff;
    --b2-background-color-hover: #000;
    --b2-border-radius-hover: 0px;
    --b2-border-hover: 0px solid #000;
    --b2-box-shadow-hover: unset;
    /* b3 */
    --b3-font-family: var(--global-font-body);
    --b3-font-weight: 700;
    --b3-font-size: 15px;
    --b3-line-height: 1;
    --b3-letter-spacing: unset;
    --b3-padding: 10px 30px;
    --b3-color: #fff;
    --b3-width: unset;
    --b3-max-width: unset;
    --b3-height: unset;
    --b3-background-color: green;
    --b3-border-radius: 0px;
    --b3-border: 2px solid green;
    --b3-box-shadow: unset;
    --b3-text-transform: uppercase;
    /* b3:hover */
    --b3-color-hover: #dedede;
    --b3-background-color-hover: green;
    --b3-border-radius-hover: 0px;
    --b3-border-hover: 2px solid #dedede;
    --b3-box-shadow-hover: unset;
    /* b4 */
    --b4-font-family: var(--global-font-body);
    --b4-font-weight: 700;
    --b4-font-size: 15px;
    --b4-line-height: 1;
    --b4-letter-spacing: 0px;
    --b4-padding: 10px 30px;
    --b4-color: #fff;
    --b4-width: unset;
    --b4-max-width: unset;
    --b4-height: unset;
    --b4-background-color: blue;
    --b4-border-radius: 0px;
    --b4-border: 2px solid blue;
    --b4-box-shadow: unset;
    --b4-text-transform: lowercase;
    /* b4:hover */
    --b4-color-hover: #dedede;
    --b4-background-color-hover: #000;
    --b4-border-radius-hover: 0px;
    --b4-border-hover: 2px solid #000;
    --b4-box-shadow-hover: unset; 
  /* FORM */
    /* form input */
    --form-input-font-family: var(--global-font-body);
    --form-input-font-weight: 400;
    --form-input-font-size: 16px;
    --form-input-line-height: 1;
    --form-input-letter-spacing: unset;
    --form-input-padding: 10px 10px;
    --form-input-color: #0E3F52;
    --form-input-width: 100%;
    --form-input-max-width: unset;
    --form-input-height: unset;
    --form-input-background-color: transparent;
    --form-input-border-radius: 5px;
    --form-input-border: 1px solid #1AA4D9;
    --form-input-box-shadow: unset;
    --form-input-text-transform: none;
    /* form textarea */
    --form-textarea-height: 120px;
    /* form btn*/
    --form-btn-font-family: var(--global-font-body);
    --form-btn-font-weight: 300;
    --form-btn-font-size: 15px;
    --form-btn-line-height: 1;
    --form-btn-letter-spacing: unset;
    --form-btn-padding: 10px 30px;
    --form-btn-color: #fff;
    --form-btn-width: unset;
    --form-btn-max-width: unset;
    --form-btn-height: unset;
    --form-btn-background-color: #000;
    --form-btn-border-radius: 4px;
    --form-btn-border: 2px solid #000;
    --form-btn-box-shadow: unset;
    --form-btn-text-transform: none;
    /* form btn:hover */
    --form-btn-color-hover: #fff;
    --form-btn-background-color-hover: #222;
    --form-btn-border-radius-hover: 5px;
    --form-btn-border-hover: 2px solid yellow;
    --form-btn-box-shadow-hover: unset;
}
*, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  overflow-x: hidden !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: var(--global-font-size);
  color: var(--color-text);
  font-family: var(--global-font-body);
  line-height: var(--global-line-height); 
}
a{
  color: #000;
  text-decoration: none;
}
/*hamburger*/
.hamburger {
  display: none;
}
.hamburger .hamburger__line{
  width: 50px;
  height: 5px;
  background-color: var(--hamburger-line);
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
.hamburger{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger.active{
  animation: smallbig 0.6s forwards;
}
@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
.hamburger.active .hamburger__line:nth-child(1),
.hamburger.active .hamburger__line:nth-child(2),
.hamburger.active .hamburger__line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hamburger.active .hamburger__line:nth-child(2){
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.hamburger.active .hamburger__line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.main-header{
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  background: var(--header-background);
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.main-header.main-header--transparent{
  background: var(--main-header-transparent);
}
.nav-mobile{
  display: none;
}
.main-header__logo-img{
  max-width: var(--header-logo-width);
}
.nav .menu{
  display: flex;
  align-items: center;
  height: var(--header-height);
}
.nav .menu .menu-item:not(:last-child){
  margin-right: var(--menu-item-margin);
  height: var(--header-height);
}
.nav .menu .menu-item a{
  height: var(--header-height);
  display: inline-flex;
  align-items: center;
  font-size: var(--menu-item-font-size);
  font-weight: var(--menu-item-font-weight);
  color: var(--menu-item-font-color);
  text-decoration: none;
  transition: all .3s;
  position: relative;
}
.nav .menu .current-menu-item a{
  color: var(--menu-item-active-and-hover-color);
}
.nav .menu .menu-item a:hover::after{
  visibility: visible;
  opacity: 1;
  transition: all .3s;
  transform: translateY(0px);
}
.nav .menu .current-menu-item a::after{
  visibility: visible;
  opacity: 1;
  transform: translateY(0) !important;
}
.nav .menu .menu-item-has-children{
  position: relative;
}
.nav .menu .sub-menu{
  position: absolute;
  bottom: - var(--header-height);
  visibility: hidden;
  opacity: 0;
}
.nav .menu .menu-item-has-children:hover .sub-menu{
  visibility: visible;
  opacity: 1;
}
.nav .menu .sub-menu .menu-item{
  width: var(--submenu-width);
  height: var(--submenu-height);
  background: var(--submenu-background);
  padding-left: 15px;
  transition: all .3s;
}
.nav .menu .sub-menu .menu-item:hover{
  background-color: var(--submenu-background-hover)
}
.nav .menu .sub-menu .menu-item:hover a{
  color: var(--submenu-color-hover)
}
.nav .menu .sub-menu .menu-item a{
  color: var(--submenu-color);
  font-size: var(--submenu-font-size);
  font-weight: var(--submenu-font-weight);
  height: var(--submenu-height);
  display: flex;
  width: 100%;
}
.nav .menu .sub-menu .menu-item a::after{
  display: none;
}
@media(max-width: 1300px){
  .main-header{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media(max-width: 980px){
  .hamburger{
    display: inline;
    width: 50px;
    position: absolute;
    right: 20px;
    z-index: 102;
  }
  .main-header .nav{
    display: none;
  }
  .main-header .nav-mobile{
    display: flex;
    transition: all .3s;
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: var(--mobile-menu-background);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-top: var(--header-height);
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-header .nav-mobile.active{
    transition: all .3s;
    transform: translateX(0);
  }
  .main-header .nav-mobile .menu{
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    transition-delay: .3s;
    transform: translateY(40px);
  }
  .main-header .nav-mobile.active .menu{
    opacity: 1;
    visibility: visible;
    transition: all .6s;
    transition-delay: .3s;
    transform: translateY(0px);
    width: 100%;
  }
  .main-header .nav-mobile.active .menu .menu-item a{
    color:  var(--mobile-menu-color);
    font-size: var(--mobile-menu-font-size);
    font-weight: var(--mobile-menu-font-weight);
    padding-top: calc(var(--mobile-menu-space) / 2);
    padding-bottom: calc(var(--mobile-menu-space) / 2);
    display: block;
  }
  .main-header .nav-mobile.active .menu .menu-item .sub-menu{
    display: none;
    padding-left: 20px;
  }
  .menu-item-wrap{
    display: flex;
  }
  .menu-item-wrap a{
    width: calc(100% - 50px);
    display: flex !important;
  }
  .menu-item-wrap .menu-item-wrap__arrow {
    width: 50px;
    position: relative;
    cursor: pointer;
    padding-bottom: var(--mobile-menu-space);
  }
  .menu-item-wrap .menu-item-wrap__arrow::before{
    content: '';
    border: solid var(--mobile-menu-arrow-color);
    border-width: 0 var(--mobile-menu-arrow-border-width) var(--mobile-menu-arrow-border-width) 0;
    display: inline-block;
    padding: var(--mobile-menu-arrow-width);
    position: absolute;
    top: 10px;
    left: 18px;
    transform: rotate(45deg);
    transition: all .3s;
  }
  .menu-item-wrap .menu-item-wrap__arrow.active::before{
    transform: rotate(-135deg);
  }
  .main-header .nav-mobile .sub-menu .menu-item-wrap__arrow{
    display: none;
  }
  .main-header .nav-mobile.active .menu .menu-item .sub-menu .menu-item a{
    color:  var(--mobile-sub-menu-color);
    font-size: var(--mobile-sub-menu-font-size);
    font-weight: var(--mobile-sub-menu-font-weight);
    padding-top: calc(var(--mobile-sub-menu-space) / 2);
    padding-bottom: calc(var(--mobile-sub-menu-space) / 2);
    display: block;
  }
}
/* MAIN */
.main{
  padding-top: var(--main-padding);
}
.footer{
  margin-top: auto;
  background: #dedede;
}
/* GRID */
.grid{
  width: 100%;
  max-width: var(--grid-size);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* DOCS STYLE */
.code-block{
  position: relative;
}
.code-block__text{
  width: 100%;
  height: auto;
  padding: 10px;
  min-height: 200px;
  border: none;
  background-color:#f3f3f3;
  resize: none;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.code-block__btn{
  width: 150px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #152558;
  color: var(--lite) !important;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 50px;
  top: 70px;
  transition: all .3s;
  border-radius: 10px;
}
.code-block__btn span{
  color: var(--lite);
}
.code-block__btn:hover{
  transition: all .3s;
  background-color: #031446;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  transform: translate(-10px,-10px);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 8px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring .4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div {
  animation-delay: -0.45s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.code-block__btn-ring--hide{
  opacity: 0 !important;
  display: none;
}
.code-block__hide{
  display: none !important; 
}
/* UNIWERSAL */
strong, b{
  font-weight: bold;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.text-normal{
  text-transform: unset;
}
@media(max-width: 1300px){
  .l-text-right{
    text-align: right;
  }
  .l-text-left{
    text-align: left;
  }
  .l-text-center{
    text-align: center;
  }
}
@media(max-width: 980px){
  .m-text-right{
    text-align: right;
  }
  .m-text-left{
    text-align: left;
  }
  .m-text-center{
    text-align: center;
  }
}
.kreo-doc__line{
  border: 2px solid #152558;
  margin-top: 50px;
  margin-bottom: 50px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-space-20{
  grid-gap: 20px;
}
/* typography */
.page-title {
  font-family:  var(--page-title-font-family);
  font-weight:  var(--page-title-font-weight);
  font-size: var(--page-title-font-size);
  line-height: var(--page-title-line-height);
  color: var(--page-title-color);
  letter-spacing: var(--page-title-letter-spacing);
}
@media(max-width: 1300px){
  .page-title {
    font-size: var(--l-page-title-font-size);
  }
}
@media(max-width: 980px){
  .page-title {
    font-size: var(--m-page-title-font-size);
  }
}
.h1 {
  font-family:  var(--h1-font-family);
  font-weight:  var(--h1-font-weight);
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  color: var(--h1-color);
  letter-spacing: var(--h1-letter-spacing);
  text-transform: uppercase;
}
@media(max-width: 1300px){
  .h1 {
    font-size: var(--l-h1-font-size);
  }
}
@media(max-width: 980px){
  .h1 {
    font-size: var(--m-h1-font-size);
  }
}
.h2 {
  font-family:  var(--h2-font-family);
  font-weight:  var(--h2-font-weight);
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  color: var(--h2-color);
  letter-spacing: var(--h2-letter-spacing);
  text-transform: uppercase;
}
@media(max-width: 1300px){
  .h2 {
    font-size: var(--l-h2-font-size);
  }
}
@media(max-width: 980px){
  .h2 {
    font-size: var(--m-h2-font-size);
  }
}
.h3 {
  font-family:  var(--h3-font-family);
  font-weight:  var(--h3-font-weight);
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  color: var(--h3-color);
  letter-spacing: var(--h3-letter-spacing);
  text-transform: uppercase;
}
@media(max-width: 1300px){
  .h3 {
    font-size: var(--l-h3-font-size);
  }
}
@media(max-width: 980px){
  .h3 {
    font-size: var(--m-h3-font-size);
  }
}
.h4 {
  font-family:  var(--h4-font-family);
  font-weight:  var(--h4-font-weight);
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  color: var(--h4-color);
  letter-spacing: var(--h4-letter-spacing);
}
@media(max-width: 1300px){
  .h4 {
    font-size: var(--l-h4-font-size);
  }
}
@media(max-width: 980px){
  .h4 {
    font-size: var(--m-h4-font-size);
  }
}
.h5 {
  font-family:  var(--h5-font-family);
  font-weight:  var(--h5-font-weight);
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  color: var(--h5-color);
  letter-spacing: var(--h5-letter-spacing);
}
@media(max-width: 1300px){
  .h5 {
    font-size: var(--l-h5-font-size);
  }
}
@media(max-width: 980px){
  .h5 {
    font-size: var(--m-h5-font-size);
  }
}
.h6 {
  font-family:  var(--h6-font-family);
  font-weight:  var(--h6-font-weight);
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
  color: var(--h6-color);
  letter-spacing: var(--h6-letter-spacing);
}
@media(max-width: 1300px){
  .h6 {
    font-size: var(--l-h6-font-size);
  }
}
@media(max-width: 980px){
  .h6 {
    font-size: var(--m-h6-font-size);
  }
}
.text {
  font-family:  var(--text-font-family);
  font-weight:  var(--text-font-weight);
  font-size: var(--text-font-size);
  line-height: var(--text-line-height);
  color: var(--text-color);
  letter-spacing: var(--text-letter-spacing);
}
@media(max-width: 1300px){
  .text {
    font-size: var(--l-text-font-size);
  }
}
@media(max-width: 980px){
  .text {
    font-size: var(--m-text-font-size);
  }
}
.text-small {
  font-family:  var(--text-small-font-family);
  font-weight:  var(--text-small-font-weight);
  font-size: var(--text-small-font-size);
  line-height: var(--text-small-line-height);
  color: var(--text-small-color);
  letter-spacing: var(--text-small-letter-spacing);
}
@media(max-width: 1300px){
  .text-small {
    font-size: var(--l-text-small-font-size);
  }
}
@media(max-width: 980px){
  .text-small {
    font-size: var(--m-text-small-font-size);
  }
}
.text-big {
  font-family:  var(--text-big-font-family);
  font-weight:  var(--text-big-font-weight);
  font-size: var(--text-big-font-size);
  line-height: var(--text-big-line-height);
  color: var(--text-big-color);
  letter-spacing: var(--text-big-letter-spacing);
}
@media(max-width: 1300px){
  .text-big {
    font-size: var(--l-text-big-font-size);
  }
}
@media(max-width: 980px){
  .text-big {
    font-size: var(--m-text-big-font-size);
  }
}
/* buttons */
.b1,
.wpcf7-form .wpcf7-submit {
  font-family:  var(--b1-font-family);
  font-weight:  var(--b1-font-weight);
  font-size: var(--b1-font-size);
  line-height: var(--b1-line-height);
  letter-spacing: var(--b1-letter-spacing);
  padding: var(--b1-padding);
  color: var(--b1-color);
  width: var(--b1-width);
  max-width: var(--b1-max-width);
  height: var(--b1-height);
  background-color: var(--b1-background-color);
  border-radius: var(--b1-border-radius);
  border: var(--b1-border);
  box-shadow: var(--b1-box-shadow);
  text-transform: var(--b1-text-transform);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.b1:hover,
.wpcf7-form .wpcf7-submit:hover{
  color: var(--b1-color-hover);
  background-color: var(--b1-background-color-hover);
  border-radius: var(--b1-border-radius-hover);
  border: var(--b1-border-hover);
  box-shadow: var(--b1-box-shadow-hover);
  transition: all .3s;
}
.b2 {
  font-family:  var(--b2-font-family);
  font-weight:  var(--b2-font-weight);
  font-size: var(--b2-font-size);
  line-height: var(--b2-line-height);
  letter-spacing: var(--b2-letter-spacing);
  padding: var(--b2-padding);
  color: var(--b2-color);
  width: var(--b2-width);
  max-width: var(--b2-max-width);
  height: var(--b2-height);
  background-color: var(--b2-background-color);
  border-radius: var(--b2-border-radius);
  border: var(--b2-border);
  box-shadow: var(--b2-box-shadow);
  text-transform: var(--b2-text-transform);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.b2:hover{
  color: var(--b2-color-hover);
  background-color: var(--b2-background-color-hover);
  border-radius: var(--b2-border-radius-hover);
  border: var(--b2-border-hover);
  box-shadow: var(--b2-box-shadow-hover);
  transition: all .3s;
}
.b3 {
  font-family:  var(--b3-font-family);
  font-weight:  var(--b3-font-weight);
  font-size: var(--b3-font-size);
  line-height: var(--b3-line-height);
  letter-spacing: var(--b3-letter-spacing);
  padding: var(--b3-padding);
  color: var(--b3-color);
  width: var(--b3-width);
  max-width: var(--b3-max-width);
  height: var(--b3-height);
  background-color: var(--b3-background-color);
  border-radius: var(--b3-border-radius);
  border: var(--b3-border);
  box-shadow: var(--b3-box-shadow);
  text-transform: var(--b3-text-transform);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.b3:hover{
  color: var(--b3-color-hover);
  background-color: var(--b3-background-color-hover);
  border-radius: var(--b3-border-radius-hover);
  border: var(--b3-border-hover);
  box-shadow: var(--b3-box-shadow-hover);
  transition: all .3s;
}
.b4 {
  font-family:  var(--b4-font-family);
  font-weight:  var(--b4-font-weight);
  font-size: var(--b4-font-size);
  line-height: var(--b4-line-height);
  letter-spacing: var(--b4-letter-spacing);
  padding: var(--b4-padding);
  color: var(--b4-color);
  width: var(--b4-width);
  max-width: var(--b4-max-width);
  height: var(--b4-height);
  background-color: var(--b4-background-color);
  border-radius: var(--b4-border-radius);
  border: var(--b4-border);
  box-shadow: var(--b4-box-shadow);
  text-transform: var(--b4-text-transform);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.b4:hover{
  color: var(--b4-color-hover);
  background-color: var(--b4-background-color-hover);
  border-radius: var(--b4-border-radius-hover);
  border: var(--b4-border-hover);
  box-shadow: var(--b4-box-shadow-hover);
  transition: all .3s;
}
/* Section1 */
img{
  max-width: 100%;
  height: auto;
}
.g1{
  display: grid;
  grid-template-columns: 1fr;
}
.g2{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.g3{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.g4{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g5{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.g6{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.g10-90{
  display: grid;
  grid-template-columns: 1fr 9fr;
}
.g15-85{
  display: grid;
  grid-template-columns: 1.5fr 8.5fr;
}
.g20-80{
  display: grid;
  grid-template-columns: 2fr 8fr;
}
.g25-75{
  display: grid;
  grid-template-columns: 2.5fr 7.5fr;
}
.g30-70{
  display: grid;
  grid-template-columns: 3fr 7fr;
}
.g35-65{
  display: grid;
  grid-template-columns: 3.5fr 6.5fr;
}
.g40-60{
  display: grid;
  grid-template-columns: 4fr 6fr;
}
.g45-55{
  display: grid;
  grid-template-columns: 4.5fr 5.5fr;
}
.g55-45{
  display: grid;
  grid-template-columns: 5.5fr 4.5fr;
}
.g60-40{
  display: grid;
  grid-template-columns: 6fr 4fr;
}
.g65-35{
  display: grid;
  grid-template-columns: 6.5fr 3.5fr;
}
.g70-30{
  display: grid;
  grid-template-columns: 7fr 3fr;
}
.g75-25{
  display: grid;
  grid-template-columns: 7.5fr 2.5fr;
}
.g80-20{
  display: grid;
  grid-template-columns: 8fr 2fr;
}
.g85-15{
  display: grid;
  grid-template-columns: 8.5fr 1.5fr;
}
.g90-10{
  display: grid;
  grid-template-columns: 8.5 1.5;
}
.gap-0{
  grid-gap: 0px;
}
.gap-10{
  grid-gap: 10px;
}
.gap-20{
  grid-gap: 20px;
}
.gap-30{
  grid-gap: 30px;
}
.gap-40{
  grid-gap: 40px;
}
.gap-50{
  grid-gap: 50px;
}
.gap-60{
  grid-gap: 60px;
}
.gap-70{
  grid-gap: 70px;
}
.gap-80{
  grid-gap: 80px;
}
.gap-90{
  grid-gap: 90px;
}
.gap-100{
  grid-gap: 100px;
}
.gap-110{
  grid-gap: 110px;
}
.gap-120{
  grid-gap: 120px;
}
.g-center{
  align-items: center;
}
.g-start{
  align-items: start;
}
.g-end{
  align-items: end;
}
.order-1{
  order: -1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
@media(max-width: 1300px){
  .l-g1{
    display: grid;
    grid-template-columns: 1fr;
  }
  .l-g2{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .l-g3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .l-g4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .l-g5{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .l-g6{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .l-gap-0{
    grid-gap: 0px;
  }
  .l-gap-10{
    grid-gap: 10px;
  }
  .l-gap-20{
    grid-gap: 20px;
  }
  .l-gap-30{
    grid-gap: 30px;
  }
  .l-gap-40{
    grid-gap: 40px;
  }
  .l-gap-50{
    grid-gap: 50px;
  }
  .l-gap-60{
    grid-gap: 60px;
  }
  .l-gap-70{
    grid-gap: 70px;
  }
  .l-gap-80{
    grid-gap: 80px;
  }
  .l-gap-90{
    grid-gap: 90px;
  }
  .l-gap-100{
    grid-gap: 100px;
  }
  .l-gap-110{
    grid-gap: 110px;
  }
  .l-gap-120{
    grid-gap: 120px;
  }
  .l-g-center{
    align-items: center;
  }
  .l-g-start{
    align-items: start;
  }
  .l-g-end{
    align-items: end;
  }
  .l-order-1{
    order: -1;
  }
  .l-order-2{
    order: 2;
  }
  .l-order-3{
    order: 3;
  }
}
@media(max-width: 980px){
  .m-g1{
    display: grid;
    grid-template-columns: 1fr;
  }
  .m-g2{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .m-g3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .m-g4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .m-g5{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .m-g6{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .m-order-1{
    order: -1;
  }
  .m-order-2{
    order: 2;
  }
  .m-order-3{
    order: 3;
  }
  .m-gap-0{
    grid-gap: 0px;
  }
  .m-gap-10{
    grid-gap: 10px;
  }
  .m-gap-20{
    grid-gap: 20px;
  }
  .m-gap-30{
    grid-gap: 30px;
  }
  .m-gap-40{
    grid-gap: 40px;
  }
  .m-gap-50{
    grid-gap: 50px;
  }
  .m-gap-60{
    grid-gap: 60px;
  }
  .m-gap-70{
    grid-gap: 70px;
  }
  .m-gap-80{
    grid-gap: 80px;
  }
  .m-gap-90{
    grid-gap: 90px;
  }
  .m-gap-100{
    grid-gap: 100px;
  }
  .m-gap-110{
    grid-gap: 110px;
  }
  .m-gap-120{
    grid-gap: 120px;
  }
  .m-g-center{
    align-items: center;
  }
  .m-g-start{
    align-items: start;
  }
  .m-g-end{
    align-items: end;
  }
}
@media(max-width: 768px){
  .sm-g1{
    display: grid;
    grid-template-columns: 1fr;
  }
  .sm-g2{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sm-g3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sm-g4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .sm-g5{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .sm-g6{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .sm-gap-0{
    grid-gap: 0px;
  }
  .sm-gap-10{
    grid-gap: 10px;
  }
  .sm-gap-20{
    grid-gap: 20px;
  }
  .sm-gap-30{
    grid-gap: 30px;
  }
  .sm-gap-40{
    grid-gap: 40px;
  }
  .sm-gap-50{
    grid-gap: 50px;
  }
  .sm-gap-60{
    grid-gap: 60px;
  }
  .sm-gap-70{
    grid-gap: 70px;
  }
  .sm-gap-80{
    grid-gap: 80px;
  }
  .sm-gap-90{
    grid-gap: 90px;
  }
  .sm-gap-100{
    grid-gap: 100px;
  }
  .sm-gap-110{
    grid-gap: 110px;
  }
  .sm-gap-120{
    grid-gap: 120px;
  }
  .sm-g-center{
    align-items: center;
  }
  .sm-g-start{
    align-items: start;
  }
  .sm-g-end{
    align-items: end;
  }
  .sm-order-1{
    order: -1;
  }
  .sm-order-2{
    order: 2;
  }
  .sm-order-3{
    order: 3;
  }
}
/* FORM */
.wpcf7-form .wpcf7-text{
  font-family:  var(--form-input-font-family);
  font-weight:  var(--form-input-font-weight);
  font-size: var(--form-input-font-size);
  line-height: var(--form-input-line-height);
  letter-spacing: var(--form-input-letter-spacing);
  padding: var(--form-input-padding);
  color: var(--form-input-color);
  width: var(--form-input-width);
  max-width: var(--form-input-max-width);
  height: var(--form-input-height);
  background-color: var(--form-input-background-color);
  border-radius: var(--form-input-border-radius);
  border: var(--form-input-border);
  box-shadow: var(--form-input-box-shadow);
  text-transform: var(--form-input-text-transform);
  outline: none;
}
.wpcf7-form .wpcf7-textarea{
  font-family:  var(--form-input-font-family);
  font-weight:  var(--form-input-font-weight);
  font-size: var(--form-input-font-size);
  line-height: var(--form-input-line-height);
  letter-spacing: var(--form-input-letter-spacing);
  padding: var(--form-input-padding);
  color: var(--form-input-color);
  width: var(--form-input-width);
  max-width: var(--form-input-max-width);
  height: var(--form-textarea-height);
  background-color: var(--form-input-background-color);
  border-radius: var(--form-input-border-radius);
  border: var(--form-input-border);
  box-shadow: var(--form-input-box-shadow);
  text-transform: var(--form-input-text-transform);
  outline: none;
  resize: none;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item{
  margin: 0;
}
/* .wpcf7-form .wpcf7-submit{
  font-family:  var(--form-btn-font-family);
  font-weight:  var(--form-btn-font-weight);
  font-size: var(--form-btn-font-size);
  line-height: var(--form-btn-line-height);
  letter-spacing: var(--form-btn-letter-spacing);
  padding: var(--form-btn-padding);
  color: var(--form-btn-color);
  width: var(--form-btn-width);
  max-width: var(--form-btn-max-width);
  height: var(--form-btn-height);
  background-color: var(--form-btn-background-color);
  border-radius: var(--form-btn-border-radius);
  border: var(--form-btn-border);
  box-shadow: var(--form-btn-box-shadow);
  text-transform: var(--form-btn-text-transform);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.wpcf7-form .wpcf7-submit:hover{
  color: var(--form-btn-color-hover);
  background-color: var(--form-btn-background-color-hover);
  border-radius: var(--form-btn-border-radius-hover);
  border: var(--form-btn-border-hover);
  box-shadow: var(--form-btn-box-shadow-hover);
  transition: all .3s;
} */
.wpcf7-form .ajax-loader{
  display: none !important;
}
/* half-grid */
.half-grid-right{
  width: 100%;
  max-width: calc(var(--grid-size)/2);
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
}
.half-grid-left{
  width: 100%;
  max-width: calc(var(--grid-size)/2);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
}
@media(max-width: 980px){
  .half-grid-right,
  .half-grid-left{
    max-width: 100%;
  }
}
.lite{
  color: var(--lite) !important;
}
.btn-right{
  display: flex;
  width: 100%;
  align-self: center;
  justify-content: flex-end;
}
.btn-center{
  display: flex;
  width: 100%;
  align-self: center;
  justify-content: center;
}
.btn-left{
  display: flex;
  width: 100%;
  align-self: center;
  justify-content: flex-start;
}
.img-full img{
  width: 100%;
  max-width: unset;
  height: auto;
}
img{
  vertical-align: bottom;
}
.ul ul,
.text ul{
  padding-top: 20px;
  padding-bottom: 20px;
}
.ul ul li,
.text ul li{
  position: relative;
  padding-left: 15px;
}
.ul ul li::before,
.text ul li::before{
  content:"";
  display: inline-flex;
  width: 5px;
  height: 5px;
  background: #031446;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.main .fadeUp.in-view,
.footer .fadeUp.in-view{
  opacity: 1;
  -webkit-animation: fadeUp .7s;
  -moz-animation: fadeUp .7s;
  -o-animation: fadeUp .7s;
  animation: fadeUp .7s;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: .9;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeUp {
  0% {
    opacity: .9;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeUp {
  0% {
    opacity: .9;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: .9;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* FAQ */
.price{
  margin-bottom: 12px;
}
.price__title{
  background: #f2f2f2;
  position: relative;
  padding-right: 55px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #40312F;
  transition: all .3s;
  cursor: pointer;
}
.price--active .price__title,
.price__title:hover{
  background: #12426B;
  transition: all .3s;
  color: #fff;
}
.price--active .price__title-arrow,
.price__title:hover .price__title-arrow{
  background: #57C3E8;
  transition: all .3s;
}
.price--active .price__title-arrow img{
  transform: rotate(0);
  transition: all .3s;
}
.price__title-arrow{
  position: absolute;
  right: 0;
  top:0;
  bottom: 0;
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  background: #12426B;
}
.price__title-arrow img{
  width: 24px;
  transform: rotate(180deg);
  transition: all .3s;
}
.price__content{
  display: none;
  padding-top: 20px;
  padding-bottom: 15px;
}
.price__row{
  display: flex;
  align-items: center;
  padding: 5px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.price__row:nth-child(2n - 1){
  background: rgba(248, 241, 236, 0.52);
}
.price__row .sep{
  width: 1px;
  background: #C4C4C4;
  min-height: 22px;
  height: 100%;
  display: inline-flex;
}
.price__price,
.price__time{
  width: 21%;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #3C3C3C;
  font-weight: bold;
}
.price__text{
  width: calc(58% - 2px);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: #000000;
}
@media(max-width: 600px){
  .wp-block-spacer{
    height: 5px !important;
  }  
  .price__row{
    flex-direction: column;
  }
  .price__row .sep{
    display: none;
  }
  .price__price,
  .price__time{
    display: none;
  }
  .price__text{
    width: 100%;
    text-align: left;
  }
  .price__row{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .price__mobile{
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 10px;
  }
  .price__mobile div{
    width: 50%;
    text-align: left;
    font-size: 14px !important;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #3C3C3C;
  }
  .price__mobile div span{
    font-weight: bold;
  }
  .price__title{
    padding-left: 11px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* FAQ END */
/* Pagination */
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.page-numbers li a,
.page-numbers li span{
  padding: 0 12px;
  background: transparent;
  margin-right: 3px;
  margin-left: 3px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #0E3F52;
  color: #0E3F52;
  border-radius: 5px;
}
.page-numbers .next.page-numbers,
.page-numbers .prev.page-numbers{
  font-size: 0;
}
.page-numbers .next.page-numbers::before{
  content:">";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  font-weight: 400;
}
.page-numbers .prev.page-numbers::before{
  content:"<";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  font-weight: 400;
}
.page-numbers .page-numbers.current{
  background: #0E3F52;
  color: #fff;
  border: none;
}
/* Pagination END */
.base-style h1,
.base-style h2,
.base-style h3,
.base-style h4,
.base-style h5,
.base-style h6{
  font-family:  var(--global-font-headers);
  font-weight:  var(--font-weight-headings);
  line-height: var(--global-line-height);
  color: var(--color-text);
  letter-spacing: 0;
}
.base-style h1,
.base-style h2{
  font-size: var(--blog-font-size);
}
.base-style h3 {
  font-size: calc(var(--blog-font-size) * .85);
}
.base-style h4 {
  font-size: calc(var(--blog-font-size) * .75);
}
.base-style h5,
.base-style h6 {
  font-size: calc(var(--blog-font-size) * .65);
}
.base-style p {
  font-family:  var(--text-font-family);
  font-weight:  var(--text-font-weight);
  font-size: var(--text-font-size);
  line-height: var(--text-line-height);
  color: var(--text-color);
  letter-spacing: var(--text-letter-spacing);
}
.base-style ul li{
  position: relative;
  padding-left: 15px;
}
.base-style ul li::before{
  content:"";
  display: inline-flex;
  width: 5px;
  height: 5px;
  background: #031446;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.base-style ol{
  list-style: decimal;
  list-style-position: inside;
}
.base-style h1,
.base-style h2{
  font-size: var(--l-blog-font-size);
}
.base-style h3 {
  font-size: calc(var(--l-blog-font-size) * .85);
}
.base-style h4 {
  font-size: calc(var(--l-blog-font-size) * .75);
}
.base-style h5,
.base-style h6 {
  font-size: calc(var(--l-blog-font-size) * .65);
}
.base-style p {
  font-family:  var(--text-font-family);
  font-weight:  var(--text-font-weight);
  font-size: var(--text-font-size);
  line-height: var(--text-line-height);
  color: var(--text-color);
  letter-spacing: var(--text-letter-spacing);
}
@media(max-width: 1300px){
  .base-style h1,
  .base-style h2{
    font-size: var(--l-blog-font-size);
  }
  .base-style h3 {
    font-size: calc(var(--l-blog-font-size) * .85);
  }
  .base-style h4 {
    font-size: calc(var(--l-blog-font-size) * .75);
  }
  .base-style h5,
  .base-style h6 {
    font-size: calc(var(--l-blog-font-size) * .65);
  }
  .base-style p {
    font-size: var(--l-text-font-size);
  }
}
@media(max-width: 980px){
  .base-style h1,
  .base-style h2{
    font-size: var(--m-blog-font-size);
  }
  .base-style h3 {
    font-size: calc(var(--m-blog-font-size) * .85);
  }
  .base-style h4 {
    font-size: calc(var(--m-blog-font-size) * .75);
  }
  .base-style h5,
  .base-style h6 {
    font-size: calc(var(--m-blog-font-size) * .65);
  }
  .base-style p{
    font-size: var(--m-text-font-size);
    line-height: var(--m-text-line-height);
  }
}
.base-style h1,
.base-style h2,
.base-style h3,
.base-style h4,
.base-style h5,
.base-style h6,
.base-style p,
.base-style ul,
.base-style ol{
  margin-bottom: 20px;
}
.blog__img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.blog__img-wrap {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-bottom: 100%;
  background: #fff;
}
.arrow{
  background-color: #fff; /* defines the background color of the image */
  mask: url('/wp-content/uploads/2023/08/arrow.svg') no-repeat center / contain;
  -webkit-mask: url('/wp-content/uploads/2023/08/arrow.svg') no-repeat center / contain;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.b1:hover .arrow {
  transition: all .3s;
  background: #0E3F52;
}
.b1.b1--orange{
  background: #628462;
  border: 2px solid #628462;
}
.b1.b1--orange:hover{
  background: #fff;
}
.b1.b1--lite{
  background: #FFFFFF;
  color: #0E3F52;
  border: 2px solid #fff;
}
.b1.b1--lite .arrow{
  background: #0E3F52;
}
.b1.b1--lite:hover{
  background: #0E3F52;
  color: #fff;
  border: 2px solid #0E3F52;
}
.b1.b1--lite:hover .arrow{
  background: #fff;
}
.b1.b1--orange-line{
  background: #fff;
  border: 2px solid #628462;
  color: #628462;
}
.b1.b1--orange-line .arrow{
  background: #628462;
}
.b1.b1--orange-line:hover{
  background: #628462;
  border: 2px solid #628462;
  color: #fff;
}
.b1.b1--orange-line:hover .arrow{
  background: #fff;
}
.bg-custom{
  background-size: cover;
  background-position: center top;
  padding-top: 240px;
  padding-bottom: 220px;
  background-repeat: no-repeat;
}
.bg1{
  background: url('/wp-content/uploads/2023/08/1.png') no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 240px;
  padding-bottom: 220px;
}
.bg1--gray{
  background: #F9F9F9 url('/wp-content/uploads/2023/08/1.png') no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.bg1--orange{
  background: #628462 url('/wp-content/uploads/2023/08/1.png') no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.bg2{
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg2 .grid{
  position: relative;
  z-index: 9;
}
.bg2-after{
  display: flex;
  content: '';
  position: absolute;
  width: 1920px;
  max-width: unset !important;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: 0;
}
@media(min-width: 1920px){
  .bg2-after{
    width: 100% !important;
  }
}
.bg3{
  background: url('/wp-content/uploads/2023/08/1.png') no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 320px;
  padding-bottom: 280px;
}
.bg4,
.single-sptp_member{
  background: #F9F9F9;
}
.bg6{
  background: #F9F9F9 url('/wp-content/uploads/2023/08/20.png') no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 210px;
  padding-bottom: 120px;
}
.home-hero__grid{
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn-wrap.btn-wrap--center{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.blog__item .h3{
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 29px !important;
  height: 58px;
  overflow: hidden;
}
@media(max-width: 980px){
  .main-header {
    height: 100px !important;
  }
  .bg3,
  .bg1{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .bg-custom{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .blog__item .h3{
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    height: 48px;
    overflow: hidden;
  }
  .bg2{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.home-offer__item{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.home-offer__text{
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
.home-offer__text .b1{
  padding-left: 20px;
  padding-right: 20px;
}
.home-offer__item img{
  width: 100%;
}
@media(max-width: 1300px){
  .home-offer__text .b1{
    padding: 8px;
    font-size: 13px;
  }
}
@media(max-width: 768px){
  .home-offer__text .b1{
    padding: 10px 15px;
    font-size: 16px;
  }
  .home-offer__text .h3{
    font-size: 22px !important;
  }
}
.footer{
  background: #0E3F52;
}
.footer__logo{
  max-width: 160px;
}
.footer__social{
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
}
.footer__social a{
  margin-right: 8px;
}
.footer__social a img{
  width: 24px;
  height: 24px;
}
.footer__copy{
  color: rgba(255, 255, 255, 0.32);
}
.footer .text,
.footer .text a{
  color: #fff;
}
.footer__link{
  display: flex;
  color: #fff;
}
.footer .text b,
.footer .text strong{
  font-weight: 700;
}
@media (min-width: 981px) { 
  .main-header{
    display: flex;
    flex-direction: column;
  }
  .main-header .main-header__logo-img {
    width: auto !important;
    height: 100px;
  }
  .main-header .menu{
    height: 50px !important;
  }
  .nav .menu .menu-item a{
    height: 50px !important;
  }
  .nav .menu .menu-item{
    height: 50px !important;
  }
  .nav .menu .menu-item-has-children::after{
    content: '';
    display: inline-flex;
    position: absolute;
    width: 9px;
    height: 9px;
    background: url('/wp-content/uploads/2023/08/aaa.png') no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  .nav .menu .menu-item-has-children{
    padding-right: 20px;
  }
}
@media (max-width: 980px) { 
  .main-header .main-header__logo-img {
    width: auto !important;
    height: 70px;
  }
}
.breadcrumbs{
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs a,
.breadcrumbs span{
  color: #FFF;
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-left: 3px;
  margin-right: 3px;
}
.price-list-info{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-button {
  text-transform: none !important;
  transition: none !important; 
}
.tab-button:hover{
  font-family:  var(--b1-font-family);
  font-weight:  var(--b1-font-weight);
  font-size: var(--b1-font-size);
  line-height: var(--b1-line-height);
  letter-spacing: var(--b1-letter-spacing);
  padding: var(--b1-padding);
  color: var(--b1-color);
  width: var(--b1-width);
  max-width: var(--b1-max-width);
  height: var(--b1-height);
  background-color: var(--b1-background-color);
  border-radius: var(--b1-border-radius);
  border: var(--b1-border);
  box-shadow: var(--b1-box-shadow);
  text-transform: var(--b1-text-transform);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: none !important; 
  cursor: pointer;
}
.price-list--hidden{
  display: none;
}
.tab-button:not(.tab-button--active){
  border: 2px #0E3F52 solid !important;
  color: #0E3F52 !important;
  background: transparent !important;
  transition: none !important; 
}
.tab-button:last-child{
  margin-left: -10px;
}
.price-list__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(17, 52, 68, 0.12);
  padding-bottom: 20px;
}
/* .price-list__row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(17, 52, 68, 0.12);
  transform: translateY(-50%);
  z-index: -1;
} */
.price-list__row:first-child .text {
  color: var(--orange, #628462);
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.price-list:not(.price-list--hidden){
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.price-list__row:first-child .text:before{
  display: none !important;
}
.price-list__row .text:first-child{
  font-weight: 700 !important;
}
.price-list__row .text {
  flex: 1;
  text-align: center;
  position: relative;
}
.price-list__row .text:first-child::before{
  display: none !important;
}
.price-list__row .text:first-child{
  text-align: left !important;
}
.price-list__row .text:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 10px;
  background-color: rgba(17, 52, 68, 0.12);
}
.price-list__row .text:before {
  left: 10px; 
}
.price-list__row .text:after {
  right: 10px; 
}
.bg5.card{
  background-color: #fff;
  padding: 50px;
}
.btn-wrap{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
.icon-card{
  padding: 40px;
  background-color: #fff;
}
.icon-card__icon{
  max-width: 44px;
}
@media(max-width: 980px){
  .price-list .text{
    font-size: 12px !important;
  }
  .tab-button{
    font-size: 14px !important;
    padding: 8px 15px !important;
  }
  .bg5.card{
    background-color: transparent;
    padding: 0px;
  }
}
.grid-sm{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.icon-card--transparent{
  background-color: transparent;
}
.grid-2 p{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.wpcf7-spinner{
  display: none !important;
}
.tel-link{
  color: #89C542 !important; 
}
.download-link{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  background: #fff;
  padding: 40px;
}
.download-link .b1{
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}



/* member area */
@media only screen and (min-width: 576px){
.sptp-list-style .sptp-member-avatar-area {
    width: 45% !important;
  }
}
@media(max-width: 980px){
  .download-link{
    padding: 20px;
  }
}
.sptp-member-name .sptp-name a{
  font-family: Cairo !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 140% !important; 
  text-transform: uppercase;
  color: #0E3F52 !important;
  text-align: left !important;
}
.sptp-member-name .sptp-name,
.sptp-read-more-button{
  text-align: left !important;
}
.sptp-member .sptp-member-desc{
  display: none !important;
}
.sptp-read-more-button .sptp-member-read-more-button {
  font-family:  var(--b1-font-family) !important;
  font-weight:  var(--b1-font-weight) !important;
  font-size: var(--b1-font-size) !important;
  line-height: var(--b1-line-height) !important;
  letter-spacing: var(--b1-letter-spacing) !important;
  padding: var(--b1-padding) !important;
  color: var(--b1-color) !important;
  width: var(--b1-width) !important;
  max-width: var(--b1-max-width) !important;
  height: var(--b1-height) !important;
  background-color: var(--b1-background-color) !important;
  border-radius: var(--b1-border-radius) !important;
  border: var(--b1-border) !important;
  box-shadow: var(--b1-box-shadow) !important;
  text-transform: var(--b1-text-transform) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all .3s !important;
}
.sptp-read-more-button .sptp-member-read-more-button:hover{
  color: var(--b1-color-hover) !important;
  background-color: var(--b1-background-color-hover) !important;
  border-radius: var(--b1-border-radius-hover) !important;
  border: var(--b1-border-hover) !important;
  box-shadow: var(--b1-box-shadow-hover) !important;
  transition: all .3s !important;
}
.sptp-read-more-button .sptp-member-read-more-button{
  background: #fff !important;
  border: 2px solid #628462 !important;
  color: #628462 !important;
}
.sptp-read-more-button .sptp-member-read-more-button .arrow{
  background: #628462 !important;
}
.sptp-read-more-button .sptp-member-read-more-button:hover{
  background: #628462 !important;
  border: 2px solid #628462 !important;
  color: #fff !important;
}
.sptp-list-style{
  align-items: center !important;
}
/* kazda strona */
.bg-custom{
  -webkit-clip-path: polygon(0 0%, 100% 0%,234% 125%,102% 68%,107% 117%,98% 92%,100% 95%,93% 99%,89% 94%,85% 100%, 82% 94%,80% 97%,75% 90%,58% 101%,87% 123%,58% 100%,52% 94%,50% 94%,46% 85%,40% 99%,37% 88%,31% 102%,44% 111%,28% 97%,10% 105%,23% 103%,17% 94%,11% 91%,0% 99%,0 109%,0% 100%);
  clip-path: polygon(0 0%, 100% 0%,234% 125%,102% 68%,107% 117%,98% 92%,100% 95%,93% 99%,89% 94%,85% 100%, 82% 94%,80% 97%,75% 90%,58% 101%,87% 123%,58% 100%,52% 94%,50% 94%,46% 85%,40% 99%,37% 88%,31% 102%,44% 111%,28% 97%,10% 105%,23% 103%,17% 94%,11% 91%,0% 99%,0 109%,0% 100%);
}

@media(max-width: 980px){
  .bg-custom{
    -webkit-clip-path: polygon(0 0%, 100% 0%,100% 100%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
    clip-path: polygon(0 0%, 100% 0%,100% 100%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
  }
  }

.bg-custom{
  box-shadow: inset 0 0 0 10000px rgba(14, 63, 82,.94);
}


/* strona główna pomarańczowe tło */
.bg-orange{
  box-shadow: inset 0 0 0 10000px rgba(199, 93, 7, 0.75);
  background-size: cover;
  background-position: center bottom;
  padding-top: 240px;
  padding-bottom: 220px;
  -webkit-clip-path: polygon(0 3.5%, 2% 3%,7.5% 3.5%, 8% 3.7%, 8.5% 4%, 11.5% 3.1%,12% 3%,12.5% 3.1%, 15% 4%,17.7% 2.1%,18% 2%, 19.5% 2.5%,23% 3%, 28% 3%,29% 3.5%, 31% 4%,32% 5%,34.5% 3.2%,35% 3%,36% 3.3%,39% 5%, 48% 0,50% 1%,52.5% 1%,53% 1.1%,58% 5%, 60% 4.7%,63.5% 3%,64% 3.1%,64.5% 3%,65% 3.2%, 66% 3.1%,69% 4%,70% 4.3%,73% 5%,75% 4.6%,77% 4.3%,77.6% 4.1%,78% 4%,79% 4.6%,80% 5%,80.5% 4.8%,83% 3%,85% 3.7%,86% 3.5%,87% 3.7%,88% 3%,93% 3.7%, 94% 2.7%, 95% 3%,96% 2.9%,100% 3.5%, 100% 100%,98% 98%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
  clip-path: polygon(0 3.5%, 2% 3%,7.5% 3.5%, 8% 3.7%, 8.5% 4%, 11.5% 3.1%,12% 3%,12.5% 3.1%, 15% 4%,17.7% 2.1%,18% 2%, 19.5% 2.5%,23% 3%, 28% 3%,29% 3.5%, 31% 4%,32% 5%,34.5% 3.2%,35% 3%,36% 3.3%,39% 5%, 48% 0,50% 1%,52.5% 1%,53% 1.1%,58% 5%, 60% 4.7%,63.5% 3%,64% 3.1%,64.5% 3%,65% 3.2%, 66% 3.1%,69% 4%,70% 4.3%,73% 5%,75% 4.6%,77% 4.3%,77.6% 4.1%,78% 4%,79% 4.6%,80% 5%,80.5% 4.8%,83% 3%,85% 3.7%,86% 3.5%,87% 3.7%,88% 3%,93% 3.7%, 94% 2.7%, 95% 3%,96% 2.9%,100% 3.5%, 100% 100%,98% 98%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
}


/* strona główna hero */
.bg3{
  -webkit-clip-path: polygon(0 0%, 100% 0%,100% 100%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
  clip-path: polygon(0 0%, 100% 0%,100% 100%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
}


/* strona główna pomaranczowy */
.bg2-after{
  -webkit-clip-path: polygon(0 3.5%, 2% 3%,7.5% 3.5%, 8% 3.7%, 8.5% 4%, 11.5% 3.1%,12% 3%,12.5% 3.1%, 15% 4%,17.7% 2.1%,18% 2%, 19.5% 2.5%,23% 3%, 28% 3%,29% 3.5%, 31% 4%,32% 5%,34.5% 3.2%,35% 3%,36% 3.3%,39% 5%, 48% 0,50% 1%,52.5% 1%,53% 1.1%,58% 5%, 60% 4.7%,63.5% 3%,64% 3.1%,64.5% 3%,65% 3.2%, 66% 3.1%,69% 4%,70% 4.3%,73% 5%,75% 4.6%,77% 4.3%,77.6% 4.1%,78% 4%,79% 4.6%,80% 5%,80.5% 4.8%,83% 3%,85% 3.7%,86% 3.5%,87% 3.7%,88% 3%,93% 3.7%, 94% 2.7%, 95% 3%,96% 2.9%,100% 3.5%, 100% 100%,98% 98%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
  clip-path: polygon(0 3.5%, 2% 3%,7.5% 3.5%, 8% 3.7%, 8.5% 4%, 11.5% 3.1%,12% 3%,12.5% 3.1%, 15% 4%,17.7% 2.1%,18% 2%, 19.5% 2.5%,23% 3%, 28% 3%,29% 3.5%, 31% 4%,32% 5%,34.5% 3.2%,35% 3%,36% 3.3%,39% 5%, 48% 0,50% 1%,52.5% 1%,53% 1.1%,58% 5%, 60% 4.7%,63.5% 3%,64% 3.1%,64.5% 3%,65% 3.2%, 66% 3.1%,69% 4%,70% 4.3%,73% 5%,75% 4.6%,77% 4.3%,77.6% 4.1%,78% 4%,79% 4.6%,80% 5%,80.5% 4.8%,83% 3%,85% 3.7%,86% 3.5%,87% 3.7%,88% 3%,93% 3.7%, 94% 2.7%, 95% 3%,96% 2.9%,100% 3.5%, 100% 100%,98% 98%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
}



.gory .wp-block-heading{
  padding-top: 100px;
}

.gory{
  -webkit-clip-path:polygon(0 10%, 5% 12%,8.5% 9%, 11% 12%, 9.5% 13%, -3.5% 14%,0% 11%,10.5% 12.1%, 13% 6%,24.7% 9%,27% 13%,64.5% 18.5%,28% 19%,4% 25%,29% 14.5%,15% 25%,24% 16%,31.5% 7.2%,39% 15%,8% 27.3%,32% 17%,16% 17%,114% 16%,78% 27%,51.5% 23%,-39% 155.1%,29% 19%,38% 10%,47% 0.7%,48% 4%,52% 4%,214.5% 385%,-65% 49.1%,186.5% -6%,81% 54.2%, 119% 82.1%,90% 78%,102% 46.3%,117% 215.6%,-53% 193.3%,63.6% 6.1%,84% 45%,63% 17.6%,76% 8%,79.5% 2.8%,88% 8%,97% 16.7%,84% 12.5%,83% 5.7%,88% 0%,86% -1.3%, 92% 2.7%,97% 4%,101% 7.9%,103% 1.5%, 100% 100%,0 100%);
  clip-path:polygon(0 10%, 5% 12%,8.5% 9%, 11% 12%, 9.5% 13%, -3.5% 14%,0% 11%,10.5% 12.1%, 13% 6%,24.7% 9%,27% 13%,64.5% 18.5%,28% 19%,4% 25%,29% 14.5%,15% 25%,24% 16%,31.5% 7.2%,39% 15%,8% 27.3%,32% 17%,16% 17%,114% 16%,78% 27%,51.5% 23%,-39% 155.1%,29% 19%,38% 10%,47% 0.7%,48% 4%,52% 4%,214.5% 385%,-65% 49.1%,186.5% -6%,81% 54.2%, 119% 82.1%,90% 78%,102% 46.3%,117% 215.6%,-53% 193.3%,63.6% 6.1%,84% 45%,63% 17.6%,76% 8%,79.5% 2.8%,88% 8%,97% 16.7%,84% 12.5%,83% 5.7%,88% 0%,86% -1.3%, 92% 2.7%,97% 4%,101% 7.9%,103% 1.5%, 100% 100%,0 100%);
}

.home-offer__item:hover::before {
  transition: all .3s;
  background: rgba(98, 132, 98, 0.75);
}
.home-offer__item::before{
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  transition: all .3s;
}


.ls-background-videos{
  -webkit-clip-path: polygon(0 0%, 100% 0%,100% 100%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
  clip-path: polygon(0 0%, 100% 0%,100% 100%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
}

.n2-section-smartslider{
  -webkit-clip-path: polygon(0 0%, 100% 0%,100% 100%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
  clip-path: polygon(0 0%, 100% 0%,100% 100%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
}


.ls-background-videos{
  position:relative;
}
.ls-background-videos::before{
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 63, 82,.94);
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 2;
}

/* single post */

.single-post h2{
  font-family: "Cairo";
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 126.5%; /* 44.275px */
text-transform: uppercase;
padding-bottom: 10px;
}

.single-post{
  background-color: #F9F9F9;
}

.wp-block-media-text{
  background-color: #fff;
}


.center-column{
  justify-content: center;
}

 
 
.bcg-position{
  background-position: center;
}

.btn-center{
  justify-content: center;

}

.custom-html-widget>a{
  display: flex;
  color:#fff;
}

.custom-html-widget>b{
  font-weight: 700;
  color:#fff;
}

.widget-title{
    color: #fff;
    font-weight: 800;
    padding-bottom: 10px;
}

.postid-477 .space{
  background-color: #fff;
}

.postid-477 .tlo-123{
  background-color: #fff;
}

.instagram-awesome-social {
  background:  #f09433 !important;
  
  border-color: #f09433;
}

/* kontakt */
.contact-icon {
  display: flex;
}

.contact-icon__icon {
  width: 36px;
  margin-right: 14px;
}


.acf-gallery {
  display:grid;
  grid-gap:1.5rem;
  grid-template-columns:repeat(auto-fill, minmax(30ch, 1fr));
  margin:var(--wp--preset--spacing--lg) auto;
  max-width:var(--wp--style--global--content-size);
}




.footer__social .custom-html-widget{
  display: flex !important;
}


@media(min-width: 981px){
  .nav .menu .sub-menu .menu-item{
    padding-right: 15px;
  }
  .menu-item-has-children .menu-item-has-children .sub-menu{
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .menu-item-has-children .menu-item-has-children {
    position: relative !important;
  }

.wp-block-details{
  padding: 10px 0px;
}

.wp-block-details > p{
  padding-top: 10px;
}

.menu-item-has-children .menu-item-has-children:hover .sub-menu{
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute;
    top: 0 !important;
    right: calc(-100% - 20px) !important;
    left: unset !important;
  }
}
@media(min-width: 769px){
  .h3.blog-title{
    font-size: 22px !important;
    line-height: 25px !important;
    height: 75px !important;
    overflow: hidden;
  }
}

.thickbox {
  position: relative;
}

.thickbox::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.thickbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col-l{
  padding-left: 20px;
}


.bg-green {
  box-shadow: inset 0 0 0 10000px rgba(43, 102, 51, 0.75);
  background-size: cover;
  background-position: center bottom;
  padding-top: 240px;
  padding-bottom: 220px;
}


/* strona główna zielone tło */
.bg-green{
  box-shadow: inset 0 0 0 10000px rgba(43, 102, 51, 0.75);
  background-size: cover;
  background-position: center bottom;
  padding-top: 240px;
  padding-bottom: 220px;
  -webkit-clip-path: polygon(0 3.5%, 2% 3%,7.5% 3.5%, 8% 3.7%, 8.5% 4%, 11.5% 3.1%,12% 3%,12.5% 3.1%, 15% 4%,17.7% 2.1%,18% 2%, 19.5% 2.5%,23% 3%, 28% 3%,29% 3.5%, 31% 4%,32% 5%,34.5% 3.2%,35% 3%,36% 3.3%,39% 5%, 48% 0,50% 1%,52.5% 1%,53% 1.1%,58% 5%, 60% 4.7%,63.5% 3%,64% 3.1%,64.5% 3%,65% 3.2%, 66% 3.1%,69% 4%,70% 4.3%,73% 5%,75% 4.6%,77% 4.3%,77.6% 4.1%,78% 4%,79% 4.6%,80% 5%,80.5% 4.8%,83% 3%,85% 3.7%,86% 3.5%,87% 3.7%,88% 3%,93% 3.7%, 94% 2.7%, 95% 3%,96% 2.9%,100% 3.5%, 100% 100%,98% 98%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
  clip-path: polygon(0 3.5%, 2% 3%,7.5% 3.5%, 8% 3.7%, 8.5% 4%, 11.5% 3.1%,12% 3%,12.5% 3.1%, 15% 4%,17.7% 2.1%,18% 2%, 19.5% 2.5%,23% 3%, 28% 3%,29% 3.5%, 31% 4%,32% 5%,34.5% 3.2%,35% 3%,36% 3.3%,39% 5%, 48% 0,50% 1%,52.5% 1%,53% 1.1%,58% 5%, 60% 4.7%,63.5% 3%,64% 3.1%,64.5% 3%,65% 3.2%, 66% 3.1%,69% 4%,70% 4.3%,73% 5%,75% 4.6%,77% 4.3%,77.6% 4.1%,78% 4%,79% 4.6%,80% 5%,80.5% 4.8%,83% 3%,85% 3.7%,86% 3.5%,87% 3.7%,88% 3%,93% 3.7%, 94% 2.7%, 95% 3%,96% 2.9%,100% 3.5%, 100% 100%,98% 98%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
}

@media(min-width: 981px){
  .contact-info .card{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .contact-form.col-r{
    margin-left: -50px;
  }
  .col-l{
    padding-left: 200px;
  }
}