

/* *************************************************************************************************
  Variables
************************************************************************************************* */
:root{
  /* -- Colors -- */
  --color-main-background:#fff;
  --color-main-light:#eee;
  --color-main-1:#FFCC00;
  --color-main-1-transparent:#E5008088;
  --color-main-2:#555;
  --color-main-3:#0066CC;
  --color-main-light-frame:#888;
  --color-main-light-gray:#f5f5f5;
  --color-main-gray:#888;
  --color-main-d1:#fff;

  --color-btn-action-bg:var(--color-main-1);
  --color-btn-action-font:#000;
  --color-btn-action-bg-hv:var(--color-main-2);
  --color-btn-action-font-hv:#fff;
  
  /* -- Shadows -- */
  --shadow-default:0px 0px 10px 0px #00000033;
  --default-shadow:var(--shadow-default);

  /* -- Texts -- */  
  --text-color-general:#333;
  --text-color-light:#666;
  --text-color-links:var(--color-main-2);

  /* -- Font & sizes -- */
  --font-size-defaut-text:17px;
  --font-size-defaut-text-small:16px;
  --default-font:Raleway;
  --default-font-2:Monsterrat;
  --default-font-3:Raleway;

  /* -- ... -- */
  --default-margin:15px;  
  --default-radius:5px;

  --color-1-bg:var(--color-main-1);
  --color-1-color:#fff;
  --color-2-bg:var(--color-main-2);
  --color-2-color:#333;
  --color-3-bg:var(--color-main-2);
  --color-3-color:#333;
 
  --default-transition:all 300ms ease;
}  

:root{
  --default-margin-big:calc( 10 * var( --default-margin ) );
  --max-cnt-width:calc(100% - 2 * var(--default-margin-big) );
}

@media all and ( max-width: 1024px ),
       all and ( max-height: 600px ){
  :root{    
    --default-margin-big:10px;
    --default-margin-big:calc( 5 * var( --default-margin ) );
  }
}

@media all and ( max-width: 800px ),
       all and ( max-height: 560px ){
  :root{    
    --default-margin-big:10px;
    --default-margin-big:calc( 3 * var( --default-margin ) );
  }
}

@media all and ( max-width: 480px ),
       all and ( max-height: 480px ){
  :root{    
    --default-margin-big:calc( 1 * var( --default-margin ) );
  }
}

hr {
  height:0px;
  border:0px;
  border-bottom:dotted 1px #666;
}

select {
  width: 100%;
  height: 35px;
}

h1, h2{
  margin:0px;
}

/******************************************************************************************************
* KSI-module
*******************************************************************************************************/

.ksi-button
{
  background:var(--color-btn-action-bg-hv);
  color:var(--color-btn-action-font-hv);  
  transition:all 250ms ease;
  font-family:var(--default-font);  
  cursor:pointer;
  border-radius:var(--default-radius);
  padding:8px 25px;
  transition:all 300ms ease;
  display:inline-block
}

.ksi-button:hover{
  background:var(--color-btn-action-bg);
  color:var(--color-btn-action-font);  
}

.ksi-module-container:before{
  all:unset;
}

.ksi-module-container{
}


.ksi-module-container input{
  box-sizing:border-box;
}

.ksi-module-container select{
  box-sizing:border-box;
}

.ksi-module-container textarea{
  box-sizing:border-box;
}

.ksi-module{
  font-weight:normal;
  width:100%;
  margin:auto;
  padding:0px;
}

.ksi-module div{
  box-sizing:border-box ;
}

.ksi-module span{
  box-sizing:border-box ;  
}

.ksi-module input{
  box-sizing:border-box ;
}

.ksi-module-title{
  font-weight: normal;  
  text-align:center;
  font-family: var(--default-font-3);
  font-size:34px;
  background-color:var(--color-main-1);
  line-height:1;
  color:#fff;
  box-sizing: border-box;
  padding:35px;
  margin-bottom:30px;
}

.ksi-module-content{
  padding:var(--default-margin) 0px;
  color:#555;
  background:#fff;
  max-width:var(--max-cnt-width);
  margin:auto;
  padding:var(--default-margin);
  margin:calc( 2 * var(--default-margin)) auto;
}

