iframe {
    border: none;
    overflow: hidden
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font: normal 16px "Lato", sans-serif;
    color: #555
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

p,
p {
    font: normal 16px "Lato", sans-serif;
    color: #555
}

a {
    text-decoration: none;
    color: #565a5f
}

a:hover {
    color: #34607f
}

nav li {
    list-style: none;
    display: inline-block;
    font-family: "Arial", sans-serif
}

.burger_ico {
    display: none;
    position: relative;
    width: 50px;
    height: 100%;
    cursor: pointer
}

.burger_ico span {
    position: absolute;
    height: 2px;
    width: 20px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    background-color: #565a5f
}

.burger_ico span::before {
    content: '';
    transform: translateY(-6px);
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #565a5f
}

.burger_ico span::after {
    content: '';
    transform: translateY(6px);
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #565a5f
}

main.home section p {
	margin: 0;
}

main.page ul li, main.home ul li {
	margin: 0 0 10px;
    font: normal 16px 'Lato', sans-serif;
    color: #555;
    line-height: 140%;
}

main h1 {
	color: #000;
	font-weight: 600;
	font-size: 44px;
	line-height: 50px;
	text-align: center;
}

main h2 {
	color: #000;
	font-weight: 600;
	font-size: 44px;
	line-height: 50px;
	text-align: center;
}

main.page h3,  main.home h3 {
	font-size: 24px;
}

main.page h4,  main.home h4 {
	font-size: 20px;
}

main.page h5,  main.home h5 {
	font-size: 16px;
}

main.page h6,  main.home h6 {
	font-size: 14px;
}

main.home .card h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	text-align: left;
	color: #555;
}

@media screen and (max-width: 800px) {
    .burger_ico {
        display: block
    }
}

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    padding: 10px 0 0
}

header p {
    padding: 0 0 5px
}

header .top_sect {
    height: 80px;
    display: flex;
    justify-content: space-between
}

header .top_sect .logo {
    height: 100%
}

header .top_sect .logo img {
    max-width: 80px;
    vertical-align: middle;
}

header .top_sect nav {
    width: 100%;
    display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

header .top_sect nav .menu {
    margin: -10px auto 0 30px;
}

header .top_sect nav ul.menu li {
    margin-left: 30px
}

header .top_sect nav ul.menu li:first-child {
    margin-left: 0
}

header .top_sect nav ul.bottom_menu li.live_chat a {
    background-color: #66a747;
    border: 2px solid #66a747;
    transition: background-color 0.2s ease-in-out
}

header .top_sect nav ul.bottom_menu li.live_chat a:before {
    background-image: url(../img/sprite.png);
    background-position: -527px -258px;
    width: 12px;
    height: 17px;
    height: 15px;
    content: '';
    display: inline-block;
    margin-right: 5px
}

header .top_sect nav ul.bottom_menu li.live_chat a:hover {
    color: #66a747
}

header .top_sect nav ul.bottom_menu li.live_chat a:hover:before {
    background-image: url(../img/sprite.png);
    background-position: -527px -278px;
    width: 12px;
    height: 17px;
    height: 15px;
    content: '';
    display: inline-block;
    margin-right: 5px
}

header .top_sect nav ul.bottom_menu li.user_area a {
    position: relative;
    background-color: #579bc6;
    border: 2px solid #579bc6
}

header .top_sect nav ul.bottom_menu li.user_area a:before {
    content: '';
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -530px -333px;
    width: 12px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px
}

header .top_sect nav ul.bottom_menu li.user_area a:hover {
    color: #579bc6
}

header .top_sect nav ul.bottom_menu li.user_area a:hover:before {
    background-image: url(../img/sprite.png);
    background-position: -133px -225px;
    width: 12px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px;
    content: '';
    display: inline-block
}

header .top_sect nav ul.bottom_menu li.order_now a {
    background-color: #f57727;
    border: 2px solid #f57727
}

header .top_sect nav ul.bottom_menu li.order_now a:hover {
    color: #f57727
}

header .top_sect nav ul.bottom_menu li a {
    transition: background-color 0.2s ease-in-out;
    margin-left: 15px;
    border-radius: 6px;
    line-height: 20px;
    height: 25px;
    width: 90px;
    text-align: center;
    font-size: 12px;
    display: block;
    color: #fff;
    font-weight: 300
}

header .top_sect nav ul.bottom_menu li a:hover {
    background: #fff
}

@media screen and (max-width: 800px) {
    header .top_sect nav {
        display: none
    }
}

header .bot_sect {
    border-top: 1px solid #e2e4e7
}

header .bot_sect > a.our_services {
    text-align: center;
    display: none;
    height: 50px;
    line-height: 50px;
    font-weight: bold
}

@media screen and (max-width: 600px) {
    header .bot_sect > a.our_services {
        display: block
    }
}

header .bot_sect ul.bot_nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

@media screen and (max-width: 600px) {
    header .bot_sect ul.bot_nav {
        flex-direction: column;
        display: none
    }
}

@media screen and (min-width: 600px) {
    header .bot_sect ul.bot_nav {
        flex-direction: row;
        display: flex!important
    }
}

header .bot_sect ul.bot_nav > li {
    width: 25%;
    list-style: none;
    display: block;
    position: relative
}

@media screen and (max-width: 600px) {
    header .bot_sect ul.bot_nav > li {
        width: 100%
    }
}

header .bot_sect ul.bot_nav > li:hover a {
    background: #6aadd8;
    color: #fff
}

header .bot_sect ul.bot_nav > li:hover a p.s_text {
    color: #fff
}

header .bot_sect ul.bot_nav > li:hover ul {
    display: block
}

header .bot_sect ul.bot_nav > li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px 15px;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 600px) {
    header .bot_sect ul.bot_nav > li a {
        height: auto
    }
}

header .bot_sect ul.bot_nav > li a p.m_title {
    margin: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0px;
}

@media screen and (max-width: 600px) {
    header .bot_sect ul.bot_nav > li a p.m_title {
        text-align: left
    }
}

header .bot_sect ul.bot_nav > li a p.s_text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
    color: #282a2c
}

@media screen and (max-width: 800px) {
    header .bot_sect ul.bot_nav > li a p.s_text {
        display: none
    }
}

header .bot_sect ul.bot_nav > li ul {
    display: none;
    position: absolute;
    width: 100%
}

@media screen and (max-width: 600px) {
    header .bot_sect ul.bot_nav > li ul {
        display: block;
        position: static
    }
}

header .bot_sect ul.bot_nav > li ul li {
    list-style: none;
    border-bottom: 1px solid #fff
}

@media screen and (max-width: 600px) {
    header .bot_sect ul.bot_nav > li ul li {
        border-color: #eee
    }
}

header .bot_sect ul.bot_nav > li ul li:last-child {
    border-color: transparent
}

header .bot_sect ul.bot_nav > li ul li a {
    text-align: center;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    line-height: 1.3em
}

@media screen and (max-width: 600px) {
    header .bot_sect ul.bot_nav > li ul li a {
        text-align: left;
        padding-left: 40px;
        font-weight: 400
    }
}

header .bot_sect ul.bot_nav > li ul li a:hover {
    background-color: #34607f
}

main .top_welcome {
    position: relative;
    width: 100%;
    background: url(../img/top_bg.jpg) bottom center no-repeat;
    background-size: cover;
    padding-top: 0;
    color: #fff;
    margin-bottom: 20px;
    min-height: 570px;
}

main .top_welcome .main_text {
    padding-bottom: 30px;
    text-align: center;
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
}

@media(max-width: 450px) {
    main .top_welcome .main_text {
        top: 17%;
    }
}

main .top_welcome .main_text .m_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: .05em;
    line-height: 50px
}

main .top_welcome .main_text .sub_title {
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #fff
}

