/*
Theme Name: Customwritinghelp
Text Domain: сustomwritinghelp
Author: OTEC
Author URI: https://onesite.com.ua
*/

* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
html, body {
    min-height: 100%;
}
body {
    /*font-family: 'Montserrat',  sans-serif;*/
    font-family: 'Gotham Pro',  sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #222;
    /*background: #f3f3f3;*/
}
body.offset-top {
    padding-top: 83px;
}
p {
    margin: 0;
    line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
    /*margin: 0;*/
    line-height: 1;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h5 {
    font-weight: bold;
}
.h2-title {
    font-size: 48px;
    color: #5695c8;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}
.content {
    padding: 60px 0;
}
.content .container {
    column-count: 2;
    column-gap: 30;
}
.content ul,
.content ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}
.content li {
    list-style: unset;
}
.content a {
    color: #fb7811;
}
img {
    max-width: 100%;
}
::placeholder {
    /*opacity: 0.7;*/
    color: #fff;
    font-size: 16px;
}
a {
    color: #777;
    text-decoration: none;
}
a:active {
    color: #ccc;
}
ul, ol {
    padding: 0;
    margin: 0;
}
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
input, textarea {
    width: 100%;
    border: 1px solid #999;
	font-family: 'Gotham Pro', sans-serif;
    font-size: 18px;
    color: #999;
    padding: 10px 10px;
}
textarea:focus,
input:focus {
    outline-offset: 0;
    outline: 1px solid #fff;
}
input[type='submit']:hover {
    cursor: pointer;
    outline: 1px solid #fff;
}
.section,
section {
    padding: 60px 0;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    box-shadow: -1px -8px 14px 1px rgba(0,0,0,.3);
    transition: all .2s;
    background: #fff;
}
header .button {
    flex-shrink: 0;
}
header .nav-menu {
    display: flex;
    align-items: center;
}
header .logo-wrap {
    display: flex;
    align-items: center;
}
.header-top {
   
    background-image: linear-gradient(340deg, #FA7873 0%, #5695c8 100%);
    border-bottom: 1px solid #ecebeb;
}
.header-top i {
    margin-right: 7px;
}
.header-top .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-top a {
    padding: 10px 0;
    display: inline-block;
    color: #fff;
    display: flex;
    align-items: center;
}
.header-top a .icon {
    margin-right: 2px;
    width: 20px;
}
.header-menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}
.container-fluid {
    max-width: 100%;
    padding: 0 30px;
}
.top-panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-menu .buttons {
    display: flex;
    align-items: center;
}
.header-menu .buttons > * {
    margin: 3px 0;
    margin-right: 20px;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
}
.header-menu .buttons > *:last-child {
    margin-right: 0;
}
.contacts {
    margin: 10px 0;
    font-size: 14px;
}
.contacts .phone {
    margin-right: 10px;
}
.contacts a {
    display: flex;
    align-items: center;
    color: #259bd4;
    white-space: nowrap;
}
.contacts a span {
    text-decoration: underline;
}
.contacts a:hover span {
    text-decoration: none;
}
.contacts .fa {
    margin-right: 5px;
}
.top-panel .descr {
    margin-right: 10px;
    color: #bfbfbf;
    font-size: 16px;
}
.header-menu {
    outline: none;
    user-select: none;
}
.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 30px;
}
.breadcrumbs .post {
    width: auto;
    min-width: unset;
    padding: 0;
}
.breadcrumbs a {
    color: #222;
    font-weight: 600;
}
header a.logo {
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 0;
    color: #222;
    max-width: 120px;
}
.content {
    line-height: 1.5;
}
.title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 .85rem;
}
footer {
    margin-top: auto;
    color: #666;
    /*background: #222;*/
    background: #c76c6c;
    background:  linear-gradient(45deg, #FA7873, #5695c8);
}
footer .title {
    color: #fff;
}
footer a {
    color: #e8e8e8;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .soc-icon a {
    display: block;
    margin: 8px;
    max-width: 56px;
}
footer .soc-icon a img {
    width: 100%;
    height: auto;
}
footer .services {
    padding-bottom: 30px;
}
footer .services a {
    color: #C8C8C8;
    font-size: 14px;
}
footer .services a:hover {
    text-decoration: underline;
}
footer .copyright .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .copyright .icon {
    line-height: 1;
}
footer .copyright .icon a {
    display: inline-block;
}
footer .copyright .icon a:not(:last-child) {
    margin-right: 4px;
}
footer .copyright .menu {
    display: flex;
    flex-wrap: wrap;
}
footer .copyright a {
    display: inline-block;
}
footer .copyright li {
    margin: 10px 12px;
    flex-shrink: 0;
}
footer .copyright .text {
    margin-top: 50px;
    color: #fff;
    font-size: 14px;
}
footer .copyright .text p {
    margin-bottom: .75rem;
}
footer .icon-img {
    display: inline-block;
}
footer .icon-img:not(:last-child) {
    margin-right: 5px;
}
footer .money-back .text {
    color: #C8C8C8;
}
footer .money-back .number {
    font-size: 60px;
    font-weight: bold;
}
footer .money-back .text p {
    line-height: 1.2;
}
footer .money-back .text p:not(:last-child) {
    margin-bottom: 1.5rem;
}
.footer-menu li {
    line-height: 1.6em;
    margin-top: 10px;
}
.footer-menu a {
    font-size: 14px;
}
footer .services ul {
    display: flex;
    flex-wrap: wrap;
    /*color: #fff;*/
}
footer .services a {
    color: #fff;
    padding: 10px 5px;
    display: inline-block;
}
footer .services li:first-child a{
    padding-left: 0;
}
.map {
    width: 100%;
}
.button {
    background: #5695c8;
    /*border-radius: 1px;*/
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: all 0.3s;
    display: inline-block;
    border-radius: 8px;
}
.button_width {
    padding: 12px 40px;
}
.button:hover {
    box-shadow: none;
    background: #bfbfbf;
}
.button_black {
    color: #fff;
    background: #222;
}
.button_black:hover {
    background: #000;
}
.common-blog {
    padding: 0;
}
.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*width: calc(100% + 40px);*/
    /*margin: 0 -20px;*/
}
.post {
    /*width: 50%;*/
    width: 100%;
    min-width: 250px;
    margin: 30px 0;
    /*padding: 20px;*/
}
.posts .post:nth-of-type(n+2):nth-child(-n+3) {
    width: 50%;
    padding: 0 12px;
}
.post .inner:hover {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid #ecebeb;
}
.post .info {
    padding: 15px 20px 20px;
}
.post .title {
    margin-bottom: 10px;
    display: block;
    max-height: 32px;
    overflow: hidden;
    color: #222;
}
.post .description {
    max-height: 102px;
    overflow: hidden;
    line-height: 1.3rem;
}
.post .bottom a {
    margin-top: 10px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}