.ksi-module-content h2{
  font-family: var(--default-font-3);
  font-size:25px;
  font-weight:bold;
  padding:0px;
  width:100%;
  margin:20px auto;
}

.ksi-module-content h3, .ksi-module-content h4, .ksi-module-content h5{
  font-family: var(--default-font-3);
  font-size:22px;
  padding:var(--default-margin) 0px;
  width:100%;
  margin:var(--default-margin) auto;
}


.ksi-module-content p, .ksi-module-content ul, .ksi-module-content ol{
  width:100%;
  margin:var(--default-margin) auto;
  line-height:1.5;
  color:#333;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .ksi-module-container{
    margin:0px var(--default-margin);
  }
  
  .ksi-module-title{
    margin:0px calc(-1 * var(--default-margin));
    padding:25px;
  }  
}

@media screen and (max-width: 640px) {
  .ksi-module-container{
    padding-top:0px;
    padding-bottom:0px;
  }

  .ksi-module-title{
    font-size:22px;
    padding:15px;
  }

  .ksi-module-content h2{
    font-size:20px;
  }

  .ksi-module-content h3, .ksi-module-content h4, .ksi-module-content h5{
    font-size:18px;
  }

}

/******************************************************************************************************
* ???
*******************************************************************************************************/


.ksi-offer-desc-title{
  font-size:14px;
  padding:0px;
  margin:10px 0px 10px 0px;
  font-weight:bold;
  color:#414141;
}

.ksi-offer-desc{
  font-size:14px;
  padding:0px;
  margin:0px;
  color:#414141;
}


.dps{
  float:left;
  border: 1px solid #E5E5E5 !important;
}

.dpsYear{
  width:25%;
}

.dpsMonth{
  margin-left:10px;
  margin-right:10px;
  width:calc(55% - 20px);
}

.dpsDay{
  width:20%;
}

@media screen and (max-width: 575px) {

  .dpsYear{
    width:40%;
  }

  .dpsMonth{
    margin-left:0px;
    margin-right:0px;
    width:35%;
  }

  .dpsDay{
    width:25%;
  }

}



/******************************************************************************************************
* przełącznik kalendarz / tabela w ofercie
*******************************************************************************************************/

.trpcal{
  padding-top:5px;
  padding-bottom:15px;
  overflow:hidden;
}
.trpcal-title{
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  float: right;
  margin-right: 15px;
}
.trpcal-switch{
  float:right;
  font-size:12px;
  height:28px;
  overflow:hidden;
  border-radius:13px;
  border:solid 1px #888 ;
  background:#fafafa;
  cursor:pointer;
  box-sizing: border-box;
}

.trpcal-switch:hover{
  background:#fff;
}

.trpcal-switch span{
  color:#bbb;
}

#trpcal-dates, #trpcal-calendar {
  margin: 3px;
  height: 20px;
  border-radius: 20px;
  border: 0px;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
}

.trpcal-active {
  transition:1s;
  background:var(--color-btn-action-bg) !important;
  color:var(--color-btn-action-font) !important;
}


/***************************************************************************************************************
  Sekcja okienka Cookie
*/

.cookie-info-box{
  box-sizing:border-box;
  background:rgba(0,0,0,0.7);
  position: fixed;
  bottom: 0px;
  z-index:9999999999;
  padding:20px;
  width: 100%;
  box-sizing:border-box;
}

.cookie-info-text{
  box-sizing:border-box;
  color: #fff;
  font-size:14px;
  margin-right:20px;
  float:left;
  width:calc(100% - 150px);
}

.cookie-info-btn{
  box-sizing:border-box;
  background: #ff6600;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 16px;
  line-height: 22px;
  padding: 8px;
  margin-top:10px;
}

@media all and ( max-width: 640px ) {
  .cookie-info-text{
    width:100%;
  }
}


/************************************************************
  Global styles
************************************************************/
div{
  box-sizing: border-box;
  line-height:1.5;
}

html {
  scroll-behavior:smooth;
  transition: all 300ms ease;
}

