/*settings*/
*{
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
.wrapper{
    max-width: 1110px;
    padding: 0 15px;
    margin: 0 auto;
}


.header__menu-toggler{
    display: none;
}
a.active-menu-item:not(.header__order):not(.balance-link):not(.header__login){
    text-decoration: underline;
}
.balance-link.active-menu-item div{
    text-decoration: underline;
}
.balance-link.active-menu-item{
    text-decoration: none;
}
.no-overflow-nav{
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    touch-action: none;
    -ms-touch-action: none;
}
a{
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}
b, strong{
    font-weight: bold;
    font-size: inherit;
    font-family: inherit;
}
h1{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    margin-bottom: 40px;
}
p{
    line-height: 24px;
    color: #324354;
    margin-bottom: 32px;
}
h2{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #324354;
    margin-bottom: 26px;
}
h3{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #324354;
    margin-bottom: 14px;
}
h4{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #324354;
    margin-bottom: 14px;
}
h5{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #324354;
    margin-bottom: 10px;
}
h6{
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #324354;
    margin-bottom: 10px;
}


/*header*/
.header{
    height: 66px;
    border-bottom: 1px solid rgba(43, 69, 78, 0.12);
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}
.header__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;
    height: inherit;
}
.header__block-logo a{
    /*font-size: 20px;*/
    /*line-height: 24px;*/
    /*color: #3D6570;*/
    /*font-weight: bold;*/
    display: block;
}
.header__block-logo a img{
    vertical-align: middle;
}
.header__block-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__menu-first{
    list-style: none;
    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;
    margin-right: 41px;
}

.menu-cab, .menu-gen{
    list-style: none;
    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;
    margin-right: 41px;
}

.header__menu-first > li{
    margin-right: 50px;
}
.header__menu-first li:last-child{
    margin-right: 0;
}
.header__menu-first li.last{
    margin-right: 0;
}
.header__menu-first li a{
    line-height: 24px;
    color: #2B454E;
    text-align: center;
}
.header__menu-first li a:hover{
    text-decoration: underline;
}

.header__menu-first li a.balance-link:hover,
.header__menu-first li a.header__phone:hover{
    text-decoration: none;
}
.header__menu-first li a.balance-link:hover div{
    text-decoration: underline;
}
.header__menu-second{
    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;
    list-style: none;
}
.header__menu-second li{
    margin-right: 22px;
}
.header__menu-second li:first-child{
    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;
}
.header__menu-second li:last-child{
    margin-right: 0;
}
.header__phone{
    line-height: 24px;
    color: #324354;
}
.header__phone-icon{
    width: 18px;
    height: 15px;
    background: url(../images/header-phone-icon.svg) center center/contain no-repeat;
    margin-right: 12px;
}
.header__login{
    border-radius: 5px;
    width: 128px;
    height: 40px;
    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;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #00DFBF;
    border: 2px solid #00DFBF;
}
.header__login:hover{
    border: none;
    background: -o-linear-gradient(278.08deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(171.92deg, #00DFBF 0%, #00C8AB 100%);
    color: #fff;
}
.header__order{
    background: #F76D6D;
    border-radius: 5px;
    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;
    width: 140px;
    height: 40px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #fff;
}
.header__order:hover{
    background: #E84F4F;
}
.header__mob-bg{
    display: none;
}

.header_funds svg{
    margin-right: 4px;
    width: 15px;
    height: 15px;
    fill: #00DFBF;
}
.header-mobile__account{
    display: flex;
    align-items: center;
}
.header-mobile__account > svg{
    margin-right: 5px;
    fill: #00DFBF;
}

.header-mobile__account svg:nth-child(2){
    transition-duration: 0.3s;
    transition-property: transform;
}
.header-menu_cabinet{
    position: relative;
    cursor: pointer;
}
.header-menu_cabinet ul{
    display: none;
    position: absolute;
    list-style: none;
    width: 150px;
    background: #fff;
    left: -30px;
    padding: 10px;
    border: 2px solid #00DFBF;
    border-radius: 6px;
    margin-top: 23px;
}

.header-menu_cabinet:after{
    content: '';
    position: absolute;
    bottom: -26px;
    left: -30px;
    width: 100px;
    height: 26px;
}



.header-menu_cabinet:not(.js-popup-menu):hover svg:nth-child(2), .header-menu_cabinet.active_sub svg:nth-child(2){
    transform: rotate(
            180deg
    );
    -webkit-transform: rotate(
            180deg
    );
}
.header-menu_cabinet:not(.js-popup-menu):hover ul{
    /*display: block;*/
}

.balance-link{
    display: flex;
}

.balance-link span{
    background-color: #00DFBF;
    border-radius: 3px;
    color: #fff;
    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;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    height: 24px;
    margin-left: 10px;
}

.authorized .header__menu-first{
    margin-right: 10px;
}
.authorized .header__menu-first li{
    margin-right: 20px;
}

.authorized  .header-menu_cabinet ul li{
    margin-right: 0;
}

.header-menu_cabinet ul li a{
    line-height: 36px;
    color: #2B454E;
}

.header__login.js-add-founds:hover svg{
    fill: #fff;
}

/*end-header*/

/*main-banner*/
.main-banner{
    padding: 53px 0;
}
.main-banner__block.wrapper{
    padding: 0;
    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;
}
.main-banner__block-form{
    padding-left: 15px;
    width: 48%;
}
.main-banner-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #324354;
    margin-bottom: 26px;
}
.main-banner-description{
    font-size: 20px;
    line-height: 34px;
    color: rgba(50, 67, 84, 0.8);
    margin-bottom: 26px;
}
.main-banner-form{
    margin-bottom: 15px;
    width: 454px;
}
.calc-form-select{
    height: 50px;
    margin-bottom: 20px;
}
.customSelect{
    margin-right: 0;
    width: 100%;
}
.main-banner-form .selectedValue{
    border: 1px solid #5D8FA0;
    border-radius: 5px;
    color: #2B454E;
    padding: 16px 54px 17px 15px;
    background: none;
    height: 50px;
    line-height: 1;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 3%;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.customSelect .caret{
    display: none;
}
.customSelect .selectList{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    border-radius: 5px;
    width: 100%;
}
.customSelect .selectList dd{
    padding: 10px 16px;
}
.customSelect .selectList dd.disabled{
    display: none;
}
.customSelect .selected{
    background: #ffffff;
    color: #00C8AB;
}
.customSelect .selectList dd.hovered{
    background: #F4F4F4;
    color: #2B454E;
}
.customSelect .selectList dd.selected.hovered{
    color: #00C8AB;
}
.main-banner-form-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;
}
.main-banner-form-block input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 16px 15px;
    color: #2B454E;
    font-weight: 500;
    height: 50px;
    line-height: 1;
    border: 1px solid #5D8FA0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    width: 239px;
    outline: none;
}
.main-banner-form-block input::-webkit-input-placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.main-banner-form-block input::-moz-placeholder{
    color: rgba(43, 69, 78, 0.367297);
    opacity:  1;
}
.main-banner-form-block input:-ms-input-placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.main-banner-form-block input::-ms-input-placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.main-banner-form-block input::placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.main-banner-form-block input:focus{
    border: 1px solid #00C8AB;
}
.main-banner-form-block input:active{
    border: 1px solid #00C8AB;
}
.main-banner-form-block button{
    display: block;
    background: #F76D6D;
    border-radius: 5px;
    border: none;
    outline: none;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.05882px;
    color: #FFFFFF;
    width: 200px;
    height: 50px;
    cursor: pointer;
}
.main-banner-form-block button:hover{
    background: #E84F4F;
}
.main-banner-form-description{
    font-size: 12px;
    line-height: 16px;
    color: rgba(43, 69, 78, 0.638686);
    width: 85%;
}
.main-banner-form-description a:hover{
    text-decoration: underline;
}
.main-banner-img{
    width: 50%;
    height: 551px;
    background: url(../images/banner_img.webp) center center/contain no-repeat;
}
/*end-main-banner*/

/*brands*/
.brands{
    margin-bottom: 114px;
}
.brands-line{
    width: 100%;
    height: 1px;
    background: #2B454E;
    opacity: 0.12;
}
.brands__block-items{
    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;
    padding: 17px 0;
}
.brands-top{
    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;
    /*width: 47%;*/
}
.brands-bottom{
    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;
    /*width: 47%;*/
}
.brand-fb{
    height: 27px;
    width: 139px;
    background: url(../images/brand-fb.svg) center center/contain no-repeat;
    margin-right: 66px;
}
.brand-bbc{
    height: 19px;
    width: 180px;
    background: url(../images/brand-bbc.svg) center center/contain no-repeat;
    margin-right: 66px;
}
.brand-netflix{
    height: 30px;
    width: 110px;
    background: url(../images/brand-netflix.svg) center center/contain no-repeat;
    margin-right: 66px;
}
.brand-google{
    height: 36px;
    width: 112px;
    background: url(../images/brand-google.svg) center center/contain no-repeat;
    margin-right: 66px;
}
.brand-mastercard{
    height: 42px;
    width: 72px;
    background: url(../images/brand-mastercard.svg) center center/contain no-repeat;
    margin-right: 66px;
}
.brand-paypal{
    height: 35px;
    width: 134px;
    background: url(../images/brand-paypal.svg) center center/contain no-repeat;
}
/*end-brands*/

