﻿* {
    font-family: 'Arial', 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: 20px;
}

h2 {
    font-size: 16px;
}

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

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

.left{
    float: left;
}

.right{
    float: right;
}

.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:0;
    left: 0;
    background:#fff;
    width:100%;
    z-index:999;
    overflow: hidden;
    position: fixed;
    padding: 10px 0;
}

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

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

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

#banner img{
    width: 100%;
    object-fit: cover;
    height: 300px;
    margin-top: 82.44px;
}

#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/box1.svg) no-repeat center top;
    background-size: 60px;
    padding-top: 80px;
}

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

#boxes .box.box3 h4{
    background: url(../assets/img/box3.svg) 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;
}

.mirror{
    border: 2px solid #c0192b;
    margin:60px 0;
}

.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;
}

.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: 16px;
}

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

.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;
}

.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;
}

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: 25px;
    font-weight: 600;
    border: 1px solid #eee;
    padding: 20px 0;
}

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

.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;
}

@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 img{
        margin-top: 61.63px;
    }
    
    .mirror{
        margin: 60px 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;
    }
}