body{
  margin:0px;
  padding:0px;
  border:0px;
  box-sizing: border-box;
  background:#eee;
  font-family: var(--default-font);
  font-weight: 400;
  font-size: var(--font-size-defaut-text);
}

::selection {
  color: #000;
  background: var(--color-main-1);
}

section{
  clear:both;
}

a{
  text-decoration: none;
}

.ui-clear,
.sk-clear{
  clear:both;
  width:100%;
  box-sizing:border-box;
  height:0px;
}

.ui-abs-center{
  position:absolute;
  top:50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);
}

/************************************************************
  Skin
************************************************************/

.sk-row{
  max-width: var(--max-cnt-width);
  margin: auto;
  padding:0px;
  box-sizing:border-box;
}

@media screen and (max-width: 1024px) {
  .hide-1024{
    display:none;
  }  
}

@media all and ( max-width: 319px ){
  body{
    zoom:0.75;
  }
}

@media all and ( max-width: 239px ){
  body{
    zoom:0.5;    
  }
}

@media all and ( max-width: 160px ){
  body{
    zoom:0.25;
  }
}

/************************************************************
  KSI - logo
************************************************************/


@keyframes sk-ksi-anim-exp{
    0% {transform:scale(1);opacity:1;}
  100% {transform:scale(4);opacity:0;}
}

.ksi{
  position:relative;
  height:27px;
  line-height:27px;
  font-size:14px;
  color:#333;
  float:right;
  transition:var(--default-transition);
}

.ksi img{
  height:21px;
  width:21px;
  position:relative;
  top:6px;
  transition:all 300ms ease-out;
}

#ksi-img{
  display:inline-block;
  width:unset;
  float:unset;
  position:relative;
}

#ksi-img:before{
  position:absolute;
  display:block;
  content:'';
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-image:url(/skin/img/KSI-red.svg);
  background-repeat:no-repeat;
  background-size:21px 21px;
  background-position:0px 6px;
  opacity:1;
}

.ksi:hover #ksi-img:before{
  animation-name: sk-ksi-anim-exp;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;  
}

@media all and ( max-width: 1340px ){
  .ksi{
    margin-right:65px;
  }
}

@media all and ( max-width: 720px ){
  .ksi{
    margin-right:0px;
  }
}

/* *************************************************************************************************
  Page return UP
************************************************************************************************* */

@keyframes ui-up-arrow-anim{
   0% { transform:scale( 1.0, 1.0 ) }
  20% { transform:scale( 0.6, 1.4 ) }
  40% { transform:scale( 1.3, 0.7 ) }
  60% { transform:scale( 0.8, 1.2 ) }
  80% { transform:scale( 1.1, 1.00 ) }
  100%{ transform:scale( 1, 1 ) }
}


#ui-up-arrow{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #FFD02466;
  padding: 0px;
  text-decoration: none;
  font-size: 40px;
  color: #033;
  opacity:0.5;
  /* border:solid 1px #00ccff66; */
  border-radius:25px;
  /* box-shadow:var(--default-shadow); */
  display:none;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  box-sizing:border-box;
  z-index:99999;
  background-image:url('skin/img/up-arrow.svg');
  background-position:center;
  background-size:36px 36px;
  background-repeat:no-repeat;
  cursor:pointer;
}

#ui-up-arrow:hover{
  opacity: 1;
  animation-name: ui-up-arrow-anim;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;  
}