/*writers*/
.writers{
    margin-bottom: 120px;
}
.writers-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    margin-bottom: 46px;
}
.writers__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 54px;
}
.writers__block-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 24px 19px 30px 19px;
    margin-bottom: 28px;
    width: 30.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.writer-top{
    margin-bottom: 12px;
}
.writer-top-first{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.writer-image{
    position: relative;
}
.slick-slide{
    outline: 0;
}
.writer-image img{
    width: 96px;
    height: 96px;
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    position: relative;
    margin-right: 16px;
}
/*.writer-sandra{*/
/*    background-image: url(../images/writer-sandra.svg);*/
/*}*/
.writer-status{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 14px;
    background: #00C8AB;
    border-radius: 0px 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    text-align: center;
}
.writer-name{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    margin-bottom: 9px;
}
.writer-rank{
    font-size: 16px;
    line-height: 24px;
    color: #304F59;
    font-weight: 500;
    margin-bottom: 11px;
}
.writer-rank span{
    font-weight: 900;
}
.writer-stars{
    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;
}
.writer-stars figure{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.writer-stars figure:last-child{
    margin-right: 0;
}
.writer-stars figure.full-star{
    background: url(../images/writer-full-star.svg) center center/contain no-repeat;
}
.writer-top-second{
    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;
    margin-bottom: 10px;
}

.writer-revs{
    background: #F6F6F6;
    border-radius: 5px;
    padding: 12px 17px 13px 17px;
    width: 47.5%;
}
.writer-revs-top{
    /*margin-bottom: 7px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.writer-revs-num{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #324354;
    margin-right: 17px;
}
.writer-revs-ico{
    width: 27px;
    height: 20px;
    background: url(../images/writer-revs-ico.svg) center center/contain no-repeat;
}
.writer-revs-text{
    font-size: 12px;
    line-height: 24px;
    color: #2B454E;
}
.writer-papers{
    background: #F6F6F6;
    border-radius: 5px;
    padding: 12px 17px 13px 17px;
    width: 47.5%;
}
.writer-papers-top{
    /*margin-bottom: 7px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.writer-papers-num{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #324354;
    margin-right: 17px;
}
.writer-papers-ico{
    width: 18.5px;
    height: 20px;
    background: url(../images/writer-papers-ico.svg) center center/contain no-repeat;
}
.writer-papers-text{
    font-size: 12px;
    line-height: 24px;
    color: #2B454E;
}
.writer-skills{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.writer-skills-item{
    padding: 8px 17px;
    background: #E2E4E6;
    border-radius: 5px;
    font-size: 13px;
    line-height: 24px;
    color: #2B454E;
    margin-bottom: 10px;
    margin-right: 14px;
}
.writer-hire{
    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;
}
.writer-rate{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #304F59;
}
.writer-rate span{
    font-weight: 900;
}
.writer-button{
    border-radius: 5px;
    width: 128px;
    height: 40px;
    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;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #00DFBF;
    border: 2px solid #00DFBF;
}
.writer-button:hover{
    border: none;
    background: -o-linear-gradient(278.08deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(171.92deg, #00DFBF 0%, #00C8AB 100%);
    color: #fff;
}
.grey-button{
    display: block;
    background: #F0F4F6;
    border-radius: 5px;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #2B454E;
}
.grey-button:hover{
    background: #E2E4E6;
}
/*end-writers*/

/*why-us*/
.why-us{
    margin-bottom: 96px;
}
.why-us-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    margin-bottom: 40px;
}
.why-us__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.why-us__block-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 24px 20px 36px 40px;
    width: 46.7%;
    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;
}
.why-us-image{
    width: 30%;
    background-position: center center;
    background-repeat: no-repeat;
}
.why-us-1{
    width: 86px;
    height: 102px;
    background-image: url(../images/why-us-1.svg);
}
.why-us-2{
    width: 82px;
    height: 119px;
    background-image: url(../images/why-us-2.svg);
}
.why-us-3{
    width: 89px;
    height: 94px;
    background-image: url(../images/why-us-3.svg);
}
.why-us-4{
    width: 89px;
    height: 103px;
    background-image: url(../images/why-us-4.svg);
}
.why-us-5 {
    width: 88px;
    height: 100px;
    background-image: url(../images/why-us-5.svg);
}
.why-us-6 {
    width: 93px;
    height: 120px;
    background-image: url(../images/why-us-6.svg);
}
.why-us-7 {
    width: 93px;
    height: 120px;
    background-image: url(../images/why-us-7.svg);
}
.why-us-8 {
    width: 93px;
    height: 120px;
    background-image: url(../images/why-us-8.svg);
}
.why-us-text{
    width: 70%;
}
.why-us-item-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    margin-bottom: 12px;
}
.why-us-1-tab-img, .why-us-2-tab-img, .why-us-3-tab-img, .why-us-4-tab-img{
    display: none;
}
.why-us-item-desc{
    color: rgba(43, 69, 78, 0.638686);
    line-height: 24px;
}
/*end-why-us*/
/*how-it-works*/
.hiw{
    margin-bottom: 120px;
}
.hiw-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    margin-bottom: 40px;
}
.hiw__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;
    margin-bottom: 68px;
}
.hiw-faq{
    width: 33%;
}
.hiw-faq-item{
    padding-bottom: 48px;
    position: relative;
    overflow: hidden;
}
.hiw-faq-item.active{
    padding-bottom: 32px;
}
.hiw-faq-item:first-child:before{
    content: '';
    width: 1px;
    height: 500px;
    background: url(../images/faq-dash.svg) center center no-repeat;
    position: absolute;
    left: 24px;
    top: 48px;
}
.hiw-faq-item:nth-child(2):before{
    content: '';
    width: 1px;
    height: 500px;
    background: url(../images/faq-dash.svg) center center no-repeat;
    position: absolute;
    left: 24px;
    top: 48px;
}
.hiw-faq-question{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/faq-arrow-down.svg) 97% center no-repeat;
    cursor: pointer;
}
.hiw-faq-question.active{
    background: url(../images/faq-arrow-up.svg) 97% center no-repeat;
}
.hiw-faq-question-num{
    width: 48px;
    height: 48px;
    background: #00DFBF;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 24px;
}
.hiw-faq-question h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    max-width: 253px;
}
.hiw-faq-answer{
    display: none;
    line-height: 24px;
    padding-left: 72px;
}
.hiw-faq-answer p{
    margin-bottom: 0;
    color: rgba(43, 69, 78, 0.638686);
}
.hiw-faq-mob-image{
    display: none;
}
.hiw-faq-image{
    width: 648px;
    height: 480px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.094351);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.094351);
    border-radius: 5px;
}
.hiw-faq-image[data-attr="1"]{
    background: url(../images/hiw-faq-step-1.webp) center center/contain no-repeat;
}
.hiw-faq-image[data-attr="2"]{
    background: url(../images/hiw-faq-step-2.webp) center center/contain no-repeat;
}
.hiw-faq-image[data-attr="3"]{
    background: url(../images/hiw-faq-step-3.webp) center center/contain no-repeat;
}
.hiw-button{
    display: block;
    background: #F76D6D;
    border-radius: 5px;
    width: 260px;
    height: 50px;
    margin: 0 auto;
    font-weight: 900;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1.05882px;
    color: #FFFFFF;
}
.hiw-button:hover{
    background: #E84F4F;
}
/*end-how-it-works*/

/*revs*/
.revs{
    margin-bottom: 120px;
}
.revs-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    margin-bottom: 40px;
}
.revs-scores{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.revs-scores-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #324354;
    margin-bottom: 12px;
}
.revs-scores-title .revs-score-num{
    display: none;
}
.revs-scores-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.revs-scores-item-left{
    margin-right: 40px;
}
.revs-our-stars{
    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;
}
.revs-our-stars figure{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.revs-our-stars figure:last-child{
    margin-right: 0;
}
.revs-our-stars figure.full-star{
    background: url(../images/revs-our-full-star.svg) center center/contain no-repeat;
}
.revs-our-stars figure.half-star{
    background: url(../images/revs-our-half-star.svg) center center/contain no-repeat;
    margin-top: 1px;
}
.revs-scores-item-right{
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    color: #2B454E;
}
.revs-trustpilot-stars{
    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;
}
.revs-trustpilot-stars figure{
    width: 24px;
    height: 24px;
    margin-right: 2px;
}
.revs-trustpilot-stars figure:last-child{
    margin-right: 0;
}
.revs-trustpilot-stars figure.full-star{
    background: url(../images/trustpilot-full-star.svg) center center/contain no-repeat;
}
.revs-trustpilot-stars figure.half-star{
    background: url(../images/trustpilot-half-star.svg) center center/contain no-repeat;
}
.revs-sitejabber-stars{
    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;
}
.revs-sitejabber-stars figure{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.revs-sitejabber-stars figure:last-child{
    margin-right: 0;
}
.revs-sitejabber-stars figure.full-star{
    background: url(../images/sitejabber-full-star.svg) center center/contain no-repeat;
}
.revs-sitejabber-stars figure.half-star{
    background: url(../images/sitejabber-half-star.svg) center center/contain no-repeat;
}
.revs-block{
    padding: 0 29px;
    margin-bottom: 68px;
}
.revs-block-item{
    width: 471px;
    min-height: 258px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 28px 20px;
    margin: 20px 20px;
}
.revs-block-item-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}
.revs-block-item-header-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.revs-header-img{
    width: 56px;
    height: 56px;
    margin-right: 16px;
}
.revs-header-img.man{
    background: url(../images/revs-customer-man.png) center center/contain no-repeat;
}
.revs-header-img.woman{
    background: url(../images/revs-customer-woman.png) center center/contain no-repeat;
}
.revs-header-customer-name{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    margin-bottom: 4px;
}
.revs-header-customer-type{
    line-height: 24px;
    color: rgba(43, 69, 78, 0.639368);
}
.revs-header-customer-mobile-rating{
    display: none;
}
.revs-header-rating{
    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;
    -ms-flex-item-align: self-start;
    align-self: self-start;
}
.revs-header-rating figure{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.revs-header-rating figure:last-child{
    margin-right: 0;
}
.revs-header-rating figure.full-star{
    background: url(../images/revs-our-full-star.svg) center center/contain no-repeat;
}
.revs-block-item-rev{
    font-style: italic;
    line-height: 24px;
    color: #324354;
    margin-bottom: 10px;
}
.open-quote{
    display: inline-block;
    background: url(../images/open-quote.svg) center top/contain no-repeat;
    width: 17px;
    height: 15px;
}
.close-quote{
    display: inline-block;
    background: url(../images/close-quote.svg) center top/contain no-repeat;
    width: 17px;
    height: 15px;
    margin-left: 0;
}
.revs-block-item-bottom{
    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;
}
.revs-date{
    line-height: 24px;
    color: rgba(43, 69, 78, 0.638658);
}
.rev-item-bottom-img.revs-trustpilot{
    width: 100px;
    height: 22px;
    background: url(../images/revs-trustpilot.svg) center center/contain no-repeat;
}
.rev-item-bottom-img.revs-sitejabber{
    width: 115px;
    height: 22px;
    background: url(../images/revs-sitejabber.svg) center center/contain no-repeat;
}
.revs-block .slick-prev{
    position: absolute;
    left: -20px;
    top: 37%;;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: url(../images/revs-left-arrow.svg) center center no-repeat;
    cursor: pointer;
    outline: none;
}
.revs-block .slick-prev:hover{
    -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.096509);
    box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.096509);
}
.revs-block .slick-prev:active{
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.096509);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.096509);
}
.revs-block .slick-next{
    position: absolute;
    right: -20px;
    top: 37%;;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: url(../images/revs-right-arrow.svg) center center no-repeat;
    cursor: pointer;
    outline: none;
}
.revs-block .slick-next:hover{
    -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.096509);
    box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.096509);
}
.revs-block .slick-next:active{
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.096509);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.096509);
}
.revs-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-top: 20px;
    list-style: none;
}
.revs-block .slick-dots li{
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    border: none;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}
.revs-block .slick-dots li.slick-active{
    background: #00DFBF;
}
.revs-block .slick-dots li button{
    display: none;
}
/*end-revs*/