main .top_welcome .main_text a.uk-button {
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 10px 29px;
    border-radius: 5px;
    border: 2px solid #ffbf0b;
    background-color: #ffbf0b;
    color: #6e3c01;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

main .top_welcome .main_text a.uk-button:hover {
    color: #ffbf0b;
    background-color: #6e3c01;
}

@media screen and (max-width: 800px) {
    main .top_welcome .main_text .m_title {
        font-size: 35px
    }

    main .top_welcome .main_text .sub_title {
        font-size: 14px;
    }

    header .top_sect nav.left_menu {
        display: none;
        position: fixed;
        left: -260px;
        width: 260px;
        height: 100%;
        z-index: 1021;
        top: 0;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        align-items: flex-start;
        justify-content: flex-start
    }

    header .top_sect nav.left_menu ul.bottom_menu {
        display: none
    }

    header .top_sect nav.left_menu ul {
        width: 100%
    }

    header .top_sect nav.left_menu ul li {
        display: block;
        width: 100%;
        transition: all 0.3s;
        margin-left: 0
    }

    header .top_sect nav.left_menu ul li a {
        height: 50px;
        display: block;
        line-height: 50px;
        transition: all 0.3s;
        font-size: 16px;
        padding: 0 1em;
        border-bottom: 1px solid #e0e6ef
    }

    header .top_sect nav.left_menu ul li a:hover {
        box-shadow: inset 3px 0 #34607f
    }

    .menu-overlay {
        display: none;
        z-index: 1;
        position: fixed;
        min-height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 1019;
        background-color: rgba(36, 48, 53, 0.49)
    }

    .menu-overlay.open {
        display: block!important
    }

    nav.left_menu.open {
        display: block!important
    }
}

@media (min-width: 979px) {
    ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
        display: block
    }

    .comment-list .children {
        padding: 0;
        margin-left: 74px;
        padding-bottom: 15px
    }

    .comment-list .media {
        margin-top: 0
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    height: auto;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    height: auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

* {
    outline: none
}

a {
    cursor: pointer
}

.no-list {
    list-style: none
}

.breadcrumbs {
    color: #6e6e6e;
    font-style: normal;
    font-size: 13px;
    font-weight: 400
}

.breadcrumbs:before {
    content: '';
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -299px -300px;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    margin-right: 7px
}

.breadcrumbs a {
    color: #6e6e6e;
    font-style: normal;
    font-size: 13px;
    font-weight: 400
}

.breadcrumbs a:hover {
    text-decoration: underline;
    color: #579bc6
}

.breadcrumbs .current {
    color: #579bc6
}

.breadcrumbs span:not(.current) {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block
}

.breadcrumbs span:not(.current) .del {
    position: absolute;
    padding: 7px;
    display: block
}

.breadcrumbs span:not(.current) .del:after {
    content: '>';
    display: block;
    top: 2px;
    left: 7px;
    transform: scaleY(2);
    color: #ccc;
    font-size: 10px
}

main.page {
    margin-top: 65px;
}

main.home,
main.page-mt0 {
    margin-top: 0;
    overflow: hidden;
}

main.page p a {
    color: #4980a8
}

.collumn-2 {
    display: flex
}

.price_c {
    color: #ffdb6b
}

.collumn-2 > div {
    padding: 0 20px;
    flex: 1 100%
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle
}

p {
    font-weight: 300
}

a {
    transition: color 0.2s ease-in-out
}

#linkTop {
    position: fixed;
    border: 3px solid #4980a8;
    right: 50px;
    bottom: 50px;
    width: 36px;
    height: 36px;
    display: block;
    z-index: 99999999;
    border-radius: 50%;
    color: #4980a8
}

#linkTop:before {
    content: '';
    display: block;
    margin: 12px auto 0;
    font-weight: bold;
    height: 10px;
    width: 10px;
    text-align: center;
    border-bottom: 2px solid #4980a8;
    border-left: 2px solid #4980a8;
    transform: rotate(135deg);
}

#linkTop:hover {
    color: #f36f5f;
    border-color: #f36f5f;
    background-color: white;
    text-decoration: none;
}

#linkTop:hover::before {
    border-color: #f36f5f
}

footer {
    padding: 40px 0 30px;
    margin-top: 50px;
    background-color: #313131
}

footer li {
    text-transform: uppercase;
    line-height: 24px;
    display: block
}

footer a, footer span.follow {
    font: normal 14px "Lato", sans-serif;
    font-weight: 600;
    color: #fff
}

footer span.follow {
    margin: 10px 0;
    clear: both;
    display: block
}

footer .container {
    display: flex
}

@media screen and (max-width: 800px) {
    footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

footer .copyr {
    text-align: center
}

footer .copyr .footer_logo {
    display: block;
    margin: 0 auto
}

@media screen and (max-width: 460px) {
    footer .copyr {
        width: 100%
    }

    footer .copyr .terms_and_privacy {
        width: 100%
    }

    footer .copyr .terms_and_privacy a {
        margin: 20px;
        display: inline-block
    }
}

footer .copyr a {
    font-weight: 100
}

footer .copyr a:hover {
    color: #fff;
    text-decoration: underline
}

footer .footer_nav, footer .copyr, footer .footer_payment {
    display: flex;
    flex-direction: column;
    flex: 1;
}

footer .footer_payment {
    text-align: center;
}

footer .footer_payment h3 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    color: #579bc6
}

footer .footer_payment .payment_icons {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    padding: 20px;
    margin: 25px auto;
    background: url("../img/pay.png");
    width: 164px;
    height: 124px
}

footer .footer_payment .payment_icons span.ico-master {
    background-image: url(../img/sprite.png);
    background-position: -311px -330px;
    width: 48px;
    height: 30px
}

footer .footer_payment .payment_icons span.ico-visa {
    background-image: url(../img/sprite.png);
    background-position: -156px -330px;
    width: 49px;
    height: 30px
}

footer .footer_payment .payment_icons span.ico-american {
    background-image: url(../img/sprite.png);
    background-position: -208px -330px;
    width: 49px;
    height: 30px
}

footer .footer_payment .payment_icons span.ico-disc {
    background-image: url(../img/sprite.png);
    background-position: -260px -330px;
    width: 48px;
    height: 30px
}

main:not(.post) ol li {
    font: 300 16px/22px "Lato", Arial, sans-serif;
    color: #000
}

main:not(.post) #post-14071 hr {
    border: solid #f1f1f1;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 10px;
    height: 0
}

main:not(.post) #post-14071 img {
    margin: 0 15px
}

main:not(.post) #post-14071 .book_details {
    font: 600 14px/20px "Lato", Arial, sans-serif;
    color: #828a93
}

main:not(.post) #post-14071 b > a {
    color: #4980a8
}

main:not(.post) #post-14071 b {
    font-weight: 700
}

main:not(.post) #post-14071 h3 {
    margin: 30px 0 25px 0
}

main:not(.post) #post-14071 .inset li {
    list-style-position: inside;
    font: 300 16px/22px "Lato", Arial, sans-serif;
    color: #000
}

main:not(.post) #post-13567 hr {
    border: solid #f1f1f1;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0;
    height: 0
}

main:not(.post) .cards {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    position: relative
}

main:not(.post) .cards img {
    border-radius: 3px;
    margin: 10px auto 0
}

main:not(.post) .cards .card {
    background-color: #fafafa;
    border: 3px solid #eaeaea;
    border-radius: 6px;
    margin: 15px;
    padding: 10px 25px 20px;
    width: 360px;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    main:not(.post) .cards .card:nth-child(3), main:not(.post) .cards .card:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 800px) {
    main:not(.post) .cards .card {
        max-width: 300px
    }
}

@media screen and (max-width: 620px) {
    main:not(.post) .cards .card {
        margin: 15px 0
    }
}

.home-animation-shortcode .icon {
	max-width: 50px;
  	margin: 20px 0 10px;
}

.home-animation-shortcode .poster {
  	display: block;
	max-width: 400px;
  	margin: 0 auto 40px;
}

main:not(.post) .cards .card .card_img {
    text-align: center
}

main:not(.post) .cards .card .card_img img {
    height: auto
}

main:not(.post) .cards .card .card_info .s_title {
    color: #000;
    padding: 10px 0;
    font-weight: 100;
    font-size: 25px;
    line-height: 28px;
    font-style: italic;
    margin: 0
}

main:not(.post) .cards .card .card_info .s_title span {
    color: #f57727
}

main:not(.post) .cards .card .card_info a.s_title {
    display: block;
    color: #4980a8;
    line-height: 30px;
    text-decoration: none
}

main:not(.post) .cards .card .card_info a.s_title span {
    border-bottom: 1px dashed #4980a8
}

main:not(.post) .cards .card .card_info a.s_title:hover {
    color: #335a76
}

main:not(.post) .cards .card .card_info a.s_title:hover span {
    border-bottom: 1px dashed #335a76
}

main:not(.post) .cards .card .card_info .s_text {
    margin: 0 0 15px;
    font-weight: 100;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    text-align: justify
}

main:not(.post) .cards .card .card_info ul {
    list-style-position: inside
}

main:not(.post) .cards .card .card_info ul li {
    color: #4980a8;
    margin-bottom: 7px;
    line-height: 20px;
    font: 300 16px/22px "Lato", Arial, sans-serif
}

main:not(.post) .cards .card .card_info ul li a {
    border-bottom: 1px dashed #4980a8;
    color: #4980a8;
    font-weight: 600
}

main:not(.post) .main_page_title {
    margin-bottom: 25px;
    margin-top: 30px
}

main:not(.post) .main_page_title h1 {
    color: #000;
    font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    text-align: center
}

main:not(.post) .main_page_title .p {
  display: block;
  margin: 20px 0;
  font-weight: 300;
  font: normal 16px "Lato", sans-serif;
  text-align: left;
  color: #555;
}

@media screen and (max-width: 800px) {
    main:not(.post) .main_page_title h1 {
        font-size: 36px;
        line-height: 36px
    }
}

main:not(.post) .main_page_title h1 .price_c {
    font-size: 44px;
    color: #ffdb6b
}

main:not(.post) h2 {
    text-align: center;
    color: #000;
    margin: 25px 0;
    padding: 5px 0;
    font: 600 italic 37px "Lato", Arial, sans-serif;
    word-break: break-word;
}

main:not(.post) h2 > span {
    color: #f57727;
    font-weight: 500
}

main:not(.post) .contacts-wrapper {
    text-align: center
}

main:not(.post) .contacts-wrapper .contacts_img {
    max-width: 232px;
    width: 100%;
    margin-top: 5px
}