.post .inner {
    border-radius: 4px;
    border: 1px solid transparent;
}
.post .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post .post-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    margin-bottom: 0;
}

.post .post-image-link {
    /*display: inline-block;*/
    width: 100%;
}
.post .title:hover {
    opacity: 0.8;
}
.single-php .post-image {
    width: 100%;
}
.single-php .content {
    margin: 20px 0;
    padding: 0;
}
.breadcrumbs-single {
    max-width: 700px;
}
/*.single-php {*/
/*    max-width: 700px;*/
/*    padding: 10px 30px 50px;*/
/*}*/
.single-php .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.data {
    /*font-style: italic;*/
    color: #555;
    font-weight: 300;
    margin: 8px 0 14px;
}
.data span {
    text-decoration: underline;
    text-transform: capitalize;
}
.page-404-php {
    text-align: center;
    padding-top: 50px;
}
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.wp-block-column {
    width: 50%;
    min-width: 250px;
    padding: 20px;
}
.customers i {
    font-size: 24px;
    font-style: normal;
    color: #ccc;
}
.usp {
    padding: 0;
    transform: translateY(-50%);
    position: relative;
    z-index: 2;
}
.usp .title {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    margin-left: 19px;
}
.usp .text {
    font-size: 14px;
    color: #949494;
    line-height: 1.6;
    font-weight: 500;
}
.usp .descr {
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto;
    color: #949494;
    text-align: center;
}
.landing-page-php .home {
    color: #fff;
    padding-bottom: 0;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #c76c6c;
    background: linear-gradient(45deg, #FA7873, #5695c8);
}
.landing-page-php .home::after {
    content: "";
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 280px;
    bottom: -10px;
    left: 0;
    display: block;
    background: url(../../uploads/2021/02/wafe_new.svg) no-repeat center / cover;
    /*transform: scale(1, -1);*/
}
.home .article-block {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.home .image-block {
    width: 50%;
}
.home .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.home .container .text-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transform: translate(0, -120%);
    opacity: 0;
    transition: all .8s ease 0s;
}
.home .container .text-content._anim-active {
    transform: translate(0, 0);
    opacity: 1;
}
.home .bg {
    display: flex;
    justify-content: center;
}
.home .bg img {
    width: 100%;
    max-width: 310px;
}
.home .article-block .container > * {
    display: flex;
    width: 60%;
}
.home .bottom {
    flex: 0 0 auto;
}
.article-block .title {
    font-size: 54px;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: 700;
}
.article-block .subtitle {
    font-size: 28px;
    color: #eee;
    margin: 1.4em 0;
}
.home li {
    display: flex;
    font-size: 20px;
}
.home li .check {
    width: 17px;
    margin-right: 11px;
}
.home .fa {
    color: #eee;
    margin-right: 7px;
    font-size: 16px;
}
.our-features .inner {
    display: flex;
    justify-content: center;
}
.our-features .inner-tab {
    flex-basis: 80%;
    padding: 20px;
}
.our-features .h2-title {
    margin-bottom: 40px;
    color: #222;
}
.our-features .inner-content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    /*align-items: baseline;*/
    justify-content: center;
    flex-wrap: wrap;
}
.our-features .inner-content .icon {
    width: 40%;
    padding: 30px;
	
}
.our-features .features-wrap {
    width: 80%;
}
.our-features .inner-content img {
    width: 100%;
}
.our-features .features-block-header {
    display: flex;
    align-items: center;
    font-size: 18px;
    flex-shrink: 0;
}
.our-features .tab-indecator {
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 4px;
}
.our-features .tab-indecator::before,
.our-features .tab-indecator::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #222;
}
.our-features .tab-indecator::before {
    width: 80%;
    height: 2px;
}
.our-features .tab-indecator::after {
    width: 2px;
    height: 80%;
}
.our-features .features-block {
    color: #222;
    padding: 18px 0;
    cursor: pointer;
    /*box-shadow: 0 0 6px rgba(0,0,0,.05);*/
    /*border: .5px solid #ff3761;*/
    border-radius: 8px;
    /*margin: 10px 0;*/
    max-width: 33%;
    width: 100%;
    line-height: 1.2;
}
.features-block.open .tab-indecator::after {
    display: none;
}
.features-block .features-block-body {
    display: none;
}
.features-block.open .features-block-body {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 14px;
    color: #000;
}
.features-block.open .features-block-body::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #E5E5E5;
    border-radius: 1px;
}

/*.how-it-works .container {*/
/*    padding-right: 15px;*/
/*    padding-left: 15px;*/
/*}*/
.how-it-works .row {
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
    display: flex;
    flex-wrap: wrap;
}
.how-it-works .item {
    position: relative;
    /*max-width: calc(33% - 40px);*/
    /*margin: 20px;*/
    /*padding-left: 120px;*/
}
.how-it-works .item .title {
    font-size: 24px;
    color: #222;
    font-weight: 800;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    /*padding-right: 40px;*/
}
.how-it-works .item .text {
    font-size: 14px;
    line-height: 1;
}