/*services*/
.services{
    margin-bottom: 120px;
}
.services-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    margin-bottom: 40px;
}
.services__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 40px;
}
.services__block-item{
    padding: 24px 20px 32px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 28px;
    width: 30.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    max-height: 368.8px;
}
.services__block-item:hover {
    background: #E2E4E6;
}
.service-top.serv-essay{
    width: 264px;
    height: 170px;
    background: url(../images/serv-essay.svg) center center/contain no-repeat;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
}
.service-top.serv-research{
    width: 193px;
    height: 170px;
    background: url(../images/serv-research.svg) center center/contain no-repeat;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
}
.service-top.serv-coursework{
    width: 272px;
    height: 170px;
    background: url(../images/serv-coursework.svg) center center/contain no-repeat;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
}
.service-top.serv-critical{
    width: 252px;
    height: 170px;
    background: url(../images/serv-critical.svg) center center/contain no-repeat;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
}
.service-top.serv-admission{
    width: 282px;
    height: 170px;
    background: url(../images/serv-admission.svg) center center/contain no-repeat;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
}
.service-top.serv-problem{
    width: 212px;
    height: 170px;
    background: url(../images/serv-problem.svg) center center/contain no-repeat;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
}
.service-bottom{
    margin-top: 30px;
}
.service-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #324354;
    margin-bottom: 20px;
    text-align: center;
}
.service-first-desc{
    font-size: 14px;
    line-height: 26px;
    color: #324354;
    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: 16px;
}
.service-first-desc-ico{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/serv-price-ico.svg) center center/contain no-repeat;
    margin-right: 10px;
}
.service-second-desc-ico{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/serv-accept-ico.svg) center center/contain no-repeat;
    margin-right: 10px;
}
.service-second-desc{
    font-size: 14px;
    line-height: 26px;
    color: #324354;
    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;
}
.service-inner-button{
    display: none;
}
.services-button{
    display: block;
    background: #F76D6D;
    border-radius: 5px;
    width: 260px;
    height: 50px;
    margin: 0 auto;
    font-weight: 900;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1.05882px;
    color: #FFFFFF;
}
.services-button:hover{
    background: #E84F4F;
}
@media(min-width: 1025px){
    /*.services__block-item:hover .service-top.serv-essay{*/
    /*    height: 85px;*/
    /*    transition: all 1s ease-out;*/
    /*}*/
    /*.services__block-item:hover .service-top.serv-research{*/
    /*    height: 85px;*/
    /*    transition: all 1s ease-out;*/
    /*}*/
    /*.services__block-item:hover .service-top.serv-coursework{*/
    /*    height: 85px;*/
    /*    transition: all 1s ease-out;*/
    /*}*/
    /*.services__block-item:hover .service-top.serv-critical{*/
    /*    height: 85px;*/
    /*    transition: all 1s ease-out;*/
    /*}*/
    /*.services__block-item:hover .service-top.serv-admission{*/
    /*    height: 85px;*/
    /*    transition: all 1s ease-out;*/
    /*}*/
    /*.services__block-item:hover .service-top.serv-problem{*/
    /*    height: 85px;*/
    /*    transition: all 1s ease-out;*/
    /*}*/
    @keyframes upservbtn {
        0% {
            opacity: 0;
            transform: translateY(100%);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /*.services__block-item:hover .service-inner-button{*/
    /*    display: block;*/
    /*    border-radius: 5px;*/
    /*    width: 220px;*/
    /*    height: 40px;*/
    /*    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;*/
    /*    font-weight: 900;*/
    /*    font-size: 18px;*/
    /*    letter-spacing: 1.05882px;*/
    /*    color: #00DFBF;*/
    /*    border: 2px solid #00DFBF;*/
    /*    margin: 0 auto;*/
    /*    animation: 1s upservbtn;*/
    /*}*/
    /*.services__block-item:hover .service-inner-button:hover{*/
    /*    border: none;*/
    /*    background: -o-linear-gradient(278.08deg, #00DFBF 0%, #00C8AB 100%);*/
    /*    background: linear-gradient(171.92deg, #00DFBF 0%, #00C8AB 100%);*/
    /*    color: #fff;*/
    /*}*/
}
/*end-services*/

/*seo*/
.seo{
    margin-bottom: 120px;
}
.seo-text{
    margin-bottom: 68px;
}
.seo-button{
    display: block;
    background: #F76D6D;
    border-radius: 5px;
    width: 260px;
    height: 50px;
    margin: 0 auto;
    font-weight: 900;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1.05882px;
    color: #FFFFFF;
}
.seo-button:hover{
    background: #E84F4F;
}
/*end-seo*/

/*samples*/
.samples{
    margin-bottom: 120px;
}
.samples-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    margin-bottom: 40px;
}
.samples__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 40px;
}
.samples__block-item{
    padding: 24px 24px 30px 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 28px;
    width: 30.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.samples-type{
    line-height: 24px;
    color: #324354;
    margin-bottom: 11px;
}
.samples-item-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    margin-bottom: 29px;
    min-height: 72px;
}

.samples-level{
    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;
    margin-bottom: 9px;
}
.samples-level-name{
    line-height: 24px;
    color: #566B72;
}
.samples-level-type{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #324354;
}
.samples-subject{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 9px;
}
.samples-subject-name{
    line-height: 24px;
    color: #566B72;
}
.samples-subject-type{
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #324354;
}
.samples-format{
    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;
    margin-bottom: 20px;
}
.samples-format-name{
    line-height: 24px;
    color: #566B72;
}
.samples-format-type{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #324354;
}
.samples-bottom{
    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;
}
.samples-button{
    display: block;
    width: 163px;
    height: 40px;
    line-height: 40px;
    background: #F0F4F6;
    border-radius: 5px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #2B454E;
    padding-left: 36px;
    position: relative;
}
.samples-button:hover{
    background: #E2E4E6;
}
.samples-button:before{
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 12px;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/samples-button-ico.svg) center center/contain no-repeat;
}
.samples-bottom-ico{
    width: 32px;
    height: 40px;
    background: url(../images/samples-ico.svg) center center/contain no-repeat;
}
/*end-samples*/

/*reset password*/

.request-title{
    color: #616161;
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 11px;
}
.pass-request{
    height: calc(100vh - 217px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5vw;
}
.request-input {
    position: relative;
    margin-bottom: 12px
}

.request-input .help-block-error {
    display: none
}

.request-input.has-error input {
    border: 1px solid #f37074;
    background-color: #ffebeb
}

.request-input.has-error .help-block-error {
    display: block;
    margin: 0;
    color: #f37074;
    max-width: 300px;
    position: relative;
    font-size: 12px;
    line-height: 14px
}

.request-form p {
    margin: 0 0 12px
}

.request-form input {
    width: 262px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff url(../images/lock.svg) no-repeat 20px center;
    outline: 0;
    padding-left: 35px;
    padding-right:44px;
    color:#616161;
    box-sizing: content-box;
}

.password-field {
    position: relative;
    display: block;
}
a.password-control {
    position: absolute;
    top: 10px;
    right: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/view.svg) 0 0 no-repeat;
    cursor: pointer;
}
a.password-control.view {
    background: url(../images/no-view.svg) 0 0 no-repeat;
}
.js-chat-common{
    z-index: 1000;
}

.request-form input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px
}

.request-form input:-ms-input-placeholder {
    color: #999;
    font-size: 14px
}

.request-form input::placeholder {
    color: #999;
    font-size: 14px
}

.request-form input:active::-webkit-input-placeholder, .request-form input:focus::-webkit-input-placeholder {
    color: transparent
}

.request-form input:active:-ms-input-placeholder, .request-form input:focus:-ms-input-placeholder {
    color: transparent
}

.request-form input:active::placeholder, .request-form input:focus::placeholder {
    color: transparent
}

.request-form button {
    padding: 9px 33px;
    margin-top: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #00DFBF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    outline: 0;
    cursor: pointer;
    border: 2px solid #00DFBF;
}
.request-form button:hover{
    background-color: #fff;
    color: #00DFBF;
    /*box-shadow: 0 0px 2px 0 #15aceb;*/
}
.request-form button img {
    width: 14px;
    height: 14px;
    margin-right: 7px
}

@media (max-width: 1100px) {
    .request {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0
    }

    .request-title {
        margin-top: -30px
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .request {
        height: auto;
        padding-top: 40px;
        margin-bottom: 100px
    }

    .request-form {
        padding-bottom: 0
    }

    .request-title {
        margin-top: 0
    }
}

@media (max-width: 600px) {
    .request {
        height: calc(100vh - 293px);
        padding: 40px 20px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .request-title {
        margin-top: 0
    }

    .request-form {
        width: 100%;
        padding-bottom: 40px
    }

    .request-form input {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width: 600px) and (orientation: landscape) {
    .request {
        height: auto
    }

    .request-form {
        padding-bottom: 0
    }
}

@media (max-width: 350px) {
    .request {
        height: auto
    }

    .request-title {
        font-size: 32px
    }
}

@media (max-height: 650px) {
    .request {
        height: auto
    }

    .request-title {
        margin-top: 30px
    }

    .request-form {
        padding-bottom: 0
    }
}

/*end reset password*/

/*faq*/
.faq{
    margin-bottom: 128px;
}
.faq-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    margin-bottom: 40px;
}
.faq__block{
    padding: 0 25px;
    margin-bottom: 68px;
}
.faq__block-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 20px;
}
.faq__block-item-header{
    padding: 22px 24px 22px 56px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    position: relative;
    cursor: pointer;
}
.faq__block-item-header:before{
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 31px;
    content: '';
    width: 12px;
    height: 8px;
    background: url(../images/faq-item-arrow-down.svg) center center/contain no-repeat;
}
.faq__block-item-header.active:before{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 31px;
}
.faq__block-item:last-child{
    margin-bottom: 0;
}
.faq__block-item-body{
    padding: 0 24px 30px 24px;
    display: none;
}
.faq__block-item-body p{
    margin-bottom: 0;
    line-height: 24px;
    color: rgba(43, 69, 78, 0.638686);
}
.faq__block-item-body.visible{
    display: block;
}
.faq-inner-page{
    margin-bottom: 60px;
}
/*end-faq*/

/*other writing service questions*/
.owsq{
    margin-bottom: 128px;
}
.owsq-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    margin-bottom: 40px;
}
.owsq ul{
    background-color: #f0f0f061;
    padding: 15px;
    border-radius: 9px;
    list-style: none;
}
.owsq ul li{
    padding-left: 36px;
    margin-bottom: 10px;
    position: relative;
}
.owsq ul li:before{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #324354;
    left: 15px;
    top: 9px;
}
.owsq ul li:last-child{
    margin-bottom: 0;
}
.owsq ul li a{
    color: #00DFBF;
}
.owsq ul li a:hover{
    text-decoration: underline;
}
/*end-owsq*/

/*sub*/
.sub{
    margin-bottom: 120px;
}
.sub-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #324354;
    text-align: center;
    margin-bottom: 26px;
}
.sub-desc{
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: rgba(50, 67, 84, 0.8);
    margin-bottom: 34px;
}
.sub-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 11px;
}
.sub-select .customSelect{
    margin-right: 20px;
}
.sub-select .selectedValue{
    border: 1px solid #5D8FA0;
    border-radius: 5px;
    color: #2B454E;
    padding: 16px 48px 17px 15px;
    background: none;
    width: 312px;
    height: 50px;
    line-height: 1;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 3%;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.sub-select .caret{
    display: none;
}
.sub-select .customSelect .selectList {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    border-radius: 5px;
    width: 100%;
}
.sub-select .customSelect .selectList dd{
    padding: 10px 16px;
}
.sub-select .customSelect .selectList dd.disabled{
    display: none;
}
.sub-select .customSelect .selected{
    background: #ffffff;
    color: #00C8AB;
}
.sub-select .customSelect .selectList dd.hovered{
    background: #F4F4F4;
    color: #2B454E;
}
.sub-select .customSelect .selectList dd.selected.hovered{
    color: #00C8AB;
}
.sub-form input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 16px 15px;
    color: #2B454E;
    font-weight: 500;
    width: 312px;
    height: 50px;
    line-height: 1;
    border: 1px solid #5D8FA0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    margin-right: 20px;
}
.sub-form input::-webkit-input-placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.sub-form input::-moz-placeholder{
    color: rgba(43, 69, 78, 0.367297);
    opacity:  1;
}
.sub-form input:-ms-input-placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.sub-form input::-ms-input-placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.sub-form input::placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.sub-form input:focus{
    border: 1px solid #00C8AB;
}
.sub-form input:active{
    border: 1px solid #00C8AB;
}
.sub-form button{
    display: inline-block;
    background: #F76D6D;
    border-radius: 5px;
    border: none;
    outline: none;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.05882px;
    color: #FFFFFF;
    width: 260px;
    height: 50px;
    cursor: pointer;
}
.sub-form button:hover{
    background: #E84F4F;
}
.sub-form-description{
    font-size: 12px;
    line-height: 16px;
    color: rgba(43, 69, 78, 0.638686);
    text-align: center;
}
.sub-form-description a:hover{
    text-decoration: underline;
}
/*end-sub*/