main:not(.post) .contacts-wrapper a.soc-but-hed-green {
    background-color: #66a747;
    text-indent: 5px;
    border: 2px solid #66a747;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    padding: 2px 20px;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

main:not(.post) .list-heading {
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0 15px 0;
    color: #000
}

main:not(.post) a.blue {
    border-bottom: 1px dashed #4980a8;
    font-weight: 600;
    color: #4980a8;
    line-height: 1.3em
}

main:not(.post) .sample-resumes {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

@media screen and (max-width: 800px) {
    main:not(.post) .sample-resumes {
        flex-direction: column;
        align-items: center
    }
}

main:not(.post) .sample-resumes .sample-resumes__preview {
    display: flex;
    align-items: center;
    width: 30%;
    margin: 0 1.666666666%;
    border-radius: 10px;
    border: 2px solid #EAEAEA!important;
    opacity: .7;
    transition: all .5s ease;
    overflow: hidden;
    max-width: 400px
}

main:not(.post) .sample-resumes .sample-resumes__preview:hover {
    transform: scale(1.1);
    opacity: 1
}

@media screen and (max-width: 800px) {
    main:not(.post) .sample-resumes .sample-resumes__preview {
        width: 100%;
        margin-bottom: 50px
    }
}

main:not(.post) .also-serving {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

main:not(.post) .also-serving li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    vertical-align: top;
    text-align: center;
    padding: 0 15px;
    min-width: 170px;
    margin-bottom: 15px
}

main:not(.post) .also-serving li .also-serving__heading {
    font-weight: 600!important;
    margin-bottom: 10px
}

main:not(.post) .main_title .m_title {
    text-align: center;
    color: #000;
    font-style: italic;
    font-size: 37px;
    font-weight: 300;
    line-height: 100px
}

main:not(.post) .main_title .m_title span {
    color: #f57727
}

main:not(.post) .bottom_line {
    margin-bottom: 45px
}

main:not(.post) .bottom_line:not(:last-child) {
    content: '';
    width: 100%;
    bottom: -45px;
    left: 0;
    right: 0;
    height: 45px;
    margin: auto;
    background-size: auto 100%;
    overflow: hidden;
    background: url("../img/bottom_line.png") 50% 50% no-repeat
}

main:not(.post) .tip-list {
    list-style-position: inside
}

main:not(.post) .tip-list li {
    width: 100%;
    text-align: left;
    margin: 10px;
    list-style-image: url("chk2.png");
    padding: 0 2px;
    color: #000;
    font-size: 16px;
    font: 300 16px "Lato", Arial, sans-serif
}

main:not(.post) ol.first_num li {
    counter-increment: item;
    list-style-type: none
}

main:not(.post) ol.first_num li:before {
    content: "1. "counters(item, ".") ". "
}

main:not(.post) p.list-heading {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0 15px 5px;
    color: #000
}

main:not(.post) p.offer {
    color: #999
}

main:not(.post) .order-btn__big {
    text-align: center;
    margin-bottom: 50px
}

main:not(.post) .order-btn__big .but-order-price {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center
}

main:not(.post) .but-order-price {
    border: 2px solid #f6842a;
    border-radius: 15px;
    background: linear-gradient(to bottom, #fec33a 0, #ee3f19 100%);
    padding: 12px 45px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: color .5s ease
}

main:not(.post) .but-order-price:hover {
    background: transparent;
    color: #f57727
}

main:not(.post) .table_nure {
    display: flex;
    margin-bottom: 30px
}

@media screen and (max-width: 800px) {
    main:not(.post) .table_nure {
        flex-direction: column
    }
}

main:not(.post) .table_nure > div {
    flex: 1;
    padding: 0 10px
}

main:not(.post) .table_nure table {
    width: 100%
}

main:not(.post) .table_nure table thead {
    background: #f5f5f5;
    color: #828a93;
    text-align: left;
    font-size: 13px;
    font-weight: 400
}

main:not(.post) .table_nure table thead tr th {
    padding: 8px 10px 9px
}

main:not(.post) .table_nure table tbody tr td {
    padding: 9px 10px
}

main:not(.post) .prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0
}

@media screen and (max-width: 800px) {
    main:not(.post) .prices {
        flex-direction: column
    }
}

main:not(.post) .prices .item {
    flex: 1;
    background-color: #fafafa;
    border: 2px solid #579bc6;
    border-radius: 6px;
    text-align: center;
    position: relative;
    margin: 0 15px 20px;
    width: 100%;
    transition: transform .4s ease;
    max-width: 400px
}

main:not(.post) .prices .item:hover {
    transform: scale(1.1, 1.1)
}

main:not(.post) .prices .item > * {
    padding: 10px
}

main:not(.post) .prices .item > *:not(.price):not(form) {
    border-bottom: 2px solid #eaeaea
}

main:not(.post) .prices .item .title {
    font: 700 16px/20px "Lato", Arial, sans-serif;
    color: #6e6e6e;
    text-transform: uppercase;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main:not(.post) .prices .item .title span {
    color: #f57727
}

main:not(.post) .prices .item .price_together {
    color: #f57727;
    font: 400 16px/20px "Lato", Arial, sans-serif;
}

main:not(.post) .prices .item .price_together span {
    font-size: 30px;
    line-height: 37px;
    font-weight: 600
}

main:not(.post) .prices .item .price {
    font: 400 16px/20px "Lato", Arial, sans-serif;
    color: #4980a8;
    height: 45px;
}

main:not(.post) .prices .item .price span {
    font-weight: 600;
    font-size: 18px
}

main:not(.post) .prices .item a {
    transition: color .15s ease-in-out;
    display: block;
    text-decoration: none;
    margin: 0 auto 10px;
    padding: 10px 5px;
    border: 2px solid #579bc6;
    font: 400 16px/18px "Lato", Arial, sans-serif;
    color: #fff;
    background-color: #579bc6;
    border-radius: 6px;
    text-transform: uppercase;
    position: absolute;
    bottom: -29px;
    left: 15%;
    right: 15%
}

main:not(.post) .prices .item a:hover {
    background-color: #fff;
    color: #579bc6
}

main:not(.post) .how_works ul, main:not(.post) .how-works ul {
    display: flex
}

@media screen and (max-width: 800px) {
    main:not(.post) .how_works ul, main:not(.post) .how-works ul {
        flex-direction: column;
        align-items: center
    }
}

main:not(.post) .how_works ul li, main:not(.post) .how-works ul li {
    list-style: none;
    padding: 0 15px;
    text-align: center;
    flex: 1;
    max-width: 400px
}

main:not(.post) .how_works ul li .how-it-works__heading, main:not(.post) .how-works ul li .how-it-works__heading {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px
}

main:not(.post) .resume-help {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
}

@media screen and (max-width: 800px) {
    main:not(.post) .resume-help {
        flex-direction: column;
        align-items: center
    }
}

main:not(.post) .resume-help li {
    list-style: none;
    width: 20%;
    vertical-align: top;
    text-align: center;
    padding: 0 15px;
    min-width: 170px;
    margin-bottom: 15px
}

main:not(.post) .resume-help .resume-help__img-wrap {
    width: 151px;
    height: 151px;
    margin: 0 auto;
    position: relative
}

main:not(.post) .resume-help .resume-help__img-wrap img {
    max-height: 100%;
    max-width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

main:not(.post) .resume-help .resume-help__heading {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
    min-height: 44px;
    margin-bottom: 10px;
    font-weight: 600
}

main:not(.post) .resume-help .resume-help__text {
    font-size: 14px;
    line-height: 20px
}

main:not(.post) .writers .row_our_writers {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
}

@media screen and (max-width: 800px) {
    main:not(.post) .writers .row_our_writers {
        flex-direction: column;
        align-items: center
    }
}

main:not(.post) .writers .row_our_writers .block_writer {
    flex: 1;
    padding: 0 15px;
    text-align: center
}

@media screen and (max-width: 890px) {
    main:not(.post) .writers .row_our_writers .block_writer {
        width: 30%
    }
}

main:not(.post) .writers .row_our_writers .block_writer a.block_img {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 10px;
    width: 140px;
    height: 140px
}

main:not(.post) .writers .row_our_writers .block_writer .block_text .writer_title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000
}

main:not(.post) .writers .row_our_writers .block_writer .block_text .writer_text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #828a93;
    font: 300 14px/20px "Lato", Arial, sans-serif
}

main:not(.post) .writers .row_our_writers .block_writer .block_text .writer_text hr {
    margin: 10px;
    border: none
}

main:not(.post) .writers .row_our_writers .block_writer .block_text .writer_text span {
    color: #4980a8
}

main:not(.post) .img-centered {
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto
}

main:not(.post) .q-a .q-a__question {
    font-size: 26px;
    line-height: 30px
}

main:not(.post) .q-a ol {
    margin-left: 15px;
    list-style-position: inside
}

main:not(.post) .membership {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

main:not(.post) .membership img {
    margin: 20px 1% -20px;
    max-height: 85px;
    width: auto
}

main:not(.post) .but-about {
    text-align: center
}

main:not(.post) .but-prices {
    border-top: 3px solid #a9e4fc;
    border-bottom: 3px solid #053e60;
    border-radius: 15px;
    background: linear-gradient(to bottom, #91d6e8 0, #196087 100%);
    padding: 10px 45px 15px;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    line-height: 35px
}

main:not(.post) .but-prices:hover {
    color: #34607f
}

main:not(.post) .but-prices:focus {
    color: #2795b6
}

main:not(.post) .slick-track {
    display: flex;
    align-items: flex-end
}

main:not(.post) .faq {
    display: flex
}

@media screen and (max-width: 800px) {
    main:not(.post) .faq {
        flex-direction: column;
        align-items: center
    }
}

main:not(.post) .faq .q-a, main:not(.post) .faq .faq__accordion {
    padding-right: 50px;
    flex: 2
}

@media screen and (max-width: 1200px) {
    main:not(.post) .faq .q-a, main:not(.post) .faq .faq__accordion {
        flex: 1
    }
}

@media screen and (max-width: 800px) {
    main:not(.post) .faq .q-a, main:not(.post) .faq .faq__accordion {
        padding-right: 0
    }
}

main:not(.post) .faq .faq__accordion_double {
    flex: none
}

main:not(.post) .faq .faq__accordion_double h3 {
    margin-bottom: 20px;
    display: block
}

main:not(.post) .faq .faq__question {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #579bc6;
    margin-bottom: 22px;
    padding-left: 30px;
    outline: none;
    position: relative;
    cursor: pointer
}

main:not(.post) .faq .faq__question:before {
    transition: .3s ease-in-out;
    position: absolute;
    left: 4px;
    top: 8px;
    content: '>';
    transform: scaleY(2);
    display: block;
    margin-top: -6px;
    font-size: 13px;
    font-weight: 700
}

main:not(.post) .faq .faq__question.ui-state-active:before {
    transform: rotate(90deg) scaleY(2)
}

main:not(.post) .faq .faq__answer {
    padding-left: 30px;
    margin-bottom: 22px
}

main:not(.post) .faq .faq__answer p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000
}

main:not(.post) .faq .examples__wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center
}

main:not(.post) .faq .examples__wrapper .examples {
    display: flex;
    flex-wrap: wrap
}

main:not(.post) .faq .examples__wrapper .examples__preview {
    display: inline-block;
    margin: 0 2% 25px 3%;
    width: 44%;
    vertical-align: top;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 0
}

@media screen and (max-width: 400px) {
    main:not(.post) .faq .examples__wrapper .examples__preview {
        width: 100%
    }
}

main:not(.post) .faq .examples__wrapper .examples__preview img {
    border: 1px solid #7e8c94;
    transition: all .5s ease
}

main:not(.post) .faq .examples__wrapper .examples__preview img:hover {
    transform: scale(1.1)
}

@keyframes cloud {
    0%, 100% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(-1px, -2.5px)
    }

    50% {
        transform: translate(0, -5px)
    }

    75% {
        transform: translate(2px, -2.5px)
    }
}

@keyframes bell-cosmo {
    0%, 100% {
        transform: rotate(5deg)
    }

    50% {
        transform: rotate(-5deg)
    }
}

@keyframes rozetka1 {
    50% {
        top: 62px;
        left: 1px
    }
}

@keyframes rozetka2 {
    50% {
        top: 7px;
        left: 64px
    }
}

@keyframes fighter-jet {
    10% {
        text-indent: 0
    }

    45% {
        left: 400px;
        top: -200px;
        transform: rotate(-20deg) scale(0.1)
    }

    46% {
        opacity: 0
    }

    47% {
        left: -400px;
        top: 200px;
        transform: rotate(-20deg) scale(4)
    }

    60% {
        text-indent: 0;
        opacity: 1
    }
}

main.blog h1.header {
    color: #000;
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px
}

main.blog .content {
    display: flex
}

main.blog .content .main-content {
    flex: 6;
    padding: 0 10px
}

main.blog .content .sidebar {
    flex: 2;
    padding: 0 10px
}

@media screen and (max-width: 768px) {
    main.blog .content .sidebar {
        display: none
    }
}

main.blog article {
    padding: 20px;
    transition: background .2s ease-in-out;
    border: 1px solid transparent
}

main.blog article:hover {
    box-shadow: 1px 1px 10px #eee;
    background-color: #eee;
    border-color: #ccc
}

main.blog article time {
    float: left;
    display: block;
    width: 28px;
    margin-right: 20px
}

main.blog article time .day {
    font-size: 19px;
    display: block;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #efefef;
    line-height: 1;
    padding-bottom: 2px
}

main.blog article time .month {
    font-size: 12px;
    display: block;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    padding-top: 1px;
    line-height: 1;
    color: #d8d8d8;
    border-color: #d8d8d8
}

main.blog article span.icon-format {
    width: 53px;
    height: 58px;
    display: block;
    text-align: center;
    float: left;
    margin: -11px 20px 0 0;
    background: url("../img/format-bg.png") 0 0 no-repeat;
    border-right: 1px solid #efefef;
    padding-right: 73px;
    margin-right: 20px
}

main.blog article h3 {
    display: block;
    padding-bottom: 4px;
    margin-bottom: 4px
}

main.blog article .entry-content {
    clear: both;
    line-height: 1.6;
    padding-top: 20px;
    display: block;
    flex-wrap: wrap;
}

main.blog article .entry-content .post-image-325-220 {
    width: 325px;
    float: left;
    text-align: center;
    margin-right: 17px;
    margin-bottom: 17px;
}

main.blog article .entry-content p {
    flex: 1
}

main.blog article .entry-content .more-button {
    margin: 20px 0 0 0;
    text-align: center;
    clear: both;
    flex: 100%
}

main.blog article .entry-content .more-button a {
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    background: #ffffff;
    border: 2px solid #e7eef1;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    color: #828a93;
    transition: all 0.15s ease-in-out
}

main.blog article .entry-content .more-button a:hover {
    background-color: #43C6F1;
    border-color: #43C6F1;
    color: #fff
}

/*main.blog .pagination {*/
/*    border-top: 1px solid #e7eef1;*/
/*    height: 50px;*/
/*    line-height: 50px*/
/*}*/

/*main.blog .pagination .nav-links {*/
/*    text-align: center*/
/*}*/

/*main.blog .pagination .nav-links a, main.blog .pagination .nav-links span {*/
/*    padding: 7px;*/
/*    background-color: #eee;*/
/*    color: #43C6F2*/
/*}*/

/*main.blog .pagination .nav-links a {*/
/*    transition: all .3s ease-in-out*/
/*}*/

/*main.blog .pagination .nav-links a:hover {*/
/*    color: #fff;*/
/*    background-color: #43C6F2*/
/*}*/

/*main.blog .pagination .nav-links span.current {*/
/*    background-color: #43C6F2;*/
/*    color: #fff*/
/*}*/

main.blog .sidebar h3.widgettitle {
    padding: 20px 0;
    font-size: 28px;
    color: #000
}

main.blog .sidebar .sidebar_author {
    padding: 15px 0
}

main.blog .sidebar .sidebar_author .sidebar_author_name {
    text-transform: uppercase;
    font-weight: bold;
    color: #565a5f;
    line-height: 2em
}

@media screen and (max-width: 1185px) {
    main.blog .sidebar .sidebar_author .sidebar_author_name {
        text-align: center
    }
}

main.blog .sidebar .sidebar_author .sidebar_author_bio {
    font: 300 14px/20px "Lato", Arial, sans-serif;
    text-align: justify;
    color: #000
}

main.blog .sidebar .sidebar_author .sidebar_author_bio .sidebar_author_photo {
    width: 140px;
    height: 140px;
    margin-bottom: 1px;
    margin-right: 20px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid transparent
}

@media screen and (max-width: 1185px) {
    main.blog .sidebar .sidebar_author .sidebar_author_bio .sidebar_author_photo {
        float: none;
        margin: 0 auto
    }
}

main.blog .sidebar .sidebar_author:not(:first-of-type) {
    margin-top: 15px;
    border-top: 3px dotted #B0C4DE
}

@font-face { font-display: swap;
    font-family: 'amazing_grotesk_book';
    src: url("../fonts/Amazing Grotesk Light.otf");
    font-weight: 400;
    font-style: normal
}

@font-face { font-display: swap;
    font-family: 'Proxima Nova Rg';
    src: url("../fonts/proximanova-regular.otf");
    font-weight: 400;
    font-style: normal
}

main.post .container {
    max-width: 768px
}

main.post .container .entry-content, main.post .container .entry-content > * {
    color: #333333;
    font-size: 14px;
    font-family: 'Proxima Nova Rg', Arial;
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 16px;
    word-break: break-word;
}

main.post .container .entry-content > p, main.post .container .entry-content > * > p {
    font-weight: 400!important
}

main.post .container .entry-content blockquote, main.post .container .entry-content > * blockquote {
    display: block;
    font: 16px/24px 'amazing_grotesk_book', Arial;
    border-left: 5px solid #000000;
    padding: 3px 0 3px 25px;
    margin-bottom: 30px;
    color: #000
}

main.post .container textarea.textarea_embed {
    padding: 10px 6px 10px 14px;
    min-height: 110px;
    resize: vertical;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    color: #cbcbcb
}

main.post .container h1 {
    color: #000;
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    margin: 20px 0
}

main.post .container h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    font: 400 italic 37px "Lato", Arial, sans-serif!important;
}