.email-discount {
    background: #259bd4;
}
.email-discount .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.email-discount form p{
    display: inline-block;
}
.email-discount input[type="email"] {
    border-radius: 4px;
}
.email-discount form > p:nth-of-type(1) {
    width: 250px;
}
.email-discount .wpcf7-not-valid-tip {
    position: absolute;
}
.email-discount input[type="submit"] {
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ff6562;
    color: #fff;
    margin-left: 5px;
    border: none;
}
.email-discount input[type="submit"]:hover {
    outline: none;
}
.email-discount .offer {
    color: #fff;
}
.email-discount .offer strong{
    font-size: 40px;
    display: block;
}
.seo-text ul,
.seo-text ol {
	list-style-type: inherit;
	padding-inline-start: 40px;
	margin-block-start: 1em;
    margin-block-end: 1em;
	line-height: 1.6;
}
.seo-text ol {
	list-style-type: decimal;
}
.seo-text ul li,
.seo-text ol li {
	list-style: inherit;
}
.seo-text .inner {
    /*padding: 50px 0;*/
}
.seo-text .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.seo-text .container .icon {
    max-width: 40%;
    width: 100%;
    padding-right: 30px;
	display:none;
}
.seo-text .text-block {
    padding: 0 30px;
    max-width: 100%;
    color: #5695c8;
}
/*.seo-text .text-block._anim-elem {*/
/*    */
/*}*/
.seo-text p,
.seo-text li {
    color: #222;
}
/*Pagination*/
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation.pagination {
    text-align: center;
    padding: 20px 0;
}
.page-numbers {
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    padding: 4px 10px;
    /*border: 1px solid #ececec;*/
    border: 1px solid transparent;
    margin: 1px;
    color: #222;
    transition: .2s ease-in-out all;
}
.page-numbers:hover {
    color: #eee;
    background: #222;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
    background: none;
    color: red;
}

.page-numbers.current {
    color: #eee;
    background: #222;
}
/*.prev.page-numbers:hover,*/
/*.next.page-numbers:hover {*/
/*    background: #263b5e;*/
/*}*/
/*.prev.page-numbers:hover path,*/
/*.next.page-numbers:hover path {*/
/*    fill: #ff3761;*/
/*}*/
.page-404-php {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 50px;
}
.page-404-php .content {
    text-align: left;
}
.page-404-php .title {
    font-size: 80px;
    margin-bottom: 0;
}
.page-404-php .text {
    font-size: 28px;
}
.page-404-php .button {
    padding: 20px 40px;
    display: inline-block;
    text-align: center;
    margin: 36px 0;
    color: #fff;
}
.page-404-php .inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.page-404-php img {
    max-width: 350px;
}
.seo-text-wrap {
    display: none;
}
.seo-text-wrap.show {
    display: block;
    margin: 15px 0;
}
.show-seo-text,
.hide-seo-text {
    margin: 20px auto 0;
    display: block;
    width: 220px;
    text-align: center;
}
.seo-text-wrap-hidden {
    display: none;
}
.show-seo-text.disable {
    display: none;
}
.seo-text-wrap-hidden.show {
    display: block;
}
.read-more {
    color: #F78B29;
}
.read-more:visited {
    color: #F78B29;
}
.seo-text-column .container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    color: #3f3b59;
}
/* Table currency */
.table-price {
    background: #fff;
    margin-top: 25px;
    padding: 0 20px;
    box-shadow: 0px 13px 30px rgba(40, 50, 95, 0.15);
    width: 100%;
    max-width: 65%;
}
.special-offer.section {
    position: relative;
    background: #c76c6c;
    background:  linear-gradient(45deg, #FA7873, #5695c8);
    font-size: 36px;
    color: #FDFDFD;
    padding: 250px 0;
}
.special-offer::before {
    content: "";
    background: url(../../uploads/2021/02/wafe_new.svg) no-repeat center / cover;
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 280px;
    top: -10px;
    left: 0;
    display: block;
    transform: scale(1, -1);
}
.special-offer::after {
    content: "";
    background: url(../../uploads/2021/02/wafe_new.svg) no-repeat center / cover;;
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 320px;
    bottom: -12px;
    left: 0;
    display: block;
    transform: scale(-1, 1);
}
.special-offer .button {
    font-size: 18px;
}
.special-offer .subscribe-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #5695c8f;
    /* max-width: 1000px; */
    padding: 34px 20px;
    border-radius: 25px;
    margin: 0 auto;
    background: #ffffff2b
}
.special-offer .subscribe-form .text > * {
    line-height: 1.3;
}
.special-offer .subscribe-form form {
    display: flex;
    flex-wrap: wrap;
}
.special-offer input {
    border-radius: 8px;
    outline: none;
    border: none;
}
.special-offer .subscribe-form input[type="submit"] {
    background: #5695c8;
    /* border-radius: 1px; */
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: all 0.3s;
    display: inline-block;
    border-radius: 8px;
    border: none;
    outline: none;
    margin-left: 8px;
}
.seo-text h1,
.seo-text h2,
.seo-text h3,
.seo-text h4,
.seo-text h5,
.seo-text h6 {
    font-size: 28px;
    margin: 18px 0;
}
.seo-text-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.seo-text-body {
    display: none;
    color: #222;
}
.seo-text-block.open .seo-text-body {
    display: block;
}
.seo-text .tab-indecator {
    border: 6px solid transparent;
    border-left: 8px solid #5695c8;
    display: block;
    margin-left: 5px;
    transition: all .2s ease-out;
    transform-origin: center;
}
.seo-text-block.open .tab-indecator {
    transform: rotate(90deg) translatex(2px);
}
.digits-block .digits {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    /*border: 2px solid #5e58f88f;*/
    /*background: #ffffff2b;*/
    border-radius: 25px;
    padding: 34px 50px;
    /*background: linear-gradient(45deg, #c76c6c, #5d5aff);*/
    background: #5695c8;
    color: #fff;
    box-shadow: 2px 2px 6px rgb(113 105 180 / 71%);
}
.digits-block .digits-wrap strong {
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 32px;
    margin: 10px 0;
}

/*.digits-block .digits-wrap:nth-of-type(2) storng {*/
/*    color: #faaab7;*/
/*}*/