/*footer*/
.footer{
    background: #F4F4F4;
    padding: 54px 0 40px;
}
.footer__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 11px;
}
.footer__block-left{
    width: 20%;
}
.footer__block-right{
    width: 70%;
}
.footer-logo{
    display: block;
    /*font-weight: 500;*/
    /*font-size: 20px;*/
    /*line-height: 24px;*/
    /*color: #3D6570;*/
    margin-bottom: 20px;
}
.footer-logo img{
    vertical-align: middle;
}
.footer-phone{
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #365964;
    margin-bottom: 20px;
}
.footer-email{
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #365964;
    margin-bottom: 24px;
}
.footer-payments{
    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;
    margin-bottom: 24px;
}
.footer-paypal{
    width: 61px;
    height: 20px;
    background: url(../images/footer-paypal.svg) center center/contain no-repeat;
}
.footer-mc{
    width: 123px;
    height: 24px;
    background: url(../images/footer-mc.svg) center center/contain no-repeat;
}
.footer-owner{
    font-size: 12px;
    line-height: 24px;
    color: #365964;
}
.footer-right-top-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #365964;
    margin-bottom: 27px;
}
.footer-right-top-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-right-top-links .footer-right-list li{
    width: 100%;
    line-height: 24px;
    color: #324354;
    margin-bottom: 21px;
}
.footer-right-top-links a:hover{
    text-decoration: underline;
}

