/*FONTS*/
@font-face{font-display:swap;font-family: 'MuseoSansRegular'; src: url("fonts/MuseoSansRegular.ttf"), url("fonts/MuseoSansRegular.woff") , url("fonts/MuseoSansRegular.woff2"), url("fonts/MuseoSansRegular.eot")}
@font-face{font-display:swap;font-family: 'MuseoSansMedium'; src: url("fonts/MuseoSansMedium.ttf"), url("fonts/MuseoSansMedium.woff"), url("fonts/MuseoSansMedium.woff2"), url("fonts/MuseoSansMedium.eot")}
@font-face{font-display:swap;font-family: 'MuseoSansBold'; src: url("fonts/MuseoSansBold.ttf"), url("fonts/MuseoSansBold.woff"), url("fonts/MuseoSansBold.woff2"), url("fonts/MuseoSansBold.eot")}
@font-face{font-display:swap;font-family: 'MuseoSansExtraBold'; src: url("fonts/MuseoSansExtraBold.ttf"), url("fonts/MuseoSansExtraBold.woff"), url("fonts/MuseoSansExtraBold.woff2"), url("fonts/MuseoSansBold.eot")}
/*FONTS*/

/*PRIMARY*/
html, body{position: relative; overflow-x: hidden; padding: 0; margin: 0; background: #fff}
body{-webkit-text-size-adjust: none;font-family: 'MuseoSansRegular', sans-serif; font-size: 16px; line-height: 24px; color: #666}
*{margin: 0; padding: 0; box-sizing: border-box;}
p{margin-bottom: 24px}
b, strong{font-weight: normal; font-family: 'MuseoSansBold', sans-serif}
a{text-decoration: none; color: #51b6e5; transition: all .3s ease}
a:hover{text-decoration: none; color: #2b8ebd}
/*PRIMARY*/

/*GRID*/
.container{padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width: 1170px; position: relative}
.container.large-container{max-width: 1700px}
.row{margin-left: -15px; margin-right: -15px}
.row:before, .row:after{display: block; width: 100%; clear: both; content: ''}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .sidebar-col, .page-col {float: left;position: relative;min-height: 1px;padding: 0 15px}
.col-12{width: 100%}
.col-11{width: 91.66666667%}
.col-10{width: 83.33333333%}
.col-9{width: 75%}
.col-8{width: 66.66666667%}
.col-7{width: 58.33333333%}
.col-6{width: 50%}
.col-5{width: 41.66666667%}
.col-4{width: 33.33333333%}
.col-3{width: 25%}
.col-2{width: 16.66666667%}
.col-1{width: 8.33333333%}
.row.grid_row{overflow: hidden}
.row.grid_row > [class*='col-'] {padding-bottom: 2000px;margin-bottom: -2000px}
.container .page-col{padding: 0 50px}
.page-col{text-align: justify}
.hidden{display: none!important;}
@media screen and (max-width: 1199px){
    .hidden-xl{display: none!important;}
    .col-xl-12{width: 100%!important;}
    .col-xl-11{width: 91.66666667%!important;}
    .col-xl-10{width: 83.33333333%!important;}
    .col-xl-9{width: 75%!important;}
    .col-xl-8{width: 66.66666667%!important;}
    .col-xl-7{width: 58.33333333%!important;}
    .col-xl-6{width: 50%!important;}
    .col-xl-5{width: 41.66666667%!important;}
    .col-xl-4{width: 33.33333333%!important;}
    .col-xl-3{width: 25%!important;}
    .col-xl-2{width: 16.66666667%!important;}
    .col-xl-1{width: 8.33333333%!important;}
}
@media screen and (max-width: 991px){
    .hidden-md{display: none!important;}
    .col-md-12{width: 100%!important;}
    .col-md-11{width: 91.66666667%!important;}
    .col-md-10{width: 83.33333333%!important;}
    .col-md-9{width: 75%!important;}
    .col-md-8{width: 66.66666667%!important;}
    .col-md-7{width: 58.33333333%!important;}
    .col-md-6{width: 50%!important;}
    .col-md-5{width: 41.66666667%!important;}
    .col-md-4{width: 33.33333333%!important;}
    .col-md-3{width: 25%!important;}
    .col-md-2{width: 16.66666667%!important;}
    .col-md-1{width: 8.33333333%!important;}
}
@media screen and (max-width: 767px){
    .hidden-sm{display: none!important;}
    .col-sm-12{width: 100%!important;}
    .col-sm-11{width: 91.66666667%!important;}
    .col-sm-10{width: 83.33333333%!important;}
    .col-sm-9{width: 75%!important;}
    .col-sm-8{width: 66.66666667%!important;}
    .col-sm-7{width: 58.33333333%!important;}
    .col-sm-6{width: 50%!important;}
    .col-sm-5{width: 41.66666667%!important;}
    .col-sm-4{width: 33.33333333%!important;}
    .col-sm-3{width: 25%!important;}
    .col-sm-2{width: 16.66666667%!important;}
    .col-sm-1{width: 8.33333333%!important;}
}
@media screen and (max-width: 568px){
    .hidden-xs{display: none!important;}
    .col-xs-12{width: 100%!important;}
    .col-xs-11{width: 91.66666667%!important;}
    .col-xs-10{width: 83.33333333%!important;}
    .col-xs-9{width: 75%!important;}
    .col-xs-8{width: 66.66666667%!important;}
    .col-xs-7{width: 58.33333333%!important;}
    .col-xs-6{width: 50%!important;}
    .col-xs-5{width: 41.66666667%!important;}
    .col-xs-4{width: 33.33333333%!important;}
    .col-xs-3{width: 25%!important;}
    .col-xs-2{width: 16.66666667%!important;}
    .col-xs-1{width: 8.33333333%!important;}
}
/*GRID*/

/*HEADERS*/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family: 'MuseoSansExtraBold', sans-serif;margin: 22px 0;text-align: left;font-weight: normal;color: #333}
h1,.h1{font-size: 48px;line-height: 58px}
h2,.h2{font-size: 40px;line-height: 50px}
h3,.h3{font-size: 24px;line-height: 30px;color: #383c4c;margin: 13px 0}
h4,.h4{font-size: 18px;line-height: 26px;color: #383c4c}
h5,.h5{font-size: 15px;line-height: 28px}
h6,.h6{font-size: 13px;line-height: 26px}
/*HEADERS*/

/*ELEMENTS*/
body.menu-open{position: relative}
body.menu-open:before{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 11;display: block;content: '';background: rgba(0,0,0,.7)}
body.menu-open2:before{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 15;display: block;content: '';background: rgba(0,0,0,.7)}
.page-col img{width: auto;max-width: 100%;height: auto}

.red_button{background: #e83545;border: 2px solid #e83545;transition: all .3s linear;outline: none!important;border-radius: 6px;padding: 9px 24px;text-align: center;font-size: 18px;line-height: 18px;color: #fff;font-family: 'MuseoSansBold', sans-serif;text-transform: uppercase;-webkit-appearance: none;text-decoration: none;display: inline-block;cursor: pointer}
.red_button:hover{transition: all .3s linear;background: #fff;border-color: #e83545;color: #e83545}
.yellow_button{background: #fff;border: 2px solid #ffd555;transition: all .3s linear;outline: none!important;border-radius: 6px;padding: 9px 24px;text-align: center;font-size: 18px;line-height: 18px;color: #424242;font-family: 'MuseoSansBold', sans-serif;text-transform: uppercase;-webkit-appearance: none;text-decoration: none;display: inline-block;cursor: pointer}
.yellow_button:hover{transition: all .3s linear;background: #ffd555;border-color: #ffd555;color: #fff}

.d_block{display: block}
.d_inline_block{display: inline-block}
.d_inline{display: inline-block}
.p_relative{position: relative}
.p_absolute{position: absolute}
.text_left{text-align: left}
.text_right{text-align: right}
.text_center{text-align: center}
.text_justify{text-align: justify}
.pull_left{float: left}
.pull_right{float: right}
.clr{clear: both;width: 100%;display: block;height: 0}
.no_padding{padding: 0!important;}
.no_padding_left{padding-left: 0!important}
.no_margin{margin: 0!important;}

ul, ol{list-style-position: inside}
ol li{margin-bottom: 10px}
ul.horizontal{padding: 0;margin: 0;display: block}
ul.horizontal > li{padding: 0;margin: 0;list-style: none;display: inline-block}
.page-col ul{margin: 24px 0;list-style: none}
.page-col ul li{position: relative;padding: 0 0 0 26px;font-size: 16px;line-height: 30px;color: #4b4b4b;margin: 0;}
.page-col ul li:before{position: absolute;display: inline-block;width: 6px;height: 6px;content: '';top: 12px;left: 0;background: #e83545;border-radius: 50%}

body .owl-carousel .owl-dots{text-align: center}
body .owl-carousel .owl-dots .owl-dot{display: inline-block;margin: 0 3px;width: 16px;height: 16px;position: relative;box-shadow: none!important;outline: none!important;-webkit-appearance: none}
body .owl-carousel .owl-dots .owl-dot span{width: 12px;height: 12px;display: inline-block;border-radius: 50%;background: #ccc;transition: all .3s linear;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto}
body .owl-carousel .owl-dots .owl-dot span:hover{background: #e83545}
body .owl-carousel .owl-dots .owl-dot.active span{border: 2px solid #e83545;background: #fff!important}
body .owl-carousel .owl-nav{text-align: center;position: absolute;left: 0;right: 0;width: 100%;top: 24%;margin: auto}
body .owl-carousel .owl-nav button{display: inline-block;margin: 0 1px;width: 38px;height: 38px;position: relative;font-size: 0!important; line-height: 0!important;color: transparent!important;outline: none!important;-webkit-appearance: none}
body .owl-carousel .owl-nav button.owl-prev{float: left;}
body .owl-carousel .owl-nav button.owl-next{float: right}
body .owl-carousel .owl-nav button.owl-prev:before{top: calc(50% - 10px);transition: all .3s linear;content: '';display: inline-block;position: absolute;border: solid #dedede;border-width: 0 4px 4px 0;width: 21px;height: 21px;transform: rotate(135deg);-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-o-transform: rotate(135deg);left: 5px}
body .owl-carousel .owl-nav button.owl-next:before{top: calc(50% - 10px);transition: all .3s linear;content: '';display: inline-block;position: absolute;border: solid #dedede;border-width: 0 4px 4px 0;width: 21px;height: 21px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);left: 7px}
body .owl-carousel .owl-nav button:hover:before{border-color: #ffda6a!important;transition: all .3s linear}

.table{display: table;width: 100%;padding: 0;margin: 0;border-collapse: collapse;border: none}
.table .tr{display: table-row}
.table .td{display: table-cell}
.table.v_middle td{vertical-align: middle}
.table.v_top td{vertical-align: top}
.table.v_bottom td{vertical-align: bottom}


.font-plus{font-size: 24px;line-height: 34px;color: #737373;font-family: 'Gilroy-Medium', sans-serif;text-align: center}
.font-plus.text_left{text-align: left}
.font-medium{font-size: 21px;line-height: 36px;color: #737373;font-family: 'Gilroy-Medium', sans-serif;text-align: left}
/*ELEMENTS*/

/*ICONS*/
.star{display: inline-block;margin: 0 1px;width: 15px;height: 15px;background-size: 15px 15px;background-repeat: no-repeat;background-position: 0 0;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAALVBMVEUAAAD/2mr/2mr/2mr/2mr/2mr/2mr/2mr/2mr/2mr/2mr/2mr/2mr/2mr/2mo2UvZsAAAADnRSTlMAmSIR7ndmRN1VzDO7qsycqi4AAABdSURBVAjXYwACJgYoUIQx5BQgNLNfAITB+s4BRG0vjXj3MLLcgEHuHQg82cDABmYsBsqlAOk3BkAGJ5CxAEiD5RpADEYg4xGIwfEk6d4zEENPmIGzEcRQB2JLBgYAkHglJ2+MkVEAAAAASUVORK5CYII=')}
.star.empty{opacity: .3}

.card-icon{background-image: url("images/payments.png");background-repeat: no-repeat;display: inline-block}
.card-amex{width: 63px;height: 39px;background-position: -127px 2px}
.card-diners{width: 63px;height: 39px;background-position: -52px 2px}
.card-discover{width: 63px;height: 39px;background-position: -194px 2px}
.card-jsb{width: 63px;height: 39px;background-position: -146px 2px}
.card-mc{width: 63px; height: 39px; background-position: -258px 2px;}
.card-pay{width: 63px;height: 39px;background-position: -240px 2px}
.card-visa{width: 63px;height: 39px;background-position: -63px 2px}
.card-nuvei{width: 63px;height: 39px;background-position: 2px 2px;}

.ps-icon{background-image: url("images/spritesheet-ps.png");background-repeat: no-repeat;display: inline-block}
.ps-icon1{width: 128px;height: 128px;background-position: -5px -5px}
.ps-icon2{width: 128px;height: 128px;background-position: -143px -5px}
.ps-icon3{width: 128px;height: 128px;background-position: -281px -5px}
.ps-icon4{width: 128px;height: 128px;background-position: -419px -5px}
.ps-icon5{width: 128px;height: 128px;background-position: -557px -5px}
.ps-icon6{width: 128px;height: 128px;background-position: -695px -5px}
.ps-icon7{width: 127px;height: 128px;background-position: -833px -5px}
.ps-icon8{width: 128px;height: 128px;background-position: -970px -5px}

.ico-essays-icon{background-image: url("images/spritesheet-categories.png");background-repeat: no-repeat;display: inline-block}
.ico-essays-icon-art{width: 65px;height: 68px;background-position: -5px -5px}
.ico-essays-icon-biology{width: 65px;height: 60px;background-position: -80px -5px}
.ico-essays-icon-book-report{width: 65px;height: 66px;background-position: -155px -5px}
.ico-essays-icon-business{width: 65px;height: 69px;background-position: -230px -5px}
.ico-essays-icon-ecology{width: 65px;height: 66px;background-position: -305px -5px}
.ico-essays-icon-economics{width: 65px;height: 67px;background-position: -380px -5px}
.ico-essays-icon-education{width: 65px;height: 67px;background-position: -455px -5px}
.ico-essays-icon-entertainment{width: 65px;height: 59px;background-position: -530px -5px}
.ico-essays-icon-ethics{width: 65px;height: 66px;background-position: -605px -5px}
.ico-essays-icon-free-theme{width: 65px;height: 61px;background-position: -680px -5px}
.ico-essays-icon-history{width: 65px;height: 65px;background-position: -755px -5px}
.ico-essays-icon-law{width: 65px;height: 69px;background-position: -830px -5px}
.ico-essays-icon-world-literature{width: 65px;height: 67px;background-position: -905px -5px}
.ico-essays-icon-media{width: 65px;height: 60px;background-position: -980px -5px}
.ico-essays-icon-medicine{width: 65px;height: 62px;background-position: -1055px -5px}
.ico-essays-icon-movie-review{width: 65px;height: 68px;background-position: -1130px -5px}
.ico-essays-icon-music{width: 65px;height: 61px;background-position: -1205px -5px}
.ico-essays-icon-narrative{width: 65px;height: 66px;background-position: -1280px -5px}
.ico-essays-icon-philosophy{width: 65px;height: 64px;background-position: -1355px -5px}
.ico-essays-icon-politics{width: 65px;height: 66px;background-position: -1430px -5px}
.ico-essays-icon-psychology{width: 63px;height: 62px;background-position: -1505px -5px}
.ico-essays-icon-reaction-essay{width: 65px;height: 59px;background-position: -1578px -5px}
.ico-essays-icon-research{width: 65px;height: 62px;background-position: -1653px -5px}
.ico-essays-icon-sociology{width: 65px;height: 67px;background-position: -1728px -5px}
.ico-essays-icon-speech{width: 65px;height: 69px;background-position: -1803px -5px}
.ico-essays-icon-sport{width: 65px;height: 63px;background-position: -1878px -5px}
.ico-essays-icon-term-paper{width: 65px;height: 69px;background-position: -1953px -5px}
.ico-essays-icon-various{width: 65px;height: 66px;background-position: -2028px -5px}

.i-col-ico{background-image: url("images/spritesheet-i-cols.png");background-repeat: no-repeat;display: inline-block}
.i-col-ico-arrow{width: 9px;height: 16px;background-position: -5px -5px}
.i-col-ico-checked{width: 16px;height: 16px;background-position: -24px -5px}
.i-col-ico-percentage{width: 16px;height: 16px;background-position: -50px -5px}
.i-col-ico-tell-a-friend{width: 25px;height: 25px;background-position: -76px -5px}
.i-col-ico-we-provide{width: 22px;height: 25px;background-position: -111px -5px}
.i-col-ico-you-save{width: 18px;height: 25px;background-position: -143px -5px}

.mini-icon{background-image: url("images/spritesheet-mini.png");background-repeat: no-repeat;display: inline-block}
.mini-icon1{width: 42px;height: 42px;background-position: -5px -5px}
.mini-icon2{width: 46px;height: 46px;background-position: -57px -5px}
.mini-icon3{width: 37px;height: 45px;background-position: -113px -5px}
.mini-icon4{width: 54px;height: 39px;background-position: -160px -5px}
.mini-icon5{width: 41px;height: 41px;background-position: -224px -5px}
.mini-icon6{width: 19px;height: 19px;background-position: -275px -5px}

/*ICONS*/

/*FORMS*/
.form-styled .essay-component *{
    box-sizing: border-box;
}
.form-styled .essay-component{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
.form-styled .label{
    display: block;
    font-size: 15px;
    line-height: 15px;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
    margin: 0 0 10px 0;
    text-align: left;
}
.form-styled select, .form-styled .essay-component select,
.form-styled input[type="text"], .form-styled .essay-component [type="text"],
.form-styled textarea{
    transition: all .3s linear;
    -webkit-appearance: none;
    border: 1px solid #D6D7E1!important;
    border-radius: 1px;
    background: #FBFBFB;
    outline: none!important;
    box-shadow: none!important;
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
    margin: 0;
}
.form-styled select:focus, .form-styled .essay-component select:focus,
.form-styled input[type="text"]:focus, .form-styled .essay-component [type="text"]:focus,
.form-styled textarea:focus{
    background: #fff;
    transition: all .3s linear;
}
.form-styled select, .form-styled .essay-component select{
    padding-right: 30px!important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAMAAABV0m3JAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjNEMEYxRkQ4NkFGMTFFOTlEQUFBOEI4REY5NEE4OTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjNEMEYxRkM4NkFGMTFFOTlEQUFBOEI4REY5NEE4OTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTlCOTMzRkU4NkE4MTFFOUI1MENCODI0Rjg2NjBDMTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTlCOTMzRkY4NkE4MTFFOUI1MENCODI0Rjg2NjBDMTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6o8MdFAAAABlBMVEXY29wAAADJrW/kAAAAAnRSTlP/AOW3MEoAAABASURBVHjaZI7RDgAgCAKP///pnJViMTfxHhAkNAQxoQ/qoSScND0adDvk9Ow6aHb7JK0UC7Nke9veS//QtAQYAFQbALLv/kXzAAAAAElFTkSuQmCC')!important;
    background-repeat: no-repeat!important;
    background-size: 10px 6px!important;
    background-position: right 13px center!important;
}
.form-styled .form-item{
    margin: 0 0 25px 0;
    min-height: 60px
}
.form-styled .number-field{
    position: relative;
}
.form-styled .number-field .mp{
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #D8DADB;
    background: #fff;
    font-family: 'Poppins-Light', sans-serif;
    color: transparent!important;
    line-height: 24px;
    padding: 10px;
    cursor: pointer;
    font-size: 0!important;

}
.form-styled .number-field .m{
    left: 0!important;
    top: 0!important;
}
.form-styled .number-field .p{
    right: 0!important;
    top: 0!important;
}
.form-styled .essay-component .number-field .select-pages{
    background-color: #f8f8f8;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #323538;
    font-family: 'Roboto-Medium', sans-serif;
}
.form-styled .essay-component .currency input[type="button"]{
    display: inline-block;
    float: left;
    width: 25%;
    height: 45px;
    background: #fff;
    -webkit-appearance: none;
    border: 1px solid #d6d7e1!important;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
    transition: all .3s linear;
    box-shadow: none;
    outline: none;
    border-radius: 0!important;
    margin: 0 -1px 0 0;
    position: relative;
    cursor: pointer;
}
.form-styled .essay-component .currency input[type="button"]:hover, .form-styled .essay-component .currency input[type="button"].active{
    border-color: #ffd555!important;
    background: #fff;
    color: #ffd555;
    transition: all .3s linear;
    z-index: 1;
}
.form-styled .essay-component .currency{
    margin-right: -3px;
}
/*FORMS*/

/*HEADER*/
.header-wrapper{
    position: relative;
}
.fixed-line-wrapper{
    position: relative;
    z-index: 12;
}
.fixed-line{
    height: 105px;
    transition: all .3s linear;
    top: -105px;
    box-shadow: 0 2px 30px 0 rgba(185, 195, 206, 0.3);
    -webkit-box-shadow: 0 2px 30px 0 rgba(185, 195, 206, 0.3);
    -moz-box-shadow: 0 2px 30px 0 rgba(185, 195, 206, 0.3);
    -o-box-shadow: 0 2px 30px 0 rgba(185, 195, 206, 0.3);
    background: rgba(255,255,255,1);
}
.header-wrapper.top-fixed:before{
    height: 105px;
    display: block;
    content: '';
}
.header-wrapper.top-fixed .fixed-line.fixed{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    transition: all .3s linear;
    background: rgba(255,255,255,.96);
}
.top-line .header-left{
    position: relative;
    padding: 27px 0 0 140px;
}
.header-logo{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.header-logo img{
    width: 80px;
    height: 65px;
}
.header-phones{
    font-size: 18px;
    line-height: 18px;
    position: relative;
    color: #353535;
    font-family: 'MuseoSansBold', sans-serif;
    padding: 0 35px 0 24px;
    display: inline-block;
}
.header-phones:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJ1BMVEUAAADoNUXoNUXoNUXoNUXoNUXoNUXoNUXoNUXoNUXoNUXoNUXoNUXcyiDbAAAADHRSTlMAiBEzRN3MmXdm7rsWYHRQAAAAWElEQVQI12MwFGxgAAOZM4dgjCMQxpwzJyEMnzMHIQzWM0kQBvsxBQiD+TQDFNQ0QBmqQO0QuVUODIpTQAqtTjDlnDkBEorZdgZimPoZKIPBPAZmPMtEYQDlLhs+TyoCqQAAAABJRU5ErkJggg==');
}
.header-phones:after{
    position: absolute;
    right: 0;
    top: -5px;
    width: 1px;
    height: 32px;
    background: #d6d7e1;
    content: '';
}
.header-phones a{
    color: #666;
}
.header-phones a:hover{
    color: #e83545;
}
.header-right{
    position: relative;
    padding: 25px 265px 0 0;
}
.main-menu{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu li{
    padding: 0 6px;
    font-size: 16px;
    line-height: 16px;
    color: #424242;
    font-family: 'MuseoSansRegular', sans-serif;
    display: inline-block;
}
.main-menu li a, .main-menu li .a{
    cursor: pointer;
    color: #424242;
    border-bottom: 1px solid transparent;
    transition: all .3s linear;
    font-weight: 600;
}
.main-menu li a span {
    display: none;
}
.main-menu li a:hover, .main-menu li .a:hover, .main-menu li .a.to-close{
    color: #e83545;
    border-color: #e83545;
    transition: all .3s linear;
}
#menu-item-1765 > a, .mob-menu .mm-list .menu-item-1765 a, #menu-item-1877 a{
    color: #e83545;
}
.main-menu li .a{
    position: relative;
    padding: 0 10px 0 0;
}
.main-menu li .a:before{
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block;
    content: '';
    border: solid #424242;
    border-width: 0 1px 1px 0;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .3s linear;
}
.main-menu li .a:hover:before, .main-menu li .a.to-close:before{
    border-color: #e83545;
    transition: all .3s linear;
}
.main-menu li .a.to-close:before{
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    top: 8px;
}
.main-menu li:first-child{
    padding-left: 0;
}
.main-menu li:last-child{
    padding-right: 0;
}
.header-login{
    display: flex;
    position: absolute;
    right: 0;
    top: 16px;
}
.header-login > a{
    font-family: "MuseoSansRegular";
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    background: #e83545;
    display: block;
    height: 43px;
    line-height: 2.4;
    width: 108px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 6px;
    transition: .3s;
    border: 2px solid transparent;
    font-weight: 600;
}
.header-login > a:hover {
    transition: .3s;
    background-color: #fff;
    color: #e83545;
    border: 2px solid #e83545;
    font-weight: 600;
}
.header-login .mini-wrapper .top-dd-wrapper .top-label a span{
    font-weight: 600;
    background: #fff;
    display: inline-block;
    transition: all .3s linear;
    border: 2px solid #FFD555;
    width: 108px;
    height: 43px;
    border-radius: 5px;
    padding: 12px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #424242;
    font-family: 'MuseoSansRegular', sans-serif;
    box-sizing: border-box;
    cursor: pointer;
}
.header-login .mini-wrapper .top-dd-wrapper .top-label a span:hover{
    color: #fff;
    background: #FFD555;
}
.header-login .mini-wrapper.top-login-wrapper{
    margin: 0;
}
.header-login .mini-wrapper .top-dd-wrapper .top-label{
    padding: 0;
}
.header-login .mini-wrapper .top-dd-wrapper .top-label a{
    margin: 0;
}
.fixed-line .top-line{
    padding: 17px 0 0 0;
}
.home-header{
    background: #ffda6a url("images/home-header-bg.png") repeat-x;
}
.home-header-content{
    max-width: 990px;
    margin: 0 0 0 80px;
    background: #f9f9f9 url("images/home-header-bg2.png") no-repeat top 23px left 68px;
    padding: 97px 80px 120px 180px;
    border-left: 25px solid #fff;
    border-right: 25px solid #fff;
    position: relative;
}
.home-header-content:before{
    position: absolute;
    left: -148px;
    bottom: -15px;
    display: inline-block;
    content: url("images/woman.png");
}
.home-header-content .logo-text{
    font-size: 56px;
    line-height: 56px;
    color: #e83545;
    font-family: 'MuseoSansExtraBold', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.home-header-content .logo-text span{
    color: #fff;
    display: block;
    font-size: 60px;
    line-height: 60px;
    padding: 5px 11px 0 11px;
    background: #e83545;
    margin: 0 0 10px 0;
}
.home-header-content .hh-title{
    margin: 32px 0 18px 9px;
    font-size: 37px;
    line-height: 37px;
    color: #000;
    font-family: 'MuseoSansExtraBold', sans-serif;
}
.home-header-content .hh-list{
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.home-header-content .hh-list li{
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 16px 0;
    font-size: 21px;
    line-height: 28px;
    color: #000;
    font-family: 'MuseoSansRegular', sans-serif;
}
.home-header-content .hh-list li:last-child{
    margin: 0;
}
.home-header-content .hh-list li .check-icon{
    position: absolute;
    left: 2px;
    top: 5px;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background-color: #ffd555;
    border-radius: 50%;
}
.home-header-content .hh-list li .check-icon:before, .home-header-content .hh-list li .check-icon:after{
    position: absolute;
    display: inline-block;
    width: 2px;
    content: '';
    background: #fff;
    height: 9px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    right: 6px;
    top: 5px;;
}
.home-header-content .hh-list li .check-icon:before{
    height: 5px;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    left: auto;
    right: 11px;
    top: 8px;
}
.home-header-content .hh-read-more{
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-family: 'MuseoSansMedium', sans-serif;
    display: inline-block;
    position: relative;
    padding: 0 48px 0 0;
}
.home-header-content .hh-read-more:hover{
    color: #e83545;
}
.home-header-content .hh-read-more span{
    position: absolute;
    right: 0;
    top: 9px;
    width: 35px;
    height: 2px;
    background: #e83545;
    transition: all .3s linear;
}
.home-header-content .hh-read-more:hover span{
    transition: all .3s linear;
    right: -5px;
}
.home-header-content .hh-read-more span:before{
    position: absolute;
    right: 1px;
    top: -4px;
    display: inline-block;
    content: '';
    border: solid #e83545;
    border-width: 0 2px 2px 0;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .3s linear;
}

.home-header.page-article-custom .home-header-content:after {
    content: url("../style/images/Untitled-we3-min.png");
    position: absolute;
    bottom: -7px;
    left: -122px;
}
.home-header.page-article-custom .calc-articles:after {
    content: url("../style/images/Untitled-6-mifdfn.png");
    position: absolute;
    top: 41px;
    right: 138px;
}
@media all and (max-width: 1300px) {
    .home-header.page-article-custom .calc-articles:after {
        display: none;
    }
}
.home-header.page-article-custom .home-header-content .data-text{
    max-width: 435px;
}
.home-header.page-article-custom .home-header-content .data-text .subtitle {
    background-color: #e83545;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    min-height: 45px;
    line-height: 2.2;
    padding: 0 15px;
    text-align: center;
}
.home-header.page-article-custom .home-header-content .data-text .subtitle > span{
    font-weight: 700;
    color: #fff6cd;
}
.home-header.page-article-custom .home-header-content .data-text .subtitle > span > span{
    font-weight: 900;
}
.home-header.page-article-custom .home-header-content .hh-title {
    margin-bottom: 40px;
}
.home-header.page-article-custom .home-header-content .data-text .text {
    color: #858585;
    font-weight: 400;
    font-size: 18px;
}
.home-header.page-article-custom .home-header-content .bottom-chunk {
    background-color: #fffae3;
    display: flex;
    border-radius: 10px;
    padding: 15px;
    justify-content: space-between;
    margin-top: 50px;
}
.home-header.page-article-custom .home-header-content .bottom-chunk .wrap-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
}
.home-header.page-article-custom .home-header-content .bottom-chunk .text p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.home-header.page-article-custom .home-header-content .bottom-chunk .text p span{
    font-weight: 700;
}
.home-header.page-article-custom .header-calc-wrapper:after, .home-header.page-article-custom .home-header-content:before{
    display: none;
}
@media all and (max-width: 1199px) {
    .home-header.page-article-custom .home-header-content .data-text {
        margin: 0 auto 15px;
    }
}
.header-calc-wrapper{
    position: absolute;
    right: -380px;
    top: 90px;
    width: 100%;
    max-width: 570px;
    z-index: 1;
}
.header-calc{
    background: #fff;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
    padding: 43px 35px 8px 35px;
    overflow: hidden;
}
.header-calc-wrapper:after{
    position: absolute;
    right: -201px;
    top: 106px;
    display: inline-block;
    content: url("images/man.png");
}
.header-calc .calc-title{
    position: relative;
    padding: 0 0 21px 0;
    margin: 0 0 38px 0;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-family: 'MuseoSansExtraBold', sans-serif;
}
.header-calc .calc-title:before{
    position: absolute;
    right: -100px;
    bottom: 0;
    display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    background: #f5f5f7;
}
.header-calc .total-label{
    font-size: 21px;
    line-height: 1;
    color: #333;
    font-family: 'MuseoSansRegular', sans-serif;
    display: inline-block;
    margin: 15px 10px 0 0;
}
.home-header-content .header-calc .total-label,
.calc-articles .header-calc .total-label{
    font-size: 18px;
}
.header-calc .form-item .box-price{
    display: inline-block;
}
.home-header-content .header-calc .form-item .box-price,
.calc-articles .header-calc .form-item .box-price{
    font-size: 18px;
}

.header-calc .form-styled .form-item{
    min-height: auto;
}
.header-calc .mini-order-total-price{
    font-size: 24px;
    line-height: 30px;
    color: #e83545;
    font-weight: bold;
    display: inline-block;
}
.home-header-content  .header-calc .mini-order-total-price,
.calc-articles  .header-calc .mini-order-total-price{
    font-size: 21px;
    transition: 0.2s;
}
.header-calc .show_first_order_price  .mini-order-total-price{
    color: #858585;
    font-size: 15px;
    text-decoration: line-through;
    font-weight: normal;
}
.header-calc .calc-submit{
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 0 0 auto;
    padding: 14px 5px;
}
.header-calc .form-styled .form-item.last{
    margin: 0 0 25px 0;
}
.drop-services{
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: all .3s linear;
    background: #fff;
    box-shadow: 0 30px 80px 0 rgba(48, 48, 48, 0.12);
    -webkit-box-shadow: 0 30px 80px 0 rgba(48, 48, 48, 0.12);
    -moz-box-shadow: 0 30px 80px 0 rgba(48, 48, 48, 0.12);
    -o-box-shadow: 0 30px 80px 0 rgba(48, 48, 48, 0.12);
    border-top: 1px solid #e7e5e5;
    padding: 45px 0 40px 0;
}
.drop-services.active{
    top: 105px;
    opacity: 1;
    visibility: visible;
    transition: all .3s linear;
}
.drop-services ul{
    padding: 0 25px;
    margin: 0;
    list-style: none;
}
.drop-services ul li{
    float: left;
    width: 25%;
    padding: 0 15px 0 0;
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    font-family: 'MuseoSansRegular', sans-serif;
}
.drop-services ul li a{
    color: #7f7f7f;
}
.drop-services ul li a:hover{
    color: #e83545;
}
.mob-menu-button{
    display: none;
    position: relative;
    width: 40px;
    height: 21px;
    cursor: pointer;
}
.mob-menu-button span{
    display: block;
    width: 100%;
    height: 3px;
    background: #666;
    margin: 0 0 6px 0;
    transition: all .3s linear;
    border-radius: 3px;
    position: relative;
}
.mob-menu-button span:last-child{
    margin: 0;
}
.mob-menu-button.to-close span:nth-child(2){
    opacity: 0;
    transition: all .3s linear;
}
.mob-menu-button.to-close span:nth-child(1){
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .3s linear;
    top: 10px;
}
.mob-menu-button.to-close span:nth-child(3){
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .3s linear;
    top: -7px;
}
.header-order-button{
    display: none;
}
.mob-menu{
    position: absolute;
    top: -1000px;
    transition: all .3s linear;
    background: #fff!important;
    width: 360px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 5px 38px 0 rgba(0, 0, 0, 0.07);
    z-index: -1;
    overflow: hidden;
    text-align: left;
    padding: 20px 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.mob-menu.active{
    transition: all .3s linear;
    visibility: visible;
    left: 0;
    right: 0;
    margin: auto;
    top: 88px;
}
.mob-menu .mm-list{
    margin: 0 0 15px 0;
    list-style: none;
    padding: 0;
}
.mob-menu .mm-list li{
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    margin: 0 0 5px 0;
    color: #424242;
    font-family: 'MuseoSansRegular', sans-serif;
}
.mob-menu .mm-list li a{
    color: #424242;
    display: flex;
}
.mob-menu .mm-list li a span {
    margin: -3px 10px 0 0;
}
.mob-menu .mm-list li a:hover{
    color: #e83545;
}
.mob-menu .mm-list li:last-child{
    margin: 0;
}
.mob-menu .mm-list li a i {
    margin: 0 12px 0 7px;
}
.mob-menu .mm-button{
    font-size: 14px;
    line-height: 14px;
    margin: 0 auto 15px auto;
    display: block;
    width: 100%;
    max-width: 180px;
}
/*HEADER*/

/*MAIN*/
.first-block{
    margin: 20px 0 20px 0;
}
.second-block{
    padding: 45px 0 30px 0;
    margin: 0 0 20px 0;
    background: #f9f9f9;
}
.second-block .container{
    max-width: 980px;
}
.second-block-items{
    margin: 0 -22px;
}
.second-block-items .second-block-item{
    float: left;
    width: 33.3333333%;
    padding: 65px 22px 62px 22px;
    position: relative;
}
.second-block-items .second-block-item:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 285px;
    height: 285px;
    background: #fff;
    border-radius: 50%;
    content: '';
    border: 3px solid #fff;
    transition: all .3s linear;
}
.second-block-items .sb-item-content{
    position: relative;
    padding: 22px 10px 0 10px;
}
.second-block-items .sb-title{
    font-size: 22px;
    line-height: 22px;
    color: #333;
    font-family: 'MuseoSansExtraBold', sans-serif;
    margin: 0 0 11px 0;
    text-align: center;
    transition: all .3s linear;
}
.second-block-items .sb-ul{
    margin: 0;
    padding: 0 0 0 50px;
    list-style: none;
}
.second-block-items .sb-ul li{
    position: relative;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #686868;
    font-family: 'MuseoSansRegular', sans-serif;
}
.second-block-items .sb-ul li:before{
    position: absolute;
    left: -4px;
    top: 9px;
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background: #686868;
    border-radius: 50%;
}
.second-block-items .sb-icon-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
    display: inline-block;
    margin: auto;
    border-radius: 50%;
    transition: all .3s linear;
    width: 72px;
    height: 72px;
    background: #eaeaea;
}
.second-block-items .sb-icon{
    background-image: url("images/spritesheet-sb.png");
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sb-icon1{
    width: 34px;
    height: 34px;
    background-position: -49px -5px;
}
.second-block-items .second-block-item:hover .sb-icon1{
    background-position: -5px -5px;
}
.sb-icon2{
    width: 40px;
    height: 32px;
    background-position: -93px -5px;
}
.second-block-items .second-block-item:hover .sb-icon2{
    background-position: -143px -5px;
}
.sb-icon3{
    width: 40px;
    height: 41px;
    background-position: -193px -5px;
}
.second-block-items .second-block-item:hover .sb-icon3{
    background-position: -243px -5px;
}
.second-block-items .second-block-item:hover:before{
    border-color: #ffda6a;
    transition: all .3s linear;
}
.second-block-items .second-block-item:hover .sb-title{
    color: #ffda6a;
    transition: all .3s linear;
}
.second-block-items .second-block-item:hover .sb-icon-wrapper{
    background: #ffda6a;
    transition: all .3s linear;
}
.info-cols{
    margin: 20px 0 45px 0;
}
.info-cols .info-col{
    border: 30px solid #f9f9f9;
    transition: all .3s linear;
    padding: 40px 36px 20px 36px;
    min-height: 400px;
}
.info-cols .info-col:hover{
    border-color: #e83545;
    transition: all .3s linear;
}
.info-cols .ic-title{
    margin: 0 0 18px 0;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #333;
    font-family: 'MuseoSansExtraBold', sans-serif;
    position: relative;
    padding: 0 0 0 35px;
    display: inline-block;
}
.info-cols .ic-title .i-col-ico{
    position: absolute;
    left: 0;
    top: -2px;
}
.info-cols .p1{
    padding: 0 0 17px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #dcdee3;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    font-family: 'MuseoSansRegular', sans-serif;
}
.info-cols .p1 span{
    font-family: 'MuseoSansBold', sans-serif;
    color: #fbca32;
}
.info-cols .p1 b{
    font-family: 'MuseoSansBold', sans-serif;
    font-size: 20px;
}
.info-cols .p2{
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    font-family: 'MuseoSansRegular', sans-serif;
    margin: 0;
}
.info-cols .p2 a{
    text-decoration: underline;
    color: #686868;
}
.info-cols .p2 a:hover{
    text-decoration: none;
}
.info-cols .ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.info-cols .ul li{
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
}
.info-cols .ul li .i-col-ico{
    position: absolute;
    left: 0;
    top: 3px;
}
.info-cols .ul li:before{
    display: none;
}
.info-cols .ul1{
    padding: 0;
    margin: 0;
    list-style: none;
}
.info-cols .ul1 li{
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    font-family: 'MuseoSansRegular', sans-serif;
    padding: 0 0 0 30px;
    margin: 0 0 5px 0;
    position: relative;
}
.info-cols .ul1 li .i-col-ico{
    position: absolute;
    left: 0;
    top: 3px;
}
.info-cols .ul1 li:before{
   display: none;
}
.info-cols .ul2{
    padding: 0 0 13px 0;
    margin: 0 0 23px 0;
    list-style: none;
}
.info-cols .ul2 li{
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    font-family: 'MuseoSansRegular', sans-serif;
    padding: 0 40px 0 33px;
    margin: 0 0 12px 0;
    position: relative;
}
.info-cols .ul2 li span{
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'MuseoSansBold', sans-serif;
    color: #fbc931;
}
.info-cols .ul2 li .i-col-ico{
    position: absolute;
    left: 0;
    top: 3px;
}
.info-cols .ul2 li:before{
    display: none;
}
.info-cols .p3{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    font-family: 'MuseoSansRegular', sans-serif;
    padding: 0 40px 0 0;
    margin: 0;
}
.info-cols .p3 span{
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'MuseoSansExtraBold', sans-serif;
    color: #fbc931;
}
.discounts-cols{
    margin: 0 0 20px 0;
}
.discounts-cols .container{
    background: #ffda6a url("images/home-header-bg.png");
}
.discounts-cols .col-d{
    float: left;
    width: 22%;
    padding: 30px 30px;
}
.discounts-cols .col-d.col-d-x{
    width: 34%;
}
.discounts-cols .row{
    margin: 0 -15px;
}
.discounts-cols .discounts-col{
    background: #fff;
    min-height: 110px;
    padding: 26px 10px 10px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #686868;
    font-family: 'MuseoSansRegular', sans-serif;
}
.discounts-cols .discounts-col p{
    margin: 0;
}
.discounts-cols .discounts-col .off{
    text-transform: uppercase;
}
.discounts-cols .discounts-col .percent{
    font-family: 'MuseoSansExtraBold', sans-serif;
    color: #e83545;
    font-size: 22px;
    line-height: 22px;
}
.discounts-cols .discounts-col .for span{
    color: #fbc931;
    font-family: 'MuseoSansBold', sans-serif;
}
.discounts-cols .col-d-x .discounts-col{
    padding: 43px 10px 10px 10px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-family: 'MuseoSansMedium', sans-serif;
}
.provide-slider-wrapper{
    margin: 0 0 45px 0;
}
.ps-item .ps-title{
    font-size: 22px;
    line-height: 30px;
    color: #333;
    font-family: 'MuseoSansExtraBold', sans-serif;
    margin: 0 0 7px 0;
}
.ps-item .ps-text{
    margin: 0 0 32px 0;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-family: 'MuseoSansRegular', sans-serif;
    height: 72px;
    overflow: hidden;
}
.ps-item .red_button{
    font-size: 18px;
    line-height: 18px;
    font-family: 'MuseoSansRegular', sans-serif;
    text-transform: none;
    background: #dedede;
    border-color: #dedede;
}
.ps-item:hover .red_button{
    background: #e83545;
    border-color: #e83545;
}
.ps-item .red_button:hover{
    border-color: #e83545;
    background: #fff;
    color: #e83545;
}
.ps-item .ps-content{
    padding: 317px 25px 0 25px;
    text-align: center;
}
.ps-item .circle{
    border: 5px solid #F9F9F9;
    width: 263px;
    height: 263px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
    margin: auto;
    border-radius: 50%;
    transition: all .3s linear;
}
.ps-item:hover .circle{
    border-color: #FFDA6A;
    box-shadow: 0 0 0 5px #FFDA6A;
}
.ps-item .circle .ps-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .3;
    transition: all .3s linear;
}
.ps-item:hover .circle .ps-icon{
    opacity: 1;
    transition: all .3s linear;
}
.provide-slider .owl-nav{
    display: block!important;
}
.statistic-title{
    background: #ffda6a url("images/stat-bg.png");
    padding: 37px 0 68px 0;
}
.home-statistic{
    margin: -37px 0 20px 0;
}
.home-statistic .container{
    background: #fff;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
}
.statistic-col{
    padding: 49px 10px 40px 10px;
    text-align: center;
}
.statistic-col .s-number{
    font-size: 33px;
    line-height: 33px;
    display: block;
    margin: 0 0 21px 0;
    color: #545454;
    font-family: 'MuseoSansExtraBold', sans-serif;
}
.statistic-col .s-text{
    font-size: 16px;
    line-height: 24px;
    color: #1e2021;
    font-family: 'MuseoSansRegular', sans-serif;
    margin: 0;
}
.home-statistic .col-3:before{
    position: absolute;
    right: 0;
    top: 50px;
    display: inline-block;
    content: '';
    width: 2px;
    height: 68px;
    background: #f0f0f1;
}
.home-statistic .container .col-3:last-child:before{
    display: none;
}
.essays-item .post-title a{
    color: #666;
}
.essays-item .post-item-content{
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #d6d7e1;
}
.essays-item .post-title{
    margin: 0 0 15px 0;
}
.essays-item .post-title a:hover{
    color: #e83545;
}
.related-free-essays-list a{
    font-family: 'MuseoSansMedium', sans-serif;
    color: #666;
}
.related-free-essays-list a:hover{
    color: #e83545;
}
/*MAIN*/

/*FOOTER*/
.testimonials-block{
    background: #f9f9f9;
    padding: 56px 0 76px 0;
    margin: 25px 0 0 0;
}
.testimonials-slider{
    margin: 55px 0 0 0;
    padding: 0 20px;
}
.testimonials-slider .owl-nav{
    display: block!important;
    top: 41%!important;
}
.footer{
    background: #353535;
    padding: 45px 0 39px 0;
}
.testimonial-wrapper{
    margin: 0 11px;
}
.testimonial{
    position: relative;
    padding: 0 34px 0 62px;
}
.testimonial:before{
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    content: '';
    width: 34px;
    height: 29px;
    background-size: 34px 29px;
    background-repeat: no-repeat;
    background-position: 0 0 ;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAdBAMAAAA9RaOJAAAALVBMVEUAAADe3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t5HSqDHAAAADnRSTlMAd7vdZkSqM+6ZIohVEelgtZcAAAB7SURBVCjPYwCBpaEXGJAZXJvfvUtAYci9e/dOAZlx7R06Yx46gwVIvVByQGJwvHv3bAFQBYLh9+7dBAYURt67RwyoDLt3T9AY7949JYLxBIPxYqOg4AFkBhg8LkBnvDPAYLzBYDwcvAw9COM5glEHYUxAMNjBcoYMcAYAA7AqCnT1pEEAAAAASUVORK5CYII=');
}
.testimonial .t-top{
    position: relative;
    margin: 0 0 18px 0;
    padding: 0 180px 0 0;
}
.testimonial .t-name{
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
}
.testimonial .t-rating{
    position: absolute;
    right: 0;
    top: 0;
}
.testimonial .t-rating .mark{
    margin: 0 0 0 13px;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
}
.testimonial .t-text{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-family: 'MuseoSansRegular', sans-serif;
    height: 80px;
    overflow: hidden;
}
.footer-logo img{
    width: 65px;
    height: 65px;
}
.footer-title{
    padding: 0 0 18px 0;
    margin: 21px 0 24px 0;
    border-bottom: 1px solid #5d5d5d;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-family: 'MuseoSansBold', sans-serif;
}
.footer-contacts{
    padding: 0 0 0 41px;
}
.footer-phones a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 15px;
    color: #e83545;
    font-family: 'MuseoSansRegular', sans-serif;
}
.footer-phones a:hover{
    color: #fff;
}
.footer-phones a:before{
    position: absolute;
    left: -3px;
    top: 0;
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAAJ1BMVEUAAAB/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f38Q70cvAAAADHRSTlMAd2buIhGIzLuqVUQKmC0TAAAARElEQVQI12Pg1mIAA58zClBaAEwHn2kA0+xQPuMxiDpWSwYI0BGA0GyGDBJCIIbMtDNnFgBpJpszELMCi89sgOhxYQAAh3AOI+EAiKAAAAAASUVORK5CYII=');
}
.footer-phones .phone-item{
    margin: 0 0 1px 0;
}
.footer-phones{
    margin: 0 0 6px 0;
}
.footer-mail a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 22px;
    font-size: 15px;
    line-height: 15px;
    color: #7f7f7f;
    font-family: 'MuseoSansRegular', sans-serif;
}
.footer-mail a:hover{
    color: #fff;
}
.footer-mail a:before{
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 13px;
    height: 11px;
    background-size: 13px 11px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALBAMAAABWnBpSAAAAIVBMVEV/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39CHSJfAAAACnRSTlOZ3e7MM3e7ZkQiOPEjuQAAADxJREFUCNdjcGAAAiBptAoIFhkwCAQBqQABBqGQrFUpQQIMUovbxZtXAelVCyasAtMggElbgWkDhgkQ8wDyBh4VRAvE5wAAAABJRU5ErkJggg==');
}
ul.cards{
    margin: 30px -3px;
    padding: 0;
    list-style: none;
}
ul.cards li{
    padding: 3px;
    display: inline-block;
    line-height: 0;
}
ul.footer-bottom-links{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer-bottom-links li{
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    font-family: 'MuseoSansRegular', sans-serif;
    margin: 0 0 5px 0;
}
ul.footer-bottom-links li a{
    color: #7f7f7f;
}
ul.footer-bottom-links li a:hover{
    color: #fff;
}
.footer-bottom{
    padding: 23px 0 20px 0;
    background: #171717;
}
.footer-bottom .copy{
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    font-family: 'MuseoSansRegular', sans-serif;
    margin: 0;
}
.f-socials{
    text-align: right;
    position: relative;
    top: -3px;
}
.f-socials .lbl{
    display: inline-block;
    margin: 0 33px 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    font-family: 'MuseoSansRegular', sans-serif;
}
.f-socials ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.f-socials ul li{
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    display: inline-block;
    padding: 0 15px;
}
.f-socials ul li a{
    color: #7f7f7f;
}
.f-socials ul li a:hover{
    color: #fff;
}
.f-socials ul li:first-child{
    padding-left: 0;
}
.f-socials ul li:last-child{
    padding-right: 0;
}
.footer-menu{
    padding: 3px 0 0 0;
    margin: 0;
    list-style: none;
    height: 277px;
    display: block;
    max-height: 277px;
    overflow-y: scroll;
}
.footer-menu::-webkit-scrollbar {
    width: 4px;
}
.footer-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.footer-menu::-webkit-scrollbar-thumb {
    background: #7f7f7f;
    border-radius: 10px;
}
.footer-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .5);
}
.footer-menu li{
    float: left;
    width: 49%;
    padding: 0 15px 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    font-family: 'MuseoSansRegular', sans-serif;
    margin: 0 0 5px 0;
}
.footer-main-menu .footer-menu li{
    width: 100%;
}
.footer-menu li a{
    color: #7f7f7f;
}
.footer-menu li a:hover{
    color: #fff;
}
/*FOOTER*/
@media all and (max-width: 991px) {
    footer .md-padding{
        padding: 0 10px!important;
    }
}
/*BREADCRUMBS*/
.page-title-block .page-title-line{
    background: #ffda6a url("images/home-header-bg.png") repeat-x;
    padding: 27px 0 24px 0;
}
.page-title-block  .h1-title{
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    margin: 0;
}
.page-title-block .h1-title-wrapper{
    margin: 55px 0 28px 0;
    padding: 0 0 24px 0;
    border-bottom: 5px solid #ffe188;
}
.page-title-block .breadcrumbs span{
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 18px;
    font-family: 'MuseoSansMedium', sans-serif;
    transition: all .3s linear;
}
.page-title-block .breadcrumbs span.sep{
    margin: 0 10px;
}
.page-title-block .breadcrumbs a:hover span{
    transition: all .3s linear;
    color: #fff;
}
/*BREADCRUMBS*/

/*PAGINATION*/
.pagination{
    margin: 30px 0;
}
.pagination .wp-pagenavi{
    text-align: center;
}
.pagination .wp-pagenavi span.pages, .pagination .wp-pagenavi a.last, .pagination .wp-pagenavi a.first{
    display: none;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span{
    text-decoration: none;
    border: none;
    font-size: 13px;
    line-height: 13px;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
    margin: 3px 8px;
    display: inline-block;
    text-align: center;
    min-width: 26px;
    height: 26px;
    background: transparent;
    padding: 7px 1px 0 1px;
    border-radius: 50%;
    font-weight: normal;
}
.pagination .wp-pagenavi span.current{
    color: #fff;
    font-weight: normal;
    background: #e83545;
}
.pagination .wp-pagenavi a:hover{
    color: #323538;
}
.blog-pagination a, .blog-pagination span{
    text-decoration: none;
    border: none;
    font-size: 13px;
    line-height: 13px;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
    margin: 3px 8px;
    display: inline-block;
    text-align: center;
    min-width: 26px;
    height: 26px;
    background: transparent;
    padding: 7px 1px 0 1px;
    border-radius: 50%;
    font-weight: normal;
}
.blog-pagination a:hover{
    color: #333;
}
.blog-pagination span{
    color: #fff;
    font-weight: normal;
    background: #e83545;
}
/*PAGINATION*/

/*BANNERS*/
.btn_order{
    margin: 20px auto;
    text-align: center;
}
.btn_order p{
    margin: 0;
}
.btn_order .shadow_btn{
    display: none;
}
.btn_order a{
    background: #e83545;
    border: 2px solid #e83545;
    transition: all .3s linear;
    outline: none!important;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 18px;
    font-family: 'MuseoSansMedium', sans-serif;
    width: 100%;
    max-width: 200px;
}
.btn_order a:hover{
    transition: all .3s linear;
    background: #fff;
    border-color: #e83545;
    color: #e83545;
}
.first-order-block{
    margin: 45px auto 0;
    max-width: 1000px;
    position: relative;
    height: 140px;
    background: #ffda6a url("images/first-order-bg.png") no-repeat right bottom;
}
.first-order-block .fo-button{
    display: inline-block;
    position: relative;
    background: #fff;
    width: 236px;
    height: 118px;
    text-align: center;
    margin: 0 35px 0 47px;
    overflow: hidden;
    padding: 51px 10px 1px 10px;
}
.first-order-block .fo-button .bottom-line{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    margin: auto;
    background: #dce2e4;
    width: 100%;
    height: 15px;
    transform: rotate(-3deg);
}
.first-order-block .fo-button .top-line{
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    margin: auto;
    background: #e83545;
    width: 100%;
    height: 35px;
    transform: rotate(-3deg);
}
.first-order-block .fo-button-text{
    display: inline-block;
    position: relative;
    padding: 0 0 3px 0;
    border-bottom: 2px dashed #e83545;
    font-size: 29px;
    line-height: 29px;
    color: #e83545;
    font-family: 'MuseoSansExtraBold', sans-serif;
    margin: 0 0 0 21px;
}
.first-order-block .fo-button-text > span {
    font-weight: 400;
    font-family: 'MuseoSansRegular', sans-serif;
}
.first-order-block .fo-button-text:before{
    position: absolute;
    left: -23px;
    top: 11px;
    display: inline-block;
    content: '';
    border: solid #e83545;
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .3s linear;
}
.first-order-block .fo-button-text:after{
    position: absolute;
    left: -18px;
    top: 10px;
    display: inline-block;
    content: '';
    border: solid #e83545;
    border-width: 0 2px 2px 0;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .3s linear;
}
.first-order-block .try-text{
    display: inline-block;
    text-align: center;
    position: relative;
    left: 15px;
    top: -24px;
}
.first-order-block .try-text .p{
    margin: 0 0 11px 0;
    font-size: 25px;
    line-height: 25px;
    color: #000;
    font-family: 'MuseoSansRegular', sans-serif;
}
.first-order-block .try-text .p span{
    position: relative;
    top: 17px;
}
.first-order-block .try-text .huge{
    display: inline-block;
    position: relative;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    background: #000;
    padding: 0 23px 12px 14px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    width: 145px;
    height: 54px;
    left: 14px;
}
.first-order-block .try-text .huge .top{
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: -8px;
    border-style: solid;
    border-width: 8px 0 0 162px;
    border-color: transparent transparent transparent #000;
}
.first-order-block .try-text .huge .left{
    display: inline-block;
    position: absolute;
    left: -3px;
    height: 0;
    top: -8px;
    border-style: solid;
    width: 0;
    border-width: 0 3px 64px 0;
    border-color: transparent #000 transparent transparent;
}
.first-order-block .try-text .huge .right{
    display: inline-block;
    position: absolute;
    right: -16px;
    height: 0;
    top: 0;
    border-style: solid;
    width: 0;
    border-width: 55px 16px 0 0;
    border-color: #000 transparent transparent transparent;
}
.first-order-block .try-text .discounts{
    display: inline-block;
    position: relative;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    background: #fff;
    padding: 18px 10px 11px 2px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    width: 137px;
    height: 55px;
    top: 11px;
    left: 19px;
}
.first-order-block .try-text .discounts .bottom{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 162px 8px 0;
    border-color: transparent #fff transparent transparent;
}
.first-order-block .try-text .discounts .left{
    display: inline-block;
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 20px;
    border-color: transparent transparent #fff transparent;
}
.first-order-block .try-text .discounts .right{
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 62px 0 0 5px;
    border-color: transparent transparent transparent #fff;
}
.first-order-block .get-text{
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    color: #000;
    font-family: 'MuseoSansRegular', sans-serif;
    margin: 0 0 0 53px;
    position: relative;
    top: -9px;
}
.first-order-block .get-text b{
    font-size: 54px;
    color: #e83545;
    font-family: 'MuseoSansBold', sans-serif;
}
.first-order-block .get-text span{
    display: block;
    margin: 0 0 0 38px;
}
.first-discount{
    margin: 80px auto 30px auto;
    border: 2px solid #E6E7F0;
    border-radius: 2px;
    max-width: 640px;
    height: 250px;
    background: #f9fafa;
    position: relative;
}
.first-discount:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 62px 0 0 62px;
    border-color: transparent transparent transparent #ffda6a;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.first-discount:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 55px;
    border-color: transparent transparent #ffda6a transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}
.first-discount .top-block{
    padding: 20px 54px 27px 54px;
    background: #e83545;
}
.first-discount .top-block p{
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 27px;
    font-family: 'MuseoSansRegular', sans-serif;
}
.first-discount .try-text{
    display: block;
    text-align: left;
    position: relative;
    top: -8px;
    z-index: 2;
    margin: 0 0 52px 0;
}
.first-discount .try-text .huge{
    display: inline-block;
    position: relative;
    font-size: 38px;
    line-height: 42px;
    color: #ffd556;
    background: #000;
    padding: 0 23px 12px 21px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    width: 145px;
    height: 54px;
    left: 14px;
}
.first-discount .try-text .huge .top{
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: -8px;
    border-style: solid;
    border-width: 8px 0 0 162px;
    border-color: transparent transparent transparent #000;
}
.first-discount .try-text .huge .left{
    display: inline-block;
    position: absolute;
    left: -3px;
    height: 0;
    top: -8px;
    border-style: solid;
    width: 0;
    border-width: 0 3px 64px 0;
    border-color: transparent #000 transparent transparent;
}
.first-discount .try-text .huge .right{
    display: inline-block;
    position: absolute;
    right: -16px;
    height: 0;
    top: 0;
    border-style: solid;
    width: 0;
    border-width: 55px 16px 0 0;
    border-color: #000 transparent transparent transparent;
}
.first-discount .try-text .discounts{
    display: inline-block;
    position: relative;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    background: #ffd556;
    padding: 16px 10px 11px 2px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    width: 137px;
    height: 55px;
    top: 17px;
    left: 16px;
}
.first-discount .try-text .discounts .bottom{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 162px 8px 0;
    border-color: transparent #ffd556 transparent transparent;
}
.first-discount .try-text .discounts .left{
    display: inline-block;
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 20px;
    border-color: transparent transparent #ffd556 transparent;
}
.first-discount .try-text .discounts .right{
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 62px 0 0 5px;
    border-color: transparent transparent transparent #ffd556;
}
.first-discount .get-text p{
    font-size: 26px;
    line-height: 26px;
    color: #333;
    font-family: 'MuseoSansRegular', sans-serif;
    text-align: center;
    position: relative;
}
.first-discount .get-text p b{
    display: block;
    font-size: 56px;
    line-height: 56px;
    color: #e83545;
    font-family: 'MuseoSansExtraBold', sans-serif;
    margin: 5px 0 5px 0;
}
.first-discount .get-text p span{
    font-family: 'MuseoSansMedium', sans-serif;
}
.first-discount .fd-button{
    position: relative;
    padding: 0 5px 0 0;
    font-size: 30px;
    line-height: 30px;
    color: #e83545;
    display: inline-block;
    margin: 0 0 0 28px;
    font-family: 'MuseoSansBold', sans-serif;
    border-bottom: 2px solid #e83545;
    animation: pulse-order 4s infinite;
}
.first-discount .fd-button span{
    position: absolute;
    left: -26px;
    top: 14px;
    width: 17px;
    height: 2px;
    background: #e83545;
    transition: all .3s linear;
}
.first-discount .fd-button span:before{
    position: absolute;
    left: 3px;
    top: -5px;
    display: inline-block;
    content: '';
    border: solid #e83545;
    border-width: 0 2px 2px 0;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .3s linear;
}
.first-discount .get-text{
    position: absolute;
    right: 21px;
    top: 65px;
    width: 300px;
    height: 170px;
    padding: 20px 20px 20px 20px;
    z-index: 1;
}
.first-discount .get-text:before{
    position: absolute;
    left: -25px;
    top: -140px;
    display: inline-block;
    content: url("images/fd-girl.png");
}
.first-discount .bottom-block{
    padding: 0 310px 0 15px;
    text-align: center;
}
.question-block{
    border: 1px solid #E6E7F0;
    background: #fff;
    height: 190px;
    position: relative;
    margin: 30px auto;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.question-block .left{
    display: inline-block;
    padding: 49px 30px 30px 30px;
    height: 190px;
    background: #ffda6a url("images/home-header-bg.png") repeat-x;
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    color: #333;
    font-family: 'MuseoSansExtraBold', sans-serif;
    border-right: 2px solid #E6E7F0;
    width: 32%;
    float: left;
    z-index: 1;
    position: relative;
}
.question-block .right{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 51px 0 300px;
    width: 68%;
    background: #fff url("images/buttons-dots.png") no-repeat top 18px right 18px;
}
.question-block .right .save-buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 40px;
}
.question-block .right:before{
    position: absolute;
    left: 0;
    top: 23px;
    display: inline-block;
    content: url("images/question-img.png");
}
.question-block .q-phones{
    display: inline-block;
    position: relative;
}
.question-block .q-phones:before{
    position: absolute;
    right: -81px;
    bottom: -29px;
    display: inline-block;
    content: url("images/question-wave.png");
}
.question-block .q-phones a{
    font-size: 25px;
    line-height: 25px;
    color: #333;
    font-family: 'MuseoSansBold', sans-serif;
}
.question-block .q-phones .phone-item{
    margin: 12px 0;
}
.question-block .red_button{
    width: 100%;
    max-width: 170px;
    float: right;
    margin: 25px 0 0 0;
    padding: 10px 5px;
}
.question-block .right .save-buttons .yellow_button,
.question-block .red_button{
    font-size: 16px;
    line-height: 16px;
    font-family: 'MuseoSansMedium', sans-serif;
    text-transform: capitalize;
}
.affiliate-block{
    margin: 30px auto;
    max-width: 1070px;
    position: relative;
    border: 1px solid #f2f2f2;
    background: #f6fbfd url("images/images-data.png") no-repeat right -41px top -34px;
    height: 147px;
}
.affiliate-block .left{
    position: relative;
    height: 145px;
    background: #e83545;
    text-align: center;
    padding: 25px 60px 20px 28px;
    color: #fff;
    font-size: 37px;
    line-height: 45px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    float: left;
    width: 33%;
}
.affiliate-block .left:before{
    position: absolute;
    right: -80px;
    top: 0;
    display: inline-block;
    content: url("images/images-data1.png");
}
.affiliate-block .right{
    position: relative;
    width: 67%;
    padding: 20px 286px 20px 60px;
    text-align: right;
    float: left;
}
.affiliate-block .right .p1{
    margin: 0 0 14px 0;
    font-size: 23px;
    line-height: 25px;
    color: #333;
    font-family: 'MuseoSansRegular', sans-serif;
}
.affiliate-block .right .p1 b{
    font-size: 28px;
    color: #e8012d;
    font-family: 'MuseoSansExtraBold', sans-serif;
}
.affiliate-block .right .p2{
    margin: 0;
    font-size: 17px;
    line-height: 22px;
    color: #333;
    font-family: 'MuseoSansRegular', sans-serif;
}
.affiliate-block .right .p2 b{
    font-family: 'MuseoSansBold', sans-serif;
}
#countdown_dashboard .dash {
    float: left;
    position: relative;
    margin: 0 15px;
}
#countdown_dashboard .dash .digits{
    display: inline-block;
    padding-top: 15px;
    background: #ffda6a;
    width: 70px;
    height: 60px;
    text-align: center;
    border-bottom: 5px solid #ffcc45;
}
#countdown_dashboard .dash .digit{
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    font-family: 'MuseoSansBold', sans-serif;
    display: inline-block;
    text-align: center;
    position: relative;
    color: #333;
    background: transparent;
    overflow: hidden;
    width: 18px;
    margin: 0;
}
#countdown_dashboard .divider1{
    font-size: 0;
    line-height: 0;
    color: transparent;
    opacity: 0;
}
#countdown_dashboard .dash_title{
    display: block;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 16px;
    font-family: 'MuseoSansRegular', sans-serif;
    clear: both;
    margin: 12px 0 0 0;
}
.timer-block{
    margin: 45px auto;
    max-width: 1070px;
    border: 2px solid #e6e7f0;
    height: 145px;
    background: #f9fafa;
    cursor: pointer;
}
.timer-block .timer-title-wrapper{
    float: left;
    width: 39%;
    height: 141px;
    background: #ffda6a url("images/home-header-bg.png") repeat-x;
    text-align: center;
    padding: 13px 79px 30px 15px;
    position: relative;
}
.timer-block .timer-title-wrapper:before{
    position: absolute;
    right: -165px;
    top: -39px;
    display: inline-block;
    content: url("images/timer-img.png");
}
.timer-block .timer-title p{
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    color: #333;
    font-family: 'MuseoSansRegular', sans-serif;
    text-align: center;
}
.timer-block .timer-title p b{
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-family: 'MuseoSansExtraBold', sans-serif;
}
.timer-block .timer-title #discount_code_timer{
    display: inline-block;
    padding: 8px 10px;
    margin: 19px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    min-width: 180px;
    background: #333333;
}
.timer-block .timer-content{
    float: left;
    width: 61%;
    padding: 29px 20px 20px 208px;
}
.pages-calc{
    margin: 30px 0;
    border: 2px solid #e6e7f0;
    position: relative;
    background: #f9fafa;
    overflow: hidden;
}
.pages-calc .calculator-title{
    border-bottom: 1px solid #f0f1f4;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    transform: rotate(-90deg);
    background: #ffd25a;
    color: white;
    position: absolute;
    left: calc(-50% + 30px);
    top: 50%;
    z-index: 1;
    padding: 0 0;
    padding-left: 55px;
    height: 60px;
    width: 100%;
}
.pages-calc .ct-ico{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffe08c;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    border: 2px solid white;
    margin-right: 10px;
    margin-bottom: 8px;
}
.pages-calc .ct-ico:before{
    display: inline-block;
    font-size: 22px;
    content: '$';
    font-family: 'MuseoSansBold', sans-serif;
    color: #fff;
}
.pages-calc .ae-miniorder-custom{
    padding: 40px 30px 25px 88px;
}
.pages-calc .form-styled select, .form-styled .essay-component select, .pages-calc .form-styled .essay-component .number-field .select-pages{
    background: #fff;
}
.pages-calc .total-label{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-family: 'MuseoSansRegular', sans-serif;
    display: inline-block;
    margin: 0;
}
.pages-calc .mini-order-total-price{
    font-size: 20px;
    line-height: 18px;
    color: #f9f9f9;
    font-family: 'MuseoSansMedium', sans-serif;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 5px;
    transition: 0.2s;
}
.pages-calc .calc-submit:focus .mini-order-total-price,
.pages-calc .calc-submit:hover .mini-order-total-price{
    color: #e83545;
}
.pages-calc .calc-submit{
    width: 100%;
    text-transform: none;
    margin: 19px auto 0 auto;
    display: block;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 18px;
}
.earn-block-wrapper{
    max-width: 640px;
    margin: 95px auto 30px auto;
    display: block;
}
.earn-block{
    height: 185px;
    background: #ffda6a url("images/home-header-bg.png") repeat-x;
    position: relative;
    padding: 32px 15px 5px 276px;
}
.earn-block .percent{
    position: absolute;
    left: 113px;
    top: 54px;
}
.earn-block .percent span{
    display: inline-block;
    width: 140px;
    height: 94px;
    text-align: left;
    padding: 20px 10px 10px 20px;
    font-size: 24px;
    line-height: 34px;
    color: #e83545;
    font-family: 'MuseoSansBold', sans-serif;
    position: relative;
}
.earn-block .percent b{
    font-family: 'MuseoSansExtraBold', sans-serif;
    font-size: 44px;
}
.earn-block .percent:before{
    position: absolute;
    left: -71px;
    top: -135px;
    display: inline-block;
    content: url("images/earn-img.png");
}
.earn-block .earn-text .want{
    display: inline-block;
    position: relative;
    width: 183px;
    height: 84px;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-family: 'MuseoSansExtraBold', sans-serif;
    background: #222;
    padding: 10px 5px 10px 15px;
    z-index: 1;
}
.earn-block .earn-text .want .left{
    display: inline-block;
    position: absolute;
    left: -3px;
    height: 0;
    top: -8px;
    border-style: solid;
    width: 0;
    border-width: 0 3px 94px 0;
    border-color: transparent #222 transparent transparent;
}
.earn-block .earn-text .want .right{
    display: inline-block;
    position: absolute;
    right: -32px;
    height: 0;
    top: 0;
    border-style: solid;
    width: 0;
    border-width: 84px 32px 0 0;
    border-color: #222 transparent transparent transparent;
}
.earn-block .earn-text .want .top{
    display: inline-block;
    position: absolute;
    left: -3px;
    right: 0;
    height: 0;
    top: -14px;
    border-style: solid;
    border-width: 14px 0 0 221px;
    border-color: transparent transparent transparent #222;
}
.earn-block .earn-text .invite{
    display: inline-block;
    position: relative;
    width: 142px;
    height: 78px;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #222;
    font-family: 'MuseoSansExtraBold', sans-serif;
    background: #fff;
    padding: 17px 5px 1px 5px;
    right: -166px;
    top: -40px;
}
.earn-block .earn-text .invite .left{
    display: inline-block;
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 78px 25px;
    border-color: transparent transparent #fff transparent;
}
.earn-block .earn-text .invite .right{
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 78px 0 0 5px;
    border-color: transparent transparent transparent #fff;
}
.earn-block .earn-text .invite .bottom{
    display: inline-block;
    position: absolute;
    right: -5px;
    bottom: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 177px 17px 0;
    border-color: transparent #fff transparent transparent;
}
.mini-block-wrapper{
    max-width: 410px;
    margin: 20px auto;
    display: block;
}
.mini-block{
    padding: 0 25px;
    background: #ffda6a url("images/home-header-bg.png") repeat-x;
    overflow: hidden;
}
.mini-block .mb-content{
    text-align: center;
    padding: 13px 10px 5px 10px;
    font-size: 20px;
    line-height: 35px;
    color: #222;
    font-family: 'MuseoSansBold', sans-serif;
    background: #f9fafa;
    position: relative;
    height: 85px;
}
.mini-block .mb-content p{
    margin: 0;
    position: relative;
}
.mini-block .mb-content .red-text{
    display: inline-block;
    padding: 8px 7px 7px 7px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    box-shadow: 0 5px 5px 0 rgba(34, 34, 34, 0.1);
    background: #E83545;
    text-align: center;
    height: 35px;
}
.mini-block.mini-block3 .mb-content .red-text{
    width: 100%;
    max-width: 175px;
}
.mini-block .mini-icon1{
    position: absolute;
    right: -22px;
    bottom: -6px;
}
.mini-block .mini-icon2{
    position: absolute;
    left: 15px;
    bottom: 12px;
}
.mini-block .mini-icon3{
    position: absolute;
    right: 18px;
    bottom: 22px;
}
.mini-block .mini-icon4{
    position: absolute;
    left: 15px;
    bottom: 31px;
}
.mini-block .mini-icon5{
    position: absolute;
    right: 16px;
    bottom: 29px;
}
.mini-block .mini-icon6{
    position: relative;
    margin: 0 7px 0 0;
    top: 2px;
}
.mini-block-wrapper.liveChat{
    cursor: pointer;
}
.disc_block_main {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px auto;
    text-align: center;
}
.discount_block{
    position: relative;
    margin-top: 100px;
    width: 240px;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    box-shadow: 0 0 15px -4px rgba(0,0,0,.3);
    height: 230px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-bottom: 7px solid #ffe188;
}
.discount_block .percent{
    position: absolute;
    left: 50%;
    margin-left: -69px;
    margin-top: -69px;
}
.discount_block .percents{
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 100px;
    background: #ffe188;
    padding: 27px 15px 25px 16px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    color: #333;
    font-size: 40px;
    line-height: 40px;
    font-style: italic;
    margin: -45px auto;
    text-transform: uppercase;
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    position: relative;
}
.discount_block .percents .size{
    display: block;
    z-index: 1;
    width: 100px;
    height: 100px;
}
.discount_block .percents:before, .discount_block .percents:after, .discount_block .percents .size:before{
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffe188;
    content: '';
    display: inline-block;
    position: absolute;
}
.discount_block .percents:before{
    transform: rotate(45deg);
}
.discount_block .percents:after{
    transform: rotate(-112deg);
}
.discount_block .percents .size:before{
    transform: rotate(22deg);
}
.discount_block .percents .off{
    display: block;
    position: relative;
    z-index: 1;
}
.discount_block .percents .s-content{
    position: relative;
    z-index: 1;
    display: block;
    left: -18px;
    top: -14px;
}
.disc_block_main .for{
    margin-top: 25px;
    font-size: 35px;
    line-height: 40px;
    font-family: 'MuseoSansRegular', sans-serif;
    color: #333;
}
.disc_block_main .bold_pages{
    font-family: 'MuseoSansExtraBold', sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #333;
}
.disc_block_main .text_pages{
    font-size: 25px;
    line-height: 30px;
    font-family: 'MuseoSansRegular', sans-serif;
    font-weight: 100;
    color: #222;
}
.special-yellow-block, blockquote{
    color: #000;
    font-family: 'MuseoSansMedium', sans-serif;
    background: linear-gradient(45deg, #ffe188, #ffc93161);
    background: -webkit-linear-gradient(45deg, #ffe188, #ffc93161);
    background: -moz-linear-gradient(45deg, #ffe188, #ffc93161);
    background: -o-linear-gradient(45deg, #ffe188, #ffc93161);
    padding: 15px;
    border-left: 3px solid #E83545;
    margin: 15px auto;
    text-align: left;
}
.special-yellow-block p, blockquote p{
    margin: 0;
}
.how_container{
    width: 940px;
    margin: 40px auto 35px auto;
}
.how_it_works .top_circle{
    width: 190px;
    height: 190px;
    border: 3px solid #eaeaea;
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 25px;
    border-radius: 50%;
    padding: 20px;
}
.how_it_works .how_block:nth-child(2n) .top_circle{
    margin-top: 130px;
}
.how_it_works .how_block.active_block .top_circle{
    border-color: #ffda6a;
    transition: 1.5s;
}
.how_it_works .how_block .circle_img{
    width: 46px;
    height: 46px;
    transition: 1.5s;
}
.how_it_works .how_block .circle_img.active_img{
    opacity: 0;
    transition: 1.5s;
}
.how_it_works .how_block:nth-child(1) .circle_img{
    background: url("images/small_pen.png") no-repeat center center;
}
.how_it_works .how_block:nth-child(2) .circle_img{
    background: url("images/small_paper_list.png") no-repeat center center;
}
.how_it_works .how_block:nth-child(3) .circle_img{
    background: url("images/small_abc.png") no-repeat center center;
}
.how_it_works .how_block:nth-child(4) .circle_img{
    background: url("images/small_delivery.png") no-repeat center center;
}
.how_it_works .how_block.active_block .circle_img.active_img{
    opacity: 1;
}
.how_it_works .how_block.active_block:nth-child(1) .circle_img.active_img{
    background: url("images/small_pen_yellow.png") no-repeat center center;
}
.how_it_works .how_block.active_block:nth-child(2) .circle_img.active_img{
    background: url("images/small_paper_list_yellow.png") no-repeat center center;
}
.how_it_works .how_block.active_block:nth-child(3) .circle_img.active_img{
    background: url("images/small_abc_yellow.png") no-repeat center center;
}
.how_it_works .how_block.active_block:nth-child(4) .circle_img.active_img{
    background: url("images/small_delivery_yellow.png") no-repeat center center;
}
.how_it_works .how_block.active_block .top_circle .block_h5{
    color: #ffda6a;
    transition: 1.5s;
}
.how_it_works .how_block:nth-child(2) .top_circle:after{
    content: '';
    display: block;
    width: 38px;
    position: absolute;
    background: url("images/grey_arrow_up.png");
    height: 38px;
    right: -45px;
    top: 30px;
}
.how_it_works .how_block:nth-child(2n+1) .top_circle:after{
    content: '';
    display: block;
    width: 38px;
    position: absolute;
    background: url("images/grey_arrow.png");
    height: 38px;
    right: -45px;
    bottom: 30px;
}
.how_it_works .top_circle .block_h5{
    width: 150px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    text-align: center;
    margin: 14px 0 0 0;
    font-size: 22px;
    line-height: 28px;
}
.how_it_works .and_block{
    font-family: 'MuseoSansExtraBold', sans-serif;
    font-size: 25px;
    line-height: 25px;
    color: #ffda6a;
}
.how_it_works .how_text{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-style: italic;
    margin: 0 auto;
}
.how_it_works .circle .circle_img{
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
}
.save-block{
    margin: 60px -50px 66px -50px;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    max-width: 1170px;
    position: relative;
}
.save-block:before{
    display: inline-block;
    position: absolute;
    left: -22px;
    top: -21px;
    content: url("images/save-dots.png");
}
.save-block .save-block-content{
    position: relative;
    padding: 52px 320px 53px 327px;
    text-align: left;
    background: #fff;
}
.save-block .save-block-content:before{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    background-image: url("images/save-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 270px 178px;
    width: 270px;
    height: 178px;
}
.save-block .save-buttons{
    position: absolute;
    right: 49px;
    top: 0;
    width: 170px;
    height: 120px;
    bottom: 0;
    margin: auto;
}
.save-block .save-buttons:before{
    position: absolute;
    left: -90px;
    bottom: -33px;
    display: inline-block;
    content: url("images/buttons-dots.png");
}
.save-block .save-buttons .save-button{
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    line-height: 16px;
    font-family: 'MuseoSansMedium', sans-serif;
    text-transform: none;
    padding: 11px 5px;
    height: 43px;
}
.save-block .p1{
    font-size: 28px;
    line-height: 38px;
    color: #333;
    font-family: 'MuseoSansExtraBold', sans-serif;
    margin: 0 0 15px 0;
    position: relative;
}
.save-block .p1:before{
    position: absolute;
    left: -71px;
    top: -41px;
    display: inline-block;
    content: url("images/wave.png");
}
.save-block .p1 span{
    color: #e83545;
}
.save-block .p2{
    font-size: 16px;
    line-height: 27px;
    color: #666;
    font-family: 'MuseoSansRegular', sans-serif;
    margin: 0;
}
.save-block .p2 .blue{
    font-family: 'MuseoSansMedium', sans-serif;
    color: #1f959a;
}
.save-block .p2 .yellow{
    color: #ffc000;
}
.become-vip-block{
    margin: 62px -52px 64px -62px;
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
}
.become-vip-block:before{
    position: absolute;
    left: -20px;
    top: -25px;
    display: inline-block;
    content: url("images/save-dots.png");
}
.become-vip-block .become-vip-content{
    position: relative;
    padding: 54px 40px 57px 40px;
    background: #fff;
}
.become-vip-block .become-vip-content:before, .become-vip-block .become-vip-content:after{
    display: inline-block;
    position: absolute;
    bottom: -10px;
}
.become-vip-block .become-vip-content:before{
    left: 0;
    content: url("images/become-left.png");
}
.become-vip-block .become-vip-content:after{
    right: 0;
    content: url("images/become-right.png");
}
.become-vip-block .become-vip-content p{
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}
.become-vip-block .become-vip-content p b{
    font-family: 'MuseoSansBold', sans-serif;
    color: #383c4c;
}
.become-vip-block .become-vip-content p b.b{
    font-size: 22px;
}
.become-vip-block .become-vip-content p .y{
    color: #ffc000;
}
.become-vip-block .become-vip-content p .r{
    color: #e83545;
}
/*BANNERS*/

/*TESTIMONIALS*/
.page-testimonials{
    margin: 0 -20px;
}
.testimonials-items{
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
}
.testimonials-items .testimonial-wrapper{
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    padding: 20px 20px;
    margin: 0;
}
.testimonials-items .testimonial-item{
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.08);
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.08);
    -moz-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.08);
    -o-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.08);
    border: 1px solid #e9e9eb;
    border-radius: 10px;
    padding: 27px 23px 25px 23px;
}
.testimonial-item .t-type{
    font-size: 22px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #333;
    font-family: 'MuseoSansBold', sans-serif;
    margin: 0 0 10px 0;
    display: block;
}
.testimonial-item .t-id{
    font-size: 13px;
    line-height: 13px;
    color: #666;
    font-family: 'MuseoSansRegular', sans-serif;
}
.testimonial-item .t-text{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
    margin: 0 0 15px 0;
    position: relative;
}
.testimonial-item .t-text:before{
     position: absolute;
     left: 0;
     top: -20px;
     display: inline-block;
     content: '';
     width: 52px;
     height: 46px;
     background-size: 52px 46px;
     background-repeat: no-repeat;
     background-position: 0 0 ;
     background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAuBAMAAACVGyclAAAAD1BMVEVmZmYAAABmZmZmZmZmZmYp5ubmAAAABXRSTlMaABQIDUV8dIsAAAC5SURBVDjL7dLRDcMgDATQK2EBAwM4TQdIog4Quv9QFSHAWR2gqtT7svQsx4qBlMSXIkvP8w4vclJSAFOXHQDySREl3gjmk9RQwqAAQ0qkhgIGBRg6iFZDEUStnmheXT5dpctF+oyHCGqb38x+SylR25oIzcbRatpiq6T1m/wrnBBJS6AZwCfdiNwvU/Wt0pWFCN4QMiiWJqZsyDHNhvCnr5GaeyW+12quLHzlNOpCozNDdn5RErW/qDdxbCTgQ5+cKwAAAABJRU5ErkJggg==');
 }
.testimonial-item .t-text p{
    position: relative;
    margin: 0;
}
.testimonial-item .t-name{
    margin: 0 0 25px 0;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
    display: block;
}
.testimonial-item .t-rating{
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e8e9eb;
}
.testimonial-item .t-rating .star{
    margin: 0 2px;
}
.testimonial-item .t-rating .mark{
    display: inline-block;
    font-family: 'MuseoSansRegular', sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 0 3px;
    position: relative;
    top: -1px;
}
/*TESTIMONIALS*/

/*SAMPLES*/
.samples-list{
    max-width: 920px;
    margin: 52px auto 0 auto;
}
.samples-list ul{
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 -35px;
}
.samples-list ul li:before{
    display: none;
}
.samples-list ul li{
    margin: 0 0 30px 0;
    float: left;
    width: 33.333333%;
    padding: 0 35px;
}
.samples-list ul li a{
    background: #fff;
    position: relative;
    padding: 130px 5px 10px 5px;
    text-align: center;
    display: block;
    border: 1px solid #e9e9eb;
    box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.06);
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.06);
    -moz-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.06);
    -o-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.06);
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    font-family: 'MuseoSansMedium', sans-serif;
    height: 210px;
}
.samples-list ul li a:hover{
    box-shadow: 0 15px 30px 0 rgba(51, 51, 51, 0.08);
    -webkit-box-shadow: 0 15px 30px 0 rgba(51, 51, 51, 0.08);
    -moz-box-shadow: 0 15px 30px 0 rgba(51, 51, 51, 0.08);
    -o-box-shadow: 0 15px 30px 0 rgba(51, 51, 51, 0.08);
}
.samples-list ul li a p{
    margin: 11px 0 0 0;
    font-size: 16px;
    line-height: 16px;
    color: #858585;
}
.samples-list ul li a .ico-essays-icon{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 105px;
    margin: auto;
}
/*SAMPLES*/

/*404*/
.page404{
    margin: 0 0 60px 0;
}
.page404 .img404{
    font-size: 170px;
    line-height: 170px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    color: #333;
    display: block;
    text-align: right;
    margin: 0 50px 0 0;
}
.content404 .h3{
    font-size: 24px;
    line-height: 30px;
    color: #383c4c;
    margin: 0 0 15px 0;
}
.content404 .p404{
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 24px;
    color: #666
}
.content404{
    max-width: 330px;
    margin: 15px 0 0 0;
}
.content404 .red_button{
    width: 100%;
}
/*404*/

/*BLOG*/
.blog-item{
    border-top: 5px solid #ffe188;
    margin-bottom: 15px;
}
.blog-item .post-date-wrapper{
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #d6d7e1;
    margin: 0 0 20px 0;
}
.blog-item .post-date{
    font-size: 14px;
    line-height: 14px;
    color: #a3a6a9;
    font-family: 'MuseoSansRegular', sans-serif;
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
}
.blog-item .post-date:before{
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 11px;
    background-size: 12px 11px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALBAMAAAC5XnFsAAAALVBMVEUAAACjpqmjpqmjpqmjpqmjpqmjpqmjpqmjpqmjpqmjpqmjpqmjpqmjpqmjpqke0PSDAAAADnRSTlMAQIAQIN/Pr5/vv1BwYEJGs7kAAABRSURBVAjXY2Dgrpy+gYGBofWibAQDA1Myi4GZAoOlA5MAy2MGMQYmAYbVDFoMTBcYFgF5LBUOq4FyDIxHHgNVMjCYKQD1HZSJAGpnLA0XYAAAXrcPWYyLYlcAAAAASUVORK5CYII=');
    content: '';
}
.page-title-block.blog-title-block .h1-title-wrapper{
    border-color: transparent;
}
.blog-item .h3{
    text-align: center;
    margin: 20px auto 0;
    display: table;
}
.blog-item .h3 a{
    color: #333;
    display: table-cell;
    height: fit-content;
    vertical-align: middle;
}
.blog-item .h3 a:hover{
    color: #E83545;
}
.blog-item .blog-image{
    line-height: 0;
    margin: 20px 0 25px 0;
    height: 250px;
    text-align: center;
}
.blog-item .blog-image img{
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    display: inline-block;
}
.blog-item .blog-excerpt{
    height: 96px;
    overflow: hidden;
    margin: 0 0 20px 0;
    border-top: 1px solid #d6d7e1;
    padding: 20px 0 0 0;
}
.blog-item .blog-excerpt p{
    margin: 0;
    font-family: 'MuseoSansRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.blog-item .read_more_button{
    text-align: center;
}
.blog-item .read_more_button .red_button{
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
}
.blog-tags{
    margin: 0 0 30px 0;
    padding: 20px 0;
    border-top: 1px solid #d6d7e1;
    border-bottom: 1px solid #d6d7e1;
}
.blog-tags ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-tags ul li{
    margin: 0 0 8px 10px;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}
.blog-tags ul li a{
    color: #333;
}
.blog-tags ul li a:hover{
    color: #E83545;
}
.blog-tags ul li:before{
    display: none;
}
.last-posts{
    margin: 40px 0 30px 0;
    padding: 20px 0 0 0;
    border-top: 5px solid #ffe188;
}
.last-posts .h2{
    margin: 0 0 20px 0;
    text-align: center;
}
.recent-post-item{
    padding: 0 15px;
}
.recent-post-item .rp-img{
    line-height: 0;
    margin: 0 0 15px 0;
    height: 175px;
    text-align: center;
}
.posts-slider .recent-post-item .rp-img img{
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    display: inline-block;
}
.recent-post-item .h4{
    margin: 0;
    text-align: center;
}
.recent-post-item .h4 a{
    color: #333;
}
.recent-post-item .h4 a:hover{
    color: #E83545;
}
.last-posts .owl-dots{
    margin: 20px 0 0 0;
}
.blog-full-image{
    text-align: center;
    margin: 0 0 24px 0;
    font-size: 0;
    line-height: 0;
}
.blog-full-image img{
    display: inline-block;
}
/*BLOG*/

/*CONTACT US*/
.form-contacts{
    margin: 30px auto 60px auto;
    max-width: 1070px;
    border: 2px solid #e6e7f0;
    background: #f9fafa;
}
.form-contacts .fc-title{
    border-bottom: 1px solid #f0f1f4;
    height: 70px;
    padding: 22px 10px 10px 10px;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    color: #333;
    font-family: 'MuseoSansExtraBold', sans-serif;
    margin: 0 0 39px 0;
    position: relative;
}
.form-contacts .form-styled .essay-component [type="text"], .form-contacts .form-styled .essay-component textarea{
    background: #fff;
}
body .form-styled .essay-contact-form label{
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #666;
    font-family: 'MuseoSansMedium', sans-serif;
    margin: 0 0 10px 0;
    text-align: left;
}
body .form-contacts .form-styled{
    padding: 0 88px 20px 88px;
}
body .form-styled .essay-component.essay-contact-form .data-table .row:before, body .form-styled .essay-component.essay-contact-form .data-table .row:after{
    display: block;
    width: 100%;
    height: 0;
    content: '';
    clear: both;
}
body .form-styled .essay-component.essay-contact-form .data-table .row{
    margin: 0 -15px;
}
body .form-styled .essay-component.essay-contact-form .data-table .row .col{
    padding: 0 15px;
    float: left;
    width: 50%;
}
body .form-styled .essay-component.essay-contact-form .data-table .row.buttons-panel .col{
    width: 100%;
}
body .form-styled .essay-component.essay-contact-form .data-table .row.formMessage .col{
    width: 100%;
}
body .form-styled .essay-component.essay-contact-form  .notice{
    display: none;
}
body .form-styled .essay-component.essay-contact-form .submit-b{
    background: #e83545;
    border: 2px solid #e83545;
    transition: all .3s linear;
    outline: none!important;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-family: 'MuseoSansBold', sans-serif;
    text-transform: uppercase;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    margin: 10px 0 0 0;
    display: block;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 18px;
}
body .form-styled .essay-component.essay-contact-form .submit-b:hover{
    transition: all .3s linear;
    background: #fff;
    border-color: #e83545;
    color: #e83545;
}
body .form-styled .essay-component.essay-contact-form{
    padding: 0;
}
.contacts-form-wrapper.home-testimonials .h2{
    font-size: 30px;
    line-height: 30px;
    margin: 19px 0 47px 0;
}
.contacts-form-wrapper.home-testimonials{
    padding: 69px 0 70px 0;
    margin: 40px 0 0 0;
}
body .form-styled .essay-component.essay-contact-form .data-table{
    margin: 0;
}
body .form-styled .essay-component.essay-contact-form textarea{
    min-height: 120px;
}
/*CONTACT US*/
.mini-wrapper .top-dd-wrapper .drop-down-content {
    display: none;
}
.header-calc-wrapper .mini-custome-order.essay-component div.text_center > .form-item.text_center {
    white-space: nowrap;
}
body.page main{
    overflow: hidden;
}
.scrollbar-data-landing .scrollbar-data-landing {
    margin: 0 auto;
}
@media all and (max-width: 640px) {
    .header-calc-wrapper .mini-custome-order.essay-component div.text_center > .form-item.text_center {
        white-space: inherit;
    }
}
/*ADAPTIVE*/
@media screen and (max-width: 1700px){
    .top-line .header-left{
        padding: 27px 0 0 140px;
    }
    .header-right{
        padding: 25px 285px 0 0;
    }
}
@media screen and (max-width: 1667px){
    .home-header-content{
        padding: 97px 80px 173px 130px;
    }
    .header-calc-wrapper{
        right: -300px;
    }
    .top-line .header-left{
        padding: 27px 0 0 110px;
    }
    .header-right{
        padding: 25px 246px 0 0;
    }
    .header-phones{
        padding: 0 20px 0 24px;
    }
}
@media only screen and (min-width: 1501px) and (max-width: 1667px) {
    .header-phones {
        width: 184px;
        margin-top: -10px;
    }
    .header-phones:after {
        top: 2px;
    }
}
@media screen and (max-width: 1500px){
    .top-line .header-left {
        padding: 27px 0 0 0;
    }
    .header-phones{
        display: none;
    }
    .home-header-content:before{
        left: -175px;
    }
    .home-header-content{
        padding: 97px 80px 173px 75px;
    }
    .header-calc-wrapper{
        right: -230px;
    }
}
@media screen and (max-width: 1439px){
    .home-header-content{
        margin: 0 200px 0 0;
        max-width: 965px;
    }
    .home-header-content:before{
        display: none;
    }
}
@media screen and (max-width: 1340px){
    .header-calc-wrapper:after{
        display: none;
    }
}
@media screen and (max-width: 1199px){
    .our-advantages-data{
        margin: 10px -15px!important;
        width: calc(100% + 30px);
    }
    .header-calc-wrapper{
        position: relative;
        right: auto;
        top: auto;
    }
    .home-header-content .logo-text{
        display: block;
        text-align: center;
    }
    .home-header-content .hh-title{
        text-align: center;
        margin: 32px 0 25px 0;
    }
    .home-header-content .logo-text span{
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .home-header-content{
        padding: 40px 80px 40px 75px;
    }
    .home-header.page-article-custom .home-header-content .data-text .subtitle,
    .home-header.page-article-custom .home-header-content .bottom-chunk,
    .home-header.page-article-custom .home-header-content .data-text .text,
    .home-header.page-article-custom .home-header-content .bottom-chunk{
        display: none;
    }
    .home-header-content{
        margin: 0 auto;
    }
    .header-calc-wrapper{
        max-width: 700px;
        margin: 0 auto;
    }
    .home-header-content .hh-list{
        display: none;
    }
    .home-header-content .hh-read-more{
        display: none;
    }
    .main-menu{
        display: none;
    }
    .header-phones{
        display: inline-block;
    }
    .top-line .header-left{
        padding: 27px 0 0 110px;
    }
    .info-cols .info-col{
        border-width: 15px;
    }
    .footer-bottom .no_padding_left, .footer-bottom .no_padding{
        padding: 0 15px!important;
    }
    .footer .col-1.no_padding_left, .footer .col-3.no_padding, .footer .col-7.no_padding{
        padding: 0 15px!important;
    }
    .footer-contacts{
        padding: 0;
    }
    .footer-menu li{
        padding: 0 5px 0 0;
    }
    .container .page-col{
        padding: 0 15px;
    }
    .mob-menu-button{
        display: inline-block;
        position: absolute;
        right: 0;
        top: 24px;
    }
    .header-login{
        position: relative;
        right: auto;
        top: auto;
    }
    .header-right{
        padding: 14px 60px 0 0;
    }
    .header-phones:after{
        display: none;
    }
    .header-order-button{
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
        text-transform: none;
        position: absolute;
        right: 62px;
        top: 14px;
        height: 43px;
        border-radius: 5px;
        padding: 12px 5px;
        width: 108px;
        font-family: 'MuseoSansRegular', sans-serif;
    }
    #countdown_dashboard .dash{
        margin: 0 8px;
    }
    .blog-item .h3{
        display: block;
        text-align: center;
    }
    .blog-item .h3 a{
        height: auto;
        display: inline-block;
    }
    .blog-item .blog-image{
        height: auto;
    }
    .blog-item{
        max-width: 850px;
        margin: 0 auto 30px auto;
    }
    .blog-item .blog-excerpt{
        height: auto;
    }
}
@media all and (max-width: 1096px) {
    .question-block .right {
        padding: 0 50px 0 170px;
    }
}
@media screen and (max-width: 1023px){
    .discounts-cols .col-d-x .discounts-col{
        font-size: 23px;
    }
    .footer-menu li{
        font-size: 14px;
    }
    .info-cols .info-col{
        padding: 40px 20px 20px 20px;
    }
    .affiliate-block .right{
        padding: 20px 230px 20px 60px;
    }
}
@media screen and (max-width: 991px){
    .ae-orders > div > div > table.data-table.messages-dt > tbody > tr > td:nth-child(1) {
        padding: 5px!important;
    }
    .footer-menu li{
        width: 50%;
    }
    .info-cols .info-col{
        min-height: 1px;
    }
    .discounts-cols .col-d{
        width: 33.33333%;
        padding: 15px 15px;
    }
    .discounts-cols .col-d.col-d-x{
        width: 100%;
        padding-bottom: 0;
    }
    .second-block-items .second-block-item{
        float: none;
        width: 100%;
        margin: 0 0 35px 0;
    }
    .second-block-items .second-block-item:last-child{
        margin-bottom: 0;
    }
    .second-block-items .sb-item-content{
        max-width: 280px;
        margin: 0 auto;
    }
    .home-header-content{
        padding: 40px 20px 40px 20px;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
    }
    .home-header-content .logo-text, .home-header-content .logo-text span{
        font-size: 50px;
        line-height: 50px;
    }
    .testimonials-items {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
    .first-order-block{
        max-width: 738px;
    }
    .first-order-block .fo-button{
        margin: 0 0 0 15px;
        width: 180px;
    }
    .first-order-block .fo-button-text{
        font-size: 23px;
    }
    .first-order-block .try-text .discounts{
        left: 0;
    }
    .first-order-block .get-text{
        margin: 0 0 0 10px;
    }
    .first-order-block .get-text b{
        font-size: 36px;
    }
    .timer-block{
        max-width: 738px;
    }
    .timer-block .timer-title-wrapper{
        padding: 13px 60px 30px 15px;
        width: 36%;
    }
    .timer-block .timer-content{
        padding: 29px 10px 20px 165px;
        width: 64%;
    }
    .timer-block .timer-title p{
        position: relative;
    }
    #countdown_dashboard .dash{
        margin: 0 5px;
    }
    #countdown_dashboard .dash .digits{
        width: 60px;
    }
    .affiliate-block{
        max-width: 738px;
        background-position: right -185px top -34px;
    }
    .affiliate-block .right{
        padding: 20px 75px 20px 60px;
        width: 64%;
    }
    .affiliate-block .left{
        width: 36%;
    }
    .question-block{
        max-width: 738px;
    }
    .question-block .left{
        padding: 35px 5px 30px 5px;
    }
    .question-block .red_button{
        max-width: 160px;
    }
    .question-block .right{
        padding: 27px 15px 0 105px;

    }
    .how_container{
        max-width: 415px;
    }
    .how_it_works .how_block:nth-child(2) .top_circle:after {
        background: url("images/grey_arrow_left.png");
        left: -55px;
        bottom: 0;
        top: inherit;
    }
    .how_it_works .top_circle{
        margin: 0;
    }
    .how_it_works .how_block:nth-child(2n+1) .top_circle:after{
        right: -50px;
    }
    .save-block .save-block-content{
        padding: 17px 160px 20px 100px;
    }
    .pages-calc .mini-order-total-price{
        font-size: 18px;
    }
    .pages-calc .total-label {
        font-size: 14px;
    }
    .pages-calc .ae-miniorder-custom {
        padding: 25px 16px 10px 75px;
    }
}
@media screen and (max-width: 767px){
    body > footer > div.footer-bottom > div > div > div:nth-child(1) > img {
        margin: 0 auto 10px;
        display: block;
    }
    .pages-calc .calculator-title{
        position: static;
        left: auto;
        top: auto;
        transform: none;
    }
    .pages-calc .ae-miniorder-custom {
        padding: 25px 16px 10px 16px;
    }
    .footer-contacts .footer-title{
        display: none;
    }
    .footer-contacts{
        margin: 20px 0 0 0;
    }
    .footer-title{
        margin: 0 0 24px 0;
    }
    .footer-menu li{
        width: 33.33333333%;
    }
    ul.cards{
        margin: 15px -3px;
    }
    ul.footer-bottom-links li{
        display: inline-block;
        padding: 0 5px;
    }
    ul.footer-bottom-links li:first-child{
        padding-left: 0;
    }
    ul.footer-bottom-links li:last-child{
        padding-right: 0;
    }
    .footer-bottom .copy{
        font-size: 14px;
        text-align: center!important;
        margin: 10px 0 10px 0;
    }
    .f-socials{
        text-align: center;
    }
    .f-socials .lbl{
        margin: 0 25px 0 0;
        font-size: 14px;
    }
    .footer-bottom{
        padding: 17px 0 15px 0;
    }
    .footer{
        padding: 30px 0 20px 0;
    }
    ul.footer-bottom-links li{
        font-size: 14px;
        padding: 0 3px;
    }
    ul.cards li{
        padding: 0;
    }
    #toup{
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    .page-title-block .page-title-line{
        padding: 15px 0 12px 0;
    }
    .page-title-block .breadcrumbs span{
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    .page-title-block .h1-title{
        font-size: 40px;
        line-height: 48px;
    }
    .page-title-block .h1-title-wrapper{
        margin: 15px 0 20px 0;
        padding: 0 0 15px 0;
    }
    .home-statistic .col-3:nth-child(2):before{
        display: none;
    }
    .statistic-col{
        padding: 40px 10px 0 10px;
    }
    .home-statistic .container{
        padding-bottom: 40px;
    }

    .header-left.pull_left .header-phones {
        position: absolute;
        width: 200px;
        left: 105px;
        top: 18px;
    }
    .top-line .header-left{
        padding: 27px 0 0 0;
    }
    .samples-list ul li{
        padding: 0 15px;
    }
    .samples-list ul{
        margin: 0;
    }
    .samples-list ul li a{
        height: 170px;
        padding: 100px 5px 10px 5px;
    }
    .samples-list ul li a .ico-essays-icon{
        bottom: 85px;
    }
    .testimonials-items{
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
    .first-order-block{
        max-width: 568px;
        padding: 20px;
        height: 325px;
        background: url("../style/images/Un232titled-2-min.png")no-repeat bottom;
        display: flex;
        justify-content: center;
        margin: 45px auto 15px;
    }
    .first-order-block .try-text .p span {
        position: static;
        margin-left: 7px;
    }
    .first-order-block .fo-button-text {
        border-bottom: 2px dashed #e83545;
    }
    .first-order-block .fo-button-text:before {
        height: unset;
        transform: unset;
        left: -23px;
        top: 14px;
        width: 13px;
    }
    .first-order-block img.adaptive {
        position: absolute;
        right: 0;
        z-index: 1;
        top: -65px;
    }
    .first-order-block .get-text span{
        display: inline-block;
        margin: 0;
    }
    .first-order-block .try-text .huge {
        color: #ffd556;
        font-size: 36px;
        height: 49px;
    }
    .first-order-block .try-text .discounts {
        background: #ffd556;
        color: #222;
        padding: 15px 10px 11px 2px;
        position: relative;
        z-index: 1;
    }
    .first-order-block .try-text .discounts .left {
        border-color: transparent transparent #ffd556 transparent;
    }
    .first-order-block .get-text b {
        font-family: 'MuseoSansExtraBold', sans-serif;
    }
    .first-order-block .try-text {
        position: static;
        margin: 44px 0 0 -14px;
    }
    .first-order-block .try-text .p {
        position: absolute;
        left: 0;
        background-color: #e83545;
        color: #fff;
        font-size: 27px;
        width: 100%;
        height: 75px;
        display: flex;
        align-items: center;
        top: 0;
        border-radius: 3px;
        justify-content: center;
        padding: 0;
    }
    .first-order-block .get-text{
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 2;
        top: 198px;
        left: 0;
        right: 0;
    }
    .first-order-block .fo-button .top-line,
    .first-order-block .fo-button .bottom-line{
        display: none;
    }
    .first-order-block .fo-button{
        position: absolute;
        bottom: 60px;
        background: none;
        left: 0;
        right: 0;
        margin: auto;
        padding-top: 0;
    }
    .first-order-block .try-text .huge .left {
        border-width: 0 3px 51px 0;
    }
    .pages-calc .form-styled .form-item{
        margin: 0 0 15px 0;
    }
    .pages-calc .calc-submit{
        margin: 25px auto 0;
        width: 250px;
    }
    .pages-calc .calculator-title:before{
        width: 85px;
    }
    .pages-calc .calculator-title:after{
        left: -85px;
    }
    .timer-block{
        max-width: 538px;
        height: auto;
        margin: 45px auto 30px auto;
    }
    .timer-block .timer-title #discount_code_timer{
        margin: 5px 0 0 0;
    }
    .timer-block .timer-title-wrapper{
        padding: 13px 60px 13px 60px;
        height: auto;
        width: 100%;
        float: none;
    }
    .timer-block .timer-title-wrapper:before{
        right: -92px;
    }
    .timer-block .timer-content{
        padding: 20px 10px 15px 10px;
        margin: 0 auto;
        width: 100%;
        max-width: 303px;
        float: none;
    }
    .affiliate-block{
        max-width: 538px;
        height: auto;
        background-position: right -185px bottom;
    }
    .affiliate-block .left{
        float: none;
        width: 100%;
        height: auto;
        padding: 13px 10px;
    }
    .affiliate-block .left br{
        display: none;
    }
    .affiliate-block .right{
        float: none;
        width: 100%;
        padding: 20px 10px 20px 10px;
        text-align: center;
    }
    .affiliate-block .left:before{
        display: none;
    }
    .affiliate-block .right .p1{
        margin: 0 0 8px 0;
    }
    .question-block{
        max-width: 538px;
        height: auto;
    }
    .question-block .left{
        float: none;
        width: 100%;
        height: auto;
        padding: 13px 5px 13px 5px;
        border: none;
    }
    .question-block .left br{
        display: none;
    }
    .question-block .right{
        float: none;
        width: 100%;
    }
    .question-block .right{
        padding: 13px 15px 0 105px;
        overflow: hidden;
    }
    .content404{
        margin: 0 auto;
        text-align: center;
    }
    .content404 .h3{
        text-align: center;
    }
    .page404 .img404{
        text-align: center;
        margin: 25px 0 0 0;
    }
    .page404{
        margin: 0 0 15px 0;
    }
    body .form-contacts .form-styled{
        padding: 0 50px 20px 50px;
    }
    .save-block .save-block-content{
        padding: 17px 20px 20px 80px;
    }
    .save-block .save-buttons{
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        height: auto;
    }
    .save-block .save-buttons .save-button{
        max-width: 110px;
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width: 680px){
    .footer-menu li{
        width: 50%;
    }
    .ss-container, .ss-wrapper{height: 155px}
    .ss-wrapper{overflow: hidden;width: 100%;position: relative;z-index: 1;float: left;border-right: 2px solid #efefef}
    .simple-scroll .ss-wrapper{border-width: 2px}
    .ss-content{height: 100%;width: calc(100% + 18px);padding: 0 25px 0 0;position: relative;overflow: auto;box-sizing: border-box}
    .ss-content.rtl{width: calc(100% + 18px);right: auto}
    .ss-scroll{position: relative;background: #e83545;width: 2px;border-radius: 0;top: 0;z-index: 2;cursor: pointer;opacity: 1}
    .ss-hidden{display: none}
    .ss-container:hover .ss-scroll,.ss-container:active .ss-scroll{opacity: 1}
    .ss-grabbed{-o-user-select: none;-ms-user-select: none;-moz-user-select: none;-webkit-user-select: none;user-select: none}
    .first-discount .get-text:before{
        display: none;
    }
    .first-discount{
        max-width: 538px;
        margin: 30px auto;
        height: auto;
    }
    .first-discount .bottom-block{
        padding: 0 15px;
    }
    .first-discount .try-text{
        margin: 0 auto 25px auto;
        width: 286px;
        left: -10px;
    }
    .first-discount .get-text{
        position: relative;
        right: auto;
        top: auto;
    }
    .first-discount .get-text{
        width: auto;
        height: auto;
        padding: 0;
        margin: 20px 0 0 0;
    }
    .first-discount .get-text p b{
        margin: 0;
        display: inline-block;
    }
    .first-discount .bottom-block{
        text-align: center;
    }
    .first-discount .top-block{
        text-align: center;
    }
    .earn-block-wrapper{
        max-width: 538px;
        margin: 30px auto;
    }
    .earn-block{
        padding: 32px 15px 5px 15px;
        height: auto;
        text-align: center;
    }
    .earn-block .percent span{
        display: block;
        padding: 0;
        width: auto;
        height: auto;
        text-align: center;
    }
    .earn-block .percent:before{
        display: none;
    }
    .earn-block .percent{
        position: relative;
        left: auto;
        top: auto;
        margin: 0 0 20px 0;
    }
    .earn-block .earn-text{
        display: inline-block;
        width: 310px;
        text-align: left;
    }
}
@media all and (max-width: 590px) {
    .fixed-line-wrapper > div > div > div.container.large-container > div > div {
        margin-top: 50px;
    }
    .header-login {
        position: absolute;
        left: 0;
        width: 100%;
        justify-content: center;
        padding: 0 10px;
        top: -52px;
    }
    .header-right {
        position: static;
    }
    .mob-menu-button {
        right: 13px;
    }
    .fixed-line {
        height: 145px;
    }
    .top-line .header-left {
        position: static;
    }
    .header-logo {
        left: 10px;
    }
    .header-left.pull_left .header-phones {
        left: 0;
        right: 0;
        margin: auto;
        padding-right: 0;
        width: 170px;
    }
}
@media screen and (max-width: 568px){
    h1,.h1{font-size: 32px;line-height: 42px}
    h2,.h2{font-size: 28px;line-height: 38px}
    h3,.h3{font-size: 22px;line-height: 32px}
    .page-title-block .h1-title{
        font-size: 34px;
        line-height: 44px;
    }
    .page-title-block .h1-title-wrapper{
        padding: 0 0 10px 0;
    }
    .second-block{
        padding: 50px 0 0 0;
        margin: 0 0 15px 0;
    }
    .info-cols{
        margin: 15px 0 30px 0;
    }
    .discounts-cols{
        margin: 0 0 15px 0;
    }
    .ps-item .circle{
        width: 190px;
        height: 190px;
        top: 5px;
    }
    .ps-item .ps-content{
        padding: 215px 15px 0 15px;
    }
    .ps-item .ps-text{
        height: auto;
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }
    .ps-item .ps-title{
        font-size: 18px;
        line-height: 28px;
    }
    .provide-slider-wrapper{
        margin: 5px 0 30px 0;
    }
    .testimonials-block{
        padding: 30px 0;
        margin: 20px 0 0 0;
    }
    .home-statistic{
        margin: 0 0 15px 0;
    }
    .statistic-title{
        padding: 20px 0 15px 0;
    }
    .statistic-col .s-number{
        font-size: 28px;
        line-height: 28px;
        margin: 0 0 5px 0;
    }
    .statistic-col .s-text{
        font-size: 14px;
        line-height: 20px;
    }
    .statistic-col{
        padding: 20px 0 0 0;
    }
    .home-statistic .col-3:before{
        height: 50px;
        top: 20px;
    }
    .home-statistic .container{
        padding-bottom: 25px;
    }
    .first-block{
        margin: 0 0 5px 0;
    }
    .info-cols .info-col{
        padding: 20px 15px 20px 15px;
    }
    .info-cols .p1{
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }
    .discounts-cols .col-d{
        width: 100%;
        padding: 15px 15px 0 15px;
    }
    .discounts-cols .col-d:last-child{
        padding-bottom: 15px;
    }
    .discounts-cols .col-d-x .discounts-col{
        height: auto;
        padding: 10px 5px;
    }
    .discounts-cols .discounts-col p{
        display: inline-block;
        margin: 0 2px;
    }
    .discounts-cols .discounts-col{
        min-height: 1px;
        padding: 10px 5px;
    }
    .testimonial .t-top{
        padding: 0;
        margin: 0 0 5px 0;
    }
    .testimonial .t-rating{
        position: relative;
        margin: 5px 0 0 0;
    }
    .testimonials-slider{
        margin: 30px 0 0 0;
    }
    .testimonial .t-name{
        font-size: 18px;
        line-height: 22px;
        height: 22px;
    }
    .testimonial{
        padding: 0 5px;
    }
    .testimonial:before{
        left: auto;
        top: 24px;
        right: 0px;
    }
    .testimonial .t-text{
        position: relative;
    }
    .testimonials-block .h2{
        font-size: 24px;
        line-height: 34px;
    }
    .testimonial .t-rating .mark{
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 0 5px;
    }
    .home-header-content{
        padding: 30px 5px 30px 5px;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
        text-align: center;
    }
    .home-header-content .hh-title{
        font-size: 30px;
        line-height: 36px;
        margin: 15px 0 20px 0;
    }
    .home-header-content .logo-text{
        display: inline-block;
    }
    .home-header-content .logo-text{
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }
    .home-header-content .logo-text span{
        font-size: 44px;
        line-height: 48px;
        display: block;
        margin: 0;
    }
    .header-calc .calc-submit{
        max-width: 100%;
        padding: 12px 5px;
    }
    .form-styled .form-item{
        margin: 0 0 15px 0;
    }
    .header-calc .total-label{
        margin: 0 5px 0 0;
    }
    .header-calc .calc-title{
        font-size: 20px;
        line-height: 20px;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }
    .header-calc{
        padding: 20px 15px 0 15px
    }
    .header-calc .total-label{
        font-size: 18px;
        line-height: 18px;
    }
    .header-calc .mini-order-total-price{
        font-size: 26px;
        line-height: 26px;
    }
    .red_button{
        font-size: 16px;
        line-height: 16px;
    }
    .header-calc .form-styled .form-item.last{
        margin: 0 0 20px 0;
    }
    .form-styled .essay-component .currency{
        margin-top: 10px;
    }
    .header-logo img{
        width: 60px;
        height: 55px;
    }
    .header-left.pull_left .header-phones {
        top: 10px;
        width: 136px;
    }
    .header-phones a {
        font-size: 14px;
    }
    .mob-menu-button{
        width: 30px;
    }
    .fixed-line{
        height: 125px;
        top: -60px;
    }
    .header-wrapper.top-fixed:before{
        height: 60px;
    }
    .fixed-line .top-line{
        padding: 2px 0 0 0;
    }
    .header-login .mini-wrapper .top-dd-wrapper .top-label a span, .header-order-button{
        width: 90px;
        height: 36px;
        padding: 8px 5px;
        font-size: 14px;
        line-height: 16px;
    }
    .header-login > a,
    .header-login .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a{
        width: 90px!important;
        height: 36px!important;
        font-size: 14px!important;
    }
    .header-login .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a:after {
        top: 9px;
    }
    .header-login {
        top: -43px;
    }
    .header-right{
        padding: 10px 42px 0 0;
    }
    .mob-menu-button span{
        margin: 0 0 5px 0;
    }
    .mob-menu-button{
        top: 18px;
    }
    .header-order-button{
        top: 10px;
        right: 42px;
    }
    .top-line .container{
        padding: 0 15px;
    }
    .form-styled .label{
        font-size: 14px;
        line-height: 14px;
    }
    .mob-menu-button.to-close span:nth-child(1){
        top: 9px;
    }
    .mob-menu{
        width: 290px;
    }
    .mob-menu.active {
        top: 73px;
    }
    .samples-list ul{
        margin: 0 -5px;
    }
    .samples-list ul li{
        width: 50%;
        padding: 0 8px;
        margin: 0 0 16px 0;
    }
    .testimonials-items .testimonial-wrapper{
        padding: 10px 20px;
    }
    .testimonial-item .t-type{
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 5px 0;
    }
    .testimonial-item .t-rating{
        margin: 0 0 15px 0;
        padding: 0 0 5px 0;
    }
    .testimonial-item .t-name{
        font-size: 17px;
        line-height: 21px;
        height: 21px;
        margin: 0 0 15px 0;
    }
    .testimonial-item .t-text{
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }
    .testimonial-item .t-id{
        font-size: 12px;
        line-height: 12px;
    }
    .testimonials-items .testimonial-item{
        padding: 20px 15px 20px 15px;
    }
    .first-order-block img.adaptive {
        max-width: 100%;
        top: -59px;
    }
    .first-order-block{
        max-width: 290px;
        padding: 15px;
        background-size: 100% auto;
        background: #ffda6a url(images/home-header-bg.png) repeat-x;
    }
    .first-order-block .try-text .discounts .left {
        border-color: transparent transparent #fff transparent;
    }
    .first-order-block .fo-button {
        overflow: unset;
    }
    .first-order-block.article-page a .fo-button-text{
        z-index: 2;
    }
    .first-order-block .fo-button-text {
        z-index: 2;
    }
    .first-order-block .fo-button:after {
        position: absolute;
        height: 55px;
        top: -7px;
        width: 200px;
        content: '';
        left: -10px;
        right: 0;
        margin: auto;
        background-color: #fff;
    }
    .first-order-block .try-text .p{
        font-size: 22px;
        line-height: 22px;
        margin: 6px 0 8px 0;
        bottom: -38px;
        top: inherit;
        height: 53px;
    }
    .first-order-block .try-text .p span{
        top: 10px;
    }
    .first-order-block .try-text {
        margin: 38px 0 0 -14px;
    }
    .first-order-block .get-text span{
        display: block;
    }
    .first-order-block .try-text .discounts{
        font-size: 22px;
        line-height: 26px;
        width: 110px;
        background: #fff;
    }
    .first-order-block .try-text .huge{
        width: 130px;
        left: 0;
        font-size: 36px;
        line-height: 42px;
    }
    .first-order-block .try-text .huge .top{
        border-width: 8px 0 0 140px;
    }
    .first-order-block .try-text .discounts .bottom{
        border-width: 0 125px 8px 0;
    }
    .footer-menu li{
        width: 100%;
    }
    .footer-title{
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }
    .pages-calc .calculator-title:before, .pages-calc .calculator-title:after, .pages-calc .ct-ico{
        display: none;
    }
    .pages-calc .calculator-title{
        height: auto;
        padding: 15px 5px;
        margin: 0 0 15px 0;
        font-size: 24px;
        line-height: 24px;
    }
    .pages-calc .total-label{
        font-size: 18px;
        line-height: 18px;
    }
    .pages-calc .mini-order-total-price{
        font-size: 24px;
    }
    .pages-calc .calc-submit{
        padding: 12px 5px;
        font-size: 16px;
        line-height: 16px;
    }
    .timer-block{
        max-width: 290px;
        margin: 30px auto;
    }
    .timer-block .timer-title-wrapper:before{
        display: none;
    }
    .timer-block .timer-title-wrapper{
        padding: 13px 20px 13px 20px;
    }
    .timer-block .timer-title p{
        font-size: 20px;
        line-height: 24px;
    }
    .timer-block .timer-title p b{
        font-size: 27px;
        line-height: 27px;
    }
    .timer-block .timer-title #discount_code_timer{
        font-size: 18px;
        line-height: 18px;
        min-width: 160px;
    }
    .timer-block .timer-content{
        padding: 15px 5px 15px 5px;
        position: relative;
        left: 3px;
        max-width: 280px;
    }
    #countdown_dashboard .dash .digit{
        height: 25px;
        line-height: 25px;
        font-size: 25px;
        width: 15px;
    }
    #countdown_dashboard .dash .digits{
        width: 55px;
        height: 55px;
    }
    #countdown_dashboard .dash_title{
        margin: 5px 0 0 0;
    }
    .affiliate-block{
        max-width: 290px;
        background-position: right -200px bottom;
    }
    .affiliate-block .left{
        font-size: 28px;
        line-height: 28px;
    }
    .affiliate-block .right .p1{
        font-size: 20px;
        line-height: 25px;
    }
    .affiliate-block .right .p1 b{
        font-size: 26px;
    }
    .affiliate-block .right .p2{
        font-size: 15px;
        line-height: 21px;
    }
    .affiliate-block .right{
        padding: 15px 10px 10px 10px;
    }
    .first-discount{
        max-width: 290px;
    }
    .first-discount .get-text p{
        font-size: 22px;
        line-height: 22px;
    }
    .first-discount .get-text p b{
        font-size: 38px;
        line-height: 38px;
        display: block;
    }
    .first-discount .fd-button{
        font-size: 25px;
    }
    .first-discount .top-block{
        padding: 13px 10px 20px 10px;
    }
    .first-discount .top-block p{
        font-size: 22px;
        line-height: 22px;
    }
    .first-discount .try-text .discounts{
        font-size: 24px;
        line-height: 26px;
        width: 127px;
        height: 55px;
        top: 17px;
        left: -5px;
    }
    .first-discount .try-text .huge{
        font-size: 35px;
        line-height: 42px;
        width: 130px;
        height: 54px;
        padding: 0 22px 12px 8px;
    }
    .first-discount .try-text{
        margin: 0 auto 20px auto;
        width: 265px;
        left: -8px;
    }
    .first-discount .try-text .huge .top{
        border-width: 8px 0 0 145px;
    }
    .first-discount .try-text .discounts .bottom{
        border-width: 0 146px 8px 0;
    }
    .question-block{
        max-width: 290px;
    }
    .question-block .left br{
        display: block;
    }
    .question-block .left{
        font-size: 24px;
        line-height: 26px;
    }
    .question-block .right:before{
        display: none;
    }
    .question-block .right {
        padding: 8px 15px 0 15px;
        text-align: center;
        align-items: center!important;
    }
    .question-block .right .save-buttons {
        margin-left: 0;
    }
    .question-block .red_button{
        float: none;
    }
    .question-block .q-phones{
        display: block;
    }
    .question-block .q-phones a{
        font-size: 20px;
        line-height: 20px;
    }
    .question-block .q-phones .phone-item{
        margin: 7px 0;
    }
    .question-block .red_button{
        padding: 11px 5px;
        line-height: 14px;
        margin: 0 0 6px 0;
    }
    .btn_order a{
        padding: 12px 5px;
        font-size: 16px;
        line-height: 16px;
    }
    .earn-block-wrapper{
        max-width: 290px;
    }
    .earn-block{
        padding: 20px 5px 0 5px;
    }
    .earn-block .earn-text .want{
        padding: 10px 0 10px 5px;
        width: 160px;
    }
    .earn-block .earn-text .want .top{
        border-width: 14px 0 0 196px;
    }
    .earn-block .earn-text .invite{
        width: 120px;
        padding: 17px 0 1px 20px;
        right: -135px;
    }
    .earn-block .earn-text .invite .bottom{
        border-width: 0 151px 17px 0;
    }
    .earn-block .earn-text{
        width: 255px;
    }
    .mini-block-wrapper{
        margin: 15px 0;
        max-width: 290px;
    }
    .mini-block{
        padding: 0 5px;
    }
    .mini-block .mb-content{
        font-size: 16px;
        line-height: 30px;
        padding: 16px 3px 5px 3px;
    }
    .mini-block .mb-content .red-text{
        font-size: 16px;
        line-height: 16px;
        height: 30px;
    }
    .mini-block.mini-block3 .mb-content .red-text{
        padding-top: 3px;
    }
    .mini-block .mini-icon4{
        left: 3px;
    }
    .mini-block .mini-icon5{
        right: 3px;
    }
    .discount_block{
        height: 220px;
    }
    .disc_block_main .for{
        font-size: 30px;
        line-height: 35px;
        margin-top: 30px;
    }
    .disc_block_main .text_pages{
        font-size: 20px;
        line-height: 25px;
    }
    .disc_block_main .bold_pages{
        font-size: 30px;
        line-height: 35px;
    }
    .how_container{
        max-width: 190px;
        margin: 20px auto;
    }
    .how_it_works .top_circle{
        margin: 30px 0 0 0!important;
    }
    .how_it_works .how_block .top_circle:after{
        display: none!important;
    }
    .page404{
        margin: 0 0 35px 0;
    }
    .blog-tags ul li{
        font-size: 14px;
        line-height: 14px;
    }
    .blog-item .post-date-wrapper{
        padding: 8px 0;
        margin: 0 0 15px 0;
    }
    .blog-item .blog-image{
        margin: 15px 0 15px 0;
    }
    .blog-item .blog-excerpt{
        padding: 10px 0 0 0;
    }
    .blog-item .read_more_button .red_button{
        font-size: 14px;
        line-height: 14px;
    }
    .blog-tags{
        margin: 0 0 10px 0;
        padding: 10px 0;
    }
    .pagination.blog-pagination{
        margin: 10px 0;
    }
    .last-posts{
        margin: 25px 0 20px 0;
        padding: 20px 0 0 0;
    }
    body .form-contacts .form-styled{
        padding: 0 15px 20px 15px;
    }
    body .form-styled .essay-component.essay-contact-form .submit-b{
        padding: 12px 5px;
        font-size: 16px;
        line-height: 16px;
    }
    .form-contacts .fc-title{
        height: auto;
        padding: 15px 5px;
        margin: 0 0 15px 0;
        font-size: 24px;
        line-height: 24px;
    }
    .save-block{
        max-width: 290px;
        margin: 20px auto;
    }
    .save-block .save-block-content{
        text-align: center;
        padding: 85px 15px 10px 15px;
    }
    .save-block .save-buttons{
        width: 110px;
        margin: 10px auto 0 auto;
    }
    .save-block .save-buttons .save-button{
        margin: 5px 0;
    }
    .save-block .p1{
        font-size: 18px;
        line-height: 24px;
        margin: 0 auto 5px auto;
        max-width: 160px;
    }
}
@media all and (max-width: 445px) {
    .page-id-131 .page-col table{
        width: 100% !important;
    }
    .page-id-131 .page-col table p {
        text-align: left;
        padding: 10px;
        margin-bottom: 0;
    }
}
/*ADAPTIVE*/
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(2),
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(1){
    display: none;
}
.page-id-156 .affiliate-program-wrapper.essay-component {
    padding: 25px;
}
.page-id-156 .affiliate-program-wrapper .side .case .case-title {
    display: flex;
}
.page-id-156 .affiliate-program-wrapper .side .case.open .case-title {
    margin: 12px 0 12px 0;
}
/*affiliate-program-block main page*/
.affiliate-program-block {
    margin: 50px auto 30px;
}
.affiliate-program-block a {
    position: relative;
    margin: 0 auto;
    display: flex;
    height: 140px;
    background-color: #ffda6a;
    max-width: 1000px;
    padding-left: 29px;
}

.affiliate-program-block a .anime-block {
    position: absolute;
    right: 41px;
    bottom: 0;
}
.affiliate-program-block a .data-chunk {
    display: flex;
}
.affiliate-program-block a .data-chunk .chunk-title {
    padding-top: 9px;
}
.affiliate-program-block a .data-chunk .chunk-title p:first-child{
    font-size: 22px;
    color: #000;
    font-family: MuseoSansRegular;
    margin: 0;
    text-align: center;
}
.affiliate-program-block a .data-chunk .chunk-title p:first-child span{
    margin: 0 0 0 -9px;
    line-height: 1.7;
}
.affiliate-program-block a .data-chunk .chunk-title .bg-chunk {
    background: url("images/sdfsdUntitled-1-min.png")no-repeat center;
    color: #fff;
    font-size: 36px;
    font-family: MuseoSansExtraBold;
    margin: -13px 0 0 ;
    height: 72px;
    width: 200px;
    text-align: center;
    line-height: 2;
}
.affiliate-program-block a .data-chunk .chunk-title .bg-chunk span {
    margin-left: -11px;
    line-height: 2.1;
}
.affiliate-program-block a .data-chunk .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 22px 0 0 -41px;
    width: 153px;
    height: 118px;
    position: relative;
}
.affiliate-program-block a .data-chunk .description  p:first-child{
    font-size: 22px;
    color: #000;
    font-family: MuseoSansRegular;
    top: 17px;
    left: 41px;
    text-align: center;
    position: absolute;
}
.affiliate-program-block a .data-chunk .description  p:first-child span{
    margin: 2px 0 0 14px;
}
.affiliate-program-block a .data-chunk .description .bg-chunk{
    background: url("images/12312312312.png")no-repeat center;
    text-align: center;
    font-size: 24.3px;
    color: #000;
    font-family: MuseoSansExtraBold;
    width: 153px;
    height: 67px;
    line-height: 2.6;
    margin: 0;
    position: absolute;
    bottom: 13px;
}
.affiliate-program-block a .data-chunk .description .bg-chunk span{
    margin: 5px 0 0 6px;
    line-height: 2.7;
}
.affiliate-program-block a .data-chunk .chunk-last {
    max-width: 284px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 21px 0 0 41px;
}
.affiliate-program-block a .data-chunk .chunk-last p {
    color: #000;
    font-size: 16px;
    font-family: MuseoSansRegular;
}
.affiliate-program-block a .data-chunk .chunk-last p span{
    color: #e83545;
    font-family: MuseoSansExtraBold;
}
@media all and (max-width: 980px) {
    .affiliate-program-block a .data-chunk .chunk-last {
        margin: 21px 0 0 0;
    }
}
@media all and (max-width: 940px) {
    .affiliate-program-block a .anime-block {
        right: 0;
    }
}
@media all and (max-width: 900px) {
    .affiliate-program-block a {
        padding: 0;
    }
}
@media all and (max-width: 870px) {
    .affiliate-program-block a .data-chunk .chunk-last {
        max-width: 190px;
    }
    .affiliate-program-block a .data-chunk .chunk-last p {
        font-size: 15px;
    }
}
@media all and (max-width: 780px) {
    .affiliate-program-block a .data-chunk .chunk-last p {
        font-size: 14px;
    }
    .affiliate-program-block a .data-chunk .chunk-last {
        max-width: 170px;
    }
}
@media all and (max-width: 767px) {
    .affiliate-program-block a {
        max-width: 320px;
        height: 450px;
        flex-direction: column-reverse;
        background: url("images/123123123123.png")no-repeat center;
        justify-content: center;
    }
    .affiliate-program-block a .anime-block {
        max-width: fit-content;
        top: 26px;
        left: 33px;
    }
    .affiliate-program-block a .data-chunk .chunk-last {
        max-width: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 0 10px;
    }
    .affiliate-program-block a .data-chunk {
        margin-top: 95px;
    }
    .affiliate-program-block a .data-chunk .chunk-title p:first-child {
        font-size: 19.8px;
    }
    .affiliate-program-block a .data-chunk .chunk-title .bg-chunk {
        font-size: 32.4px;
        width: 177px;
        background-size: 100%;
    }
    .affiliate-program-block a .data-chunk .chunk-last p {
        font-size: 16px;
        text-align: center;
    }
    .affiliate-program-block a .data-chunk .description p:first-child {
        font-size: 19.8px;
        top: 13px;
    }
    .affiliate-program-block a .data-chunk .description .bg-chunk {
        font-size: 21.87px;
        bottom: 18px;
        width: 142px;
        background-size: 100%;
    }
    .affiliate-program-block a .data-chunk .chunk-title {
        padding-left: 14px;
    }
    .affiliate-program-block a .data-chunk .chunk-title .bg-chunk span {
        line-height: 2.3;
    }
    .affiliate-program-block a .data-chunk .description {
        margin: 22px 0 0 -35px;
    }
    .affiliate-program-block a .data-chunk .description .bg-chunk span {
        line-height: 3;
    }
}
@media all and (max-width: 335px) {
    .affiliate-program-block .container {
        padding: 0;
    }
}
/*end affiliate-program-block main page*/

/*AFFILIATE PAGE*/
.a-step-icon{background-image: url("images/spritesheet-a-steps.png");background-repeat: no-repeat;display: inline-block}
.a-step-icon1{width: 60px;height: 63px;background-position: -2px -2px}
.a-step-icon2{width: 60px;height: 60px;background-position: -66px -2px}
.a-step-icon3{width: 60px;height: 62px;background-position: -130px -2px}
.a-step-icon4{width: 60px;height: 60px;background-position: -194px -2px}
.a-step-icon5{width: 60px;height: 54px;background-position: -258px -2px}
.a-step-icon6{width: 60px;height: 60px;background-position: -322px -2px}
.affiliate-page-wrapper{
    font-size: 16px;
    line-height: 28px;
}
.affiliate-page-wrapper p{
    margin-bottom: 15px;
}
.affiliate-img{
    max-width: inherit!important;
    margin: 26px 0 0 35px;
}
.text-with-image .left-col{
    padding-right: 10px;
}
.affiliate-page-wrapper .text-with-image .left-col p{
    margin-bottom: 15px;
}
.text-with-image p{
    margin: 0;
}
.text-with-image{
    margin-bottom: 28px;
}
.affiliate-page-wrapper h3.h3{
    margin: 13px 0 17px 0;
}
.affiliate-page-wrapper h2.h3{
    font-size: 28px;
    line-height: 38px;
}
.affiliate-scheme{
    position: relative;
    margin: 47px 0 37px 0;
}
.affiliate-scheme:before{
    background: #ffda6a url(images/home-header-bg.png) repeat-x;
    width: 100%;
    height: 235px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: inline-block;
    content: '';
}
.affiliate-scheme h2{
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    margin: 45px 0 31px 0;
}
.affiliate-steps-wrapper{
    margin: 0 -52px;
    position: relative;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.05);
}
.affiliate-steps-wrapper:before{
    display: inline-block;
    position: absolute;
    left: -26px;
    bottom: -38px;
    content: url("images/steps-bg.png");
}
.affiliate-steps{
    background: #fff url("images/buttons-dots.png") no-repeat bottom 29px right 32px;
    padding: 14px 50px 0 50px;
    position: relative;
}
.affiliate-steps .row1{
    position: relative;
}
.affiliate-steps .row1:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 60px;
    height: 10px;
    background-size: 60px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("images/steps-wave.png");
    content: '';
}
.affiliate-step{
    position: relative;
    text-align: center;
    padding: 78px 30px 0 30px;
    margin: 0 0 30px 0;
    min-height: 226px;
}
.affiliate-step .a-step-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
}
.affiliate-step .p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.affiliate-step .p b{
    color: #383c4c;
}
.red-span{
    color: #e83545;
    font-family: 'MuseoSansMedium', sans-serif;
}
.blue-span{
    color: #1f959a;
    font-family: 'MuseoSansMedium', sans-serif;
}
.affiliate-page-wrapper ol, .affiliate-page-wrapper ul{
    padding-left: 39px;
}
.affiliate-page-wrapper ol li, .affiliate-page-wrapper ul li{
    margin-bottom: 15px;
}
.affiliate-page-wrapper .pages-calc{
    margin-top: 51px;
    margin-bottom: 69px;
}
.affiliate-page-wrapper .question-block{
    margin-top: 58px;
    margin-bottom: 97px;
}
@media all and (max-width: 1250px){
    .save-block{
        margin: 60px auto 66px auto;
    }
    .save-block .save-block-content:before{
        z-index: -1;
    }
    .save-block .save-block-content{
        padding: 52px 260px 53px 260px;
        z-index: 1;
    }
    .become-vip-block {
        margin: 62px auto 64px auto;
    }
    .pages-calc{
        margin-right: auto;
        margin-left: auto;
    }
    .affiliate-page-wrapper ol, .affiliate-page-wrapper ul{
        padding-left: 0;
    }
    .affiliate-page-wrapper .question-block{
        margin-right: auto;
        margin-left: auto;
    }
    .affiliate-steps-wrapper{
        margin: 0;
    }
}
@media all and (max-width: 1199px){
    .page-col img{
        max-width: 100%!important;
        margin: 0;
    }
    .text-with-image .left-col{
        margin-top: 0;
    }
    .text-with-image{
        margin-bottom: 0;
    }
    .save-block .save-block-content{
        padding: 52px 230px 53px 260px;
    }
}
@media screen and (max-width: 1023px){
    .save-block .save-block-content{
        padding: 52px 220px 53px 240px;
    }
    .save-block .save-buttons{
        right: 30px;
    }
}
@media screen and (max-width: 991px){
    .page-col img{
        display: block;
        margin: 0 auto;
    }
    .become-vip-block{
        overflow: hidden;
    }
    .become-vip-block .become-vip-content:before{
        left: -100px;
    }
    .become-vip-block .become-vip-content:after{
        right: -140px;
    }
    .affiliate-step{
        min-height: 1px;
    }
    .save-block, .become-vip-block{
        max-width: 738px;
    }
    .save-block .save-buttons{
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        text-align: center;
        margin: 15px auto 0 auto;
        height: auto;
    }
    .save-block .save-block-content{
        padding: 30px 15px 30px 15px;
    }
    .save-block .save-buttons .save-button{
        max-width: 220px;
        margin: 10px;
    }
    .save-block .p1, .save-block .p2{
        text-align: center;
    }
    .save-block .p1:before{
        left: 0;
        top: 0;
    }
    .save-block .save-block-content:before{
        background-size: 60%;
        background-position: left bottom;
    }
    .save-block .save-buttons:before{
        display: none;
    }
    .become-vip-block .become-vip-content p br{
        display: none;
    }
    .become-vip-block .become-vip-content{
        padding: 30px 75px 30px 75px;
    }
    .question-block .left{
        font-size: 28px;
        line-height: 38px;
        padding: 57px 5px 30px 5px;
    }
    .question-block .red_button{
        float: none;
        position: relative;
        margin: 10px 0 0 0;
    }
    .affiliate-page-wrapper .question-block{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px){
    .save-block, .become-vip-block{
        max-width: 539px;
        margin: 30px auto 30px auto;
    }
    .save-block .p1{
        font-size: 22px;
        line-height: 32px;
    }
    .save-block .save-buttons .save-button{
        max-width: 150px;
        margin: 7px;
    }
    .become-vip-block .become-vip-content p{
        font-size: 17px;
        line-height: 32px;
    }
    .become-vip-block .become-vip-content{
        padding: 30px 65px 30px 65px;
    }
    .question-block .right:before{
        top: auto;
        bottom: -9px;
    }
    .question-block .left{
        padding: 30px 5px 25px 5px;
    }
    .question-block .right{
        padding: 8px 15px 20px 15px;
        text-align: center;
        flex-direction: column;
        align-items: flex-end;
    }
    .question-block .q-phones{
        display: block;
    }
    .affiliate-page-wrapper .question-block {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 568px){
    .no_padding {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }

    .header-login > a {
        margin-right: 10px;
    }
    .affiliate-page-wrapper {
        font-size: 16px;
        line-height: 24px;
    }
    .save-block .p1:before{
        display: none;
    }
    .save-block, .become-vip-block{
        max-width: 290px;
    }
    .save-block .p1{
        font-size: 18px;
        line-height: 26px;
    }
    .save-block .p2{
        font-size: 15px;
        line-height: 25px;
    }
    .save-block .save-buttons .save-button{
        padding: 11px 5px;
        height: 40px;
        margin: 5px;
    }
    .save-block .save-buttons{
        margin: 10px auto 0 auto;
    }
    .save-block .save-block-content{
        padding: 25px 10px 21px 10px;
    }
    .become-vip-block .become-vip-content{
        padding: 25px 10px 100px 10px;
    }
    .become-vip-block .become-vip-content p{
        font-size: 15px;
        line-height: 28px;
    }
    .become-vip-block .become-vip-content p b.b{
        font-size: 17px;
    }
    .affiliate-scheme h2 {
        text-align: center;
        font-size: 28px;
        line-height: 38px;
        margin: 20px 0 15px 0;
    }
    .question-block .left{
        font-size: 24px;
        line-height: 34px;
    }
    .question-block .left{
        padding: 25px 5px 20px 5px;
    }
    .affiliate-step{
        padding: 78px 0 0 0;
    }
    .affiliate-steps{
        padding: 14px 0 0 0;
    }
    .affiliate-page-wrapper .pages-calc{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .affiliate-scheme{
        margin: 30px 0 30px 0;
    }
}
/*AFFILIATE PAGE*/

/*PAGE SITEMAP*/
.page-id-159 .data-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-id-159 .data-lists .data-left, .page-id-159 .data-lists .data-right {
    width: 420px;
}
.page-id-159 .data-lists .data-left .data-main-menu,
.page-id-159 .data-lists .data-left .data-helpful-pages,
.page-id-159 .data-lists .data-right .data-free-essays{
    margin-bottom: 65px;
}

.page-id-159 .data-lists .data-left .data-main-menu .title, .page-id-159 .data-lists .data-left .data-helpful-pages .title,
.page-id-159 .data-lists .data-left .data-articles-pages .title,
.page-id-159 .data-lists .data-right .data-free-essays .title,
.page-id-159 .data-lists .data-right .data-blog .title{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    transition: .3s;
    display: flex;
    justify-content: space-between;
}
.page-id-159 .data-lists .data-left .data-main-menu .title i, .page-id-159 .data-lists .data-left .data-helpful-pages .title i,
.page-id-159 .data-lists .data-left .data-articles-pages .title i,
.page-id-159 .data-lists .data-right .data-free-essays .title i,
.page-id-159 .data-lists .data-right .data-blog .title i{
    transition: .3s;
    margin: 5px 0 0;
}
.page-id-159 .data-lists .data-left .data-main-menu .title.switch-arrow i, .page-id-159 .data-lists .data-left .data-helpful-pages .title.switch-arrow i,
.page-id-159 .data-lists .data-left .data-articles-pages .title.switch-arrow i, .page-id-159 .data-lists .data-right .data-free-essays .title.switch-arrow i,
.page-id-159 .data-lists .data-right .data-blog .title.switch-arrow i{
    transform: rotate(180deg);
    transition: .3s;
}
.page-id-159 .data-lists .data-left .data-main-menu .title:hover, .page-id-159 .data-lists .data-left .data-helpful-pages .title:hover,
.page-id-159 .data-lists .data-left .data-articles-pages .title:hover, .page-id-159 .data-lists .data-right .data-free-essays .title:hover,
.page-id-159 .data-lists .data-right .data-blog .title:hover{
    transition: .3s;
    cursor: pointer;
    opacity: .7;
}
.page-id-159 .data-lists .data-left .data-main-menu .sitemap-main-menu li a, .page-id-159 .data-lists .data-left .data-helpful-pages .helpful-menu li a,
.page-id-159 .data-lists .data-left .data-articles-pages .articles-menu li a, .page-id-159 .data-lists .data-right .data-blog .blog-list li a{
    color: #337ab7;
    font-size: 16px;
    text-decoration: underline;
}
.page-id-159 .data-lists .data-left .data-main-menu .sitemap-main-menu li:before, .page-id-159 .data-lists .data-left .data-helpful-pages .helpful-menu li:before,
.page-id-159 .data-lists .data-left .data-articles-pages .articles-menu li:before, .page-id-159 .data-lists .data-right .data-free-essays .free-essays .sub-menu li:before,
.page-id-159 .data-lists .data-right .data-blog .blog-list li:before{
    background: #dedede;
}
.page-id-159 .data-lists .data-right .data-free-essays .free-essays > li:before {
    display: none;
}
.page-id-159 .data-lists .data-right .data-free-essays .free-essays > li > a:before {
    content: '\f105';
    position: absolute;
    left: -24px;
    color: #3abf68;
    top: 0;
    bottom: 0;
    font: normal normal normal 14px/1 FontAwesome;
    background: transparent;
    width: 0;
    height: 0;
    transition: .3s;
}
.page-id-159 .data-lists .data-right .data-free-essays .free-essays > li > a.switch-arrow:before {
    transition: .3s;
    transform: rotate(90deg);
    left: -15px;
    top: 6px;
}
.page-id-159 .data-lists .data-right .data-free-essays .free-essays > li > a {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.page-id-159 .data-lists .data-right .data-free-essays .free-essays .sub-menu li a{
    color: #337ab7;
    font-size: 16px;
    text-decoration: underline;
}
@media all and (max-width: 880px) {
    .page-id-159 .data-lists .data-left, .page-id-159 .data-lists .data-right {
        margin: 0 auto 65px;
    }
}
/*PAGE SITEMAP*/
/*how-does-it-work-new*/
.how-does-it-work-new {
    background: #f9f9f9 url("images/Untitled-6-min.png") no-repeat center;
    min-height: 470px;
    padding: 72px 0;
    margin: 10px -416px;
}
.how-does-it-work-new .data{
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}
.how-does-it-work-new .title {
    color: #333333;
    font-size: 36px;
    text-align: center;
    font-family: 'MuseoSansExtraBold';
    margin-bottom: 65px;
}
.how-does-it-work-new .data > div {
    background-color: #fff;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s;
}
.how-does-it-work-new .data > div.show-1 {
    transition: .3s;
    box-shadow: 1px 11px 11px 1px #cbcbcb;
}
.how-does-it-work-new .data > div:hover {
    transition: .3s;
    box-shadow: 1px 11px 11px 1px #cbcbcb;
}
.how-does-it-work-new .data > div:nth-last-of-type(4):after,.how-does-it-work-new .data > div:nth-last-of-type(3):after,
.how-does-it-work-new .data > div:nth-last-of-type(2):after{
    position: absolute;
    content: url("images/Untitled-7-min.png");
    right: -68px;
    top: 0;
    bottom: 0;
    height: 23px;
    margin: auto;
}
.how-does-it-work-new .data > div p {
    color: #464646;
    font-size: 16px;
    text-align: center;
    max-width: 83%;
    margin-bottom: 0;
    position: relative;
}
.how-does-it-work-new .data > div:nth-last-of-type(4) p:after,
.how-does-it-work-new .data > div:nth-last-of-type(2) p:after {
    content: '';
    height: 3px;
    width: 41px;
    bottom: -19px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    background-color: #f05361;
}
.how-does-it-work-new .data .wrap-img {
    margin-bottom: 7px;
}
@media all and (max-width: 1140px) {
    .how-does-it-work-new .data {
        max-width: 1000px;
    }
    .how-does-it-work-new .data > div:nth-last-of-type(4):after, .how-does-it-work-new .data > div:nth-last-of-type(3):after, .how-does-it-work-new .data > div:nth-last-of-type(2):after {
        display: none;
    }
}
@media all and (max-width: 990px) {
    .how-does-it-work-new .data {
        flex-wrap: wrap;
        max-width: 41%;
    }
    .how-does-it-work-new .data > div {
        margin: 10px;
    }
}
@media all and (max-width: 505px) {
    .how-does-it-work-new .data {
        max-width: 36%;
    }
}
@media all and (max-width: 485px) {
    .how-does-it-work-new .data > div {
        width: 180px;
        height: 180px;
    }
    .how-does-it-work-new .data > div p {
        font-size: 13px;
    }
    .how-does-it-work-new .data > div:nth-last-of-type(4) p:after, .how-does-it-work-new .data > div:nth-last-of-type(2) p:after{
        bottom: -13px;
    }
}
@media all and (max-width: 415px) {
    .how-does-it-work-new {
        margin: 50px 0;
    }
    .how-does-it-work-new .data {
        max-width: 100%;
    }
    .how-does-it-work-new .data > div {
        margin: 5px;
    }
}
@media all and (max-width: 355px) {
    .how-does-it-work-new .title {
        line-height: 1.1;
    }
}
@media all and (max-width: 345px) {
    .how-does-it-work-new {
        margin: 50px -15px;
        min-width: 320px;
    }
}
/*how-does-it-work-new*/
/*scrollbar-data-landing*/
.scrollbar-data-landing {
    margin: 50px auto;
    display: flex;
}
.scrollbar-data-landing .data-text {
    max-width: 785px;
    overflow-y: scroll;
    max-height: 540px;
    padding: 0 30px 0 0;
}
.scrollbar-data-landing .data-text::-webkit-scrollbar {
    width: 7px;
}
.scrollbar-data-landing .data-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c9c9c9;
    border-radius: 10px;
}
.scrollbar-data-landing .data-text::-webkit-scrollbar-thumb {
    background: #ffc53b;
    border-radius: 40px;
}
.scrollbar-data-landing .data-text::-webkit-scrollbar-thumb:hover {
    background: #ff7d18;
}
.scrollbar-data-landing .data-text p {
    color: #666666;
    font-size: 16px;
}
.scrollbar-data-landing .data-text .title {
    color: #333333;
    font-size: 24px;
    font-family: 'MuseoSansExtraBold';
}
.scrollbar-data-landing .data-text .title:first-child {
    margin-bottom: 10px;
}
.scrollbar-data-landing .data-img {
    background: url("images/Untitl213sed-11-min.png") no-repeat center;
    border-radius: 10px;
    margin-left: 50px;
    width: 295px;
    min-width: 295px;
}
.scrollbar-data-landing .data-img .part-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 0;
}
.scrollbar-data-landing .data-img .part-data .title {
    color: #383737;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.scrollbar-data-landing .data-img .part-data .subtitle {
    color: #746f6f;
    font-size: 16px;
    text-align: center;
    padding: 0 23px;
}
.scrollbar-data-landing .data-img .part-data img {
    margin-bottom: 20px;
}
.scrollbar-data-landing .data-img .part-data .subtitle span {
    font-weight: 700;
    color: #e83545;
}
.scrollbar-data-landing .data-img .part-data a {
    background-color: #e83545;
    display: block;
    border-radius: 7px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    width: 225px;
    text-transform: uppercase;
    transition: .3s;
}
.scrollbar-data-landing .data-img .part-data a:hover {
    transition: .3s;
    box-shadow: 0 0 10px #e83545;
}
@media all and (max-width: 720px) {
    .scrollbar-data-landing .data-text .title {
        text-align: left;
    }
    .scrollbar-data-landing {
        flex-direction: column;
        align-items: center;
    }
    .scrollbar-data-landing .data-img .part-data {
        padding: 50px 0 85px;
        margin: 0;
    }
    .scrollbar-data-landing .data-img {
        margin: 15px 0;
        background-size: 100% 100%;
    }
}
/*scrollbar-data-landing*/
/*our-advantages-data*/
.our-advantages-data {
    background: #f9f9f9 url("images/Untitled-6-min.png") no-repeat center;
    min-height: 660px;
    padding: 72px 0;
    margin: 10px -416px;
}
.our-advantages-data .data{
    display: flex;
    justify-content: space-around;
    max-width: 1020px;
    margin: 0 auto;
}
.our-advantages-data .title {
    color: #333333;
    font-size: 36px;
    text-align: center;
    font-family: 'MuseoSansExtraBold';
    margin-bottom: 65px;
}
.our-advantages-data .data > div {
    background-color: #fff;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
    position: relative;
}
.our-advantages-data .data > div .wrap-img img {
    transition: .3s;
}
.our-advantages-data .data > div .wrap-img {
    background-color: #eaeaea;
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
}
.our-advantages-data .data > div .subtitle {
    color: #333333;
    font-size: 22px;
    font-family: 'MuseoSansExtraBold';
    margin: 15px 0 7px;
    transition: .3s;
}
.our-advantages-data .data > div ul li {
    color: #686868;
    font-size: 14px;
    line-height: 1.7;
}
.our-advantages-data .data > div ul {
    margin-top: 0;
}
.our-advantages-data .data > div ul li:before {
    background: #686868;
    width: 5px;
    height: 5px;
    top: 9px;
}
.our-advantages-data > a {
    background-color: #e83545;
    font-size: 18px;
    text-transform: uppercase;
    width: 285px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 7px;
    transition: .3s;
    margin: 65px auto 0;
    font-weight: 600;
    color: #fff;
}
.our-advantages-data > a:hover {
    transition: .3s;
    box-shadow: 0 0 10px #e83545;
}
.our-advantages-data .data > div:hover {
    border: 3px solid #ffda6a;
}
.our-advantages-data .data > div:hover .wrap-img{
    transition: .3s;
    background-color: #ffda6a;
}
.our-advantages-data .data > div:hover .subtitle {
    color: #ffda6a;
    transition: .3s;
}
.our-advantages-data .data > div:hover .wrap-img img{
    transition: .3s;
    filter: brightness(2.5);
}
.our-advantages-data .data > div.hover-effects .wrap-img{
    transition: .3s;
    background-color: #ffda6a;
}
.our-advantages-data .data > div.hover-effects {
    border: 3px solid #ffda6a;
}
.our-advantages-data .data > div.hover-effects .subtitle {
    color: #ffda6a;
    transition: .3s;
}
.our-advantages-data .data > div.hover-effects .wrap-img img{
    transition: .3s;
    filter: brightness(2.5);
}
@media all and (max-width: 990px) {
    .our-advantages-data .data {
        max-width: 875px;
    }
}
@media all and (max-width: 888px) {
    .our-advantages-data .data {
        flex-wrap: wrap;
        max-width: 45%;
    }
}
@media all and (max-width: 635px) {
    .our-advantages-data .data {
        max-width: 38%;
    }
    .page-col .our-advantages-data .data {
        max-width: 90%;
    }
}
/*our-advantages-data*/

/*single-articles*/
.single-articles .container ol {
    list-style: none; counter-reset: li;
}
.single-articles main > .container > .row > .col-12.page-col{
    padding-top: 25px;
}
.single-articles .container ol li::before {
    content: counter(li);
    color: #fff;
    display: block;
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    font-size: 16px;
    border-radius: 50px;
    background-color: #fdcf42;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
    position: absolute;
    left: 2px;
    top: -7px;
}
.single-articles .container ol li {
    counter-increment: li;
    display: flex;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
.single-articles .container ol li p{
    font-weight: 800;
    color: #494949;
}
.first-order-block.article-page a .fo-button-text{
    color: #e83545;
    border-color: #e83545;
    animation: pulse-order 4s infinite;
}
@keyframes pulse-order {
    0% {
        transition: .3s;
        transform: scale(1);
    }
    70% {
        transition: .3s;
        transform: scale(1.07);
    }
    100% {
        transition: .3s;
        transform: 1.01;
    }
}
.data-article-column {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.data-article-column > div {
    max-width: 49%;
}
.data-article-column > div > div .title {
    color: #333333;
    font-family: 'MuseoSansExtraBold';
    font-size: 24px;
}
@media all and (max-width: 980px) {
    .data-article-column {
        flex-direction: column;
        align-items: center;
    }
    .data-article-column > div > div .title {
        text-align: left;
    }
    .data-article-column > div {
        max-width: 100%;
    }
}
.format-of-your-paper {
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 750px;
    background-color: #fafafa;
    min-height: 250px;
    padding: 25px 10px;
}
.format-of-your-paper .title {
    color: #333333;
    font-size: 22px;
    font-family: 'MuseoSansExtraBold';
    text-align: center;
    margin-bottom: 0;
}
.format-of-your-paper .data a {
    font-family: 'MuseoSansRegular', sans-serif;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    background-color: #e83545;
    font-size: 18px;
    text-transform: uppercase;
    width: 285px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 7px;
    transition: .3s;
    margin: 32px auto -60px;
    font-weight: 600;
    color: #fff;
}
.format-of-your-paper .data a:hover {
    transition: .3s;
    box-shadow: 0 0 10px #e83545;
}
.format-of-your-paper .data ul{
    column-count: 2;
    margin: 24px 0;
    list-style: none;
}
.format-of-your-paper .data ul li {
    padding: 0;
    margin-bottom: 15px;
}
.format-of-your-paper .data ul li img {
    margin-right: 20px;
}
.format-of-your-paper .data ul li:before {
    display: none;
}
.format-of-your-paper > div > ul > li:nth-child(4) > img,
.format-of-your-paper > div > ul > li:nth-child(5) > img,
.format-of-your-paper > div > ul > li:nth-child(2) > img{
    margin-bottom: -5px;
}
@media all and (max-width: 991px) {
    .format-of-your-paper .data ul li img {
        display: initial;
    }
}
@media all and (max-width: 612px) {
    .format-of-your-paper .data ul {
        column-count: 1;
    }
    .format-of-your-paper .data a {
        margin: 32px auto -46px;
    }
}
@media all and (max-width: 325px) {
    .format-of-your-paper .data ul li {
        font-size: 15px;
    }
}

.column-articles-page {
    margin: 20px auto;
    display: inline-block;
}
.column-articles-page .title {
    line-height: 24px;
    text-align: justify;
    margin: 0 0 24px;
    padding: 0;
    box-sizing: border-box;
    color: #333333;
    font-family: 'MuseoSansExtraBold';
    font-size: 24px;
}
@media all and (max-width: 991px) {
    .column-articles-page .title {
        line-height: 1.4;
        text-align: left;
    }
}
@media all and (max-width: 450px) {
    .column-articles-page .title {
        font-size: 19px;
    }
}
.single-articles .show-more-data {
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #424242;
    font-size: 14px;
    transition: .3s;
    margin: 20px auto;
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    background-color: #fffae3;
    border: 2px solid #FFD555;
}
.single-articles .show-more-data:hover {
    transition: .3s;
    color: #fff;
    background: #FFD555;
}
.single-articles .article-all-data {
    height: 140px;
    overflow-y: hidden;
    position: relative;
}
.single-articles .article-all-data:after {
    position: absolute;
    bottom: 0;
    height: 50px;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5270483193277311) 100%);
}
.single-articles .show-article-all-data {
    height: auto;
}
/*single-articles*/

#back-top {
    font-size: 16px !important;
    color: #666666;
    line-height: 1.42857143;
    box-sizing: border-box;
    position: fixed;
    right: 3%;
    z-index: 10;
    bottom: 300px;
}
#back-top .img-up {
    font-size: 16px !important;
    line-height: 1.42857143;
    color: #337ab7;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border: 3px solid #ffa834;
    box-sizing: border-box;
    text-align: center;
    transition: 0.5s;
}
#back-top .img-up i {
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    line-height: 42px;
    font-weight: bolder;
    color: #ffa834;
    transition: 0.5s;
}
#back-top .img-up:hover {
    background: #ffa834;
}
#back-top .img-up:hover i {
    color: #fff;
}
.bottom-chat-line {
    opacity: 1;
    cursor: pointer;
    z-index: 9;
    position: fixed;
    right: 3%;
    bottom: 210px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
}
.bottom-chat-line .liveChat {
    width: 100%;
    height: 100%;
}
.bottom-chat-line .liveChat .chat-icon {
    background: url(images/chat_icon.svg) center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    display: inline-block;
}
/*first bottom banner*/
#footer-baner .baner_content a img {
    width: 100%;
}
#footer-baner .baner_content a {
    transition: 0.5s;
}
#footer-baner .banner_button_hidden {
    display: block;
}
.banner_button_hidden {
    top: auto;
    bottom: calc(50% - 15px);
}
.banner_button {
    display: block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: calc(50% - 15px);
    right: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: monospace;
    font-weight: 800;
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
    top: 10px;
}
.banner_button_hidden:before {
    content: "\e5cd";
    color: #e83545;
    font-family: "Material Icons";
    padding: 5px 7px;
    border-radius: 5px;
}
.banner_button_hidden:hover:before {
    cursor: pointer;
    box-shadow: 0 0 1px 7px rgba(232, 53, 69, .1), 0 0 1px 14px rgba(232, 53, 69,.3), 0 0 1px 21px rgba(232, 53, 69,.6);
    background: rgba(232, 53, 69, .1);
    border-radius: 50%;
    transition: box-shadow .4s cubic-bezier(.2,0,.7,1),transform .2s cubic-bezier(.2,0,.7,1),-webkit-transform .2s cubic-bezier(.2,0,.7,1);
}
.first-bottom-banner .banner_button.banner_button_show{
    display:none!important;
}
#footer-baner.footer-show-line {
    margin: 0 !important;
}
#footer-baner {
    position: fixed;
    bottom: -10px;
    transition: 0.5s;
    z-index: 9999;
    width: 100%;
    display: block;
    margin-left: -101% !important;
    margin-right: 101% !important;
}
.footer-hidden {
    margin-left: -101% !important;
    transition: 0.5s;
    margin-right: 101% !important;
}
@media all and (max-width: 320px) {
    .hide_show_button .banner_button {
        right: 6px;
        top: 3px;
    }
}
/*first bottom banner*/