main.post .container h3 {
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
    font: 600 italic 20px "Lato", Arial, sans-serif!important
}

main.post .container a {
    color: #4980a8
}

main.post .container hr {
    border: solid #f1f1f1;
    border-width: 2px 0 0;
    clear: both;
    margin: 10px 0 10px;
    height: 0
}

main.post .container li {
    list-style-position: inside
}

main.post .container li:not(:first-child) {
    margin-top: 10px
}

main.post .container li > * {
    margin-left: 10px
}

main.post .container .ok25 {
    float: left;
    margin: 0 20px 20px 0;
    background-image: url(../img/sprite.png);
    background-position: -124px -372px;
    width: 25px;
    height: 25px
}

main.post .container strong, main.post .container b {
    font: 600 14px "Lato", Arial, sans-serif!important
}

main.post #comments {
    clear: both
}

main.post #comments h3 {
    margin-top: 20px
}

main.post #comments form#commentform:after {
    content: '';
    display: table;
    clear: both
}

main.post #comments .more-button {
    margin: 10px 0 0 0;
    text-align: center;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    background: #ffffff;
    border: 2px solid #e7eef1;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    color: #828a93;
    transition: all 0.15s ease-in-out;
    cursor: pointer
}

main.post #comments .more-button:hover {
    background-color: #43C6F1;
    border-color: #43C6F1;
    color: #fff
}

