html {
    scroll-behavior: smooth;
  }
body{
    font-family: 'Open Sans', sans-serif;
}
a.btn-hover{
    text-decoration:none;
}
h1{
    color:#3399CC !important;
    text-align:left !important;
    font-weight:700 !important;
    margin-top:40px;
    margin-bottom:20px;
}
a.logo-a{
    padding:0px !important;
}
.right-up img{
    position: relative;
    top:-4%;
    height: 108% !important;
}
.boxik{
    margin-top:30px;
    background:#bbb;
    vertical-align: middle;
    padding:20px 0;
    color:#fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
}
.txt{
    color:#fff;
    font-size:14px;
    vertical-align: middle;
}
.regulamin{
    margin-top:180px;
}
.regulamin p{
    font-size:18px;
}
.txt a{
    color:#3399CC;
    text-decoration: underline;
}
.btn{
    vertical-align: middle;
    position:relative;
    top:10px;
}
span.btn-ok{
    color:#fff;
    background:#3399cc;
    padding:10px 20px;
    font-weight:600;
    font-size:22px;
    border-radius:5px;
    cursor: pointer;
    top: 5px;
    position: relative;

}
.hover{
    display: inline-block;
    float: right;
    position: relative;
    top: 9px;
}
li:before{  
    position: absolute;
    top:3px;
    left:0;
    }
    .logo {
        padding-right: 30px;
    }
    img.logo {
        width: 22%;
    }
p.mg {
    padding-right:15px;
}
p.mg:after {
    right:15px;
}
p.mg-bot{
    padding-right:15px;
}
p.sg {
    padding-left:15px;
}
p.sg:after {
    left:15px;
}
p.sg-bot{
    padding-left:15px;
}
.fourth-section h2 {
    margin-bottom:30px;
    }
    .tlo{
        margin-top:45px;
        margin-bottom: 45px
    }
    .fifth-boxes.row {
        padding-bottom: 0;
        padding-top: 245px;
    }
.head-row{ 
    background:#fff;
    z-index:9999999999;
    padding-bottom:20px;
    text-align:center;
    box-shadow: 0 4px 11px -4px #ddd;
    position: fixed;
}
.third-section.almost.row {
    margin: 80px 0;
}
.head-row a{
    top: 9px;
    position: relative;
    padding: 0px 16px;
    color:#3399cc;
    font-weight:700;
    font-size: 22px;
}
span.btn-head {
    position: relative;
    top: 16px;
    padding: 15px 15px;
    color: #fff;
    background: #3399cc;
    border-radius: 5px;
    margin-left: 30px;
    font-size: 22px;
    font-weight: 700;
}
a.btn-hover {
    color: #fff !important;
    margin-bottom: -11px;
    font-size: 21px;
    display: block;
    padding: 13px 10px 9px !important;
    
}
a.btn-hover:after{
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    width: 50%;
    left: 50%;
    top:-3px;
    transform: translateX(-50%);
    bottom: 0px;
}
    .apteki {
        display:none;
        height: 246px;
        background: #3399cc;
        position: absolute;
        width: 166px;
        top: 50px;
        right: 1px;
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
    }
    .hover{
        position:relative;
    }
    @media (max-width:1430px){
        .apteki {
            display: none;
            height: 157px;
            background: #3399cc;
            position: absolute;
            top: 44px;
            right: 1px;
            border-bottom-left-radius:5px;
            border-bottom-right-radius:5px;
        }
        span.btn-head {
            padding:15px 15px;
            color:#fff !important;
            background:#3399cc;
            border-radius:5px;
            margin-left:40px;
            font-size: 22px;
            font-weight: 700;
            }
    }
    