/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(/skin/fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

.ksi-module-content.seoContent>h1,
.ksi-module-content.seoContent>h2,
.ksi-module-content.seoContent>h3,
.ksi-module-content.seoContent>h4,
.ksi-module-content.seoContent>p,
.ksi-module-content.seoContent>ul,
.ksi-module-content.seoContent>ol,
.ksi-module-content.seoContent>div,
.ksi-module-content.seoContent>span
{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}

.ksi-module-content.seoContent>h3{
  margin-top:15px;
  margin-bottom:0px;
}

.ksi-module-content.seoContent{
  padding-bottom:calc( 6 * var(--default-margin));
  padding-top:calc( 3 * var(--default-margin));
}

.ksi-module-content.seoContent>p{
  margin:calc( var(--default-margin) * 4 ) auto;
}

.ksi-module-content.seoContent>h2{
  margin-top:calc( var(--default-margin) * 4 );
  margin-bottom:calc( var(--default-margin) * 1 );
  font-size:26px;
}

@media all and ( max-width: 1600px ){
  .ksi-module-content.seoContent{
    padding-left:calc( var(--default-margin) * 4 );
    padding-right:calc( var(--default-margin) * 4 );
  }
}

@media all and ( max-width: 540px ){
  
  .ksi-module-content.seoContent>h1{
    font-size:26px;
  }

  .ksi-module-content.seoContent>h2{
    font-size:22px;
  }

  
  .ksi-module-content.seoContent{
    padding-left:calc( var(--default-margin) * 2 );
    padding-right:calc( var(--default-margin) * 2 );
  }
}

@media all and ( max-width: 390px ){
  .ksi-module-content.seoContent{
    padding-left:calc( var(--default-margin) );
    padding-right:calc( var(--default-margin) );
  }
}

.seoContent{
}

.seoContent a,
.seoContent a:visited{
  transition:all 250ms ease;
}

.seoContent .link{
  --font-weight:bold;
  color:#333;
  text-decoration:underline;
}
.seoContent .link:hover{
  color:#f60;  
}

.seoContent p,
.seoContent li{
  line-height:1.8;  
}

.seoContent p,
.seoContent pre,
.seoContent ul,
.seoContent ol,
.seoContent h1,
.seoContent h2,
.seoContent h3,
.seoContent h4,
.seoContent h5,
.seoContent h6{
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
  font-family:'Raleway', 'Lato', 'Verdana', 'Arial';
}

.seoContent h3,
.seoContent h4,
.seoContent h5{
  margin-top:calc( 2 * var(--default-margin) );
}


.seoContent pre.code{
  background:#444444;
  color:#eeee44;
  padding:20px;
  overflow:auto;
  border-radius:4px;
  font-family:Courier;
  font-size:16px;
}

.seoContent p.result{
  background:#f0f0f0;
  color:#444;
  padding:20px;
  overflow:auto;
  border-radius:4px;
}


.seoContent hr{
  margin-top:15px;
  margin-bottom:15px;  
  border:0px;
  border-bottom:dotted 1px #bbb;
  height:1px;
}

.seoContent h1{ 
  font-weight:400;
  padding:10px 0px;
  margin-bottom:30px;
  border-bottom:dotted 1px #888;
}

.seoContent h2{
  margin-top:30px;
  margin-bottom:15px;
  padding-bottom:10px;
  font-size: 22px;
  font-weight:400;
  border-bottom:dotted 1px #ccc;
}

.seoContent textarea{
  padding:10px;
  border: solid 1px #bbb;
  border-radius:5px;  
}

.seoContent .button{
  padding:8px 25px;
  display:inline-block;
  margin:10px 0px;
  background:#ffffff;
  color:#333;
  transition:all 250ms ease;
  border:solid 1px #cccccc;
  border-radius:3px;
}

.seoContent .button:hover{
  background:#eeeeee;
  color:#000;
}

.seoContent-imageContainer{
  box-sizing:border-box;
  width:100%;
  display:block;
  margin-top:15px;
  margin-bottom:45px;
  display:block;
  text-align:center;
  overflow:hidden;
  height:360px;
  border-radius:4px;
}

@media all and ( max-width: 560px ) {
  .seoContent-imageContainer{  
    width:100%;
    height:200px;
  }
}


.seoContent-image{
  width:100%;
  height:100%;  
  object-fit: cover;
}





.seoContent-button{
  padding:10px;
  margin:10px;
  background:var(--color-btn-action-bg);
  color:var(--color-btn-action-font);
  border-radius:5px;
  cursor:pointer;
  display:block;
  transition:var(--default-transition);
}

.seoContent-button:hover{
  background:var(--color-btn-action-bg-hv);
  color:var(--color-btn-action-font-hv);
}



/*
  ksi-subpages
*/
.seoContent-subPages{
  margin-top:10px;
  margin-bottom:10px;
  width:100%;
  overflow:hidden;
  
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-gap:20px 20px;  
  grid-auto-rows:minmax(250px, auto);  
}

.seoContent-subPagesItem{
  box-sizing:border-box;  
  float:left;  
  cursor:pointer;
  display:block;
  border-bottom: dotted 1px #bbb;
  color:#888;
  position:relative;
  height:250px;
}

@media all and ( max-width: 1024px ) {
  .seoContent-subPages{
    grid-template-columns:1fr 1fr;
  }
}

@media all and ( max-width: 640px ) {
  .seoContent-subPages{
    grid-template-columns:1fr;
  }
}


.seoContent-subPagesItem:hover{
  background: #f60;
  color:#fff;
  opacity:0.9;
  filter: grayscale(100%);
}

.seoContent-subPagesItem-image-cnt{
  display:block;
  height:100%;
  width:100%;  
  box-sizing:border-box;
}

.seoContent-subPagesItem-image{
  width:100%;
  height:100%;  
  object-fit: cover;
}

.seoContent-subPagesItem-info{
  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
  box-sizing: border-box;
  display:block;
  width:100%;
  overflow:hidden;
  text-align:center;
  padding:15px;
  background:#00000088;
  color:#fff;  
}



.seoContent-news-list{
  clear:both;
  width:100%;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-gap:calc( 2 * var(--default-margin) ) calc( 2 * var(--default-margin) );
  margin-bottom:calc( 2 * var(--default-margin) ) ;
}

.seoContent-news-list .item{
  display:block;
  width:100%;
  box-sizing:border-box;
  overflow:hidden;
  border-radius:var(--default-radius);
  position:relative;
  height:420px;
  filter:grayscale(0.4);
  transition:var(--default-transition);
  box-shadow:var(--default-shadow);
}

.seoContent-news-list .item:hover{
  filter:grayscale(0);
  box-shadow:0px 0px 15px 0px #00000099;
}

.seoContent-news-list .item .image-cnt{
  position:absolute;
  top:0px;
  left:0px;
  box-sizing:border-box;
  width:100%;
  height:100%;
  overflow:hidden;
}

.seoContent-news-list .item .image{
  position:absolute;
  top:0px;
  left:0px;
  box-sizing:border-box;
  width:100%;
  height:100%;
  object-fit:cover;
}

.seoContent-news-list .item .txt{
  position:absolute;
  bottom:0px;
  left:0px;
  box-sizing:border-box;
  width:100%;
  padding:calc( 2 * var(--default-margin));
  text-align:center;
  object-fit:cover;
  background:#00000088;
  transition:var(--default-transition);
}

.seoContent-news-list .item:hover .txt{
    background:#000000aa;
}


.seoContent-news-list .item .txt h2{
  font-size:25px;
  color:#fff;
  margin:0px;
  padding:0px;
  margin-bottom:10px;
}

.seoContent-news-list .item .txt .info{
  font-size:18px;
  color:var(--color-main-1) ;
  display:inline-block;
  min-height:40px;
}

@media all and ( max-width: 760px ){
  .seoContent-news-list .item .txt{
	padding:calc( 1 * var(--default-margin));
  }
  
  .seoContent-news-list .item .txt h2{
    font-size:23px;
  }

  .seoContent-news-list .item .txt .info{
    font-size:17px;
  }

  .seoContent-news-list{
    display:block;
    grid-template-columns:1fr;
	grid-gap:calc( 1 * var(--default-margin) ) calc( 1 * var(--default-margin) );
  }
  
  .seoContent-news-list .item{
	margin-bottom:var(--default-margin);
  }

}


header .logo{
  position:absolute;
  top:0px;
  left:0px;
  box-sizing: border-box;
  width:100%;
  height:300px;
  right:0px;
  transition:var(--default-transition);
  text-align: left;
  padding-top: calc( 3 * var(--default-margin) );
  padding-left: var(--default-margin-big);
}

header .logo:after{
  display:block;
  content:'blog';
  position:absolute;
  top:91px;
  left:calc( var(--default-margin-big) + 18px ) ;
  font-size:32px;
  color:#ffffffbb;
  font-weight:bold;
  transition:var(--default-transition);
}


header .logo img{
  width:190px;
  height:70px;
}

@media all and ( max-width: 1280px ),
       all and ( max-height: 660px ){
  header .logo img{
    width:160px;
    height:60px;
  }
  header .logo:after{
    top:90px;
    left:calc( var(--default-margin-big) + 15px ) ;
    font-size:26px;
  }  
}


:root{
  --header-height:400px;
}

header{
  height:var(--header-height);
  position:relative;
  background-color:#000;
  font-size:var(--default-font-size);
}

header>picture>img{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  min-height: var(--header-height);
  max-height: var(--header-height);
  object-position: center;
  object-fit: cover;
}

.top-gradient{
  position:absolute;
  top:0px;
  left:0px;
  box-sizing: border-box;
  width:100%;
  height:400px;
  right:0px;
  background: #00000044;
  background: linear-gradient(0deg, #00000000 0%, #000000aa 100%);
  transition:var(--default-transition);
}



.text-cnt{
  position:absolute;
  bottom:60px;
  
  left:var(--default-margin-big) ;
  font-size:30px;
  color:var(--color-main-d1);  
  text-shadow: 0px 0px 3px rgba(66, 68, 90, 1);
  line-height:1.5;
  max-width:calc( 100% - 2 * var(--default-margin-big) );
}

.text-cnt .t1{ font-size:70px;font-weight:900;line-height:1.1; }

@media all and ( max-width: 1280px ),
       all and ( max-height: 660px ){
  .text-cnt .t1{
    font-size:60px;
    font-weight:900;
    line-height:1.1;
  }  
}

@media all and ( max-width: 800px ),
       all and ( max-height: 560px ){
  .text-cnt .t1{
    font-size:45px;
  }
}

@media all and ( max-width: 720px ){
  .text-cnt .t1{ font-size:38 px; }
}



/************************************************************
  Footer - 4 kolumny menu
************************************************************/

.sk-footer-columns-cnt{
  padding: calc(4* var(--default-margin)) 0px;
  background:var(--color-main-1);
}

.sk-footer-columns{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-gap:20px 20px;
  grid-auto-rows:minmax(auto, auto);
}

.sk-footer-column>h2{
  padding:0px;
  margin:0px;
  border:0px;
  font-size:18px;
  margin-bottom:15px;
  color:#000;
  min-height:52px;
  box-sizing:border-box;
}

.sk-footer-column{
  display:block;
  width:100%;
  box-sizing:border-box;
}

.sk-footer-column-phone{
  color:#fff;
  padding-bottom:5px;
  display:block;
}

.sk-menu-bottom{
  display:block;
  width:100%;  
  box-sizing:border-box;
}

.sk-menu-bottom>a{
  display:block;
  width:100%;
  box-sizing:border-box;
  height:32px;
  line-height:32px;
  color:#000;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;  
  transition:all 0.3s ease;
}
.sk-menu-bottom>a:hover{
  text-decoration:underline;
}


@media all and ( max-width: 1180px ){

  .sk-footer-columns{
    grid-template-columns:1fr 1fr;
  }
  
  .sk-footer-column.info{
      padding-top:30px;
      border-top:solid 4px #fff;
      grid-row: 2 / 4;
      grid-column: 1 / 3;
  }


  .sk-footer-column>h2{
    width:100%;
    box-sizing:border-box;
    clear:both;
    padding:calc( 2 * var(--default-margin) ) 0px;
  }
  
  
  .sk-footer-column{
    padding:0px;
    margin:0px;
  }
  
  .sk-menu-bottom>a{
    height:40px;
    line-height:40px;
    margin:0px;
    padding:0px;
    padding-left:25px;    
    background-image:url(/skin/img/arrow-right-white.svg);
    background-size:10px 10px;
    background-position:0px 14px;
    background-repeat:no-repeat; 
    border-bottom:solid 1px #FFFFFF22;
  }
  
  .sk-footer-column.info{
    padding-top:0px;
    margin-top:30px;
  }
    
}

@media all and ( max-width: 680px ){
  .sk-footer-columns{
    display:block;
  }
  .sk-footer-columns{
    grid-template-columns:1fr;
  }
}