main.post #comments textarea {
    width: 100%;
    padding: 10px 6px 10px 14px;
    min-height: 110px;
    resize: vertical;
    background-color: #fafafa;
    font-style: normal;
    border: 1px solid #eaeaea;
    box-shadow: none;
    color: #cbcbcb;
    font-size: 12px
}

main.post #comments .form-fields {
    float: left
}

main.post #comments .form-fields label {
    min-width: 100px;
    display: inline-block
}

main.post #comments .form-fields input {
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    padding: 5px;
    margin-top: 5px
}

main.post #comments .form-submit {
    float: right
}

main.post .author-box {
    margin-top: 40px;
    padding: 10px;
    color: #2F4F4F;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 15px;
    position: relative;
    border-top: 2px solid #1E6896
}

main.post .author-box:before {
    content: '';
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    top: -20px;
    border-top: 3px dotted #B0C4DE
}

main.post .author-box .author-avatar {
    float: left
}

main.post .author-box .author-avatar img {
    border-radius: 50%;
    padding: 0;
    margin: 10px
}

main.post .author-box .author-name {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold
}

main.post .author-box .author-description p {
    font-size: 14px;
    font-weight: 400
}

main.post .author-box .author-description p:after {
    content: '';
    display: table;
    clear: both
}

main.post ul.comment-list li {
    list-style: none;
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc
}

main.post ul.comment-list img.avatar {
    float: left;
    padding: 0 10px 0
}

main.post .additional_material {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 570px) {
    main.post .additional_material {
        display: none
    }
}

main.post .additional_material .matherial {
    position: relative;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 30px
}

main.post .additional_material .matherial:last-child {
    margin-right: 0
}

main.post .additional_material .matherial .additional_img {
    height: auto
}

main.post .additional_material .matherial .content {
    padding: 10px 10px 75px
}

main.post .additional_material .matherial .content span.title {
    margin-top: 10px;
    display: block
}

main.post .additional_material .matherial .content a.rm-link {
    padding: 7px 10px;
    color: #fff;
    background-color: #579BC6;
    border-radius: 5px;
    display: block;
    margin-bottom: 21.74px;
    max-width: 120px;
    text-align: center;
    position: absolute;
    bottom: 0
}

main.post .additional_material .matherial .content a.rm-link:hover {
    color: #f7f7f7;
    background-color: #4781A5
}

.discount_calc {
    font: 300 14px "Lato", Arial, sans-serif;
    padding-bottom: 30px
}

@media screen and (max-width: 1200px) {
    .discount_calc {
        float: none
    }
}

.discount_calc .form-price__new {
    display: inline-block;
    width: 80%;
    float: left;
    padding: 12px;
    margin: 18px 0;
    border: solid 1px #ddd
}

@media screen and (max-width: 1200px) {
    .discount_calc .form-price__new {
        width: 100%
    }
}

.discount_calc .form-price__new legend {
    margin: 0 auto;
    font-size: 36px;
    color: #b9b9b9;
    font-style: italic;
    padding: 0 20px
}

@media screen and (max-width: 905px) {
    .discount_calc .form-price__new legend {
        font-size: 24px
    }
}

@media screen and (max-width: 470px) {
    .discount_calc .form-price__new legend {
        font-size: 16px
    }
}

.discount_calc .form-price__new .wrap {
    display: inline-block;
    margin: 0.50%;
    width: 23%;
    min-width: 200px
}

@media screen and (max-width: 905px) {
    .discount_calc .form-price__new .wrap {
        width: 48%
    }
}

@media screen and (max-width: 470px) {
    .discount_calc .form-price__new .wrap {
        width: 99%
    }
}

.discount_calc .form-price__new .rd-visual {
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    opacity: .9;
    height: 230px;
    vertical-align: bottom
}

.discount_calc .form-price__new .rd-visual:after {
    width: 15px;
    height: 15px;
    top: 35px;
    right: 15px;
    content: "";
    position: absolute
}

.discount_calc .form-price__new .rd-visual .text22 {
    left: 15px;
    top: 30px;
    position: absolute;
    font-weight: 300;
    font-size: 22px;
    font-style: italic;
    color: #4980a8
}

.discount_calc .form-price__new .rd-visual .text22 span {
    color: #f16822
}

.discount_calc .form-price__new .rd-visual > .text11 {
    padding-top: 30px!important
}

.discount_calc .form-price__new .rd-visual .text11 {
    left: 0;
    padding: 30px 15px;
    text-align: left;
    color: #000;
    font-size: 12px;
    top: 30px;
    position: absolute
}

.discount_calc .form-price__new .rd-visual .text-but {
    bottom: 20px;
    right: 20px;
    position: absolute
}

.discount_calc .form-price__new .rd-visual .text-but span {
    border-top: 3px solid #d0f450;
    border-bottom: 3px solid #4d7e00;
    border-radius: 10px;
    background: linear-gradient(to bottom, #c3e235 0, #74a701 100%);
    padding: 3px 15px 7px;
    font-size: 13px!important;
    text-decoration: none;
    font-weight: 600!important;
    color: #fff
}

.discount_calc .form-price__new .rd-visual .text-but span:hover {
    border-bottom: 3px solid #d0f450;
    border-top: 3px solid #4d7e00;
    background: linear-gradient(to bottom, #74a701 0, #c3e235 100%)
}

.discount_calc .form-price__new .rd-visual .price {
    left: 15px;
    color: #3e7400!important;
    font-size: 30px!important;
    bottom: 20px;
    position: absolute;
    font-weight: 400
}

.discount_calc .rd-right {
    float: right;
    width: 20%;
    position: relative;
    opacity: .9;
    height: 210px;
    padding: 30px;
    padding-right: 0;
    vertical-align: bottom
}

@media screen and (max-width: 1200px) {
    .discount_calc .rd-right {
        float: none;
        padding: 30px;
        clear: both;
        margin: 0 auto;
        width: 100%;
        height: auto;
        background: #F8F8F8;
        border: 3px solid #ccc
    }
}

.discount_calc .rd-right ul {
    list-style-position: inside;
    list-style: none;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000
}

.discount_calc .rd-right ul li {
    font: 300 16px/22px "Lato", Arial, sans-serif;
    font-size: 14px
}

.discount_calc .rd-right ul li span {
    float: right
}

.discount_calc .rd-right ul li > t {
    padding-left: 20px;
    color: #838383
}

.discount_calc .rd-right ul .discount, .discount_calc .rd-right ul .discount > t {
    color: #ef471b!important
}

.discount_calc .rd-right .button-price {
    position: absolute;
    top: 235px;
    width: 235px
}

@media screen and (max-width: 1200px) {
    .discount_calc .rd-right .button-price {
        position: relative;
        margin-top: 50px;
        top: 0;
        left: 50%;
        margin-left: -117px
    }
}

.discount_calc .rd-right .button-price .but-order-price {
    border: 2px solid #f6842a;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: linear-gradient(to bottom, #fec33a 0, #ee3f19 100%);
    padding: 12px 45px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.discount_calc .rd-right .button-price .but-order-price:hover {
    background: transparent;
    color: #f57727
}

.discount_calc .rd-right .tot {
    margin-top: 15px;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    color: #ef471b;
    font-size: 16px
}

.discount_calc .rd-right .tot span {
    float: right
}

.discount_calc .rd-right .extra {
    font-weight: 900
}

.discount_calc .radio {
    display: none
}

.discount_calc .radio + .rd-visual::after {
    background-image: url(../img/sprite.png);
    background-position: -527px -239px;
    width: 15px;
    height: 16px
}

.discount_calc .radio:checked + .rd-visual::after {
    background-image: url(../img/sprite.png);
    background-position: -527px -220px;
    width: 15px;
    height: 16px
}

.discount_calc .radio:checked + .rd-visual {
    opacity: 1;
    color: #fff;
    background-color: #f0f0f0
}

.sliderSlick {
    overflow: hidden;
    max-width: 100vw;
    width: 100vw
}

.page-id-13548 main.page ul li {
    margin-bottom: 20px
}

.page-id-13548 main.page ol {
    margin-top: 20px;
    margin-left: 20%
}

.page-id-13548 h3 {
    margin-top: 20px
}

#share {
    position: fixed;
    top: 230px;
    margin-left: -100px
}

#share ul li {
    list-style: none
}

#share ul li a {
    border-radius: 50%;
    display: flex;
    height: 60px;
    width: 60px;
    margin: 10px;
    background: #ddd;
    transition: background ease-in-out 200ms
}

#share ul li a.facebook:hover {
    background-color: #3E5794
}

#share ul li a.twitter:hover {
    background-color: #0BA9EA
}

#share ul li a.linked_in:hover {
    background-color: #0680BA
}

#share ul li a.google:hover {
    background-color: #DB4D44
}

#share ul li a i {
    margin: auto
}

#share ul li a.facebook i {
    background-image: url(../img/sprite.png);
    background-position: -114px -330px;
    width: 39px;
    height: 39px
}

#share ul li a.twitter i {
    background-image: url(../img/sprite.png);
    background-position: -307px -243px;
    width: 39px;
    height: 39px
}

#share ul li a.linked_in i {
    background-image: url(../img/sprite.png);
    background-position: -349px -243px;
    width: 39px;
    height: 39px
}

#share ul li a.google i {
    background-image: url(../img/sprite.png);
    background-position: -391px -243px;
    width: 39px;
    height: 39px
}

