﻿* {
    font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Saira Condensed', sans-serif;

    font-size: 14px;
    text-decoration: none;
    color: #000;
    margin: 0;
    }

.row{
    margin:0 !important;
}

a, a:focus, a:hover{
    color: #c0192b !important;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 16px;
}

.containerfull{
    width: auto;
    margin: 0 50px;
}

.container {
    width: 1400px;
    margin: 0 auto;
    padding: 0 !important;
}

.left{
    display:flex;
    margin-top: 40px;
}

.right{
    display: flex;
}

.visible{
    display: block !important;
}

.col-50{float:left;width: 50%;}

#menu-rwd {
    float: right;
    cursor: pointer;
    margin-top: 4px;
    display: none;
    background:url(../assets/img/menu.svg) no-repeat center;
    background-size:30px;
    width:30px;
    height: 30px;
}

#header{
    top: -50px;
    left: 0;
    background:#fff;
    width:100%;
    z-index:999;
    overflow: hidden;
    position: fixed;
    padding: 10px 0;
}

#header .left img{
    width: 12%;
}

#header .right{
    margin-top: 5px;
}

#header .right a{
    font-weight: 600;
    margin-left: 15px;
}

#banner{
    width: 100%;
    object-fit: cover;
    height: 500px;
    margin-top: 82.44px;
    background:url(../assets/img/bgc2.jpg) no-repeat center center fixed; 
    background-attachment: fixed;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bannerimg {


z-index: 2;
position: relative;
width: 25vw;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 1080px

}

#boxes{
    padding-top: 60px;
}

#boxes h2{
    text-align: center;
    margin-bottom: 60px;
}

#boxes .fa{
    color: #c0192b;
}

#boxes .box{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}

#boxes .box:nth-child(3n){
    margin-right: 0;
}

#boxes .box h4{
    font-weight: 600;
}

#boxes .box.box1 h4{
    background: url(../assets/img/server.png) no-repeat center top;
    background-size: 60px;
    padding-top: 80px;
}

#boxes .box.box2 h4{
    background: url(../assets/img/infinity.png) no-repeat center top;
    background-size: 60px;
    padding-top: 80px;
}

#boxes .box.box3 h4{
    background: url(../assets/img/customer-service.png) no-repeat center top;
    background-size: 60px;
    padding-top: 80px;
}

#boxes .box.box4 h4{
    background: url(../assets/img/box4.svg) no-repeat center top;
    background-size: 60px;
    padding-top: 80px;
}

#boxes .box.box5 h4{
    background: url(../assets/img/box5.svg) no-repeat center top;
    background-size: 60px;
    padding-top: 80px;
}

#boxes .box.box6 h4{
    background: url(../assets/img/box6.svg) no-repeat center top;
    background-size: 60px;
    padding-top: 80px;
}


.content {
    
    
    display: flex;
   flex-basis: 100%;
    background: url(../assets/img/bgc.jpg) no-repeat center top;
     margin-bottom: 5vh;
     
    

}


.mirror{
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #c0192b;
    margin: 70px;
    
}

.mirror .btn{
    display: table;
    margin: auto;
    background: #c0192b;
    border-radius: 0;
    border: 2px solid #c0192b;
    -webkit-transition: .5s;
    transition: .5s;
}

.mirror .btn:hover, .mirror .btn:focus, .mirror .btn:active{
    background: none !important;
    border: 2px solid #c0192b !important;
    color: #c0192b !important;
    border-color: #c0192b;
    outline:none !important;
}

.mirror .col-50{
    text-align: center;
}

.mirror h1 {
    margin-bottom: 25px;
    padding: 15px;
    text-align: center;
    color: #000;
    font-size: 50px;
}

.mirror .file-info {
    display: table;
    margin: auto;
}

.label-primary{
    background: #c0192b !important;
}

.mirror .file-info tr td h2 {
    text-align: center;
    margin: 0;
}

.mirror .file-info {
    border:  2px solid #c0192b;
}

.mirror .file-info .file-info-title {
    border-right: 1px solid #eaeaea;
    font-weight: bold;
}

.mirror .file-info td {
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;
}

.mirror .file-size, .mirror .download-times {
    margin-top: 10px;
    font-size: 26px;
}