/*.digits-block .digits-wrap:nth-of-type(3) storng {*/
/*    color: #59c59f;*/
/*}*/
.digits-block .digits-wrap {
    text-align: center;
}
.digits-block .digits-wrap .icon {
    max-width: 75px;
}
.our-features .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.our-features .icon {
    max-width: 100px;
}
.our-features .title {
    margin-top: 30px;
    font-size: 20px;
}
/*Archive.php*/
.archive-php {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.sidebar {
    flex-shrink: 0;
    max-width: 400px;
    width: 100%;
    /*height: 400px;*/
    /*background: #eee;*/
    margin-left: 70px;
    position: sticky;
    top: 100px;
}
.sidebar .sidebar-wrap {
    padding: 20px 30px;
    overflow: auto;
    max-height: calc(100vh - 80px);
}
.sidebar .sidebar-wrap> *:not(:first-child) {
    margin-top: 35px;
}
.sidebar .categories-list li {
    display: flex;
    justify-content: space-between;
}
.sidebar .h3-title {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
}
.sidebar .h3-title::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 3px;
    background: #C8C8C8;
    bottom: 0;
    left: 0;
}
/*End Archive.php*/
/*Tag*/
.tag-list > a::before {
    content: '#';
}
.tag-list > a {
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #E5E5E5;
    margin: 3px 6px 3px 0;
    transition: .3s ease-in-out all;
}
.tag-list > a:hover {
    background: #222;
    color: #eee;
}
.sidebar .post-list li {
    margin-bottom: 16px;
}
.sidebar .post-list a {
    line-height: 1.3;
    color: #222;
    font-weight: 600;
}
.sidebar .post-list a:hover {
    opacity: .8;
}
.pagination-arrow {
    border: 6px solid transparent;
    display: inline-block;
    transition: .2s all ease-in-out;
}
.pagination-arrow.left {
    border-right: 8px solid #222;
    margin-right: 5px;
}
.pagination-arrow.right {
    border-left: 8px solid #222;
    margin-left: 5px;
}
.page-numbers:hover .pagination-arrow.left {
    transform: translateX(-3px);
    border-right-color: red;
}
.page-numbers:hover .pagination-arrow.right {
    transform: translateX(3px);
    border-left-color: red;
}
.sidebar .data {
    font-size: 12px;
    color: #666;
    margin: 0;
}
/*.tag-list > a:first-child {*/
/*    margin-left: 0;*/
/*}*/
/*Tag*/
.btn-open-sidebar {
    width: 30px;
    height: 30px;
    padding: 5px 0 5px 15px;
    display: block;
    margin-left: auto;
    cursor: pointer;
    opacity: .6;
    transition: .3s ease-in-out all;
}
.btn-open-sidebar:hover,
.btn-open-sidebar.open {
    opacity: 1;
}
/*.sidebar .row-btn {*/
/*    text-align: right;*/
/*}*/
.btn-open-sidebar .circle {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #222;
    margin-left: auto;
}
.btn-open-sidebar .circle:not(:first-child) {
    margin-top: 5px;
}
.aside-articles {
    margin-left: 15px;
    padding: 10px 15px;
    max-width: 325px;
    width: 100%;
    float: right;
    background: #e5e5e5;
}
.aside-articles ol {
    display: none;
}
.aside-articles.open ol {
    display: block;
}
.aside-articles a {
    color: #222;
    font-size: 14px;
    line-height: 1.3;
}
.aside-articles a:hover {
    opacity: .7;
}
.aside-articles ol {
    padding-left: 0;
}
.aside-articles ol li {
    /*margin-left: 5px;*/
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
}
.aside-articles ol ol li {
    margin-left: 10px;
}
.aside-articles ol {
    counter-reset:section;
    list-style-type:none;
}
.aside-articles ol li {
    list-style-type:none;
}
.aside-articles ol ol {
    counter-reset:subsection;
    margin: 0;
}
.aside-articles ol li:before {
    counter-increment:section;
    content:counter(section) ". ";/*content:"Section " counter(section) ". ";*/
    /*margin-left: -10px;*/
}
.aside-articles ol li:hover:before {
    opacity: .7;
}
.aside-articles ol ol li:before {
    counter-increment:subsection;
    /*content:counter(section) ".";*/
    content:counter(section) "." counter(subsection) " ";
}
.aside-articles .subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    cursor: pointer;
    z-index: 4;
}
.aside-articles .tab-indecator {
    border: 5px solid transparent;
    border-left: 8px solid #666;
    display: block;
    margin-left: 5px;
    transform-origin: center;
    transform: translateX(-2px);
    transition: all .2s ease-in-out;
}
.aside-articles.open .tab-indecator {
    /*border-left: none;*/
    border: 5px solid transparent;
    border-top: 8px solid #666;
}
.next-posts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.next-posts span{

}

.next-posts .arrow {
    border: 6px solid transparent;
    display: inline-block;
    transition: .2s all ease-in-out;
}
.next-posts .arrow-left {
    border-right: 8px solid #222;
    margin-right: 5px;
}
.next-posts .prev:hover .arrow-left {
    transform: translateX(-3px);
}
.next-posts .arrow-right {
    border-left: 8px solid #222;
    margin-left: 5px;
}
.next-posts .next:hover .arrow-right {
    transform: translateX(3px);
}

.steps-to-order .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.steps-to-order .image-item {
    max-width: 40%;
    /*margin-right: 40px;*/
    width: 100%;
    padding-right: 30px;
}
.steps-to-order .steps {
    position: relative;
    max-width: 60%;
    width: 100%;
    padding: 30px 0;
}

.steps-to-order li span {
    color: #917af7;
}
/*.steps-to-order li:nth-of-type(2) span {*/
/*    color: #faaab7;*/
/*}*/
/*.steps-to-order li:nth-of-type(3) span {*/
/*    color: #59c59f;*/
/*}*/
/*.steps-to-order li:nth-of-type(4) span {*/
/*    color: #679ab4;*/
/*}*/
/*.steps-to-order .steps::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    background: #dfe0e3;*/
/*}*/


.steps-to-order .steps li {
    position: relative;
    /*max-width: 40%;*/
    max-width: 50%;
    width: 100%;
    padding: 20px 30px;
    border-radius: 20px;
    background: rgb(172 93 255 / 33%);
    box-shadow: 2px 2px 6px rgb(97 91 152 / 15%);
    margin: 15px 0;
}
/*.steps-to-order .steps li::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #917af7;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 50%;*/
/*    top: 0;*/
/*}*/
.steps-to-order .steps li:nth-child(even) {
    margin-left: auto;
}

.steps-to-order .steps li:nth-child(odd)::after {
    right: -10px;
}
.steps-to-order .steps li:nth-child(even)::after {
    left: -10px;
}