.relative {
    display: table!important;
    position: relative;
    margin: 0 auto
}

#pinterest {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-image: url(../img/sprite.png);
    background-position: -56px -372px;
    width: 32px;
    height: 32px;
    opacity: .6;
    filter: grayscale(100%);
    transition: all .2s ease-in-out
}

#pinterest:hover {
    filter: grayscale(0%);
    opacity: 1
}

.quoty {
    position: absolute;
    display: none;
    z-index: 1000;
    top: 0;
    left: 0
}

.quoty-inner {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(49, 49, 47, 0.99), #262625);
    background-repeat: repeat-x;
    border-radius: 5px;
    padding: 6px
}

.quoty-inner button {
    border: 0;
    color: #FFF;
    margin: 0 4px;
    position: relative;
    padding: 16px;
    top: -3px
}

.quoty-inner button.google-plus {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTc5LjcgMjM3LjZMMTc5LjcgMjg0LjIgMjU2LjcgMjg0LjJDMjUzLjYgMzA0LjIgMjMzLjQgMzQyLjkgMTc5LjcgMzQyLjkgMTMzLjQgMzQyLjkgOTUuNiAzMDQuNCA5NS42IDI1NyA5NS42IDIwOS42IDEzMy40IDE3MS4xIDE3OS43IDE3MS4xIDIwNi4xIDE3MS4xIDIyMy43IDE4Mi40IDIzMy44IDE5Mi4xTDI3MC42IDE1Ni42QzI0NyAxMzQuNCAyMTYuNCAxMjEgMTc5LjcgMTIxIDEwNC43IDEyMSA0NCAxODEuOCA0NCAyNTcgNDQgMzMyLjIgMTA0LjcgMzkzIDE3OS43IDM5MyAyNTggMzkzIDMxMCAzMzcuOCAzMTAgMjYwLjEgMzEwIDI1MS4yIDMwOSAyNDQuNCAzMDcuOSAyMzcuNkwxNzkuNyAyMzcuNiAxNzkuNyAyMzcuNlpNNDY4IDIzNi43TDQyOS4zIDIzNi43IDQyOS4zIDE5OCAzOTAuNyAxOTggMzkwLjcgMjM2LjcgMzUyIDIzNi43IDM1MiAyNzUuMyAzOTAuNyAyNzUuMyAzOTAuNyAzMTQgNDI5LjMgMzE0IDQyOS4zIDI3NS4zIDQ2OCAyNzUuMyIvPjwvc3ZnPg==") no-repeat
}

.quoty-inner button.facebook {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMjExLjkgMTk3LjRoLTM2Ljd2NTkuOWgzNi43VjQzMy4xaDcwLjVWMjU2LjVoNDkuMmw1LjItNTkuMWgtNTQuNGMwIDAgMC0yMi4xIDAtMzMuNyAwLTEzLjkgMi44LTE5LjUgMTYuMy0xOS41IDEwLjkgMCAzOC4yIDAgMzguMiAwVjgyLjljMCAwLTQwLjIgMC00OC44IDAgLTUyLjUgMC03Ni4xIDIzLjEtNzYuMSA2Ny4zQzIxMS45IDE4OC44IDIxMS45IDE5Ny40IDIxMS45IDE5Ny40eiIvPjwvc3ZnPg==") no-repeat
}

.quoty-inner button.linkedin {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTg2LjQgMTQyLjRjMCAxOS0xNS4zIDM0LjUtMzQuMiAzNC41IC0xOC45IDAtMzQuMi0xNS40LTM0LjItMzQuNSAwLTE5IDE1LjMtMzQuNSAzNC4yLTM0LjVDMTcxLjEgMTA3LjkgMTg2LjQgMTIzLjQgMTg2LjQgMTQyLjR6TTE4MS40IDIwMS4zaC01Ny44VjM4OC4xaDU3LjhWMjAxLjN6TTI3My44IDIwMS4zaC01NS40VjM4OC4xaDU1LjRjMCAwIDAtNjkuMyAwLTk4IDAtMjYuMyAxMi4xLTQxLjkgMzUuMi00MS45IDIxLjMgMCAzMS41IDE1IDMxLjUgNDEuOSAwIDI2LjkgMCA5OCAwIDk4aDU3LjVjMCAwIDAtNjguMiAwLTExOC4zIDAtNTAtMjguMy03NC4yLTY4LTc0LjIgLTM5LjYgMC01Ni4zIDMwLjktNTYuMyAzMC45di0yNS4ySDI3My44eiIvPjwvc3ZnPg==") no-repeat
}

.quoty-inner button.pinterest {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMjY2LjYgNzYuNWMtMTAwLjIgMC0xNTAuNyA3MS44LTE1MC43IDEzMS43IDAgMzYuMyAxMy43IDY4LjUgNDMuMiA4MC42IDQuOCAyIDkuMiAwLjEgMTAuNi01LjMgMS0zLjcgMy4zLTEzIDQuMy0xNi45IDEuNC01LjMgMC45LTcuMS0zLTExLjggLTguNS0xMC0xMy45LTIzLTEzLjktNDEuMyAwLTUzLjMgMzkuOS0xMDEgMTAzLjgtMTAxIDU2LjYgMCA4Ny43IDM0LjYgODcuNyA4MC44IDAgNjAuOC0yNi45IDExMi4xLTY2LjggMTEyLjEgLTIyLjEgMC0zOC42LTE4LjItMzMuMy00MC42IDYuMy0yNi43IDE4LjYtNTUuNSAxOC42LTc0LjggMC0xNy4zLTkuMy0zMS43LTI4LjQtMzEuNyAtMjIuNSAwLTQwLjcgMjMuMy00MC43IDU0LjYgMCAxOS45IDYuNyAzMy40IDYuNyAzMy40cy0yMy4xIDk3LjgtMjcuMSAxMTQuOWMtOC4xIDM0LjEtMS4yIDc1LjktMC42IDgwLjEgMC4zIDIuNSAzLjYgMy4xIDUgMS4yIDIuMS0yLjcgMjguOS0zNS45IDM4LjEtNjkgMi42LTkuNCAxNC44LTU4IDE0LjgtNTggNy4zIDE0IDI4LjcgMjYuMyA1MS41IDI2LjMgNjcuOCAwIDExMy44LTYxLjggMTEzLjgtMTQ0LjVDNDAwLjEgMTM0LjcgMzQ3LjEgNzYuNSAyNjYuNiA3Ni41eiIvPjwvc3ZnPg==") no-repeat
}

.quoty-inner button.twitter {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNDE5LjYgMTY4LjZjLTExLjcgNS4yLTI0LjIgOC43LTM3LjQgMTAuMiAxMy40LTguMSAyMy44LTIwLjggMjguNi0zNiAtMTIuNiA3LjUtMjYuNSAxMi45LTQxLjMgMTUuOCAtMTEuOS0xMi42LTI4LjgtMjAuNi00Ny41LTIwLjYgLTQyIDAtNzIuOSAzOS4yLTYzLjQgNzkuOSAtNTQuMS0yLjctMTAyLjEtMjguNi0xMzQuMi02OCAtMTcgMjkuMi04LjggNjcuNSAyMC4xIDg2LjkgLTEwLjctMC4zLTIwLjctMy4zLTI5LjUtOC4xIC0wLjcgMzAuMiAyMC45IDU4LjQgNTIuMiA2NC42IC05LjIgMi41LTE5LjIgMy4xLTI5LjQgMS4xIDguMyAyNS45IDMyLjMgNDQuNyA2MC44IDQ1LjIgLTI3LjQgMjEuNC02MS44IDMxLTk2LjQgMjcgMjguOCAxOC41IDYzIDI5LjIgOTkuOCAyOS4yIDEyMC44IDAgMTg5LjEtMTAyLjEgMTg1LTE5My42QzM5OS45IDE5My4xIDQxMC45IDE4MS43IDQxOS42IDE2OC42eiIvPjwvc3ZnPg==") no-repeat
}

.quoty .separator {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2)
}

.quoty .quoty-arrowClip {
    position: absolute;
    bottom: -10px;
    left: 50%;
    clip: rect(10px 20px 20px 0);
    margin-left: -10px
}

.quoty .quoty-arrowClip .quoty-arrow {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #262625;
    -webkit-transform: rotate(45deg) scale(0.5);
    -ms-transform: rotate(45deg) scale(0.5);
    transform: rotate(45deg) scale(0.5)
}

.highlight_menu_animate {
    transition: top 75ms ease-out, left 75ms ease-out
}

.slick-list, .slick-track {
    position: relative;
    display: block
}

