body .essay-component * {
    box-sizing: border-box;
}
body .essay-component{
    color: #303030;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
body .essay-component .col .row {
    margin-left: 0;
    margin-right: 0;
}
header .mini-wrapper .top-dd-wrapper .drop-down-content {
    right: 0;
    top: 30px;
    border: 1px solid #d6c09c;
    border-radius: 0;
}
header .mini-wrapper .top-dd-wrapper i.arrow{
    display: none;
}
header header .mini-wrapper .top-dd-wrapper .drop-down-content *{
    box-sizing: border-box;
}
header .mini-wrapper .top-dd-wrapper .top-label a span {
    padding-right: 0;
    background: none;
}
header .mini-wrapper .top-dd-wrapper .top-label {
    padding: 0;
    overflow: inherit;
}
header .mini-wrapper.top-login-wrapper{
    margin-left: 0;
}
header .mini-wrapper .top-dd-wrapper{
    position: relative;
}
header .mini-wrapper .top-dd-wrapper .top-label a{
    margin-top: 0;
}
main .home-calc .ae-miniorder-custom .main-page-calc{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 35px 0px;
}
main .home-calc .ae-miniorder-custom .main-page-calc .text-custom-item{
    width: 49%;
    margin-left: 1%;
}
main .home-calc .ae-miniorder-custom .main-page-calc .text-custom-item label{
    color: #b07a1a;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
}
main .home-calc .ae-miniorder-custom .main-page-calc .text-custom-item input.select-pages,
main .home-calc .ae-miniorder-custom .main-page-calc .text-custom-item .select-wrapper input.select-dropdown{
    color: #3b2314;
    font-family: "Segoe UI";
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    border-bottom: 1px solid #3b2314;
}
main .content-wrapper .ae-miniorder-custom .main-page-calc .text-custom-item input.select-pages,
main .home-calc .ae-miniorder-custom .main-page-calc .text-custom-item input.select-pages{
    text-align: center;
}
main .content-wrapper form .text-custom-item .number-field,
main .home-calc .ae-miniorder-custom .main-page-calc .text-custom-item .number-field{
    position: relative;
}
main .content-wrapper .ae-miniorder-custom .main-page-calc .text-custom-item .number-field span,
main .home-calc .ae-miniorder-custom .main-page-calc .text-custom-item .number-field span{
    position: absolute;
    width: 46px;
    height: 46px;
    display: block;
    text-align: center;
    padding-top: 7px;
}
main .content-wrapper .ae-miniorder-custom form .text-custom-item .number-field span:before,
main .home-calc .ae-miniorder-custom form .text-custom-item .number-field span:before{
    content: '\f068';
    font-family: FontAwesome;
    font-size: 20px;
    color: #3b2314;
}
main .content-wrapper .ae-miniorder-custom form .text-custom-item .number-field span.p,
main .home-calc .ae-miniorder-custom form .text-custom-item .number-field span.p{
    right: 0;
}
main .content-wrapper .ae-miniorder-custom form .text-custom-item .number-field span.p:before,
main .home-calc .ae-miniorder-custom form .text-custom-item .number-field span.p:before {
    content: '\f067';
}
main .content-wrapper .ae-miniorder-custom form .text-custom-item .number-field span:hover, main .content-wrapper .ae-miniorder-custom form .text-custom-item .number-field span:focus,
main .home-calc .ae-miniorder-custom form .text-custom-item .number-field span:hover, main .home-calc .ae-miniorder-custom form .text-custom-item .number-field span:focus{
    cursor: pointer;
}
main .content-wrapper .ae-miniorder-custom form .text-custom-item .number-field span:hover:before, main .content-wrapper .ae-miniorder-custom form .text-custom-item .number-field span:focus:before,
main .home-calc .ae-miniorder-custom form .text-custom-item .number-field span:hover:before, main .home-calc .ae-miniorder-custom form .text-custom-item .number-field span:focus:before{
    color: #b07a1a;
}
main .home-calc .ae-miniorder-custom form .text-custom-item .dropdown-content li>a, .dropdown-content li>span {
    color: #3b2314;
    font-family: "Segoe UI";
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    padding: 14px 16px;
}
main .home-calc .ae-miniorder-custom form .total-custom{
    width: 100%;
    text-align: center;
    display: inline-block;
}
main .home-calc .ae-miniorder-custom form .total-custom input{
    width: 260px;
    height: 45px;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.29);
    border-radius: 23px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    position: absolute;
    left: calc(50% - 130px);
    border:none;
    transition: 0.7s;
}
main .home-calc .ae-miniorder-custom form .total-custom input:hover{
    background-image: linear-gradient(to bottom, #c79a47 0%, #d3a955 52%, #fed989 100%);
    transition: 0.7s;
    cursor: pointer;
}
main .home-calc .ae-miniorder-custom form .total-custom span{
    color: #fff;
    font-family: "Segoe UI";
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    z-index: 98;
    position: relative;
    padding-top: 7px;
    display: inline-block;
}
main .content-wrapper .custom-calc-wrapper .text-custom-item label{
    color: #b07a1a;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
}
main .content-wrapper .custom-calc-wrapper form{
    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #fed989;
    padding: 15px;
}
main .content-wrapper .custom-calc-wrapper form .text-custom-item{
    width: 47%;
    margin: 1.5%;
}
main .content-wrapper .custom-calc-wrapper .calc-title{
    display: block;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    color: #3b2314;
    font-family: "Futura Std";
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    padding: 10px;
    color: #fff;
}
main .content-wrapper .ae-miniorder-custom form .total-custom {
    text-align: center;
}
main .content-wrapper .ae-miniorder-custom form .total-custom span{
    color: #3b2314;
    font-family: "Futura Std";
    font-size: 20px;
    display: inline-block;
    padding-top: 1px;
}
main .content-wrapper .ae-miniorder-custom form .total-custom input{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    padding: 7px 34px;
    border: none;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #c79a47;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #e84034;
}
[type="radio"]+label:before, [type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
    position: relative;
}

body .select-wrapper input.select-dropdown:hover, body input[type="text"]:hover, body input[type="email"]:hover, body input[type="password"]:hover, body select:hover, body textarea:hover {
    box-shadow: none;
    border: inherit;
    background-color: #fff;
    border-bottom: 1px solid #9e9e9e;
}
body .essay-component [type="radio"] + label:before, body .essay-component [type="radio"] + label:after, body .essay-component [type="checkbox"].filled-in + label:after {
    width: 12px;
    height: 12px;
    vertical-align: top;
    margin: 0;
    top: 3px;
}
[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 2px solid #c79a47;
    border-radius: 50%;
}
[type="radio"]:not(:checked)+label:after{
    border-radius: 50%;
}
body .services-package span.checkbox-input {
    z-index: 9898;
    overflow: hidden;
    display: block;
    background-position: 20px 50%;
}
main .essay-component .ws-vip-services .services-package .wrapper{
    background-image: none;
}
[type="checkbox"].filled-in:checked+label:after {
    top: 9px;
    width: 20px;
    height: 20px;
    border: 2px solid #c79a47;
    background-color: transparent;
    z-index: 0;
}
[type="checkbox"].filled-in:checked+label:before {
    top: 3px;
    left: 2px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #c79a47;
    border-bottom: 2px solid #c79a47;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
main .order-form-wrapper .material-hint > i {
    margin-left: 0;
}
body .dropdown-content.select-dropdown {
    margin: 0;
    padding: 0;
}
body [type="radio"]:checked+label:after, body [type="radio"].with-gap:checked+label:before, body [type="radio"].with-gap:checked+label:after {
    border: 2px solid #c79a47;
    top: -14px;
}
body [type="radio"].with-gap:checked+label:before, body [type="radio"].with-gap:checked+label:after{
    border-radius: 50%;
}
body .essay-custom-calculator-wrapper .price-list .price-item.active {
    border-color: #c79a47;
    background-color: transparent;
}
body .top-login-wrapper .drop-down-content {
    padding: 0 15px;
    text-align: left;
}
body .top-login-wrapper .drop-down-content .button{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    line-height: 40px;
}
body .top-login-wrapper .drop-down-content label {
    color: #b07a1a;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
body .mini-wrapper .links-list li {
    background: none;
}
header .header-menu .header-menu-line ul.links-list li a{
    border-bottom: none;
}
header .header-menu .header-menu-line ul.links-list li a:hover:before{
    display: none;
}
*{
    outline: none;
}
main .login-component label {
    font-weight: 600;
    color: #1f1f1f;
    font-family: "Segoe UI - Semi Bold";
    font-size: 18px;
    line-height: 20px;
}
main .essay-component.login-component .submit-b {
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
}
main .login-component .buttons-panel li a {
    font-size: 15px;
    text-decoration: none;
    border-bottom: none;
    font-family: "Segoe UI - Semi Bold";
    color: #333;
}
header .mini-wrapper .top-dd-wrapper .top-label .ava{
    display: none;
}
header .header-menu .header-menu-line .ae-top-login ul.info-list li{
    padding: 2px 5px;
}
header .header-menu .header-menu-line .ae-top-login ul li{
    display: block;
    text-align: left;
}
header .user-area-wrapper .info-list li span {
    display: inline-block;
    color: #333;
    font-size: 14px;
}
header .user-area-wrapper .info-list li b {
    color: #c79a47;
    font-weight: 600;
    font-size: 14px;
    display: block;
}
header .header-menu .header-menu-line .ae-top-login ul li a:hover:before{
    display: none;
}
header .essay-component .hint.discounts-hint div ul li{
    background: none;
}
header .header-menu .header-menu-line ul.menu-list li a {
    display: block;
    padding: 10px 5px;
}

main .number-field.form-slim .plus, main .number-field.form-slim .minus {
    height: 45px;
    width: 45px;
}
main .essay-component .currency.select-wrapper {
    height: 45px;
}
main .essay-component .currency input[type="button"] {
    height: 45px;
    border: 1px solid #c79a47;
    font-family: "Futura Std";
    color: #c79a47;
}
main .essay-component .currency input[type="button"].active {
    color: #fff;
    background: #c79a47;
}

main .ae-contacts-custom {
    width: 400px;
    float: left;
    margin-right: 20px;
}
main .ae-contacts-custom span.contact-title {
    display: block;
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 25px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    padding: 7px 14px;
    text-align: center;
}
main .ae-contacts-custom label{
    color: #b07a1a;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}
main .ae-contacts-custom input[type="text"] {
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19px;
    padding: 5px !important;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #3b2314;
}
main .ae-contacts-custom textarea{
    resize: vertical;
    min-height: 150px;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19px;
    padding: 5px !important;
    border: 1px solid #3b2314;
    border-radius: 0;
}
main .ae-contacts-custom input[type="submit"]{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: block;
    padding: 7px 14px;
    margin: 10px auto 0;
    border: none;
}
main .ae-contacts-custom textarea:focus,
main .ae-contacts-custom input[type="text"]:focus {
    border: 1px solid #3b2314 !important;
    box-shadow: none !important;
}
body .text-color-1 {
    color: #c79a47;
}
body .essay-custom-calculator-wrapper input[type="submit"] {
    height: 51px;
    width: 70%;
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    padding: 7px 14px;
    transition: 0.7s;
    line-height: 15px;
}
main .site-content .content-wrapper .essay-component ul li{
    list-style: none;
}
main ul.vip-services-list:not(.tabs) {
    padding: 0;
}
main .paper-requirements-table .checkbox-input:before {
    left: calc(50% - 6px);
    top: 46px;
}
main .paper-requirements-table .services-package .checkbox-input:before {
    left: 20px;
    top: calc(50% - 9px);
}
body .essay-component .ws-vip-services .new-vip .wrapper:before {
    content: "new";
    position: absolute;
    top: 15px;
    right: 25px;
    text-transform: uppercase;
    transform: rotate(0deg);
    font-size: 20px;
    font-weight: bold;
    color: #c79a47;
    z-index: 11;
    font-family: "Futura Std";
}
body .order-form-wrapper .order-submit {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    border: none;
}
main .essay-order-form .step {
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #c89b48;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
}
main .order-form-wrapper .header {
    color: #201c1b;
    font-family: "Segoe UI - Semi Bold";
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
}
main .order-form-wrapper .header:before{
    display: inline-block;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    margin-top: 20px;
    content: '';
    position: absolute;
    top: -25px;
    left: -43px;
}
main .order-form-wrapper .header:after{
    content: '1';
    color: #fff;
    font-family: "Great Vibes";
    position: absolute;
    top: 1px;
    left: -29px;
}
main .order-form-wrapper .step + input + .step .header:after {
    content: '2';
}
main .order-form-wrapper .ws-vip-services .header:after {
    content: '3';
}
main .order-form-wrapper .material-hint > i:after {
    content: '?';
    font-style: normal;
    border: solid #fed989 1px;
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 19px;
    cursor: pointer;
    font-weight: 300;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
}
main ..order-form-wrapper .material-hint .dropdown-content > p {
    color: #303030;
    font-family: "Segoe UI";
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: justify;
}
main .essay-component .blue-label {
    color: #201c1b;
}
body .essay-component .ws-language-style [type="radio"] + label:before, body .essay-component .ws-language-style [type="radio"] + label:after, body .essay-component .ws-language-style [type="checkbox"].filled-in + label:after,
body .ws-language-style [type="radio"]:checked+label:after, body .ws-language-style [type="radio"].with-gap:checked+label:before, body .ws-language-style [type="radio"].with-gap:checked+label:after{
    top:2px;
}
body .with-gap[type="radio"] + label, body [type="checkbox"] + label {
    color: #303030;
    font-family: "Segoe UI";
    font-weight: 700;
}
main .ws-additional-order-id .checkbox-input,
main .service-row .checkbox-input {
    position: relative;
}
main .paper-requirements-table .ws-additional-order-id .checkbox-input:before,
main .paper-requirements-table .service-row .checkbox-input:before {
    left: 0;
    top: 0;
}
body .essay-component.essay-password-form.login-component .submit-b,
body .essay-component.essay-login-form.login-component.featherlight-inner .submit-b {
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
}
body .login-component .buttons-panel li a {
    font-size: 15px;
    text-decoration: none;
    border-bottom: solid #303030 1px;
    color: #303030;
}
body .order-preview .row {
    border-bottom: 1px solid #fed989;
}
body .order-preview .row:nth-child(odd) > .col:nth-child(2) {
    background-color: transparent;
}
body .order-preview .row > .col:nth-child(1) {
    font-weight: 700;
}
body .buttons-panel{
    text-align: center;
}
body .buttons-panel input.button{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    border: none;
}
body .buttons-panel input.button:hover{
    background-image: linear-gradient(to bottom, #c79a47 0%, #d3a955 52%, #fed989 100%);
    border: none;
    cursor: pointer;
}
main .essay-component .ws-vip-services .wrapper {
    border-radius: 4px;
    border-width: 2px;
    position: relative;
    background-color: #f4edd2;
}
main .essay-orders .links-list > li {
    width: auto;
}
main .bg-color-1.bg-lighten-2 {
    background-color: #f4edd2;
}
main  .o-bg-color-1.o-bg-lighten-2 {
    border: 1px solid #f4edd2;
}
main .essay-order-details .line-sep,
main .essay-orders .line-sep{
    display: none;
}
main .essay-order-details .actions-list > li i:before,
main .essay-order-details .nav-list > li i:before{
    display: none;
}
main .essay-order-details .actions-list > li a,
main .essay-order-details .nav-list > li a {
    border: solid #f4edd2 1px;
    border-left: none;
    text-transform: uppercase;
    color: #303030;
    font-family: "Segoe UI";
    font-size: 17px;
}
main .bg-color-1 {
    background-color: #f4edd2;
}
main .essay-order-details .actions-list > li.selected a,
main .essay-order-details .nav-list > li.selected a {
    color: white;
    border: none;
    margin: 0;
    background: #f4edd2;
    border-color: #f4edd2;
}
main .essay-order-details .actions-list > li:first-child {
    border-left: 1px solid #f4edd2;
    padding: 0;
}

header .ae-top-login .essay-login-form .links-list li:last-child a:hover,
header .ae-top-login .essay-login-form .links-list li:last-child a{
    position: relative;
}
header .ae-top-login .essay-login-form .links-list li:last-child a:hover:before,
header .ae-top-login .essay-login-form .links-list li:last-child a:before {
    content: "Place your first order to register";
    display: block;
    border: 1px solid #fff;
    left: 10px;
    bottom: -12px;
    background: #fff;
    padding: 0;
    position: absolute;
    color: #333;
    font-size: 11px;
    line-height: 11px;
    width: 223px;
    height: 14px;
}
main .profile-wrapper.essay-component {
    padding: 0;
}
main .profile-wrapper .data-table .row .col:nth-child(2) {
    color: #c69a46;
    font-weight: 600;
}
main .profile-wrapper.essay-component .submit-b {
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    padding: 7px 14px;
    line-height: 30px;
    border: none;
}
main .profile-wrapper.essay-component a.goto.button.button-primary-1-o.cancel-b.full-width-on-med-and-down{
    all: unset;
    background: #c79a47;
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    padding: 7px 14px;
    line-height: 30px;
    border: none;
    min-width: 180px;
    text-align: center;;
}
main .profile-wrapper.essay-component .checkbox-input{
    position: relative;
}
main .profile-wrapper.essay-component .checkbox-input:before{
    left: 0;
    font-style: normal;
}
main .affiliate-program-wrapper .separator{
    display: none;
}
main .affiliate-program-wrapper .information-list h6 {
    color: #303030;
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: 700;
}
main .affiliate-program-wrapper.essay-component b.header.text-color-1 {
    margin-top: 30px;
}
main .affiliate-program-wrapper .receive-data-table .col .button {
    margin-top: 28px;
    line-height: 40px;
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
}
body .essay-custom-calculator-wrapper input[type="submit"] {
    width: 273px;
    margin: 0 0 0 auto;
    display: block;
}
main .ae-contacts-custom label.error{
    color: #f44747;
    border: none;
    text-transform: none;
    font-size: 12px;
    margin-top: 0;
}
body .button-primary-1 {
    background: #c79a47;
}
main .content-wrapper .custom-calc-wrapper {
    margin: 15px 0;
}
main .order-form-wrapper .material-hint .dropdown-content > p {
    font-size: 12px;
    text-align: left;
}
main .essay-component .data-table tbody tr td:last-child, main .essay-component .data-table .tbody .row .td:last-child {
    padding-right: 10px;
}
main .essay-orders .links-list > li a {
    text-decoration: none;
    color: #c69a46;
    padding: 5px 10px 5px 10px;
    margin: 0 5px;
    border: 1px solid #c89b48;
    border-radius: 30px;
}
main .essay-orders .links-list > li a:after {
    color: #c69a46;
}
main .essay-orders .links-list > li a:hover {
    background: #c89b48;
    color: #FFF;   
}
main .essay-orders .links-list > li a:hover:after {
    color: #FFF;
}
main .site-content .content-wrapper ul.links-list li {
    margin-bottom: 4px;
}
main .essay-orders .links-list > li a:after {
    font-family: 'Material Icons';
    font-size: 16px;
    padding-left: 4px;
}
main span.details-label a {
    color: #c69a46;
    font-family: "Great Vibes";
    font-size: 24px;
    text-decoration: none;
}
main .files-list ul#files-dropdown-0 {
    padding: 0;
}
main .files-list ul#files-dropdown-0 li{
    margin-bottom: 0 !important;
}
main .select-wrapper span.caret::before{
    display: none;
}
.order-form-wrapper .bookmark-row .wrapper:before{
    content: "Useful Tip:";
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: bold;
    color: #fa8e11;
    margin-right: 10px;
    background-size: 30px;
    padding-left: 40px;
    background: url("../images/bookmark (2).svg")no-repeat;
    background-position: 0 50%;
    text-transform: uppercase;
}
.order-form-wrapper .bookmark-row .wrapper .for-small{
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #303030;
}
.order-form-wrapper .bookmark-row .wrapper .for-large{
    display: inline-block;
    font-size: 0;
    line-height: 1.5;
    text-align: center;
}
.order-form-wrapper .bookmark-row .wrapper{
    display: block;
    border-radius: 5px;
    border: 1px solid #c89b48;
    background-color: #ffffff;
}
.order-form-wrapper .bookmark-row .wrapper p span:nth-child(2):before{
    content: "/";
    margin: 0 15px;
}
.order-form-wrapper .bookmark-row .wrapper p span,
.order-form-wrapper .bookmark-row .wrapper p b{
    background-image: none!important;
    border: none!important;
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #303030;
}
.essay-component.essay-orders .links-list > li:last-child{
    width: auto;
}
body .featherlight-content.featherlight-content-custom .essay-discount-popup-form.discount-popup-component{
    background: url("../images/popup_attention_1920.svg")no-repeat;
    background-size: 100%;
    max-width: 800px;
    width: 800px;
    padding: 180px 345px 85px 120px;
    min-height: 360px;
}
body .featherlight-content.featherlight-content-custom .essay-discount-popup-form.discount-popup-component .email input{
    color: #3b2314;
    font-family: "Segoe UI";
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    border-top: none;
    border-right: none;
    padding: 3px 10px;
    border-left: none;
    border-bottom: 1px solid #3b2314;
    background: none;
    margin: 0;
    height: 35px;
}
body .featherlight-content.featherlight-content-custom .essay-discount-popup-form.discount-popup-component .email {}
body .featherlight-content.featherlight-content-custom .essay-discount-popup-form.discount-popup-component .submit {}
body .featherlight-content.featherlight-content-custom .essay-discount-popup-form.discount-popup-component .submit input{
    height: 35px;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.29);
    border-radius: 23px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    margin: 25px auto 0;
    display: block;
    border: none;
    transition: 0.7s;
    padding: 3px 40px;
}
body .featherlight-content.featherlight-content-custom #email-error{
    position: absolute;
}
body .featherlight-content.featherlight-content-custom .messages{
    position: absolute;
    top: 10px;
}
body .featherlight-content.featherlight-content-custom{
    padding: 0;
    border: none!important;
    border-bottom: none!important;
}
@media (max-width: 1366px){
    main .home-calc .ae-miniorder-custom form .text-custom-item {
        margin-left: 7px;
    }
}
@media (max-width: 1200px){
    main .content-wrapper .custom-calc-wrapper .text-custom-item label{
        font-size: 14px;
    }
    main .home-page-block-1 .home-calc .home-calc-wrapper{
        width: 100%;
    }
    main .home-calc .ae-miniorder-custom form {
        padding: 15px 10px 0px;
    }
    main .home-calc .ae-miniorder-custom form .text-custom-item {
        width: 44%;
    }
}
@media (max-width: 992px){
    body .featherlight-content.featherlight-content-custom .essay-discount-popup-form.discount-popup-component{
        background: url("../images/popup_attention_320.svg")no-repeat;
        background-size: 100%;
        max-width: 280px;
        padding: 160px 30px 17px 30px;
        max-height: 100%;
    }
    body .featherlight-content.featherlight-content-custom .essay-discount-popup-form.discount-popup-component .submit input{
        height: 30px;
        margin-top: 195px;
    }
}
@media (max-width: 768px){
    main .content-wrapper .custom-calc-wrapper .text-custom-item label {
        display: inline-block;
        min-height: 40px;
    }
}
@media (max-width: 640px){
    main .home-calc .ae-miniorder-custom .main-page-calc .text-custom-item{
        float: none;
        width: 90%;
        margin: 10px 5%;
    }
    main .home-calc .ae-miniorder-custom form .total-custom{
        height: 65px;
    }
    main .home-page-block-1 .home-calc .home-calc-wrapper{
        height: auto;
    }
    main .content-wrapper .custom-calc-wrapper form .text-custom-item {
        width: 90%;
        margin: 0 5%;
    }
}
@media (max-width: 600px){
    main .content-wrapper .custom-calc-wrapper .text-custom-item label {
        min-height: 0;
    }
    main .home-page-block-1 .home-calc .home-calc-wrapper {
        height: auto;
        padding-bottom: 35px;
    }
    main .home-calc .ae-miniorder-custom form .text-custom-item {
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 425px){
    main .home-calc .home-pseudo-title{
        font-size: 30px;
    }
    header .mini-wrapper .top-dd-wrapper .drop-down-content {
        right: -65px;
    }
    header .ae-top-login .essay-login-form .links-list li:last-child a:hover:before, header .ae-top-login .essay-login-form .links-list li:last-child a:before {
        left: -1px;
        width: 185px;
    }
    body .essay-custom-calculator-wrapper input[type="submit"] {
        width: 100%;
    }
    main .ae-contacts-custom {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    main .profile-wrapper.essay-component a.goto.button.button-primary-1-o.cancel-b.full-width-on-med-and-down {
        width: 100%;
        box-sizing: border-box;
    }
    main .content-wrapper .custom-calc-wrapper form .text-custom-item {
        width: 100%;
        margin: 0;
    }
    body .mini-wrapper.top-user-area-wrapper{
        margin-left: 0;
    }
    div#progressiveDelivery .button {
        padding: 0;
        color: #ffffff;
        font-family: "Segoe UI - Semi Bold";
        font-size: 15px;
        box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
        border-radius: 18px;
        background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
        margin: 5px 0;
        width: 100%;
    }
    body .payments-wrapper .payments-list {
        padding-left: 0px;
    }
    body .payments-wrapper.essay-component {
        padding: 0;
    }
    body .essay-component .button.full-width-on-med-and-down {
        color: #ffffff;
        font-family: "Segoe UI - Semi Bold";
        font-size: 15px;
        box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
        border-radius: 18px;
        background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    }
    body .tabs-component .component-tab-content {
        padding: 0;
    }
    body .essay-order-details .nav-list > li.col {
        display: block;
        width: 100%;
        margin: 1px 0;
        border: solid #f4edd2 1px;
    }
    body .essay-order-details .nav-list > li:first-child a {
        border-left: none;
    }
    main .essay-order-details .actions-list > li {
        margin-bottom: 0px !important;
        margin: 1px 0;
        border: solid #f4edd2 1px;
    }
    body .services-package span.checkbox-input {
        background-position: 50% 10%;
    }
}