.mirror .file-size span, .mirror .download-times span {
    font-size: 25px;
}

.mirror .file-size i, .mirror .download-times i {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    color: #c0192b;
}

.mirror .virus-scan-info {
    margin-top: 25px;
    font-size: 25px;
}

.mirror-btn {
    display: inline-block;
    padding: 25px 60px;
    background: #ffc300;
    color: #fff;
    font-size: 16px;
    margin: 25px 0;
    border-radius: 50px;
    font-weight: bold;
    border: 0;
}

.mirror-btn:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
    cursor: pointer;
}

.mirror-btn a i {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.mirror .file-info {
    margin: 25px auto;
}

/** OPINIE**/
#opinions {
    overflow: hidden;
    padding: 50px 0;
}

#opinions .comments-title{
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}

#opinions .comments-title .fa{
    color: #c0192b;
}

.opinion {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
    border: 2px solid #c0192b;
    padding: 10px;
}

.opinion:nth-child(4n){
    margin-right: 0;
}

.opinion img{
    width: 50px;
    border-radius: 50px;
}

.opinion .name{
    margin-left: 10px;
    font-weight: 600;
    display: inline-block;
}

.opinion p{
    margin-top: 10px;
}

.f-bold {
    font-weight: bold;
    font-size: 15px;
}

footer {
    padding-top: 30px;
    background: #000;
    text-align: center;
}

footer img{
    width: 300px
}

footer .copyright {
    padding: 25px 0;
    color: #fff;
}

.scan-load {
    color: #d93002;
}

.scan-result {
    color: #57d503;
    display: none;
}

.file-sms {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.sms-cost {
    font-weight: bold;
}

.file-sms-form {
    width: 50%;
    margin: 25px auto;
}

.file-sms-form p {
    text-align: center;
}

.file-sms-form input {
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    margin: 15px 0;
}

.check-pin-btn {
    padding: 25px 60px;
    display: block;
    background: #ffc300;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    margin-top: 25px;
}

#step2, #step3 {
    display: none;
}

.file-sms-rules{
    clear: both;
}

.file-sms-rules-title{
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #eee;
    padding: 20px 0;
}

.file-sms-rules p {
    padding: 10px 0;
    font-size: 15px;
}

.file-sms-rules{
    text-align: center;
    padding: 20px;
}

.input-error {
    border: 1px solid #d93002!important;
}

.provider-footer {
    color: #5f5f5f;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px 0;
    overflow: hidden;
}

.provider-footer p {
    color: #fff!important;
    font-size: 12px!important;
}

#code {
    border: 1px solid #ffc300!important;
    font-weight: bold;
}

.file-sms .c-red {
    color: #d93002;
    font-size: 16px;
}

#the-rule {
	display: none;
}

#the-rule-inner {
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#the-rule-inner > label {
	font-weight: normal;
}

#locker{
    text-align: center;
}

#locker h4{
    text-transform: uppercase !important;
}

#locker .label-primary{
    display: block;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 0;
}

.form-control{
    text-align: center;
}

/** TABULATORY **/

#faq .fa{
    color: #c0192b;
}

#faq h2{
    text-align: center;
}

.tabs{
    margin-bottom: 20px;
    background: #f7f9fb;
    border: 1px solid #c0192b;
    margin-top: 30px;
}

.tabs tr, .tabs td, .tabs table{
    border: 0;
}

.tabs-header {
    cursor: pointer;
    background:url(../assets/img/plus.svg) no-repeat center right 15px;
    background-size: 16px;
    margin: 0;
    padding: 20px 40px 20px 20px;
}

.tabs-header.active {
    cursor: pointer;
    background:url(../assets/img/minus.svg) no-repeat center right 15px;
    background-size: 16px;
}

.tabs-table{
    display: none;
    padding:0 20px 20px 20px;
}

.terms p {
    color: #fff;
    text-align: center!important;
}

.terms a {
	font-size: 1em;
}







#header {

}


.opinion {

    border-radius: 25% 10%;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.537);
}


/* STOPKA */


footer {
    min-width: 10vh;
    min-height: 40vh;
    background-color: white;
    border-top: 0.3px black solid;
    margin-bottom: 25px;
}

