.f {
    font-family: Montserrat, Roboto, sans-serif;
}
.l {
    line-height: 130%;
}
.bg {
    background: 0 0;
}
.rel {
    position: relative;
}
.fixed {
    position: fixed;
}
.static {
    position: static;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.hide {
    display: none;
}
.a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.es {
    content: "";
}
.circle {
    border-radius: 50%;
}
.auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.h {
    color: #98c026;
}
#init .start {
    font-family: Montserrat, Roboto, serif, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
#init .color {
    color: #212121;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.dotted-scrollspy {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    padding-right: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 0.125rem 0 0 0.125rem;
    border-radius: 0.125rem 0 0 0.125rem;
    z-index: 9999;
}
.dotted-scrollspy li a {
    width: 15px;
    padding: 8px 0;
}
.dotted-scrollspy li a span {
    display: block;
    margin: 0 auto;
    width: 7px;
    height: 7px;
    opacity: 0.8;
    background-color: #d0d0d0;
}
.dotted-scrollspy li a.active span {
    width: 7px;
    height: 7px;
    background-color: #f36e1d;
    border-radius: 100%;
}
.dotted-scrollspy li a:not(.active) span {
    border-radius: 50%;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.animated-toggle {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.animated-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #606a74;
}
.animated-toggle span:nth-child(1) {
    top: 0;
}
.animated-toggle span:nth-child(2),
.animated-toggle span:nth-child(3) {
    top: 10px;
}
.animated-toggle span:nth-child(4) {
    top: 20px;
}
.animated-toggle__sidenav {
    width: 22px;
    height: 22px;
}
.animated-toggle__sidenav span {
    height: 3px;
}
.animated-toggle.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.animated-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.animated-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animated-toggle.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.dropdown .dropdown-menu .dropdown-item.active,
.dropdown .dropdown-menu .dropdown-item:active {
    background-color: rgba(96, 106, 116, 0.8);
    color: #fff;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    vertical-align: 0.185em;
}
.header {
    background-color: #fff;
}
.navbar {
    position: relative !important;
    max-width: 1170px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar .navbar-logo {
    width: 75px;
}
.navbar .navbar-logo .header-logo {
    height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.navbar .navbar-controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.navbar .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
}
.navbar .nav-item {
    margin: 0 28px;
}
.navbar .nav-link {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #606a74 !important;
    padding: 10px 0 8px !important;
    position: relative;
}
.navbar .nav-link:focus {
    outline: 0;
}
.navbar .nav-link:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #f36e1d;
    position: absolute;
    left: 0;
    bottom: 7px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.navbar .nav-item.active > .nav-link:before,
.navbar .nav-link.active:before,
.navbar .nav-link:hover:before {
    width: 100%;
}
.navbar .nav-link.dropdown-toggle:hover:before {
    width: calc(100% - 17px);
}
.navbar .header-phone {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    color: #606a74;
    margin: 0 30px 0 0;
    padding-left: 26px;
    background: url(../img/icons/h24.svg) left center/auto 20px no-repeat;
    -webkit-background-size: auto 20px;
    -o-background-size: auto 20px;
}
.navbar .header-create {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #f36e1d;
    letter-spacing: 0.01em;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    text-transform: uppercase;
    border: 2px solid #f36e1d;
    margin: 0 5px;
    padding: 7px 14px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
}
.navbar .header-create:hover {
    -webkit-box-shadow: none !important;
    background-color: #f36e1d;
    color: #fff;
}
.navbar .header-login {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #606a74;
    letter-spacing: 0.01em;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border: 2px solid #606a74;
    margin: 0 5px;
    padding: 7px 14px;
    text-transform: none;
    -webkit-box-shadow: none !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
}
.navbar .header-login:hover {
    -webkit-box-shadow: none !important;
    background-color: #606a74;
    color: #fff;
}
.navbar .dropdown-menu {
    background-color: #f7f7f7;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border: 1px solid rgba(231, 231, 231, 0.7);
    padding: 13px 0;
    left: -20px;
    border-radius: 4px;
}
.navbar .dropdown-menu .dropdown-item {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin: 1px 0;
    padding: 6px 20px;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.navbar .dropdown-menu .dropdown-item:hover {
    background-color: rgba(96, 106, 116, 0.8);
    color: #fff;
}
.scrolling-navbar.top-nav-collapse {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 3px 32.2px 2.8px rgba(66, 66, 66, 0.1);
    box-shadow: 0 3px 32.2px 2.8px rgba(66, 66, 66, 0.1);
}
.scrolling-navbar.top-nav-collapse .header-logo {
    height: 40px;
}
.scrolling-navbar.top-nav-collapse .header-create,
.scrolling-navbar.top-nav-collapse .header-login {
    padding: 5px 14px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sidenav {
    width: 0;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    background-color: #f7f7f7;
    z-index: 10000;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sidenav .header-nav {
    margin-top: 15px;
}
.sidenav .nav-item {
    display: block;
    margin: 0 15px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sidenav .nav-item .nav-link {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
    color: #606a74;
    display: block;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidenav .nav-item .nav-link:active,
.sidenav .nav-item .nav-link:focus,
.sidenav .nav-item .nav-link:hover {
    color: #000;
}
.sidenav .nav-item .nav-link:active {
    background-color: #ececec;
}
.sidenav .nav-item .dropdown-toggle:after {
    margin-left: 5px;
    vertical-align: 0.185em;
}
.sidenav.active {
    width: 300px;
}
.sidenav .navbar-toggler {
    padding: 0 18px;
    display: block;
    margin-left: auto;
}
.sidenav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    margin: 5px 0;
    padding: 0;
    border: none;
    background: 0 0;
    box-shadow: none;
}
.sidenav .dropdown-menu .dropdown-item {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 16px;
    color: #606a74;
    text-transform: capitalize;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sidenav .dropdown-menu .dropdown-item:active {
    background-color: rgba(96, 106, 116, 0.8);
}
.sidenav .navbar-controls .sidenav__login,
.sidenav .navbar-controls .sidenav__phone {
    display: none;
}
.navbar-toggler {
    padding: 4px 15px 8px;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}
.hero {
    margin-bottom: 40px;
    padding-bottom: 35px;
    overflow: hidden;
}
.hero .hero-bg {
    height: 550px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 550px;
}
.hero .hero-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 2.1875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 134%;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero .hero-subtitle {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 40px;
}
.hero .hero-content {
    max-width: 600px;
    padding-right: 25px;
    height: 550px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hero .hero-btn {
    font-weight: 600;
    letter-spacing: 0.06em;
    background-color: #f36e1d;
    margin: 0;
    padding: 1.157rem 6.925rem;
    display: inline-block;
}
.hero .hero-uploader {
    display: block;
    width: 100%;
    max-width: 435px;
    margin-top: 40px;
}
.hero .hero-uploader .custom-file {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
.hero .hero-uploader .custom-file:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.hero .hero-uploader .custom-file-input {
    cursor: pointer;
}
.hero .hero-uploader .custom-file-label {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.1875rem;
    font-weight: 600;
    color: #d8d8d8;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #f36e1d;
    height: calc(63px + 2px);
    background: url(../img/icons/shape.svg) left 15px top 24px / auto 14px no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-size: auto 14px;
    -o-background-size: auto 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.hero .hero-uploader .custom-file-label:after {
    content: attr(data-after) !important;
    height: auto;
    line-height: 53px;
    background-color: #f36e1d;
    color: #fff;
    letter-spacing: 0.04em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
}
.hero .hero-uploader .custom-file-label.selected {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hero__front .hero-bg {
    background-image: url(../img/pic1.png);
}
.hero__page {
    margin-bottom: 5px;
    padding-bottom: 0;
}
.hero__page .hero-bg {
    background-image: url(../img/pic1.png);
}
.hero__resume .hero-bg {
    background-image: url(../img/hero-resume.svg);
    background-size: auto 450px;
}
.hero__services {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hero__services .hero-bg {
    background-image: url(../img/hero-writers.svg);
    background-size: auto 550px;
}
.hero__services .hero-content {
    max-width: 650px;
}
.hero__services .__scroller {
    margin: 0 0 25px;
}
.hero__services.hero__linkedin .hero-bg {
    background-image: url(../img/bg/services/linkedin-header.svg);
    background-position: right -50px center;
    -webkit-background-size: auto 650px;
    -o-background-size: auto 650px;
    background-size: auto 650px;
}
.hero__services.hero__resumewriting .hero-bg {
    background-image: url(../img/bg/services/resumewriting-header.svg);
    background-position: right -70px center;
    -webkit-background-size: auto 650px;
    -o-background-size: auto 650px;
    background-size: auto 650px;
}
.hero__services.hero__coverletter .hero-bg {
    background-image: url(../img/bg/services/cl-header.svg);
    background-position: right -30px center;
    -webkit-background-size: auto 620px;
    -o-background-size: auto 620px;
    background-size: auto 620px;
}
.hero__services.hero__editing .hero-bg {
    background-image: url(../img/bg/services/editing-header.svg);
    background-position: right -30px center;
    -webkit-background-size: auto 550px;
    -o-background-size: auto 550px;
    background-size: auto 550px;
}
.hero .email-uploader {
    display: none;
    opacity: 0;
    width: 100%;
    height: 170px;
    max-width: 435px;
    padding-top: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hero .email-uploader .custom-file {
    position: relative;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border: 2px solid #f36e1d;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
}
.hero .email-uploader .custom-file:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.hero .email-uploader .custom-file .custom-file-label {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #d8d8d8;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 2px solid #f36e1d;
    height: calc(63px + 2px);
    padding-left: 42px;
    padding-right: 180px;
    background: url(../img/icons/shape.svg) left 15px top 24px / auto 14px no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-size: auto 14px;
    -o-background-size: auto 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.hero .email-uploader .custom-file .custom-file-label:after {
    content: "Send me results" !important;
    height: auto;
    line-height: 53px;
    background-color: #f36e1d;
    color: #fff;
    letter-spacing: 0.04em;
}
.hero .email-uploader .custom-file .custom-file-label.selected {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hero .email-uploader .custom-file .email-uploader-input {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #212121;
    border: none;
    height: 100%;
    padding-right: 230px;
}
.hero .email-uploader .custom-file .email-uploader-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hero .email-uploader .custom-file .email-uploader-input .placeholder {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #d8d8d8;
    text-transform: uppercase;
    opacity: 0.9;
}
.hero .email-uploader .custom-file .email-uploader-input::placeholder {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #d8d8d8;
    text-transform: uppercase;
    opacity: 0.9;
}
.hero .email-uploader .custom-file .email-uploader-input::-moz-placeholder {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #d8d8d8;
    text-transform: uppercase;
    opacity: 0.9;
}
.hero .email-uploader .custom-file .email-uploader-input::-webkit-input-placeholder {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #d8d8d8;
    text-transform: uppercase;
    opacity: 0.9;
}
.hero .email-uploader .custom-file .email-uploader-input::-ms-input-placeholder {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #d8d8d8;
    text-transform: uppercase;
    opacity: 0.9;
}
.hero .email-uploader .custom-file .uploader-btn {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    background-color: #f36e1d;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.hero .uploader-notify {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.625rem;
    margin: 20px 0 15px;
}
.hero .hero-caption {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.75rem;
    color: #000;
    letter-spacing: 0.04em;
}
.hero .custom-file,
.hero .custom-file-input {
    height: calc(63px + 2px);
}
.hero .custom-file-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hero__page + .writers {
    padding-bottom: 15px;
}

.partners .partners-stack-image {
    height: 58px;
    margin: 35px 24px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.partners .partners-stack-image__1 {
    width: 97px;
    background-image: url(../img/icons/partner.svg);
}
.partners .partners-stack-image__1:hover {
    background-image: url(../img/icons/partner-ibm-onhover.svg);
}
.partners .partners-stack-image__2 {
    width: 225px;
    background-image: url(../img/icons/partner-amazon.svg);
}
.partners .partners-stack-image__2:hover {
    background-image: url(../img/icons/partner-amazon-onhover.svg);
}
.partners .partners-stack-image__3 {
    width: 67px;
    background-image: url(../img/icons/partner-pfizer.svg);
}
.partners .partners-stack-image__3:hover {
    background-image: url(../img/icons/partner-pfizer-onhover.svg);
}
.partners .partners-stack-image__4 {
    width: 149px;
    background-image: url(../img/icons/partner-fedex.svg);
}
.partners .partners-stack-image__4:hover {
    background-image: url(../img/icons/partner-fedex-onhover.svg);
}
.partners .partners-stack-image__5 {
    width: 58px;
    background-image: url(../img/icons/partner-ge.svg);
}
.partners .partners-stack-image__5:hover {
    background-image: url(../img/icons/partner-ge-onhover.svg);
}
.partners .partners-stack-image__6 {
    width: 201px;
    background-image: url(../img/icons/partner-jpmorgan.svg);
}
.partners .partners-stack-image__6:hover {
    background-image: url(../img/icons/partner-jpmorgan-onhover.svg);
}
.why__rtl .why-bg {
    background: url(../img/why.png) center no-repeat;
    -webkit-flex: 0 0 520px;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
}
.why__rtl .why-content {
    -webkit-flex: 0 0 calc(100% - 520px);
    -ms-flex: 0 0 calc(100% - 520px);
    flex: 0 0 calc(100% - 520px);
}
.why__ltr .why-bg {
    order: 2;
    background: url(../img/why-2.png) center no-repeat;
    -webkit-flex: 0 0 385px;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px;
}
.why__ltr .why-content {
    -webkit-flex: 0 0 calc(100% - 385px);
    -ms-flex: 0 0 calc(100% - 385px);
    flex: 0 0 calc(100% - 385px);
}
.why__srv .why-bg {
    background: url(../img/why.png) center no-repeat;
    -webkit-flex: 0 0 520px;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
}
.why__srv .why-content {
    -webkit-flex: 0 0 calc(100% - 520px);
    -ms-flex: 0 0 calc(100% - 520px);
    flex: 0 0 calc(100% - 520px);
}
.why__srv .why-extended {
    margin: 30px 0;
    padding-left: 40px !important;
    background-image: none !important;
    position: relative;
}
.why__srv .why-extended:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
}
.why .why-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.why .why-wrapper.custom-wrapper {
    display: block;
}
.why .why-bg {
    height: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.why .why-bg.why__cvwriting,
.why .why-bg.why__resumewriting {
    background-image: url(../img/bg/services/cvwriting-features.svg);
}
.why .why-content {
    background-color: #5ba4d1;
    padding: 30px 85px 25px 65px;
}
.why .why-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 2.1875rem;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.why .why-feature {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    line-height: 150%;
    color: #fff;
    min-height: 48px;
    margin-bottom: 55px;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 48px auto;
    min-height: 56px;
}
.why .why-feature.this__professional {
    background-image: url(../img/icons/feature-professional.svg);
}
.why .why-feature.this__present {
    background-image: url(../img/icons/feature-present.svg);
}
.why .why-feature.this__finger {
    background-image: url(../img/icons/feature-finger.svg);
}
.why .why-feature.this__visibility {
    background-image: url(../img/icons/feature-visibility.svg);
}
.why .why-feature.this__support {
    background-image: url(../img/icons/feature-support.svg);
}
.why .why-feature.this__h24 {
    background-image: url(../img/icons/feature-h24.svg);
}
.why .why-extended {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    line-height: 150%;
    color: #fff;
    min-height: 48px;
    margin: 20px 0 30px;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 48px auto;
    min-height: 56px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.why .why-extended .why-extended-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    padding-right: 40px;
    padding-bottom: 12px;
    position: relative;
}
.why .why-extended .why-extended-title:before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #f36e1d;
    position: absolute;
    left: 1px;
    bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.why .why-extended .why-extended-desc {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.125rem;
    color: #fff;
    line-height: 150%;
    margin-bottom: 0;
}
.why .why-extended .why-extended-desc a {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
}
.why .why-extended.this__impression {
    background-image: url(../img/icons/feature-impression.svg);
}
.why .why-extended.this__fluent {
    background-image: url(../img/icons/feature-fluent.svg);
}
.why .why-extended.this__clarity {
    background-image: url(../img/icons/feature-clarity.svg);
}
.why .why-extended.this__structure {
    background-image: url(../img/icons/feature-structure.svg);
}
.why .why-extended.this__graphics {
    background-image: url(../img/icons/feature-graphics.svg);
}
.why .why-extended.this__professional {
    background-image: url(../img/icons/feature-professional.svg);
}
.why .why-extended.this__finger {
    background-image: url(../img/icons/feature-finger.svg);
}
.why .why-extended.this__h24 {
    background-image: url(../img/icons/feature-h24.svg);
}
.why .why-extended.this__s24 {
    background-image: url(../img/icons/feature-s24.svg);
}
.why .why-extended.this__best {
    background-image: url(../img/icons/feature-best.svg);
}
.why .why-extended.this__easy-to-buy {
    background-image: url(../img/icons/feature-easy-to-buy.svg);
}
.why .why-extended.this__excellent {
    background-image: url(../img/icons/feature-excellent.svg);
}
.why .why-extended.this__flexible-pricing {
    background-image: url(../img/icons/feature-flexible-pricing.svg);
}
.why .why-extended.this__guaranteed {
    background-image: url(../img/icons/feature-guaranteed.svg);
}
.why .why-extended.this__personalized-approach {
    background-image: url(../img/icons/feature-personalized-approach.svg);
}
.why .why-extended.this__prof {
    background-image: url(../img/icons/feature-prof.svg);
}
.why .why-extended.this__professional-writers {
    background-image: url(../img/icons/feature-professional-writers.svg);
}
.why .why-extended.this__trust {
    background-image: url(../img/icons/feature-trust.svg);
}
.page-template-template-services .why {
    margin: 0 0 60px;
}
.order {
    padding: 130px 0 135px;
    overflow: hidden;
}
.order .order-title {
    margin-bottom: 75px;
}
.order .order-card {
    background-color: #f5f5f5;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    text-align: center;
    padding: 40px 25px 25px;
    height: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
}
.order .order-card:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.35);
}
.order .order-card .order-card-discount-wrap {
    position: absolute;
    top: 10px;
    left: -5px;
    overflow-x: hidden;
    height: 30px;
}
.order .order-card .order-card-discount-wrap .order-card-discount {
    padding: 2px 10px 2px 16px;
    background: #ea5d62;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    position: relative;
    left: -11px;
}
.order .order-card .order-card-discount-wrap .order-card-discount:before {
    position: absolute;
    bottom: -5px;
    left: 15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid red;
    border-left: 5px solid transparent;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
}
.order .order-card .order-card-discount-wrap .order-card-discount .card-discount-value {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
}
.order .order-card .order-card-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    width: 113px;
    height: 93px;
    text-align: right;
}
.order .order-card .order-card-label span {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    line-height: 25px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    width: 133px;
    display: block;
    background: #28a74a;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 8px;
    right: -17px;
}
.order .order-card .order-card-header {
    padding-bottom: 30px;
}
.order .order-card .order-card-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.5625rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.order .order-card .order-card-subtitle {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #6c757d;
}
.order .order-card .order-card-price {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 2.1875rem;
    font-weight: 600;
    color: #f36e1d;
    margin-bottom: 27px;
}
.order .order-card .order-card-price span {
    font-size: 1.125rem;
}
.order .order-card .order-card-line {
    margin: 27px auto 20px;
}
.order .order-card .order-card-list {
    height: 310px;
    overflow: hidden;
    text-align: left;
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.order .order-card .order-card-list .order-card-list-item_disabled {
    color: #afafaf !important;
    text-decoration: line-through;
}
.order .order-card .order-card-list .order-card-list-item {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 13px;
    padding-left: 18px;
    position: relative;
}
.order .order-card .order-card-list .order-card-list-item:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background-color: #d7d7d7;
    position: absolute;
    top: 8px;
    left: 0;
}
.order .order-card .order-card-description {
    height: 405px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.order .order-card .order-btn {
    padding: 11px 40px;
}
.order .order-card .order-card-btn {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    background-color: #5ba4d1;
    text-transform: uppercase;
    width: 180px;
    margin: 0 auto 10px;
    padding: 11px 18px;
    border-radius: 4px;
}
.order .order-more {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #5ba4d1;
}
.order .order-more:before {
    content: "More ";
}
.order .order-more i {
    font-weight: 700;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: all 0.1s ease;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.order .order-collapse {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.order .order-collapse.show ~ .order-more:before {
    content: "Less ";
}
.order__flat {
    padding-top: 30px;
}
.order__flat .order-card .order-card-header {
    padding-bottom: 0;
}
.steps {
    background-color: #e4ecf1;
    padding: 65px 0 45px;
}
.steps .steps-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 2.25rem;
    color: #000;
    text-align: center;
    margin-bottom: 80px;
}
.steps .steps-item {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
}
.steps .steps-item__1 .steps-item-image {
    background-image: url(../img/pic2.png);
}
.steps .steps-item__2 .steps-item-image {
    background-image: url(../img/pic3.png);
}
.steps .steps-item__3 .steps-item-image {
    background-image: url(../img/pic4.png);
}
.steps .steps-item__4 .steps-item-image {
    background-image: url(../img/pic5.png);
}
.steps .steps-item .steps-item-image {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.steps .steps-item .steps-item-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
    line-height: 137%;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0 20px;
}
.steps .steps-item .steps-item-title:after {
    content: "";
    display: none;
    width: 10px;
    height: 3px;
    margin: 18px auto 0;
    background-color: #f37a1e;
}
.steps .steps-value {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 2.25rem;
    color: #000;
    border-radius: 50%;
    background-color: #e4ecf1;
    width: 75px;
    height: 75px;
    margin: 0 auto 65px;
    display: block;
    border: 2px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.steps .steps-btn {
    margin: 8px;
    padding: 18px 100px;
}
.services {
    padding-bottom: 50px;
}
.services .services-heading {
    padding-top: 100px;
    padding-bottom: 50px;
}
.services .services-title {
    margin-bottom: 20px;
}
.services .services-subtitle {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.25rem;
    line-height: 150%;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}
.services .services-item {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    margin-bottom: 50px;
    padding: 55px 0 40px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: url(../img/circle.svg) left 0 bottom -25px/274px auto no-repeat #f5f5f5;
    -webkit-background-size: 274px auto;
    -o-background-size: 274px auto;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
}
.services .services-item:hover {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.35);
}
.services .services-item .services-item-discount-wrap {
    position: absolute;
    top: 12px;
    left: -5px;
    overflow-x: hidden;
    height: 30px;
}
.services .services-item .services-item-discount-wrap .item-card-discount {
    padding: 2px 10px 2px 16px;
    background: #ea5d62;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    position: relative;
    left: -11px;
}
.services .services-item .services-item-discount-wrap .item-card-discount:before {
    position: absolute;
    bottom: -5px;
    left: 15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid red;
    border-left: 5px solid transparent;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
}
.services .services-item .services-item-discount-wrap .item-card-discount .card-discount-value {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
}
.services .services-item .services-item-header {
    padding: 0 35px;
    position: relative;
}
.services .services-item .services-item-body {
    padding: 0 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.services .services-item .services-item-footer {
    padding: 0 35px;
}
.services .services-item .services-btn {
    margin-left: 30%;
}
.services .services-item .services-item-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    height: 82px;
    margin-bottom: 20px;
    overflow: hidden;
}
.services .services-item .services-item-title:after {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    margin-top: 7px;
    margin-bottom: 15px;
    background-color: #5ba4d1;
}
.services .services-item .services-item-title .services-item-subtitle {
    font-family: Montserrat, Roboto, sans-serif;
    margin-top: 4px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 25px;
    color: #6c757d;
    text-transform: initial !important;
}
.services .services-item .services-item-title_nolabel:after {
    content: "";
    display: none;
}
.services .services-item .services-item-label {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    display: inline-block;
    color: #fff;
    background-color: #28a74a;
    position: absolute;
    top: 12px;
    right: 0;
}
.services .services-item .services-item-label:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 12px;
    border-color: transparent transparent transparent #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}
.services .services-item .services-item-samples {
    margin-top: 5px;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.services .services-item .services-item-image {
    height: 136px;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.services .services-item .services-item-image__resume {
    background-image: url(../img/icons/resume.svg);
}
.services .services-item .services-item-image__coverletter {
    background-image: url(../img/icons/cover-letter.svg);
}
.services .services-item .services-item-image__cv {
    background-image: url(../img/icons/cv.svg);
}
.services .services-item .services-item-image__resume-cover {
    background-image: url(../img/icons/resume_cover.svg);
}
.services .services-item .services-item-example {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #606a74;
    display: inline-block;
    margin-top: 9px;
    margin-left: 9px;
    padding-left: 20px;
    background: url(../img/icons/eye.svg) left center/auto 9px no-repeat;
    -webkit-background-size: auto 9px;
    -o-background-size: auto 9px;
}
.services .services-item .services-item-text {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    color: #000;
    line-height: 130%;
    margin-bottom: 25px;
    overflow: hidden;
}
.different {
    background-color: #f5f5f5;
    padding: 75px 0 100px;
}
.different .row{
    justify-content: center;
}
.different .different-item .different-card-header {
    justify-content: center;
}
.different .different-item .different-item-title {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.different .different-title {
    margin-bottom: 75px;
}
.different .different-item {
    margin-bottom: 25px;
}
.different .different-item .different-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.different .different-item .different-item-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 35px;
    line-height: 35px;
    padding-left: 0;
    padding-right: 0;
    -webkit-background-size: auto 35px;
    -o-background-size: auto 35px;
    background-size: auto 35px;
    position: relative;
    display: inline-block;
}
.different .different-item i {
    font-style: normal;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 35px;
}
@media (max-width: 767px) {
    .different .different-item i.mob_chart_hide {
        display: none;
    }
}
.different .different-item .different-item-title .rotate-icon {
    font-size: 1.0625rem;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    background: url(../img/icons/chevron-down.svg) center/cover no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.different .different-item .different-item-text {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 0;
}
.written {
    background: url(../img/icons/written-circle.svg) center/auto 90% no-repeat #5ba4d1;
    padding: 50px 0 40px;
}
.written .written-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.written .written-value {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 15px;
}
.written .written-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.written .written-text {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.writers {
    padding-bottom: 55px;
}
.writers .writers-subtitle {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #000;
    margin: 10px 0 40px;
}
.writers .writers-item {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-radius: 10px;
}
.writers .writers-item .writers-header {
    padding: 20px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.writers .writers-item .writers-footer {
    padding: 20px 25px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #e4ecf1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.writers .writers-item .writers-result {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 0 10px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.writers .writers-item .writers-result:first-child {
    position: relative;
}
.writers .writers-item .writers-result:first-child:after {
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
}
.writers .writers-item .writers-result span {
    font-size: 1.625rem;
    display: block;
}
.writers .writers-item .writers-featured {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}
.writers .writers-item .writers-info {
    padding-left: 15px;
}
.writers .writers-item .writers-info .writers-info-author {
    font-family: Charmonman;
    font-size: 1.375rem;
    font-weight: 600;
    color: #000;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.writers .writers-item .writers-info .writers-info-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 114%;
    margin-bottom: 6px;
}
.writers .writers-item .writers-info .writers-info-text {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 62px;
}
.writers .writers-item .profile-btn {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #5ba4d1;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    text-transform: none;
    margin: 0;
    padding: 6px 28px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
}
.writers .writers-item .profile-btn:hover {
    background-color: #5092bb;
}
.writers .writers-item .hire-btn {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #f5a623;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    margin: 25px auto 0;
    padding: 8px 56px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
}
.writers .writers-item .hire-btn:hover {
    background-color: #d38730;
}
.writers .owl-carousel .owl-stage-outer {
    position: relative;
}
.writers .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: -50px;
    left: -50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.writers .owl-carousel .owl-next,
.writers .owl-carousel .owl-prev {
    display: block;
    width: 34px;
    height: 40px;
}
.writers .owl-carousel .owl-next:active,
.writers .owl-carousel .owl-next:focus,
.writers .owl-carousel .owl-prev:active,
.writers .owl-carousel .owl-prev:focus {
    outline: 0;
}
.writers .owl-carousel .owl-next img,
.writers .owl-carousel .owl-prev img {
    width: 100%;
}
.writers .owl-carousel .owl-dots {
    margin: 35px 0 25px;
}
.testimonial {
    padding-top: 55px;
}
.testimonial .testimonial-title {
    margin-bottom: 70px;
}
.testimonial .testimonial-info {
    min-height: 300px;
    padding-left: 100px;
    position: relative;
}
.testimonial .testimonial-info:before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    background-color: rgba(91, 164, 209, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 0;
}
.testimonial .testimonial-author {
    min-height: 100px;
    margin-left: 85px;
    padding-left: 120px;
    position: relative;
}
.testimonial .testimonial-author-avatar {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
}
.testimonial .testimonial-author-caption,
.testimonial .testimonial-author-name {
    font-family: Montserrat, Roboto, sans-serif;
    line-height: 130%;
    font-weight: 400;
    color: #000;
}
.testimonial .testimonial-author-name {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.testimonial .testimonial-author-caption {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 3px;
}
.testimonial .testimonial-quote {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 180%;
    font-style: italic;
    color: #4a4a4a;
    padding: 40px 10px;
    position: relative;
}
.testimonial .testimonial-quote svg {
    fill: #5ba4d1;
}
.testimonial .testimonial-quote svg.quote-left {
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial .testimonial-quote svg.quote-right {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.testimonial .testimonial-btn-wrapper {
    text-align: center;
    padding: 30px 0 95px;
}
.testimonial .testimonial-btn {
    padding: 18px 100px;
}
.testimonial .owl-carousel .owl-stage-outer {
    position: relative;
}
.testimonial .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: -50px;
    left: -50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.testimonial .owl-carousel .owl-next,
.testimonial .owl-carousel .owl-prev {
    display: block;
    width: 34px;
    height: 40px;
}
.testimonial .owl-carousel .owl-next img, .testimonial .owl-carousel .owl-prev img{max-width:100%}
.testimonial .owl-carousel .owl-next:active,
.testimonial .owl-carousel .owl-next:focus,
.testimonial .owl-carousel .owl-prev:active,
.testimonial .owl-carousel .owl-prev:focus {
    outline: 0;
}
.owl-carousel .owl-dots {
    height: 15px;
    margin: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    background-color: #e7e7e7;
    margin: 0 5px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: all 0.1s ease;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.owl-carousel .owl-dots .owl-dot.active {
    width: 14px;
    height: 7px;
    background-color: #f36e1d;
}
.owl-carousel .owl-dots .owl-dot:focus {
    outline: 0;
}
.owl-carousel .owl-dots .owl-dot:not(.active) {
    border-radius: 50%;
}
.qna {
    background-color: #f5f5f5;
    padding: 60px 0;
}
.qna .qna-title {
    margin-bottom: 50px;
}
.qna .qna-header {
    padding: 0;
}
.qna .qna-item {
    border: none;
}
.qna .qna-content {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    line-height: 150%;
    background-color: #f5f5f5;
    color: #4a4a4a;
}
.qna .qna-btn {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    color: #4a4a4a;
    font-style: italic;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 22px 50px 22px 10px;
    text-transform: none;
    background-color: #f5f5f5;
    text-align: left;
    position: relative;
    white-space: normal;
}
.qna .qna-btn i {
    font-size: 1.0625rem;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    background: url(../img/icons/chevron-down.svg) center/cover no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.qna .qna-btn:active,
.qna .qna-btn:focus,
.qna .qna-btn:hover {
    text-decoration: none;
}
.prices {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.prices .prices-wrapper {
    max-width: 1170px;
    margin: 0 auto 50px;
    padding: 0 35px;
}
.prices .prices-header {
    background-color: #fff;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 450px;
    padding: 15px 25px;
    border-radius: 10px;
}
.prices .prices-leveltitle {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin: 0 15px;
}
.prices .prices-select {
    font-family: Montserrat, Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    background-color: #5ba4d1;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    background-image: url(../img/icons/select-arrow.svg);
    background-size: 12px auto;
}
.prices .prices-select:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.prices .prices-select option {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background-color: #5ba4d1;
    color: #fff;
    text-transform: uppercase;
}
.prices .prices-btn {
    padding: 18px 100px;
}
.prices .tab-content {
    padding-top: 35px;
}
.prices table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.prices table th {
    padding-top: 45px;
}
.prices thead {
    background-color: #e4ecf1;
}
.prices thead th {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    padding: 35px 35px 20px;
    border-bottom: 1px solid #e8e8e8;
}
.prices thead th:first-child {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.prices thead th:last-child {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
.prices thead th:not(:first-child) {
    text-align: center;
}
.prices thead th:not(:last-child) {
    border-right: 1px solid #fff;
}
.prices tbody tr:nth-of-type(1) td,
.prices tbody tr:nth-of-type(2) td,
.prices tbody tr:nth-of-type(3) td {
    font-weight: 600;
    color: #f36e1d;
}
.prices tbody tr:last-child td {
    border-bottom: 1px solid #e8e8e8;
}
.prices tbody tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.prices tbody tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.prices tbody tr.heading td {
    font-weight: 600;
    background-color: #f7f7f7;
}
.prices tbody tr:not(.heading):hover td {
    color: #000;
    background-color: #f7f7f7;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: all 0.1s ease;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.prices tbody tr:not(.heading):hover td:before {
    display: block;
}
.prices tbody tr:not(.heading):hover td a {
    color: #000;
    background-color: #f7f7f7;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: all 0.1s ease;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.prices tbody tr:not(.heading):hover td a:hover {
    color: #f36e1d;
}
.prices tbody tr.heading ~ tr:hover td {
    font-weight: 400;
    color: #000;
    background-color: #fff;
}
.prices tbody tr.heading ~ tr:hover td:before {
    display: none;
}
.prices tbody td {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    background-color: #fff;
    padding: 20px 35px;
    border-right: 1px solid #e8e8e8;
    position: relative;
}
.prices tbody td:first-child {
    border-left: 1px solid #e8e8e8;
    padding-right: 80px;
}
.prices tbody td:first-child:before {
    content: "";
    width: 7px;
    background-color: #f36e1d;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.prices tbody td a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.prices tbody td a:hover {
    color: #f36e1d;
}
.prices tbody td:not(:first-child) {
    text-align: center;
}
.prices .label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    width: 90px;
    height: 55px;
    text-align: right;
}
.prices .label span {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    line-height: 20px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    width: 100px;
    display: block;
    background: #f36e1d;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 3px;
    right: -13px;
}
.ordering {
    background-color: #f5f5f5;
    padding: 70px 0 35px;
}
.ordering .ordering-title {
    font-size: 1.625rem;
}
.ordering .ordering-form {
    max-width: 500px;
    margin: 0 auto 50px;
}
.ordering .ordering-btn {
    padding: 18px 100px;
}
.ordering label {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.75rem;
    color: #545454;
    margin-bottom: 0;
}
.ordering .custom-select {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 35px;
    padding: 10px 35px 10px 15px;
}
.ordering .custom-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.content {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.125rem;
    line-height: 150%;
    color: #272727;
    padding: 75px 0;
}
.content p {
    margin-bottom: 25px;
}
.content ol,
.content p,
.content ul {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.125rem;
    line-height: 150%;
    color: #272727;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-family: Montserrat, Roboto, sans-serif;
    line-height: 150%;
    color: #272727;
    text-align: center;
    margin: 25px 0 45px;
}
.content h1 {
    font-size: 2.5rem;
    display: none !important;
}
.content h2,
.content h3 {
    font-size: 2.125rem;
}
.content h4,
.content h5,
.content h6 {
    font-size: 1.625rem;
}
.content b,
.content strong {
    font-weight: 600;
}
.content ol,
.content ol li,
.content ul,
.content ul li {
    margin: 25px 0;
}
.sitemap {
    padding: 35px 0 125px;
}
.sitemap .sitemap-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.4375rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #606a74;
    margin: 35px 0 25px;
}
.sitemap .sitemap-list li a {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.1875rem;
    font-weight: 500;
    color: #5ba4d1;
    text-transform: capitalize;
    padding: 8px 4px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sitemap .sitemap-list li a:hover {
    color: #f36e1d;
}
.split {
    margin: 100px 0 15px;
    padding: 35px 0 15px;
}
.split .split-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 2.1875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 134%;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.discount {
    background-color: #5ba4d1;
    padding: 50px 0;
    background-image: url(../img/bg/services/discount-bg.svg);
    background-repeat: no-repeat;
    background-position: left -450px bottom -300px;
    -webkit-background-size: 1200px auto;
    -o-background-size: 1200px auto;
    background-size: 1200px auto;
}
.discount .discount-content {
    padding: 85px 0;
}
.discount .discount-title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 2.1875rem;
    font-weight: 600;
    color: #f8e71c;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.discount .discount-text {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.1875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.discount .discount-text span {
    font-size: 2.1875rem;
    font-weight: 600;
    color: #f8e71c;
}
.discount .discount-btn {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.1875rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #f5a623;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    margin: 25px auto 0;
    padding: 18px 50px 19px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
}
.discount .discount-btn:hover {
    background-color: #d38730;
}
.footer {
    background-color: #303030;
}
.footer .footer-logo-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .footer-logo-links .footer-logo {
    width: 96px;
    height: 69.47px;
}
.footer .social_footer {
    list-style: none;
    padding: 0;
    margin: 20px 0 20px auto;
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 96px);
}
.footer .social_footer li:not(:last-child) {
    margin-right: 5px;
}
.footer .social_footer li img {
    width: 40px;
}
.footer .footer-menu {
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
}
.footer .footer-menu li {
    display: inline-block;
    list-style: none;
    margin: 6px 15px;
    padding: 0;
}
.footer .footer-menu li a {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.8125rem;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.001em;
    color: #fff;
    text-align: center;
    padding: 8px;
}
.footer .footer-menu__extended li {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}
.footer .footer-menu__extended li a {
    font-weight: 500;
    text-transform: capitalize;
    padding: 0;
}
.footer .footer-menu__extended li a:after {
    content: " | ";
    font-size: 16px;
    opacity: 0.5;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}
.footer .footer-accept {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    color: #959595;
    text-align: center;
    margin-bottom: 20px;
}
.footer .footer-payments {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .footer-payments img {
    width: 45px;
    height: 30px;
    object-fit: contain;
}
.footer .footer-payments .paypal {
    width: 25px;
}
.footer .footer-payments .mc {
    width: 35px;
}
.footer .footer-partners {
    margin: 55px 0 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.footer .footer-partners img {
    margin: 0 30px 0 0;
}
.footer .footer-terms {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.8125rem;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 8px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer .footer-terms:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer .footer-copyrights {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    padding: 8px 0;
    opacity: 0.62;
}
.footer-copyrights_nocopy {
    user-select: none;
}
.footer hr {
    border-top: 2px solid rgba(255, 255, 255, 0.05);
    margin: 15px auto 40px;
}
.languages {
    margin-left: 25px;
    margin-right: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.languages.mobile {
    display: none;
}
.languages.mobile .dropdown-select {
    background-color: #f7f7f7;
}
.languages .dropdown-select {
    width: 60px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.5s;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
}
.languages .dropdown-select:focus {
    outline: 0;
}
.languages .dropdown-select .select {
    cursor: pointer;
    display: block;
    padding: 0 8px;
    position: relative;
}
.languages .dropdown-select .select:after {
    content: "";
    font-size: 1.0625rem;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -4px;
    background: url(../img/icons/chevron-down.svg) center/cover no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.languages .dropdown-select .select:focus {
    outline: 0;
}
.languages .dropdown-select .language-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    border: 1px solid rgba(155, 155, 155, 0.1);
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
    margin: 2px 0 0;
    padding: 4px 0;
    list-style: none;
}
.languages .dropdown-select .language-item:not(.language-current):hover {
    background-color: #ccc;
}
.languages .dropdown-select .language-item {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 40px auto;
    -o-background-size: 40px auto;
    background-size: 40px auto;
}
.languages .dropdown-select .language-item.lang-en {
    background-image: url(../img/icons/icon-language-us.svg);
}
.languages .dropdown-select .language-item.lang-ca {
    background-image: url(../img/icons/icon-language-ca.svg);
}
.languages .dropdown-select .language-item.lang-au {
    background-image: url(../img/icons/icon-language-au.svg);
}
.languages .dropdown-select .language-current {
    display: block;
}
.languages .dropdown-select.active .select:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 14px 30px;
    vertical-align: middle;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-transform: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 7px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    outline: 0;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-property: color, background, opacity, border, box-shadow;
    transition-property: color, background, opacity, border, box-shadow;
}
.__section_title {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 2.25rem;
    color: #272727;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.5;
}
.__scroller {
    display: inline-block;
    height: 50px;
    margin: 50px 0 15px;
    padding: 0 15px;
    text-align: center;
}
.__scroller span {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block;
}
.__scroller i {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../img/icons/chevron-right.svg) center/cover no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@-webkit-keyframes scroller {
    100% {
        margin-bottom: 3px;
    }
    0% {
        margin-bottom: 0;
    }
}
@keyframes scroller {
    100% {
        margin-bottom: 3px;
    }
    0% {
        margin-bottom: 0;
    }
}
.__hider {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    display: block;
    width: 75px;
    height: 60px;
    margin: 0 auto;
    opacity: 0;
    position: relative;
}
.__hider i {
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.__hider_mid {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -19px;
}
.__hider_mid:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "Less";
}
.__hider_bot {
    width: 12px;
    height: 12px;
    background: url(../img/icons/chevron-down-white.svg) center/cover no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -6px;
    display: block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.__hider_closed .__hider_mid:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "More";
}
.__hider_closed .__hider_bot {
    width: 12px;
    height: 12px;
    background: url(../img/icons/chevron-down-white.svg) center/cover no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    bottom: -15px;
    left: 50%;
    margin-left: -6px;
    display: block;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.__hider:hover {
    color: #fff;
}
.__btn {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.1875rem;
    font-weight: 600;
    color: #fff;
    background-color: #f5a623;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
}
.__btn:hover {
    color: #fff;
}
.__btn_sm {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 8px 28px;
}
.__btn_write {
    margin: 45px 8px 25px;
}
.__chat {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #5ba4d1;
    background: url(../img/icons/chat.svg) left 15px center/18px auto no-repeat;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border: 1px solid #5ba4d1;
    margin: 24px 4px 4px;
    padding: 12px 23px 12px 45px;
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
    text-transform: uppercase;
}
.__chat:hover {
    color: #fff;
    border-color: #fff;
    background-image: url(../img/icons/chat-hovered.svg);
}
.__stroke {
    position: relative;
}
.__stroke:before {
    content: "";
    display: block;
    border-top: 1px dashed #000;
    position: absolute;
    top: 37px;
    right: 130px;
    left: 130px;
}
.__rel {
    position: relative;
}
.bx-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bx-next,
.bx-prev {
    display: none !important;
}
.pl-0 {
    padding-left: 0;
}
.chat-off,
.chat-on {
    background-color: #f49d22;
    height: 60px;
    margin: 10px;
    z-index: 9999999;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
}
.chat-on {
    -webkit-animation-timing-function: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    border-radius: 40px 40px 40px 0;
    line-height: 60px;
    width: auto;
}
.chat-off {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: max-width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: max-width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: max-width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    max-width: 64px;
    border-radius: 60px 60px 60px 0;
    width: 60px;
    line-height: 54px;
    text-align: left;
    cursor: pointer;
}
.chat-off span {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 16px;
    height: 16px;
    background: url(https://w.chatlio.com/v5/images/x.441d2995.svg) center center/16px 16px no-repeat;
}
.chat-on-link {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    padding: 0 30px;
    line-height: 60px;
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.chat-on-link:active,
.chat-on-link:focus,
.chat-on-link:hover {
    color: #fff !important;
    text-decoration: none;
}
.chat-emoji {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(../img/icons/zopim-chat-2.svg) center/cover no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.zopim {
    display: none;
}
.come-in {
    transform: translateY(500px);
    animation: 0.8s forwards come-in;
}
.come-in:nth-child(2) {
    transform: translateY(350px);
    animation: 1s forwards come-in;
}
.come-in:nth-child(3) {
    transform: translateY(500px);
    animation: 1.2s forwards come-in;
}
.already-visible {
    transform: translateY(0);
    animation: none;
}
@keyframes come-in {
    to {
        transform: translateY(0);
    }
}
@media screen and (max-width: 767px) {
    .chat-on {
        height: 35px;
        line-height: 35px;
    }
    .chat-on-link {
        font-size: 15px;
        line-height: 35px;
    }
}
div[data-test-id="ChatWidgetMobileButton"] {
    display: none !important;
}
.modal {
    z-index: 10500000;
}
.modal.fade {
    background-color: rgba(0, 0, 0, 0.55);
}
.modal__uploader .modal-content {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    border-radius: 6px;
}
.modal__uploader .modal-logo {
    height: 65px;
}
.modal__uploader .modal-header {
    border-bottom: none;
    padding: 8px 16px;
}
.modal__uploader .modal-footer {
    border-top: none;
    padding: 8px 16px;
}
.modal__uploader .modal-disclaimer {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 1.1875rem;
    color: #212121;
    text-align: center;
    margin: 35px 0 15px;
}
.modal__uploader .modal-btn {
    font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    opacity: 1;
    background-color: #f36e1d;
    margin: 0 auto 25px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-radius: 4px;
}
.__overlay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10000000;
}
.__loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -36px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #555;
    width: 75px;
    height: 75px;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
}
.__fadeout {
    opacity: 0;
    visibility: hidden;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 1599px) {
    .discount {
        background-position: left -450px bottom -300px;
        -webkit-background-size: 1100px auto;
        -o-background-size: 1100px auto;
        background-size: 1100px auto;
    }
    .services .services-item .services-item-title {
        font-size: 1.375rem;
        height: 76px;
    }
}
@media (max-width: 1399px) {
    .why__rtl .why-bg {
        -webkit-flex: 0 0 385px;
        -ms-flex: 0 0 385px;
        flex: 0 0 385px;
    }
    .why__rtl .why-content {
        -webkit-flex: 0 0 calc(100% - 385px);
        -ms-flex: 0 0 calc(100% - 385px);
        flex: 0 0 calc(100% - 385px);
    }
    .why__ltr .why-bg {
        -webkit-flex: 0 0 286px;
        -ms-flex: 0 0 286px;
        flex: 0 0 286px;
    }
    .why__ltr .why-content {
        -webkit-flex: 0 0 calc(100% - 286px);
        -ms-flex: 0 0 calc(100% - 286px);
        flex: 0 0 calc(100% - 286px);
    }
    .why__srv .why-bg {
        -webkit-flex: 0 0 385px;
        -ms-flex: 0 0 385px;
        flex: 0 0 385px;
    }
    .why__srv .why-content {
        -webkit-flex: 0 0 calc(100% - 385px);
        -ms-flex: 0 0 calc(100% - 385px);
        flex: 0 0 calc(100% - 385px);
    }
    .services .services-item .services-item-title {
        font-size: 1.25rem;
        height: 70px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1299px) {
    .testimonial .owl-carousel .owl-nav,
    .writers .owl-carousel .owl-nav {
        display: none;
    }
    .discount {
        padding: 0;
        background-position: left -450px bottom -300px;
        -webkit-background-size: 1000px auto;
        -o-background-size: 1000px auto;
        background-size: 1000px auto;
    }
}
@media (max-width: 1199px) {
    .navbar .nav-item {
        margin: 0 15px;
    }
    .navbar .header-create span {
        display: none;
    }
    .navbar .header-create,
    .navbar .header-login {
        letter-spacing: 0;
    }
    .navbar .navbar-controls {
        margin-left: auto;
    }
    .hero .hero-title {
        font-size: 2.125rem;
    }
    .why__rtl .why-bg {
        -webkit-flex: 0 0 345px;
        -ms-flex: 0 0 345px;
        flex: 0 0 345px;
    }
    .why__rtl .why-content {
        -webkit-flex: 0 0 calc(100% - 345px);
        -ms-flex: 0 0 calc(100% - 345px);
        flex: 0 0 calc(100% - 345px);
    }
    .why__ltr .why-bg {
        -webkit-flex: 0 0 255px;
        -ms-flex: 0 0 255px;
        flex: 0 0 255px;
    }
    .why__ltr .why-content {
        -webkit-flex: 0 0 calc(100% - 255px);
        -ms-flex: 0 0 calc(100% - 255px);
        flex: 0 0 calc(100% - 255px);
    }
    .why__srv .why-bg {
        -webkit-flex: 0 0 345px;
        -ms-flex: 0 0 345px;
        flex: 0 0 345px;
    }
    .why__srv .why-content {
        -webkit-flex: 0 0 calc(100% - 345px);
        -ms-flex: 0 0 calc(100% - 345px);
        flex: 0 0 calc(100% - 345px);
    }
    .why .why-content {
        padding: 45px 35px;
    }
    .why .why-feature {
        font-size: 1.125rem;
        padding-left: 55px;
        -webkit-background-size: 36px auto;
        -o-background-size: 36px auto;
        background-size: 36px auto;
    }
    .discount {
        -webkit-background-size: 900px auto;
        -o-background-size: 900px auto;
        background-size: 900px auto;
    }
    .partners .partners-stack {
        margin-bottom: 0;
        padding-bottom: 35px;
    }
    .services .services-item .services-item-image {
        -webkit-background-size: auto 80%;
        -o-background-size: auto 80%;
        background-size: auto 80%;
    }
    .order {
        padding: 75px 0 100px;
    }
    .order .order-card {
        padding: 60px 15px 25px;
    }
    .order .order-card .order-card-title {
        margin-bottom: 10px;
    }
    .order .order-card .order-card-subtitle {
        font-size: 0.9375rem;
    }
    .order .order-card .order-card-price {
        font-size: 2rem;
    }
    .order .order-card .order-card-description {
        height: 380px;
    }
    .order .order-card .order-card-list {
        height: 290px;
    }
    .steps .steps-item .steps-item-title {
        font-size: 1.125rem;
    }
    .prices tbody td,
    .prices thead th {
        padding: 20px;
    }
    .split .split-title {
        font-size: 2.125rem;
    }
}
@media (max-width: 991px) {
  body {
    margin-top: 66px;
  }
  .navbar .navbar-nav {
    padding: 25px 0;
  }
  .navbar .navbar-logo .header-logo {
    height: 41px;
  }
  .navbar .navbar-controls {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .navbar .navbar-toggler {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .navbar .navbar-collapse {
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .navbar .header-create,
  .navbar .header-login {
    letter-spacing: 0;
    padding: 7px 14px;
  }
  .navbar .dropdown-menu {
    width: 100%;
  }
  .sidenav .nav-item .dropdown-toggle:after {
    margin-left: 7px;
    vertical-align: 0.155em;
  }
  .sidenav .navbar-controls {
    margin-top: 35px;
  }
  .sidenav.active {
    width: 300px;
  }
  .hero .hero-title {
    font-size: 1.75rem;
  }
  .hero .hero-btn {
    padding: 0.84rem 1.07rem;
  }
  .why .why-title {
    font-size: 2.125rem;
  }
  .why__rtl .why-bg {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  .why__rtl .why-content {
    -webkit-flex: 0 0 calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
  }
  .why__ltr .why-bg {
    -webkit-flex: 0 0 222px;
    -ms-flex: 0 0 222px;
    flex: 0 0 222px;
  }
  .why__ltr .why-content {
    -webkit-flex: 0 0 calc(100% - 222px);
    -ms-flex: 0 0 calc(100% - 222px);
    flex: 0 0 calc(100% - 222px);
  }
  .why__srv .why-bg {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  .why__srv .why-content {
    -webkit-flex: 0 0 calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
  }
  .services .services-item .services-item-image {
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .services .services-item .services-item-title {
    height: auto;
  }
  .testimonial .testimonial-info {
    padding-left: 75px;
  }
  .testimonial .testimonial-author {
    margin-left: 115px;
  }
  .testimonial .testimonial-quote {
    font-size: 1.125rem;
  }
  .prices {
    padding: 100px 0 25px;
  }
  .discount {
    -webkit-background-size: 750px auto;
    -o-background-size: 750px auto;
    background-size: 750px auto;
  }
  .discount .discount-content {
    text-align: center;
  }
  .steps .steps-item .steps-item-image {
    width: 105px;
    height: 105px;
  }
  .steps .steps-item .steps-item-title {
    font-size: 0.9375rem;
  }
  .steps .steps-value {
    font-size: 1.875rem;
    width: 60px;
    height: 60px;
  }
  .footer .footer-partners {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-partners img {
    margin: 10px;
  }
  .order__top {
    margin-top: 25px;
  }
  .__stroke:before {
    top: 30px;
    right: 100px;
    left: 100px;
  }
  .__tac_under_991 {
    text-align: center;
  }
  .split {
    margin: 50px 0 15px;
  }
  .languages {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
    .block-banner-type {
        display: none!important;
    }
    body {
        margin-top: 66px;
    }
    .navbar .navbar-nav {
        padding: 25px 0;
    }
    .navbar .navbar-logo .header-logo {
        height: 41px;
    }
    .navbar .navbar-controls {
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }
    .navbar .navbar-toggler {
        -webkit-order: 3;
        -ms-order: 3;
        order: 3;
    }
    .navbar .navbar-collapse {
        -webkit-order: 4;
        -ms-order: 4;
        order: 4;
    }
    .navbar .header-create,
    .navbar .header-login {
        letter-spacing: 0;
        padding: 7px 14px;
    }
    .navbar .dropdown-menu {
        width: 100%;
    }
    .sidenav .nav-item .dropdown-toggle:after {
        margin-left: 7px;
        vertical-align: 0.155em;
    }
    .sidenav .navbar-controls {
        margin-top: 35px;
    }
    .sidenav.active {
        width: 300px;
    }
    .hero .hero-title {
        font-size: 1.75rem;
    }
    .hero .hero-btn {
        padding: 0.84rem 1.07rem;
    }
    .why .why-title {
        font-size: 2.125rem;
    }
    .why__rtl .why-bg {
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
    .why__rtl .why-content {
        -webkit-flex: 0 0 calc(100% - 300px);
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
    }
    .why__ltr .why-bg {
        -webkit-flex: 0 0 222px;
        -ms-flex: 0 0 222px;
        flex: 0 0 222px;
    }
    .why__ltr .why-content {
        -webkit-flex: 0 0 calc(100% - 222px);
        -ms-flex: 0 0 calc(100% - 222px);
        flex: 0 0 calc(100% - 222px);
    }
    .why__srv .why-bg {
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
    .why__srv .why-content {
        -webkit-flex: 0 0 calc(100% - 300px);
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
    }
    .services .services-item .services-item-image {
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .services .services-item .services-item-title {
        height: auto;
    }
    .testimonial .testimonial-info {
        padding-left: 75px;
    }
    .testimonial .testimonial-author {
        margin-left: 115px;
    }
    .testimonial .testimonial-quote {
        font-size: 1.125rem;
    }
    .prices {
        padding: 100px 0 25px;
    }
    .discount {
        -webkit-background-size: 750px auto;
        -o-background-size: 750px auto;
        background-size: 750px auto;
    }
    .discount .discount-content {
        text-align: center;
    }
    .steps .steps-item .steps-item-image {
        width: 105px;
        height: 105px;
    }
    .steps .steps-item .steps-item-title {
        font-size: 0.9375rem;
    }
    .steps .steps-value {
        font-size: 1.875rem;
        width: 60px;
        height: 60px;
    }
    .footer .footer-partners {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .footer-partners img {
        margin: 10px;
    }
    .order__top {
        margin-top: 25px;
    }
    .__stroke:before {
        top: 30px;
        right: 100px;
        left: 100px;
    }
    .__tac_under_991 {
        text-align: center;
    }
    .split {
        margin: 50px 0 15px;
    }
    .languages {
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }
}
@media screen and (max-width: 767px) {
  .sidenav .navbar-controls .sidenav__phone {
    display: block;
  }
  .navbar .header-create,
  .navbar .header-login {
    letter-spacing: 0;
    padding: 5px 8px;
  }
  .navbar .header-phone {
    display: none;
  }
  .scrolling-navbar.top-nav-collapse .header-create,
  .scrolling-navbar.top-nav-collapse .header-login {
    padding: 5px 8px;
  }
  .hero {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: bottom -40px right -100px;
    background-size: auto 300px;
    text-align: center;
  }
  .hero__front,
  .hero__page {
    background-image: url(../img/hero-front.svg);
  }
  .hero__resume {
    background-image: url(../img/hero-resume.svg);
    background-position: top 35px left -250px;
  }
  .hero__services {
    background-image: url(../img/hero-writers.svg);
    background-position: top 35px left -180px;
  }
  .hero__services .__scroller {
    margin: 0;
  }
  .hero__services.hero__linkedin {
    background-image: url(../img/bg/services/linkedin-header.svg);
    background-position: top 35px left -160px;
  }
  .hero__services.hero__resumewriting {
    background-image: url(../img/bg/services/resumewriting-header.svg);
    background-position: top left -400px;
  }
  .hero__services.hero__coverletter {
    background-image: url(../img/bg/services/cl-header.svg);
    background-position: top 35px left -300px;
  }
  .hero__services.hero__editing {
    background-image: url(../img/bg/services/editing-header.svg);
    background-position: top 35px left -220px;
  }
  .hero .hero-bg {
    display: none;
  }
  .hero .hero-content {
    max-width: 100%;
    height: auto;
    padding: 30px 90px 60px;
    -webkit-align-items: center;
    align-items: center;
  }
  .hero .hero-title {
    font-size: 1.625rem;
  }
  .hero .hero-subtitle {
    font-size: 1rem;
  }
  .hero .email-uploader,
  .hero .hero-uploader {
    margin: 15px auto 0;
  }
  .hero .email-uploader {
    padding-top: 30px;
  }
  .hero .email-uploader .custom-file .email-uploader-input {
    padding-right: 125px;
  }
  .hero .hero-uploader .custom-file-label {
    font-size: 0.9375rem;
    height: 53px;
  }
  .hero .hero-uploader .custom-file-label:after {
    line-height: 38px;
  }
  .hero .custom-file,
  .hero .custom-file-input {
    height: 50px;
  }
  .why__rtl .why-bg {
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
  .why__rtl .why-content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .why__ltr .why-bg {
    -webkit-flex: 0 0 177px;
    -ms-flex: 0 0 177px;
    flex: 0 0 177px;
  }
  .why__ltr .why-content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .why__srv .why-bg {
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
  .why__srv .why-content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .why__srv .why-extended:before {
    top: 10px;
  }
  .why .why-title {
    font-size: 1.875rem;
  }
  .why .why-content {
    padding: 30px 35px 45px;
  }
  .why .why-extended {
    min-height: 60px;
    margin: 15px 0 0;
    padding-left: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    background-position: left top 2px;
    -webkit-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
  }
  .why .why-extended:before {
    left: 0;
  }
  .why .why-extended .why-card-title {
    display: none;
  }
  .why .why-extended .why-extended-desc {
    padding-bottom: 20px;
  }
  .why .why-extended .why-extended-title {
    font-size: 1.125rem;
    position: relative;
    padding-right: 60px;
    padding-top: 6px;
  }
  .why .why-extended .why-extended-title:before {
    display: none;
  }
  .why .why-extended .why-extended-title .rotate-icon {
    font-size: 1.0625rem;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    background: url(../img/icons/chevron-down-white.svg) center/cover no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
  }
  .why .why-bg {
    display: none;
  }
  .discount .discount-title {
    font-size: 1.875rem;
  }
  .discount .discount-btn {
    padding: 12px 30px;
  }
  .services .services-heading {
    padding-top: 80px;
  }
  .services .services-item-text {
    font-size: 1rem;
  }
  .order {
    padding: 75px 0 35px;
  }
  .order .order-title {
    margin-bottom: 0;
  }
  .order .order-card {
    padding: 60px 35px 25px;
  }
  .order .order-card .order-card-description {
    height: auto;
  }
  .order .order-card .order-card-btn {
    display: none;
  }
  .order .order-card .order-card-list {
    height: auto;
  }
  .order__flat {
    margin: 25px 0;
  }
  .different {
    padding: 50px 0;
  }
  .different .different-title {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .different .different-item {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    padding: 25px 0;
  }
  .different .different-item .different-card-title {
    display: none;
  }
  .different .different-item .different-item-title {
    font-size: 1.0625rem;
    padding-right: 45px;
    padding-left: 50px;
  }
  .different .different-item .different-item-text {
    padding: 35px 0;
  }
  .writers {
    padding-bottom: 35px;
  }
  .writers .writers-subtitle {
    font-size: 1rem;
  }
  .written .written-title {
    font-size: 2.125rem;
  }
  .written .written-text {
    font-size: 1.125rem;
  }
  .ordering .ordering-btn {
    padding: 8px 28px;
  }
  .steps .steps-item {
    text-align: right;
    padding: 0 50px 0 0;
  }
  .steps .steps-item .steps-item-image {
    width: 98px;
    height: 98px;
    margin: 0 0 0 auto;
  }
  .steps .steps-item .steps-item-title {
    font-size: 1rem;
    text-align: right;
  }
  .steps .steps-item .steps-item-title:after {
    margin: 15px 0 0 auto;
  }
  .steps .steps-item__right {
    padding: 0 0 0 50px;
    text-align: left;
  }
  .steps .steps-item__right .steps-item-image {
    margin: 0 auto 0 0;
  }
  .steps .steps-item__right .steps-item-title {
    text-align: left;
  }
  .steps .steps-item__right .steps-item-title:after {
    margin: 15px auto 0 0;
  }
  .steps .steps-item__2 {
    margin-top: 130px;
  }
  .steps .steps-item__3 {
    margin-top: -50px;
  }
  .steps .steps-item__4 {
    margin-top: 100px;
    margin-bottom: 45px;
  }
  .steps .steps-value {
    font-size: 1.25rem;
    width: 32px;
    height: 32px;
    margin-bottom: 99px;
  }
  .steps .steps-btn {
    padding: 8px 28px;
  }
  .testimonial .testimonial-info {
    padding-left: 25px;
  }
  .testimonial .testimonial-author {
    margin-left: 165px;
  }
  .testimonial .testimonial-quote {
    font-size: 1rem;
  }
  .testimonial .testimonial-btn {
    padding: 8px 28px;
  }
  .prices {
    opacity: 0;
    display: none;
  }
  .footer .footer-row-1 {
    order: 1;
  }
  .footer .footer-row-2 {
    order: 3;
  }
  .footer .footer-row-3 {
    order: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .footer-logo {
    width: 72px;
  }
  .footer .footer-accept {
    margin: 35px 0;
  }
  .footer .footer-payments {
    margin-bottom: 45px;
  }
  .footer .footer-partners {
    margin: 35px 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .__chat {
    font-size: 0.75rem;
  }
  .__stroke {
    position: absolute;
    top: 100px;
    bottom: 140px;
    right: 15px;
    left: 15px;
    overflow: hidden;
  }
  .__stroke:before {
    top: 20px;
    right: auto;
    left: 50%;
    margin-left: -1px;
    border-top: none;
    border-left: 1px dashed #000;
    height: 450px;
  }
  .__scroller {
    margin: 20px 0 15px;
    display: none;
  }
  .__btn_write {
    font-size: 14px;
  }
  .__ds_hide_768_and_less {
    display: none !important;
  }
  .split {
    margin: 25px 0 15px;
  }
  .split .split-title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 575px) {
  .hero {
    background-position: bottom -40px right -200px;
  }
  .hero__resume {
    background-position: top 35px left -170px;
    -webkit-background-size: auto 200px;
    -o-background-size: auto 200px;
    background-size: auto 200px;
  }
  .hero__services {
    background-position: top 35px left -130px;
    -webkit-background-size: auto 200px;
    -o-background-size: auto 200px;
    background-size: auto 200px;
  }
  .hero__services.hero__resumewriting {
    background-image: url(../img/bg/services/resumewriting-header.svg);
    background-position: top left -300px;
  }
  .hero__services.hero__coverletter {
    background-image: url(../img/bg/services/cl-header.svg);
    background-position: top 35px left -235px;
  }
  .hero__services.hero__editing {
    background-image: url(../img/bg/services/editing-header.svg);
    background-position: top 35px left -180px;
  }
  .hero .hero-content {
    padding: 30px 55px 60px;
  }
  .partners .partners-stack-image {
    max-width: 120px;
    margin: 10px 15px;
  }
  .partners .partners-stack-image__1 {
    max-width: 85px;
  }
  .partners .partners-stack-image__5 {
    max-width: 40px;
  }
  .services .services-item .services-item-samples {
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }
  .services .services-item .services-item-title {
    line-height: 120%;
  }
  .services .services-item .services-item-text {
    font-size: 14px;
  }
  .different {
    padding: 50px 0 35px;
  }
  .different .different-title {
    margin-bottom: 45px;
  }
  .different .different-item .different-item-title {
    font-size: 14px;
    padding-left: 38px;
    background-size: auto 26px;
    min-height: 25px;
    line-height: 26px;
  }
  .different .different-item .different-item-text {
    font-size: 14px;
  }
  .written {
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .written .written-title {
    font-size: 1.625rem;
    line-height: 110%;
  }
  .written .written-text {
    font-size: 1rem;
  }
  .qna .qna-btn {
    font-size: 1.0625rem;
  }
  .qna .qna-content {
    font-size: 0.9375rem;
  }
  .steps .steps-title {
    margin-bottom: 50px;
  }
  .steps .steps-value {
    margin-bottom: 107px;
  }
  .__stroke {
    bottom: 116px;
  }
  .languages.desktop {
    display: none;
  }
  .languages.mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sidenav .navbar-controls .sidenav__login {
    display: block;
  }
  .navbar-toggler {
    padding: 4px 6px 8px 10px;
  }
  .navbar .header-create,
  .navbar .header-login {
    font-size: 0.75rem;
  }
  .navbar .header-login {
    display: none;
  }
  .navbar .navbar-logo {
    width: 60px;
  }
  .navbar .navbar-controls {
    margin-left: 0;
  }
  .hero {
    padding-top: 25px;
  }
  .hero .hero-title {
    font-size: 1.3125rem;
  }
  .hero .hero-btn {
    font-size: 1rem;
    margin: 0 auto;
    padding: 10px 12px;
  }
  .hero .hero-content {
    padding: 30px 0 45px;
  }
  .hero .hero-uploader .custom-file-label {
    font-size: 14px;
    background-position: left 15px top 16px;
    -webkit-background-size: auto 11px;
    -o-background-size: auto 11px;
    background-size: auto 11px;
  }
  .hero .hero-uploader .custom-file-label:after {
    content: "send";
  }
  .hero .hero-uploader .custom-file-label.selected {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hero__resume {
    background-position: top 10px left -160px;
  }
  .hero__resume .hero-subtitle,
  .hero__resume .hero-title {
    padding: 0 35px;
  }
  .hero__resume .hero-title {
    padding: 0 50px;
  }
  .hero__services {
    background-position: top 35px left -170px;
    -webkit-background-size: auto 200px;
    -o-background-size: auto 200px;
    background-size: auto 200px;
  }
  .hero__services .hero-title {
    font-size: 1.625rem;
    font-weight: 500;
  }
  .why .why-content {
    padding: 15px 15px 35px;
  }
  .why .why-title {
    margin-bottom: 25px;
    font-size: 1.625rem;
  }
  .why .why-feature {
    margin-bottom: 25px;
    font-size: 0.9375rem;
  }
  .why .why-extended .why-extended-title {
    font-size: 0.9375rem;
    padding-right: 45px;
  }
  .why .why-extended .why-extended-desc {
    font-size: 0.9375rem;
  }
  .why .why-extended .why-extended-desc a {
    font-weight: 700;
  }
  .partners .partners-stack {
    padding: 15px 0 30px;
  }
  .services {
    padding-bottom: 20px;
  }
  .services .services-heading {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .services .services-item {
    padding: 60px 0 30px;
  }
  .services .services-item .services-item-title {
    font-size: 1.25rem;
    line-height: 140%;
    margin-bottom: 10px;
  }
  .services .services-item .services-item-samples {
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
  .services .services-item .services-item-example {
    margin-top: 0;
    margin-left: 0;
  }
  .services .services-item .services-item-content {
    padding-left: 15px;
  }
  .services .services-item .services-item-image {
    height: 115px;
    background-size: 80px auto;
  }
  .services .services-item .services-item-label {
    font-size: 0.6875rem;
    padding: 0 10px 0 20px;
  }
  .services .services-item .services-item-body,
  .services .services-item .services-item-footer,
  .services .services-item .services-item-header {
    padding: 0 15px;
  }
  .services .services-item .services-item-footer {
    text-align: center;
    padding-top: 25px;
  }
  .services .services-item .services-btn {
    margin-left: 0;
  }
  .order {
    padding: 50px 0;
  }
  .order .order-card {
    padding: 30px 35px 25px;
  }
  .order .order-card .order-card-title {
    font-size: 1.375rem;
  }
  .order .order-card .order-card-subtitle {
    font-size: 1rem;
  }
  .order .order-card .order-card-price {
    font-size: 1.6875rem;
  }
  .order .order-card .order-card-list .order-card-list-item,
  .order .order-more {
    font-size: 0.9375rem;
  }
  .ordering {
    padding: 55px 0 15px;
  }
  .ordering .ordering-title {
    font-size: 1.4375rem;
  }
  .ordering .ordering-form {
    margin: 0 auto 35px;
  }
  .ordering .custom-select {
    margin-bottom: 25px;
  }
  .different .different-title {
    font-size: 1.875rem;
  }
  .qna {
    padding: 35px 0;
  }
  .qna .qna-title {
    margin-bottom: 25px;
  }
  .qna .qna-btn {
    font-size: 0.9375rem;
    padding: 18px 50px 18px 10px;
  }
  .writers .writers-item .writers-footer,
  .writers .writers-item .writers-header {
    padding: 20px 15px;
  }
  .writers .writers-item .writers-featured {
    width: 110px;
    height: 110px;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
  }
  .testimonial {
    padding-top: 70px;
  }
  .testimonial .testimonial-info:before {
    width: 200px;
    height: 200px;
    top: auto;
    left: -50px;
    bottom: 0;
  }
  .testimonial .testimonial-quote {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 40px 30px;
  }
  .testimonial .testimonial-author {
    margin-left: 0;
    margin-bottom: 35px;
  }
  .testimonial .testimonial-btn-wrapper {
    padding: 30px 0 35px;
  }
  .discount {
    background-position: left -200px bottom -150px;
    -webkit-background-size: 450px auto;
    -o-background-size: 450px auto;
    background-size: 450px auto;
  }
  .discount .discount-title {
    font-size: 1.75rem;
  }
  .discount .discount-text br {
    display: none;
  }
  .discount .discount-btn {
    font-size: 1.0625rem;
  }
  .discount .discount-content {
    padding: 50px 0;
  }
  .steps .steps-item {
    padding: 0 25px 0 0;
  }
  .steps .steps-item__right {
    padding: 0 0 0 25px;
  }
  .steps .steps-item .steps-item-image {
    width: 75px;
    height: 75px;
  }
  .steps .steps-item .steps-item-title {
    font-size: 0.8125rem;
    height: 55px;
  }
  .steps .steps-value {
    margin-bottom: 100px;
  }
  .owl-carousel .owl-dots {
    margin: 35px auto 15px;
  }
  .sitemap {
    padding: 0 0 50px;
  }
  .sitemap .sitemap-title {
    margin: 25px 0;
  }
  .sitemap .sitemap-list {
    padding-left: 20px;
  }
  .sitemap .sitemap-list li {
    margin: 8px 0;
  }
  .sitemap .sitemap-list li a {
    font-size: 1rem;
  }
  .footer .footer-menu {
    margin-bottom: 0;
  }
  .footer .footer-menu li {
    display: block;
  }
  .footer .footer-menu li a {
    font-size: 0.75rem;
  }
  .footer .footer-menu li a:after {
    display: none;
  }
  .footer .footer-menu:not(.footer-menu__extended) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .__section_title {
    font-size: 2rem;
    -ms-word-break: break-word;
    word-break: break-word;
  }
  .__hider {
    margin-top: 30px;
  }
  .split {
    margin: 15 0 15px;
    padding: 25px 0 15px;
  }
  .split .split-title {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 360px) {
  .hero__resume .hero-title {
    padding: 0 25px;
  }
  .steps .steps-title {
    font-size: 1.625rem;
  }
  .steps .steps-item .steps-item-title {
    font-size: 0.6875rem;
  }
  .steps .steps-value {
    margin-bottom: 107px;
  }
  .writers .writers-item .writers-featured {
    width: 80px;
    height: 80px;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
  .why:not(.why__srv) .why-extended {
    padding-left: 0;
  }
  .why:not(.why__srv) .why-extended .why-extended-title {
    font-size: 14px;
    padding-left: 55px;
  }
  .__stroke {
    top: 80px;
  }
  .__section_title {
    font-size: 1.625rem;
  }
  .__chat span {
    display: none;
  }
}
@media (min-width: 600px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav .nav-item .nav-link {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
  }
  .sidenav .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
  .navbar.scrolling-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .different .different-item .different-card-header a,
  .order .order-more {
    display: none;
  }
  .different .different-item .different-item-title {
    margin-bottom: 45px;
  }
  .why .why-extended .why-card-header a {
    display: none;
  }
  .ordering {
    opacity: 0;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .order__top {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .hero .hero-title {
    font-size: 1.5625rem;
  }
  .hero .email-uploader .custom-file .uploader-btn {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero .email-uploader .custom-file .email-uploader-input {
    padding-right: 200px;
  }
  .__chat span {
    display: none;
  }
}
@media (min-width: 992px) {
  body {
    margin-top: 66px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-toggle:active {
    pointer-events: none;
  }
  .services .services-item .services-item-text {
    height: 161px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-template-template-lang .services .services-item .services-item-text {
    height: 206px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .why .why-feature {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
    .services .services-item .services-item-text {
        height: 140px;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-template-template-lang .services .services-item .services-item-text {
        height: 165px;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .__scroller:hover span {
        -webkit-animation: 0.7s linear infinite scroller;
        animation: 0.7s linear infinite scroller;
    }
}
@media (min-width: 1400px) {
    .discount .discount-title {
        font-size: 2.75rem;
    }
    .discount .discount-text {
        font-size: 1.5rem;
    }
    .discount .discount-text span {
        font-size: 2.625rem;
    }
}
.modal-dialog {
    width: 380px !important;
    margin: 90px auto !important;
}
input#mail {
    line-height: 1.2;
    height: 40px;
    max-width: 100%;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #c7cdc9;
    color: #555;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: all linear 0.2s;
    transition: 0.2s linear;
    width: 100%;
    border-radius: 3px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.modal-header {
    padding: 0 !important;
    border-radius: 0 !important;
}
.modal-content {
    border-radius: 0 !important;
}
.modal-body {
    position: relative;
    padding: 30px !important;
}
.uk-modal-close {
    float: right;
    position: absolute;
    cursor: pointer;
    border-color: #fff;
    margin: 0;
    width: 26px;
    height: 26px;
    opacity: 0.7;
    right: 20px;
    top: 22px;
}
.uk-modal-close:before {
    content: "";
    display: block;
    width: 24px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 0;
    top: 7.5px;
}
.uk-modal-close:after {
    content: "";
    display: block;
    width: 24px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 0;
    top: 7.5px;
}
.services .service {
    position: relative;
}
.in-block {
    display: block;
}
.writers-slider__text,
body,
body.pricing-body .discount-packs,
main.post .container .entry-content p,
main:not(.post) .main_page_title .p,
p {
    font-family: Lato, sans-serif;
    line-height: 140%;
}
h1,
h2,
h3,
h4,
h5,
h6,
main.post .container h2,
main:not(.post) h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal !important;
}
.breadcrumbs {
    padding-top: 15px;
}
main:not(.post) .bottom_line {
    margin-bottom: 15px !important;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.page-template-template-service-v2 {
    font-family: Montserrat, Roboto, sans-serif;
}
.hero__services.hero__service_v2 {
    padding-bottom: 90px;
}
.hero__services.hero__service_v2 .hero-bg {
    background-image: url(../img/illustration.svg);
    background-size: 495px;
    background-position: 83% 0;
    height: 505px;
    margin-top: 30px;
}
.hero__services.hero__service_v2 .hero-content a {
    background: #fd7e14;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 440px;
    padding: 17px 15px 16px;
    line-height: 30px;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.hero__services.hero__service_v2 .hero-subtitle {
    margin: 0 0 40px;
    font-size: 17px;
    line-height: 25px;
}
.hero__services.hero__service_v2 .hero-content {
    max-width: 570px;
    height: 505px;
}
.why.why__rtl__v2 .__section_title {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 40px;
}
.why.why__rtl__v2 .why-content .custom-code-title p {
    font-family: inherit;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.why.why__rtl__v2 .why-content .custom-code-title {
    margin-bottom: 20px;
    margin-top: 0;
}
.why.why__rtl__v2 .why-content .col-lg-12 + .custom-code-title {
    margin-top: 20px;
}
.why.why__rtl__v2 .why-extended {
    max-width: 700px;
    margin: 0 0 20px;
    background-position: 0 0;
    background-size: 34px;
    padding-left: 50px;
}
.why.why__rtl__v2 .why-content .col-lg-12:last-child .why-extended {
    margin-bottom: 0;
}
.why.why__rtl__v2 .why-content {
    padding: 51px 85px 106px 100px;
}
.why.why__rtl__v2 .why-extended .why-extended-desc {
    line-height: 27px;
}
.why.why__rtl__v2 .why-extended.this__fluent {
    background-image: url(../img/icons/evaluation.svg);
}
.why.why__rtl__v2 .why-extended.this__h24 {
    background-image: url(../img/icons/accuracy.svg);
}
.why.why__rtl__v2 .why-extended.this__flexible-pricing {
    background-image: url(../img/icons/prototype.svg);
}
.why.why__rtl__v2 .why-extended.this__clarity {
    background-image: url(../img/icons/complaint.svg);
}
.why .why-extended.this__prompts {
    background-image: url(../img/icons/recruitment.svg);
}
.arrows_step {
    position: relative;
}
.arrows_step .steps-item__2::after,
.arrows_step .steps-item__2::before {
  content: "";
  height: 1px;
  width: 100%;
  border-top: 1px dashed #000;
  display: block;
  position: absolute;
  bottom: 36px;
  right: 0;
  margin: 0 auto;
  max-width: calc(100% - 74px);
}
.arrows_step .steps-item__2::before {
    left: calc((100% / 2) + 37px);
}
.arrows_step .steps-item__2::after {
    right: calc((100% / 2) + 37px);
}
.steps.steps_v2 .steps-item-title + p {
    font-family: Montserrat, Roboto, sans-serif;
    height: 96px;
    font-size: 16px;
    line-height: 24px;
    max-width: 270px;
    margin: 0 auto 20px;
}
.steps.steps_v2 .steps-value {
    margin-bottom: 0;
}
.steps.steps_v2 .steps-item__1 .steps-item-image {
    background: url(../img/step_2.svg) 50%/50% 80px no-repeat #fff;
}
.steps.steps_v2 .steps-item__2 .steps-item-image {
    background: url(../img/step_1.svg) 50%/50% 80px no-repeat #fff;
}
.steps.steps_v2 .steps-item__3 .steps-item-image {
    background: url(../img/step_3.svg) 50%/50% 80px no-repeat #fff;
}
.steps.steps_v2 .steps-item .steps-item-title {
    margin: 20px auto 15px;
    font-size: 20px;
    line-height: 27px;
    text-transform: initial;
    max-width: 270px;
    font-weight: 400;
}
.steps.steps_v2 {
    padding: 60px 0 80px;
}
.steps.steps_v2 .steps-title {
    margin-bottom: 50px;
}
.writers_v2 .writers .writers-item .writers-featured {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.writers_v2 .writers .writers-item .writers-info .writers-info-text {
    height: 58px;
    font-size: 13px;
    margin: 17px 0 18px;
}
.writers_v2 .writers .writers-item .writers-info .writers-info-author {
    font-size: 22px;
    line-height: 31px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
}
.writers_v2 .writers .owl-dots,
.writers_v2 .writers .owl-nav,
.writers_v2 .writers .writers-item .writers-result:first-child:after {
    display: none;
}
.writers_v2 .__section_title {
    margin-bottom: 36px;
}
.writers_v2 .writers {
    padding: 90px 0;
}
.career_couch {
    padding: 60px 0 80px;
    background: #e4ecf1;
}
.career_couch .__section_title {
    margin-bottom: 50px;
    font-weight: 300;
}
.career_couch__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 890px;
    text-align: center;
    margin: 0 auto;
}
.career_couch .career_col span {
    height: 60px;
    width: 60px;
    display: inline-block;
    margin-bottom: 20px;
}
.career_couch .couch_col-1 {
    max-width: 200px;
}
.career_couch .couch_col-2 {
    max-width: 390px;
    margin: 0 50px;
}
.career_couch .couch_col-3 {
    max-width: 200px;
}
.career_couch .couch_col-1 span {
    background: url(../img/our-career/employee.svg) 50%/60px no-repeat;
}
.career_couch .couch_col-2 span {
    background: url(../img/our-career/teleconference.svg) 50%/60px no-repeat;
}
.career_couch .couch_col-3 span {
    background: url(../img/our-career/email.svg) 50%/60px no-repeat;
}
.career_couch .career_col p {
    font-family: Montserrat, Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.client_testimonial_v2 .testimonial {
    padding: 90px 0;
}
.client_testimonial_v2 .testimonial .testimonial-author-caption {
    font-size: 13px;
}
.client_testimonial_v2 .testimonial .testimonial-author-name {
    margin-bottom: 8px;
}
.client_testimonial_v2 .testimonial .testimonial-author {
    min-height: 100px;
    margin-left: 85px;
    padding-left: 120px;
    position: relative;
    display: flex;
    align-items: center;
}
.client_testimonial_v2 .testimonial .testimonial-btn-wrapper {
    padding-bottom: 0;
}
.client_testimonial_v2 .testimonial-btn-wrapper .testimonial-btn {
    text-transform: uppercase;
}
.dont_miss_changing .discount {
    padding: 100px 0 54px;
    background: url(../img/discount_img.svg) 6% 50%/473px no-repeat #5ba4d1;
}
.dont_miss_changing .discount .discount-content {
    padding: 0;
}
.dont_miss_changing .discount .discount-title {
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 45px;
}
.dont_miss_changing .discount .discount-text span {
    font-weight: 500;
    margin-left: 3px;
    margin-right: 3px;
}
.dont_miss_changing .discount .discount-text {
    margin-bottom: 30px;
}
.dont_miss_changing .discount .discount-btn {
    margin-top: 0;
}
.faq_v2 .qna .qna-accordion .qna-item:last-child .card-header {
    border: none;
}
.faq_v2 .qna .qna-btn:active,
.faq_v2 .qna .qna-btn:focus,
.faq_v2 .qna .qna-btn:hover {
    background: 0 0;
}
@media (max-width: 1199px) {
    .hero__services.hero__service_v2 .hero-bg {
        background-position: 100% 0;
    }
    .why.why__rtl__v2 .why-content {
        padding: 45px 15px;
    }
}
@media (max-width: 991px) {
  .hero__services.hero__service_v2 .hero-bg {
    background-position: right;
  }
  .career_couch {
    padding: 40px 0;
  }
  .career_couch .__section_title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .career_couch__wrapper {
    display: block;
  }
  .career_couch .career_col {
    width: 100%;
    margin: 0 0 30px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .career_couch .career_col:last-child {
    margin-bottom: 0;
  }
  .career_couch .career_col span {
    height: 40px;
    width: 40px;
    margin-bottom: 0;
    margin-right: 15px;
    background-size: 40px;
  }
  .career_couch .career_col p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    max-width: calc(100% - 55px);
  }
  .dont_miss_changing .discount {
    padding: 40px 0 225px;
    background: url(../img/discount_img.svg) 50% 89%/292px no-repeat #5ba4d1;
  }
  .dont_miss_changing .discount .discount-title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .dont_miss_changing .discount .discount-text span {
    font-size: 28px;
    line-height: 34px;
  }
  .dont_miss_changing .discount .discount-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .hero__services.hero__service_v2 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .hero__services.hero__service_v2 .hero-bg {
    display: block;
    max-width: 240px;
    background-size: auto 240px;
    background-position: 50% 0;
    height: 245px;
  }
  .hero__services.hero__service_v2 .hero-bg,
  .hero__services.hero__service_v2 .hero-content {
    margin: 0 auto;
  }
  .ord-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .ord-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .hero__services.hero__service_v2 .hero-subtitle {
    margin: 0 0 16px;
  }
  .hero__services.hero__service_v2 .hero-content {
    padding-bottom: 16px;
  }
  .scrolling-navbar.top-nav-collapse {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  .why.why__rtl__v2 .__section_title {
    margin-bottom: 16px;
    font-size: 25px;
    line-height: 35px;
  }
  .why.why__rtl__v2 .why-extended {
    background-size: 24px;
    padding-left: 32px;
    border: none;
    min-height: initial;
    margin: 0 0 8px;
  }
  .why.why__rtl__v2 .why-content {
    padding: 24px 16px;
  }
  .why.why__rtl__v2 .why-content .custom-code-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .why.why__rtl__v2 .why-extended .why-extended-desc {
    padding: 0;
  }
  .why.why__rtl__v2 .why-content .custom-code-title {
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .why.why__rtl__v2 .why-content .col-lg-12 + .custom-code-title {
    margin-top: 16px;
  }
  .steps.steps_v2 .steps-item {
    text-align: center;
    padding: initial;
  }
  .steps.steps_v2 .steps-item .steps-item-image {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .steps.steps_v2 .steps-value {
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
  }
  .steps.steps_v2 .steps-value span {
    font-size: 25px;
    line-height: 30px;
  }
  .steps.steps_v2 .steps-item__2,
  .steps.steps_v2 .steps-item__3 {
    margin-top: initial;
  }
  .steps.steps_v2 .steps-item__right {
    padding: 0;
    text-align: center;
  }
  .arrows_step .steps-item__2::before {
    bottom: 0;
  }
  .arrows_step .steps-item__2::after {
    top: -40px;
  }
  .arrows_step .steps-item__2::after,
  .arrows_step .steps-item__2::before {
    right: 0;
    width: 1px;
    height: 40px;
    border-top: 0;
    border-left: 1px dashed #000;
    left: 0;
  }
  .steps.steps_v2 .steps-item .steps-item-title {
    margin: 15px auto 5px;
    font-size: 18px;
    line-height: 26px;
    text-transform: initial;
    max-width: 270px;
    height: inherit;
    text-align: center;
  }
  .steps.steps_v2 .steps-item-title + p {
    height: inherit;
    max-width: 288px;
    margin: 0 auto 16px;
    font-size: 14px;
    line-height: 21px;
  }
  .steps.steps_v2 {
    padding: 40px 0 30px;
  }
  .steps.steps_v2 .steps-title {
    margin-bottom: 20px;
  }
  .steps.steps_v2 .steps-value.steps-value__3 {
    margin-bottom: 0;
  }
  .writers_v2 .writers .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .writers_v2 .__section_title {
    margin-bottom: 16px;
    font-size: 25px;
    line-height: 34px;
  }
  .client_testimonial_v2 .testimonial,
  .writers_v2 .writers {
    padding: 40px 0;
  }
  .client_testimonial_v2 .testimonial .testimonial-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 34px;
  }
  .client_testimonial_v2 .testimonial .testimonial-author {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-left: 0;
  }
  .client_testimonial_v2 .testimonial .testimonial-author-avatar {
    position: initial;
    left: initial;
    top: initial;
    margin-top: 0;
    margin-right: 10px;
  }
  .client_testimonial_v2 .testimonial .testimonial-btn-wrapper {
    padding-top: 10px;
  }
  .hero__services.hero__service_v2 .hero-content {
    height: initial;
  }
  .hero__services.hero__service_v2 .hero-content a {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    display: inline-block;
    width: initial;
  }
  .hero__services.hero__service_v2 .hero-title {
    font-weight: 600;
  }
}
.hide_cart,
.mob_chart_hide {
  font-size: 0 !important;
  width: 0;
  height: 0;
  display: inline-block;
}
.__hider {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__hider_mid {
  position: initial;
  margin-top: 0;
  left: 50%;
  margin-left: 0;
  display: block;
}
.__hider_bot {
  bottom: 0px !important;
  left: 50%;
  margin-left: -6px !important;
  display: block;
}

/* tabs */
.tabs-billboard {
  padding-top: 50px;
  text-align: center;
  background: #5ba4d1;
  font-family: Montserrat;
}
.tabs-billboard__title {
  color: #ffffff;
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 30px;
  line-height: 54px;
}
.tabs-billboard__benefits {
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
}
.tabs-billboard__benefit {
  max-width: 255px;
}
.tabs-billboard__icon {
  margin-bottom: 10px;
}
.tabs-billboard__desc {
  color: #fff0cc;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.tabs-nav {
  display: flex;
  justify-content: center;
}
.tabs-nav__item {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  line-height: 20px;
  padding: 12px 50px;
}
.tabs-nav__item.active {
  cursor: default;
  color: #417291;
  background: #ffffff;
  border-radius: 5px 5px 0px 0px;
}
/* tabs */

/* pricing-cards */
.pricing-cards {
  padding: 60px 0 30px;
  margin-bottom: 30px;
}
.pricing-card {
  width: 100%;
  max-width: 290px;
  position: relative;
  background: #ffffff;
  padding: 45px 25px 15px;
  font-family: Montserrat;
}
.pricing-card:first-child {
}
.pricing-card:nth-child(2) {
}
.pricing-card:nth-child(3) {
}
.pricing-card:last-child {
  border-left: 1px solid rgba(39, 39, 39, 0.2);
}

.pricing-card_top {
  z-index: 20;
  margin: -30px 0;
  padding-top: 65px;
  border-radius: 10px;
  border: 1px solid #f36e1e;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.pricing-cards__inner {
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
}

.pricing-card:first-child .pricing-card__header {
  padding: 2px 0;
  background: #b200c2;
  border-radius: 10px 0 0 0;
}

.pricing-card:nth-child(3) .pricing-card__header {
  padding: 2px 0;
  background: #0084e1;
}

.pricing-card:last-child .pricing-card__header {
  padding: 2px 0;
  background: #54be03;
  border-radius: 0 10px 0 0;
}
.pricing-card_top .pricing-card__header {
  color: #ffffff;
  padding: 4px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  background: #f36e1e;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
}
.pricing-card__header {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
.pricing-card__title {
  color: #272727;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.pricing-card__icons {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.pricing-card__icon {
  margin: 0 7.5px;
}
.pricing-card__desc {
  color: #606a74;
  font-size: 14px;
  min-height: 40px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.pricing-card__price {
  color: #f36e1e;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  margin-bottom: 10px;
}
.pricing-card__price_old {
  color: rgba(96, 106, 116, 0.79794);
  font-size: 20px;
  line-height: 30px;
  margin-right: 5px;
  font-weight: normal;
  text-decoration: line-through;
}
.pricing-card__link {
  color: #f5a623;
  font-size: 12px;
  display: block;
  padding: 10px 0;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 25px;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #f5a623;
  transition: color 200ms, background 200ms, box-shadow 200ms;
}
.pricing-card__link:hover {
  color: #ffffff;
  background: #f5a623;
}
.pricing-card__link_bg {
  color: #ffffff;
  background: #f5a623;
}
.pricing-card__link_bg:hover{
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.pricing-card__list {
  margin: 0;
  padding: 20px 0 0;
  position: relative;
  list-style: none;
}
.pricing-card__list:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(39, 39, 39, 0.0001) 0.19%,
    #606a74 50.68%,
    rgba(39, 39, 39, 0.0001) 100%
  );
  opacity: 0.2;
}
.pricing-card__list-item {
  color: #606a74;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  padding-left: 17px;
  margin-bottom: 17px;
}
.pricing-card__list-item:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 11px;
  height: 9px;
  background: url("../img/ic-check.svg") no-repeat center;
}
.pricing-card__tooltip {
  position: absolute;
  content: "";
  top: 12px;
  left: -3px;
  height: 30px;
  overflow: hidden;
}
.pricing-card_top .pricing-card__tooltip {
  top: 28px;
}
.pricing-card__tooltip-inner {
  padding: 0 20px 0 25px;
  background: #0dac00;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  position: relative;
  left: -11px;
}
.pricing-card__tooltip-inner:before {
  position: absolute;
  bottom: -5px;
  left: 17px;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #067a0e;
  border-left: 5px solid transparent;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
}
.pricing-card__tooltip-inner div {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
}

.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
}
.block-banner-type {
  visibility: hidden;
  width: 500px;
  height: 320px;
  background: #5BA4D1;
  border-radius: 20px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  overflow: hidden;
  color: #fff;
}
.block-banner-type-header {
  padding: 40px 13px 0px 30px;
  height: 250px;
}
.block-banner-type-header-right {
  max-width: 47%;
}
.block-banner-type-header.type-big {
  padding: 30px 13px 0px 30px!important;
}
.block-banner-type-header.type-big .block-banner-type-header-right {
  max-width: 21%;
}
.block-banner-type-header.type-big .block-banner-type-header-right img {
  min-width: 200px;
  position: relative;
  margin-left: -100px;
}
.block-banner-type-header .header-title {
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Montserrat';
  margin-bottom: 10px;
  font-weight: bold;
}
.block-banner-type-header .header-desc {
  line-height: 1.2;
  font-family: 'Montserrat';
  margin-bottom: 15px;
  font-size: 14px;
}
.block-banner-type-header .btn {
  background: #FD7E14;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-transform: capitalize;
  transition: 0.2s;
  margin-left: 0px;
  font-size: 14px;
}
.block-banner-type-header .btn:hover {
  opacity: 0.95;
}
.block-banner-type-footer {
  background: #178AC9;
  height: 70px;
  padding: 15px 39px 15px 30px;
}
.block-banner-type-footer .footer-descr {
  color: #fff;
  opacity: 0.8;
  /*font-family: 'Roboto';*/
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
}
.block-banner-type-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  padding-top: 8px;
  cursor: pointer;
  text-align: center;
  transition: 0.2ms;
}
.block-banner-type-close svg{
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.block-banner-type-close:hover {
  opacity: 0.95;
  color: #000;
}

@media screen and (max-width: 991px) {
  .pricing-cards {
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .pricing-cards__inner {
    min-width: 1110px;
  }
}
@media screen and (max-width: 991px) {
  .pricing-cards__inner {
    min-width: auto;
    flex-wrap: wrap;
    box-shadow: none;
    max-width: 290px;
    margin: auto;
  }
  .pricing-card {
    max-width: 100%;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
  .pricing-card_top {
    margin-top: 0;
  }
  .pricing-card__header {
    border-radius: 8px 8px 0 0;
  }
  .pricing-card:first-child .pricing-card__header {
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tabs-billboard__benefits {
    display: none;
  }
  .tabs-billboard {
    padding-top: 20px;
  }
  .tabs-billboard__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
  }
  .tabs-billboard__title:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -20px;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.0001) 0.28%,
      #ffffff 50.72%,
      rgba(255, 255, 255, 0.0001) 100%
    );
  }
  .tabs-nav__item {
    opacity: 0.5;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 10px;
    line-height: 20px;
  }
  .tabs-nav__item.active {
    opacity: 1;
  }
  .pricing-cards {
    padding-top: 15px;
  }
}
/* pricing-cards */


iframe#launcher {display: none!important;}

.footer .languages {
    justify-content: center;
    margin-top: 15px;
}
.footer .languages .dropdown-select {
    width: 70px;
    background-color: #fff;
}

.footer .languages .dropdown-select .select {
    padding-right: 15px;
}
.footer .languages .dropdown-select .select:after {
    right: 4px;
}

.subscriber-img {
    text-align: center;
}
.subscriber-text {
    text-align: center;
}
.subscriber {
    padding: 80px 0;
}