@media (min-width: 1200px){
.container {
    max-width: 1440px;
}
}
@media (max-width:3000px){
    .apteki {
        display: none;
        height: 200px;
        background: #3399cc;
        position: absolute;
        width: 201px;
        top: 60px;
        right: 0px;
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
    }
    #apt{
        display: block;
        width: 201px;
    }
}
.first-text {
    text-align: right;
    font-size: 29px;
    line-height: 36px;
}
p{
    margin-bottom:10px;
}
h1.heading {
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 50px;
    margin-bottom: 40px;
    text-align:right !important;
    color:#000 !important;
}
.first-section{
        margin-top: 130px;
}
.second-section .border {
    border: 10px solid #e8c850!important;
}
.left-down {
    top: 220px;
    left: -15px;
    position: relative;
}
.left-up {
    position: relative;
    top: 130px;
    left: 70px;
}
.center {
    left: 43%;
    position: relative;
}
.right-down {
    top: 220px;
    position: relative;
}
.right-up {
    position: relative;
    top: 130px;
    right: 70px;
}
.img {
    border-radius: 100%;
    display: flex;
    flex: 0 0 150px;
    height: 150px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 150px;
    vertical-align: middle;
  }
  .img img {
    height: 100%;
  }
  .img__overlay {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .img__overlay:hover {
    opacity: 1;
  }
  .img__overlay {
    text-shadow: 1px 1px 12px #000;
    background-color: rgba(232, 200, 80,0.4);
    color: #fafafa;
    font-size: 24px;
    font-weight:600;
  }
  .fourth-boxes .img__overlay {
    text-shadow: 1px 1px 12px #45b5e0;
  }
  .second-section {
    position: relative;
    top: -100px;
}
.packshot img{
    width:auto;
}
 .second-section .row {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -53px;
    z-index: 9;
}
.packshot{
    vertical-align: bottom;
    position: relative;
    top: 258px;
    float:right;
    right: -70px;
}
.blue {
    height: 240px;
    width: 100%;
    position: relative;
    margin-top: -103px;
    z-index: 0;
    background-image: url(img/belka.png);
    background-position: right;
    background-repeat: no-repeat;
}
.blue {
    background-image: url(img/belka.webp);
}
@media (max-width:1700px) and (min-width:1023px){
    .blue {
        background-position: left;
    }
    .apteki {
        display: none;
        height: 148px;
        background: #3399cc;
        position: absolute;
        width: 168px;
        top: 60px;
        right: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
img.ludki {
    z-index: -2;
    position: relative;
}
.while-text{
    position: relative;
    margin-left:25%;
    top:30px;
    color:#fff;
}
p.top-white {
    font-size: 39px;
    font-weight: 600;
    line-height: 44px;
}
p.bot-white {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    position:relative;

}
p.bot-white a{
    color:#fff;
    position:absolute;
    top:0;
    left:0;
    font-weight: 400;
}
p.bot-white a:hover{
    text-decoration: underline;
}
.center-third{
    text-align:center;
}
.right-third{
    text-align:right;
}
.third-section .border{
    border:10px solid #ddd !important;
    border-radius:50%;
    transition: 0.3s ease;
}
.third-section .border:hover{
    border:10px solid #3399cc !important;
    transition: 0.3s ease;
}
p.mg:after {
    content: '';
    border-bottom: 2px solid #555;
    width: 110px;
    top: 53px;
    right:15px;
    position: absolute;
}
p.sg:after {
    content: '';
    border-bottom: 2px solid #555;
    width: 110px;
    top: 53px;
    left:15px;
    position: absolute;
}
p.mg,p.sg {
    position: relative;
}
p.mg-bot,p.sg-bot {
    font-weight: 700;
    font-size: 30px;
}
p.mg, p.sg {
    margin-top: 30px;
    font-weight: 700;
    font-size: 30px;
}
.center-third img{
    position: relative;
    top: 157px;
}
.text-third-left-mobile{
    display:none;
}
.text-third-right-mobile{
    display:none;
}
.third-section .img {
    border-radius: 100%;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    flex: 0 0 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.text-third-left, .text-third-right {
    font-size: 20px;
    display:none;
}
.fourth-section{
    background-image: url(img/bg.jpg);
    background-size:100%;
    background-repeat:no-repeat;
    padding-top: 190px;

}
.fourth-section{
    background-image : url(img/bg.webp);
}
.fourth-section h2{
    color:#fff;
    font-size: 60px;
    margin-bottom: 60px;
}
.fourth-boxes{
    margin-top:100px;
    text-align:center;
}
.right-img-fifth img{
    width:50%;
}
.left-img-fifth img{
    width:50%;
}
.second-img img{
    width: 30%;
}
p.fourth-text {
    text-shadow:1px 1px 5px #013152;
    background: -webkit-linear-gradient(-86deg, #0079b3 5%, #1693b2 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 0px 10px;
}
.fourth-boxes .img {
    text-align: center;
    border-radius: 100%;
    display: inline-flex;
    flex: 0 0 150px;
    height: 150px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 150px;
    margin-bottom:30px;
}
p.fourth-small{
    font-size:10px;
    color:#fff;
    text-align:center;
}
.fourth-boxes  .img__overlay {
    background-color: rgba(255, 255, 255,0.8);
    color: #3399cc;
    font-size: 24px;
    font-weight:600;
  }
 
.first-img {
    text-align: center;
}
.center-img-fifth{
    margin-top:40px;
    text-align: center;
}
.second-img{
    position:relative;
    top:100px;
}
.right-img-fifth{
    top:100px;
    position:relative;
}
.watch2, .watch{
    display:inline-block;
}
.sixth-section{
    text-align:center;
}
p.bot-six{
        font-weight: 600;
        font-size: 42px;
        line-height: 42px;
    }
p.top-six{
        font-size: 41px;
        line-height: 41px;
}
.seventh-title0 {
    margin-bottom: 60px;
}
.sixth-section .watch2{
    vertical-align: middle;
}

/*******************************************/
.seventh-section {
    margin-top: 60px;
}
.seventh-section h2{
font-weight:600 !important;
font-size: 36px !important;
}
ul {
    list-style: none; 
    margin: 0;
    padding-left:0px;
  }
  
  li { 
     
    font-size:24px;
  }
  
  li:before {
    content: "•"; 
    padding-right: 8px;
    color:#3399cc; 
    font-size:24px;
   vertical-align: middle;
    position: absolute;
  }
  .smaller-p p {
      margin-bottom:30px;
    font-size: 24px;
    text-align: justify;
    font-weight: 400;
}
.seventh-box, .smaller-p{
    margin-top:50px;
}
.seventh-box2{
    text-align:center;
    margin-top:50px;
}
.seventh-box2 p{
    margin-bottom:0px;
    margin-top:60px;
    line-height:42px;
    color:#3399cc; 
    font-weight:300;
    font-size:42px;
}
p.down{
    margin-top:0;
    margin-bottom:70px;
    font-size:46px;
    line-height:46px;
} 
.seventh-box2 a{
    font-size:32px;
    font-weight:600;
}
a.down{
padding: 15px 15px;
    color: #fff;
    background: #3399cc;
    border-radius: 5px;
}
a.down:hover{
    text-decoration:none;
}
span.btn-head:hover{
    text-decoration:none;
}
p.heading-faq{
    font-weight:700;
    font-size: 50px;
    margin-bottom:70px;
}
.eighth-section{
    margin-top:80px;
}
.icon{
    font-size:40px;
    border:3px solid #000;
    border-radius: 50%;
}
.faq p{
    font-size:20px;
}
.plus, .faq-text{
    display:inline-block;
}
.plus{
    float:right;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid rgba(0,0,0,.2);
}
.faq-text h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
}
.text-1,.text-2,.text-3,.text-4,.text-5,.text-6,.text-7,.text-8,.text-9{
    display:none;
}
.faq {
    margin-top: 40px;
}
.faq-text{
    cursor: pointer;  
}
.center-down{
    text-align:center;
    top:30px;
    position:relative;
}
.almost #left{
    padding-right:0;
}
.almost #right{
    padding-left:0;
}
.almost{
    margin-top:80px;
}
.bar{
    height:40px;
    background:#3399cc;
}
.foot-left img{
    margin-bottom:50px;
}
.foot-left a{
    color:#000;
}
.foot-left p{
    margin-bottom:5px;
}
.foot-center{
    text-align:right;
}
.foot-center a{
    color:#0099cc;
    font-weight:300;
    font-size:18px;
}
.foot-right{
    text-align:right;
}
.foot-right p{
    margin-bottom:5px;
}
.progress{
    width: 244px;
    height: 244px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .a{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .a{
    left: 100%;
    border-top-right-radius: 122px;
    border-bottom-right-radius: 122px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .a{
    left: -100%;
    border-top-left-radius: 122px;
    border-bottom-left-radius: 122px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
watch2, .watch {
    display: inline-block;
    top: 4px;
    position: relative;
}
.progress .progress-value{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 10%;
}
.progress.blue .a{
    border-color: #049dff;
}
.progress.blue .progress-left .a{
    animation: loading-2 1.5s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; 
    }
}
.progress{
    display:inline-block;
    vertical-align: middle;
    margin-right:15px;
}
.watch2{
    margin-left:15px;
}
@media (max-width:1800px){
    .packshot {
        right:0;
        padding-left:0;
        padding-right:0;
    }
    .apteki-mobile {
        margin-top: 20px;
    }
    #menu a {
        text-decoration: none;
    }
}
html, body{
    overflow-x:hidden;
}
@media (max-width:1600px){
    p.top-white {
        font-size: 41px;
    }
    .packshot img {
        width: 100%;
        height: 100%;
       
        margin-top: -19px;
        position: relative;
    }
}
.navbar {
    position: relative;
    display: inline !important;
} 
#menu{
    top: 0px;
    padding:50px;
    width: 70%;
    background: rgb(51, 153, 204);
    height: 100vh;
    position: absolute;
    z-index:99999999999;
    right:100%;
    transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    -ms-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    -webkit-transition: right .4s ease-in-out;
}
#menu a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
}
.logo-mobile{
    display:inline-block;
}
#hambur{
    display:inline-block;
    position:relative;
}
.mobile-row{
    display:none;
}
#hambur {
    float:right;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 20px;
    right: 20px;
}
.mobile-info{
    display:none;
}
.open-text{
    display:block;
    
}
@media (max-width:1124px){
    .mobile-row{
        background:#fff;
        z-index:9999999999;
        position: fixed;
        box-shadow: 0 4px 11px -4px #ddd;
        display:block;
        padding:10px 0;
    }
    .mobile-info{
        display: block;
        text-align: center;
        padding: 10px 20px;
        color: white;
        border-radius: 20px;
        font: 400 14px "Helvetica Neue", Sans-Serif;
        text-transform: uppercase;
        box-shadow: 0 0 7px #3399cc;
        width: 300px;
        text-align: center;
        /* position: absolute !important; */
        background: #3399cc;
        margin: -10px auto 10px;
        
    }
    .first-section {
        margin-top: 120px;
    }
    span.btn-head {
        padding: 15px 15px;
        color: #fff;
        background: #3399cc;
        border-radius: 5px;
        margin-left: 0px !important;
        font-size: 22px;
        font-weight: 700;
    }
    .head-row{
        display:none;
    }
}
@media (max-width:425px){
    #menu{
        padding:15px;
}}
@media (max-width:350px){
    img.logo {
        padding-right:0px !important;
    }
    #hambur {
    padding-right:0px !important;
    right: 5px; 
}
.logo-mobile{
    padding-right:0px !important;
}
.hambu{
    padding-right:0px !important;
}
}
.apteki-mobile{
    display:none;
}
#menu a:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    width: 50%;
    left: 10px;
    bottom: 0;
}
#btn-hover-mobile:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    width: 50%;
    left: 10px;
    bottom: 0;
}
#menu a{
    position:relative;
}
@media (max-width:1430px){
    .head-row a {
        top: 9px;
        position: relative;
        padding: 0px 4px;
        color: #3399cc;
        font-weight: 700;
        font-size: 16px;
    }
    span.btn-head {
        padding: 15px 15px;
        color: #fff;
        background: #3399cc;
        border-radius: 5px;
        margin-left: 15px;
        font-size: 17px;
        font-weight: 700;
    }
}
@media (max-width:1199px){
    .first-section{
    margin-bottom: 150px;
}}
.kamien{
    display:none;
}
.tlo-mobile{
    display:none;
}
@media (max-width:1200px) and (min-width:767px){
    .fourth-section {
        background-image: url(img/bg.jpg);
        background-size: cover !important;
        background-repeat: no-repeat;
        padding-top: 200px ;
    }
    .fourth-section{
        background-image : url(img/bg.webp);
    }
    #apt {
        display: block;
        width: 141px;
    }
    .apteki{
         display: none;
         height: 200px;
         background: #3399cc;
         position: absolute;
         width: 141px;
         top: 50px;
         right: 0px;
         border-bottom-left-radius:5px;
         border-bottom-right-radius:5px;
    }
    span.btn-head {
        top: 4px !important;
    }
    .col-md-hidden.col-xl-2.foot-center {
        display: none;
    }
    
    .seventh-box2 p {
        margin-top:30px;
        margin-bottom: 0px;
        line-height: 42px;
        color: #3399cc;
        font-weight: 300;
        font-size: 38px;
    }
    p.down {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 42px;
        line-height: 46px;
    }
    .seventh-box2 a {
        font-size: 28px;
        font-weight: 600;
    }
    .col-xs-12.col-md-12.col-xl-5.row.packshot {
        display: block;
    text-align: center;
        position: relative;
        top: 130px;
    }
    .packshot img {
        width: 50%;
    }
    .fourth-small {
        margin-bottom:20px;
    }
    .center-img-fifth img{
        width:100%;
    }
    .right-img-fifth img, .left-img-fifth img{
        width:50%;
    }
    .second-img {
        position: relative;
        top: 50px;
    }
    .fourth-section h2 {
        color: #fff;
        font-size: 50px;
        text-align: center;
        padding-bottom: 40px;
    }
}
@media (max-width:1124px){
    span.btn-head {
        top: 21px !important;
    }
}
@media (max-width:991px) and (min-width:900px){
    .second-section .border {
        border: 7px solid #e8c850!important;
    }
    li {
        font-size: 21px;
        margin-bottom: 10px;
        position: relative;
    }
    .while-text {
         margin-left: 0px; 
        text-align: center;
    }
    .second-section  .img {
        height: 120px;
        width: 120px;
    }
    .right-down {
        left: 50px;
    }
    .right-up {
         right: 0px; 
    }
    .seventh-box2 p {
        font-size: 29px;
    }
    p.down {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 29px;
        line-height: 46px;
    }
    .seventh-box2 a {
        font-size: 20px;
        font-weight: 600;
    }
    li:before {
        position: absolute;
         top: 0px; 
        left: 0;
    }
    .faq-text p {
        font-weight: 600;
        font-size: 21px;
        line-height: 30px;
    }
    .faq p {
        font-size: 16px;
    }
    p.heading-faq {
        font-weight: 700;
        font-size: 40px;
        margin-bottom: 70px;
    }
}
@media (max-width:900px){
    .while-text {
        margin-left: 0px; 
       text-align: center;
   }
   .left-down {
    top: 220px;
    left: -27px;
}

   p.heading-faq {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 70px;
}
   .faq p {
    font-size: 18px;
}
   .faq-text p {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
}
   li:before {
    position: absolute;
     top: 0px; 
    left: 0;
}
   li {
    font-size: 21px;
    margin-bottom: 10px;
    position: relative;
}
   .seventh-box2 p {
    font-size: 29px;
}
   p.down {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 29px;
    line-height: 46px;
}
.seventh-box2 a {
    font-size: 20px;
    font-weight: 600;
}
    p.fourth-text {
        text-shadow: -1px -1px 0 #3399cc, 1px -1px 0 #3399cc, -1px 1px 0 #3399cc, 1px 1px 0 #3399cc;
        font-weight: 400;
        color: #fff;
        font-size: 16px !important;
        text-align: center;
        padding: 0px 10px;
    }
    .second-section .border {
        border: 5px solid #e8c850!important;
    }
    .second-section .img {
        border-radius: 100%;
        display: flex;
        flex: 0 0 150px;
        height: 100px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 100px;
        vertical-align: middle;
    }
    img.ludki {
        z-index: -2;
        position: relative;
        left: -15px;
    }
    .center {
        left: 47%;
        position: relative;
    }
    .left-up {
        position: relative;
        left: 30px;
    }
    .right-up {
        right: 5px;
    }
    .right-down {
        top: 220px;
        left: 30px;
        position: relative;
    }
}
@media (max-width:769px){
    .seventh-box .col-md-4, .seventh-box .col-md-8{
        width:100%;
        max-width:100%;
        flex: 0 0 100%;
    }
    .center-down img{
            height: 100px;
    }
}
.fourth-boxes.row {
    top: 60px;
    position: relative;
}
@media (max-width:767px){
    .regulamin{
        margin-top:100px;
    }
    .packshot img {
        /* height: auto; */
        margin-top: 61px;
        position: relative;
        width: 64%;
        margin: 47px auto;
        text-align: center;
        height: 68% !important;
    }
    .second-section {
        position: relative;
        top: -100px;
    }
    .fifth-boxes.row {
        padding-bottom: 10px;
        padding-top: 50px;
    }
    .foot-center-mobile{
        margin-top:30px;
    }
    .col-12.foot-center-mobile {
        text-align: center;
        margin-bottom: 25px;
    }
    .col-12.foot-right-mobile {
        text-align: center;
        margin-bottom: 25px;
    }
    .col-12.foot-left-mobile {
        text-align: center;
    }
    .col-12.foot-left-mobile a{
        color:#000;
        font-size: 16px;
    }
    .col-12.foot-left-mobile p{
        margin-bottom:5px !important;
        font-size:16px;
    }
    li{
        margin-bottom:20px;
        font-size:18px;
        line-height:24px;
    }
    .seventh-box, .smaller-p {
        margin-top: 30px;
    }
    .seventh-section p {
        font-size: 18px;
        line-height: 24px;
    }
    .kamien{
        display:block;
        position:absolute;
        right: -20%;
    top: 0;
    }
    .third-section.row {
        margin-bottom: 30px;
    }
    .down p{
        margin-bottom:20px;
    }
    .seventh-box2 {
        text-align: center;
         margin-top: 0px; 
    }
    p.heading-faq {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 50px;
    }
    .faq-text p {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }
    .plus {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
    }.faq {
        margin-top: 30px;
        position: relative;
    }
    .faq-text {
        cursor: pointer;
        padding-right: 40px;
    }
    .center-down {
        text-align: center;
        top: 140px;
        position: relative;
        padding: 0;
    }
    .tlo{
        display:none;
    }
    .tlo-mobile{
        display:block;
    }
    .kamien img{
        width: 30%;
    }
    .first-img img {
        width: 25%;
        position: relative;
    }
    .first-img{
        left: -10%;
        position: relative;
    }
    .second-img {
        position: relative;
         top: 0; 
         left: 10%;
    }
    .seventh-section {
        margin-top: 70px;
    }
    .second-img img{
        width:15%
    }
    .col-xs-12.col-md-12.col-xl-5.row.packshot {
        top: 128px !important;
    }
    .fourth-text {
        text-shadow: -1px -1px 0 #3399cc, 1px -1px 0 #3399cc, -1px 1px 0 #3399cc, 1px 1px 0 #3399cc;
        font-weight: 400;
        color: #fff;
        font-size: 15px !important;
        text-align: center;
        padding: 0px 10px;
    }
    .fourth-section {
        background-image: url('img/tlo7.png'); 
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 0px; 
        margin-bottom: 40px;
    }
    .fourth-section {
        background-image: url('img/tlo7.webp'); 
    }
    .fourth-boxes .col-md-3 {
        margin-bottom: 30px;
    }
    .right-img-fifth {
        display:none;
    }
    .center-img-fifth img{ 
        width:100%;
    }
    .center-img-fifth{
    position: relative;
    left: 25px;
    }
    .center-third {
        text-align: center;
        padding: 0;
    }
    .center-third img {
        position: absolute;
        top: 145px;
        left: 1%;
        width: 100%;
        height: auto;
    }
    p.mg, p.sg {
        margin-top: 29px;
        font-weight: 700;
        font-size: 21px;
        line-height: 21px;
    }
    p.mg:after {
        content: '';
        border-bottom: 2px solid #555;
        width: 80px;
        top: 32px;
        right:15px;
        position: absolute;
    }p.sg:after {
        content: '';
        border-bottom: 2px solid #555;
        width: 80px;
        left:15px;
        top: 32px;
        position: absolute;
    }
    .third-section .img {
        border-radius: 100%;
        display: inline-flex;
        padding: 10px;
        justify-content: center;
        flex: 0 0 150px;
        height: 120px;
        overflow: hidden;
        position: relative;
        width: 120px;
    }
    p.mg-bot, p.sg-bot {
        font-weight: 700;
        font-size: 21px;
        line-height: 21px;
        margin-top: 20px;
    }
    .fourth-boxes {
        margin-top: 50px;
    }
    .fourth-section h2 {
        color: #fff;
        font-size: 38px;
        padding-top: 100px;
        margin-bottom:10px;
    }
    .first-text{
        text-align:center;
        font-size: 17px;
        line-height: 24px;
    }
    p.heading {
        font-weight: 700;
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    p.top-white {
        font-size: 19px;
        font-weight: 500;
        line-height: 10px;
    }
    .while-text {
        position: relative;
        margin-left: 7%;
        top: 20%;
        color: #fff;
    }
    p.bot-white {
        font-weight: 700;
        font-size: 23px;
        line-height: 28px;
    }
    .second-section .border {
        border: 5px solid #e8c850!important;
    }
    .first-section{
        margin-bottom:150px;
    }
    img.ludki {
        position: relative;
        left: 20px;
        width: 100% !important;
    }
   .second-section .img {
        border-radius: 100%;
        display: flex;
        flex: 0 0 150px;
        height: 70px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 70px;
        vertical-align: middle;
    }
    .center {
        left: 45%;
        position: relative;
    }
    .left-down {
        top: 149px;
        left: -20px;
        position: relative;
    }
    .left-up {
        position: relative;
        top: 78px;
        left: 0px;

    }
    .right-down {
        top: 149px;
        right: 11px;
        left: -10px;

        position: relative;
    }
    .right-up {
        position: relative;
        top: 78px;
        right: 22px;

    }
    .seventh-box2 p {
        font-size: 39px;
        line-height: 20px;
        margin-top: 20px;
    }
    p.down {
        margin-bottom: 45px;
    }
    .seventh-box2 a {
        font-size: 24px;
        font-weight: 600;
    }
    .seventh-title0 P {
        font-size: 23px;
        line-height: 38px;
    }
    .seventh-title0{
        margin-bottom:20px;
    }
    .img__overlay {
        text-shadow: 1px 1px 12px #000;
        background-color: rgba(232, 200, 80,0.4);
        color: #fafafa;
        font-size: 12px;
        text-align: center;
        font-weight: 600;
    }
}
@media (max-width:767px) and (min-width:576px){
    .second-section .img {
        border-radius: 100%;
        display: flex;
        flex: 0 0 150px;
        height: 100px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 100px;
        vertical-align: middle;
    }
    .first-img img {
        width: 16%;
        position: relative;
    }
    .seventh-title0 p {
        font-size: 25px;
        line-height: 33px;
    }
    .seventh-section p {
        font-size: 18px;
        line-height: 33px;
    }
    .left-down {
        top: 149px;
        left: -60px;
        position: relative;
    }
    .right-down {
        top: 149px;
        right: 11px;
        left: 25px;
        position: relative;
    }
    .kamien {
        display: block;
        position: absolute;
        right: 0%;
        top: 0;
    }
}
@media (max-width:425px){
    .fourth-boxes .img {
        text-align: center;
        border-radius: 100%;
        display: inline-flex;
        flex: 0 0 150px;
        height: 110px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 110px;
        margin-bottom: 30px;
    }
    p.bot-white {
        font-weight: 700;
        font-size: 21px;
        line-height: 28px;
    }
    .foot-center-mobile  img {
        width: 90%;
    }
    .first-section {
        margin-bottom: 170px;
    }
    .almost .center-down {
        text-align: center;
        top: 128px;
        position: relative;
        padding: 0;
    }
    .packshot img {
        width: 80%;
        margin-bottom: 70px;
    }
    .while-text {
        position: relative;
        margin-left: 7%;
        top: 15%;
        color: #fff;
    }
p.mg-bot, p.sg-bot {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
}
p.mg:after {
    content: '';
    border-bottom: 2px solid #555;
    width: 80px;
    top: 32px;
    right: 15px;
    position: absolute;
}
p.sg:after {
    content: '';
    border-bottom: 2px solid #555;
    width: 80px;
    left: 15px;
    top: 32px;
    position: absolute;
}
.img__overlay {
    text-shadow: 1px 1px 12px #000;
    background-color: rgba(232, 200, 80,0.4);
    color: #fafafa;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
    .faq-text {
        cursor: pointer;
        padding-right: 45px;
    }
    .center-down {
        text-align: center;
        top: 152px;
        position: relative;
        padding: 0;
    }
    .center-down img{
        height:70px;
    }
    #hambur {
        padding-right: 0px !important;
        right: -13px;
    }
    .left-down {
        top: 110px;
        left: -28px;
        position: relative;
    }
    .left-up {
        position: relative;
        top: 78px;
        left: -8px;
    }
    .right-down {
        top: 110px;
        left: -19px;
        position: relative;
    }
    .right-up {
        position: relative;
        top: 78px;
        right: 35px;
    }
    img.ludki {
        position: relative;
        left: 13px !important;
        width: 100% !important;
    }
}
@media (max-width:355px){
   .second-section .img {
        height: 60px !important;
        width: 60px !important;
    }
    #menu {
        font-size: 14px;
        padding: 15px;
    }
    p.heading-faq {
        font-weight: 700;
        font-size: 27px;
        margin-bottom: 50px;
    }
    .faq-text p {
        font-weight: 600;
        font-size: 17px;
        line-height: 30px;
    }
    .faq p {
        font-size: 16px;
    }
    .first-section {
        margin-top: 90px;
    }
    .right-down {
        top: 100px;
        right: 15px;
        position: relative;
    }
    .right-up {
        position: relative;
        top: 78px;
        right: 28px;
    }
    .left-down {
        top: 100px;
        left: -28px;
        position: relative;
    }
    .center-third img {
        position: absolute;
        top: 157px;
        left: 1%;
        width: 100%;
        height: auto;
    }
    .kamien {
        display: block;
        position: absolute;
        right: -29%;
        top: 5%;
    }
}
.row {
    margin:0;
}
@media (max-width:325px){
    .right-down {
        top: 90px;
        right: 15px;
        position: relative;
    }
    p.mg-bot, p.sg-bot {
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        margin-top: 35px;
    }
    .left-down {
        top: 90px;
        left: -28px;
        position: relative;
    }
    .img__overlay {
        text-shadow: 1px 1px 12px #000;
        background-color: rgba(232, 200, 80,0.4);
        color: #fafafa;
        font-size: 10px;
        text-align: center;
        font-weight: 700;
    }
    .left-up{
        top: 60px;
    }
    .right-up{
        top: 60px;
    }
}
.row{
    width:100%;
}
.change{
    flex-direction: column;
}
.change p{
    padding:15px;
}
li {
    padding-left:15px;
    position: relative;
}
@media (max-width: 340px){
p.bot-white {
    font-size: 18px;
}}
@media (max-width: 1600px) and (min-width:1200px){
    .container{
        max-width:1200px ;
    }
    .head-row a {
        top: 9px;
        position: relative;
        padding: 0px 20px;
        font-weight: 700;
        font-size: 18px;
    }
    span.btn-head {
        top: 10px;
        font-size:18px;
        padding: 15px 15px;
    }
    .packshot {
        vertical-align: bottom;
        position: relative;
         top: 277px;
        float: right;
        right: -55px;
    }
    .second-section .img {
        border-radius: 100%;
        display: flex;
        flex: 0 0 150px;
        height: 130px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 130px;
        vertical-align: middle;
    }
    .right-down {
        top: 220px;
        left: 60px;
        position: relative;
    }
    .right-up {
        position: relative;
        top: 130px;
        right: 0px;
    }
    }
    @media (min-width:1601px){
        .container{
            max-width:1440px;
        }
    .img__overlay{
        text-align:center;
        font-size:16px;
    }}