.writers-slider {
    position: relative;
    display: block;
    max-width: 1080px;
    margin: auto;
    overflow: hidden
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-track {
    top: 0;
    left: 0
}

.writers-slider__item {
    background-color: #e8e7e7;
    max-width: 340px;
    width: 100%;
    min-height: 285px!important;
    padding: 18px;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    margin: 0 10px;
    outline: 0;
    overflow: hidden;
    text-align: left;
    font-size: 0;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    opacity: .7;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    display: inline-block
}

@media screen and (max-width: 460px) {
    .writers-slider__item {
        max-width: 280px
    }
}

.writers-slider__item-top {
    padding-bottom: 15px;
    border-bottom: 2px solid #579bc6;
    overflow: hidden
}

.writers-slider__photo {
    float: left;
    width: 33%;
    max-height: 101px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.writers-slider__photo img {
    width: 100%;
    height: auto;
    display: block
}

.writers-slider__info {
    width: 67%;
    float: left;
    padding-left: 18px
}

.writers-slider__name {
    margin-bottom: 0;
    font: 700 18px/20px "Lato", Arial, sans-serif;
    color: #494949
}

.writers-slider__rating {
    width: 100px;
    height: 17px;
    background-image: url(../img/star_fill.png);
    background-repeat: repeat-x;
    background-size: 20px 17px
}

.writers-slider__rating > div {
    height: 17px;
    background-image: url(../img/star.png);
    background-size: 20px 17px
}

.writers-slider__text {
    font-size: 16px;
    line-height: 20px;
    color: #6e6e6e;
    margin: 8px 0
}

.writers-slider__text-exp {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 8px 0 10px;
    color: #6e6e6e;
    text-align: center;
    border-bottom: 2px solid #579bc6
}

.writers-slider__text-exp span {
    font-weight: 600;
    color: #494949
}

.writers-slider__button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 8px;
    border: 2px solid #7e8c94;
    font: 600 15px/18px "Lato", Arial, sans-serif;
    color: #fff;
    background-color: #7e8c94;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    width: 45%;
    min-width: 130px
}

@media screen and (max-width: 460px) {
    .writers-slider__button {
        min-width: 120px;
        font-size: 13px
    }
}

.writers-slider__button-profile {
    background-color: #579bc6;
    border-color: #579bc6;
}

@media screen and (max-width: 460px) {
    .writers-slider__button-profile {
        margin-right: 1%
    }
}

.writers-slider__button:hover {
    background-color: #e8e7e7;
    color: #7e8c94
}

.writers-slider__button-profile:hover {
    color: #579bc6
}

.writers-slider__arrows {
    width: 100%;
    max-width: 340px;
    background-color: #7bb1d2;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 7px;
    margin: 0 auto 20px;
    text-align: right
}

@media screen and (max-width: 460px) {
    .writers-slider__arrows {
        max-width: 280px
    }
}

.writers-slider__item.slick-center {
    opacity: 1;
    transform: scale(1)
}

.writers-slider__next, .writers-slider__prev {
    display: inline-block;
    width: 27px;
    height: 26px;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    margin-right: 3px;
    outline: 0;
    color: #579bc6;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

.writers-slider__next:hover, .writers-slider__prev:hover {
    opacity: .9
}

@media screen and (max-width: 1200px) {
    ol {
        margin-left: 20px
    }
}

@media screen and (max-width: 460px) {
    .writers-slider__item.slick-center {
        text-align: center
    }

    .writers-slider__info {
        text-align: left
    }
}

/*ERRORRRRR */
.header_contacts {
    display: none!important;
}

.dropdown_buttons {
    cursor: pointer;
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
}

.services .service {
    margin: 18px;
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    border: 3px solid #649ac7;
    border-radius: 5px;
}

@media(max-width: 450px) {
    .services .service {
        margin-left: 0;
        margin-right: 0;
    }
}

.services .service__header {
    padding: 15px 12px 30px;
    background-color: #649ac7;
    position: relative;
}

.services .service__header::before {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: -20px;
    left: 50%;
    margin-left: -35px;
    border-radius: 50%;
    background: #649ac7;
    z-index: 1;
}

.services .service__header--resume::before {
    background: #649ac7 url(https://asset.craftresumes.com/bundles/asterfreelance/_layout/images/MyCraftResumesCom/services_icons/services_icon_1.png) 50% 70% no-repeat;
    background-size: 22px 26px;
}

.services .service__header--cv::before {
    background: #649ac7 url(https://asset.craftresumes.com/bundles/asterfreelance/_layout/images/MyCraftResumesCom/services_icons/services_icon_2.png) 50% 70% no-repeat;
    background-size: 24px 26px;
}

.services .service__header--linkedin::before {
    background: #649ac7 url(https://asset.craftresumes.com/bundles/asterfreelance/_layout/images/MyCraftResumesCom/services_icons/services_icon_3.png) 50% 70% no-repeat;
    background-size: 28px 16px;
}

.services .service__button:hover {
    background-color: #fff;
    color: #f57727;
}

.services .service__title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 2;
}

.services .service__main {
    padding: 32px 12px 24px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

.services .service__description {
    font-size: 17px;
    line-height: 1.8em;
    font-weight: 400;
    color: #565a5f;
    margin-bottom: 0;
}

.services .service__buy-now {
    font-size: 22px;
    font-weight: 600;
    color: #898a8a;
    margin: 15px 0 30px;
    line-height: 40px;
    position: relative;
    text-align: left;
    padding: 0 10px;
}

.services .price-badge {
    border: 3px solid #eee;
    background-color: #fafafa;
    color: #649ac7;
    font-size: 19px;
    font-weight: 500;
    height: 40px;
    line-height: 36px;
    padding-right: 12px;
    padding-left: 30px;
    max-width: 180px;
    text-align: right;
    position: relative;
}

.services .service__price {
    position: absolute;
    top: 0;
    right: -24px;
}

.services .price-badge::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #eee;
    border-top: 20px solid transparent;
    top: -3px;
    left: 0;
}

.services .price-badge__number {
    font-size: 25px;
    letter-spacing: -0.5px;
}

.services .price-badge::after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    top: -3px;
    left: -3px;
}

.services .service__button {
    width: 215px;
    height: 56px;
    line-height: 50px;
    border: 3px solid #f57727;
    background-color: #f57727;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-item-align: center;
}

.main__button {
    width: 215px;
    height: 56px;
    line-height: 50px;
    border: 3px solid #f57727;
    background-color: #f57727;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-item-align: center;
}

main:not(.post) ul {
    padding: 10px 40px;
}

main:not(.post) .ol_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-position: inside;
    margin-top: 10px;
}

main:not(.post) .ol_3 li {
    margin-bottom: 5px;
}