ul.footer-right-list {
    list-style: none;
    width: 25%;
}
.footer__block-right-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.footer__block-services{
    width: 25%;
}
.footer__block-services-link{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #365964;
    position: relative;
    width: 110px;
}
/*.footer__block-services-link:after{*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    left: 85px;*/
/*    top: 9px;*/
/*    width: 20px;*/
/*    height: 10px;*/
/*    background: url(../images/footer-right-bottom-arrow.svg) center center/contain no-repeat;*/
/*}*/
/*.footer__block-services-link.opened:after{*/
/*    -webkit-transform: rotate(180deg);*/
/*    -ms-transform: rotate(180deg);*/
/*    transform: rotate(180deg);*/
/*}*/
.footer-service-links{
    display: none;
    margin-top: 21px;
    position: absolute;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    flex-wrap: wrap;
}
.footer-service-links.opened{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-service-links a{
    line-height: 24px;
    color: #324354;
    margin-bottom: 21px;
    width: 25%;
}
.footer-service-links a:last-child{
    margin-bottom: 0;
}
.footer-service-links a:hover{
    text-decoration: underline;
}
.footer__block-guides{
    width: 25%;
}
.footer__block-guides-link{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #365964;
    position: relative;
    cursor: pointer;
}
.footer__block-guides-link:after{
    content: '';
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 9px;
    width: 20px;
    height: 10px;
    background: url(../images/footer-right-bottom-arrow.svg) center center/contain no-repeat;
}
.footer__block-guides-link.opened:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer-guides-links{
    display: none;
    margin-top: 21px;
    position: absolute;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
}
.footer-guides-links.opened{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-guides-links a{
    line-height: 24px;
    color: #324354;
    width: 25%;
}
.footer-guides-links a:last-child{
    margin-bottom: 0;
}
.footer-guides-links a:hover{
    text-decoration: underline;
}
.footer-copy{
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: rgba(54, 89, 100, 0.63);
}
.footer-tablet{
    display: none;
}
/*end-footer*/

/*pages*/
.page-banner{
    background: #FBFBFB;
}
.page-banner h1{
    text-align: center;
    padding: 54px 0 55px;
    margin-bottom: 0;
}
.hiw-page{
    margin-bottom: 96px;
}
.hiw-page-block{
    padding: 0 25px;
    position: relative;
}
.full-dashed-line{
    position: absolute;
    top: 269px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.hiw-page-block-item{
    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;
}
.hiw-page-item-box{
    width: 417px;
}
.hiw-page-item-step{
    font-family: 'IBM Plex Serif', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #00C8AB;
    margin-bottom: 20px;
}
.hiw-page-item-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #2B454E;
    margin-bottom: 24px;
}
.hiw-page-item-text{
    font-size: 16px;
    line-height: 26px;
    color: #566B72;
}
.hiw-page-item-img{
    width: 504px;
    height: 504px;
}
.hiw-page-order-img{
    background: url(../images/hiw-page-order-img.svg) center center/contain no-repeat;
}
.hiw-page-writer-img{
    background: url(../images/hiw-page-writer-img.svg) center center/contain no-repeat;
}
.hiw-page-chat-img{
    background: url(../images/hiw-page-chat-img.svg) center center/contain no-repeat;
}
.hiw-page-pay-img{
    background: url(../images/hiw-page-pay-img.svg) center center/contain no-repeat;
}
.wpro-page{
    margin-top: 60px;
    margin-bottom: 128px;
}
.wpro-page-block{
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wpro-page-left{
    width: 680px;
}
.wpro-page-revs-count{
    font-size: 24px;
}
.wpro-page-revs-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 24px;
}
.wpro-page-revs-item:last-child{
    margin-bottom: 0;
}
.wpro-page-revs-item-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}
.wpro-page-rev-name{
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #324354;
}
.wpro-page-rev-score{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpro-page-rev-score-stars{
    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;
    margin-right: 8px;
}
.wpro-page-rev-score-stars figure{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.wpro-page-rev-score-stars figure:last-child{
    margin-right: 0;
}
.wpro-page-rev-score-stars figure.full-star {
    background: url(../images/revs-our-full-star.svg) center center/contain no-repeat;
}
.wpro-page-rev-score-text{
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #304F59;
}
.wpro-page-revs-item-middle{
    margin-bottom: 20px;
}
.wpro-page-revs-item-rev{
    font-style: italic;
    font-size: 17px;
    line-height: 28px;
    color: #324354;
    margin-bottom: 16px;
}
.wpro-page-revs-item-types{
    background: #F6F6F6;
    border-radius: 5px;
    padding: 16px 24px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wpro-page-revs-item-types-ico{
    width: 24px;
    height: 26px;
    background: url(../images/writer-papers-ico.svg) center center/contain no-repeat;
    margin-right: 12px;
}
.wpro-page-revs-item-types-first{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #324354;
    margin-bottom: 4px;
}
.wpro-page-revs-item-types-second{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #566B72;
}
.wpro-page-revs-item-bottom{
    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;
}
.wpro-page-rev-status{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #304F59;
}
.wpro-page-rev-status-img{
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url(../images/wpro-page-rev-status-img.svg) center center/contain no-repeat;
}
.wpro-page-rev-date{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #566B72;
}
.wpro-page-right{
    width: 328px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 24px 24px 30px 24px;
}
.wpro-page-writer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.wpro-page-writer-image{
    min-width: 96px;
    min-height: 96px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    /*background-image: url(../images/writer-sandra.svg);*/
    margin-right: 16px;
}
.wpro-page-writer-image img{
    width: 96px;
    height: 96px;
}
.wpro-page-writer-status{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 14px;
    background: #00C8AB;
    border-radius: 0px 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    text-align: center;
}
.wpro-page-writer-name{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    margin-bottom: 10px;
}
.wpro-page-writer-stars{
    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;
    margin-bottom: 10px;
}
.wpro-page-writer-stars figure{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.wpro-page-writer-stars figure:last-child{
    margin-right: 0;
}
.wpro-page-writer-stars figure.full-star{
    background: url(../images/writer-full-star.svg) center center/contain no-repeat;
}
.wpro-page-writer-score{
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #304F59;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpro-page-writer-score span{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #324354;
    margin-right: 4px;
}
.wpro-page-writer-list{
    margin-bottom: 25px;
}
.wpro-page-writer-list ul{
    list-style: none;
}
.wpro-page-writer-list ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wpro-page-writer-list-name{
    font-size: 15px;
    line-height: 40px;
    color: #324354;
}
.wpro-page-writer-list-score{
    font-weight: 900;
    font-size: 15px;
    line-height: 40px;
    color: #324354;
}
.wpro-page-writer-button{
    display: block;
    background: -o-linear-gradient(280.12deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(169.88deg, #00DFBF 0%, #00C8AB 100%);
    border-radius: 5px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-align: center;
}
.wpro-page-writer-button:hover{
    background: -o-linear-gradient(278.08deg, #09EECE 0%, #07D8BA 100%);
    background: linear-gradient(171.92deg, #09EECE 0%, #07D8BA 100%);
}
.wpro-page-writer-button:active{
    background: #00DFBF;
}
.wpro-page-writer-divider{
    display: none;
}
.inner-page{
    margin-top: 60px;
    margin-bottom: 128px;
}
.inner-page-block{
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.inner-page-left{
    width: 680px;
}
.topw-page-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 24px;
    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;
}
.js-hidden-item{
    display: none;
}
.js-load-more{
    cursor: pointer;
}
.topw-page-item:last-child{
    margin-bottom: 0;
}
.topw-page-item-first{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 316px;
    width: 100%;
}
.topw-page-item-img img{
    width: 96px;
    height: 96px;
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    position: relative;
    /*background-image: url(../images/writer-sandra.svg);*/
    margin-right: 43px;
}
.topw-page-item-name{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    margin-bottom: 10px;
}
.topw-page-item-rank{
    font-size: 16px;
    line-height: 24px;
    color: #304F59;
    font-weight: 500;
    margin-bottom: 10px;
}
.topw-page-item-rank span {
    font-weight: 900;
}
.topw-page-item-stars{
    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;
}
.topw-page-item-stars figure{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.topw-page-item-stars figure:last-child{
    margin-right: 0;
}
.topw-page-item-stars figure.full-star{
    background: url(../images/writer-full-star.svg) center center/contain no-repeat;
}
.topw-page-item-revs{
    background: #F6F6F6;
    border-radius: 5px;
    padding: 8px 15px 8px 12px;
    width: 129px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}
.topw-page-item-revs-top{
    margin-right: 4px;
}
.topw-page-item-revs-num{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #324354;
}
.topw-page-item-revs-ico{
    display: none;
}
.topw-page-item-revs-text{
    font-size: 13px;
    line-height: 16px;
    color: #2B454E;
}
.topw-page-item-papers{
    background: #F6F6F6;
    border-radius: 5px;
    padding: 8px 15px 8px 12px;
    width: 129px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.topw-page-item-papers-top{
    margin-right: 4px;
}
.topw-page-item-papers-num{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #324354;
}
.topw-page-item-papers-ico{
    display: none;
}
.topw-page-item-papers-text{
    font-size: 13px;
    line-height: 16px;
    color: #2B454E;
}
.topw-page-item-hire{
    border-radius: 5px;
    width: 128px;
    height: 48px;
    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;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #00DFBF;
    border: 2px solid #00DFBF;
    margin-bottom: 21px;
}
.topw-page-item-hire:hover{
    border: none;
    background: -o-linear-gradient(278.08deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(171.92deg, #00DFBF 0%, #00C8AB 100%);
    color: #fff;
}
.topw-page-item-view{
    letter-spacing: 1px;
    color: #2B454E;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: block;
    width: 128px;
    padding-left: 10px;
}
.topw-page-item-view span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/topw-button-view-arrow.svg) center center/contain no-repeat;
    transition: 0.5s all;
}
.topw-page-item-view:hover span{
    margin-left: 7px;
}
.sidebar{
    width: 328px;
}
.sidebar-box-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 24px;
}
.sidebar-box-item:last-child{
    margin-bottom: 0;
}
.sidebar-revs{
    padding: 24px;
}
.sidebar-revs-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #2B454E;
    margin-bottom: 20px;
}
.sidebar-revs-block{
    margin-bottom: 6px;
}
.sidebar-revs-item-rev{
    font-style: italic;
    line-height: 24px;
    color: #324354;
    margin-bottom: 24px;
}
.sidebar-revs-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;
}
.sidebar-revs-item-stars{
    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;
}
.sidebar-revs-item-stars figure{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.sidebar-revs-item-stars figure:last-child{
    margin-right: 0;
}
.sidebar-revs-item-stars figure.full-star{
    background: url(../images/revs-our-full-star.svg) center center/contain no-repeat;
}
.sidebar-revs-item-id{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #566B72;
}
.sidebar-revs .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-top: 32px;
    list-style: none;
}
.sidebar-revs .slick-dots li {
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    border: none;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}
.sidebar-revs .slick-dots li.slick-active {
    background: #00DFBF;
}
.sidebar-revs .slick-dots li button {
    display: none;
}
.sidebar-sub{
    padding: 24px;
}
.sidebar-sub-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #2B454E;
    margin-bottom: 25px;
}
.sidebar-sub-form-item{
    margin-bottom: 22px;
}
.sidebar-sub-form-item:last-child{
    margin-bottom: 0;
}
.sidebar-sub-form-item label{
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #324354;
    margin-bottom: 11px;
}
.sidebar-sub .customSelect{
    margin-right: 0;
    width: 100%;
    margin-bottom: 22px;
}
.sidebar-sub .selectedValue{
    border: 1px solid #5D8FA0;
    border-radius: 5px;
    color: #2B454E;
    padding: 16px 48px 17px 15px;
    background: none;
    width: 100%;
    height: 56px;
    line-height: 1;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 3%;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.sidebar-sub .caret{
    display: none;
}
.sidebar-sub .customSelect .selectList{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    border-radius: 5px;
    width: 100%;
}
.sidebar-sub .customSelect .selectList dd{
    padding: 10px 16px;
}
.sidebar-sub .customSelect .selectList dd.disabled{
    display: none;
}
.sidebar-sub .customSelect .selected{
    background: #ffffff;
    color: #00C8AB;
}
.sidebar-sub .customSelect .selectList dd.hovered{
    background: #F4F4F4;
    color: #2B454E;
}
.sidebar-sub .customSelect .selectList dd.selected.hovered{
    color: #00C8AB;
}
.sidebar-sub input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 16px 15px;
    color: #2B454E;
    font-weight: 500;
    width: 100%;
    height: 56px;
    line-height: 1;
    border: 1px solid #5D8FA0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
}
.sidebar-sub input::-webkit-input-placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.sidebar-sub input::-moz-placeholder{
    color: rgba(43, 69, 78, 0.367297);
    opacity:  1;
}
.sidebar-sub input:-ms-input-placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.sidebar-sub input::-ms-input-placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.sidebar-sub input::placeholder{
    color: rgba(43, 69, 78, 0.367297);
}
.sidebar-sub input:focus{
    border: 1px solid #00C8AB;
}
.sidebar-sub input:active{
    border: 1px solid #00C8AB;
}
.sidebar-sub button{
    display: block;
    background: -o-linear-gradient(280.12deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(169.88deg, #00DFBF 0%, #00C8AB 100%);
    border-radius: 5px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.sidebar-sub button:hover{
    background: -o-linear-gradient(278.08deg, #09EECE 0%, #07D8BA 100%);
    background: linear-gradient(171.92deg, #09EECE 0%, #07D8BA 100%);
}
.sidebar-sub button:active{
    background: #00DFBF;
}
.au-page{
    margin: 35px 0 120px;
}
.au-page-wrap{
    position: relative;
}
.au-page-wrap:after{
    position: absolute;
    content: '';
    width: 872px;
    height: 900px;
    bottom: -18px;
    left: -143px;
    z-index: 0;
    background: url(../images/oval.svg) no-repeat;
}
.au-page-block{
    padding: 0 25px;
    /*background: url(../images/Oval.svg) center center no-repeat;*/
    position: relative;
    z-index: 2;
}
.au-page-block-item{
    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;
}
.au-page-item-box{
    width: 417px;
}
.au-page-item-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #2B454E;
    margin-bottom: 24px;
}
.au-page-item-text p{
    font-size: 16px;
    line-height: 26px;
    color: #566B72;
}
.au-page-item-text p:last-child{
    margin-bottom: 0;
}
p a,
.seo-text li a,
.why-us-item-desc a{
    color: #00DFBF;
}
p a:hover,
.seo-text li a:hover,
.why-us-item-desc a:hover{
    text-decoration: underline;
}
.au-page-item-img{
    width: 504px;
    height: 504px;
}
.au-page-mission-img{
    background: url(../images/au-page-mission-img.svg) center center/contain no-repeat;
}
.au-page-writer-img{
    background: url(../images/au-page-writers-img.svg) center center/contain no-repeat;
}
.au-help{
    margin-bottom: 120px;
}
.au-help-wrap{
    position: relative;
}
.au-help-wrap:after{
    position: absolute;
    content: '';
    width: 788px;
    height: 949px;
    top: -62px;
    right: -133px;
    z-index: 0;
    background: url(../images/dashed-oval.svg) no-repeat;
}
.au-help-box{
    position: relative;
    z-index: 2;
}
.au-help-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #2B454E;
    margin-bottom: 40px;
}
.au-help-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.au-help-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    border-radius: 5px;
    padding: 28px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17.2%;
}
.au-help-item:hover {
    background: #E2E4E6;
}
.au-help-item-img{
    margin-right: 16px;
}
.au-help-ico-1{
    min-width: 34px;
    height: 32px;
    background: url(../images/au-help-ico-1.svg) center center/contain no-repeat;
}
.au-help-ico-2{
    min-width: 32px;
    height: 32px;
    background: url(../images/au-help-ico-2.svg) center center/contain no-repeat;
}
.au-help-ico-3{
    min-width: 33px;
    height: 33px;
    background: url(../images/au-help-ico-3.svg) center center/contain no-repeat;
}
.au-help-ico-4{
    min-width: 32px;
    height: 32px;
    background: url(../images/au-help-ico-4.svg) center center/contain no-repeat;
}
.au-help-ico-5{
    min-width: 32px;
    height: 32px;
    background: url(../images/au-help-ico-5.svg) center center/contain no-repeat;
}
.au-help-item-text{
    font-weight: 500;
    line-height: 20px;
    color: #324354;
}
.au-writers{
    margin-bottom: 128px;
    position: relative;
    z-index: 2;
    background: #FBFBFB;
}
.au-writers-box{
    padding: 92px 0 68px;
}
.au-writers-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #2B454E;
    margin-bottom: 40px;
}
.au-writers-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.au-writers-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0726071);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0726071);
    border-radius: 5px;
    padding: 24px;
    width: 47%;
    margin-bottom: 24px;
}
.au-writers-item-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.au-writers-item-num{
    width: 48px;
    height: 48px;
    background: #00DFBF;
    border-radius: 4px;
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin-right: 24px;
}
.au-writers-item-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #2B454E;
}
.au-writers-item-text{
    font-size: 16px;
    line-height: 26px;
    color: rgba(43, 69, 78, 0.638686);
    padding-left: 72px;
}
.inner-faq__block{
    padding: 0;
    margin-bottom: 0;
}
.cu-page{
    margin: 60px 0 128px;
}
.cu-page-wrap{
    position: relative;
}
.cu-page-wrap:after {
    position: absolute;
    content: '';
    width: 559px;
    height: 576px;
    bottom: -75px;
    left: -55px;
    z-index: 0;
    background: url(../images/contact-oval.svg) no-repeat;
}
.cu-page-block{
    padding: 0 25px;
    position: relative;
    z-index: 2;
}
.cu-page-block-item{
    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;
}
.cu-page-item-box{
    width: 417px;
}
.cu-page-item-text{
    font-size: 16px;
    line-height: 26px;
    color: #566B72;
    margin-bottom: 26px;
}
.cu-page-item-block-i{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 24px;
}
.cu-page-item-block-i:last-child{
    margin-bottom: 0;
}
.cu-page-item-phone{
    padding: 24px;
}
.cu-page-item-phone-top{
    font-size: 16px;
    line-height: 16px;
    color: #2B454E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}
.cu-page-item-phone-ico{
    width: 20px;
    height: 21px;
    background: url(../images/contact-phone-ico.svg) center center/contain no-repeat;
    margin-right: 11px;
}
.cu-page-item-phone-num{
    display: block;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #00C8AB;
    padding-left: 31px;
}
.cu-page-item-mail{
    padding: 24px;
    position: relative;
}
.cu-page-item-mail:after{
    position: absolute;
    content: '';
    right: -62px;
    top: -20px;
    width: 62px;
    height: 83px;
    background: url(../images/contact-email-grass.svg) center center/contain no-repeat;
}
.cu-page-item-mail-top{
    font-size: 16px;
    line-height: 16px;
    color: #2B454E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}
.cu-page-item-mail-ico{
    width: 20px;
    height: 16px;
    background: url(../images/contact-email-ico.svg) center center/contain no-repeat;
    margin-right: 11px;
}
.cu-page-item-mail-text{
    display: block;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #00C8AB;
    padding-left: 31px;
}
.cu-page-item-location{
    padding: 22px 24px 24px 26px;
}
.cu-page-item-location-top{
    font-size: 16px;
    line-height: 16px;
    color: #2B454E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}
.cu-page-item-location-ico{
    width: 16px;
    height: 20px;
    background: url(../images/contact-location-ico.svg) center center/contain no-repeat;
    margin-right: 13px;
}
.cu-page-item-location-text{
    display: block;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #00C8AB;
    padding-left: 29px;
}
.cu-page-item-location-text:before{
    content: attr(data-addr);
}
.cu-page-item-chat{
    padding: 18px 24px;
    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;
}
.cu-page-item-chat-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #2B454E;
}
.cu-page-item-chat-ico{
    width: 18px;
    height: 20px;
    background: url(../images/contact-chat-ico.svg) center center/contain no-repeat;
    margin-right: 13px;
}
.cu-page-item-chat-button{
    border-radius: 5px;
    width: 168px;
    height: 50px;
    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;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    color: #00DFBF;
    border: 2px solid #00DFBF;
    background: #fff;
    cursor: pointer;
}
.cu-page-item-chat-button:hover{
    border: none;
    background: -o-linear-gradient(278.08deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(171.92deg, #00DFBF 0%, #00C8AB 100%);
    color: #fff;
}
.cu-page-item-img{
    width: 528px;
    height: 528px;
}
.cu-page-mail-img{
    background: url(../images/contact-mail-img.svg) center center/contain no-repeat;
}
.inner-testi{
    margin-bottom: 120px;
}
.testi-page-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 24px;
}
.testi-page-item:last-child{
    margin-bottom: 0;
}
.testi-page-item-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}
.testi-page-item-customer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testi-page-item-icon{
    width: 56px;
    height: 56px;
    margin-right: 16px;
}
.testi-page-item-icon.woman{
    background: url(../images/testi-woman-ico.svg) center center/contain no-repeat;
}
.testi-page-item-icon.man{
    background: url(../images/revs-customer-man.svg) center center/contain no-repeat;
}
.testi-page-item-name{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    margin-bottom: 4px;
}
.testi-page-item-by{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(43, 69, 78, 0.639368);
}
.testi-page-item-by span{
    color: #00DFBF;
}
.testi-page-item-score-stars{
    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;
}
.testi-page-item-score-stars figure {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.testi-page-item-score-stars figure:last-child{
    margin-right: 0;
}
.testi-page-item-score-stars figure.full-star {
    background: url(../images/revs-our-full-star.svg) center center/contain no-repeat;
}
.testi-page-item-score-text{
    display: none;
}
.testi-page-item-middle-rev{
    font-style: italic;
    font-size: 17px;
    line-height: 28px;
    color: #324354;
    margin-bottom: 16px;
}
.testi-page-item-types{
    background: #F6F6F6;
    border-radius: 5px;
    padding: 16px 24px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testi-page-item-types-ico{
    width: 24px;
    height: 26px;
    background: url(../images/writer-papers-ico.svg) center center/contain no-repeat;
    margin-right: 12px;
}
.testi-page-item-types-first{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #324354;
    margin-bottom: 4px;
}
.testi-page-item-types-second{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #566B72;
}
.inner-page-wrap.with-oval{
    position: relative;
}
.inner-page-wrap.with-oval:after{
    position: absolute;
    content: '';
    width: 872px;
    height: 900px;
    top: 110px;
    left: -150px;
    z-index: -1;
    background: url(../images/oval.svg) no-repeat;
}
.inner-page-block.with-oval{
    position: relative;
    z-index: 2;
}
.samples-inner{
    margin-bottom: 104px;
}
.sample-page{
    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;
}
.sample-page-item{
    padding: 24px 24px 30px 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 24px;
    width: 48.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sample-page-item-type{
    line-height: 24px;
    color: #324354;
    margin-bottom: 11px;
}
.sample-page-item-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B454E;
    margin-bottom: 29px;
}
.sample-page-item-level{
    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;
    margin-bottom: 9px;
}
.sample-page-item-level-name{
    line-height: 24px;
    color: #566B72;
}
.sample-page-item-level-type{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #324354;
}
.sample-page-item-subject{
    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;
    margin-bottom: 9px;
}
.sample-page-item-subject-name{
    line-height: 24px;
    color: #566B72;
}
.sample-page-item-subject-type{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #324354;
}
.sample-page-item-format{
    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;
    margin-bottom: 20px;
}
.sample-page-item-format-name{
    line-height: 24px;
    color: #566B72;
}
.sample-page-item-format-type{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #324354;
}
.sample-page-item-bottom{
    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;
}
.sample-page-item-bottom-ico{
    width: 32px;
    height: 40px;
    background: url(../images/samples-ico.svg) center center/contain no-repeat;
}
.sample-page-item-button{
    display: block;
    width: 163px;
    height: 40px;
    line-height: 40px;
    background: #F0F4F6;
    border-radius: 5px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #2B454E;
    padding-left: 36px;
    position: relative;
}
.sample-page-item-button:hover{
    background: #E2E4E6;
}
.sample-page-item-button:before{
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 12px;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/samples-button-ico.svg) center center/contain no-repeat;
}
.error-page{
    margin: 20px 0 120px;
}
.error-page-img{
    width: 400px;
    height: 400px;
    background: url(../images/404-error-img.svg) center center/contain no-repeat;
    margin: 0 auto;
    margin-bottom: 15px;
}
.error-page-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #2B454E;
    margin-bottom: 48px;
    text-align: center;
}
@media (max-width: 1366px) {
    .error-page-img{
        width: 300px;
        height: 300px;
    }
    .error-page-title{
        line-height: 15px !important;
        margin-bottom: 30px !important;
    }
}
.error-page-links{
    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;
}
.error-page-home-link{
    border-radius: 5px;
    width: 168px;
    height: 50px;
    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;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #00DFBF;
    border: 2px solid #00DFBF;
    margin-right: 40px;
}
.error-page-home-link:hover{
    border: none;
    background: -o-linear-gradient(278.08deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(171.92deg, #00DFBF 0%, #00C8AB 100%);
    color: #fff;
}
.error-page-order-link{
    background: #F76D6D;
    border-radius: 5px;
    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;
    width: 168px;
    height: 50px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #fff;
}
.error-page-order-link:hover{
    background: #E84F4F;
}

.error-page-500{
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #F76D6D;
}
/*end-pages*/
/*blog*/
.blog-banner{
    background: #FBFBFB;
}
.blog-banner-block{
    padding: 44px 25px;
    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;
}
.blog-banner-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 24px;
    color: #324354;
}
.blog-banner-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 758px;
    height: 48px;
}
.blog-banner-box ul{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 122px;
    height: 48px;
}
.blog-banner-box.active ul{
    display: none;
}
.blog-banner-box ul li{
    margin-right: 48px;
}
.blog-banner-box ul li:last-child{
    margin-right: 0;
}
.blog-banner-box ul li a{
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: rgba(48, 79, 89, 0.7);
}
.blog-banner-box ul li a.active{
    color: #324354;
}
.blog-banner-box ul li a:hover{
    color: #324354;
}
.blog-banner-tablet-select{
    display: none;
}
.blog-banner-search{
    position: relative;
}
.blog-banner-search.active{
    position: absolute;
    width: 100%;
}
.blog-banner-search input{
    background: #F1F1F1;
    border-radius: 24px;
    outline: none;
    width: 188px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 40px;
    border: none;
    font-weight: 500;
    font-size: 17px;
    color: #324354;
    position: relative;
}
.blog-banner-search input::-webkit-input-placeholder{
    color: rgba(54, 90, 100, 0.366969);
}
.blog-banner-search input::-moz-placeholder{
    color: rgba(54, 90, 100, 0.366969);
    opacity:  1;
}
.blog-banner-search input:-ms-input-placeholder{
    color: rgba(54, 90, 100, 0.366969);
}
.blog-banner-search input::-ms-input-placeholder{
    color: rgba(54, 90, 100, 0.366969);
}
.blog-banner-search input::placeholder{
    color: rgba(54, 90, 100, 0.366969);
}
.blog-banner-search.active input{
    width: 100%;
    padding-left: 45px;
}
.blog-search-link{
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/blog-search-ico.svg) center center/contain no-repeat;
    right: 20px;
    top: 15px;
    outline: none;
    border: none;
    cursor: pointer;
}
.blog-search-link-for-search{
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/blog-search-ico.svg) center center/contain no-repeat;
    right: 20px;
    top: 15px;
    outline: none;
    border: none;
    cursor: pointer;
}
.blog-search-link:hover{
    background: url(../images/blog-search-ico-active.svg) center center/contain no-repeat;
}
.blog-banner-search.active .blog-search-link{
    /*left: 15px;*/
    /*background: url(../images/blog-search-ico-active.svg) center center/contain no-repeat;*/
    display: none;
}
.blog-banner-search.active .blog-search-link-for-search{
    left: 15px;
    background: url(../images/blog-search-ico-active.svg) center center/contain no-repeat;
    display: block;
}
.blog-search-close-link{
    display: none;
}
.blog-banner-search.active .blog-search-close-link{
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/blog-search-close.svg) center center/contain no-repeat;
    right: 19px;
    top: 19px;
    outline: none;
    border: none;
    cursor: pointer;
}
.blog-inner-page{
    margin: 60px 0;
}
.blog-main{
    margin-bottom: 60px;
}
.blog-main-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-main-item:last-child{
    margin-bottom: 0;
}
.blog-main-item-img{
    min-width: 216px;
    height: 160px;
    margin-right: 24px;
}
.blog-main-img-1{
    background: url(../images/blog-main-img-1.svg) center center/contain no-repeat;
}
.blog-main-img-2{
    background: url(../images/blog-main-img-2.svg) center center/contain no-repeat;
}
.blog-main-item-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #304F59;
    margin-bottom: 8px;
}
.blog-main-item-text{
    font-size: 16px;
    line-height: 26px;
    color: #768E95;
    margin-bottom: 12px;
}
.blog-main-item-more{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #00CFB5;
}
.blog-pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-pagi-item{
    display: block;
    width: 32px;
    height: 32px;
    background: #F1F1F1;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #304F59;
    margin-right: 20px;
}
.blog-pagi-item:last-child{
    margin-right: 0;
}
.blog-pagi-item.current{
    background: -o-linear-gradient(315deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(135deg, #00DFBF 0%, #00C8AB 100%);
    color: #FFFFFF;
}
.blog-show-more{
    display: none;
}
.blog-sub{
    margin-bottom: 120px;
}
.blog-sub-box{
    padding: 0 25px;
    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;
}
.blog-sub-left{
    width: 55.7%;
}
.blog-sub-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #304F59;
    margin-bottom: 26px;
}
.blog-sub-desc{
    font-size: 20px;
    line-height: 34px;
    color: rgba(50, 67, 84, 0.8);
    margin-bottom: 34px;
}
.blog-sub-form{
    margin-bottom: 11px;
    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;
}
.blog-sub-form input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 50px;
    color: #2B454E;
    font-weight: 500;
    width: 284px;
    height: 50px;
    line-height: 1;
    border: 1px solid #5D8FA0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    margin-right: 20px;
    background: #FFFFFF;
    background-image: url(../images/blog-sub-email-ico.svg);
    background-position: 5% center;
    background-repeat: no-repeat;
}
.blog-sub-form input::-webkit-input-placeholder{
    color: rgba(43, 69, 78, 0.3673);
}
.blog-sub-form input::-moz-placeholder{
    color: rgba(43, 69, 78, 0.3673);
    opacity:  1;
}
.blog-sub-form input:-ms-input-placeholder{
    color: rgba(43, 69, 78, 0.3673);
}
.blog-sub-form input::-ms-input-placeholder{
    color: rgba(43, 69, 78, 0.3673);
}
.blog-sub-form input::placeholder{
    color: rgba(43, 69, 78, 0.3673);
}
.blog-sub-form input:focus{
    border: 1px solid #00C8AB;
}
.blog-sub-form input:active{
    border: 1px solid #00C8AB;
}
.blog-sub-form button{
    width: 270px;
    height: 50px;
    border: none;
    outline: none;
    background: -o-linear-gradient(280.49deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(169.51deg, #00DFBF 0%, #00C8AB 100%);
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.05882px;
    color: #fff;
    cursor: pointer;
}
.blog-sub-form button:hover{
    background: -o-linear-gradient(278.08deg, #09EECE 0%, #07D8BA 100%);
    background: linear-gradient(171.92deg, #09EECE 0%, #07D8BA 100%);
}
.blog-sub-form button:active{
    background: #00DFBF;
}
.blog-sub-form-description{
    font-size: 12px;
    line-height: 16px;
    color: rgba(43, 69, 78, 0.638686);
}
.blog-sub-form-description a:hover{
    text-decoration: underline;
}
.blog-sub-img{
    width: 416px;
    height: 416px;
    background: url(../images/blog-sub-img.svg) center center/contain no-repeat;
}
.blog-inner-post{
    margin: 60px 0 120px;
}
.blog-post-breadcrumbs{
    font-size: 15px;
    line-height: 24px;
    color: #B1BABE;
    margin-bottom: 32px;
}
.blog-post-breadcrumbs span{
    color: #324354;
    font-size: 15px;
    line-height: 24px;
}
.blog-post-breadcrumbs a:hover{
    text-decoration: underline;
}
.blog-post-img{
    width: 100%;
    height: 316px;
    background: url(../images/blog-post-img.svg) center center/contain no-repeat;
    margin-bottom: 40px;
}
.blog-post h1{
    line-height: 40px;
    margin-bottom: 26px;
}
.blog-post h2{
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 9px;
}
.blog-post p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
}
.blog-post ul, .seo-text ul, .ul-list{
    list-style: none;
    margin-bottom: 10px;
}
.blog-post ul li, .ul-list li{
    padding-left: 36px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    color: rgba(43, 69, 78, 0.638686);
}
.seo-text ul li,
.seo-text ol li{
    padding-left: 36px;
    line-height: 24px;
    color: #324354;
    position: relative;
}
.blog-post ul li:before, .seo-text ul li:before{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #324354;
    left: 15px;
    top: 10px;
}
.ul-list li:before{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #324354;
    left: 15px;
    top: 10px;
}

.blog-post ol, .seo-text ol, .ol-list{
    list-style: none;
    margin-bottom: 10px;
    counter-reset: item;
}
.blog-post ol li, .ol-list li{
    padding-left: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #324354;
    position: relative;
}
.blog-post ol li:first-child, .ol-list li:first-child, .seo-text ol li:first-child {
    counter-reset: index;
}
.blog-post ol li:before, .ol-list ol li:before, .seo-text ol li:before{
    content: counter(index,decimal)'.';
    counter-increment: index;
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #324354;
}
ul.no-ol li:before{
    content: '';
    left: 15px;
    top: 10px;
}
.blog-post blockquote{
    background: #FBFBFB;
    border-radius: 5px;
    padding: 18px;
    font-style: italic;
    font-size: 17px;
    line-height: 24px;
    color: #324354;
}
.blog-post-similar{
    background: #FBFBFB;
}
.blog-post-similar-block{
    padding: 92px 25px;
}
.blog-post-similar-title{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #324354;
    margin-bottom: 40px;
}
.blog-post-similar-box{
    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;
}
.blog-post-similar-item{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.096509);
    border-radius: 5px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48.9%;
}
.blog-post-similar-item-img{
    min-width: 138px;
    height: 172px;
    margin-right: 24px;
}
.blog-post-similar-img-1{
    background: url(../images/blog-post-img.svg) center center/cover no-repeat;
}
.blog-post-similar-item-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #304F59;
}
.blog-post-similar-item-text{
    font-size: 16px;
    line-height: 26px;
    color: #768E95;
    margin-bottom: 10px;
}
.blog-post-similar-item-more{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #00CFB5;
}
/*end-blog*/

/* calculator */

.calculate__block.header-calculate__block{
    margin-bottom: 130px;
}
.calculate__block form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1015px;
    margin: 0px auto 75px;
    /*height: 90px;*/
    background: #fff;
    -webkit-box-shadow: 0px 6px 16px rgba(78, 115, 255, 0.24);
    box-shadow: 0px 6px 16px rgba(78, 115, 255, 0.24);
    border-radius: 3px;
    padding: 30px 33px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: 138px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inactive-btn, .inactive-btn:hover{
    background-color: #E84F4F!important;
}

.calculate__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 23px;
    color: #324354;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.calculate__info .title {
    font-family: IBM Plex Serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #324354;
    margin-bottom: 0;

}
.calculate__info .price {
    margin: 0;
}

.calculate__info .price .desk{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    /* identical to box height, or 186% */

    text-align: right;

    color: #77888E;
}

.calculate__info .price .cost{
    font-family: 'IBM Plex Serif', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    /* identical to box height, or 108% */

    text-align: right;

    color: #324354;

}

.calculate__items {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.calculate__items .customSelect .selectedValue{
    /*width: 150px;*/
}
.calculate__items input {
    width: 150px;
}
.customSelect.custom.work .selectedValue {
    width: 192px;
}

.calc-form .customSelect .selectedValue {
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #5D8FA0;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 50px;
    margin: auto;
    color: #77888E;
    padding: 0 31px 0 17px;
    background: #fff url(../images/dropdown.svg) no-repeat 94% center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: border-color ease-in-out .15s;
}
.calc-form .customSelect .selectedValue:hover {
    border-color: #00DFBF;
}
.calc-form .customSelect .selectValueWrap .caret {
    display: none
}

.calc-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 300px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 42px;
    border-radius: 5px;
    border: 1px solid #5D8FA0;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    background: url(../images/dropdown.svg) no-repeat 20px center;
    outline: 0;
    position: relative
}

.calc-form .error-text {
    max-width: 300px;
    position: absolute;
    left: 0;
    bottom: -16px;
    font-size: 12px;
    line-height: 14px
}

.calc-form .error::-webkit-input-placeholder {
    color: #999
}

.calc-form .error:-ms-input-placeholder {
    color: #999
}

.calc-form .error::placeholder {
    color: #999
}

.calc-form .error:active::-webkit-input-placeholder, .calc-form .error:focus::-webkit-input-placeholder {
    color: transparent
}

.calc-form .error:active:-ms-input-placeholder, .calc-form .error:focus:-ms-input-placeholder {
    color: transparent
}

.calc-form .error:active::placeholder, .calc-form .error:focus::placeholder {
    color: transparent
}

.calc-form button {
    width: 190px;
    height: 50px;
    background: #F76D6D;
    border-radius: 5px;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 1.05882px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    border: none;
    outline: 0;
    -webkit-transition: background .3s, -webkit-box-shadow .3s;
    transition: background .3s, -webkit-box-shadow .3s;
    transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.calc-form button:hover {
    cursor: pointer;
    background-color: #E84F4F;
    -webkit-box-shadow: 0 3px 9px 0 rgba(77, 77, 77, .2);
    box-shadow: 0 3px 9px 0 rgba(77, 77, 77, .2);
    -webkit-transition: background .3s, -webkit-box-shadow .3s;
    transition: background .3s, -webkit-box-shadow .3s;
    transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.calculate__items .pages input {
    background: #fff;
    padding: 0 30px;
    color: #324354;
    margin-left: 5px;
    margin-right: 5px;
}
.pages--value {
    text-align: center;
}
.calculate__items .pages {
    display: flex;
    margin: 20px 0;
    position: relative;
}
.customSelect.select-open .selectedValue{
    border-color: #00DFBF;
    background: #fff url(../images/dropdown-green.svg) no-repeat 94% center;
}

.footer-calculate__block .calculate__info{
    justify-content: flex-end;
    margin-bottom: 35px;
}

/* calc-sidebar */

.sidebar-box-item 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;
}
.sidebar-box-item form{
    position: relative;
    padding: 30px 24px;
}
.sidebar-box-item .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;
}
.sidebar-box-item .calculate__items .date-time,
.sidebar-box-item .calculate__items .num-pages,
.sidebar-box-item .calculate__items .custom.type,
.sidebar-box-item .calculate__items .custom.work,
.sidebar-box-item .calculate__items .chack-date input {
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 20px;
}
.sidebar-box-item  .customSelect.custom.work .selectedValue{
    width: 100%;
}
.sidebar-box-item .calculate__items .chack-date input{
    background-position: 94% center;
}
.sidebar-box-item .calculate__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sidebar-box-item .calculate__info::after {
    width: 100%;
}
.sidebar-box-item .chack-date {
    width: 100%;
}
.sidebar-box-item .calculate__items .pages input {
    max-width: 165px;
    background: #fff;
    padding: 0 30px;
}
.sidebar-box-item .calculate__info .title{
    margin-bottom: 20px;
}
.sidebar-box-item .calculate__info .price .desk {
    display: none;
}
.sidebar-box-item select.custom {
    margin-bottom: 20px;
    width: 100%!important;
}
.sidebar-box-item .calculate__items .pages{
    margin: 0 0 20px 0;
}
.sidebar-box-item .calculate__info .price {
    position: absolute;
    bottom: -250px;
    right: 0;
}
.sidebar-box-item form button {
    max-width: 100%;
    width: 100%;
    background: -o-linear-gradient(280.12deg, #00DFBF 0%, #00C8AB 100%);
    background: linear-gradient(169.88deg, #00DFBF 0%, #00C8AB 100%);
    color: #FFFFFF;
}
.sidebar-box-item form button:hover {
    background: -o-linear-gradient(278.08deg, #09EECE 0%, #07D8BA 100%);
    background: linear-gradient(171.92deg, #09EECE 0%, #07D8BA 100%);
}

.price img{
    margin-right: 8px;
}

.sidebar-box-item.calc-form .pages .customSelect .selectedValue{
    width: 191px;
}

.css-hidden:after{
    content: attr(data-info);
}

/*end calculator*/

/*add funds modal*/

.modal {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    min-height: 247px;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 12px 28px 36px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.modal.active {
    opacity: 1;
    visibility: visible
}

.modal:not(.active) label:after, .modal:not(.active) label:before {
    display: none
}

.modal-caption {
    color: #324354;
    font-size: 24px;
    font-weight: 400;
    line-height: 52px;
    margin: 0;
    text-transform: uppercase
}

.modal-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.modal-label {
    color: #999!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    margin: 0
}

.modal-column:first-child {
    width: 300px;
    margin-right: 32px
}

.input-place {
    margin-bottom: 26px;
    position: relative
}

.input-place:before {
    content: '$';
    color: #324354;
    position: absolute;
    font-size: 16px;
    left: 17px;
    top: 9px;
}

input.input-money {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 300px;
    height: 40px;
    padding-left: 28px;
    color: #616161!important;
}

input.input-money::placeholder{
    color: #78888E!important;
}

input.input-money:focus::-webkit-input-placeholder {
    color: transparent!important;
}

input.input-money:focus::-moz-placeholder {
    color: transparent!important;
}

input.input-money:focus:-moz-placeholder {
    color: transparent
}

input.input-money:focus:-ms-input-placeholder {
    color: transparent!important;
}

.modal-form-text {
    color: #999!important;
    font-size: 14px;
    margin: 0
}

.link-text {
    white-space: nowrap;
    color: #00DFBF;
    text-decoration: none
}

.link-text:hover {
    text-decoration: underline
}

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    line-height: 15px;
    font-size: 14px;
    display: block;
    color: #324354;
    margin-bottom: 7px
}

[type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    width: 10px;
    height: 10px;
    background: #00DFBF;
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.modal-btn {
    background-color: #00DFBF;
    border: 1px solid #00DFBF !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    outline: 0;
    width: 136px;
    height: 40px;
    -webkit-transition: background .3s;
    transition: background .3s;
    margin-top: 26px;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.05882px;
    color: #FFFFFF;
    cursor: pointer;
}

.cabinet-page .modal-btn {
    background-color: #00DFBF!important;
    border: 1px solid #00DFBF !important;
}

.modal-btn:hover {
    background-color: #fff;
    color: #00DFBF
}

.close-modal {
    cursor: pointer;
    background-color: transparent !important;
    background-image: url(../../images/icon_close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    outline: 0;
    border: none;
    padding: 0;
    width: 13px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 16px
}

.cabinet-finished .cabinet-finished__inner {
    box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    padding: 35px;
}
.cabinet-form__item.has-error input{
    border-color: #ff2c2c;
}
.cabinet-form__item .help-block-error, .writer-works__form .help-block-error {
    display: none;
    margin: 0;
    color: #ff2c2c;
    max-width: 300px;
    position: absolute;
    left: 21px;
    bottom: -16px;
    font-size: 12px;
    line-height: 14px;
}
.cabinet-form__item.has-error .help-block-error, .writer-works__form.has-error .help-block-error {
    display: block;
}

element.style {
}
.cabinet-form__item.has-error .help-block-error, .writer-works__form.has-error .help-block-error {
    display: block;
}
.writer-works__form .help-block-error, .cabinet-form__item .help-block-error {
    bottom: -16px;
}

.overlay-modal {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 101
}

.overlay-modal.active {
    opacity: 1;
    visibility: visible
}

.order-modal {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    box-shadow: 0 6px 16px rgba(78, 115, 255, .24);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 717px;
    height: 404px;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-modal.active {
    opacity: 1;
    visibility: visible
}


.order-modal.request-writer {
    width: 467px;
    height: auto;
    background-image: none
}

.order-modal.request-writer .order-modal__content {
    width: 100%;
    padding: 53px 40px 50px
}

.order-modal.request-writer .order-modal__content p {
    margin-bottom: 10px;
}

.order-modal__title {
    color: #324354;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    text-align: center;
}

.order-modal.request-writer .place_order {
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background-color: #41be2d;
    color: #fff;
    text-decoration: none;
    font: 16px/24px Roboto;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    margin-top: 20px;
    -webkit-transition: all .3s, -webkit-box-shadow .3s;
    transition: all .3s, -webkit-box-shadow .3s;
    transition: all .3s, box-shadow .3s;
    transition: all .3s, box-shadow .3s, -webkit-box-shadow .3s;
}
.order-modal.request-writer .place_order:hover{
    background-color: #3fce28;
    -webkit-box-shadow: 0 3px 9px 0 rgba(77, 77, 77, .2);
    box-shadow: 0 3px 9px 0 rgba(77, 77, 77, .2);
}


/* end add funds modal*/

/* Back to order popup*/
@-webkit-keyframes gradient {
    0% {
        left: 0
    }
    100% {
        left: 110%
    }
}

@keyframes gradient {
    0% {
        left: 0
    }
    100% {
        left: 110%
    }
}

.back-to-order-popup{
    position: fixed;
    right: 53%;
    top: 78px;
    margin-right: -600px;
    background:#fff;
    padding:11px 40px 11px 20px;
    border-left: 3px solid #FFCC00;
    border-radius: 5px;
    margin-top: 7px;
    opacity: 0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.back-to-order-popup:before{
    content:" ";
    position: absolute;
    width: 50px;
    padding: 10px;
    height: 120%;
    top: -10%;
    left: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.5)), color-stop(50%, rgba(255,255,255,0.7)), color-stop(75%, rgba(255,255,255,0.5)), to(rgba(255,255,255,0)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
    -webkit-animation: gradient 4s infinite;
    animation: gradient 4s infinite;
}
.back-to-order-popup-message{
    font-family: 'Lato';
    font-size: 20px;
    line-height: 30px;
    color:#616161;
    float: left;
    margin-right: 20px;
}
.back-to-order-popup-message div{
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color:#999999;
    margin-top: 4px;
}
.back-to-order-popup-message span{
    font-size: 14px;
    text-shadow: 0 0;
    color:#00DFBF;
}
.back-to-order-popup-link{
    border-radius: 3px;
    background: #00DFBF;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    float:left;
    padding:8px 17px;
    margin-top: 7px;
    text-transform: uppercase;
    text-decoration: none;
}
.back-to-order-popup-link:hover{
    background: -o-linear-gradient(278.08deg, #09EECE 0%, #07D8BA 100%);
    background: linear-gradient(
            171.92deg
            , #09EECE 0%, #07D8BA 100%);
}
.back-to-order-popup-close{
    cursor: pointer;
    margin:0;
    padding:0;
    background:url('../images/icon_close.svg') no-repeat 0 0 transparent;
    width: 15px;
    height: 13px;
    border-style: none;
    position: absolute;
    right:13px;
    top:50%;
    margin-top: -7px;
    outline:none;
    background-size: cover;
    opacity: 0.7;
}
@media (max-width: 1189px){
    header.user-is-auth .wrap div ul.header-menu{
        padding-left: 0;
    }
    .back-to-order-popup{
        right:0;
    }
}
@media (max-width: 1100px){
    .back-to-order-popup {
        right: 20px;
        margin-right: initial;
    }
}
@media (max-width: 609px){
    .back-to-order-popup-message{
        float:none;
        margin-right: 0;
    }
    .back-to-order-popup-close{
        top:15px;
        margin-top: 0;
    }
    .back-to-order-popup-link{
        margin-top: 12px;
    }
}
@media (max-width: 359px){
    .back-to-order-popup {
        right: 15px;
        max-width: 196px;
    }
}
/* Back to order popup*/

/*notifictaion*/

.notification {
    width: 369px;
    height: auto;
    -webkit-box-shadow: 0 10px 16px rgba(78, 115, 255, .24);
    box-shadow: 0 10px 16px rgba(78, 115, 255, .24);
    background-color: transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 45px;
    margin-bottom: 25px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.notification p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    width: calc(100% - 68px);
    margin: 0
}

.notification img {
    width: 48px;
    height: 48px;
    margin-right: 20px
}

.notification-block {
    position: fixed;
    top: 8px;
    right: calc((100% - 1095px) / 2);
    z-index: 999
}

.notification.active {
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.notification.green {
    background-color: rgb(0, 223, 191);
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.notification.red {
    background-color: rgba(255, 80, 86, .9);
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.notification.orange {
    background-color: rgba(255, 142, 97, .9);
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

@media (max-width: 1100px) {
    .notification-block {
        right: 20px
    }
}

@media (max-width: 767px) {
    footer .footer-item:nth-child(1) > a {
        margin: 0 auto
    }
    .cookie-policy {
        max-width: 370px;
        width: auto!important;
        right: 20px!important;
        left: 20px!important;
    }
    .notification {
        width: 100%;
        height: auto;
        min-height: 80px;
        padding: 0 20px
    }

    .notification-block {
        right: 20px;
        left: 20px
    }

    .notification p {
        font-size: 16px;
        margin: 0;
        padding: 10px 0
    }

    .notification img {
        width: 30px;
        height: 30px
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .notification {
        width: 369px
    }

    .notification-block {
        left: auto
    }
}


/*notifictaion end*/

.desktop-hidden, .authorized .header__phone-li.desktop-hidden{
    display: none;
}
.header__login.desktop-hidden, .desktop-hidden{
    display: none;
}
.header__order.desktop-hidden{
    display: none;
}

/*cabinet*/

.submit-form{
    background-color: #00DFBF!important;
    border: 2px solid #00DFBF!important;
}
.submit-form:hover{
    background-color: #FFF!important;
    border: 2px solid #00DFBF!important;
    color: #00DFBF!important;
}

.home .modal-btn {
    background-color: #00DFBF!important;
    border: 1px solid #00DFBF !important;
}

.home .modal-btn:hover {
    background-color: #fff!important;
    color: #00DFBF!important;
}

.home [type=radio]:checked + label:after, .home [type=radio]:not(:checked) + label:after{
    background: #00DFBF!important;
}

.home .link-text{
    color: #00DFBF!important;
}

.cabinet-page .bidding-cabinet{
    border: 1px solid #00DFBF!important;
    color: #00DFBF!important;
}

.cabinet-page .bidding-cabinet.complete-payment, .cabinet-page .bidding-cabinet:hover{
    background: #00DFBF!important;
    color: #fff!important;
}

.cabinet-page .bidding-cabinet.complete-payment:hover{
    border: 1px solid #00C8AB!important;
    background: #00C8AB !important;
}

.open-ticket{
    border: 1px solid #00DFBF!important;
    color: #00DFBF!important;
}
.open-ticket:before{
    background-color: #00DFBF!important;
}

.open-ticket:hover{
    background-color: #00DFBF!important;
    color: #fff!important;
}

.cabinet-page .chat-btn{
    border: 1px solid #00DFBF!important;
    color: #00DFBF!important;
}
.cabinet-page .chat-btn .chat-icon{
    fill: #00DFBF;
}

.cabinet-page .chat-btn:hover{
    background-color: #00DFBF!important;
    color: #fff!important;
}

.cabinet-page .chat-btn:hover .chat-icon{
    fill: #fff!important;
}

.cabinet-page .cancel-btn{
    text-decoration: underline!important;
}

.cabinet-page .cancel-btn:hover{
    text-decoration: none!important;
}

.page.cabinet-page .sidebar-item .writer-sidebar__hire{
    background: linear-gradient(169.88deg, #00DFBF 0%, #00C8AB 100%)!important;
}

.page.cabinet-page .sidebar-item .writer-sidebar__hire:hover{
    background: linear-gradient(171.92deg, #09EECE 0%, #07D8BA 100%)!important;
}

.cabinet-page .order__tabs-item--active a, .cabinet-page .order-item__value .upload-text span{
    color: #00DFBF!important;
}

.cabinet-page .order__tabs-item a:focus, .cabinet-page .order__tabs-item a:hover{
    color: #00DFBF!important;
}

.cabinet-page .order-item__value .upload svg path{
    fill: #00DFBF!important;
}

.pagination-step a:hover, [class|="pagination"] a:hover{
    color: #00DFBF!important;
}

.order div[class*="order-sidebar-select__control--is-focused"][class*="order-sidebar-select__control--menu-is-open"] {
    border-color: #00DFBF !important;
    /*border-bottom: none!important;*/
}

.order .order-item__value .button.choosed, .page .sidebar .canceled-link {
    background: #00DFBF!important;
    border-color: #00DFBF!important;
}
.page .sidebar .canceled-link:hover{
    background: linear-gradient( 171.92deg , #09EECE 0%, #07D8BA 100%)!important;
    background-color: unset!important;
}

footer .top-order-sidebar-select__menu,
footer .bottom-order-sidebar-select__menu {
    border: 1px solid #00DFBF!important;

}

.bidding-description .bidding_edit__title span.tooltip{
    z-index: 98!important;
}

.bidding-description .bidding_edit__title span.tooltip:hover{
    z-index: 100!important;
}

.customSelect.select-open .selectedValue{
    border: 1px solid #00DFBF!important;
}
.customSelect .selectList{
    border: 1px solid #00DFBF!important;
    box-shadow: 0 6px 16px rgba(0, 223, 191, 0.07) !important;
}

.customSelect .selectList dd.hovered{
    background-color: rgba(0, 223, 191, 0.15) !important;
}

.history__tabs-item--active a, .cabinet-orders-table .writer-name:hover, .order-id, .top-balance:nth-child(2) .top-balance__count{
    color: #00DFBF!important;
}

.increase, .history__tabs-item a:after{
    background-color: #00DFBF!important;
}
.founds-top-balance a:hover{
    border: 1px solid #00DFBF!important;
    color: #00DFBF!important;
}
.founds-top-balance a:hover svg{
    fill: #00DFBF!important;
}
.cabinet .customSelect.select-open .selectedValue{
    border-color: #00DFBF!important;
}
.customSelect .selected{
    background-color: rgba(0, 223, 191, 0.8) !important;
    background-image: none!important;
}
.customSelect .selectList dd.hovered{
    color: #616161!important;
}
.calculate__block .customSelect .selected{
    background: none!important;
}

.overlay.overlay-active3{
    z-index: 0!important;
}
.reserve-money-form .order-item__value .checkboxes input:not([class*="dummyInput"]){
    z-index: -1!important;
}
.order-item__title svg{
    cursor: pointer;
}
.order-item__title svg:hover + .additional-service-description,
.order-item__value .checkboxes .container:first-child svg:hover + .additional-service-description,
.order-item__value .checkboxes .container:nth-child(2) svg:hover + .additional-service-description{
    display: block!important;
}

.customSelect.select-open .selectedValue{
    border-color: #00DFBF!important;
}
/*cabinet end*/
.cookie-policy {
    height: auto;
    border-radius: 3px;
    border: 1px solid #00DFBF;
    background-color: #fff;
    opacity: .9;
    position: fixed;
    bottom: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
    z-index: 99;
    width: 570px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cookie-policy p {
    color: #555;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

.cookie-policy p a {
    color: #00DFBF;
    font-size: 16px;
    line-height: 23px;
    text-decoration: underline
}

.cookie-policy p a:hover {
    text-decoration: none
}

.cookie-policy .cookie__close {
    position: absolute;
    right: 12px;
    top: 12px;
    height: 20px;
}

.cookie-policy .cookie__close:hover {
    cursor: pointer
}

.cookie-policy .cookie__close {
    position: absolute;
    right: 12px;
    top: 12px
}

.cookie-policy .cookie__close:hover {
    cursor: pointer
}

.options-table__ps {
    border-collapse: collapse;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.options-table__ps td {
    padding-left: 10px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    border: 1px solid #2a2a2a;
}

.options-table__ps td p {
    margin-bottom: 0px;
}