@media (max-width:1500px) and (min-width:901px){
    .fifth-boxes.row {
        padding-bottom: 94px;
        padding-top: 60px;
    }
    .fourth-section {
    padding-top: 140px;
}
p.fourth-text {
    font-size: 16px;
}
.fourth-section h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 50px;
}}
@media (max-width:1044px) and (min-width:901px){
    .right-down {
        top: 220px;
         left: 0px; 
}
.right-up {
    position: relative;
    top: 130px;
    right: 30px;
}
.left-up {
    position: relative;
    top: 130px;
    left: 75px;
}
.left-down {
    top: 220px;
    left: 20px;
}
}
@media (max-width:350px){
    .third-section .img {
        border-radius: 100%;
        display: inline-flex;
        padding: 10px;
        justify-content: center;
        flex: 0 0 150px;
        height: 100px;
        overflow: hidden;
        position: relative;
        width: 100px;
    }
    .packshot img {
        width: 80%;
        margin-bottom: 70px;
    }
    p.mg-bot, p.sg-bot {
        font-weight: 700;
        font-size: 15px;
        line-height: 21px;
        margin-top: 19px;
    }
    p.mg, p.sg {
        margin-top: 29px;
        font-weight: 700;
        font-size: 17px;
        line-height: 21px;
    }
    .fourth-section h2 {
        padding-bottom:0px !important;
    }
    .seventh-box2 p {
        font-size: 33px !important;
        line-height: 20px;
        margin-top: 20px;
    }
    .fifth-boxes.row {
        padding-bottom: 10px;
        padding-top: 80px;
    }
    p.top-six {
        font-size: 31px;
        line-height: 31px;
    }
    p.bot-six {
        font-weight: 600;
        font-size: 31px;
        line-height: 20px;
    }
    img.logo {
        max-width: 85%;
    }
    #hambur {
        padding-right: 0px !important;
         right: 0px !important; 
        top: 10px !important;
    }
}
@media (max-width:1200px){
    p.heading {
        font-weight: 700;
        font-size: 37px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .packshot img {
        height: auto;
        margin-top: 58px;
        position: relative;
    }
    .first-text {
        text-align: right;
        font-size: 22px;
        line-height: 36px;
    }
}
@media (max-width:450px){
    p.heading {
        font-weight: 700;
        font-size: 22px;
        line-height: 24px;
        margin-bottom:20px;
}
.seventh-box2 a {
    font-size: 21px;
    font-weight: 600;
}
.smaller-p p {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
}
.fourth-boxes .img__overlay {
    background-color: rgba(255, 255, 255,0.8);
    color: #3399cc;
    font-size: 17px;
    font-weight: 600;
}
.col-xs-12.col-md-12.col-xl-5.row.packshot {
    top: 128px !important;
    left: 20px;
}
.watch2 {
     margin-left: 0px; 
}
.fourth-boxes .col-12{
    margin-bottom:25px;
}
.first-text {
    line-height:13px;
    text-align: right;
    font-size: 13px;
}
}
@media (max-width:375px){
    .first-text {
        line-height: 20px;
        text-align: right;
        font-size: 12px;
    }
    p.heading {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}
@media (max-width:340px){
    .first-text {
        line-height: 9px;
        text-align: right;
        font-size: 10px !important;
        font-weight: 600 !important;
    }
    .center-third img {
        position: absolute;
        top: 131px !important;
    }
}
@media (max-width:1600px) and (min-width:1200px){
    img.ludki {
        z-index: -2;
        left: 16px;
        position: relative;
        top: 20px;
        width: 115%;
    }
    p.heading {
        font-weight: 700;
        font-size: 37px;
        line-height: 37px;
        margin-bottom: 30px;
    }
   
    .first-text {
        text-align: right;
        font-size: 20px;
        line-height: 25px;
    }
    p.top-white {
        font-size: 36px;
    }
    p.bot-white {
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
    }
    .fourth-section h2 {
        color: #fff;
        font-size: 50px;
    }
    .seventh-section p {
        font-weight: 600;
        font-size: 28px;
    }
    .img__overlay {
        text-shadow: 1px 1px 12px #000;
        background-color: rgba(232, 200, 80,0.4);
        color: #fafafa;
        text-align:center;
        font-size: 20px;
        font-weight: 600;
    }
    li {
        font-size: 20px;
        line-height: 40px;
    }
    .seventh-title0 {
        margin-bottom: 30px;
    }
    .seventh-box, .smaller-p {
        margin-top: 30px;
    }
    .smaller-p p {
        margin-bottom: 30px;
        font-size: 20px;
        text-align: justify;
        font-weight: 400;
    }
    .seventh-box2 a {
        font-size: 25px;
        font-weight: 600;
    }
    .foot-left p {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .foot-left a {
        color: #000;
        font-size: 15px;
    }
    .center-img-fifth img{
        width:85%;
    }
}
@media (max-width:1500px){
    span.btn-head {
        top: 7px;
    }}
@media (max-width:1124px){
    img.logo {
        width: 40%;
    }
}
@media (max-width:991px){
    img.logo {
        width: 55%;
    }
}
@media (max-width:560px){
    img.logo {
        width: 65%;
    }
}
@media (max-width:560px){
    img.logo {
        width: 75%;
    }
}
@media (max-width:380px) and (min-width:330px){
    img.logo {
        max-width: 80%;
    }
    #hambur {
        top: 13px !important;
    }
}
@media (max-width:330px){
    img.logo {
        width: 89%;
    }
    #hambur {
        top: 16px !important;
    }
}
@media (max-width:1020px){
    .foot-center{
        display:none;
    }
    .footer{
        text-align:center;
    }
    .foot-right{
        width:100%;
        max-width:100%;
        flex: 0 0 100%;
        text-align:center;
    }
    .foot-left{
        width:100%;
        max-width:100%;
        flex: 0 0 100%;
        text-align:center;
    }
}
.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
}
.ui-tooltip, .arrow:after {
    background: #3399cc;
    
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: 400 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px #3399cc;
    width: 300px;
    text-align:center;
    position: absolute !important;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden; 
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 50%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  @media (max-width:1124px){
    .second-section .row {
        display: -webkit-inline-box;
  }
  .tooltip {
display:none !important;
  }
  .ui-tooltip {
display:none !important;
  }
  .ui-helper-hidden-accessible {
      display:none;
}
}
@media screen and (max-width: 300px){
p.bot-white {
    font-size: 16px;
}
p.top-white {
    font-size: 16px;
}
}
.read-more-btn{
    text-decoration: none;
    border:2px solid #e8c850;
    background:#e8c850;
    color:#fff;
    background:#e8c850; 
    padding:10px 25px; 
    border-radius:5px; 
    color:#fff; 
    font-size:28px; 
    font-weight:600;
    transition:all 0.3s ease;
}
.read-more-btn:hover{
    background:#fff;
    border:2px solid #e8c850;
    color:#e8c850;
    text-decoration: none;
}
@media screen and (min-width:1200px) and (max-width:1601px) {
    h2{
        margin-bottom: 1.5rem;
    }
}