@media screen and (max-width: 930px) {
    .services {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px) {
    .dropdown_buttons {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .service__buy-now span.service__price_buy {
        display: none;
    }
}

@media screen and (max-width: 890px) {
    main:not(.post) .resume-help li {
        flex: auto;
        width: 30%
    }
}

@media screen and (max-width: 1170px) {
    main:not(.post) .prices .item .title {
        height: 75px;
    }
}

@media screen and (max-width: 890px) {
    main:not(.post) .prices .item .title {
        height: 85px;
    }
}

@media screen and (max-width: 821px) {
    main:not(.post) .prices .item .price {
        height: 55px;
    }
}

@media screen and (max-width: 800px) {
    main:not(.post) .prices .item .title {
        height: 60px;
    }

    main:not(.post) .prices .item .price {
        height: 45px;
    }

    main:not(.post) .prices .item {
        margin-bottom: 40px;
    }

    main:not(.post) .ol_3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        list-style-position: inside;
        margin-top: 10px;
    }
}

main.page.resume_page {
    margin-top: 180px;
}

header .bot_sect ul.bot_nav>li, header .bot_sect ul.bot_nav>li a {
    height: auto;
    max-height: 110px;
}

.resume_block1 h1 {
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 46px;
    color: white;
}

.resume_block1 p:first-of-type {
    width: auto;
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 10px;
    color: white;
    letter-spacing: 0.3px;
}

main:not(.post) p.soon_btn {
    text-align: center;
    font-size: 23px;
    color: #fdba38;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Dancing Script', cursive;
    padding-top: 8px;
}

.resume_block1 {
    background: url(https://images.unsplash.com/photo-1448932155749-638e51b56f03?dpr=1&auto=format&fit=crop&w=1199&h=799&q=80&cs=tinysrgb&crop=&bg=);
    height: 500px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.resume_block1::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.34);
}

.resume_block1 .container {
    position: relative;
    z-index: 1;
}

.resume_block1_btn {
    font-size: 16px;
    line-height: 19px;
    padding: 13px 0;
    background: linear-gradient(135deg, #fec33a 0%,#ee3f19 100%);
    border-radius: 3px;
    transition: background .5s ease-in-out;
    color: white;
    text-transform: uppercase;
    display: block;
    margin: 30px auto 10px auto;
    width: 300px;
    text-align: center;
    border: 2px solid #f6842a;
}

.resume_block1_btn:hover {
    transition: 0.3s;
    color: white;
    background: linear-gradient(45deg, #fec33a 0%,#ee3f19 100%);
}

.resume_page footer {
    margin-top: 0;
}

.resume_block1_img {
    height: 280px;
    overflow: hidden;
    background: url('https://images.unsplash.com/photo-1448932155749-638e51b56f03?dpr=1&auto=format&fit=crop&w=1199&h=799&q=80&cs=tinysrgb&crop=&bg=');
    background-size: cover;
    width: 600px;
    margin: 0 auto -1px auto;
    background-position: bottom center;
}

.resume_block2 {
    padding: 60px 0;
}

main:not(.post) .resume_block2 h2 {
    margin: 0 0 20px 0;
    color: #555;
    font-style: normal;
    font-size: 32px;
}

.resume_block2_blocks {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

.resume_block2_block {
    width: 30%;
    text-align: center;
    margin: 0 5px;
}

.resume_block2_img {
    height: 150px;
    width: 150px;
    background-image: url('https://craftresumes.com/wp-content/uploads/2017/04/resume1.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.resume_block2_block:nth-child(2) .resume_block2_img {
    background-image: url('https://craftresumes.com/wp-content/uploads/2017/04/resume2.png');
}

.resume_block2_block:nth-child(3) .resume_block2_img {
    background-image: url('https://craftresumes.com/wp-content/uploads/2017/04/resume3.png');
}

main:not(.post) .resume_block2_block p {
    font-weight: 700;
    font-size: 22px;
    margin: 20px 0 8px 0;
    color: #579bc6;
}

.resume_block3 {
    padding: 60px 0 0 0;
    background: #579bc6;
}

.resume_block3 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resume_block3 .container img {
    width: 300px;
    margin-bottom: -7px;
    display: block;
}

.resume_block4 {
    padding: 60px 0;
}

.resume_block4.grey_bg {
    background: #f1f1f5;
}

.resume_block4 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resume_block4 .text, .resume_block4 .image {
    width: 45%;
}

.resume_block4 .text h3 {
    padding-bottom: 10px;
}

main:not(.post) .resume_block4 .text p {
    font-size: 17px;
}

.resume_block4 .image img {
    width: 90%;
}

main:not(.post) .resume_block3 p {
    font-weight: 700;
    color: white;
    font-size: 35px;
    width: 60%;
    line-height: 43px;
    text-align: center;
    padding-bottom: 50px;
}

main:not(.post) .resume_block3 p span {
    color: #555;
}

@media(max-width: 830px) {
    .resume_block3 .container img {
        display: none;
    }

    main:not(.post) .resume_block3 p {
        width: 100%;
    }
}

@media screen and (max-width: 792px) {
    main.page {
        margin-top: 90px;
    }
    main.page-mt0 {
        margin-top: 0;
    }
}

@media(max-width: 760px) {
    .resume_block2_blocks {
        flex-wrap: wrap;
    }

    .resume_block2_block {
        width: 45%;
        margin: 0 0 40px 0;
    }

    .resume_block4 .container {
        flex-wrap: wrap;
    }

    .resume_block4 .text, .resume_block4 .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .resume_block4 .image img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

@media(max-width: 605px) {
    .resume_block1_img {
        width: 100%;
    }
}

@media(max-width: 475px) {
    .resume_block2_blocks {
        flex-wrap: wrap;
    }

    .resume_block2_block {
        width: 100%;
        margin: 0 0 40px 0;
    }
}

@media screen and (max-width: 450px) {
    main.page {
        margin-top: 68px;
    }
    main.page-mt0 {
        margin-top: 0;
    }
}

.block__user_controllers {
    display: none;
}

.block__user_controllers nav > ul > li ul li a {
    color: #565a5f;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1.3em;
    display: block;
    border-bottom: 1px solid #e2e4e7;
}

.block__user_controllers nav > ul > li ul li ul {
    position: relative;
    box-shadow: none;
    display: flex;
}

.block__user_controllers nav > ul > li ul li ul li a {
    font-weight: 100;
    font-size: 13px;
    padding: 7px 15px 7px 20px;
}

.mob_menu-contacts {
    display: none;
    position: relative;
    padding: 7px 0 10px 0;
    border-top: 1px solid #e2e4e7;
}

.mob_menu-contacts ul {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    width: 110%;
}

.mob_menu-contacts ul a {
    color: #565a5f;
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.section {
    padding: 10px 0 30px;
}

.section-oportunities {
    position: relative;
    margin: 40px 0;
    padding: 50px 0;
}

.section-oportunities::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: -50%;
    display: block;
    height: 100%;
    width: 200%;
    background: linear-gradient(45deg, rgba(208,236,255,1) 0%, rgba(170,219,251,1) 100%);
}

body .section-oportunities h2 {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
}

.section-oportunities .img-resume {
    max-width: 160%;
}

.price {
}

.price-item {
    position: relative;
    margin-bottom: 50px;
    font-size: 18px;
}

.price-item-name {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
}

.price-item .price-label {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 5px 10px;
    background-color: white;
}

.section-call-to-action {
    padding: 100px 0;
    margin-bottom: -60px;
}

.section-call-to-action .h1 {
    font-style: normal
}

.section-call-to-action .button {
    width: 215px;
    height: 56px;
    line-height: 50px;
    border: 3px solid #f57727;
    background-color: #f57727;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-item-align: center;
}

.section-choose-us {
    padding: 20px 0;
}

.section-choose-us .icon {
    display: block;
    width: 70px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.section-choose-us h3 {
    text-align: center;
}

.section-choose-us .poster {
    display: block;
    margin: 40px auto;
    max-width: 450px;
}

@media screen and (max-width: 450px) {
    .mob_menu-contacts {
        display: flex;
    }

    header .top_sect {
        height: 60px;
        align-items: center;
    }

    header .top_sect .logo img {
        width: 60px;
    }

    .block__user_controllers {
        display: flex;
        margin-top: 10px;
    }

    .block__user_controllers nav > ul > li {
        padding: 0px 15px 0;
        float: right;
    }

    .block__user_controllers nav > ul > li p {
        line-height: 30px;
        color: #565a5f;
        font-weight: bold;
        cursor: pointer;
        font-size: 14px;
    }

    .block__user_controllers nav > ul > li:nth-child(2), .block__user_controllers nav > ul > li:nth-child(3) {
        position: relative;
    }

    .block__user_controllers nav > ul > li:nth-child(2):after, .block__user_controllers nav > ul > li:nth-child(3):after {
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #565a5f;
        position: absolute;
        top: 13px;
        right: 2px;
        -webkit-transition: all 0.07s ease-in-out;
        -moz-transition: all 0.07s ease-in-out;
        transition: all 0.07s ease-in-out;
    }

    .block__user_controllers nav > ul > li.opened:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .block__user_controllers nav > ul > li ul {
        position: absolute;
        right: 0;
        display: none;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 1px 10px 1px rgba(0,0,0,0.15);
        width: 136px;
        z-index: 9;
    }

    header .bot_sect {
        border: none;
    }
}

.cookie-banner {
    position: fixed;
    z-index: 150;
    left: 0;
    bottom: 0;
    width: 100%;

    padding: 15px;
    background: #e8e8e8;
    color: #474747;
    font-family: "Andale Mono","Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
    font-size: 12px;
    font-size: .75rem;
    text-align: center;
    display: block;
    height: auto;
    min-height: 36px;
}

.cookie-banner__wrapper {
    position: relative
}

.cookie-banner .cookie-policy {
    padding-right: 1.25rem;
    width: 100%;
    line-height: 1.25
}

@media screen and (min-width: 1024px) {
    .cookie-banner .cookie-policy {
        margin: 0;
        padding-right: 0;
        padding-left: .9375rem;
        font-size: 14px;
    }
}

.cookie-banner .icon--cross {
    height: 15px;
    width: 15px;
    vertical-align: baseline
}

.cookie-banner__wrapper {
    display: flex;
    flex-direction: row
}

.cookie-banner__confirm {
    margin-left: auto;
    height: 15px;
    width: 15px
}

.card {
    box-shadow: 0 8px 24px 0 rgba(86,91,115,.15)
}

.card-feature {
    min-height: 260px;
    padding: 5px 15px;
}

.card-advantage {
    min-height: 200px;
    padding: 5px 15px;
}

@media (max-width: 768px) {
    .card {
        margin-bottom: 20px;
    }

    body .section-oportunities h2 {
        font-size: 35px
    }

    .price-item-name {
        margin-bottom: 20px
    }

    .price-item .price-label {
        position: static;
        margin-bottom: 20px
    }

    .section-oportunities .img-resume {
        display: none;
    }

    .section-choose-us .poster {
        display: none;
    }
}


/* -------------------------------------------------------- New added style for authors cpt ---------------------------------------*/
.authors-wrapper{
	margin: 50px 0;
}
.authors-wrapper h1{
	font-family: 'NinaCTT', 'Arial', 'sans-serif';
}
.authors-img{
	border: solid 1px #649ac7;
    padding: 15px;
    background-color: #fff;
}
.authors-img img{
	display: block;
	float: left;
	width: 150px;
	margin-right: 25px;
}
.authors-content h2 {
	text-align: left!important;
	font-size: 28px;
}
.authors-img p,.authors-img span.big-blue {
	font-size: 30px;
    font-weight: 300;
    color: #649ac7;
}
.star-rating {
	float: left;
	width: 89px;
    height: 16px;
    margin-top: 15px;
}
.star-rating img {
    width: 16px!important;
    height: 16px!important;
    margin: 0;
    float: left;
}
ol.ordered {
    list-style: none;
    counter-reset: section;
}
ol.ordered li:before {
    counter-increment: section;
    content: counter(section) ". ";
    font: 400 30px "Lato", Arial, sans-serif !important;
    margin-left: 9px;
}
ol.ordered h2 {
    display: inline-block;
    margin: 15px 0 25px;
}
ol.ordered p {
    margin-left: 0;
    margin-top: 15px;
}
@media screen and (max-width: 575px) {
    .collumn-2.fd-column-mobile {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
@media screen and (max-width: 480px) {
    main:not(.post) h2 {
        font-size: 26px;
    }
    img.alignnone {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    main.post .container h1 {
        font-size: 32px;
        line-height: 110%;
        word-break: break-word;
    }
    main.post .container h2 {
        font-size: 28px !important;
        line-height: 130% !important;
        word-break: break-word;
    }
    .home-animation-shortcode .poster {
        max-width: 100%;
    }
    main:not(.post) .membership {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    main:not(.post) .membership img {
        max-width: 150px;
        height: auto;
        max-height: 100%;
        margin: 15px auto;
    }
    main.blog .pagination .nav-links .prev,
    main.blog .pagination .nav-links .next {
        display: none;
    }
    main.blog .pagination {
        display: block;
    }
}