/*vip-support-ensures*/
.vip-support-ensures {
    margin: 25px auto;
    display: flex;
    border: 1px solid #e9e9eb;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0 68px;
    min-height: 210px;
    box-shadow: 0 0 10px #e8e8e8;
    background: url("images/Untitled-5-min.png")no-repeat right;
    background-position-y: 48px;
    background-position-x: 101.8%;
}
.vip-support-ensures .data-img{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 220px;
}
.vip-support-ensures .data-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 411px;
    text-align: left;
    margin: 0 0 0 90px;
    padding-top: 15px;
}
.vip-support-ensures .data-text p {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
}
.vip-support-ensures .data-text p > span {
    color: #333333;
    font-size: 24px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    display: block;
}
.vip-support-ensures .data-text p > span > span {
    position: relative;
    color: #ffd34f;
}
.vip-support-ensures .data-text p > span > span img {
    position: absolute;
    top: -23px;
    left: 1px;
    right: 0;
    margin: auto;
}
.vip-support-ensures .data-text a {
    margin: 0;
    background: #fff;
    display: inline-block;
    transition: all .3s linear;
    border: 2px solid #FFD555;
    width: 155px;
    height: 43px;
    border-radius: 5px;
    padding: 12px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #424242;
    font-family: 'MuseoSansRegular', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    cursor: pointer;
}
.vip-support-ensures .data-text a:hover {
    transition: .3s;
    color: #fff;
    background: #FFD555;
}
@media only screen and (min-width: 768px) and (max-width: 888px){
    .vip-support-ensures .data-text p {
        font-size: 17px;
        margin-bottom: 7px;
    }
    .vip-support-ensures {
        padding-top: 15px;
    }
}
@media all and (max-width: 767px) {
    .vip-support-ensures {
        flex-direction: column-reverse;
        max-width: 320px;
        padding: 53px 0 0;
        min-height: 460px;
        justify-content: space-between;
        overflow: hidden;
        background-position-x: 219px;
        background-position-y: 20px;
    }
    .vip-support-ensures .data-text p > span {
        white-space: nowrap;
        margin-left: -5px;
    }
    .vip-support-ensures .data-text {
        margin: 0;
        padding-top: 0;
    }
    .vip-support-ensures .data-text p {
        text-align: center;
        padding: 0 49px;
        line-height: 1.4;
        font-size: 19px;
    }
    .vip-support-ensures .data-text a {
        margin: 0 auto;
    }
}
@media all and (max-width: 355px) {
    .vip-support-ensures {
        min-width: 320px;
        margin: 25px -15px;
    }
}
/*vip-support-ensures*/
/*the-best-top-expert*/
.the-best-top-expert {
    margin: 25px auto;
    display: flex;
    border: 1px solid #e9e9eb;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 10px #e8e8e8;
    background: url("images/Untitled-5-min.png")no-repeat right;
    background-position-y: 36px;
    background-position-x: 101.8%;
    min-height: 200px;
    padding: 0 10px;
}
.the-best-top-expert .data-img {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.the-best-top-expert .data-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
}
.the-best-top-expert .data-text .title {
    color: #333333;
    font-size: 20px;
    font-family: 'MuseoSansExtraBold', sans-serif;
    margin-bottom: 4px;
}
.the-best-top-expert .data-text .title > span{
    color: #ffd34f;
}
.the-best-top-expert .data-text .title > span img {
    margin: 0 7px;
}
.the-best-top-expert .data-text .text {
    color: #666666;
    font-size: 16px;
    font-family: 'MuseoSansRegular', sans-serif;
    max-width: 481px;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .the-best-top-expert .data-text .title > span {
        display: flex;
    }
    .the-best-top-expert .data-text .title {
        display: flex;
    }
    .the-best-top-expert .data-text .title > span img {
        margin: 0 7px 5px;
    }
    .the-best-top-expert .data-text .text {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 871px){
    .the-best-top-expert .data-text {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 839px){
    .the-best-top-expert .data-img {
        min-width: 240px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 807px){
    .the-best-top-expert .data-text .title {
        font-size: 17px;
    }
}
@media all and (max-width: 1128px) {
    .banner_button {
        top: -27px;
    }
}
@media all and (max-width: 768px) {
    .banner_button {
        top: -30px;
    }
}
.footer-bottom .copy span {
    font-size: 14px;
}
@media (width: 768px) {
    body > footer > div.footer-bottom > div > div > div.col-4.col-sm-12.no_padding_left.pull_right {
        margin-right: -90px;
    }
    body > footer > div.footer-bottom > div > div > div:nth-child(1) > img {
        max-width: 342px!important;
    }
    .footer-bottom .copy {
        font-size: 14px;
    }
}
@media all and (max-width: 767px) {
    .the-best-top-expert {
        flex-direction: column-reverse;
        max-width: 320px;
        min-height: 500px;
        justify-content: space-between;
        overflow: hidden;
        padding-top: 50px;
        background-position-x: 27px;
        background-position-y: 27px
    }
    .the-best-top-expert .data-text {
        margin: 0;
        background-color: #fff;
    }
    .the-best-top-expert .data-text .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1.4;
    }
    .the-best-top-expert .data-text .title > span {
        display: flex;
    }
    .the-best-top-expert .data-text .text {
        text-align: center;
        padding: 0 14px;
    }
    .the-best-top-expert .data-text .title > span img {
        margin: 0 7px 5px;
    }
}
@media all and (max-width: 500px) {
    .banner_button {
        right: 0;
        top: -2px;
    }
}
@media all and (max-width: 340px) {
    .the-best-top-expert {
        min-width: 320px;
        margin-left: -15px;
    }
}
/*the-best-top-expert*/
/*.vip-services-block*/
.vip-services-block {
    margin: 25px auto;
    overflow: hidden;
}
.vip-services-block > a {
    box-sizing: inherit;
    text-decoration: none;
    margin: 55px auto 0;
    display: block;
    line-height: 1;
    text-align: center;
    outline: 0;
    border-radius: 7px 0;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    padding: 15px 30px;
    border: none;
    min-width: 90px;
    transition: 0.3s;
    color: #fff;
    background: #ff5f64;
    width: 262px;
}
.vip-services-block > a:hover {
    transition: 0.3s;
    transform: scale(1.04);
    box-shadow: 0 0 10px #ff5f64;
}
.vip-services-block .data {
    padding: 50px 12px;
}
.vip-services-block .data .subtitle {
    color: #666666;
    font-size: 16px;
    font-family: 'MuseoSansRegular', sans-serif;
    text-align: center;
}
.vip-services-block .data .title {
    text-align: center;
    line-height: 55px;
    border-radius: 40px;
    margin: 0 auto;
    color: #333333;
    font-size: 30px;
    font-family: 'MuseoSansExtraBold', sans-serif;
}
.vip-services-block .data .title span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vip-services-block .data .title span img {
    max-width: 40px;
    max-height: 40px;
    margin: 0 12px 0 7px;
}
.vip-services-block .data .main-data {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.vip-services-block .data .main-data .top-chunk .chunk {
    display: flex;
    margin-bottom: 25px;
}
.vip-services-block .data .main-data .top-chunk .chunk .square {
    display: flex;
    margin-right: 30px;
}
.vip-services-block .data .main-data .top-chunk .chunk .square div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f5f5f5;
    margin: 0 2px;
}
.vip-services-block .data .main-data .top-chunk .chunk .square div.color-bg {
    background-color: #ffd34f;
}
.vip-services-block .data .main-data .top-chunk .chunk .text-block {
    margin-top: -3px;
}
.vip-services-block .data .main-data .top-chunk .chunk .text-block p {
    margin: 0;
    color: #424242;
    font-size: 14px;
}
.vip-services-block .data .main-data .top-chunk .chunk .text-block p span {
    font-weight: 700;
}
.vip-services-block .data .main-data .top-chunk .chunk-0 {
    display: flex;
    margin: 60px 0 0;
    position: relative;
}
.vip-services-block .data .main-data .top-chunk .chunk-0:before {
    content: "";
    position: absolute;
    top: -26px;
    width: 370px;
    height: 1px;
    background-color: #f0f0f1;
}
.vip-services-block .data .main-data .top-chunk .chunk-0 a {
    display: flex;
}
.vip-services-block .data .main-data .top-chunk .chunk-0 .price {
    background: url("images/Untitled-56-minsd(1)-min.png") no-repeat center;
    width: 82px;
    height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
}
.vip-services-block .data .main-data .top-chunk .chunk-0 .price p {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
.vip-services-block .data .main-data .top-chunk .chunk-0 .price p span {
    color: #303030;
    font-weight: 800;
}
.vip-services-block .data .main-data .top-chunk .chunk-0 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vip-services-block .data .main-data .top-chunk .chunk-0 .text p {
    font-size: 17px;
    color: #757575;
    font-weight: 600;
    margin: 0;
}
.vip-services-block .data .main-data .top-chunk .chunk-0 .text p span {
    font-weight: 700;
    color: #ff3244;
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .vip-services-block .data .main-data .bottom-chunk img {
        max-width: 350px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .vip-services-block .data .main-data .bottom-chunk {
        display: none;
    }
}
@media only screen and (min-width: 767px) and (max-width: 882px) {
    .vip-services-block .data .main-data .bottom-chunk img {
        max-width: 222px;
    }
}
@media only screen and (max-width: 766px) {
    .vip-services-block .data .main-data .top-chunk .chunk-0 .text {
        text-align: left;
    }
    .vip-services-block .data .subtitle {
        display: none;
    }
    .vip-services-block {
        max-width: 320px;
    }
    .vip-services-block > a {
        margin: 32px auto 0 !important;
    }
    .vip-services-block .main-data {
        flex-direction: column;
    }
    .vip-services-block .main-data .top-chunk .chunk {
        flex-direction: column-reverse;
        padding: 0;
    }
    .vip-services-block .main-data .top-chunk .chunk .text-block {
        margin-bottom: 7px;
    }
    .vip-services-block .main-data .top-chunk .chunk-0 {
        justify-content: center;
    }
    .vip-services-block .main-data .top-chunk .chunk-0 .text p {
        max-width: 160px;
    }
}
@media only screen and (max-width: 350px) {
    .vip-services-block {
        min-width: 320px;
        margin-left: -15px;
    }

    .vip-services-block .data .main-data .top-chunk .chunk .text-block p {
        font-size: 13px;
    }
    .vip-services-block .data .main-data .top-chunk .chunk .square div {
        min-width: 16px;
        min-height: 16px;
    }
}
/*.vip-services-block*/
/*page - order*/
.order-steps li:before {
    display: none!important;
}
.order-steps li{
    padding: 0!important;
}
.order-steps {
    display: flex;
    margin-top: 0!important;
    justify-content: space-between;
}
@media all and (max-width: 730px) {
    .order-steps {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
.order-info p:first-child{
    font-family: "MuseoSansRegular";
    color: #666666;
    line-height: 1.3em;
    font-size: 16px;
    box-sizing: border-box;
}
.order-info .upper {
    font-family: "MuseoSansRegular";
    line-height: 1.3em;
    font-size: 16px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    color: #e99700;
}
.order-info p {
    margin-bottom: 0;
}
.order-info p strong {
    color: #e8012d;
    font-weight: 600;
}
.vip-info {
    display: flex;
    justify-content: center;
    line-height: 2.7;
    margin-bottom: 35px;
}
.vip-info img:not(:first-child) {
    max-height: 18px;
    margin: 9px 5px 0;
}
.vip-info img:first-child {
    margin-right: 5px;
}
.vip-info a {
    color: #337ab7;
    text-decoration: none;
    margin-left: 5px;
}
@media all and (max-width: 991px) {
    .vip-info img {
        margin: inherit;
    }
    .vip-info {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 483px) {
    .vip-info img {
        max-height: 45px;
        margin-bottom: 0;
    }
    .vip-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .vip-info span {
        line-height: 2.6;
        height: 20px;
    }
    .vip-info img:not(:first-child) {
        margin: 9px 5px 0;
    }
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-personal-information-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    vertical-align: top;
    background-image: url("images/bg_order_1.png");
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 165px;
    height: 42px;
    position: absolute;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}

body .order-form-wrapper.essay-component .essay-order-form table > .t-body > tr:first-child {
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: #f9fafa;
    box-shadow: inset -2px 2px 0 2px white;
    border-bottom: 1px solid #e1e1e4;
}
body .essay-component .header {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    display: block;
    padding: 0;
    background: none;
    float: none;
    transition: none;
    margin: 20px 50px 0;
    font-size: 22px;
    font-family: "MuseoSansMedium";
    text-align: left;
    color: #333333;
    font-weight: bold;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-email-tr{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}

#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-first-name-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-email-tr > td:nth-child(1){
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 40px 0 10px 30px;
    width: 26%;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-shadow: inset 0 5px 0 0 rgba(255,255,255,1);
    vertical-align: middle;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-first-name-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-email-tr > td:nth-child(2){
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 40px 0 10px 10px;
    width: 16px;
    border: none;
    box-shadow: inset 0 5px 0 0 rgba(255,255,255,1);
    vertical-align: middle;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-first-name-tr > td:nth-child(2){
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 40px 0 10px 10px;
    width: 16px;
    border: none;
    vertical-align: middle;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-email-tr > td:nth-child(2) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-email-tr > td:nth-child(2) > div > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(images/question.png);
    background-position: 0 0;
    height: 24px;
    width: 24px;
}
body .order-form-data .personal-info-table {
    background: #f9fafa;
    -webkit-box-shadow: inset 0 8px 0 5px white;
    -moz-box-shadow: inset 0 8px 0 5px white;
    box-shadow: inset 0 8px 0 5px white;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-email-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 40px 30px 10px 15px;
    background: none;
    box-shadow: inset 0 5px 0 0 rgba(255,255,255,1);
    vertical-align: middle;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-email-tr > td:nth-child(3) > input[type=text],
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-first-name-tr > td:nth-child(3) > input[type=text],
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-last-name-tr > td:nth-child(3) > input[type=text]{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-first-name-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
    padding: 10px 30px 10px 15px;
}
#order-form #login-error {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    max-width: 100%;
    font-weight: bold;
    box-sizing: content-box;
    color: red;
    margin: 15px 0 0 ;
    display: block;
    line-height: 20px;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-last-name-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-last-name-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-last-name-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-last-name-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-last-name-tr > td:nth-child(3) > input[type=text] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(5) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(5) > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(5) > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(5) > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(5) > td:nth-child(3) > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
    display: block;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(5) > td:nth-child(3) > span > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
    display: block;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(5) > td:nth-child(3) > span > label > input[type=hidden]:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: inherit;
    font: inherit;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: content-box;
    left: -1000px;
    position: absolute;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(5) > td:nth-child(3) > span > label > input[type=checkbox]:nth-child(2){
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: inherit;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    line-height: normal;
    left: -1000px;
    position: absolute;
}

body .essay-component .checkbox-input i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    box-sizing: content-box;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0 3px -3px 0;
}
body .essay-component .checkbox-input.checked i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    box-sizing: content-box;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0 3px -3px 0;
    background-image: url(images/check-select.png);
    background-position: center left;
}

#order-form input[type=text]:hover, #order-form input[type=password]:hover {
    cursor: text;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-password-tr {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    text-align: left;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'MuseoSansRegular', sans-serif;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-password-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-password-tr > td:nth-child(2) {
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-password-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form #password {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-confirm-password-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-confirm-password-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-confirm-password-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-confirm-password-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}

#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-confirm-password-tr > td:nth-child(3) > input[type=password] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(2) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(2) > div > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(images/question.png);
    background-position: 0 0;
    height: 24px;
    width: 24px;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(2) > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    background: white;
    border-radius: 4px;
    border: solid #cfe2f3 1px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 13px;
    padding: 20px 20px 10px 20px;
    position: absolute;
    width: 300px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    margin: 4px 0 0 -46px;
    z-index: 1;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(2) > div > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-size: 13px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 8px;
    background: url("images/hint-arrow.png");
    left: 0;
    top: 0;
    margin: -8px 0 0 50px;
    padding: 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(2) > div > div > p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(2) > div:hover div {
    display: block;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-email-tr > td:nth-child(2) > div > div > p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) > table {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    box-sizing: content-box;
    width: 100%;
    border-collapse: collapse;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) > table > tbody {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) > table > tbody > tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) > table > tbody > tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 0;
    vertical-align: top;
    width: 165px;
    height: 42px;
    background: none;
    float: none;
    position: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) > table > tbody > tr > td:nth-child(1) > select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 1px 0 0;
    text-transform: none;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) > table > tbody > tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 0;
    width: 20px;
    text-align: center;
    color: #d1d2d3;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) > table > tbody > tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) > table > tbody > tr > td:nth-child(3) > input[type=text] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.phone-tr > td:nth-child(3) > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    font-style: italic;
    font-family: 'MuseoSansRegular', serif;
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
    margin-top: 15px;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(9) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(9) > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(9) > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(9) > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(9) > td:nth-child(3) > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
    display: block;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(9) > td:nth-child(3) > span > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
    display: block;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(9) > td:nth-child(3) > span > label > input[type=hidden]:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: inherit;
    font: inherit;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: content-box;
    left: -1000px;
    position: absolute;
}
#order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr:nth-child(9) > td:nth-child(3) > span > label > input[type=checkbox]:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: inherit;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    line-height: normal;
    left: -1000px;
    position: absolute;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    box-sizing: content-box;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e1e1e4;
    background: #f9fafa;
    box-shadow: inset 0 8px 0 5px white;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    display: block;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-paper-requirements-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: #f9fafa;
    box-shadow: inset -2px 2px 0px 2px white;
    border-bottom: 1px solid #e1e1e4;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-paper-requirements-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    vertical-align: top;
    background-image: url("images/bg_order_2.png");
    background-repeat: no-repeat;
    background-position: left 0;
    float: left;
    width: 165px;
    height: 41px;
    position: absolute;
    color: #666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-paper-requirements-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-paper-requirements-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-paper-requirements-tr > td:nth-child(3) > b {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    display: block;
    padding: 0;
    background: none;
    float: none;
    transition: none;
    margin: 20px 50px 0;
    font-size: 22px;
    font-family: "MuseoSansMedium";
    font-weight: 900;
    color: #333333;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-paper-requirements-tr > td:nth-child(3) > b:before {
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 40px 0 10px 30px;
    width: 26%;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-shadow: inset 0 5px 0 0 rgba(255,255,255,1);
    vertical-align: middle;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 40px 0 10px 10px;
    width: 16px;
    border: none;
    box-shadow: inset 0 5px 0 0 rgba(255,255,255,1);
    vertical-align: middle;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr > td:nth-child(2) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr > td:nth-child(2) > div > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(images/question.png);
    background-position: 0 0px;
    height: 24px;
    width: 24px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr > td:nth-child(2) > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    background: white;
    border-radius: 4px;
    border: solid #cfe2f3 1px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 13px;
    padding: 20px 20px 10px 20px;
    position: absolute;
    width: 300px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    margin: 4px 0 0 -46px;
    z-index: 1;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr > td:nth-child(2) > div > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-size: 13px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 8px;
    background: url("images/hint-arrow.png");
    left: 0;
    top: 0;
    margin: -8px 0 0 50px;
    padding: 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr > td:nth-child(2) > div > div > p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 40px 30px 10px 15px;
    background: none;
    box-shadow: inset 0 5px 0 0 rgba(255,255,255,1);
    vertical-align: middle;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-subject-tr > td:nth-child(3) > select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    text-transform: none;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(1) > span.title-label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(1) > span.presentation-title-label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(1) > span.presentation-poster-title-label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form .hint:hover div {
    display: block!important;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(2) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(2) > div > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(images/question.png);
    background-position: 0 0px;
    height: 24px;
    width: 24px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(2) > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    background: white;
    border-radius: 4px;
    border: solid #cfe2f3 1px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 13px;
    padding: 20px 20px 10px 20px;
    position: absolute;
    width: 300px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    margin: 4px 0 0 -46px;
    z-index: 1;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(2) > div > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-size: 13px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 8px;
    background: url("images/hint-arrow.png");
    left: 0;
    top: 0;
    margin: -8px 0 0 50px;
    padding: 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(2) > div > div > p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-title-tr > td:nth-child(3) > input[type=text] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-type-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-type-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-type-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form  div.essay-order-form  .paper-requirements-table .hint{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form  div.essay-order-form  .paper-requirements-table .hint i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(images/question.png);
    background-position: 0 0;
    height: 24px;
    width: 24px;
}
#order-form  div.essay-order-form  .paper-requirements-table .hint > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    background: white;
    border-radius: 4px;
    border: solid #cfe2f3 1px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 13px;
    padding: 20px 20px 10px 20px;
    position: absolute;
    width: 300px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    margin: 4px 0 0 -46px;
    z-index: 11;
}
#order-form  div.essay-order-form  .paper-requirements-table .hint > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-size: 13px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 8px;
    background: url("images/hint-arrow.png");
    left: 0;
    top: 0;
    margin: -8px 0 0 50px;
    padding: 0;
}
#order-form  div.essay-order-form  .paper-requirements-table .hint > div p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 400;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-type-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-type-tr > td:nth-child(3) > select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    text-transform: none;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-urgency-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-urgency-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-urgency-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-urgency-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-urgency-tr > td:nth-child(3) > select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    text-transform: none;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(2) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(2) > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    background: white;
    border-radius: 4px;
    border: solid #cfe2f3 1px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 13px;
    padding: 20px 20px 10px 20px;
    position: absolute;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    width: 600px;
    margin: 4px 0 0 -46px;
    z-index: 10;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(2) > div > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-size: 13px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 8px;
    background: url("/ws/images/hint-arrow.png");
    left: 0;
    top: 0;
    margin: -8px 0 0 50px;
    padding: 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(2) > div > div > p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(2) > div > div > table {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 13px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    box-sizing: content-box;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(2) > div > div > table > tbody {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 13px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(2) > div > div > table > tbody > tr:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 13px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(2) > div > div > table > tbody > tr td i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 13px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    border-collapse: collapse;
    text-align: left;
    box-sizing: content-box;
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url("images/check.gif");
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writer-level-tr > td:nth-child(3) > select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    text-transform: none;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.spacing-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.spacing-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.spacing-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.spacing-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.spacing-tr > td:nth-child(3) > select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    text-transform: none;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-currency-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-currency-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-currency-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 1px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-currency-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-currency-tr > td:nth-child(3) > select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    text-transform: none;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-cost-per-page-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-cost-per-page-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-cost-per-page-tr > td:nth-child(1) > span.cost-per-page-label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-cost-per-page-tr > td:nth-child(1) > span.presentation-cost-per-page-label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-cost-per-page-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-cost-per-page-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-cost-per-page-tr > td:nth-child(3) > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    box-sizing: content-box;
    font-size: 15px;
    font-weight: 600;
    color: #e8012d;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td.pages-count-label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td.pages-count-label > span.pages-label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    height: 38px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    display: inline-block;
    border-color: #cecece #e1e1e1 #ebebeb;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    width: 134px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.12) inset;
    background: #fbfbfb;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div > div > div > span.m {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: linear-gradient(0deg, #F1F2F2, white);
    color: #8C8C8C;
    box-sizing: border-box;
    text-align: center;
    padding-top: 9px;
    float: left;
    border-right: solid #cecece 1px;
    z-index: 1;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div > div > div > span.m:before {
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div > div > div > span.p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: linear-gradient(0deg, #F1F2F2, white);
    color: #8C8C8C;
    box-sizing: border-box;
    text-align: center;
    padding-top: 9px;
    float: right;
    border-left: solid #cecece 1px;
    z-index: 1;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div > div > div > span.p:before {
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div > div > div > input[type=text] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    line-height: inherit;
    padding: 11px 9px 9px;
    color: #322d3a;
    box-sizing: border-box;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.12) inset;
    border: none;
    position: relative;
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    border-radius: 0;
    margin: 0;
    background: white;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div > div > div > span.m > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    cursor: pointer;
    text-align: center;
    font-family: 'Material Icons';
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    font-style: normal;
    color: #8c8c8c;
    font-size: 22px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.pages-tr > td:nth-child(3) > div > div > div > span.p > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    cursor: pointer;
    text-align: center;
    font-family: 'Material Icons';
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    font-style: normal;
    color: #8c8c8c;
    font-size: 22px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-one-page-summary.service-wrapper.visible {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-one-page-summary.service-wrapper.visible > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-one-page-summary.service-wrapper.visible > td:nth-child(1) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-one-page-summary.service-wrapper.visible > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    vertical-align: bottom;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-one-page-summary.service-wrapper.visible > td:nth-child(3) > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-one-page-summary.service-wrapper.visible > td:nth-child(3) > span > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-one-page-summary.service-wrapper.visible > td:nth-child(3) > span > label > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-one-page-summary.service-wrapper.visible > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 16px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-draft.service-wrapper.visible {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-draft.service-wrapper.visible > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-draft.service-wrapper.visible > td:nth-child(1) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-draft.service-wrapper.visible > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 15px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-draft.service-wrapper.visible > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    vertical-align: bottom;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-draft.service-wrapper.visible > td:nth-child(3) > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-draft.service-wrapper.visible > td:nth-child(3) > span > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-draft.service-wrapper.visible > td:nth-child(3) > span > label > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-revision.service-wrapper.visible {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-revision.service-wrapper.visible > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-revision.service-wrapper.visible > td:nth-child(1) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-revision.service-wrapper.visible > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-revision.service-wrapper.visible > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    vertical-align: bottom;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-revision.service-wrapper.visible > td:nth-child(3) > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-revision.service-wrapper.visible > td:nth-child(3) > span > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.service-revision.service-wrapper.visible > td:nth-child(3) > span > label > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td.radio-td {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td.radio-td > label.radio-input.checked {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 600;
    margin-right: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td.radio-td > label.radio-input.checked > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    cursor: pointer;
    font-weight: 600;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td.radio-td > label.radio-input.checked > span > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    cursor: pointer;
    font-weight: 600;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 3px -3px 0;
    background-image: url(images/radio.png);
    background-position: center left;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td.radio-td > label:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 600;
    margin-right: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td.radio-td > label:nth-child(2) > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    cursor: pointer;
    font-weight: 600;
    box-sizing: content-box;
}
@media all and (max-width: 320px) {
    #order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.ws-writing-quality-tr > td.radio-td {
        padding-right: 30px;
    }
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td.radio-td > label:nth-child(2) > span > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    cursor: pointer;
    font-weight: 600;
    box-sizing: content-box;
    background-image: url(images/radio-select.png);
    background-position: center left;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 3px -3px 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-language-tr > td.radio-td > label:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 600;
    margin-right: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-style-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-style-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-style-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-style-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-style-tr > td:nth-child(3) > select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    text-transform: none;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 1px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    height: 38px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    display: inline-block;
    border-color: #cecece #e1e1e1 #ebebeb;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.12) inset;
    background: #fbfbfb;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div > div > div > span.m {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: linear-gradient(0deg, #F1F2F2, white);
    color: #8C8C8C;
    box-sizing: border-box;
    text-align: center;
    padding-top: 9px;
    float: left;
    border-right: solid #cecece 1px;
    z-index: 1;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div > div > div > span.m > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    cursor: pointer;
    text-align: center;
    font-family: 'Material Icons';
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    font-style: normal;
    color: #8c8c8c;
    font-size: 22px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div > div > div > span.m:before,
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div > div > div > span.p:before{
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div > div > div > input[type=text] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    line-height: inherit;
    padding: 11px 9px 9px;
    color: #322d3a;
    box-sizing: border-box;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.12) inset;
    border: none;
    position: relative;
    width: 150px;
    text-align: center;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    border-radius: 0;
    margin: 0;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div > div > div > span.p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: linear-gradient(0deg, #F1F2F2, white);
    color: #8C8C8C;
    box-sizing: border-box;
    text-align: center;
    padding-top: 9px;
    float: right;
    border-left: solid #cecece 1px;
    z-index: 1;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-sources-tr > td:nth-child(3) > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    font-style: italic;
    font-family: 'MuseoSansRegular', serif;
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-instructions-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-instructions-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-instructions-tr > td:nth-child(1) > span.instructions-label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-instructions-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-instructions-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-instructions-tr > td:nth-child(3) > textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    overflow: auto;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    height: 100px;
    resize: vertical;
    background: white;
    min-height: 70px;
    max-height: 200px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-attachments-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-attachments-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-attachments-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-attachments-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-attachments-tr > td:nth-child(3) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-attachments-tr > td:nth-child(3) > div > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: solid #d3d3d3 1px;
    border-radius: 2px;
    padding: 10px 25px;
    display: inline-block;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
    background: #e83545;
    color: white;
    margin-right: 20px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-attachments-tr > td:nth-child(3) > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    font-style: italic;
    font-family: 'MuseoSansRegular', serif;
    font-size: 13px;
    color: #666;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-discount-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-discount-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-discount-tr > td:nth-child(2){
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-discount-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-discount-tr > td:nth-child(3) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-discount-tr > td:nth-child(3) > div > input {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    line-height: inherit;
    padding: 9px 180px 9px 9px;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    color: #40651c;
    background: #f1ffde;
    border: solid #c2ceb3 1px;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-discount-tr > td:nth-child(3) > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    box-sizing: content-box;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: solid #d3d3d3 1px;
    border-radius: 2px;
    padding: 10px 25px;
    display: inline-block;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
    float: right;
    margin-top: -40px;
    position: relative;
    width: 120px;
    background: #e83545;
    color: white;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-discount-tr > td:nth-child(3) > div > .green-label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    box-sizing: content-box;
    font-size: 15px;
    font-weight: 600;
    color: #419900;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-additional-order-id-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-additional-order-id-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-additional-order-id-tr > td:nth-child(1) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-additional-order-id-tr > td:nth-child(1) > small {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-weight: 300;
    font-size: 80%;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-additional-order-id-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-additional-order-id-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-additional-order-id-tr > td:nth-child(3) > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-additional-order-id-tr > td:nth-child(3) > div > span > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-additional-order-id-tr > td:nth-child(3) > div > input[type=text] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    line-height: inherit;
    cursor: default;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 30px 10px 15px;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr > td:nth-child(3) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-bottom: 20px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr > td:nth-child(3) > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-bottom: 10px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr > td:nth-child(3) > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    font-style: italic;
    font-family: 'MuseoSansRegular', serif;
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr > td:nth-child(3) > span > b {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-style: italic;
    font-family: 'MuseoSansRegular', serif;
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr > td:nth-child(3) > div > div > input[type=text] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font: inherit;
    margin: 0;
    line-height: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px 180px 9px;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    background: white;
    height: 40px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-writers-id-tr > td:nth-child(3) > div > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    box-sizing: content-box;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: solid #d3d3d3 1px;
    border-radius: 2px;
    padding: 10px 25px;
    display: inline-block;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    cursor: no-drop;
    float: right;
    margin-top: -40px;
    position: relative;
    width: 120px;
    background: #e83545;
    color: white;
    opacity: 1;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td:not(.vip-services-td) {
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 0 !important;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > b {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    font-size: 22px;
    color: #333333;
    background: url("images/bg_order_3.png") left 0 no-repeat;
    padding: 30px 0 10px 0;
    display: block;
    font-family: "MuseoSansMedium";
    font-weight: 900;
    text-align: center;
    margin: 30px 0 20px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    box-shadow: 0 5px 0 0 rgba(255,255,255,1);
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
    padding: 0 120px 0px 310px;
    margin: 0 0 20px;
    list-style: none;
    background: url(images/vip_services.png) 100px 0 no-repeat;
    background-position-y: 50%;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    font-weight: 300;
    font-size: 16px;
    box-sizing: content-box;
    margin-bottom: 5px;
    list-style: none;
    margin-left: 23px;
}
@media all and (max-width: 600px) {
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li {
        margin-left: 0;
    }
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.hint-td {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    color: #666666;
    font-family: "MuseoSansRegular";
    font-weight: 300;
    font-size: 16px;
    list-style: none;
    border-collapse: collapse;
    box-sizing: content-box;
    position: static !important;
    background: none !important;
    height: 42px;
    width: 30px !important;
    float: none;
    visibility: visible;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    color: #666666;
    font-family: "MuseoSansRegular";
    font-weight: 300;
    font-size: 16px;
    list-style: none;
    border-collapse: collapse;
    box-sizing: content-box;
    padding-left: 0;
    padding-right: 0;
    visibility: visible;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 16px;
    list-style: none;
    border-collapse: collapse;
    visibility: visible;
    box-sizing: content-box;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td > span > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    border-collapse: collapse;
    visibility: visible;
    max-width: 100%;
    box-sizing: content-box;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    font-weight: normal;
    margin: 0 -10px;
    font-style: normal;
    display: block;
    border: none;
    border-radius: 3px;
    background: none;
    color: #666666;
    overflow: hidden;
    font-size: 15px;
    padding: 0 20px;
    line-height: 30px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td > span > label > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    border-collapse: collapse;
    visibility: visible;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    font-weight: normal;
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    box-sizing: content-box;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 3px;
    margin: 0 3px -3px 0;
    float: right;
    margin-top: 3px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td > span > label > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    border-collapse: collapse;
    visibility: visible;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td > span > label > p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    border-collapse: collapse;
    visibility: visible;
    cursor: pointer;
    font-style: normal;
    color: #666666;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
    float: right;
    margin: 0 8px 0 9px;
    font-weight: 600;
    font-family: 'MuseoSansRegular';
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td > span > label > p > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    border-collapse: collapse;
    visibility: visible;
    cursor: pointer;
    font-style: normal;
    color: #666666;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'MuseoSansRegular';
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td > ul > li > table > tbody > tr > td.label-td > span > label.checked > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    border-collapse: collapse;
    visibility: visible;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    font-weight: normal;
    color: #666;
    font-size: 15px;
    line-height: 30px;
    box-sizing: content-box;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 3px 3px -3px 0;
    background-image: url(images/check-select.png);
    background-position: center left;
    float: right;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td > span > label > span.vip-title {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    border-collapse: collapse;
    visibility: visible;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    box-sizing: content-box;
    color: #666;
    padding-right: 55px;
    display: inline-block;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.hint-td > div > i {
    height: 29px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font-family: "MuseoSansRegular";
    text-align: left;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
    margin-top: 30px;
    display: block;
    font-weight: 300;
    max-width: 760px;
    color: #666;
    margin-bottom: -72px;
    margin-left: 130px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > p > b {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    line-height: 25px;
    box-sizing: content-box;
    color: #333333;
    font-size: 18px;
    font-family: "MuseoSansMedium";
    font-weight: 900;
    display: block;
    text-align: center;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > p > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    font-family: "MuseoSansRegular";
    text-align: left;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
    border: 5px solid #ffc000;
    border-radius: 5px;
    background: #fcfce9;
    margin: 0 90px;
    padding: 70px 25px 10px 35px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    color: #666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
    width: 100%;
    border-collapse: collapse;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    border-collapse: collapse;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.hint-td {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    border-collapse: collapse;
    box-sizing: content-box;
    width: auto !important;
    position: static !important;
    background: none !important;
    float: left;
    height: 42px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    color: #666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    border-collapse: collapse;
    box-sizing: content-box;
    padding-left: 0px;
    padding-right: 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    text-align: left;
    font-size: 14px;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td > span > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    text-align: left;
    border-collapse: collapse;
    max-width: 100%;
    box-sizing: content-box;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    font-weight: normal;
    margin: 0 -10px;
    font-style: normal;
    display: block;
    border: none;
    border-radius: 3px;
    background: none;
    padding: 5px 20px 5px 10px;
    color: #666;
    overflow: hidden;
    font-size: 15px;
    text-transform: uppercase;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td > span > label > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    text-align: left;
    border-collapse: collapse;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    font-weight: normal;
    color: #666666;
    font-size: 15px;
    text-transform: uppercase;
    box-sizing: content-box;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 3px 3px -3px 0;
    float: right;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td > span > label > p {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: left;
    border-collapse: collapse;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    text-transform: uppercase;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
    float: right;
    margin: 0 20px 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td > span > label.checked > i {
    background-image: url(images/check-select.png);
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
    display: flex;
    justify-content: center;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 15px;
    background: none;
    min-width: 420px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    position: relative;
    font-size: 15px;
    font-family: "OpenSans";
    color: rgb(33, 33, 33);
    vertical-align: middle;
    border-radius: 2px;
    max-width: 420px;
    width: 98%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    text-align: center;
    background: url("/files/images/vip/red-star.png") no-repeat left 10px center, url("/files/images/vip/red-star.png") no-repeat right 10px center;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) > div > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-family: "OpenSans";
    text-align: center;
    box-sizing: content-box;
    float: left;
    margin-left: -70px;
    background-color: #ffd817;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    color: #1d3564;
    font-weight: bold;
    font-size: 14px;
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) > div > span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-size: 15px;
    font-family: "OpenSans";
    text-align: center;
    box-sizing: content-box;
    font-weight: bold;
    color: #df0023;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) > div > span:before,
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) > div > span:after{
    display: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) > div > a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
    box-sizing: content-box;
    font-size: 14px;
    font-family: "OpenSans";
    color: rgb(40, 115, 195);
    text-decoration: underline;
    margin-left: 5px;
    text-transform: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) > div > a:before {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(/files/images/vip/vip-icon-img.png) no-repeat center;
    margin: 0 10px 0 5px;
    background-size: contain;
    vertical-align: middle;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    text-indent: -999999px;
}
.page-id-139 .form-styled .essay-contact-form label {
    float: left;
    margin: 10px 0;
}
.page-id-139 .form-styled .essay-contact-form label + span {
    display: flex;
    height: 40px;
    justify-content: center;
    flex-direction: column;
}
.essay-contact-form .buttons-panel input[type="submit"] {
    margin: 0 6px 0 0;
    font-family: "MuseoSansRegular";
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    background: #e83545;
    display: block;
    height: 43px;
    line-height: 2.4;
    width: 160px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px!important;
    transition: .3s;
    padding: 0!important;
    border: 2px solid transparent;
}
.essay-contact-form #message-error {
    position: absolute;
}
.affiliate-program-short-wrapper .arrow-control {
    bottom: -37px!important;
}
.essay-contact-form .buttons-panel input[type="submit"]:hover {
    transition: .3s;
    background-color: #fff;
    color: #e83545;
    border: 2px solid #e83545;
    font-weight: 600;
}
body .form-styled .essay-component.essay-contact-form textarea {
    max-height: 450px;
}
body .form-styled .essay-component.essay-contact-form textarea:hover {
    cursor: text;
}
@media all and (max-width: 465px) {
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) {
        padding: 0!important;
        min-width: fit-content;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) > div > a {
        white-space: nowrap;
    }
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 10px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 0 10px 0;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.accept-div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding-top: 10px;
    text-align: left;
    font-style: normal;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.accept-div > label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    text-align: left;
    max-width: 100%;
    box-sizing: content-box;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'MuseoSansMedium', serif;
    color: #666;
    font-weight: normal;
    font-style: inherit;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.accept-div > i {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    text-align: left;
    box-sizing: content-box;
    font-style: normal;
    color: #666;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.accept-div > i > a  {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    border-collapse: collapse;
    text-align: left;
    background-color: transparent;
    box-sizing: content-box;
    text-decoration: underline;
    font-family: "MuseoSansMedium";
    color: #437ece;
    font-style: normal;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > span.total-price {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    float: none;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    margin-left: 180px;
    text-transform: uppercase;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > span.total-price > b {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    text-align: left;
    text-transform: uppercase;
    box-sizing: content-box;
    color: #ee5547;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.wrap-order-submit {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    float: none;
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 5px auto 0;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.wrap-order-submit > span.on-disabled-button-click-text {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    border-collapse: collapse;
    cursor: pointer;
    text-align: center;
    box-sizing: content-box;
    color: red;
    margin-top: -31px;
    position: static;
    display: inline-block;
    margin-left: -110px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.wrap-order-submit > a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    z-index: 10;
    font-size: 18px;
    padding: 10px 50px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'MuseoSansMedium';
    background: #e8012d;
    border: solid #e8012d 1px;
    display: block;
    width: 100px;
    margin: 0 180px;
    position: static;
    text-align: center;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.wrap-order-submit > a:hover {
    color: #fff!important;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-price-disclaimer-tr {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-price-disclaimer-tr > td:nth-child(1) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 60px 30px;
    width: 26%;
    vertical-align: top;
    color: #666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-price-disclaimer-tr > td:nth-child(2) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 18px 0 60px 10px;
    vertical-align: top;
    width: 16px;
    border: none;
    box-shadow: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-price-disclaimer-tr > td:nth-child(3) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 10px 0 60px 0;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-price-disclaimer-tr > td:nth-child(3) > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    box-sizing: content-box;
    margin-top: 30px;
    text-align: center;
    margin-left: -90px;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-price-disclaimer-tr > td:nth-child(3) > div > b {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444444;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    box-sizing: content-box;
}
#order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-price-disclaimer-tr > td:nth-child(3) > div {
    background: transparent;
}
.essay-order-form .line-sep {
    background: transparent!important;
    margin: 0!important;
}
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.accept-div > label > i {
    margin: 0 0 3px;
}
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.progressive-delivery.service-wrapper.visible {
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444;
    border-collapse: collapse;
    box-sizing: content-box;
    background: none;
}
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.progressive-delivery.service-wrapper.visible > td:nth-child(1) div{
    color: #666;
    font-weight: 700;
    font-family: "MuseoSansRegular";
    font-size: 14px;
}
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.service-draft.service-wrapper > td:nth-child(1) > div {
    text-align: left;
    color: #666;
    font-weight: 400;
    font-family: "MuseoSansRegular";
    font-size: 14px;
}
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.service-draft.service-wrapper > td:nth-child(1) {
    padding-left: 30px;
}
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.service-draft.service-wrapper > td:nth-child(3) {
    padding-left: 15px;
    padding-top: 18px;
}
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.progressive-delivery.service-wrapper.visible > td:nth-child(1){
    line-height: 1.42857143;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 20px 0 10px 30px;
    width: 26%;
    vertical-align: top;
    color: #666;
    font-family: "MuseoSansRegular";
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.progressive-delivery.service-wrapper.visible > td:nth-child(3) {
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "MuseoSansMedium";
    color: #444;
    border-collapse: collapse;
    box-sizing: content-box;
    padding: 19px 30px 10px 15px;
    vertical-align: bottom;
    background: none;
}
@media(max-width: 991px){
    .page-id-130 main > .container{
        max-width: 750px;
        padding: 0 20px;
    }
    body .hint.w-level-hint table{
        display: none;
    }

    body .data-table .actions .drop-down > div{
        z-index: 2;
    }

    body .data-table .actions .drop-down li{
        line-height: 20px;
    }


    body .request-revision-form-wrapper .notice{
        margin-top: 0;
    }

    body .request-revision-form-wrapper .on-disabled-button-click-text{
        display: block;
    }

    body .request-revision-form-wrapper .link-submit {
        background: #e8012d;
        border: solid #e8012d 1px;
        color: white;
        border-radius: 5px;
    }

    body .tabs-component .component-tab-content {
        padding: 20px 10px 20px;
    }
    body .essay-order-details .order-details-head .details-list li:last-child{
        float: none;
    }
    body .essay-order-details .order-details-head .details-list li{
        display: block;
    }
    body .essay-order-details .order-details-head .sep {
        margin: 10px 0 25px;
    }
    body .essay-order-details .data-table td:first-child .material-icons {
        float: none;
    }
    body .essay-order-details .order-details-head {
        margin: 10px 0 15px 0;
    }
    body .component-tab-content .data-table tbody tr td{
        padding: 5px;
    }
    .essay-component.essay-order-view-details.essay-order-details.tabs-component .data-table.files-dt tbody tr td{
        padding: 5px!important;
    }
    body .component-tab-content .data-table{
        margin-bottom: 0;
    }

    body .essay-order-details .data-table td:first-child .material-icons{
        float: none;
    }

    body .essay-component .hint table tr{
        display: table-row !important;
    }
    body .essay-order-form .w-level-hint div{
        width: 100%;
        max-width: 300px;
    }
    body .essay-order-form .w-level-hint div p{
        text-align: left;
    }
    body .essay-component .hint table tr td, body .essay-component .hint table tr th{
        display: table-cell !important;
        word-break: break-all;
    }

    body .essay-order-form .t-body > tr > td:nth-child(2) {
        float: left;
        text-align: center;
        width: 30px!important;
        padding: 6px 0 0 0!important;
    }
    body .order-form-data .paper-requirements-table tr:first-child td:first-child{
        width: 30px !important;
    }

    body .essay-order-form .paper-requirements-table .price-disclaimer {
        padding: 0 20px;
        margin-left: 0!important;
    }
    body a.link-submit.order-submit.flat-button.orange-b{
        margin: 0 auto!important;
    }
    body .essay-order-form .accept-div {
        padding-left: 0!important;
        text-align: center!important;
    }
    body .essay-order-form .total-price{
        text-align: center!important;
        margin-left: 0!important;
    }
    body .order-form-wrapper .wrap-order-submit .on-disabled-button-click-text{
        margin-left: 0!important;
    }
    body .order-form-wrapper.essay-component .essay-order-form table > .t-body > tr:first-child td:nth-child(1) {
        display: none;
    }
    body .essay-calculator-wrapper .select-currency {
        float: none;
        width: 100%;
        background: none;
        border: none;
    }
    body .essay-calculator-wrapper .select-currency span.currency {
        width: 100%;
        margin-left: 0;
    }
    body .main_miniorder {
        width: 75%;
        max-width: 100%;
        top: 10px;
        margin-top: 20px;
        position: static;
    }
    body .essay-miniorder-form.essay-component form input[type="submit"]{
        margin: 30px auto 0;
    }
    body .essay-miniorder-form table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    body .order-form-data .personal-info-table tr:first-child td:first-child, body .order-form-data .paper-requirements-table tr:first-child td:first-child, body .order-form-wrapper .vip-services-td .hdr {
        background: none!important;
    }
    body .order-form-data .personal-info-table{
        display: block;
        padding-bottom: 20px;
    }
    body .order-form-wrapper.essay-component .order-form-data table tbody.t-body tr, body .order-form-wrapper.essay-component .order-form-data table tbody.t-body tr td:nth-child(1), body .order-form-wrapper.essay-component .order-form-data table tbody.t-body tr td:nth-child(3), body .order-form-wrapper.essay-component .order-form-data table tbody.t-body {
        display: block;

    }
    body .order-form-wrapper.essay-component .order-form-data table tbody.t-body,  body .order-form-wrapper.essay-component .order-form-data table tbody.t-body tr, .order-form-wrapper.essay-component .order-form-data table tbody.t-body tr td:nth-child(1) {
        width: 100%!important;
        box-sizing: border-box!important;
        display: contents;
    }
    body .order-form-data .personal-info-table, body .order-form-wrapper.essay-component .order-form-data table > .t-body > tr:first-child, body .order-form-wrapper.essay-component .order-form-data table > .t-body > tr:nth-child(2) td, body .order-form-wrapper .vip-services-td .hdr, body .order-form-data .paper-requirements-table{
        box-shadow: none!important;
    }
    body .order-form-wrapper.essay-component .essay-order-form table > .t-body > tr:first-child{
        border-bottom: none;
    }
    body .essay-order-form .apply-discount-input input[type="text"], body .essay-order-form .add-writer-input input[type="text"] {
        padding-right: 5px!important;
    }
    body .order-form-wrapper .vip-services-td .vip-services-list {
        padding: 0 30px 0 170px!important;
        margin: 0 0 20px!important;
        list-style: none!important;
        background: url(images/vip_services.png) 15px 50% no-repeat!important;
    }
    body .order-form-wrapper .vip-services-td .vip-services-list li label p {
        line-height: 30px;
    }
    body .essay-component .vip-services-td .vip-services-list .checkbox-input i {
        margin-top: 4px;
    }
    body .essay-component .vip-services-td .services-package .checkbox-input i{
        margin-top: 0;
    }
    body .services-package {
        margin: 10px 30px!important;
    }
    body .order-form-wrapper .vip-services-td .services-package label p {
        line-height: 18px;
    }
    body .order-form-wrapper .vip-services-td .offer-label {
        margin-left: 70px!important;
    }
    body .order-form-wrapper .vip-services-td .offer-label b {
        padding-left: 215px!important;
        line-height: 18px!important;
    }
    body .order-form-wrapper.essay-component .order-form-data table > .t-body > tr:nth-child(2) td {
        padding-bottom: 0!important;
        padding-top: 0!important;
    }
    body .order-form-wrapper.essay-component table > .t-body > tr:nth-child(2) td:first-child{
        padding-top: 20px;
    }
    body .essay-component .t-body > tr > td:first-child {
        padding-top: 10px!important;
        padding-bottom: 0 !important;
        padding-left: 30px!important;
    }
    body .essay-order-form .t-body > tr > td:nth-child(3) {
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-left: 30px!important;
    }
    body .order-form-wrapper.essay-component table > .t-body > tr:first-child{
        border: none;
    }
    body .order-form-wrapper .vip-services-td .hdr{
        border-bottom: none;
    }
    body .essay-component .form-button {
        background: #e83545!important;
        color: white!important;
        display: block!important;
        float: none!important;
        width: 125px!important;
        border-radius: 5px!important;
        margin: 10px auto!important;
    }
    body .essay-order-form .add-file .form-button {
        margin: 10px auto!important;
        display: block!important;
    }
    body .order-form-wrapper.essay-component .header {
        text-align: center;
    }
    body .component-tab-content .data-table, .component-tab-content .data-table tbody, .component-tab-content .data-table tbody tr, .component-tab-content .data-table tbody tr td{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    body .component-tab-content .data-table thead th{
        display: none;
    }

    body .essay-component .component-tab-content .header {
        font-size: 23px;
        margin: 20px 0px 0px;
    }
    body .tabs-component .component-tab-content {
        padding: 50px 10px;
    }
    body .tabs-component .component-tabs-controls li a, body .tabs-component .component-tabs-controls li a:hover{
        font-size: 13px;
        padding: 20px 4px;
    }
    body .component-tab-content .data-table tbody tr:nth-child(2n+1){
        background: white;
    }
    .essay-component .data-table tbody tr.vip {
        background-color: #fef7e9!important;
    }
    body .component-tab-content .cols-table tbody tr:nth-child(2) td:last-child b{
        width: 146px;
    }
    body .component-tab-content .cols-table tbody tr:nth-child(2) td:last-child span:first-child{
        padding-right: 20px;
        width: 243px;
    }
    i.no-wrap.font-style-normal {
        padding-right: 16px;
    }
    body form.contacts.reset-on-success div {
        text-align: left;
    }
    body .essay-component.essay-contact-form input[type="text"], body .essay-component.essay-contact-form input[type="password"], body .essay-component.essay-contact-form input[type="file"], body .essay-component.essay-contact-form  textarea, body .essay-component.essay-contact-form  select, body .essay-component.essay-contact-form  .pm-input input, body .essay-component.essay-contact-form .multiinput {
        width: 100%;
    }
    .formMessage label {
        line-height: 20px;
        vertical-align: top;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td {
        width: 100%;
    }
}
@media all and (max-width: 815px) {
    #order-form  .paper-requirements-table tbody > tr:not(.ws-writing-quality-tr) .hint > div {
        left: 75px;
    }
    #order-form div.essay-order-form .paper-requirements-table .hint > div > span {
        margin: -8px 0 0 11px!important;
    }
    #order-form div.essay-order-form .paper-requirements-table .writing-quality-item .hint > div > span {
        margin: -8px 0 0 80%!important;
    }
}
@media all and (max-width: 414px) {
    #order-form .paper-requirements-table tbody > tr:not(.ws-writing-quality-tr) .hint > div {
        left: 45px;
        width: 235px!important;
    }
    ul.cards {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .ps-item .circle {
        width: 163px;
        height: 163px;
    }
    .ps-item .ps-content {
        padding: 220px 25px 0 25px;
    }
    body .owl-carousel .owl-nav button.owl-prev {
        left: 11px;
    }
    body .owl-carousel .owl-nav button.owl-next {
        right: 11px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .second-block-items .second-block-item {
        min-width: 250px;
    }
    .second-block-items .sb-ul {
        padding: 0 0 0 57px;
    }
    .second-block-items .second-block-item + div.clr {
        display: none;
    }
    .second-block-items {
        display: flex;
        justify-content: space-between;
    }
    .second-block-items .second-block-item:before {
        width: 230px;
        height: 230px;
    }
    .second-block-items .sb-ul li {
        line-height: 1.5;
    }
}
@media only screen and (min-width: 768px) and (max-width: 860px){
    .second-block-items .sb-ul {
        padding: 0 0 0 36px;
    }
}
@media (width: 768px){
    .second-block-items .sb-ul {
        padding: 0 0 0 28px;
    }
    .disc_block_main {
        display: flex;
    }
}
@media(max-width: 690px){
    .ae-order #order-form {
        padding: 0 15px;
    }
    body div .ae-order {
        padding: 30px 0 0;
    }
    body .essay-component .hint div {
        margin: 4px 0 0 0;
        box-sizing: border-box;
    }
    body .essay-component .hint div > span {
        margin: -8px 0 0 5px;
    }
    .ae-miniorder {
        margin-top: 0;
    }
    body .ae-miniorder .essay-component .header{
        border: none;
        box-shadow: none;
        background-image: none;
        margin: 0;
    }
    body .ae-order {
        padding: 30px 0;
        margin: 0 -20px;
    }
    body .order-form-wrapper .vip-services-td .hdr {
        margin: 30px 0 10px;
    }
    body .order-form-wrapper .vip-services-td .vip-services-list {
        padding: 310px 30px 20px 30px!important;
        margin: 0 0 20px!important;
        list-style: none!important;
        background: url(images/vip_services_mob.png) top no-repeat!important;
    }
    body .order-form-wrapper .vip-services-td .offer-label {
        max-width: 460px;
        line-height: 25px;
        padding: 0 60px 0 100;
        margin-bottom: -90px;
        margin-left: -30px;
    }
    body .services-package {
        padding: 90px 25px 10px 35px;
    }
    body .order-form-wrapper .vip-services-td .offer-label b {
        padding-left: 0;
        text-align: center;
    }
    body .order-form-wrapper.essay-component .essay-order-preview {
        padding: 0 0 60px 0;
    }
    body .payments-wrapper.essay-component {
        padding: 40px 20px;
    }

    body .essay-order-details .order-details-head .toolbar .actions-list li a{
        margin-right: 0;
    }
    .save-block:before{
        left: -7px;
    }
}
@media all and (max-width: 461px) {
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-instructions-tr > td:nth-child(1) {
        margin-top: 45px;
    }
}

@media all and (max-width: 345px) {
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table {
        display: contents;
    }
}
@media all and (max-width: 638px) {
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.accept-div > label {
        margin: -5px 0 0;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3) > div.accept-div {
        display: flex;
    }
}
@media all and (max-width: 595px) {
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > p > b {
        padding: 0!important;
        text-align: center;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div {
        padding: 70px 25px 10px 25px;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > p {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        margin: 0 0 -87px 0 !important;
    }
}
@media all and (max-width: 558px) {
    .order-form-wrapper .vip-services-td .services-package label .discount {
        margin: 5px 15px 0!important;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.vip-account-become.vip-account-account > td:nth-child(3) > div {
        min-width: 275px;
    }
    body .order-form-wrapper .vip-services-td .vip-services-list {
        background-size: 50% 30%!important;
        background-position-y: 32px!important;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li {
        padding-left: 0;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td > span > label > p {
        float: left;
        margin-left: 0;
    }
    body .essay-component .vip-services-td .vip-services-list .checkbox-input i, body .essay-component .vip-services-td .services-package .checkbox-input i {
        float: left!important;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-terms-tr > td:nth-child(3),
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-price-disclaimer-tr > td:nth-child(3){
        padding: 0!important;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > ul > li > table > tbody > tr > td.label-td > span > label > span.vip-title {
        line-height: 1.8;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > p {
        font-size: 15px;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td > span > label {
        padding: 5px 0 5px 19px;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td > span > label > i,
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td > span > label > p{
        margin: 0;
    }
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-vip-services-tr.ws-vip-services > td.vip-services-td > div > table > tbody > tr > td.label-td > span > label > p {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    body .services-package {
        margin: 10px 12px!important;
    }
}
@media all and (max-width: 460px) {
    body .order-form-wrapper .vip-services-td .vip-services-list {
        background-size: 54% 25%!important;
    }
}
@media all and (max-width: 435px) {
    body .order-form-wrapper .vip-services-td .vip-services-list {
        background-size: 54% 19%!important;
    }
}
@media all and (max-width: 400px) {
    body .order-form-wrapper .vip-services-td .vip-services-list {
        padding: 200px 30px 20px 30px!important;
    }
}
@media all and (max-width: 395px) {
    #order-form > div.essay-order-form > div.order-form-data > table.personal-info-table > tbody > tr.ws-personal-information-tr > td:nth-child(3),
    #order-form > div.essay-order-form > div.order-form-data > table.paper-requirements-table > tbody > tr.ws-paper-requirements-tr > td:nth-child(3){
        padding: 10px 0 0!important;
    }
}
@media all and (max-width: 360px) {
    body .order-form-wrapper .vip-services-td .vip-services-list {
        background-size: 44% 14%!important;
    }
}
@media all and (max-width: 320px) {
    body .order-form-wrapper .vip-services-td .vip-services-list {
        background-size: 59% 14%!important;
    }
}
#order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.ws-writing-quality-tr > td:nth-child(1) {
    text-align: left;
    padding: 20px 0 10px 30px;
    font-family: "MuseoSansRegular";
    font-size: 14px;
    font-weight: 300;
    box-sizing: content-box;
    color: #666;
}
@media all and (max-width: 415px) {
    #order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.ws-writing-quality-tr > td.radio-td > div > div > div.hint > div {
        max-width: 220px;
    }
}
@media all and (max-width: 330px) {
    #order-form > div.essay-order-form > div.order-form-data > table > tbody > tr.ws-writing-quality-tr > td.radio-td > div > div > div.hint > div {
        max-width: 185px;
    }
}
/*page - order*/

/*ae-top-login*/
body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content.visible {
    background: rgba(255,255,255,1);
    padding: 10px 25px 0;
}
body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content {
    width: 375px;
    right: -25px;
    top: 65px;
    height: fit-content;
    max-height: fit-content;
}
body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content.visible form label{
    margin-bottom: 0;
}
body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content.visible form {
    padding: 0 15px;
}
body .header-login .mini-wrapper.top-login-wrapper .col {
    margin-bottom: 0;
}
body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content.visible form input[type="text"],
body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content.visible form input[type="password"]{
    height: 39px;
}
body .mini-wrapper.essay-login-form .links-list {
    margin: 20px 0 20px 0;
    float: left;
    text-align: left;
}
body .mini-wrapper.essay-login-form form input[type="submit"] {
    color: #FFF!important;
    width: 100px;
    margin: 20px auto 30px;
    text-align: center;
    float: right;
    display: block;
    background: #e83545;
    border: solid #e83545 1px;
    height: 42px;
    border-radius: 5px;
    line-height: 0;
    text-transform: uppercase;
    font-weight: 800;
}
body .mini-wrapper.essay-login-form form input[type="submit"]:hover {
    color: #e83545!important;
    background: #fff;
    border: solid #e83545 2px;
}
body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .links-list li {
    cursor: pointer;
    font-family: "MuseoSansMedium";
    color: #444444;
    font-size: 16px;
    box-sizing: content-box;
    list-style: none;
    background: none;
    padding: 3px 3px 3px 15px;
    float: none;
    line-height: 20px;
}
body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .links-list li a {
    font-size: 14px;
    border-bottom: none;
    text-decoration: none;
    color: #666;
}
@media all and (max-width: 1730px) {
    body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content {
        right: 0;
    }
}
@media all and (max-width: 590px) {
    body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content {
        left:0;
        margin: auto;
    }
}
@media all and (max-width: 390px) {
    body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content {
        width: 300px;
    }
    body .mini-wrapper.essay-login-form form input[type="submit"] {
        float: none;
        margin: 0 auto 0;
        line-height: .8;
    }
    body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content .close-mark{
        display: block;
    }
}
@media all and (max-height: 320px) {
    body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar {
        width: 7px;
    }
    body .header-login .ae-top-login .mini-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar-thumb {
        background: #e83545;
        border-radius: 10px;
    }
    body .header-login .ae-top-login .mini-wrapper.top-login-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }
}

body .user-area-wrapper .info-list li.additional-field-name {
    cursor: pointer;
    font-family: "MuseoSansMedium";
    color: #444444;
    list-style: disc outside;
    box-sizing: content-box;
    font-size: 14px;
    margin-bottom: 10px;
    background: #FFD555;
    height: 70px;
    padding-left: 30px;
    float: none;
    line-height: 20px;
    display: block;
}
.user-area-wrapper .info-list .additional-field-name span {
    display: none!important;
}
body .user-area-wrapper .info-list .additional-field-name b a {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 70px;
    text-align: left;
    text-decoration: none;
}
.mini-wrapper.top-user-area-wrapper .top-dd-wrapper .drop-down-content {
    width: 375px;
    border: none;
    height: fit-content;
}

body .mini-wrapper.user-area-wrapper .close-mark {
    text-align: center;
    color: #444444;
    box-sizing: content-box;
    font-family: normal;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    top: 5px;
    right: 5px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
}
.header-login .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a {
    margin: 0;
    background: #fff;
    display: inline-block;
    transition: all .3s linear;
    border: 2px solid #FFD555;
    width: 108px;
    height: 43px;
    border-radius: 5px;
    padding: 12px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #424242;
    font-family: 'MuseoSansRegular', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.header-login .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a span {
    display: none;
}
.header-login .user-area-wrapper .menu-list li i {
    margin: 3px 3px 0 0;
}
.header-right.pull_right > div.header-login > div > div > div > div > div.drop-down-content.visible > ul.info-list > li:nth-child(2) {
    position: relative;
}
.header-right.pull_right > div.header-login > div > div > div > div > div.drop-down-content.visible > ul.info-list > li:nth-child(2) > span.vip-star {
    position: absolute;
    left: 132px;
    top: 40px;
}
.header-login .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a:after {
    content: "My account";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
body .header-login .user-area-wrapper .menu-list {
    border-bottom: none;
}
body .header-login  .user-area-wrapper .info-list {
    background: none;
    padding: 0;
    text-align: left;
    border-bottom: none;
}
body .header-login .user-area-wrapper .info-list li {
    float: none;
    line-height: 20px;
    display: block;
    padding-left: 30px;
}
body .header-login .user-area-wrapper .info-list li span {
    cursor: pointer;
    font-family: "MuseoSansMedium";
    list-style: disc outside;
    line-height: 20px;
    box-sizing: content-box;
    display: block;
    color: #979ca7;
    font-size: 14px;
}
body .header-login .user-area-wrapper .info-list li b {
    cursor: pointer;
    font-family: "MuseoSansMedium";
    list-style: disc outside;
    font-size: 14px;
    line-height: 20px;
    box-sizing: content-box;
    color: #444;
    font-weight: 600;
}
.user-area-wrapper .info-list li a.get-vip-status {
    font-family: "MuseoSansMedium";
    list-style: disc outside;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    box-sizing: content-box;
    color: #666666;
    text-decoration: underline;
    display: block;
}
.user-area-wrapper .info-list li a.get-vip-status:before {
    display: none!important;
}
.header-login .user-area-wrapper .drop-down-content.visible > ul.info-list.bg-color-1.bg-lighten-3 > li:nth-child(2) {
    position: relative;
}
.header-login .user-area-wrapper .drop-down-content.visible > ul.info-list.bg-color-1.bg-lighten-3 > li:nth-child(2) > span.vip-star {
    position: absolute;
    left: 133px;
    top: 40px;
}
.header-login .user-area-wrapper .info-list li a {
    color: #e39703;
    text-decoration: underline;
}
.header-login .user-area-wrapper .menu-list li a {
    border-bottom: none;
}
body .header-login .user-area-wrapper .menu-list li a {
    color: #444;
    font-size: 14px;
    padding: 5px 30px 5px 7px;
}
.header-login .mini-wrapper.user-area-wrapper .menu-list li .icon:after {
    color: #004270;
    opacity: .7;
}
@media all and (max-width: 590px) {
    .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .drop-down-content {
        left: 0!important;
        margin: auto;
    }
}
.ae-orders > div .ws-container.payment > b {
    margin: 0 0 15px;
}
.ae-orders > div > div > span.welcome-header {
    line-height: 1.3;
}
@media all and (max-width: 568px) {
    .header-login .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a span:after {
        left: 131px;
    }
    .essay-component .data-table tbody tr td:last-child, .essay-component .data-table .tbody .row .td:last-child {
        padding-right: 5px!important;
    }
   .ae-orders > div > div > table > tbody > tr:nth-child(2) > td:nth-child(2) {
        max-width: 150px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .payments-wrapper table.info-table tr td:first-child, .ae-orders > div > div > span.welcome-header > i,
    .payments-wrapper .payments-list li p{
        text-align: left;
    }
    .ae-orders > div > div > span.welcome-header {
        font-size: 20px;
    }
    .ae-orders > div .ws-container.payment b {
        font-size: 18px;
    }
    .payments-wrapper .payment-info input[type="text"] {
        display: block;
        margin: 0;
    }
}
.mini-wrapper .top-dd-wrapper .top-label .ava {
    display: none!important;
}
@media all and (max-width: 390px) {
    .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .drop-down-content {
        width: 300px;
    }
}
@media all and (max-height: 667px) {
    body .header-login .ae-top-login .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar {
        width: 7px;
    }
    body .header-login .ae-top-login .mini-wrapper .top-user-area-wrapper .drop-down-content::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    body .header-login .ae-top-login .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar-thumb {
        background: #e83545;
        border-radius: 10px;
    }
    body .header-login .ae-top-login .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }
}
/*ae-top-login*/
/*page order*/
#order-form div.essay-order-form .paper-requirements-table  .ws-writing-quality-tr .hint > div {
    border-collapse: collapse;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    line-height: 25px;
    box-sizing: content-box;
    font-size: 16px;
}
#order-form div.essay-order-form .paper-requirements-table .ws-writing-quality-tr .hint > div b {
    font-weight: 800;
}
#order-form div.essay-order-form .paper-requirements-table .ws-writing-quality-tr .hint i {
    z-index: 9;
}
.order-form-wrapper .writing-quality-wrapper .writing-quality-item label {
    z-index: 9;
    position: relative;
}
#order-form div.essay-order-form .paper-requirements-table .writing-quality-item .hint > div > span {
    margin: -8px 0 0 80%;
}
/*page order*/

#footer-baner .baner_content .banner_button_show {
    display: block;
    background: #e94b3a;
    width: 70px;
    height: 70px;
    transition: 0.5s;
    position: fixed;
    transform: rotate(-45deg);
    bottom: 20px !important;
    left: 20px;
    line-height: 1;
    border-radius: 50%;
    padding-top: 13px;
    opacity: 1;
    top: inherit;
}
#footer-baner .baner_content .banner_button_show:hover {
    transition: .3s;
    transform: scale(1.04);
    box-shadow: 0 0 10px #e94b3a;
}
#footer-baner .baner_content .banner_button_show:before {
    content: "Special OFFER";
    color: white;
    width: 35px;
    font-size: 16px;
    line-height: 1;
    font-style: italic;
    opacity: 1;
}
.hide_show_button.plugin.first-line-bottom.footer-hidden .banner_button.banner_button_show {
    display: none!important;
}
/*page order*/
.page-data-order .new-order-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.page-data-order .new-order-steps .chunk {
    display: flex;
    justify-content: start;
    border: 2px solid #ffedd9;
    border-radius: 6px;
    position: relative;
    width: 285px;
    height: 80px;
    margin: 0 auto;
}
.page-data-order .new-order-steps .chunk:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 10px solid #ffc000;
    border-bottom: 8px solid transparent;
    right: -3px;
    bottom: -6px;
    transform: rotate(39deg);
}
.page-data-order .new-order-steps .chunk .data-img {
    background-color: #fffbed;
    height: 75px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.page-data-order .new-order-steps .chunk .data-img img {
    max-width: fit-content!important;
}
.page-data-order .new-order-steps .chunk .data-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.page-data-order .new-order-steps .chunk .data-text p {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    text-align: left;
}
.page-data-order .new-order-steps .chunk .data-text p:first-child {
    max-width: 116px;
}
.page-data-order .new-order-steps .chunk .data-text p:nth-child(2) {
    max-width: 105px;
}
.page-data-order .new-order-steps .chunk .data-text p:last-child {
    max-width: 175px;
}
.page-data-order .new-order-steps .chunk .data-text p span {
    font-weight: 700;
}
.page-data-order .new-order-steps .owl-prev, .page-data-order .new-order-steps .owl-next{
    display: none;
}
@media all and (max-width: 939px) {
    .page-data-order .new-order-steps .chunk {
        margin: 0 auto;
    }
}
/*page order*/
/*page /affiliate/*/
@media all and (max-width: 1115px) {
    .page-id-1618 .affiliate-page-wrapper .text-with-image iframe {
        max-width: 100%;
    }
}
@media all and (max-width: 991px) {
    .page-id-1618 .affiliate-page-wrapper .text-with-image iframe {
        margin: 0 auto;
        display: block;
    }
}
@media all and (max-width: 480px) {
    .page-id-1618 .affiliate-page-wrapper .text-with-image iframe {
        max-height: 250px;
        max-width: 320px;
    }
}
@media all and (max-width: 350px) {
    .page-id-1618 .affiliate-page-wrapper .text-with-image iframe {
        max-width: 290px;
    }
}
/*page /affiliate/*/
/*event timer block*/
.timer-block.time-is-lost {
    transition: .7s;
    position: relative;
    background: linear-gradient(264deg, rgba(255,55,55,1) 3%, rgba(170,3,9,1) 45%, rgba(70,8,10,1) 100%);
}
.timer-block.time-is-lost * {
    display: none;
}
.timer-block.time-is-lost:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    content: 'time is up 😞...';
    display: flex;
    align-items: center;
    justify-content: center;
}
/*event timer block*/
.boxes:last-child {
    margin-bottom: 35px;
}
.boxes .question .quest {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.boxes .question .quest:hover {
    cursor: pointer;
    opacity: .7;
}
.boxes .question .quest:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    transition: .3s;
}
.boxes.active .question .quest:before {
    transition: .3s;
    transform: rotate(180deg);
}
.boxes.active .question .quest {
    color: #e83545;
}
.boxes .answer{
    height: 0;
    overflow: hidden;
}
.boxes.active .answer {
    height: auto;
    overflow: unset;
}

/* hidden bottom banner */
@media all and (max-width: 767px) {
    #footer-baner:not(.holiday_disount) {
        display: none!important;
    }
}
@media only screen and (max-device-width: 812px) and (orientation:landscape) {
    #footer-baner:not(.holiday_disount) {
        display: none!important;
    }
}
/* END hidden bottom banner */

/*writing quality*/
.wq-block{
    max-width: 1066px;
    margin: 30px auto;
}
.wq-block img{
    width: 100%;
    max-width: 100%;
}
.wq-block .mob{
    display: none;
}
@media all and (max-width: 767px){
    .wq-block{
        max-width: 320px;
    }
    .wq-block .lg{
        display: none;
    }
    .wq-block .mob{
        display: block;
    }
}
/*writing quality*/