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

    body .main{
        padding-bottom: 0px;
    }
    .nav-trigger {
        display:none;
    }
    .btn.btn-rounded.my-account {
        font-size: 16.64px;
        width: 150px;
        height: 42px;
        padding: 0;
        line-height: 43px;
        padding-right: 5px;
        margin-top: 8px;
        font-weight: 700;
    }
    .btn.btn-rounded.my-account svg{
        width:7px;
    }
    .top-section{
        background-color: #eeeeee;
        padding-bottom: 0px;
        margin-top: 96px;
    }

    .top-section .section-header {
        font-size: 67.67px;
        font-weight:500;
        padding: 0px;
        margin: 0;
        margin-top: 62px;
        text-align: left;
    }
    .top-section.with-pen .section-header {
        margin-top: 25px;
    }
    .top-section .btn.btn-header{
        font-size: 34.97px;
        padding: 13px 22px;
        position: relative;
        margin-top: 52px;
        display: inline-block;
    }
    .top-section .quote{
        position:relative;
        width: 525px;
        margin-left: 0;
    }
    .top-section .description{
        font-size: 18.93px;
        margin-top: 31px;
        padding: 20px 27px;
        text-align: left;
        line-height: 1.3;
        -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.4);
    }
    .top-section .quote .icon-quote-left-top{
        width: 40px;
        height: 43px;
        position:absolute;
    }

    .top-section .quote .icon-quote-right-bottom{
        width: 40px;
        height: 40px;
        position:absolute;
        bottom:0;
        right:0;
    }

    .top-section .video-container{
        position:relative;
        overflow: auto;
        display: block;
        margin-top: 48px;
        width: auto;
    }
    .top-section .video-container .video-bg {
        display:inline-block;
        max-width: 100%;
    }


    .top-section .video-container .preview-text.preview-text-1{
        color:#019cdf;
        top: 20px;
        left: 39px;
        font-size: 36px;
        font-weight:500;
    }
    .top-section.shorter .video-container .preview-text.preview-text-1{
        color:white;
        top: 50px;
        left: 39px;
    }
    .top-section .video-container .preview-text.preview-text-2{
        color:black;
        top: 59px;
        left: 41px;
        font-size:18px;
        font-weight: 600;
    }
    .top-section.shorter .video-container .preview-text.preview-text-2{
        color:white;
        top: 89px;
        left: 41px;
    }
    .top-section .video-container .preview-text.preview-text-3{
        color:black;
        top: 77px;
        left: 41px;
        font-size:18px;
        font-weight: 600;
    }
    .top-section.shorter .video-container .preview-text.preview-text-3{
        color:white;
        top: 107px;
        left: 41px;
    }
    .faq .top-section .video-container .video-bg {
        /*display:none;*/
    }
    .top-section .video-container .video-bg-t {
        display: none
    }
    .faq .top-section .video-container .video-bg-t {
        /*display:inline-block;*/
    }
    .top-section .icon-play{
        position:absolute;
        left: 39px;
        bottom: 36px;
        width: 68px;
        height: 66px;
    }

    .faq .text-section .section-header {
        font-size: 41px;
        margin-top: 37px;
        padding-left: 16px;
        text-align:left;
    }
    .faq .faq-section-header {
        font-size: 26px;
        font-weight: 500;
        margin-top: 23px;
        padding-left: 17px;
        margin-bottom: 20px;
    }
    /* Start form */
    .start-section{padding-bottom: 43px;}
    .start-section .section-header{
        font-size: 40.43px;
        font-weight:500;
        text-align:center;
        padding: 0px;
        margin-top: 40px;
        line-height: 1;
        width: 554px;
        margin-left: auto;
        margin-right: auto;
    }
    .start-section .subtitle{
        font-size: 24.1px;
        font-weight: 600;
        text-align:center;
        margin-top: 10px;
    }
    .start-section label{
        font-weight:500;
        font-size: 13.9px;
        overflow: auto;
        display: table;
        width: 100%;
        margin-bottom:0;
    }
    .start-section label .parsley-errors-list li{
        font-size: 14px;
    }
    .start-section label[for="email"] input{
        width: 246%;
    }
    /*.start-section form .form-input:nth-child(n) {*/
    /*    width: calc(50% - 20px);*/
    /*    float: left;*/
    /*    margin-left: 0;*/
    /*    margin-right: 10px;*/
    /*}*/
    /*.start-section form .form-input:nth-child(2n){*/
    /*    width: calc(50% - 20px);*/
    /*    float:right;*/
    /*    margin-left:10px;*/
    /*    margin-right:0px;*/
    /*}*/
    .start-section form .user-data .form-input:nth-child(1) {
        margin-top: 5px;
        width:100%;
    }
    .start-section form .user-data .form-input {
        margin-top: 5px;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
    }
    .start-section form .user-data .form-input:nth-child(3) {
        float: right;
        margin-left: 0px;
        margin-right: 0px;
    }
    .start-section label> span:first-child{
        margin-top: 0px;
        margin-bottom: 10px;
        display: inline-block;
        /* font-size: 13.9px; */
        float: none;
        width: 120px;
        text-align: right;
        padding-right: 13px;
        line-height: 20px;
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }
    .start-section label .passthrough {
        bottom: -4px;
        right: 0px;
    }
    .start-section label input, .start-section label select{
        display: inline-block;
        height: 41px;
        border:0;
        float: none;
        display: table-cell;
        width: 100%;
    }
    .start-section label .select-field {
        display:table;
        width: 100%;
    }

    .start-section form{
        width: 914px;
        margin-left: auto;
        margin-top: 17px;
        margin-right: auto;
    }
    .start-section .job-details {
        margin-top: 22px;
        padding-top: 9px;
        border-top: 2px solid #12a3e1;
        overflow: hidden;
    }
    .start-section .job-details > :first-child{
        border-top: none;
        margin-top: 0px;
    }

    .start-section .job-details label{
        margin-bottom: 0px;
        margin-top: 14px;
        display: table;
    }
    .start-section form .gdpr .form-input {
        float: none;
        margin: 0;
        width: 100%;
        margin-top: 4px;
    }
    .start-section .gdpr > :first-child{
        padding-top: 20px;
        border-top: 0px;
    }
    .start-section .gdpr{
        margin-top: 16px;
        padding-top: 8px;
    }
    .start-section .gdpr .pretty input:checked~.state.p-success .icon {
        top: calc((0% - (100% - 2.1em)) - 3%);
        width: calc(1em + 11px);
        height: calc(1em + 11px);
    }
    .start-section .gdpr label, .start-section .gdpr label a{
        font-size: 13.9px;
        font-weight:500;
        padding-left: 19px;
        line-height: 29px;
    }
    .start-section .gdpr .form-input{margin-top:10px;display:block;margin-bottom: 2px;}
    .start-section .gdpr .pretty .state label:after, .gdpr .pretty .state label:before{
        width: 27px;
        height: 27px;
        top:0;
        border: 2px solid #f7ea4f;
        border-radius: 2px;
    }
    .start-section .gdpr .pretty .state.p-success label:after{
        background-color: #f0f0f0;
        border-radius: 2px;
    }
    .start-section .gdpr .pretty input.state.p-success label:after {
        background-color: #f7ea4f!important;
        border-radius: 2px;
    }
    .start-section .pretty.p-icon input:checked~.state label:before {
        border-color: #f7ea4f;
    }
    .start-section .gdpr .pretty svg {
        fill:white;
    }
    .start-section .submit-form{
        display: inline-block;
        float: right;
        margin-top: -57px;
        width: 150px;
        font-size: 20.22px;
        font-weight: 500;
    }
    .start-section label .col-xl-3 span {
        line-height: 13px;
    }
    /* How it works */
    .how-it-works-section{
        background-color: #f0f0f0;
        padding-bottom: 47px;
    }
    .how-it-works-section .section-header{
        font-size: 40.42px;
        font-weight:500;
        text-align:center;
        padding: 0px 30px;
        margin-top: 49px;
    }
    .how-it-works-section .steps{
        margin-top: 14px;
        max-width: 930px;
    }
    .how-it-works-section .iconc{
        padding-top: 0px;
        height: 150px;
    }
    .how-it-works-section .steps .icon{
        margin:0 auto;
        display:block;
        margin-top: -10px;
        padding-left:0px;
        margin-right: 0;
        width: 286px;
        heighT: 175px;
    }
    .how-it-works-section .steps .last-step .icon{
        width: 158px;
    }
    .how-it-works-section .text{
        font-size: 14.5px;
        font-weight: 600;
        align-self: center;
    }
    .how-it-works-section span {
        margin-top: 60px;
        line-height: 1.3;
        padding: 0px 6px;
        font-size: 20.24px;
    }
    .how-it-works-section .btn-container{
        text-align:center;
    }

    .how-it-works-section .btn-rounded{
        margin-top: 36px;
        font-size: 9px;
        width: 177px;
        font-size: 15.3px;
        font-weight: 500;
        padding: 15px 12px;
    }
    .how-it-works-section .btn.btn-rounded svg {
        /*width: 14px;*/
        /*height: 19px;*/
    }
    /* Activity section */
    .activity-section{
        background-color: #12a3e1;
        padding-bottom: 0px;
    }
    .activity-section .section-header{
        font-size: 40.43px;
        font-weight:500;
        text-align:center;
        padding: 0px 30px;
        margin-top: 39px;
    }
    .activity-section .activity-stats{
        margin-top: 17px;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .activity-section .activity-row{
        margin-bottom: 25px;
    }
    .activity-section .activity-row .row{
        height:100%;
    }
    .activity-section .value{
        font-size: 50.54px;
        text-align: right;
        align-self: center;
    }
    .activity-section .text{
        font-size: 17.69px;
        font-weight:500;
        align-self: center;
        line-height: 1.5;
    }

    /* Reviews section  */
    .reviews-section{
        background-color: #f0f0f0;
    }
    .reviews-section .section-header{
        font-size: 40.43px;
        margin-top: 42px;
    }
    .reviews-section .swiper{
        width: calc(100% - 234px);
        margin-top: 43px;
    }
    .reviews-section .swiper-container{
        width: calc(100% - 234px);
    }
    .reviews-section .swiper-wrapper{
        box-sizing:border-box;
    }
    .reviews-section .swiper-button-prev, .reviews-section .swiper-button-next {
        background-image:none;
    }
    .reviews-section .swiper-button-prev {
        background-image:none;
        left: 49px;
    }
    .reviews-section .swiper-button-prev svg{
        background-image:none;
        width: 36px;
        height: 35px;
    }

    .reviews-section .swiper-button-next {
        background-image:none;
        right: 56px;
    }
    .reviews-section .swiper-button-next svg{
        background-image:none;
        width: 36px;
        height: 35px;
    }

    .reviews-section .swiper-slide {
        background-color: white;
        padding: 41px;
        padding-top: 38px;
    }
    .reviews-section .swiper-slide .content > *{
        display: inline-block;
    }
    .reviews-section .swiper-slide .content > span{
        font-size: 21.48px;
    }
    .reviews-section .swiper-slide .content > span.id-content{
        font-weight:400;
    }
    .reviews-section .swiper-slide .content > .topic-container{
        margin-top:10px;
        font-size: 21.48px;
    }
    .reviews-section .swiper-slide .topic-content{
        font-weight:400;
    }
    .reviews-section .swiper-slide .content.client .stars-container .title {
        font-size: 21.48px;
    }
    .reviews-section .swiper-slide .stars-container{
        display:block;
        margin-top: 10px;
    }
    .reviews-section .swiper-slide .stars-container .title{
        margin-top: 26px;
    }
    .reviews-section .swiper-slide .review-content{
        display:block;
        margin-top: 0px;
    }
    .reviews-section .swiper-slide .review-content .title{
        display: block;
        font-size: 16.88px;
    }
    .reviews-section .swiper-slide .review-content .text{
        font-size: 12.64px;
        line-height: 1.5;
        -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.7);
        margin-top: 5px;
    }
    .reviews-section .swiper-slide .review-status{
        font-size: 12.64px;
        -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.7);
        margin-top: 21px;
        display: block;
    }
    .reviews-section .swiper-slide .editor.stars-container{
        display:block;
        margin-top: 5px;
    }
    .reviews-section .swiper-slide .nick-container{
        display:block;
        margin-top: 14px;
    }
    .reviews-section .swiper-slide .nick-container .value{
        font-size: 19.26px;
        font-weight:400;
    }
    .reviews-section .swiper-slide .nick-container .stats{
        margin-top: 8px;
        font-size: 15.16px;
    }
    .reviews-section .swiper-slide .nick-container .editor-nick{
        display: inline-block;
        font-weight: 500;
        font-size: 19.26px;
    }
    .reviews-section .swiper-slide .content:last-child{
        padding-left: 72px;
    }
    .reviews-section .swiper-slide .title-editor{
        font-size: 21.48px;
        margin-top: 0px;
    }
    .reviews-section .swiper-slide .ask-editor{
        displaY:block;
        float:right;
        margin-top: 50px;
    }
    .reviews-section .btn.btn-rounded{
        font-size: 15.3px;
        width: 210px;
        padding: 13px 15px;
    }
    .btn.btn-rounded svg {
        width: 5px;
        height: 19px;
    }
    .reviews-section .stars-list{
        height:26px;
        width: 220px;
        display:block;
        position:relative;
        float: left;
    }
    .reviews-section .stars-rating{
        line-height: 47px;
        margin-left: 28px;
        font-size: 17.69px;
    }
    .reviews-section .stars-list .bg{
        background:url(../img/star-grey.svg) repeat-x left center;
        background-size:10%;
        width:100%;
        height:100%;
        z-index:1;
        position:relative;
    }
    .reviews-section .stars-list .real{
        background:url(../img/star-yellow.svg) repeat-x left center;
        background-size:10%;
        width: 220px;
        height:100%;
        z-index:2;
        position:absolute;
        top:0;
    }
    .reviews-section .editor .stars-list .real{
        background:url(../img/star-blue.svg) repeat-x left center;    background-size: 10%;
    }
    .reviews-section .real-score{
        overflow:hidden;
        width:90%;
        height: 100%;
        position: absolute;
        top:0;
    }
    .reviews-section .mobile-people{
        max-width:100%;
        margin-top: 46px;
        margin-bottom: -3px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    /* Top editors */
    .top-ranks-section{padding-bottom: 55px;}
    .top-ranks-section .section-header{
        font-size: 40.43px;
        padding: 0px 30px;
        margin-top: 54px;
    }
    .top-ranks-section .swiper {
        margin-top: 47px;
    }
    .top-ranks-section .swiper-container {
        width: calc(100% - 233px);
    }
    .top-ranks-section .swiper-wrapper{
        box-sizing: border-box;
    }
    .top-ranks-section .swiper-button-prev, .top-ranks-section .swiper-button-next {
        background-image:none;
        top: calc(50% - 61px);
    }
    .top-ranks-section .swiper-button-prev {
        background-image:none;
        left: 35px;
    }
    .top-ranks-section .swiper-button-prev svg{
        background-image:none;
        width: 34px;
        height: 34px;
    }

    .top-ranks-section .swiper-button-next {
        background-image:none;
        right: 35px;
    }
    .top-ranks-section .swiper-button-next svg{
        background-image:none;
        width: 34px;
        height: 34px;
    }

    .top-ranks-section .swiper-slide{
        background-color: #f0f0f0;
        position:relative;
        padding: 59px 71px;
        padding-right: 10px;
        padding-bottom: 37px;
        overflow: hidden;
    }
    .top-ranks-section .name{
        font-size: 30.33px;
    }
    .top-ranks-section .status {
        font-size: 17.69px;
        margin-top: 14px;
    }
    .top-ranks-section .status .value{
        color:white;
        padding: 2px 15px;
        margin-left: 10px;
    }
    .top-ranks-section .avatar {
        width: 192px;
        height: 192px;
        overflow:hidden;
        border-radius:50%;
        border: 9px solid #1fa2dc;
        margin-top: 21px;
    }

    .top-ranks-section .rating{
        margin-top: 25px;
    }
    .top-ranks-section .avatar img{
        max-width:100%;

    }
    .top-ranks-section .rating .title{
        font-size: 15.16px;
    }
    .top-ranks-section .stars-list{
        height:26px;
        width: 180px;
        display:block;
        position:relative;
        float: left;
    }
    .top-ranks-section .stars-rating{
        line-height: 30px;
        margin-left: 31px;
        font-size: 19.56px;
    }
    .top-ranks-section .stars-list .bg{
        background:url(../img/star-grey.svg) repeat-x left center;
        background-size:10%;
        width:100%;
        height:100%;
        z-index:1;
        position:relative;
    }
    .top-ranks-section .real-score{
        overflow:hidden;
        width:90%;
        height: 100%;
        position: absolute;
        top:0;
    }
    .top-ranks-section .stars-list .real{
        background:url(../img/star-blue.svg) repeat-x left center;
        background-size:10%;
        width: 180px;
        height:100%;
        z-index:2;
        position:absolute;
        top:0;
    }
    .top-ranks-section .content:last-child{
        padding-left: 38px;
    }
    .top-ranks-section .achievements{
        clear:right;
        margin-top: -10px;
        padding-right: 10px;
    }
    .top-ranks-section .achievements .prize{
        background-color:white;
        border-radius:50%;
        width: 78px;
        height: 78px;
        padding: 2px;
        display: inline-block;
    }
    .top-ranks-section .achievements .prize img {
        margin-top:5px;
    }
    .top-ranks-section .achievements .column{
        width: 109px;
        float:left;
        clear:right;
        text-align: center;
    }
    .top-ranks-section .achievements  .value{
        font-size: 60px;
        margin-top: 12px;
    }
    .top-ranks-section .stats{
        float:left;
        clear:left;
        margin-top: 0px;
        padding-left: 19px;
    }
    .top-ranks-section .stats .stat-row{
        float:left;
        clear:left;
        margin-top: 11px;
    }
    .top-ranks-section .stats .stat-row .value{
        width: 51px;
        font-size: 20.45px;
        font-weight: 600;
    }
    .top-ranks-section .stats .stat-row .text{
        font-size: 16.43px;
    }
    .top-ranks-section .corner-ribbon{
        font-size: 13px;
        top: 34px;
        right: -52px;
        line-height: 31px;
    }
    .top-ranks-section .btn.btn-rounded{
        margin-top: 78px;
        width: 205px;
        font-size: 15.3px;
    }

    /* Discount */
    .discount-section{
        background-color: #f0f0f0;
        position:relative;
        padding-bottom: 84px;
        padding-top: 30px;
    }
    .discount-section .section-header{
        font-size: 40.43px;
        padding: 0px 30px;
        margin-top: 31px;
    }
    .discount-section .sub-header{
        font-size: 24px;
        margin-top: 17px;
    }
    .discount-section .extra-header{
        font-size: 20.22px;
        margin-top: 19px;
        width: 300px;
        text-align: left;
        padding-left: 302px;
        transform: translateY(32px);
    }
    .discount-section .label{
        text-align: left;
        font-size: 20.22px;
        margin-top: 12px;
        margin-bottom: -32px;
        margin-left: -23px;
    }
    .discount-section .wrapper-discounts{
        max-width: 900px;
        margin: 0 auto;
        clear: both;
    }
    .discount-section .icon-discount {
        max-width:100%;
        margin-top: 67px;
        height: 241px;
        width: 264px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .discount-section .btn.btn-rounded{
        margin-top: 50px;
        width: 205px;
        font-size: 15.3px;
        font-weight: 500;
        display: block;
        clear: both;
    }

    .discount-section .container{
        position:relative;
        z-index:2;
    }
    .discount-section img{
        position:absolute;
        z-index:1;
        bottom: 44px;
        left: -388px;
        width: 825px;
    }

    /* Gwarancje */


    .warranties-section{
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .warranties-section .warranty-container{
        min-height: 520px;
        padding-top: 95px;
    }
    .warranties-section .title{
        font-size: 31px;
    }
    .warranties-section .details{
        font-size: 14px;
        line-height: 1.3;
    }
    .warranties-section .corner-ribbon{
        font-size: 12px;
        line-height: 27px;
    }
    .warranties-section  .symbol{
        top: 38px;
        right: 48px;
    }
    .warranties-section  .symbol svg{
        width: 85px;
        height: 85px;
    }

    .video-row-section .btn.btn-rounded {
        margin-top: 17px;
    }


    /* Pre sections */
    .pre-section{
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .pre-section .section-header{
        font-size: 41px;
        font-weight:500;
        padding: 0px 30px;
    }

    .pre-section .description{
        font-size: 18px;
        line-height: 1.3;
    }

    /* Why Us */
    .why.activity-section{
        padding-bottom: 10px;
    }



    /* Table section */

    .section-table .dataTables_filter{
        padding: 10px;
        padding-top:0px;
        color:white;
    }

    .section-table  .dataTables_info{
        padding-left:18px;
    }

    /* Clients reviews */
    .client-reviews-section .ask-editor{
        float:right;
        widtH:auto;
        margin:0;
        position: relative;
        top: 0;
    }
    .client-reviews-section .nick-container {
        display: block;
        margin-top: 0px;
        float: left;
        position: relative;
    }
    .client-reviews-section .stars-container {
        margin-top: 5px;
    }
    .client-reviews-section .review-content{
        height: calc(100% - 85px);
    }

    .client-reviews-section .review-bottom{
        margin-top: 14px;
    }

    .client-reviews-section .right {
        margin-top: 0px;
        position: relative;
    }

    /* Why Us */
    .why.how-it-works-section .content {
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 25px;
        margin-top: 84px;
    }

    .why.how-it-works-section .centered-self {
        align-self:center;
    }

    .why.how-it-works-section .steps .icon {
        padding-left: 0px;
        width: 235px;
        position: relative;
    }
    .why.how-it-works-section .text span {
        line-height: 1.4;
        font-size: 22px;
    }
    .fullrow-cta-section .btn-rounded {
        border: 0;
        margin-top: 0px;
        padding-right: 35px;
        font-size: 20px;
        text-transform: uppercase;
        padding: 10px 36px;
        line-height: 1;
    }

    .fullrow-cta-section .title {
        text-align: center;
        display: block;
        color: white;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 0px;
    }


    .fullrow-cta-section .btn.title {
        line-height: 1;
    }

    .section-editors-field-list .stars-list{
        height: 21px;
        width: 230px;
        display:inline-block;
        position:relative;
        float: none;
        margin-bottom: -2px;
        margin-right: 10px;
    }
    .section-editors-field-list .stars-rating{
        line-height: 40px;
        margin-left:10px;
        font-size: 16px;
    }
    .section-editors-field-list .stars-list .bg{
        background:url(../img/star-grey.svg) repeat-x left center;
        background-size:10%;
        width:100%;
        height:100%;
        z-index:1;
        position:relative;
    }
    .section-editors-field-list .stars-list .real{
        background:url(../img/star-yellow.svg) repeat-x left center;
        background-size:10%;
        width: 230px;
        height:100%;
        z-index:2;
        position:absolute;
        top:0;
    }
    .section-editors-field-list .section-header {
        font-size: 41px;
    }

    .section-editors-field-list .editor .stars-list .real{
        background:url(../img/star-blue.svg) repeat-x left center;    background-size: 10%;
    }
    .section-editors-field-list .real-score{
        overflow:hidden;
        width: 95%;
        height: 100%;
        position: absolute;
        top:0;
    }
    .editor-details-section .section-header {
        text-align: left;
        padding-left:0;
    }
    .achievements-section .achievements .section-header {
        padding: 0;
        text-align: left;
    }
    .achievements-section .stats.right-wrong .stat-row .text{
        width: 50%;
    }
    .editor-details-section .basic-info .stats .stat-row .value {
        font-size: 17.69px;
        width: 192px;
        text-align: right;
        padding-right: 20px;
    }
    .editor-details-section .basic-info .stats .stat-row .value .asky-container{
        display:inline-block    ;
        position:relative;
    }
    .editor-details-section .basic-info .stats .stat-row .value .asky-container svg{
        top:2px;
        left:-17px;
    }

    /*stats*/
    .stats-section .basic-info .stats .stat-row .value {
        font-size: 17.69px;
        width: 192px;
        text-align: right;
        padding-right: 20px;
    }
    .stats-section .basic-info .stats .stat-row .value .asky-container{
        display:inline-block    ;
        position:relative;
    }
    .stats-section .basic-info .stats .stat-row .value .asky-container svg{
        top:2px;
        left:-17px;
    }
    .stats-section .stats .stat-row .text,  .editor-details-section .stats .stat-row .text{
        font-size: 17.8px;
    }
    .editor-details-section .status {
        font-size: 17.7px;
        margin-top: 14px;
        margin-bottom:10px;
    }
    .editor-hobby-section .section-header{
        font-size: 41px;
        font-weight: 500;
    }
    .editor-hobby-section ul.prefered li{
        float: left;
        width: 33.33%;
    }
    .discount-section.new-client .section-mini-header, .loyalty-section .section-mini-header, .gratis-section .section-mini-header{
        font-size: 24px;
    }
    .rabaty .pigside{
        max-width: 59%;
        margin-top:0px;
        margin-left: 181px;
    }
    .gratis-section li{
        font-size: 16px;
    }
    .loyalty-section{
        font-size:16px;
    }

    .loyalty-section .discount-description li .boldy{
        font-size:16px;;
    }
    .loyalty-section .discount-description li{
        font-size:16px;
    }

    .loyalty-section .discount-table{transform   :none;max-width: 80%;margin: 0 auto;display: block;}


    .loyalty-section .chart-description{
        margin-top: 53px;
        width:100%;
    }
    .loyalty-section .chart-description li{
        position:relative;
        margin-top: 0px;
        line-height: 29px;
        font-size: 13px;
        float:none;
    }
    .loyalty-section .chart-description ul{
        padding-left: 75px;
    }
    .loyalty-section .chart-description li:nth-child(1):before{
        display:block;
        position:absolute;
        content:'';
        width:70px;
        height:25px;
        background-color:#ffe807;
        top:3px;
        left:-75px;
    }
    .loyalty-section .chart-description li:nth-child(2):before{
        display:block;
        position:absolute;
        content:'';
        width:70px;
        height:25px;
        background-color:#019cdf;
        top:3px;
        left:-75px;
    }
    .loyalty-section .chart-description li:nth-child(3):before{
        display:block;
        position:absolute;
        content:'';
        width:70px;
        height:25px;
        background-color:#c8c8c8;
        top:3px;
        left:-75px;
    }
    .loyalty-section .end.description{
        text-align: center;
        line-height: 1.3;
        margin-top: 21px;
    }

    .loyalty-section .chart-description{
        margin-top: 91px;
    }

    .loyalty-section .chart-description li{
        font-size:16px;
        margin-top:10px;
        text-align: left;
    }

    .discount-section.new-client .icon-discount {
        margin-top: 21px;
        width: 212px;
    }
    .discount-section.new-client  {
        padding-bottom: 50px
    }
    #details-writer .section-header {

    }
    #details-writer .achievements, #details-writer .stats-general {
        margin-bottom:20px;
    }
    #details-writer .stats-section .stats.stats-general:first-child{
        margin-top:0px;
    }
    #details-writer .stats-section .stats.stats-general .stat-row .value {
        font-weight:600;
        font-size:22px;
    }
    #details-writer .stats-section .rating{
        margin-top:12px;
    }
    #details-writer .stats-section .rating .redactor .centered-container{
        margin-top:8px;
    }
    #details-writer .stats-section .stats.stats-general .stat-row .text{
        position:relative;
        top:-1px;
    }
    .new-work-section.new-redactor-section .form-multiple-checkboxes label {
        font-size: 13px;
    }
    .new-work-section.new-redactor-section .green-bg {
        min-height:auto;
    }
    .new-work-section .form-group.titles .btn {
        width: auto;
        display: inline-block;
    }
    .new-work-section .submit-form {
        font-size: 20px;
        width: 260px;
    }
    .like-fb-footer {

        top: 60px;
        right: 30px;
    }
    .section-editors-list .options .btn{
        font-size:13px;
    }
    .section-editors-list .stars-rating {
        font-size: 29px;
    }
    .navbar-buttons{
        position:relative;
    }
    .navbar-buttons .country-select {
        position: absolute;
        display: inline;
        width: 38px;
        left: -55px;
        top: 4px;
    }
    .not-logged.navbar-buttons .country-select {
        top: 18px;
    }
    .logged.navbar-buttons .country-select {
        top: 5px;
    }
    .logged.navbar-buttons .user-profile {
        top:10px;
    }
    .navbar-buttons .cs_absolute{
        position:absolute;
    }

    .navbar-buttons .cs_absolute input#country_selector {
        position:relative!important;
        width: 100%;
        opacity: 1!important;
        border:0;
        padding-right: 10px;
        padding-lefT: 3px;
    }

    .country-select .country-list{
        overflow:hidden;
    }
}

