@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url("/files/fonts/lato/latoregular.ttf") format("ttf"),
    url("/files/fonts/lato/latoregular.woff") format("woff"),
    url("/files/fonts/lato/latoregular.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 400;
    font-style: italic;
    src: url("/files/fonts/lato/latoitalic.ttf") format("ttf"),
    url("/files/fonts/lato/latoitalic.woff") format("woff"),
    url("/files/fonts/lato/latoitalic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url("/files/fonts/lato/latomedium.ttf") format("ttf"),
    url("/files/fonts/lato/latomedium.woff") format("woff"),
    url("/files/fonts/lato/latomedium.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 500;
    font-style: italic;
    src: url("/files/fonts/lato/latomediumitalic.ttf") format("ttf"),
    url("/files/fonts/lato/latomediumitalic.woff") format("woff"),
    url("/files/fonts/lato/latomediumitalic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    src: url("/files/fonts/lato/latosemibold.ttf") format("ttf"),
    url("/files/fonts/lato/latosemibold.woff") format("woff"),
    url("/files/fonts/lato/latosemibold.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 600;
    font-style: italic;
    src: url("/files/fonts/lato/latosemibolditalic.ttf") format("ttf"),
    url("/files/fonts/lato/latosemibolditalic.woff") format("woff"),
    url("/files/fonts/lato/latosemibolditalic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url("/files/fonts/lato/latobold.ttf") format("ttf"),
    url("/files/fonts/lato/latobold.woff") format("woff"),
    url("/files/fonts/lato/latobold.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 700;
    font-style: italic;
    src: url("/files/fonts/lato/latobolditalic.ttf") format("ttf"),
    url("/files/fonts/lato/latobolditalic.woff") format("woff"),
    url("/files/fonts/lato/latobolditalic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 800;
    font-style: normal;
    src: url("/files/fonts/lato/latoblack.ttf") format("ttf"),
    url("/files/fonts/lato/latoblack.woff") format("woff"),
    url("/files/fonts/lato/latoblack.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    font-weight: 800;
    font-style: italic;
    src: url("/files/fonts/lato/latoblackitalic.ttf") format("ttf"),
    url("/files/fonts/lato/latoblackitalic.woff") format("woff"),
    url("/files/fonts/lato/latoblackitalic.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    src: url("/files/fonts/Montserrat/Montserrat-SemiBold.ttf") format("ttf"),
    url("/files/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
    url("/files/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url("/files/fonts/Montserrat/Montserrat-Bold.ttf") format("ttf"),
    url("/files/fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
    url("/files/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url("/files/fonts/Montserrat/Montserrat-Medium.ttf") format("ttf"),
    url("/files/fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
    url("/files/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
}
.valign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .essay-component * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-scroll {
    overflow: hidden;
}
*, *:active, *:focus,
body .form-control:focus {
    outline: none;
}

img:not(.overflown) {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 15px;
}

.red {
    color: #e14e46;
}

.bold {
    font-weight: 700;
}

.texture {
    background: url(../images/pattern-ancient.png) right top repeat-x;
    height: 50px;
    text-align: center;
}
.clear {
    clear: both;
}
body .animated {
    transform: scale(1);
    transition: 0.5s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    min-width: 140px;
    max-width: 100%;
    padding: 11px 15px;
    border: 1px solid transparent;
    background: transparent;
    color: #ffffff;
    width: 140px;
    line-height: normal;
    transition: color, border-color, background 0.3s;
}

.button:hover {
    text-decoration: none;
    color: #ffffff;
}

.button.button-primary-1 {
    background: #e14e46;
    border-color: #e14e46;
    color: #ffffff;
}

.button.button-primary-1:hover {
    background: #be453d;
}

.button.button-primary-1-o {
    border-color: #e14e46;
    color: #e14e46;
}

.button.button-primary-1-o:hover {
    color: #e14e46;
    background: rgba(225, 78, 70, 0.09);
}

.button.button-primary-2 {
    background: #fbdc83;
    border-color: #fbdc83;
    color: #444444;
}

.button.button-primary-2:hover {
    background: #f5d47c;
}

.button.button-round {
    border-radius: 20px;
}

.button.button-primary-2-o {
    border-color: #fbdc83;
    color: #fbdc83;
}

.button.button-primary-2-o:hover {
    color: #fbdc83;
    background: rgba(251, 220, 131, 0.09);
}
.button.button-primary-4 {
    background: #641f21;
}

.navbar-collapse {
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: black;
    overflow-y: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 9;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
    margin: 0 0px 0 0px;
}

.navbar-collapse .navbar-toggle.mob-menu-close {
    margin: 5px -12% -5px 0;
    padding: 0;
    border: 2px solid #363535;
    float: none;
    font-size: 21px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 32px;
}
body .navbar-nav {
    margin: 0;
}
div#bs-example-navbar-collapse-1 .navbar-nav > li:not(.mob-block-tel) {
    float: none;
    display: inline-block;
}

div#bs-example-navbar-collapse-1 .navbar-nav > li {
    display: block !important;
}

.navbar-collapse .navbar-nav.nav > li:not(.mob-menu-actions) {
    padding: 0 13%;
    margin: 0;
}

div#bs-example-navbar-collapse-1 .navbar-nav > li:not(.mob-block-tel),
div#navbar-collapse-user .navbar-nav > li {
    float: none;
    display: block;
}

.navbar-collapse .navbar-nav.nav.mob-menu-list > li:not(:first-child) a {
    border-bottom: 1px solid #ebebeb;
}

.navbar-collapse .navbar-nav.nav > li > a {
    border-radius: 0;
}

.navbar-collapse .navbar-nav > li > a {
    text-decoration: none;
    text-align: center;
    padding: 16px 30px;
    margin: 0;
    font-size: 26px;
    color: #444444;
}

@media (max-width: 500px) {
    .navbar-collapse .navbar-nav > li > a {
        font-size: 18px;
    }
}

.mob-menu-actions .row div:first-child {
    text-align: right;
}

.mob-menu-actions {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* user-area-wrapper */

body .user-area-wrapper {
    text-align: center;
}

/*body .ae-sidebar-logged .essay-component.mini-wrapper .header {*/
    /*background: none;*/
/*}*/

body.ae-sidebar-logged .essay-component.mini-wrapper .header  {
    background: url('/files/images/welcome.png') no-repeat top center transparent;
    -webkit-background-size: 65%;
    background-size: auto 42px;
    border: none;
    color: #444444;
    text-align: center;
    padding-top: 45px;
    font-weight: bold;
    font-family: 'Open Sans', Arial;
    margin-left: -10px;
    margin-right: -10px;
}

body .user-area-wrapper .info-list {
    padding: 0;
    margin-bottom: 10px;
    background: none;
}

body .user-area-wrapper ul.info-list li span {
    font-size: 18px;
}
body .user-area-wrapper ul.info-list li b {
    display: inline-block;
}
body .user-area-wrapper ul.info-list li span {
    color: #444444;
    display: block;
}

body .user-area-wrapper ul.info-list li a,
body .user-area-wrapper ul.info-list li b {
    color: #006ebd;
    text-decoration: none;
    border: none;
}

body .user-area-wrapper ul.info-list li:nth-child(2) b {
    color: #e14f48;
}

.user-area-wrapper.essay-component .menu-list i {
    display: none;
}

.user-area-wrapper .menu-list li:first-child,
.user-area-wrapper .menu-list li:first-child + li {
    border: none;
}

.user-area-wrapper .menu-list li:last-child {
    border-bottom: solid #ececed 1px;;
}

body .user-area-wrapper ul.menu-list {
    position: relative;
    margin-bottom: 120px;
}

body .user-area-wrapper ul.menu-list li:not(:first-child) a {
    font-size: 18px;
    text-transform: uppercase;
    color: #444444;
    padding: 12px 15px;
}

body .user-area-wrapper ul.menu-list li:not(:first-child) a:hover,
body .user-area-wrapper ul.menu-list li:not(:first-child) a:active,
body .user-area-wrapper ul.menu-list li:not(:first-child) a:focus {
    color: #e04e46;
    background: none;
}

body .user-area-wrapper ul.menu-list li.order-li {
    position: absolute;
    top: 100%;
    font-size: 20px;
    width: 100%;
    padding-top: 30px;
}

body .user-area-wrapper ul.menu-list li.order-li a {
    box-sizing: border-box;
    padding: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
    background: #f7941d;
    max-width: 238px;
    margin: auto;
}

body .user-area-wrapper ul.menu-list li.order-li a:hover,
body .user-area-wrapper ul.menu-list li.order-li a:active,
body .user-area-wrapper ul.menu-list li.order-li a:focus {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3) inset;
}

/* END user-area-wrapper */
#back-top {
    position: fixed;
    bottom: 47%;
    right: 10px;
    z-index: 10;
}
a.square-red {
    background: #ff9600;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: white;
    font-size: 30px;
}

.first-order-discount {
    height: 130px;
    background-image: url('/files/images/fod-grandpa.png'), url('/files/images/fod-coliseum.png'), url('/files/images/fod-bg.jpg');
    background-position: 8% bottom, right bottom, left top;
    background-repeat: no-repeat;
    padding: 0 240px 0 240px;
}
.first-order-discount-content {
    display: table;
    width: 100%;
    height: 100%;
}
.first-order-discount-amount {
    font-size: 50px;
    font-family: "Montserrat", "Lato", Helvetica, Verdana, Arial, sans-serif;
    color: #ffdc00;
    font-weight: 700;
    text-shadow: -2px 4px 0 rgba(137,49,49,.5);
    line-height: 55px;
}
.first-order-discount-amount span {
    font-weight: 600;
    color: #ffffff;
}
.first-order-discount-description {
    line-height: 30px;
}
.first-order-discount-description .fa-star {
    color: #eb9490;
    margin-right: 5px;
}
.first-order-discount-description-text {
    color: rgba(255,255,255,.75);
    font-size: 27px;
    font-weight: 500;
    font-family: "Montserrat", "Lato", Helvetica, Verdana, Arial, sans-serif;
}
.first-order-discount-button,
.first-order-discount-text {
    display: table-cell;
    vertical-align: middle;
}
.first-order-discount-button .button {
    padding: 15px;
    width: 100%;
    max-width: 270px;
}

.text_404 {
    font-size: 34px;
    font-weight: 700;
    color: rgb(54, 27, 28);
}
.sory_text {
    font-size: 20px;
    color: #b3b3b3;
    padding-bottom: 15px;
}
.btn_404 {
    margin-bottom: 15px;
}
.sory_text + .block_btns {
    padding-bottom: 25px;
}
/* Discount popup */
body .featherlight .featherlight-content.featherlight-content-custom{
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    border:none;
}

body .featherlight .featherlight-content.featherlight-content-custom .essay-discount-popup-form{
    background: url(/files/images/pop-up.png) no-repeat left center;
    background-size: contain;
    width: 666px !important;
    height:454px;
    padding: 0;
    border: none;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
body .featherlight .featherlight-content-custom .featherlight-close-icon {
    margin: 0;
    top: 83px;
    right: 10px;
    width: 30px;
    color: #576179;
    background: transparent;
    border:2px solid #576179;
    border-radius: 50%;
    font-weight: 600;
    box-shadow: none;
}
body .featherlight .essay-discount-popup-form form{
    padding: 0;
    box-sizing: border-box;
    margin-top: 280px;
    margin-left: 60px;
    display: inline-block;
    width: 546px;
}
body .featherlight .essay-discount-popup-form form .name {
    margin-top: 0;
}
body .essay-discount-popup-form .messages {
    position: absolute;
    left: 5%;
    bottom: 20px;
    width: 90%;
}
body .essay-discount-popup-form .messages .success-message{
    margin-bottom: 0;
}
body .featherlight .essay-discount-popup-form .email {
    width:calc(100% - 175px);
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
body .featherlight .essay-discount-popup-form .email input {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgb(196, 196, 196);
    box-shadow: none;
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    font-size: 15px;
    color: #666;
    margin: 0;
    vertical-align: middle;
}

body .featherlight .essay-discount-popup-form .email input::placeholder {
    color:#c5c5c5;
}
body .featherlight .essay-discount-popup-form .submit {
    width:160px;
    display: inline-block;
    margin-left: 10px;
}
body .featherlight .essay-discount-popup-form .submit input{
    margin-top: 0;
    background-color:  rgb(255, 61, 0);
    width:100%;
    display: inline-block;
    border:1px solid rgb(255, 61, 0);
    font-size: 15px;
    color: rgb(255, 255, 255);
    background-size: container;
    font-weight: 600;
    padding: 0;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    vertical-align: middle;
}
body .essay-component.essay-discount-popup-form label.error {
    position: absolute;
    font-size: 15px;
    font-weight: normal;
    margin-left: 20px;
}
.chat-live-pop-up {

    background: rgba(0, 0, 0, 0) url("/files/images/live-chat-modal.png") repeat scroll 0 0;

    display: none;

    height: 225px;

    position: fixed;

    bottom: 20px;

    right: 10px;

    width: 330px;

    z-index: 1;
}

.chat-live-pop-up .close {

    display: block;

    height: 25px;

    width: 25px;

    cursor: pointer;

    position: absolute;

    bottom: 15px;

    right: 10px;

}

.chat-live-pop-up .chat {

    bottom: 10px;

    cursor: pointer;

    display: block;

    height: 31px;

    position: absolute;

    left: 15px;

    width: 120px;

}

@media(max-width:700px){
    body .featherlight .featherlight-content.featherlight-content-custom .essay-discount-popup-form{
        background: url(/files/images/pop-up-mob.png) no-repeat left center;
        background-size: cover;
        width: 311px !important;
        height:282px;
    }
    body .featherlight .featherlight-content-custom .featherlight-close-icon {
        top: 40px;
        padding: 3px;
        right: 1px;
        background-color: transparent;
        width: 20px;
        font-size: 9px;
        height: 20px;
        border: 1px solid #576179;
        line-height: normal;
    }
    body .featherlight .essay-discount-popup-form form {
        margin-top: 177px;
        margin-left: 20px;
        max-width: 265px;
    }
    body .featherlight .essay-discount-popup-form .email input, body .featherlight .essay-discount-popup-form .submit input {
        line-height: 30px;
        height: 30px;
        border-radius: 15px;
        font-size: 13px;
    }
    body .featherlight .essay-discount-popup-form .submit {
        width: 80px;
        margin-left: 0;
    }
    body .featherlight .essay-discount-popup-form .email {
        width: calc(100% - 85px);
    }
    body .featherlight .essay-discount-popup-form label.error {
        font-size: 10px;
    }

    body .essay-component.essay-discount-popup-form .success-message,
    body .essay-component.essay-discount-popup-form .error-message,
    body .essay-component.essay-discount-popup-form .info-message {
        margin-top: -10px;
        padding: 5px 5px 5px 20px;
        background-position: 2px 5px;
        background-size: 15px;
        line-height: normal;
        font-size: 10px;
        margin-bottom: 40px;
    }
}
@media all and (min-width: 1200px) {
    .blog-page .first-order-discount {
        height: 130px;
        background-image: url('/files/images/fod-grandpa.png'), url('/files/images/fod-coliseum.png'), url('/files/images/fod-bg.jpg');
        background-position: 3% bottom, 120% bottom, left top;
        background-repeat: no-repeat;
        padding: 0 105px 0 161px;

    }
    .blog-page .first-order-discount-amount {
        font-size: 30px;
    }
    .blog-page .first-order-discount-description-text {
        font-size: 18px;
    }
}
@media all and (max-width: 1199px) {
    .first-order-discount {
        padding: 0 210px;
    }
}
@media all and (min-width: 992px) {
    .chat-live-button {
        display: none !important;
    }
}
@media all and (max-width: 1024px) {
    .chat-live-pop-up {
        display: none !important;
    }
    .first-order-discount {
        background-position: 10px bottom, 600px bottom, left top;
        padding: 0 100px 0 160px;
    }
    .first-order-discount-amount {
        font-size: 38px;
    }
    .first-order-discount-description-text {
        font-size: 20px;
    }
    .first-order-discount-description .fa-star {
        font-size: 14px;
    }
    .chat-live-button .chat {
        bottom: 0;
        cursor: pointer;
        display: block;
        height: 45px;
        left: 0;
        width: 110px;
        line-height: 40px;
        text-align: center;
        border: 2px #e14e46 solid;
        color: #e14e46;
        font-weight: bold;
        border-radius: 5px;
        font-size: 16px;
        text-decoration: none;
        background: white;
    }
    .chat-live-button .chat {
        font-size: 0;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        padding-top: 9px;
        padding-right: 0;
        color: #ffffff;
        border: 1px #fff solid;
        background: #e04e46;
        box-shadow: 0 0 0 3px #e04e46;
    }
    .chat-live-button {
        display: block;
        bottom: 120px;
        right: 0;
        margin: 0;
        width: 83px;
        position: fixed;
        z-index: 10;
    }
    .chat-live-button .fa {
        padding: 0 0 7px 0;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
    }
    .chat-live-button {
        display: block;
        bottom: 100px;
        right: 14px;
        margin: 0;
        width: 50px;
    }
    #back-top {
        bottom: 180px;
    }
    a.square-red {
        width: 56px;
        height: 56px;
        line-height: 55px;
        background: rgba(255,255,255,.7);
        color: #545f79;
        border-radius: 50%;
    }

    body .navbar-collapse {
        position: fixed;
        top: 40px;
        overflow-y: scroll;
        z-index: 100;
    }

    .main {
        margin-top: 40px;
    }
    .text_404, .sory_text ,
    .sory_text + .block_btns {
        text-align: center;
    }
    .block_404_img_wrapper {
        text-align: center;
    }
    .block_404_img_wrapper img {
        max-width: 300px;
        width: 100%;
    }
	
	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a {
		background-repeat: no-repeat;
		background-position: 50px center;
	}	
	
	.navbar-collapse .navbar-nav.nav.mob-menu-list > li  a.prices {
		background-image: url('/files/images/menu-icon/prices.svg');
	}
}
@media all and (max-width: 767px) {
    .first-order-discount {
        padding: 0 60px 0 160px;
    }
}
@media all and (max-width: 699px) {
    .first-order-discount {
        padding: 40px 20px;
        background-image: url('/files/images/fod-bg.jpg'), url('/files/images/fod-bg-pattern.jpg');
        background-color: #fff;
        background-repeat: no-repeat, repeat-y;
        background-position: left bottom;
        text-align: center;
        height: auto;
    }
    .first-order-discount-button,
    .first-order-discount-text {
        display: block;
    }
    .first-order-discount-content {
        display: block;
    }
    .first-order-discount-description-text {
        display: block;
    }
    .first-order-discount-button {
        margin-top: 30px;
    }

}
.arr {
    font-size: 20px;
    line-height: 15px;
}

/* Shortcode steps How it works */
.steps-hw-content{
    width: 98%;
    max-width: 1110px;
    margin:0px auto;
    z-index: 1;
}
.step-hw.lazy-background {
    background: #e04e46;
}
.step-hw.visible-bg {
    display:inline-block;
    width: 134px;
    height: 66px;
    background: url(../img/step-red-bg.png) left center no-repeat;
}
.step-text {
  font-size: 17px;
  font-family: "Lato";
  color: rgb(68, 68, 68);
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}
.line-bg{
    background: url(../img/step-line-bg.png) left center repeat-y;
    height: 66px;
    margin-left: -13px;
    width: 74px;
    display:inline-block;
}
@media screen and (max-width: 1023px) {
    .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .next-step {
        width: 100%;
        font-size: 14px;

    }
}