.steps-to-order .steps li:nth-of-type(2)::after {
    background: #faaab7;
}
.steps-to-order .steps li:nth-of-type(3)::after {
    background: #59c59f;
}
.steps-to-order .steps li:nth-of-type(4)::after {
    background: #679ab4;
}
/*FAQ*/
.faq {
    background: #c76c6c;
    background:  linear-gradient(45deg, #5695c8, #FA7873);
}
.faq .h2-title {
    color: #fff;
}
.faq .title {
    color: #ffffff;
}
.faq .text {
    color: #ffffff;
    line-height: 1.5em;
}
.faq li {
    width: 50%;
    padding: 30px 40px;
    background: #ffffff14;
    margin: 66px;
    border-radius: 8px;
    box-shadow: 2px 2px 6px rgb(97 91 152 / 15%);
}
.faq li:nth-child(even) {
    margin-left: auto;
}
/*End FAQ*/

/*Form*/
.form .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.form .container .icon-block {
    max-width: 40%;
    width: 100%;
    padding-left: 30px;
}
.form .wpcf7 {
    max-width: 60%;
    width: 100%;
}
.form form {
    padding: 20px 50px;
}
.form form p {
    line-height: 1.3;
}
.form input,
.form textarea {
    margin: 4px 0;
    background: #c76c6c;
     background:  linear-gradient(45deg, #5695c8, #FA7873);;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-indent: 10px;
    padding: 14px 10px;
}
.form input[type="submit"] {
    background: #5695c8;
     background:  linear-gradient(45deg, #5695c8, #FA7873);
}
/*End Form*/

/*How it works*/
.how-it-works .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.how-it-works .text {
    max-width: 60%;
    padding: 30px 40px;
}
.how-it-works .icon-block {
    max-width: 40%;
    width: 100%;
    padding-right: 30px;
}
.how-it-works .icon-block img {
    width: 100%;
}
/*/How it works*/


@media (min-width: 1024px) {
    .menu-main-menu-container {
        display: flex;
        align-items: center;
    }
    .contacts {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-menu {
        border-top: 1px solid #eee;
    }
    .header-menu .menu {
        display: flex;
    }
    .header-menu .container {
        display: flex;
        justify-content: space-between;
    }
    .header-menu .menu > li {
        position: relative;
        text-align: center;
    }
    .header-menu .menu > li > a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 31px 10px;
        display: block;
        color: #222;
        font-weight: bold;
        border-bottom: 2px solid transparent;
        transition: border .3s;
    }
    .header-menu .menu > li:last-child > a {
        /*border-right: 1px solid #ccc;*/
    }
    .header-menu .menu > li > a:hover {
        border-bottom: 2px solid #5695c8;
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        height: 0;
        background-color: #fff;
        padding: 15px;
        /*overflow: hidden;*/
        border: 1px solid #ccc;
        transition: opacity 0.3s;
        text-align: left;
    }
    .sub-menu li {
        margin: 15px 0;
    }
    .sub-menu li:first-child {
        margin-top: 0;
    }
    .sub-menu li:last-child {
        margin-bottom: 0;
    }
    .sub-menu a {
        font-size: 18px;
        color: #07294d;
        font-weight: bold;
    }
    .sub-menu a:hover {
        color: #1c4b7d;
    }
    .header-menu .menu > li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        height: auto;
        overflow: hidden;
    }
    .mobile_menu_btn, .mobile_menu_close, .mobile_menu_overlay {
        display: none;
    }
    .bottom_info > * {
        width: 25%;
        padding: 10px;
    }
    .bottom_info > *:first-child {
        padding-left: 0;
    }
    .bottom_info > *:last-child {
        padding-right: 0;
    }
    .home .img {
        /*max-width: 500px;*/
    }
    .header-menu .menu > li.drop-down > a {
        padding-right: 22px;
    }
    .drop-down > a:after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        height: 6px;
        width: 8px;
        background: url(https://essay-company.org/wp-content/uploads/2020/06/switch-angle.png) no-repeat;
    }
    .drop-down:hover > a:after {
        transform: rotate(180deg) translateY(4px);
    }
    .header-menu .drop-down:hover > a {
        border-bottom: 2px solid #FF1949;
    }
}

@media (max-width: 1200px) {
    .seo-text h1, .seo-text h2, .seo-text h3, .seo-text h4, .seo-text h5, .seo-text h6 {
        font-size: 18px;
    }
    .posts .post:nth-of-type(n+2):nth-child(-n+3) {
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }
}

@media (max-width: 1023px) {
    body.offset-top {
        padding-top: 52px;
    }
    .top-panel {
        margin: 0;
    }
    .section,
    section {
        padding: 40px 0;
    }
    .drop-down > .sub-menu {
        display: none;
    }
    .drop-down > a {
        position: relative;
    }
    .drop-down > a:after {
        content: "+";
        margin-left: 5px;
    }
    .drop-down.open > a:after {
        content: "-";
        /*margin-left: 5px;*/
    }
    .drop-down.open > a{
        color: #dcdcdc;
    }
    .drop-down.open > .sub-menu {
        display: block;
    }
    .top-panel {
        padding-right: 70px;
    }
    .top-panel .descr {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .header-menu .menu-main-menu-container {
        position: fixed;
        height: 0;
        /*right: 0;*/
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        /*background: #263b5e;*/
        background: #c76c6c;
     
        top: 0;
    }
    .header-menu li {
        margin-top: 10px;
    }
    .header-menu ul a {
        color: #fff;
        font-size: 20px;
    }
    .header-menu ul a:hover {
        color: #dcdcdc;
    }
    .mobile_menu_close {
        padding: 5px 10px;
        outline: none;
        user-select: none;
        position: absolute;
        top: 20px;
        right: 10px;
        cursor: pointer;
        z-index: -1;
        opacity: 0;
    }
    .header-menu.open .mobile_menu_close {
        z-index: 3;
        opacity: 1;
        color: #666;
        transition: opacity 0.3s;
    }
    .header-menu.open .mobile_menu_close svg {
        width: 30px;
        height: 30px;
    }
    .header-menu.open .menu-main-menu-container {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        height: 100%;
        min-width: 50%;
        padding: 20px 20px;
        transition: opacity 0.3s;
        overflow: auto;
    }
    .mobile_menu_btn {
        display: block;
        cursor: pointer;
        user-select: none;
        width: 46px;
        position: relative;
        z-index: 2;
        padding: 5px;
        margin-right: 18px;
    }
    .mobile_menu_btn span {
        display: block;
        height: 3px;
        background-color: #e2b0a4;
        margin-bottom: 5px;
    }
    .mobile_menu_btn span:last-child {
        margin-bottom: 0;
    }
    .mobile_menu_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        opacity: 0;
        visibility: hidden;
        background-color: #87acd0;
    }
    .header-menu.open .mobile_menu_overlay {
        z-index: 1;
        opacity: 0.8;
        visibility: visible;
        transition: opacity 0.3s;
    }
    .sub-menu a {
        font-size: 16px;
        padding-left: 20px;
    }
    .bottom_info {
        flex-wrap: wrap;
    }
    .bottom_info > * {
        min-width: 200px;
        margin-bottom: 30px;
    }
    .wp-block-column {
        width: 100%;
    }
    .usp .inner {
        flex-wrap: wrap;
    }
    .usp .inner > * {
        width: 100%;
    }
    .usp .title {
        font-size: 24px;
    }
    .h2-title {
        font-size: 28px;
    }
    .article-block p {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .article-block span {
        font-size: 14px;
    }
    .service-reviews .wrap {
        padding: 20px 10px;
    }
    .our-features .inner {
        flex-direction: column;
    }
    .our-features .inner-img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .home .container > * {
        width: 100%;
    }
    .our-writers-slider .slider__item {
        flex: 0 0 33%;
    }
    .how-it-works .item {
        padding-left: 0;
        max-width: calc(33% - 30px);
    }
    .home .article-block .container > * {
        width: 100%;
    }
    .our-features .features-block {
        max-width: 50%;
    }
    .features-block.open .features-block-body {
        padding-right: 0;
    }
    footer .copyright .links {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .copyright .menu {
        flex-direction: column;
    }
    footer .copyright li {
        margin: 10px 0;
    }
    .sidebar {
        max-width: 350px;
    }
    .steps-to-order .row {
        flex-direction: column;
    }
    .faq li {
        width: 65%;
    }
}

@media (min-width: 768px) {
    .contacts address {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .home .inner {
        justify-content: space-between;
    }
    .btn-open-sidebar {
        display: none;
    }
}
@media (max-width: 767px) {
    footer .services ul{
        display:block;
    }
    .services .menu {
        max-height: 500px;
        column-count:2;
    }
    .contacts .phone {
        margin: 5px 0;
    }
    .header-menu .buttons {
        flex-direction: column;
        /*justify-content: space-around;*/
    }
    .header-menu .buttons > * {
        margin-right: 0;
    }
    .usp .title {
        font-size: 16px;
    }
    .h2-title {
        font-size: 24px;
    }

    .article-block {
        margin-bottom: 20px;
        width: 100%;
    }
    .article-block p {
        font-size: 22px;
    }
    .home li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .post {
        width: 100%;
        padding: 15px 5px;
    }
    .post .info {
        padding: 5px 15px 20px;
    }
    .post .post-image {
        height: auto;
    }
    .email-discount .inner {
        flex-direction: column;
        text-align: center;
    }
    .email-discount .offer {
        margin-bottom: 15px;
    }
    .content {
        padding: 30px 0;
    }
    .content .container {
        column-count: 0;
        column-gap: 0;
    }
    .page-404-php .inner {
        flex-direction: column;
    }
    .home .topic {
        width: 100%;
    }
    .article-block .title {
        font-size: 28px;
    }
    .article-block .subtitle {
        margin: 20px 0;
    }
    .usp {
        transform: none;
        padding: 30px 0;
    }
    .landing-page-php .home {
        height: auto;
        padding-bottom: 0;
    }
    body {
        padding-top: 50px;
    }
    .home li {
        justify-content: flex-start;
    }
    /*.our-features .inner-content {*/
    /*    flex-direction: column;*/
    /*}*/
    .our-features .inner-content .icon {
        max-width: 400px;
        width: 100%;
        padding: 0 0 20px;
    }
    .our-features .inner-content .features-wrap {
        width: 80%;
    }
    .article-block .subtitle {
        font-size: 20px;
    }
    .home .container  {
        flex-direction: column;
    }
    .home .image-block {
        width: 100%;
        max-width: 400px;
        margin: 20px auto;
    }
    .our-writers-slider .slider__item {
        flex: 0 0 50%;
        padding: 10px;
    }
    .how-it-works .item {
        max-width: 100%;
        margin: 15px;
    }
    .container,
    .container-fluid {
        padding: 0 20px;
    }
    footer .money-back .number {
        font-size: 30px;
    }
    footer .container > * {
        width: auto;
    }
    .our-features .inner-content {
        flex-direction: column;
    }
    .our-features .features-block {
        max-width: 100%;
        padding: 10px 0;
    }
    .our-features .features-block-header {
        font-size: 16px;
    }
    .calc-block .row {
        flex-direction: column;
    }
    .calc-block .row > * {
        margin-top: 20px;
        max-width: 100%;
    }
    .seo-text h1, .seo-text h2, .seo-text h3, .seo-text h4, .seo-text h5, .seo-text h6 {
        font-size: 16px;
    }
    .seo-text .container {
        flex-direction: column;
    }
    .seo-text .container .icon {
        /*max-width: 100%;*/
        padding: 0;
        max-width: 500px;
        margin: 0 auto;
    }
    .seo-text .text-block {
        max-width: 100%;
        padding: 0;
    }
    .sidebar {
        position: fixed;
        right: 24px;
        top: 105px;
        max-width: 280px;
     }
    .sidebar .sidebar-wrap {
        display: none;
        background: #e5e5e5;
    }
    .sidebar.open .sidebar-wrap {
        display: block;
    }
    .sidebar .sidebar-wrap {
        margin-top: 29px;
    }
    .sidebar .tags {
        display: none;
    }
    .calc-block .aside li:not(:last-child) {
        margin-bottom: .9rem;
    }
    .how-it-works .row {
        flex-direction: column;
    }
    .how-it-works .icon-block {
        order: -1;
        padding: 0;
        max-width: 500px;
    }
    .how-it-works .text {
        max-width: 100%;
        padding: 0;
    }
    .digits-block .digits {
        flex-direction: column;
        padding: 20px;
    }
    .digits-block .digits-wrap {
        padding: 25px;
    }
    .our-features .row {
        flex-direction: column;
    }
    .our-features .row .item {
        margin: 15px 0;
    }
    .form .container {
        flex-direction: column;
    }
    .form form {
        padding: 0;
    }
    .form .container .icon-block {
        padding: 0;
        max-width: 500px;
    }
    .form .wpcf7 {
        max-width: 100%;
    }
    .landing-page-php .home::after {
        height: 120px;
    }
    .home .article-block {
        padding: 80px 0;
    }
    .special-offer.section {
        font-size: 28px;
    }
    .special-offer .subscribe-form > * {
        width: 100%;
    }
    .special-offer .subscribe-form {
        text-align: center;
    }
    .special-offer .subscribe-form form p {
        max-width: 100%;
        width: 100%;
        margin: 8px 0;
    }
    .special-offer .subscribe-form input[type="submit"] {
        margin-left: 0;
    }
    .steps-to-order .image-item {
        max-width: 500px;
    }
    .steps-to-order .steps {
        max-width: 100%;
    }
    .faq li {
        width: 100%;
        padding: 24px 20px;
        margin: 34px 0;
    }
}
@media (max-width: 540px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-menu .buttons {
        flex-direction: row;
        margin-bottom: 10px;
    }
    .header-menu .buttons > * {
        margin-right: 20px;
    }
    .bottom_info {
        justify-content: center;
    }
    .home {
        background-size: 100% auto;
    }
    .page-404-php {
        padding-bottom: 25px;
    }
    .page-404-php .content {
        text-align: center;
    }
    .page-404-php .title {
        font-size: 60px;
    }
    .page-404-php img {
        display: none;
    }
    .email-discount p,
    .email-discount form > p:nth-of-type(1) {
        display: block;
        margin: 10px 0;
        width: 100%;
    }
    .email-discount input[type="submit"] {
        margin-left: 0;
    }
    .seo-text-column .container {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .reviews-block .text-block {
        padding: 15px 20px;
    }
    .reviews-block .photo-block img {
        height: 260px;
    }
    .header-menu.open .menu-main-menu-container {
        width: 100%;
    }
    .header-top i {
        margin-right: 4px;
        font-size: 14px;
    }
    .header-top .container {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-top a {
        padding: 3px 0;
    }
    .our-features .inner-content .features-wrap {
        width: 100%;
    }
    .our-writers-slider .slider__item {
        flex: 0 0 100%;
        padding: 0;
    }
    .table-price .table-currency > a {
        padding: 8px 0;
    }
    .price_table th {
        padding: 4px 0;
    }
    .table-price .price_table {
        font-size: 12px;
    }
    .price_table tbody td {
        font-size: 14px;
    }
    .calc-block .table-header > * {
        padding: 12px 0;
    }
    header .button,
    header a.logo {
        font-size: 14px;
    }
    .mobile_menu_btn {
        margin-right: 4px;
        width: 38px;
    }
    .steps-to-order .steps {
        max-width: 100%;
    }
    .steps-to-order .steps li {
        max-width: 100%;
        margin: 20px 0;
    }
}

/*Animation on scroll*/

/* Text */
._anim-show-text {
    transform: translate(0, 120%);
    opacity: 0;
    transition: all .8s ease 0s;
}
._anin-show-text._anim-active,
._anim-active._anim-show-text {
    opacity: 1;
    transform: translate(0, 0);
}

/* Img + text */
.anim_fig-img {
    transform: scale(0);
    opacity: 0;
    transition: all .5s ease .3s;
}
.anim_fig-text {
    transform: translate(0, 50%);
    opacity: 0;
    transition: all .8s ease .6s;
}

.anim_fig._anim-active .anim_fig-img {
    transform: scale(1);
    opacity: 1;
}

.anim_fig._anim-active .anim_fig-text {
    transform: translate(0, 0);
    opacity: 1;
}
/* Img */
._anim-img {
    transform: matrix(.0001, .0001, 0, 1, 0, 0.0001);
    opacity: 0;
    transition: opacity .3s ease-in-out, transform .7s ease-out;
}
._anim-img._anim-active,
._anim-active._anim-img {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
/*List Chess*/
._anim-list-chess {
    transform: translate(50%, 0);
    opacity: 0;
/*     transition: all .8s ease-in-out .6s; */
}
._anim-list-chess:nth-child(even) {
    transform: translate(-50%, 0);
}
._anim-list-chess._anim-active,
._anim-active._anim-list-chess {
    transform: translate(0, 0);
    opacity: 1;
}
.title-h2{
  font-size: 24px;
  text-align: center;
  margin: 20px;
  
}
.review-list-item{
  margin: 20px;
  background: linear-gradient(45deg, #c76c6c, #5d5aff);
  box-shadow: 2px 2px 6px rgb(97 91 152 / 15%);
  padding: 15px;
  border-radius:5px;
}
.review-list-top{
 text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin: 5px 0 15px;
}
.review-list-wrap{
  display:flex;
}
.column{
  width: 15%;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 10px;
}
.column:nth-of-type(3){
  width:50%;
}
.raiting{
  display:flex;
}
.star-line{
    display:flex;
    padding:5px;
    background: white;
    border-radius:5px;
    width:fit-content;
    
}
.star-icon{
  display:block;
  width:20px;
  height:20px;
 background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0L11.0206 6.21885H17.5595L12.2694 10.0623L14.2901 16.2812L9 12.4377L3.70993 16.2812L5.73056 10.0623L0.440492 6.21885H6.97937L9 0Z' fill='red'/%3E%3C/svg%3E%0A");
background-repeat:no-repeat;
 
}
.column:last-of-type{
justify-content: start;
}
.column:last-of-type a{
  text-alight:center;
  padding: 20px;
  background:white;
  text-decoration: none;
  border-radius: 5px;
  margin: 15px 0;
}
.row-rights{
    text-align:center;
    color:white;
}
.center{
    width:100%;
  text-align:center;
}
.description.center{
width:unset;
    margin: 40px;
  text-align:center;
}
.justify{
  text-align: justify;
}
.flex-box{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
}
.flex-item {
  width:40%;
box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 20px;
  margin: 20px;
  display:flex;
  flex-direction:column;
}
@media (max-width:767px) {
    .flex-item {
  width:100%;}
}

.button--main {
    /*font-family: Poppins, sans-serif;*/
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    margin: 20px auto;
    padding: 13px 40px;
    transition: .3s ease-in-out;
    background:  #5695c8;
    color: #fff;
    border-radius: 3px;
}
.button--main:active, .button--main:focus, .button--main:hover {
    background: linear-gradient(0deg, #5d5aff, #5d5aff), #5d5aff;
    color: #fff;
}
@media (max-width:767px) {
    .button--main {
    width: 100%}
}.button--reverse {
    /*font-family: Poppins, sans-serif;*/
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    margin: 20px auto;
    padding: 13px 40px;
    transition: all .3s ease-in-out;
    background: 0 0;
    border: 2px solid #5695c8;
    color: #5695c8;
    border-radius: 3px;
}
.button--reverse:active, .button--reverse:focus, .button--reverse:hover {
    border: 2px solid transparent;
    background: #5695c8;
    color: #fff;
}
@media (max-width:767px) {
    .button--reverse {
    width: 100%}
}.button--order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115px;
    padding: 12px 30px;
    /*font-family: Poppins, sans-serif;*/
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    background: #ffa78d;
    color: #fff;
}
.button--order:active, .button--order:focus, .button--order:hover {
    background: #fd7952;
    color: #fff;
}
body, html {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*font-family: Poppins, sans-serif;*/
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
* {
    box-sizing: border-box;
}
*, :active, :focus, :hover {
    outline: 0;
}
::-webkit-scrollbar-track {
    background: #f1fbf6;
}
::-webkit-scrollbar-thumb {
    background: #50b7bd;
}
select {
    -webkit-appearance: none;
}
.main {
    padding: 40px 0 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.no-scroll {
    overflow: hidden;
}
.flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
[data-crm-widget=callbackRequest] .cr-cb-button-block {
    display: none;
}
.visible-mob {
    display: none;
}
.slick-slide img {
    display: inline-block;
}

@media (min-width:1850px) {
    .first-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
}.first-section__wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: center;
    align-self: center;
}
.first-section__left {
    width: 50%}
.first-section__center {
    max-width: 490px;
    width: 100%}
.first-section__center svg {
    width: 100%}
.first-section__title {
    width: 100%}
@media (min-width:1024px) {
    .first-section__title {
    font-size: 60px;
    line-height: 65px;
}
}
.first-section__button:active, .first-section__button:focus, .first-section__button:hover {
    background: linear-gradient(0deg, #fe5b2a, #fe5b2a), #fd7952;
    color: #fff;
}
@media (max-width:767px) {
    .first-section__button {
    width: 100%}
}@media (min-width:1200px) {
    .first-section__button {
    margin: 20px 0;
}
}@media (max-width:991px) {
    .first-section__button {
    margin: 60px auto 20px;
    width: 200px;
}
}@media (max-width:1199px) {
    .first-section {
    padding: 20px 0;
    background-size: auto;
    background-position: top right;
    text-align: center;
}
.first-section__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.first-section__left {
    width: 100%}
.first-section__center {
    width: 60%;
    margin: 20px auto;
}
.first-section__description {
    width: 80%;
    margin: 40px auto;
}
}@media (max-width:767px) {
    .first-section {
    min-height: unset;
}
.first-section__center, .first-section__left {
    width: 100%}
.first-section__center {
    max-width: 350px;
    margin: 20px auto;
}
.first-section__description {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto;
}
}.testimonials-list {
    padding: 50px 0;
}
@media (max-width:991px) {
    .testimonials-list {
    padding: 50px 0 50px;
}
}.testimonials-list__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width:991px) {
    .testimonials-list__wrap {
    padding-bottom: 10px;
}
}.testimonials-list__item {
    width: 30%;
    
    font-weight: 400;
    padding: 30px 40px;
    background: #fff;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, .2);
    border-radius: 3px;
    margin: 10px 0;
}
.testimonials-list__item:nth-child(n+4) {
    display: none;
}
@media (max-width:991px) {
    .testimonials-list__item {
    width: 100%}
}@media (max-width:767px) {
    .testimonials-list__item {
    width: 100%;
    padding: 40px 10px 30px 20px;
    margin: 10px 0;
}
}.testimonials-list .item__rating {
    display: block;
    height: 20px;
    margin-bottom: 40px;
}
@media (max-width:767px) {
    .testimonials-list .item__rating {
    margin-bottom: 20px;
}
}.testimonials-list .item__description {
    width: 100%;
    color:#5695c8;
    font-weight:400;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    min-height: 30px;
}
.testimonials-list .country {
    font-size: 15px;
     min-height: 30px;
     font-weight:400;
    
}
.testimonials-list .item__id {
    font-size: 16px;
    line-height: 24px;
    opacity: .6;
}
@media (min-width:992px) {
    .testimonials-list .slick-slider .slick-next {
    right: calc(50% - 110px);
}
.testimonials-list .slick-slider .slick-prev {
    left: calc(50% - 110px);
}
}.testimonials-list__more {
    cursor: pointer;
}
.header__hamburger {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 29px;
    height: 29px;
    position: relative;
    transition: all .3s ease-in-out;
}
@media (max-width:991px) {
    .header__hamburger {
    display: -ms-flexbox;
    display: flex;
}
}.header__hamburger .hamburger-line1, .header__hamburger .hamburger-line2, .header__hamburger .hamburger-line3 {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all .3s ease-in-out;
}
.header__hamburger .hamburger-line1 {
    top: calc(50% - 8px);
}
.header__hamburger .hamburger-line2 {
    top: calc(50% - 1px);
}
.header__hamburger .hamburger-line3 {
    top: calc(50% + 6px);
}
@media (max-width:991px) {
    .is-open .header__hamburger .hamburger-line1 {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 1px);
}
.is-open .header__hamburger .hamburger-line2 {
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.is-open .header__hamburger .hamburger-line3 {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
}
}
.order__button{

    padding:10px;
    font-size:17px;
    font-weight: 700;
    background: #5695c8;
    color: #ffffff;
    border-radius: 20px;
    text-transform:uppercase;
}
.order__button:hover{
    background: #ffffff;
    color: #000;
    border: 1px solid #5d5aff
}
.order_block{
    text-align:center;
}
.logo-wrap .logo img{
    max-width:unset;
    width:auto;
    height: 50px;
}