@media screen and (min-width: 0px) and (max-width: 1420px), only screen and (min-device-width: 0px) and (max-device-width: 1420px){
    body, .wrapper{
        min-width: 250px;
    }
    .wrapper .container{
        width: 100%;
        margin: 0px;
        padding: 0px 15px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 0px) and (max-width: 1260px), only screen and (min-device-width: 0px) and (max-device-width: 1260px){
    .order-module{
        overflow: hidden;
        margin-top: 70px;
    }
    .order-module::before{
        right: 0;
        top: 0;
        width: 60%;
        height: calc(100% - 45px);
        background-position: bottom right;
        margin: 10px 35px 35px;
        background-size: contain;
    }
    .reviews-mod{
        margin-top: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1200px), only screen and (min-device-width: 0px) and (max-device-width: 1200px){
    header + .info-bk{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1150px), only screen and (min-device-width: 0px) and (max-device-width: 1150px){
    .footer .podpis{
        padding-left: 50px;
        padding-right: 50px;
        flex-wrap: wrap;
    }
    .footer .podpis .btn{
        display: none;
    }
    .order-module .cont{
        z-index: 1;
    }
    .order-module{
        padding-left: 70px;
    }
    .order-module::before{
        margin-right: -7%;
    }
}

@media screen and (min-width: 0px) and (max-width: 1100px), only screen and (min-device-width: 0px) and (max-device-width: 1100px){
    .block-bd.flex{
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: -50px;
    }
    .block-bd.flex .cont-form-bk{
        width: 100%;
        flex-direction: column;
    }
}
@media screen and (min-width: 0px) and (max-width: 950px), only screen and (min-device-width: 0px) and (max-device-width: 950px){
    .footer .footer-cont .container{
        flex-wrap: wrap;
    }
    .footer .footer-cont .ct{
        width: 100%;
        justify-content: space-between;
    }
    .footer .footer-cont .rt{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
    }
    .footer .footer-cont .bk-bezop{
        margin-top: 0px;
        order: 1;
    }
    .footer .footer-cont .lang{
        order: 2;
    }
    .footer .footer-cont .ct .menu-foot{
        width: auto;
    }
    .order-module{
        display: flex;
        flex-direction: column;
        padding-left: 0px;
    }
    .order-module::before{
        height: 400px;
        margin: 50px 0px 40px;
        position: relative;
        background-position: center;
        width: 100%;
    }
    .order-module .cont{
        width: 100%;
        text-align: center;
        padding: 0px 30px 50px;
        box-sizing: border-box;
        align-items: center;
    }
    .order-module .cont > span > br{
        display: none;
    }
    .footer .footer-cont .ct .menu-foot > ul > li a{
        margin-right: 0px;
    }
}

@media screen and (min-width: 0px) and (max-width: 900px), only screen and (min-device-width: 0px) and (max-device-width: 900px){
    .soft-items .items{
        width: 50%;
    }
    .what-working .working-bk .items{
        width: 33.33333333333%;
    }
    .footer .podpis{
        flex-direction: column;
        justify-content: center;
        height: auto;
        padding: 25px;
    }
    .footer .podpis .title-bk{
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .podpis::before{
        display: none;
    }
    .footer .podpis .btn{
        display: flex;
        margin-top: 20px;
    }
    .soft-items.line{
        margin-top: 20px;
    }
    .order-module{
        margin-top: 50px;
    }
    .reviews-mod{
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .info-bk{
        margin-top: 50px;
    }
    .profil-edit-bk{
        flex-direction: column;
    }
}

@media screen and (min-width: 0px) and (max-width: 870px), only screen and (min-device-width: 0px) and (max-device-width: 870px){
    .header{
        background: #0a7fdc;
        min-height: 400px;
    }
    .header .hed .rt{
        display: none;
    }
    .header .hed{
        justify-content: center;
        margin-top: 25px;
    }
    .header .hed .lt .title-hed > div{
        margin-right: 0px;
    }
    .header .hed .lt .title-hed{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header .hed .lt{
        align-items: center;
    }
    .logo-site{
        width: 80px;
    }
    .log-autor .autor .text{
        display: none;
    }
    .log-autor .autor .img{
        margin: 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px), only screen and (min-device-width: 0px) and (max-device-width: 800px){
    .soft-item-line-right{
        flex-direction: column;
    }
    .soft-item-line .pod{
        width: 100%;
        align-items: flex-start;
        margin: 0;
        padding: 0px 30px;
        box-sizing: border-box;
    }
    .soft-item-line .pod .po{
        height: auto;
        padding-bottom: 30px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    .soft-item-line .cont{
        padding: 20px 30px;
        box-sizing: border-box;
        margin: 0px;
    }
    .soft-item-line .pod::before{
        display: none;
    }
    .reviews-modul{
        flex-direction: column;
    }
    .reviews-modul .lt{
        margin-right: 0px;
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .reviews-modul .lt::after{
        display: none;
    }
    .container.showfull{
        flex-direction: column;
    }
    .container.showfull .container-l.item{
        width: 100%;
        display: flex;
        margin: 0px 0px 30px;
    }
    .showfull .container-r{
        width: 100%;
    }
    .showfull .StickySidebar{
        display: flex;
    }
    .showfull .module-left-item{
        width: 290px;
        margin-right: 30px;
    }
    .showfull .module-left-info{
        width: calc(100% - 320px);
        margin-top: 0px;
    }
    .soft-item-line .price{
        margin-bottom: 0px;
        order: 2;
    }
    .btn.c-blue{
        order: 1;
    }
}
@media screen and (min-width: 0px) and (max-width: 750px), only screen and (min-device-width: 0px) and (max-device-width: 750px){
    .form-bk.col-3 .item{
        width: 50%;
    }
    .profil-pm{
        flex-direction: column;
    }
    .profil-pm .prt{
        width: 100%;
    }
    .profil-pm .plt{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .profil-pm .menu{
        display: flex;
        justify-content: center;
    }
    .profil-pm .menu > li{
        padding: 0px 15px;
    }
}
@media screen and (min-width: 0px) and (max-width: 730px), only screen and (min-device-width: 0px) and (max-device-width: 730px){
    .header{
        min-height: 370px;
    }
    .header .hed .lt .title-hed > div{
        font-size: 50px;
    }
    .error-site-info{
        display: none !important;
    }
    .title-h1-site h1{
        font-size: 50px;
    }
    .order-module::before{
        width: 80%;
        height: 340px;
    }
    .system-pages{
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 0px) and (max-width: 700px), only screen and (min-device-width: 0px) and (max-device-width: 700px){
    .profil-dop{
        flex-direction: column;
    }
    .profil-dop .item{
        flex-direction: column;
        width: 100%;
    }
    .profil-dop .item:first-child{
        margin-bottom: 25px;
    }
    .title-h1-site h1{
        font-size: 40px;
    }
    .tabs{
        flex-direction: column;
        padding: 25px 0px 20px;
    }
    .tabs li{
        margin-bottom: 5px;
    }
    .tabs li a{
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .tabs > li > a:hover{
        border-bottom: none;
        background-color: #e9f7ff;
    }
    .tabs > li.active > a{
        color: #ffffff;
        border: none;
        background-color: #88BE3F;
    }
    .profil .profil-top{
        flex-direction: column;
        align-items: center;
    }
    .profil .profil-top .plt{
        flex-direction: column;
        align-items: center;
    }
    .profil .profil-top .plt .info-autor{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .profil .profil-top .plt .img{
        margin-right: 0px;
        width: 150px;
        height: 150px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        margin-bottom: 15px;
    }
    .profil .profil-top .plt .info-autor .name{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .profil .profil-top .plt .info-autor .name > span.yes{
        margin-left: 0px;
        margin-top: 7px;
    }
    .profil .profil-top .prt{
        margin-top: 20px;
        padding-right: 20px;
    }
    .profil .profil-foot{
        padding-left: 30px;
    }
    .profil .profil-top .plt .info-autor .data{
        text-align: center;
    }
    header + .title-h1-site + .tabs{
        padding: 25px 20px 20px;
    }
}

@media screen and (min-width: 0px) and (max-width: 650px), only screen and (min-device-width: 0px) and (max-device-width: 650px){
    .soft-items .items{
        width: 100%;
    }
    .soft-bk{
        margin-bottom: 50px;
    }
    .footer{
        padding-top: 35px;
    }
    .block-bd.flex{
        margin-bottom: 0px;
    }
    .container-bk.static .container-l{
        display: none;
    }
    .profil-pm .prt{
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 0px) and (max-width: 600px), only screen and (min-device-width: 0px) and (max-device-width: 600px){
    #mob-menu-btn{
        display: flex;
    }
    header .right ul {
        display: none !important;
    }
    .header-home-right > ul{
        display: none;
    }
    .footer .cop{
        min-height: 70px;
        height: auto;
    }
    .footer .cop .container{
        padding: 20px;
        justify-content: center;
        text-align: center;
    }
    .footer .podpis{
        margin-bottom: 40px;
    }
    .footer .footer-cont .container{
        margin-bottom: 40px;
    }
    .footer .footer-cont .rt{
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .footer .footer-cont .lang{
        margin-top: 20px;
    }
    .footer .footer-cont .ct{
        flex-wrap: wrap;
    }
    .footer .footer-cont .ct .menu-foot{
        width: 100%;
        margin-bottom: 30px;
        align-items: center;
        flex-direction: column;
        display: flex;
    }
    .footer .footer-cont .ct .menu-foot > ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .footer-cont .bk-bezop{
        padding-left: 0px;
        text-align: center;
        padding-top: 70px;
    }
    .footer .footer-cont .bk-bezop::before{
        left: 50%;
        background-size: contain;
        margin-left: -25px;
        width: 50px;
        height: 60px;
    }
    .soft-items.line{
        margin-top: 00px;
    }
    .order-module{
        margin-top: 30px;
    }
    .reviews-mod{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .footer .footer-cont .ct .menu-foot > ul > li a{
        margin-left: 0px;
    }
    .info-bk{
        margin-top: 40px;
        padding: 30px;
    }
    .container.showfull .container-l.item{
        flex-direction: column;
        align-items: center;
    }
    .showfull .module-left-item{
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .showfull .module-left-info{
        width: 100%;
    }
    .footer .footer-cont .ct .menu-foot > ul,
    .footer .footer-cont .ct .menu-foot > ul > li{
        width: 100%;
    }
    .footer .footer-cont .ct .menu-foot > ul > li a{
        padding: 17px;
        width: 100%;
        justify-content: center;
    }
    .footer .footer-cont .ct .menu-foot > ul > li a:hover{
        text-decoration: none;
        color: #88be3f;
    }
    .footer .footer-cont .ct .menu-foot > ul > li a.active{
        background-color: #e3f4ff;
        color: #0169CA;
    }
    .reviews-mod .title{
        font-size: 40px;
    }
    .reviews-mod .full-site{
        display: none;
    }
    .reviews-mod .mob-site{
        display: block;
        padding: 10px;
        height: auto;
        min-height: 50px;
    }
    .com-add{
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }
    .ca-send{
        width: 100%;
        margin: 20px 0 0 0;
        position: inherit;
    }
    .ca-photo-user{
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100px;
        height: 100px;
        position: inherit;
        margin-left: 0px;
    }
    .comments-tree-list li ol{
        padding-left: 0px;
    }
    #dlefastreplycomments{
        padding-left: 30px;
    }
    .pm-table-li-subj{
        white-space: normal;
        overflow: inherit;
        text-overflow: inherit;
        width: 100%;
        margin-right: 0px;
        margin-top: 15px;
    }
    .pm-table-li-user{
        width: auto;
        margin-right: 0px;
    }
    .pm-table-li{
        flex-wrap: wrap;
    }
    .pm-table-li-date{
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }
}

@media screen and (min-width: 0px) and (max-width: 550px), only screen and (min-device-width: 0px) and (max-device-width: 550px){
    .what-working .working-bk .items{
        width: 50%;
    }
    .soft-item-line{
        flex-direction: column;
    }
    .soft-item-line .img{
        width: 100%;
    }
    .order-module::before{
        height: 250px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .title-h1-site h1{
        font-size: 40px;
    }
    .reviews-mod .title{
        font-size: 45px;
    }
    .block-bd.flex .cont-info{
        padding: 20px;
    }
    .block-bd.flex .cont-form-bk{
        padding: 20px;
    }
    .form-bk.col-3 .item{
        width: 100%;
    }
}

@media screen and (min-width: 0px) and (max-width: 500px), only screen and (min-device-width: 0px) and (max-device-width: 500px){
    .update-history .items .data{
        width: 95px;
        padding-right: 10px;
    }
    .update-history::before{
        left: 104px;
    }
    .update-history .items .desc{
        padding-left: 20px;
    }
    .update-history .items .desc div{
        padding: 15px 20px 0px;
    }
    .update-history .items .desc div p{
        line-height: 25px;
        font-size: 14px;
    }
    .register #registration{
        flex-direction: column;
    }
    .register .text-rules > .text-content{
        padding-right: 0px;
    }
    .register .text-rules{
        padding: 25px;
    }
    .com-li-left .clrfl-reply{
        display: block;
    }
    .com-li-right .clrfl-reply{
        display: none;
    }
}

@media screen and (min-width: 0px) and (max-width: 450px), only screen and (min-device-width: 0px) and (max-device-width: 450px){
    .form-bk.sec-code{
        flex-direction: column;
    }
    .form-bk.sec-code .input-form{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .btn.big{
        font-size: 23px !important;
    }
    .form-bk.check{
        display: flex;
        flex-direction: column;
    }
    .form-bk.check .btn{
        margin-left: 0px;
    }
    .info-pro-content::after{
        display: none;
    }
    .info-pro{
        padding: 30px;
    }
    .system-pages .page-content .title{
        font-size: 30px;
    }
    .auth-social .title{
        padding: 30px;
    }
    .auth-social .form-reg p{
        padding: 0px 30px 20px;
    }
    .auth-social .form-reg .form-bk{
        margin-right: 30px;
        margin-left: 30px;
    }
    .auth-social .form-reg .btn.big{
        margin-top: 10px;
    }
    .system-pages .rlt .title-reg{
        font-size: 35px;
    }
}
@media screen and (min-width: 0px) and (max-width: 400px), only screen and (min-device-width: 0px) and (max-device-width: 400px){
    .what-working .working-bk .items{
        width: 100%;
    }
    .order-module::before{
        margin-top: -20px;
        margin-bottom: -10px;
    }

    .reviews-modul .ltlt{
        flex-direction: column;
        width: 100%;
    }
    .reviews-modul .lt .img{
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .reviews-modul .lt .inf{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .reviews-modul .rt .top-revi{
        flex-direction: column;
    }
    .reviews-modul .rt .top-revi .rate,
    .reviews-modul .rt .top-revi .autor{
        margin-right: 0px;
    }
    .reviews-modul .rt .top-revi .autor{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .reviews-modul .lt .img img{
        width: 100px;
        margin-top: 15px;
    }
    .showfull-rm.reviews-mod .lt{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .ca-editor textarea{
        height: 90px;
    }
}