.stopacontent {

    margin-top: 3%;
    margin-left: 15%;
    min-height: 25vh;
    min-width: 75vw;
    max-height: 35vh;
    max-width: 80vw;

    position: relative;
}

.kolumna1 {

    position: relative;
    min-height: 30vh;
    min-width: 25vh;
    max-width: 20vh;
    max-height: 35vh;

}

.kolumna2 {

    position: absolute;
    top: 0;
    left: 15vw;
    min-height: 30vh;
    min-width: 25vh;
    max-width: 20vh;
    max-height: 35vh;

}

.kolumna3 {

    position: absolute;
    top: 0;
    left: 30vw;
    min-height: 30vh;
    min-width: 25vh;
    max-width: 20vh;
    max-height: 35vh;

}

.kolumna4 {

    position: absolute;
    top: 0;
    left: 44vw;
    min-height: 30vh;
    min-width: 25vh;
    max-width: 20vh;
    max-height: 35vh;

}

.kolumna5 {

    position: absolute;
    top: 0;
    left: 58vw;
    min-height: 30vh;
    min-width: 25vh;
    max-width: 20vh;
    max-height: 35vh;

}


.kolumna1 p {
    font-size: 18px;

}

.kolumna1 h1 {
    font-size: 24px;
    text-align: center;

}

.kolumna2 p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 2%;
    cursor: pointer;
}

.kolumna2 h1 {
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.kolumna3 p {

    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
}

.kolumna3 h1 {
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.kolumna4 {
    padding-top: 1%;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.kolumna4 p {
    cursor: pointer;
}

.kolumna4 h1 {

    font-size: 22px;
    cursor: pointer;
}

.kolumna5 {
    padding-top: 2%;
    font-size: 16px;
    line-height: 32px;
    text-align: center;

}

.kolumna5 p {
    cursor: pointer;
}

.kolumna5 h1 {

    font-size: 22px;
    cursor: pointer;
}






@media screen and (max-width: 1200px) {
    
    .container, .containerfull{
        width: auto !important;
        margin: 0 50px !important;;
    }
    
    .mirror{
        margin: 60px 50px !important;
    }
    
    .opinion{
        width: 49%;
    }
	
    .opinion:nth-last-child(4n){
        margin-right: 2%;
    }
    
    .opinion:nth-child(2n){
        margin-right: 0;
    }
}

@media screen and (max-width: 980px){
    
    .container, .containerfull{
        width: auto !important;
        margin: 0 20px !important;;
    }
    
    #header .left img{
        width: 200px;
    }
    
    #header .right{
        margin-top: 10px;
    }
    
    #banner{
        margin-top: 61.63px;
        width: 100%;
        object-fit: cover;
        height: 300px;
        margin-top: 82.44px;


    }
    
    .mirror{
        margin: 140px 20px !important;
    }
    
    .col-50{
        width: 100%;
        margin: 0;
        float: none;
    }


    
}

@media screen and (max-width: 760px) {
    
    #header .right{
        float:none;
        clear: both;
        display: none;
    }
    
    #header #menu-rwd{
        display: block;
    }
    
    #header #menu a{
        overflow: hidden;
        display: table;
        margin: auto;
        margin-bottom: 15px
    }
    
    #header #menu{
        padding-top: 30px;
        overflow: hidden;
    }
    
    .opinion{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    #boxes .box{
        width: 49%;
    }
    
    #boxes .box:nth-child(2n), #boxes .box:nth-child(4n){
        margin-right: 0 !important;
    }

    .bannerimg {

        width: 70vw;
    }


#header .left img {
    
    width: 12%
   
}

#banner {
    height: 400px;
   
}

#step1{

    margin: 140px;
}




}

.button-34 {
    background: #ff0000;
    border-radius: 999px;
    box-shadow: #ff1111 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 52px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 20px 50px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
    transition: 0.3s;
  }

  .button-34:hover {

    scale: 0.9;
  }


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


.bannerimg {

    width: 40vw;
}

  }

  @media screen and (min-width: 1950px) {


    .bannerimg {
    
        width: 40vw;
    }
    
      }

    
      
    
    
    
    
    @media screen and (min-height: 1020px) and (max-width: 651px) {

      .bannerimg {

        width: 70vw;
      } 