@media(max-width: 1024px){
    .tablet-hidden{
        display: none;
    }
    .wrapper{
        padding: 0 45px;
    }
    h1{
        line-height: 32px;
    }
    p{
        margin-bottom: 26px;
    }

    .desktop-hidden.show-tab{
        display: block;
    }
    /*header-tablet*/
    .header__block.wrapper{
        padding: 0 43px;
    }
    .header__menu-first{
        display: none;
    }
    .header-menu_cabinet{
        margin-right: 22px!important;
    }
    .header-mobile__account > svg:first-child{
        width: 24px;
        height: 24px;
    }
    .header-menu_cabinet ul{
        left: -92px;
        width: 200px;
        padding: 20px;
    }
    .balance-link{
        justify-content: space-between;
        align-items: center;
    }
    .header-menu_cabinet ul li a{
        line-height: 36px;
    }
    .header:not(.auth-page) .header__menu-second .header__order, .header__menu-second .tablet-hidden.header_funds{
        display: none!important;
    }
    .header.auth-page .header__menu-second .header__order,
    .header.auth-page .header__menu-second .header__login{
        width: 70px;
        color: #2B454E;
        background: none;
        border: none;
        font-size: 14px;
    }
    .header_funds .header__login{
        display: flex;
        color: #fff;
        background-color: #00DFBF;
        margin-top: 15px;
    }
    .header_funds .header__login svg{
        fill: #fff;
    }
    .authorized .header__phone-li.show-tab{
        display: flex;
    }

    .header__menu-toggler{
        display: block;
        /*position: relative;*/
        width: 30px;
        height: 24px;
        background: url(../images/burger.svg) center center/contain no-repeat;
    }
    .header.auth-page .header__menu-toggler{
        display: none;
    }
    .header__menu-toggler.menu-opened{
        width: 30px;
        height: 30px;
        background: url(../images/burger-close.svg) center center/contain no-repeat;
    }
    /*.header__menu-toggler-lines{*/
    /*    display: block;*/
    /*    background: #324354;*/
    /*    border-radius: 5px;*/
    /*    width: 30px;*/
    /*    height: 2px;*/
    /*}*/
    /*.header__menu-toggler:before{*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    display: block;*/
    /*    background: #324354;*/
    /*    border-radius: 5px;*/
    /*    width: 30px;*/
    /*    height: 2px;*/
    /*    top: -8px;*/
    /*}*/
    /*.header__menu-toggler:after{*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    display: block;*/
    /*    background: #324354;*/
    /*    border-radius: 5px;*/
    /*    width: 30px;*/
    /*    height: 2px;*/
    /*    top: 8px;*/
    /*}*/
    .header__menu-first{
        display: block;
        margin-right: 0;
        border-bottom: 1px solid rgba(43, 69, 78, 0.12);
        position: fixed;
        width: 265px;
        top: 66px;
        right: 0;
        bottom: 0;
        height: auto;
        -webkit-transform: translateX(+200%);
        -ms-transform: translateX(+200%);
        transform: translateX(+200%);
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        background: #FFFFFF;
        padding-top: 27px;
        padding-right: 43px;
        padding-left: 43px;
        text-align: right;
        z-index: 11;
    }

    .authorized .header__menu-first{
        margin-right: 0;
    }

    .menu-gen{
        margin-right: 0;
    }

    .authorized .header__menu-first li{
        margin-right: 0!important;
    }


    .main-nav-opened{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .header__menu-first li{
        margin-right: 0;
        padding: 0;
        margin-bottom: 15px;
    }
    .header__mob-bg{
        display: block;
        position: fixed;
        background: #393939;
        opacity: 0.5;
        width: 100%;
        top: 66px;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        z-index: 0;
        -webkit-transform: translateX(+200%);
        -ms-transform: translateX(+200%);
        transform: translateX(+200%);
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        z-index: 9;
    }
    .header__mob-bg.main-nav-opened{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header__login.desktop-hidden{
        display: none;
    }
    .header__order.desktop-hidden{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        width: 100%;
        color: #fff;
        margin-top: 40px;
    }
    .header__menu-first li a.header__order.desktop-hidden:hover{
        text-decoration: none;
    }
    /*end-header-tablet*/
    /*main-banner*/
    .main-banner {
        padding: 70px 0;
    }
    .main-banner__block-form{
        padding-left: 43px;
        width: 69%;
    }
    .banner-select select.custom{
        border: 1px solid #5D8FA0;
        border-radius: 5px;
        color: #2B454E;
        padding-left: 15px;
        padding-right: 33px;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 50px;
        line-height: 1;
        background-image: url(../images/select-arrow.svg);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 3%;
        width: 100%;
        cursor: pointer;
    }
    .banner-select select.custom.ph{
        color: rgba(43, 69, 78, 0.367297);
    }
    .main-banner-form-description{
        width: 90%;
    }
    .main-banner-img{
        width: 31%;
        height: 319px;
        background: url(../images/banner-img-tablet.svg) center center/contain no-repeat;
    }
    /*end-main-banner*/
    /*brands*/
    .brands{
        margin-bottom: 70px;
    }
    .brands__block.wrapper{
        padding: 0 43px;
    }
    .brands__block-items{
        padding: 10px 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    /*.brands-bottom{*/
    /*    width: 40%;*/
    /*}*/
    .brand-fb{
        height: 15px;
        width: 80px;
        margin-right: 45px;
    }
    .brand-bbc{
        height: 11px;
        width: 103px;
        margin-right: 45px;
    }
    .brand-netflix{
        height: 17px;
        width: 63px;
        margin-right: 45px;
    }
    .brand-google{
        height: 20px;
        width: 64px;
        margin-right: 45px;
    }
    .brand-mastercard{
        height: 24px;
        width: 41px;
        margin-right: 45px;
    }
    .brand-paypal{
        height: 20px;
        width: 76px;
    }
    /*end-brands*/
    /*writers*/
    .writers{
        margin-bottom: 70px;
    }
    .writers-title{
        line-height: 32px;
        margin-bottom: 40px;
    }
    .writers__block{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 12px;
    }
    .writers__block-item{
        width: 48.5%;
    }
    .writers__block-item:nth-child(5){
        display: none;
    }
    .writers__block-item:last-child{
        display: none;
    }
    /*end-writers*/
    /*why-us*/
    .why-us{
        margin-bottom: 42px;
    }
    .why-us-title{
        line-height: 32px;
    }
    .why-us__block{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .why-us__block-item{
        padding: 24px 19px;
        margin-bottom: 28px;
        width: 48.5%;
    }
    .why-us-image{
        display: none;
    }
    .why-us-text{
        width: 100%;
    }
    .why-us-item-title{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .why-us-1-tab-img{
        min-width: 43px;
        height: 51px;
        background: url(../images/why-us-1.svg) center center/contain no-repeat;
        display: inline-block;
        margin-right: 19px;
    }
    .why-us-2-tab-img{
        min-width: 35px;
        height: 51px;
        background: url(../images/why-us-2.svg) center center/contain no-repeat;
        display: inline-block;
        margin-right: 27px;
    }
    .why-us-3-tab-img{
        min-width: 48px;
        height: 51px;
        background: url(../images/why-us-3.svg) center center/contain no-repeat;
        display: inline-block;
        margin-right: 14px;
    }
    .why-us-4-tab-img{
        min-width: 44px;
        height: 51px;
        background: url(../images/why-us-4.svg) center center/contain no-repeat;
        display: inline-block;
        margin-right: 18px;
    }
    .why-us-5-tab-img{
        min-width: 44px;
        height: 51px;
        background: url(../images/why-us-5.svg) center center/contain no-repeat;
        display: inline-block;
        margin-right: 18px;
    }
    /*end-why-us*/
    /*hiw*/
    .hiw{
        margin-bottom: 70px;
    }
    .hiw-title{
        line-height: 32px;
    }
    .hiw-faq{
        width: 48%;
    }
    .hiw-faq-image{
        width: 332px;
        height: 246px;
    }
    .hiw-faq-image[data-attr="1"]{
        background: url(../images/hiw-faq-tab-step-1.webp) center center/contain no-repeat;;
    }
    .hiw-faq-image[data-attr="2"]{
        background: url(../images/hiw-faq-tab-step-2.webp) center center/contain no-repeat;;
    }
    .hiw-faq-image[data-attr="3"]{
        background: url(../images/hiw-faq-tab-step-3.webp) center center/contain no-repeat;;
    }
    .hiw-faq-item.active{
        padding-bottom: 39px;
    }
    .hiw-faq-item:last-child{
        padding-bottom: 40px;
    }
    .hiw__block{
        margin-bottom: 0;
    }
    /*end-hiw*/
    /*revs*/
    .revs{
        margin-bottom: 70px;
    }
    .revs-title{
        line-height: 32px;
    }
    .revs-scores{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .revs-scores-item-right{
        display: none;
    }
    .revs-scores-title .revs-score-num{
        display: inline-block;
        margin-left: 33px;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        color: #2B454E;
    }
    .revs-scores-item-left{
        margin-right: 0;
    }
    .revs-our-stars{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .revs-trustpilot-stars{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .revs-sitejabber-stars{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .revs-block{
        margin-bottom: 40px;
    }
    /*end-revs*/
    /*services*/
    .services{
        margin-bottom: 70px;
    }
    .services-title{
        line-height: 32px;
    }
    .services__block{
        margin-bottom: 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .services__block-item {
        width: 48.5%;
    }
    .services__block-item:nth-child(5){
        display: none;
    }
    .services__block-item:last-child{
        display: none;
    }
    /*end-services*/
    /*seo*/
    .seo{
        margin-bottom: 70px;
    }
    .seo-text{
        margin-bottom: 14px;
    }
    /*end-seo*/
    /*samples*/
    .samples{
        margin-bottom: 70px;
    }
    .samples-title{
        font-size: 40px;
        line-height: 48px;
    }
    .samples__block{
        margin-bottom: 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .samples__block-item{
        width: 48.5%;
    }
    .samples__block-item:nth-child(5){
        display: none;
    }
    .samples__block-item:last-child{
        display: none;
    }
    /*end-samples*/
    /*faq*/
    .faq{
        margin-bottom: 70px;
    }
    .faq__block{
        padding: 0;
        margin-bottom: 40px;
    }
    /*end-faq*/
    /*other writing service questions*/
    .owsq{
        margin-bottom: 70px;
    }
    /*end-owsq*/
    /*sub*/
    .sub {
        margin-bottom: 70px;
    }
    .sub-wrap.wrapper{
        padding: 0 29px;
    }
    .sub-desc{
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .sub-select select.custom{
        border: 1px solid #5D8FA0;
        border-radius: 5px;
        color: #2B454E;
        padding-left: 15px;
        padding-right: 33px;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 50px;
        line-height: 1;
        background-image: url(../images/select-arrow.svg);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 3%;
        width: 264px;
        cursor: pointer;
        margin-right: 20px;
    }
    .sub-select select.custom.ph{
        color: rgba(43, 69, 78, 0.367297);
    }
    .sub-form input{
        width: 224px;
    }
    .sub-form button{
        width: 150px;
    }
    .sub-form-description{
        width: 90%;
        margin: 0 auto;
    }
    /*end-sub*/
    /*footer*/
    .footer{
        padding-top: 29px;
    }
    .footer__block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 27px;
    }
    .footer__block-left{
        width: 100%;
    }
    .footer-logo{
        text-align: center;
        margin-bottom: 27px;
    }
    .footer__block-left-info{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-owner{
        display: none;
    }
    .footer-phone{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
    }
    .footer-email{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
    }
    .footer-payments{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 187px;
        margin-bottom: 0;
    }
    .footer-paypal{
        width: 52px;
        height: 18px;
    }
    .footer-mc{
        width: 105px;
        height: 21px;
    }
    .footer__block-right{
        display: none;
    }
    .footer-tablet{
        display: block;
        margin-bottom: 23px;
    }
    .footer-tablet-first{
        margin-bottom: 27px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-tablet select{
        border: 1px solid rgba(54, 89, 100, 0.63);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        background: #F4F4F4;
        width: 217px;
        height: 45px;
        font-size: 20px;
        color: #365964;
        padding-left: 15px;
        padding-right: 48px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../images/footer-right-bottom-arrow.svg);
        background-repeat: no-repeat;
        background-position: 95% center;
    }
    .footer-tablet-owner{
        font-size: 12px;
        line-height: 24px;
        color: #365964;
        text-align: center;
    }
    /*end-footer*/
    /*pages*/
    .page-banner h1{
        padding: 38px 0;
        text-align: left;
    }
    .hiw-page{
        margin: 70px 0;
    }
    .hiw-page-block {
        padding: 0;
    }
    .full-dashed-line{
        display: none;
    }
    .hiw-page-block-item{
        margin-bottom: 50px;
    }
    .hiw-page-block-item:last-child{
        margin-bottom: 0;
    }
    .hiw-page-item-box {
        /*width: 375px;*/
        width: 55.3%;
    }
    .hiw-page-item-img{
        width: 286px;
        height: 286px;
    }
    .wpro-page {
        margin: 70px 0;
    }
    .wpro-page-block{
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wpro-page-right{
        width: 100%;
        margin-bottom: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .wpro-page-writer{
        width: 52%;
        margin-bottom: 24px;
    }
    .wpro-page-writer-list{
        width: 38%;
        margin-bottom: 24px;
        margin-top: 12px;
    }
    .wpro-page-writer-image{
        min-width: 140px;
        min-height: 140px;
        background-size: contain;
        margin-right: 30px;
    }
    .wpro-page-writer-divider{
        display: block;
        width: 1px;
        height: 120px;
        background: #E6E9EA;
        margin-top: 20px;
    }
    .wpro-page-writer-list-name{
        line-height: 35px;
    }
    .wpro-page-writer-list-score{
        line-height: 35px;
    }
    .wpro-page-writer-button{
        width: 280px;
        margin: 0 auto;
    }
    .wpro-page-left {
        width: 100%;
    }
    .inner-page{
        margin: 70px 0;
    }
    .inner-page-block{
        padding: 0;
    }
    .inner-page-left{
        width: 100%;
    }
    .sidebar{
        display: none;
    }
    .au-page{
        margin: 70px 0 50px;
    }
    .au-page-block{
        padding: 0;
    }
    .au-page-wrap:after{
        display: none;
    }
    .au-page-block-item{
        margin-bottom: 50px;
    }
    .au-page-block-item:last-child{
        margin-bottom: 0;
    }
    .au-page-item-box{
        /*width: 375px;*/
        width: 55.3%;
    }
    .au-page-item-img{
        width: 286px;
        height: 286px;
    }
    .au-help{
        margin-bottom: 30px;
    }
    .au-help-wrap:after{
        display: none;
    }
    .au-help-block{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .au-help-item{
        width: 27.5%;
        margin-bottom: 40px;
    }
    .au-help-item:nth-child(4){
        margin-left: 122px;
    }
    .au-help-item:last-child{
        margin-right: 122px;
    }
    .au-writers{
        margin-bottom: 49px;
        background: #fff;
    }
    .au-writers-box{
        padding: 0;
    }
    .au-writers-block{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .au-writers-item{
        margin-bottom: 21px;
        -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
        padding: 19px 24px;
    }
    .au-writers-item-top{
        margin-bottom: 10px;
    }
    .au-writers-item-num{
        margin-right: 14px;
    }
    .au-writers-item-title{
        line-height: 24px;
    }
    .au-writers-item-text{
        font-size: 17px;
        line-height: 24px;
        padding: 0;
    }
    .inner-faq__block{
        margin-bottom: 0;
    }
    .cu-page{
        padding-bottom: 70px;
        border-bottom: 1px solid #E6E9EA;
        margin: 70px 0;
    }
    .cu-page-wrap:after{
        display: none;
    }
    .cu-page-block{
        padding: 0;
    }
    .cu-page-item-img{
        display: none;
    }
    .cu-page-item-box{
        width: 100%;
    }
    .cu-page-item-text{
        margin-bottom: 50px;
    }
    .cu-page-item-block{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cu-page-item-block-i{
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 50px;
    }
    .cu-page-item-chat{
        margin: 0 auto;
        width: 60%;
        margin-bottom: 0;
        justify-content: space-evenly;
    }
    .cu-page-item-mail:after{
        display: none;
    }
    .cu-page-item-phone-num{
        padding-left: 0;
    }
    .cu-page-item-mail-text{
        padding-left: 0;
    }
    .cu-page-item-location-text{
        padding-left: 0;
    }
    .inner-page-wrap.with-oval:after{
        display: none;
    }
    .samples-inner{
        margin-bottom: 46px;
    }
    .error-page{
        margin: 40px 0;
    }
    .error-page-img{
        width: 246px;
        height: 246px;
        margin-bottom: 10px;
    }
    .error-page-title {
        font-size: 28px;
    }
    /*end-pages*/
    /*blog*/
    .blog-banner-block{
        padding: 38px 0;
    }
    .blog-banner-box{
        width: 350px;
    }
    .blog-banner-box ul{
        display: none;
    }
    .blog-banner-tablet-select{
        display: block;
        width: 141px;
        height: 48px;
        background: #F1F1F1;
        border-radius: 24px;
        padding: 0 30px 0 18px;
        line-height: 48px;
        font-weight: 500;
        font-size: 17px;
        color: rgba(48, 79, 89, 0.7);
        outline: none;
        border: none;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        background-image: url(../images/select-arrow.svg);
        background-repeat: no-repeat;
        background-position: 88% center;
        margin-right: 20px;
    }
    .blog-main{
        margin-bottom: 0;
    }
    .blog-pagination{
        display: none;
    }
    .blog-sub {
        margin-bottom: 76px;
    }
    .blog-sub-box{
        padding: 0;
        display: block;
    }
    .blog-sub-left{
        width: 100%;
    }
    .blog-sub-title{
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .blog-sub-desc{
        margin-bottom: 20px;
    }
    .blog-sub-form{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .blog-sub-form input{
        width: 388px;
    }
    .blog-sub-img{
        display: none;
    }
    .blog-post-similar{
        background: #fff;
        margin-bottom: 70px;
    }
    .blog-post-similar-block{
        padding: 0;
    }
    .blog-post-similar-title{
        line-height: 44px;
    }
    .blog-post-similar-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .blog-post-similar-item-img{
        margin-right: 0;
        width: 100%;
        height: 136px;
    }
    .blog-post-similar-item-box{
        padding: 20px 20px 25px 20px;
    }
    .blog-post-similar-item-title{
        font-size: 18px;
        line-height: 24px;
    }
    /*end-blog*/
}

@media (min-width: 768px) and (max-width: 1024px){
    .error-page{
        height: 70vh;
    }
}

@media (min-width: 1023px) and (max-width: 1024px){
    .calc-form select.custom {
        display: block;
        /*width: 300px;*/
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #5D8FA0;
        color: #77888E;
        font-size: 17px;
        border-radius: 5px;
        line-height: 50px;
        padding: 0 31px 0 17px;
        background: #fff url(../images/dropdown.svg) no-repeat 94% center;
        outline: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .custom.type{
        width: 150px;
    }
    .custom.work{
        padding-right: 31px!important;
        width: 190px;
    }
    .custom.date-time{
        width: 122px;
    }
    .custom.num-pages{
        width: 238px;
    }
}



@media (max-width: 1023px){
    .calc-form select.custom {
        display: block;
        width: 300px;
        height: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 3px;
        border: 1px solid #ccc;
        color: #324354;
        font-size: 16px;
        line-height: 36px;
        padding: 0 21px;
        background: #fff url(../images/dropdown.svg) no-repeat 94% center;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .calculate__block form{
        position: relative;
        /*max-width: 320px;*/
        max-width: 360px;
        padding: 15px 20px 19px;
    }
    .customSelect.custom.work .selectedValue{
        width: 100%;
    }
    .calculate__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .calculate__items .date-time, .calculate__items .num-pages ,.calculate__items .custom.type, .calculate__items .custom.work,.calculate__items .chack-date input {
        max-width: 100%;
        width: 100% !important;
        padding: 0 40px 0 20px;
        margin-bottom: 20px;
        font-family: Roboto;
    }
    .calculate__items .chack-date input{
        background-position: 94% center;
    }
    .calculate__info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .calculate__info::after {
        width: 100%;
    }
    .chack-date {
        width: 100%;
    }
    .calculate__items .pages input {
        max-width: 165px;
        background: #fff;
        padding: 0 30px;
    }
    .calculate__info .title{
        margin-bottom: 20px;
    }
    .calculate__info .price .desk {
        display: none;
    }
    .calc-form select.custom {
        margin-bottom: 20px;
        width: 100%!important;
    }
    .calculate__items .pages{
        margin: 0 0 20px 0;
    }
    .calculate__info .price {
        position: absolute;
        bottom: -216px;
        right: 0;
    }
    .footer-calculate__block .calculate__info .price{
        bottom: unset;
        top: -123px;
    }
    .footer-calculate__block .calculate__info{
        margin-bottom: 0;
    }
    .calculate__block button {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 900px){
    select.num-pages{
        max-width: 170px!important;
    }
    .calc-form select.custom {
        display: block;
        width: 250px;
        text-overflow: ellipsis;
        overflow: auto;
    }

    .calc-form-form {
        width: 730px
    }

    .calc-form-form__description {
        line-height: 20px;
        max-width: 60vw;
        margin: 17px auto 0
    }

    .calc-form-form__input {
        width: 250px
    }

    .calc-form input {
        width: 250px
    }

    .calc-form button {
        width: 126px
    }

    .calc-form .customSelect {
        width: 250px !important
    }

    .calc-form .customSelect .selectedValue {
        width: 250px !important
    }
}
@media(max-width: 990px) and (min-width: 770px) and (max-height: 500px){
    .services{
        margin-bottom: 50px;
    }
    .services-wrap.wrapper{
        padding: 0;
    }
    .services-title{
        padding: 0 25px;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .services__block{
        margin-bottom: 40px;
    }
    .services__block-item{
        margin: 20px 20px;
    }
    .services__block-item:nth-child(5){
        display: block;
    }
    .services__block-item:last-child{
        display: block;
    }
    .services__block-item .service-top{
        width: 228px;
        height: 146px;
        background-size: contain;
    }
    .services__block .slick-dots, .slider-block .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* margin-bottom: 30px; */
        margin: 0 auto;
        margin-top: 20px;
        list-style: none;
    }
    .writers__block .slick-dots, .why-us__block .slick-dots{
        margin: 30px auto;
        margin-top: 0;
    }
    .services__block .slick-dots li, .slider-block .slick-dots li {
        width: 8px;
        height: 8px;
        background: #D8D8D8;
        border: none;
        border-radius: 50%;
        margin: 0 8px;
        cursor: pointer;
    }
    .services__block .slick-dots li.slick-active, .slider-block .slick-dots li.slick-active {
        background: #00DFBF;
    }
    .services__block .slick-dots li button, .slider-block .slick-dots li button {
        display: none;
    }
}