/*
Theme Name: m4
Theme URI: http://sitename.com/
Author: the WordPress custom theme
Author URI: https://www.linkedin.com/
Description: Personal blog theme
Tags: blog
Version: 0.1
Requires at least: 5.0
Tested up to: 7.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csws
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap&subset=latin-ext&display=swap');
/**/

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
html {
    overflow-x: hidden;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    /*overflow-x: hidden;*/
}
ul[class],
ol[class] {
    list-style: none;
}
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}
article > * + * {
    margin-top: 1em;
}
h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.25;
    font-weight: 500;
}
h2,h3,h4 {
    font-family: inherit;
    margin-bottom: 1.5rem;

}
h2 {
    font-size: 24px;
}
p {
    margin-bottom: 1rem;
    color: #777d74;
    font-family: inherit;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
@media (max-width: 567px) {
    p {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
    h1 {
        font-size: 1.8rem;
    }
}
input,
button,
textarea,
select {
    font: inherit;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
/**/
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
    .testimonial_items_ {
        display: block!important;
    }

}
*:focus {
    outline: none;
}
a, a:hover {
    text-decoration: none;
}
html, body {
    height: 100%;
    font-family: 'DM Sans', sans-serif;
}
section, .cont, .container-fluid {
    position: relative;
    word-wrap: break-word;
}

.cont {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}
.wr {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
@media (min-width: 768px) {
    .cont-fluid {
        padding: 0 2rem;
    }
}
@media (max-width: 600px) {
    .cont {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 375px) {
    .wr {
        padding: 0px;
    }
}
.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
    height: auto;
}
#order-page {
    height: 70vh;
}
.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*Homepage baner*/
.baner > .cont {
    max-width: 1600px;
}
.baner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #eef7fe;
    background-image: url(/wp-content/themes/m4/image/bg.png);
    /*background-attachment: fixed;*/
}
/*.overlay_bg {*/
    /*opacity: 1;*/
    /*background-color: #3098f3;*/
    /*min-height: 80vh;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*z-index: 0;*/
    /*pointer-events: none;*/
/*}*/
.baner-block {
    display: flex;
    height: 100vh;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1140px;
}
.baner-text {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.baner-discount-block {
    margin-bottom: 1rem;
}
.baner-discount-block-text {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
}
.baner-discount-block-text span {
    color: #e13d96;
}
.baner-text-before-title {
    margin-bottom: 1rem;
    color: #9e9e9e;
    font-family: inherit;
    font-size: 0.94rem;
    line-height: 1.73;
    
}
.baner-text-title {
    color: #1E2432 !important;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem!important;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-size: 4rem;
    line-height: 1.1;
}
.baner-text-title span {
    color: #f23801;
}
.baner-text-subtitle {
    text-align: left;
    color: #687086 !important;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem!important;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
}
.baner-btn-block {
    display: flex;
}
.baner-order-btn {
    margin-right: 15px;
}
.baner-order-btn a {
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    background-color: transparent !important;
    border-color: #1E2432;
    color: #1E2432;
    cursor: pointer;
    border-radius: 100px;
}
.baner-order-btn a:hover {
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    text-decoration: none;
    color: #cfcfcf !important;
    background-color: transparent!important;
    border-color: #cfcfcf !important;
    box-shadow: none!important;
    cursor: pointer;
    border-radius: 100px;
}
@media (min-width: 1024px) {
    .testimonial_item {
    flex: 0 0 24%;
        display: inline-block;
        width: 100%;
}


    /*.testimonial_items .slick-slide {*/
    /*    margin: 0!important;*/
    /*}*/
    /*.testimonial_items .slick-slide:first-child, .testimonial_items .slick-slide:last-child {*/
    /*    margin-left: 10px!important;*/
    /*}*/
    /*.testimonial_items.slick-slider {*/
    /*    max-width: 100%!important;*/
    /*}*/
    .baner-text {
        min-width: 650px;
    }
    .baner-text-subtitle, .page-template-default .baner-text {
        max-width: 650px;
    }
}
@media (max-width: 1024px) {
    .baner-block {
        height: 100vh;
        padding: 0 20px;
    }

}
@media (min-width: 768px) {
    .baner-text-title,
    .baner-text-subtitle {
        padding-right: 20px;
    }
}
@media (max-width: 768px) {

    .baner-text-title {
        /*font-size: 3rem;*/
        font-size: calc(25px + (23 + 23 * 0.7) * ((100vw - 320px) / 1140));
    }
    .baner-text-subtitle {
        text-align: left;
    }
    .baner-order-btn {
        text-align: center;
    }
    .baner-order-btn a:before {
        transform: translate(0px, 0px);
    }
    .baner-text-title {
        text-align: center;
    }
    .baner-text-subtitle {
        font-size: 1.2rem;
        max-width: 100%;
        padding-bottom: 1rem;
        text-align: center;
    }
    .baner-block {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }
}
@media (max-width: 600px) {
    .baner-btn-block {
        display: none;
    }
    /*.baner {*/
        /*background-image: none !important;*/
    /*}*/
    .baner-block {
        display: block;
        padding-top: 7rem;
        padding-bottom: 0rem;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .baner-text-subtitle {
        text-align: center;
    }
    .baner-text-title {
        font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / 28));
        line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / 28)));
        text-align: center;
    }
    .baner-text-subtitle {
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / 28)));
        text-align: center;
    }
    .baner {
        padding-bottom: 30px;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .bottom-arrow {
        display: none;
    }
    .baner-order-btn {
        text-align: left;
    }

}
@media (max-width: 375px) {
    section {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/**/

/*wcu*/
.wcu {
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    font-family: inherit;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 9rem;
    padding-bottom: 9rem;
    background-color: #F7F9FB;
}
.wcu_block {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.wcu_title {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0!important;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    color: #353535;
}
.wcu_subtitle {
    text-align: left;
    font-style: normal;
    color: #232323;
    -webkit-box-direction: normal;
    box-sizing: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem!important;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
}
.wcu_content {
    display: flex;
    justify-content: space-between;
}
.wcu_list_items {
    display: flex;
    justify-content: space-between;
}
.wcu_item_logo img {
    width: 80px;
    height: 80px;
}

.wcu_price_title {
    text-align: left;
    font-style: normal;
    -webkit-box-direction: normal;
    box-sizing: inherit;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1;
    word-break: break-word;
    color: #000000;
    font-family: inherit;
    font-size: 20px;
    margin-bottom: 1rem;
}
.wcu_price_list_item {
    display: flex;
    justify-content: space-between;
    height: 45px;
    align-items: center;
}
.wcu_price_list_item:nth-child(odd) {
    background-color: #f9f9f9;
}
.wcu_item_logo {
    width: 80px;
    margin-bottom: 2rem;
}
.wcu_list_item_text {
    width: 100%;
}

.wcu_list_item {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    color: #232323;
    -webkit-box-direction: normal;
    box-sizing: inherit;
    position: relative;
    width: 100%;
    padding: 3rem 2rem;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    margin: 1rem;
}
.wcu_list_item_title {
    font-style: normal;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .75rem;
    word-break: break-word;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #082c4e;
}
.wcu_list_item_description {
    font-style: normal;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 0;
    color: #082c4e;
}
.wcu_price_list_name span {
    font-size: 16px;
    padding: 0 10px;
}
.wcu_price_list_number {
    color: #0EB766;
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-width: 1024px) {
    .wcu {
        padding-right: 16px;
        padding-left: 16px;
    }
    .wcu_price_list_name span {
        font-size: 15px;
    }
    .wcu_list_item {
        width: 29%;
    }
}
@media only screen and (max-width: 768px) {
    .wcu_block {
        /*padding-right: 16px;*/
        /*padding-left: 16px;*/
    }
    .wcu_list_item {
        flex:  0 0 45%;
    }
    .wcu_content {
        flex-direction: column;
    }
    .wcu_list_items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 600px) {
    .wcu_list_item_title,
    .wcu_list_item_description {
        text-align: center;
    }
    .wcu_content {
        flex-direction: column;
    }
    .wcu_title,
    .wcu_price_title {
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 0!important;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        color: #353535;
    }
    .wcu_subtitle {
        text-align: center;
        font-style: normal;
        color: #232323;
        -webkit-box-direction: normal;
        box-sizing: inherit;
        margin-top: 0;
        margin-bottom: 1rem;
        padding-bottom: 1rem!important;
        font-weight: 300;
        line-height: 1.3;
        font-family: inherit;
        font-size: 1.06rem;
        padding-left: 16px;
        padding-right: 16px;
    }
    .wcu_list_items {
        flex-direction: column;
    }
    .wcu_list_item {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 1rem 0;
    }
    .wcu_item_logo {
        margin-right: 1rem;
        flex: 0 0 15%;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .wcu_price_block {
        /*padding-left: 16px;*/
        /*padding-right: 16px;*/
    }
    .wcu_list_item_description {
        line-height: 1.4;
        font-size: 1rem;
    }

}
/**/


/*teams*/

.writers {
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    color: #232323;
    font-family: inherit;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #082c4e;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .writers {
        padding-right: 0;
        padding-left: 0;
        padding-top: 1rem;
        padding-bottom: 5rem;
    }
}
/*.writers_block {*/
/*    max-width: 1140px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/
.writers_block_title {
    box-sizing: inherit;
    margin-top: 0;
    margin-bottom: 4rem;
    padding-bottom: 1rem!important;
    word-break: break-word;
    text-align: center;
    font-style: normal;
    line-height: 1.2;
    font-family: inherit;
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
}
.writers_block_slider {
    max-width: 1140px;
}
.writers_block_description {
    font-style: normal;
    box-sizing: inherit;
    margin-top: 0;
    margin-bottom: 1.5rem;
    word-break: break-word;
    padding-bottom: 1.5rem!important;
    text-align: center;
    font-weight: 300;
    line-height: 1.3;
    font-family: inherit;
    font-size: 16px;
    color: #232323;
}
.writers_block_description span {
    color: #f23801;
}
.writers_block_image {
    display: flex;
    justify-content: center;
}
.writers_block_image img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto 2rem auto;
}
.writers_block_descr {
    text-align: center;
    box-sizing: inherit;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4;
    font-family: inherit;
    font-size: 15px;
    margin: 0.5rem 0;
    color: #FFFFFF;

}
.page-template-default .writers_block_descr {
    display: none;
}
.writer_block_social {
    display: flex;
    justify-content: center;
}
.page-template-default .writer_block_social {
    justify-content: center;
}
.writers_block_name {
    font-style: normal;
    box-sizing: border-box;
    margin: 0!important;
    word-break: break-word;
    font-weight: 400;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #ffcc00;
    padding-bottom: 1rem;
}
.writers_block_position {
    text-align: center;
}
.writers_block_position span {
    font-style: normal;
    word-break: break-word;
    font-family: 'DM Sans', sans-serif;
    font-size: .9rem;
    line-height: 1;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    font-weight: normal;
    position: relative;
}
/*.writers_block_position span:before {*/
    /*position: absolute;*/
    /*left: -10px;*/
    /*top: 0;*/
    /*width: 0;*/
    /*height: 100%;*/
    /*transition: all 0.3s;*/
    /*border-radius: 16px;*/
    /*background: #fe6571;*/
    /*content: '';*/
    /*z-index: -1;*/
/*}*/
/*.writers_block_position span:hover:before {*/
    /*width: calc(120%);*/
/*}*/
.social_link_item a {
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-weight: 600;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 0.6rem 1.2rem;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000000 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.social_link_item a:hover {
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-weight: 600;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    color: #000000 !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.all_writest_btn {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}
.hidden-info:after{
    content: attr(data-attr);
}
.all_writest_btn a {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 60px;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-family: inherit;
    text-align: center;
    line-height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 700;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
    color: #ffffff;
    background-color: #000000;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
}
.writers_block_item_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.pagi {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.pagi span {
    margin: 0 5px;
    font-size: 16px;
    border: 1px solid;
    padding: 10px;
    border-radius: 7px;
    background-color: #000;
    color: #fff;
}
.pagi a {
    margin: 0 5px;
    font-size: 16px;
    border: 1px solid;
    padding: 10px;
    border-radius: 7px;
    background-color: #fff;
    color: #000;
}
.writers_block_slider .slick-slide {
    margin: 0 30px 0 0;
}
/*.page-template-page-about .writers {*/
    /*background: #f2eae2;*/
/*}*/
/*.page-template-page-about .writers_block_title {*/
    /*box-sizing: border-box;*/
    /*margin-top: 0;*/
    /*font-style: normal;*/
    /*word-break: break-word;*/
    /*font-weight: 400;*/
    /*text-align: center;*/
    /*margin-bottom: 2rem !important;*/
    /*font-family: inherit;*/
    /*font-size: 3rem;*/
    /*line-height: 1.1;*/
    /*color: #353535;*/
/*}*/
/*.page-template-page-about .writers_block_name {*/
    /*font-style: normal;*/
    /*box-sizing: border-box;*/
    /*margin: 0!important;*/
    /*word-break: break-word;*/
    /*font-weight: 400;*/
    /*text-align: center;*/
    /*font-family: inherit;*/
    /*font-size: 2rem;*/
    /*line-height: 1.3;*/
    /*color: #353535;*/
    /*padding-bottom: 1rem;*/
/*}*/
/*.page-template-page-about .writers_block_position span {*/
    /*color: #353535;*/
/*}*/
/*.page-template-page-about .writers_block_descr {*/
    /*color: #353535;*/
/*}*/
@media only screen and (max-width: 1024px) {
    .writers_block_name {
        font-size: 1.7rem;
    }
    .writers_block {
        padding: 0 16px;
    }
    .writers_block_position {
        min-height: 20px;
        padding: 0 20px;
    }
    .writers_block_descr {
        font-size: 14px;
    }

}
@media only screen and (max-width: 768px) {
    .writers_block {
        padding-left: 0px;
        padding-right: 0px;
    }
    .writers_block_slider .slick-arrow.slick-prev {
        left: -0px;
        top: 40%;
    }
    .writers_block_slider .slick-arrow.slick-next {
        right: -0px;
        top: 40%;
    }
    .writers_block_slider .slick-slide {
        margin: 0px 25px;
    }
    .writers_block_title,
    .writers_block_description {
        margin-left: 22px;
    }
}
@media only screen and (max-width: 600px) {
    .writers_block_image img{
        max-height: 265px;
    }
    .writers_block {
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }
    .writers_block_slider .slick-slide {
        margin: 0 25px;
    }
    .writers_block_title {
        box-sizing: border-box;
        margin-top: 0;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: inherit;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        margin-bottom: 0;
        color: #FFFFFF;
    }
    .writers_block_description {
        font-style: normal;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: .5rem;
        padding-top: .5rem!important;
        word-break: break-word;
        font-weight: 400;
        font-family: inherit;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: 1.5;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 2rem;
    }
    .writers_block_description br {
        display: none;
    }
    .blog_block_title {
        --wp-admin-theme-color: #007cba;
        --wp-admin-theme-color-darker-10: #006ba1;
        --wp-admin-theme-color-darker-20: #005a87;
        text-rendering: optimizeSpeed;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        box-sizing: content-box;
        margin: 0;
        padding: 0;
        border: 0;
        font-family: inherit;
        font-weight: 600;
        color: #000;
        line-height: 1.23;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .writers_block_descr {
        -webkit-font-smoothing: antialiased;
        text-align: center;
        box-sizing: content-box;
        margin: 0;
        padding: 0;
        border: 0;
        font-family: inherit;
        font-weight: 300;
        color: #000;
        font-size: 12px;
        line-height: 1.45;
    }
    .writers_block_name {
        font-style: normal;
        box-sizing: border-box;
        margin: 0!important;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28)));
        color: #ffcc00;
        padding-bottom: 1rem;
    }
    .writers_block_position {
        font-style: normal;
        margin-top: 0;
        padding-top: .5rem!important;
        word-break: break-word;
        text-align: center;
        font-size: 14px;
        line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / 28)));
        -webkit-box-direction: normal;
        box-sizing: inherit;
        color: inherit;
        margin-bottom: .75rem;
        font-weight: 500;
        font-family: inherit;
    }
    .writers_block_descr {
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 1rem;
        padding-top: .25rem!important;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: inherit;
        font-size: calc( .9rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        color: #FFFFFF;
        height: auto;
    }
    .writer_block_social {
        justify-content: center;
    }


}
@media only screen and (max-width: 375px) {

    .writers_block_slider .slick-arrow.slick-prev {
        left: -25px;
    }
    .writers_block_slider .slick-arrow.slick-next {
        right: -25px;
    }

}
/**/


/*SEO text*/
.seo_text {
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    transition: opacity 0.5s;
    opacity: 1;
    padding-top: 100px;
    padding-bottom: 100px;
}
.seo_text_block {
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    margin: 0;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
}
.seo_text_title h1 {
    font-style: normal;
    text-align: left;
    word-break: break-word;
    font-family: 'DM Sans', sans-serif;
    font-size: 2.6rem;
    line-height: 1.1;
    box-sizing: border-box;
    font-weight: bold;
    color: #1E2432;
}
.seo_text_subtitle {
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    line-height: 1.55;
    opacity: .5;
    margin-top: -18px;
    padding-bottom: 26px;
}
.seo_text_left,
.seo_text_right {
    padding: 0 20px;
}
.seo_text_title h1 span {
    color: #f23801;
}
.seo_text_title {
    padding: 0 20px 0 0;
}
.seo_text_content {
    max-width: 1140px;
    margin: 0 auto;
}
.seo_text_content p,
.seo_text_right p,
ul li,
ul li span,
ul,
ol,
ol li {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #687086;
}
.seo_text_text {
    -webkit-column-width: 500px;
    -moz-column-width: 500px;
    column-width: 500px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 0px solid #ccc;
    -moz-column-rule: 0px solid #ccc;
    column-rule: 0px solid #ccc;
}
.seo_text_text ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
    margin-bottom: 16px;
}
::marker {
    color: #3098f3;
}
.content_block {
    overflow: hidden;
    position: relative;
}
.content_block.hide {
    height: 300px;
}
.content_block.hide:after{
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
.content_toggle {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    text-decoration-skip-ink: auto;
    text-align: left;
    -webkit-box-direction: normal;
    box-sizing: inherit;
    background-color: transparent;
    font-style: normal;
    text-decoration: none;
    color: #51af71;
    font-weight: 300;
    margin-right: 1rem!important;
    line-height: 1;
    word-break: break-word;
    font-family: inherit;
    font-size: 0.875rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.2s ease-out;
}
@media only screen and (max-width: 1024px) {
    .seo_text_wc {
        padding-left: 16px;
        padding-right: 16px;
    }
    .seo_text_content {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .seotext_block, .seo_image {
        padding-left: 16px;
        padding-right: 16px;
    }
    .seo_text_content {
        padding: 0 20px;
    }
}
@media (max-width: 600px) {
    .seo_text_content {
        flex-direction: column;
        padding-left: 16px;
        padding-right: 16px;
    }

    .seo_text_title,
    .seo_text_title h1 {
        font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / 28)));
    }
    .seo_text_content p,
    ul li,
    ul li span,
    ul,
    ol,
    ol li {
        color: #687086;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 1rem;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
    .seotext_block, .seo_image {
        padding-left: 0px;
        padding-right: 0px;
    }

    .seo_text_title h1 {
        font-style: normal;
        color: #232323;
        text-align: center;
        word-break: break-word;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        box-sizing: border-box;
        font-weight: bold;
    }
    .seo_text_subtitle {
        -webkit-font-smoothing: antialiased;
        box-sizing: content-box;
        margin: 0;
        padding: 0;
        border: 0;
        font-family: inherit;
        font-weight: 300;
        color: #000;
        font-size: 12px;
        line-height: 1.45;
        opacity: .5;
        padding-bottom: 26px;
    }
    .seo_text_wc {
        padding-left: 0px;
        padding-right: 0px;
    }


}


/**/

/*subscribe*/
.contact-block {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}
.contact-block-row {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.contact_block_title {
    color: #767676;
    font-size: 1.5rem;
    font-weight: 300;
    padding-bottom: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.3;
}
.contact_block_subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .5rem;
}
.contact_block_btn {
    display: flex;
    align-items: center;
}
.contact_block_btn_link a {
    border-radius: 100px;
    margin: 0 0 .5rem 0;
    background-color: #149dcc;
    border-color: #149dcc;
    color: #ffffff;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    white-space: normal;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
}
.contact_block_btn_link a:hover {
    color: #ffffff;
    background-color: #0d6786;
    border-color: #0d6786;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
    .contact-block-row {
        flex-direction: column;
        align-items: center;
    }
    .contact_block_title {
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / 28)));
    }
    .contact_block_subtitle {
        text-align: center;
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / 28)));
        margin-bottom: 2rem;
    }

}
/**/

/*contact_fprm**/
.conatct_form {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-position: center center;
}
.page-template-default .conatct_form {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.block_contact_form {
    max-width: 1140px;
    margin: 0 auto;
}
.contact_form_title {
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 66px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.contact_form_descr {
    font-style: normal;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem;
    word-break: break-word;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-family: inherit;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 46px;

}
.contact_form_button {

}
.contact_form_button a {
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    background-color: #082c4e !important;
    border-color: #082c4e !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.contact_form_button a:hover {
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    text-decoration: none;
    color: #000000 !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.contact_form_button_block {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .contact_form_title {
        font-size: 24px;
    }
    .contact_form_descr {
        font-size: 21px;
    }
}
@media only screen and (max-width: 600px) {
    .block_contact_form {
        flex-direction: column;
    }
    .contact_form_title {
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: .5rem;
        padding-bottom: 1rem!important;
        word-break: break-word;
        text-align: center;
        font-weight: 300;
        width: 100%;
        font-family: inherit;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28)));
        color: #fafafa;
    }
    .contact_form_descr {
        font-style: normal;
        -webkit-box-direction: normal;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: .5rem;
        word-break: break-word;
        text-align: center;
        width: 100%;
        font-weight: 700;
        font-family: inherit;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28)));
        color: #FFFFFF;
    }
    .contact_form_descr br {
        display: none;
    }
    .contact_form_button:before {
        display: none;
    }

    .contact_form_button {
        margin-top: 0px;
    }
    .conatct_form {
        padding-top: 7rem;
        padding-bottom: 7rem;
        background-position: center center;
        background-size: cover;
    }

}
/**/
/*testimonials*/
.testimonial {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F7F9FB;
}
.testimonials_block_title {
    font-style: normal;
    box-sizing: inherit;
    margin-top: 0;
    margin-bottom: 3.5rem!important;
    word-break: break-word;
    line-height: 1.3;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 42px;
    color: #232323;

}
.testimonial_user_info {
    display: flex;
}
.testimonial_user_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial_name {
    text-align: left;
    font-style: normal;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem;
    word-break: break-word;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #3098F3;
    font-family: 'DM Sans', sans-serif;
    display: flex;
}
.testimonial_name .name-rating {
    margin-left: 20px;
}
.testimonial_position {
    text-align: left;
    box-sizing: inherit;
    font-weight: normal;
    word-break: break-word;
    font-style: normal;
    line-height: 1.6;
    font-family: inherit;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #232323;
    padding: 0rem 1.25rem 0rem 1.25rem;
}
.testimonial_user_photo {

}
.testimonial_user_photo img {

}
.testimonial_descriprion {
    text-align: left;
    font-style: normal;
    position: relative;
    font-weight: 400;
    letter-spacing: 0em;
    /*min-height: 180px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 16px;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #1E2432;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem!important;
    word-break: break-word;
    font-family: 'DM Sans', sans-serif;
}
.testimonial_bootom_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #687086;
}

.testimonial_user_text {
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 7px;
}
.testimonial_item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.testimonial_items .slick-dots li {
    border: 1px solid transparent;
    border-radius: 100px;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial_items .slick-dots li.slick-active {
    border: 1px solid;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial_items .slick-dots li button {
    background-color: #000000;
}
.testimonial_items .slick-dots {
    margin-top: 3rem;
}
.testimonial_items.slick-slider {
    max-width: 1075px;
}
.testimonials_block2 {
    max-width: 850px;
    margin: 0 auto;
}
.testimonial_item2 {
    max-width: 750px;
    margin: 0 auto;
}

.testimonial_item2_bigtitle {
    font-style: normal;
    color: #232323;
    text-align: center;
    font-family: inherit;
    box-sizing: border-box;
    line-height: 1;
    word-break: break-word;
    font-weight: 400;
    font-size: 57.6px;
    margin-bottom: 2rem;
}
.testimonial_descriprion2 {
    font-style: normal;
    text-align: center;
    color: #767676;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
    word-break: break-word;
    font-weight: 400;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.testimonial_name2 {
    font-style: normal;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    font-weight: 300;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #767676;
}
.testimonial_position2 {
    font-style: normal;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    font-weight: 300;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #767676;
}
.testimonial_all {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.testimonial_all a {
    text-decoration-skip-ink: auto;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-width: 2px;
    white-space: normal;
    letter-spacing: 1px;
    padding: 14px 55px !important;
    border-radius: 3px;
    background-color: #0EB766;
    border-color: #0EB766;
    color: #ffffff !important;
    list-style: none;
    box-sizing: inherit;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    word-break: break-word;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    transition: .5s ease-in-out;
    font-weight: normal;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}
.testimonial_all a:hover {
    background-color: #01A154;
    transition: .5s;
}
@media only screen and (max-width: 1024px) {
    .testimonial {
        padding-left: 35px;
        padding-right: 35px;
    }
    .testimonials_block .slick-prev {
        left: -25px;
    }
    .testimonials_block .slick-arrow {
        right: -25px;
    }
}
@media only screen and (max-width: 768px) {
    .testimonial_descriprion2 {
        max-width: 650px;
    }
}
@media only screen and (max-width: 600px) {

    .testimonial{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .testimonials_block_title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }
    .testimonial_descriprion {
        box-sizing: border-box;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: left;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        color: #767676;
        padding: 5px 10px;
    }
    .testimonial_name {
        font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / 28)));

    }
    .testimonial_position {
        font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / 28)));
        padding: 0 25px;
        color: #767676;

    }
    .testimonial_name {
        margin-top: 10px;
    }

    .testimonial_user_info {
        flex-direction: column;
    }
    .testimonial_items .slick-dots li.slick-active {
        width: 13px;
        height: 13px;
    }
    .testimonial_items .slick-slide {
        margin: 0 0px;
    }
    .testimonial_descriprion {
        min-height: 180px;
    }

}
@media only screen and (max-width: 375px) {
    .testimonial_descriprion {
        font-size: calc( .8rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.1 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
    }
}

/**/



/*hiw*/
.hiw {
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    font-family: inherit;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #F7F9FB;
}
.hiw_block_title {
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    color: #1E2432;
}
.hiw_block_subtitle {
    font-family: DM Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #687086;
}
.hiw_items {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.hiw_item {
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-flex: 1;
    overflow: hidden;
    min-height: 320px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
    padding: 3rem 2rem;
    background: #3098f3;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem;
}
.hiw_item:hover {
    background: #082c4e;
}
.hiw_item_logo {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.hiw_item_logo img {
    width: 80px;
    height: 80px;

}

.hiw_item_text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.hiw_item_title {
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 36px;
    color: #FFFFFF;
}
.hiw_item_link a {
    font-style: normal;
    cursor: pointer;
    word-break: break-word;
    text-align: left;
    font-family: inherit;
    font-size: 2rem;
    line-height: 36px;
    /*line-height: 1;*/
    color: #ffffff;
    box-sizing: border-box;
    font-weight: bold;
}
.hiw_item_descr {
    box-sizing: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    font-family: inherit;
    font-size: 16px;
    text-align: left;
    color: #767676;
}
.hiw_all_hiw {
    max-width: 1110px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    padding-top: 20px;
}
.hiw_all_hiw a {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: right;
    color: #687086;
}
.hiw_all_hiw a:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z' fill='%23ffffff' data-original='%23000000' style='' class=''/%3E%3C/g%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 25px;
    height: 25px;
    background-color: #3098f3;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-radius: 50px;
    background-position-x: 5px;
    background-position-y: 4px;
    margin-left: -35px;
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 768px) {
    .hiw_items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hiw_item {
        padding: .5rem 1rem;
        flex: 0 0 45%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hiw_item_text {
        padding: 0 10px;
        justify-content: center;
    }
    .hiw_item_logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .hiw_all_hiw {
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    .testimonial_descriprion {
        min-height: auto;
        margin-bottom: 0!important;
    }
    .hiw_items {
        flex-direction: column;
    }
    .hiw_block_title {
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 0!important;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        color: #353535;
    }
    .hiw_item:before {
        display: none;
    }
    .hiw_item_descr {
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 1rem;
        padding-bottom: 1rem!important;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: inherit;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        color: #767676;
    }
    .hiw_item {
        padding: 1rem 0rem;
        justify-content: center;
        align-items: center;
    }
    .hiw_item_text {
        justify-content: center;
    }
    .hiw_all_hiw {
        text-align: center;
    }
    .hiw_all_hiw a {
        margin-right: 0px;
    }

}
/**/

/*blog*/

.blog {
    padding-top: 100px;
    padding-bottom: 100px;


}
.blog_items {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.blog_items .slick-track {
    /*padding: 0 50px;*/
}
.blog_block_title {
    font-style: normal;
    box-sizing: inherit;
    margin-top: 0;
    margin-bottom: 3.5rem!important;
    line-height: 1;
    word-break: break-word;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 42px;
    color: #232323;
}
.blog_block_title span {
    font-style: normal;
    line-height: 1;
    word-break: break-word;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    box-sizing: inherit;
    font-weight: 500;
    font-size: 42px;
    color: #232323;
}
.blog_item_image a img {
    -webkit-font-smoothing: antialiased;
    color: #ff8562;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;

}
.blog_item_content {
    -webkit-font-smoothing: antialiased;
    text-align: left;
    color: #ff8562;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 20px;
    width: 100%;
}
.blog_item_title a h2,
.blog_item_title a {
    font-style: normal;
    word-break: break-word;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #3098f3;
    box-sizing: border-box;
    font-weight: bold;

}
.blog_item_title {
    margin-bottom: 0.875rem;
    min-height: 30px;
    padding: 0 20px;
}
.blog_item_excerpt {
    color: #232323;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    max-width: 500px;
    padding: 0 20px;

}
.blog_item_link {
    text-align: right;
    width: 100%;
    padding-right: 20px;
}
.blog_item_link a {
    text-align: right;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    box-sizing: border-box;
    background-color: transparent;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    word-break: break-word;
    font-weight: 400;
    transition: color 0.6s;
    color: #3098f3 !important;
    position: relative;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: -10000px 1.2em;
}
.blog_item_link a:hover {
    text-align: right;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    box-sizing: border-box;
    background-color: transparent;
    font-style: normal;
    cursor: pointer;
    line-height: 1;
    word-break: break-word;
    font-weight: 400;
    text-decoration: none;
    color: #3098f3 !important;
    position: relative;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}


@media only screen and (max-width: 768px) {

    .blog_item_content {
        padding: 0rem;
    }
    .blog_block .slick-prev {
        left: -25px;
    }
    .blog_block .slick-next {
        right: -25px;
    }
    .blog_block {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 600px) {
    .blog_item_title a h2 {
        font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / 28)));
    }
    .blog_item_excerpt {
        color: #232323;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 1rem;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28)));
        max-width: 500px;
    }
    .blog_item_link a {
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / 28));
        box-sizing: border-box;
        background-color: transparent;
        font-style: normal;
        cursor: pointer;
        line-height: 1;
        word-break: break-word;
        font-weight: 400;
        text-decoration: none;
        color: #3098f3 !important;
        position: relative;
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        transition: background-position 2s ease-in-out;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-position: 0px 1.2em;
    }
    .blog_item_link {
        text-align: center;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .blog_item_content {
        padding: 0px;
    }
    .blog_items .slick-slide {
        margin: 0 25px;
    }
    .blog_item_title {
        text-align: center;
    }
    .blog_item_title a h2, .blog_item_title a {
        font-style: normal;
        word-break: break-word;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / 28)));
        color: #3098f3;
        box-sizing: border-box;
        font-weight: bold;
    }
    .blog_block .blog_item {
        margin: 0 40px;
    }
    .blog_block .slick-prev {
        left: 0px;
    }
    .blog_block .slick-next {
        right: 0px;
    }
    .blog_block_title {
        --wp-admin-theme-color: #007cba;
        --wp-admin-theme-color-darker-10: #006ba1;
        --wp-admin-theme-color-darker-20: #005a87;
        text-rendering: optimizeSpeed;
        word-break: break-word;
        font-style: normal;
        font-family: 'Poppins', sans-serif;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        color: #232323;
        text-align: center;
        box-sizing: inherit;
        font-weight: normal;
    }
    .blog_block_title span {
        font-weight: bold;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }

}
/**/
/*404*/
.content404 {
    min-height: 50vh;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #f2eae2;
}
.error404 .text-center-bc {
    background-color: #f2eae2;
}
.block404 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;

    max-width: 750px;
    margin: 0 auto;
    padding: 4rem;
}
.title-404,
.subtitle-404_1 {
    box-sizing: border-box;
    margin-top: 0;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    color: #353535;
    text-align: center;
}
.subtitle-404 {
    box-sizing: border-box;
    margin-top: 0;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    color: #353535;
    text-align: center;
}
.button404 {
    display: flex;
    padding: 3rem 0;
}
.btnright {
    margin-right: 10px;
}
.order_btn404 {
    margin-left: 10px;
}

.btnright a {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    text-decoration-skip-ink: auto;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    background-color: #082c4e !important;
    border-color: #082c4e !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.btnright a:hover {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    text-decoration-skip-ink: auto;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    text-decoration: none;
    color: #000000 !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}


.order_btn404 a {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    text-decoration-skip-ink: auto;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    text-decoration: none;
    color: #000000 !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.order_btn404 a:hover {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    text-decoration-skip-ink: auto;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    background-color: #082c4e !important;
    border-color: #082c4e !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
/**/

/*contact page*/
.contact_page {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.contact_page_block {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
}
.cp_left_right {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.cp_left_block,
.cp_right_block {
    display: flex;
    justify-content: space-between;
}
.cp_right{
    flex: 0 0 45%;
    border: 2px solid #3098f3;
    padding: 5rem;
    z-index: 9;
    align-items: center;
    display: flex;
    justify-content: center;
}
.cp_left_image img,
.cp_right_image img {
    width: 128px;
    height: 128px;
}
.cp_left_content {
    flex: 0 0 45%;
    background: #ffcc00;
    position: relative;
    overflow: visible;
    padding: 5rem;
    z-index: 9;
}
.cp_left_image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffcc00;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    width: 50%;
    position: absolute;
    height: 100%;
}
.cp_left_block:hover .cp_left_image {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    width: 50%;
    position: absolute;
    transform: translateX(100%);
    height: 100%;
    z-index: 11;
}
.cp_left_title {
    font-style: normal;
    text-align: left;
    word-break: break-word;
    font-family: 'DM Sans', sans-serif;
    font-size: 2rem;
    line-height: 1.3;
    color: #22a5e5;
    box-sizing: border-box;
    font-weight: bold;
}
.cp_left_text {
    font-style: normal;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    font-weight: 400;
    margin-bottom: 2rem !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #082c4e;
}
.cp_left_email a {
    font-style: normal;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem!important;
    word-break: break-word;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #082c4e;
}
.cp_right_block {
    position: absolute;
    flex-direction: row-reverse;
}
.cp_right_content {
    flex: 0 0 50%;
    background-color: #22a5e5;
    padding: 5rem;
    z-index: 9;
}
.cp_right_image {
    flex: 0 0 50%;
}
.cp_right_title {
    font-style: normal;
    text-align: left;
    word-break: break-word;
    font-family: 'DM Sans', sans-serif;
    font-size: 2rem;
    line-height: 1.3;
    color: #ffcc00;
    box-sizing: border-box;
    font-weight: bold;
}
.cp_right_text {
    font-style: normal;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    font-weight: 400;
    margin-bottom: 2rem !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #ffffff;
}
.cp_right_email a {
    font-style: normal;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem!important;
    word-break: break-word;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #ffffff;
}
.cp_right_content {
    flex: 0 0 50%;
    background: #22a5e5;
    position: relative;
    overflow: visible;
    padding: 5rem;
    z-index: 9;
}
.cp_right_image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #22a5e5;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    width: 50%;
    position: absolute;
    height: 100%;
}
.cp_right_block:hover .cp_right_image {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    width: 50%;
    position: absolute;
    transform: translateX(-100%);
    height: 100%;
    z-index: 11;
}
.map {
    margin-bottom: -65px;
    margin-top: 100px;
}
@media only screen and (min-width: 1025px) {
    .contact_page_block {
        /*padding: 0 20px;*/
    }
    .testimonial_items {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 11px;
        column-count: 5;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media only screen and (max-width: 1024px) {
    .contact_page_item_logo img {
        width: 40px !important;
        height: 40px !important;
    }
    .contact_page {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .cp_right_block {
        position: relative;
         flex-direction: column;
    }
    .cp_left_block, .cp_right_block {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .cp_left_image,
    .cp_right_image {
        display: none;
    }
    .cp_left_content,
    .cp_right_content {
        padding: 3rem;
    }

}
@media only screen and (max-width: 600px) {



}
/**/

/*blog*/
.blog-post-list {
    display: flex;
    flex-wrap: wrap;
}
.header-baner-img-title h1 {
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: .5rem;
}
.post-pading {
    padding-top: 15px;
    padding-bottom: 30px;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}
.post-pading:last-child {
    padding-bottom: 0px;
}
.post-title-excerpt {
    display: flex;
    flex-direction: column;
}
.blog_item {
    display: flex;
    background: #f2eae2;
}
.blog_item_img img {
    height: 230px;
    margin-right: 20px;
}

.post-excerpt {
    font-family: inherit;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #777d74;
    margin-bottom: 1.5rem;
    text-align: left;
}
.blog-title {
    padding-top: 1rem;
}
.blog-title > a > h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: .25rem;
    margin-bottom: .75rem;
}
.blog-title a {
    color: #232323;
    line-height: 1;
}
.blog-title a h2:hover {
    color: #ff9083;
    cursor: pointer;
    transition: 0.3s;
}
.blog-date {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.88235294;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #232323;
}
.blog-location {
    display: flex;
    align-items: center;
    color: #232323;
    font-size: 1rem;
}
.blog-date img,
.blog-location img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.post-image img {
    margin-bottom: 32px;
}
.blog_excerpt {
    color: #767676;
    font-size: 1rem;
    text-align: center;
    font-style: normal;
    line-height: 1.6;
    padding-bottom: 1rem;
    margin-top: 0;
}
.blog-section {
    padding-top: 1rem;
    padding-bottom: 6rem;

}
.readmore_btn {
    display: flex;
    justify-content: center;
    position: relative;
}
.readmore_btn a {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 2px;
}
.readmore_btn a:hover {
    color: #4d4d4d;
}
.readmore_btn a:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    margin: auto;
    right: 0;
    width: 40px;
    height: 2px;
    background: currentColor;
}
#true_loadmore {
    -webkit-font-smoothing: antialiased;
    height: 60px;
    vertical-align: middle;
    user-select: none;
    font-family: inherit;
    text-align: center;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
    color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    text-decoration-skip-ink: auto;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    background-color: #082c4e !important;
    border-color: #082c4e !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
#true_loadmore:hover {
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    text-decoration: none;
    color: #000000 !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.loadmore-block {
    margin-bottom: 100px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.header-baner-img-title {
    text-align: left;
    padding: 1rem 25px;
    max-width: 1140px;
    margin: 0 auto;
}
.header-baner-img-title h1 {
    font-style: normal;
    word-break: break-word;
    text-align: left;
    font-family: inherit;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #082c4e;
    box-sizing: border-box;
    font-weight: bold;
}
.header-baner-img-descr {
    font-style: normal;
    color: #232323;
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .post-title-excerpt {
        display: flex;
        flex-direction: column;
        flex: 0 0 33%;
    }
    .post-image img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .post-pading {
        flex: 0 0 50%;
    }
    .blog-section > .cont {
        padding-right: 0px;
        padding-left: 0px;
    }
    .blog-section {
        padding-top: 2rem;
    }

}
@media only screen and (max-device-width: 690px) and (min-device-width: 601px) {
    .post-pading {
        flex: 0 0 50%;
    }
}
@media (max-width: 600px) {
    .post-title-excerpt {
        display: flex;
        flex-direction: column;
    }
    .post-excerpt {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
    .readmore_btn {
        margin-bottom: 25px;
    }
    .blog-title > a > h1 {
        font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28)));
    }
    .header-baner-img-title h1 {
        text-align: center;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }
    .post-image {
        min-width: 100%;
        margin-bottom: 1rem;
    }
    .post-title-excerpt {
        flex: 0 0 100%;
    }
    .post-pading {
        flex: 0 0 100%;
    }
    .content-blog {
        text-align: center;
    }
    .readmore_btn {
        justify-content: center;
    }
    .post-pading {
        padding-right: 16px;
        padding-left: 16px;
    }
    .blog_item {
        flex-direction: column;
    }
    .blog_item_img img {
        height: auto;
    }
}


/**/

/*aacordion*/
.accordion {
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    padding-top: 60px;
    padding-bottom: 105px;

}
.accordion_block_title {
    text-rendering: optimizeSpeed;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0!important;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    text-align: center;
    font-family: inherit;
    font-size: 3rem;
    line-height: 1.1;
    color: #353535;
    padding-bottom: 2rem;
}
.tabs {
    overflow: hidden;
}
.accordion.front-accordion .tabs{
    display: flex;
    justify-content: space-between;
}
.tab-left, .tab-right{
    width: 48%;
}
.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.tab-label {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    box-sizing: content-box;
    padding: 27px 10px 27px 0;
    border-top: 1px solid #eee;
    font-family: inherit;
    font-weight: 600;
    color: #000;
    font-size: 24px;
    line-height: 1.35;
    min-height: 64px;
}
.tab-label:hover {
    background: #ffffff;
}
.tab-label::after {
    content: "";
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1px' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23222222'%3E%3Cpath d='M0,11 L22,11'%3E%3C/path%3E%3Cpath d='M11,0 L11,22'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tab-label:after:hover {
    background-color: #999999;
}
.tab-label-name{
    width: 90%;
}
.tab-content {
    max-height: 0;

    padding: 0px 10px 0px 0;
    color: #333333;
    background: white;
    -webkit-transition: all .35s;
    transition: all .35s;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.55;


}
input:checked + .tab-label {
    background: #FFFFFF;
}
input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(45deg);
}
input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 25px 10px 25px 0;
    color: #0a0a0b;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.3;
}
input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-items {
    max-width: 960px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .blog_item_img img {
        height: auto;
    }
    .blog_item {
        display: block;
    }
    .sample-posts ul {
        flex-direction: column;
        align-items: center;
    }
    .accordion-items {
        padding: 0 15px;
    }
    .accordion.front-accordion .tabs{
        flex-direction: column;
    }
    .tab-left, .tab-right{
        width: 100%;
    }
    .tab-label{
        min-height: initial;
    }
}
@media only screen and (max-width: 600px) {
    .accordion-items {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 600px) {
    .tab .tab-label {
        padding-top: 15px;
        padding-bottom: 14px;
    }
    .accordion_block_title {
        box-sizing: border-box;
        margin-top: 0;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        color: #353535;
        padding-bottom: 2rem;
    }
}

/**/
/**/

/*ps_block*/
.ps {
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    font-family: inherit;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.ps_block {
    max-width: 1110px;
    margin: 0 auto;
}
.ps_title {
    text-align: left;
    color: #232323;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem!important;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    font-size: 2rem;
    line-height: 1.3;
}
.ps_subtitle {
    text-align: left;
    font-style: normal;
    color: #232323;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 3rem!important;
    word-break: break-word;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
}
.ps_item_list {
    display: flex;
}
.ps_item_title {
    flex: 0 0 15%;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.3;
}
.ps_item_subtitle {
    flex: 0 0 15%;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.3;
    padding-right: 10px;
}
.ps_item_description {
    flex: 0 0 65%;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.3;
    padding-right: 10px;
}
.ps_item_link {
    flex: 0 0 5%;
    text-align: right;
}
.ps_item_list {
    border-top: 1px solid #3098f3;
    padding: 1rem 0;
    display: flex;
    align-items: center;
}
.ps_item_list:last-child {
    border-bottom: 1px solid #3098f3;
}
@media only screen and (max-width: 1024px) {
    .ps {
        padding-left: 16px;
        padding-right: 16px;
    }
    .ps_item_link {
        position: absolute;
        right: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        background-color: #3098f3;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        font-size: 0.8rem;
        padding-left: 3px;
    }
    .ps_item_link a {
        color: #ffffff;
    }
}
@media only screen and (max-width: 768px) {
    .ps_block {
        padding: 0 16px;
    }
}
@media only screen and (max-width: 600px) {
    .ps_block {
         padding: 0px;
    }
    .ps_items_list {
        padding: 0px;
    }
    .ps_item_list {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .ps_item_description {
        flex: 0 0 100%;
        font-family: inherit;
        font-size: 1.1rem;
        line-height: 1.3;
        /* padding-right: 10px; */
        text-align: left;
        padding: 0px;
    }
    .ps_item_subtitle br {
        display: none;
    }
    .ps_title {
        text-align: left;
        color: #232323;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: .5rem!important;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28)));
    }
    .ps_subtitle {
        text-align: left;
        font-style: normal;
        color: #232323;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 3rem!important;
        word-break: break-word;
        font-weight: 400;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
    .ps_item_link {
        position: absolute;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        background-color: #3098f3;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        font-size: 0.8rem;
        padding-left: 3px;
    }
    .ps_item_link a {
        color: #ffffff;
    }
    .ps_item_title,
    .ps_item_subtitle,
    .ps_item_description {
        margin-bottom: 1rem;
    }
}
/**/


/*circle*/
.circles {
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    font-family: DM Sans;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #ffffff;
}
.circle_block {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
}
.circle_left_text {
    font-style: normal;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem;
    padding-bottom: 1.5rem!important;
    word-break: break-word;
    font-weight: 400;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    z-index: 5;
    position: relative;
    color: #000000;
}
.circle_block_item {
    border-radius: 100%;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.4s;
}
.circle_block_item_image {
    position: absolute;
}
.circle_block_item_image img {
    width: 80px;
    height: 80px;
}
.c_count,
.c_name {
    opacity: 0;
    visibility: hidden;
}
.circle_block_item:hover:before {
    opacity: 1;
}
.circle_block_item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 320px;
    transition: all 0.4s;
    z-index: 0;
    opacity: 0;
    border-radius: 50%;
    width: 320px;
    transform: translate(-50%, -50%);
    content: '';
    /*background: #3098f3;*/
}
.circle_block_left {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
}
.circle_block_right {
    flex: 0 0 50%;
}
.circle_block_line_1 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.circle_block_line_1 > .circle_block_item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 320px;
    transition: all 0.4s;
    z-index: 0;
    opacity: 0;
    border-radius: 50%;
    width: 320px;
    transform: translate(-50%, -50%);
    content: '';
    background: #3098f3;
}
.circle_block_line_1 > .circle_block_item:first-child:hover:before {
    opacity: 1;
}
.circle_block_line_2 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.circle_block_line_2 > .circle_block_item:first-child {
    margin-right: 2rem;
}
.circle_block_line_2 > .circle_block_item:first-child:hover:before {
    opacity: 1;
}
.circle_block_line_2 > .circle_block_item:first-child:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 320px;
    transition: all 0.4s;
    z-index: 0;
    opacity: 0;
    border-radius: 50%;
    width: 320px;
    transform: translate(-50%, -50%);
    content: '';
    background: #fe6571;
}
.circle_block_line_2 > .circle_block_item:last-child:hover:before {
    opacity: 1;
}
.circle_block_line_2 > .circle_block_item:last-child:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 320px;
    transition: all 0.4s;
    z-index: 0;
    opacity: 0;
    border-radius: 50%;
    width: 320px;
    transform: translate(-50%, -50%);
    content: '';
    background: #ffcc00;
}
.circle_block_line_1 > .circle_block_item:hover .circle_block_item_image img {
    opacity: 0.1;
}
.circle_block_line_1 > .circle_block_item:hover .c_count {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    color: #FFFFFF;
    font-style: normal;
    word-break: break-word;
    text-align: center;
    font-family: inherit;
    font-size: 1.3rem;
    line-height: 1.3;
    box-sizing: border-box;
    font-weight: bold;
}
.circle_block_line_1 > .circle_block_item:hover .c_name {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    color: #FFFFFF;
    font-style: normal;
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    font-weight: 400;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 0;
}


.circle_block_line_2 > .circle_block_item:first-child:hover .circle_block_item_image img {
    opacity: 0.1;
}
.circle_block_line_2 > .circle_block_item:first-child:hover .c_count {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    color: #FFFFFF;
    font-style: normal;
    word-break: break-word;
    text-align: center;
    font-family: inherit;
    font-size: 1.3rem;
    line-height: 1.3;
    box-sizing: border-box;
    font-weight: bold;
}
.circle_block_line_2 > .circle_block_item:first-child:hover .c_name {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    color: #FFFFFF;
    font-style: normal;
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    font-weight: 400;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 0;
}


.circle_block_line_2 > .circle_block_item:last-child:hover .circle_block_item_image img {
    opacity: 0.1;
}
.circle_block_line_2 > .circle_block_item:last-child:hover .c_count {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    color: #FFFFFF;
    font-style: normal;
    word-break: break-word;
    text-align: center;
    font-family: inherit;
    font-size: 1.3rem;
    line-height: 1.3;
    box-sizing: border-box;
    font-weight: bold;
}
.circle_block_line_2 > .circle_block_item:last-child:hover .c_name {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    color: #FFFFFF;
    font-style: normal;
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    font-weight: 400;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .circle_block, .cta__time-cont, .feeling__block-cont, .satisfaction__block-cont {
        max-width: 900px;
    }
    .circle_block_left,
    .circle_block_right {
        flex: 0 0 40%;
    }
    .circle_left_text {
        font-size: 2rem;
    }
    .wcu_list_items {
        justify-content: center;
        flex-wrap: wrap;
    }

}
@media only screen and (max-width: 768px) {
    .circle_block {
        flex-direction: column;
    }
    .circle_left_text {
        text-align: center;
    }
    .circle_block_left {
        justify-content: center;
    }
    .circle_block_line_1 > .circle_block_item:first-child:before {
        opacity: 1;
    }
    .circle_block_line_2 > .circle_block_item:first-child:before {
        opacity: 1;
    }
    .circle_block_line_2 > .circle_block_item:last-child:before {
        opacity: 1;
    }
    .circle_block_line_1 > .circle_block_item .c_count,
    .circle_block_line_1 > .circle_block_item .c_name {
        opacity: 1;
        visibility: visible;
        z-index: 9;
        color: #FFFFFF;
        font-style: normal;
        word-break: break-word;
        text-align: center;
        font-family: inherit;
        font-size: 1.3rem;
        line-height: 1.3;
        box-sizing: border-box;
        font-weight: bold;
    }
    .circle_block_line_2 > .circle_block_item:first-child .c_count,
    .circle_block_line_2 > .circle_block_item:first-child .c_name {
        opacity: 1;
        visibility: visible;
        z-index: 9;
        color: #FFFFFF;
        font-style: normal;
        word-break: break-word;
        text-align: center;
        font-family: inherit;
        font-size: 1.3rem;
        line-height: 1.3;
        box-sizing: border-box;
        font-weight: bold;
    }
    .circle_block_line_2 > .circle_block_item:last-child .c_count,
    .circle_block_line_2 > .circle_block_item:last-child .c_name {
        opacity: 1;
        visibility: visible;
        z-index: 9;
        color: #FFFFFF;
        font-style: normal;
        word-break: break-word;
        text-align: center;
        font-family: inherit;
        font-size: 1.3rem;
        line-height: 1.3;
        box-sizing: border-box;
        font-weight: bold;
    }
    .circle_block_item_image img {
        opacity: 0.1;
    }
    .circle_left_text {
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 600px) {
    .circle_block {
        flex-direction: column;
    }
    .circle_block_item {
        width: 180px;
        height: 180px;
    }
    .circle_block_line_2 > .circle_block_item:first-child {
        margin-right: 0rem;
    }
    .circle_block_left,
    .circle_block_right {
        flex: 0 0 100%;
        display: block;
        text-align: center;
    }
    .circle_left_text {
        font-style: normal;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: .5rem;
        padding-bottom: 1.5rem!important;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        z-index: 5;
        position: relative;
        color: #000000;
    }
    .circle_block_line_2 {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .circle_block_line_2 .circle_block_item:last-child {
        margin-top: 40px;
    }
    .circle_left_text {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 375px) {
    .circle_block_line_1 > .circle_block_item:before,
    .circle_block_line_2 > .circle_block_item:first-child:before,
    .circle_block_line_2 > .circle_block_item:last-child:before {
        height: 280px;
        width: 280px;
    }
}
/**/

/*blue_block*/
.blue_block {
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    font-family: inherit;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #3098f3;
}
.blue_block_block {
    max-width: 730px;
    margin: 0 auto;
}
.blue_block_text {
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    font-family: inherit;
    font-size: 3rem;
    line-height: 1.1;
    color: #ffffff;
}
.blue_block_link {

}
.blue_block_link a {
    text-align: left;
    font-family: inherit;
    font-size: 3rem;
    box-sizing: border-box;
    background-color: transparent;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    word-break: break-word;
    font-weight: 400;
    transition: color 0.6s;
    color: #ffcc00 !important;
    position: relative;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: -10000px 1.2em;
}
.blue_block_link a:hover {
    text-align: left;
    font-family: inherit;
    font-size: 3rem;
    box-sizing: border-box;
    background-color: transparent;
    font-style: normal;
    cursor: pointer;
    line-height: 1;
    word-break: break-word;
    font-weight: 400;
    text-decoration: none;
    color: #ffcc00 !important;
    position: relative;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}
@media only screen and (max-width: 600px) {
    .blue_block{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .blue_block_text {
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 1rem;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.4rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.5rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        text-align: center;
        color: #ffffff;
    }
    .blue_block_link {
        text-align: center;
    }
    .blue_block_link a {
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.4rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        text-align: center;
        box-sizing: border-box;
        background-color: transparent;
        font-style: normal;
        cursor: pointer;
        text-decoration: none;
        line-height: 1;
        word-break: break-word;
        font-weight: 400;
        transition: color 0.6s;
        color: #ffcc00 !important;
        position: relative;
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: -10000px 1.2em;
    }
}
/**/



/*free services*/
.free_services {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    font-family: inherit;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.free_services_block {
    max-width: 1140px;
    margin: 0 auto;
}
.free_services_title {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    color: #232323;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem!important;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    font-family: inherit;
    font-size: 4rem;
    line-height: 1.1;
    text-align: center;
}
.free_services_items {
    display: flex;
    flex-wrap: wrap;
}
.free_services_item {
    flex: 0 0 50%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    align-items: center;
}
.free_services_item_price {
    display: flex;
    align-items: center;
}
.free_services_item_title {
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    font-family: inherit;
    font-weight: 600;
    color: #1E2432;
    font-size: 24px;
    line-height: 1.35;
    box-sizing: border-box;
}
.fs_label span {
    color: #4bd89f;
    font-size: 1.2rem;
    font-weight: 600;
    border: 2px solid #4bd89f;
    padding: 3px 5px;
    margin-left: 20px;
    border-radius: 4px;
}
.fs_price {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    color: #687086;
    font-size: 21px;
    line-height: 1.35;
    box-sizing: border-box;
}
.fs_price span {
    margin-left: 10px;
    text-decoration: line-through;
    text-decoration-color: red;
}
.fs_price span.outer {
    color: red;
    text-decoration: line-through;
}
.free_services_after_title {
    text-align: center;
    font-style: normal;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    color: #000;
    font-size: 24px;
    line-height: 1.35;
    box-sizing: border-box;
    margin-top: 20px;
}
.free_services_after_price_text {
    text-align: left;
    font-style: normal;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    color: #000;
    font-size: 21px;
    line-height: 1.35;
    box-sizing: border-box;
    margin-left: 10px;
    text-decoration: line-through;
    text-decoration-color: red;
}
.free_services_after_price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.free_services_after_price_label {
    color: #4bd89f;
    font-size: 1.2rem;
    font-weight: 600;
    border: 2px solid #4bd89f;
    padding: 1px 5px;
    margin-left: 20px;
    border-radius: 4px;
}
.free_services_after_button {
    text-align: center;
}
.free_services_after_button a {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    text-decoration-skip-ink: auto;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    background-color: #082c4e !important;
    border-color: #082c4e !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.free_services_after_button a:hover {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    text-decoration-skip-ink: auto;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    text-decoration: none;
    color: #000000 !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}

.cp_right .f_contact_item{
    margin: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
    .free_services_title {
        -webkit-font-smoothing: antialiased;
        --wp-admin-theme-color: #007cba;
        --wp-admin-theme-color-darker-10: #006ba1;
        --wp-admin-theme-color-darker-20: #005a87;
        text-rendering: optimizeSpeed;
        margin-bottom: 0!important;
        box-sizing: border-box;
        margin-top: 0;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        color: #353535;
        padding-bottom: 2rem;
    }
    .free_services_item {
        flex: 0 0 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
    .free_services_item {
        padding: 1rem 0rem;
    }
    .free_services_item_title,
    .fs_price,
    .free_services_after_title,
    .free_services_after_price_text {
        font-size: 19px;
    }
    .fs_label span,
    .free_services_after_price_label {
        margin-left: 5px;
        font-size: 1rem;
    }
    .free_services_after_button a {
        font-size: .9rem;
        margin: 0.6rem 0.6rem;
    }

}
/**/
.mobile-version-for-services {
    display: none;
}
@media (max-width: 480px) {
    .mobile-version-for-services {
         display: block;
     }
    .mobile-version-for-services .form-calc{
        display: block;
    }
}
.cta__time {
    background: url("/wp-content/themes/m4/image/bg-cta-time.png") no-repeat;
    padding: 40px 0;
}
.cta__time-left {
    flex: 0 0 60%;
 }
.hurry {
    background: url("/wp-content/themes/m4/image/cta-ics.svg") no-repeat;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #FFDA54;
    transform: rotate(-12deg);
    margin-top: -10px;
    margin-bottom: 30px;
}
.cta__time-right p{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
.cta__time-cont {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
}
.feeling__block-cont, .satisfaction__block-cont, .cont  {
    max-width: 1110px;
    margin: 0 auto;
}

.cta__time .cta__time-title{
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    text-align: left;
}
.cta__time .cta__time-text{
    font-size: 20px;
    line-height: 28px;
    text-align: left;
}
.cta__time-text span {
    color: #FFDA54;
}
.countdown {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

.countdown-number {
    padding: 10px;
    display: inline-block;
}

.countdown-time {
    padding: 15px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
}

.countdown-text {
    display: block;
    padding-top: 5px;
    font-size: 16px;
}

/*feeling*/
.feeling__block {
    background: url("/wp-content/themes/m4/image/bg-feeling.png") no-repeat;
    margin-top: 80px;
    margin-bottom: 100px;
}
.feeling__block-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feeling__block-list {
    flex: 0 0 60%;
}
.feeling__block-list ul li{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #687086;
    position: relative;
    list-style: none;
    margin-bottom: 9px;
    max-width: 500px;
    background: #EEF7FE;
    padding: 0 10px;
}
.feeling__block-list ul li:before{
    content: '';
    width: 4px;
    height: 100%;
    background: #3098F3;
    display: block;
    position: absolute;
    left: 0;
}
.feeling__block-main .feeling__block-circle{
    background: #FFB3B9;
    width: 366px;
    height: 366px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .feeling__block-main .feeling__block-circle{
        width: 320px;
        height: 320px;
    }
}
.feeling__block-cta {
    text-align: center;
    margin-top: 20px;
}
.feeling__block-cta p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

/*satisfaction*/
.satisfaction__block-cont {
    text-align: center;
}
.satisfaction__block-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    color: #1E2432;
    margin-top: 50px;
}
.satisfaction__block-subtitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #687086;
    margin: 20px 0;
}
.satisfaction__block-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.satisfaction__block-text p{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #1E2432;
    margin-bottom: 0;
}
.satisfaction__block-text img{
    background: #EEF7FE;
    border-radius: 4px;
    padding: 5px 15px;
    margin-left: 15px;
}
.satisfaction__block .satisfaction__block-stat .stat-item {
    display: flex;
    justify-content: space-around;
}
.satisfaction__block .satisfaction__block-stat .stat-item .item-text{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.satisfaction__block-stat {
    background: #F7F9FB;
    border-radius: 4px;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.stat-item .item-text p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1E2432;
}
.stat-item .item-text p span{
    color: #3098F3;
    margin-right: 10px;
}
.stat-item .item-rating img {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
    .circle_block, .cta__time-cont, .feeling__block-cont, .satisfaction__block-cont {
        max-width: 900px;
    }
    .circle_block_left,
    .circle_block_right {
        flex: 0 0 40%;
    }
    .circle_left_text {
        font-size: 2rem;
    }
    .wcu_list_items {
        justify-content: center;
        flex-wrap: wrap;
    }

}
.writers-slider .writers_slider-item {
    display: flex;
}
.writers_slider-item {
    background: #fff;
    padding: 32px;
}
@media only screen and (max-width: 767px) {
    .writers_slider-item {
        margin: 0;
    }
}
.writers_slider-left {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    border-right: 1px solid #D9E2E8;
    padding-right: 25px;
}
@media only screen and (max-width: 767px) {
    .writers_slider-left {
        border-right: none;
        padding-right: 0;
    }
}
.writers_slider-left .writers_block-head {
    display: flex;
}
.writers_slider-left .writers_block-head .writer-name{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #1E2432;
    display: flex;
    margin-bottom: 10px;
}
.writers_slider-left .writers_block-head .writer-name img{
    margin-left: 10px;
}
.writers_slider-left .writers_block-head .writer-speciality{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3098F3;
    margin-bottom: 10px;
}
.writers_block-statistics p:first-child {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #1E2432;
}
@media screen and (max-width: 767px) {
    .writers_block-statistics p:first-child {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 7px;
    }
}
.writers_block-statistics p:last-child {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #687086;
}
.writer-subjects {
    margin-bottom: 20px;
}
.writer-subjects p {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #1E2432;
}
.writer-subjects .subject-item {
    border: 1px solid #D9E2E8;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #687086;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 10px;
}
.writer-subjects .items {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
}
.writers_block-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.writers-slider .slick-list {
    padding: 0 !important;
    overflow: visible;
}
.hire-btn {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    text-decoration-skip-ink: auto;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    background-color: #3098F3 !important;
    border-color: #3098F3 !important;
    color: #ffffff !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.chat-btn {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #4BD89F;
    cursor: pointer;
}
.chat-btn img{
    display: inline-block;
}
.writers-slider .slick-arrow {
    top: 105%;
    border: 1px solid #fff;
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .writers-slider .slick-arrow {
        top: 101%;
    }
}
.writers-slider .slick-prev {
    left: 15px;
}
@media only screen and (max-width: 767px) {
    .writers-slider .slick-prev {
        left: calc(50% - 75px);
    }
}
.writers-slider .slick-next {
    left: 100px;
}
@media only screen and (max-width: 767px) {
    .writers-slider .slick-next {
        right: calc(50% - 75px);
        left: auto;
    }
}
.writers_slider-left .writers_block-head img{
    max-height: 120px;
    border-radius: 4px;
    margin-right: 25px;
}
.writers_slider-left .writers_block-head .writer-rating {
    display: flex;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    .writers_slider-left .writers_block-head .writer-rating {
        margin-bottom: 0;
    }
}
.writers_slider-left .writers_block-head .writer-rating img{
    margin-right: 10px;
}
.writers_slider-left .writers_block-statistics {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.writers_slider-left .writers_block-statistics .item{
    border-right: 1px solid #D9E2E8;
    padding-left: 5px;
    padding-right: 8px;
}
.writers_slider-left .writers_block-statistics .item span{
    font-size: 14px;
}
.writers_slider-left .writers_block-statistics .item:first-child{
    padding-left: 0;
}
.writers_slider-left .writers_block-statistics .item:last-child{
    border: none;
}
.writers_slider-right {
    flex: 0 0 50%;
    padding-left: 25px;
}
.writers_slider-right .hired{
    display: flex;
    justify-content: flex-end;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #4BD89F;
}
.right-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1E2432;
    margin-top: 30px;
}
.sample-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1E2432;
    margin-top: 25px;
    margin-bottom: 30px;
}
.right-descr .item p:first-child {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #687086;
}
.right-descr .item p:last-child {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #1E2432;
}
.read-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #3098F3;
    margin-top: 20px;
}
.writers_slider-right .right-cont {
    display: flex;
}
.writers_slider-right .right-cont img{
    max-height: 120px;
}
.writers_slider-right .right-cont .right-descr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 20px;
}
.writers_slider-right .right-cont .right-descr .item {
    min-width: 100px;
}
.to-the-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #3098f3;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
@media screen and (max-width: 1200px) {
    .writers-slider .writers_slider-item {
        /*display: block;*/
    }
    .writers_slider-left {
        /*border: none;*/
    }
    .writers_slider-right .right-cont .right-descr .item {
        /*min-width: auto;*/
        /*margin-right: 20px;*/
    }
    .cta__time {
        padding-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    .feeling__block {
        margin-top: 25px;
    }
    .feeling__block-main {
        flex-direction: column;
    }
    .feeling__block-main ul{
        padding: 0;
    }
    .cta__time {
        background-size: cover;
        text-align: center;
        overflow: hidden;
    }
    .cta__time-cont {
        flex-direction: column;
    }
    .hurry {
        margin-top: 0;
        background: none;
    }
    .cta__time-left {
        padding-left: 15px;
    }
    .satisfaction__block .satisfaction__block-stat .stat-item {
        padding: 40px;
        flex-direction: column;
    }
    .satisfaction__block-text {
        display: block;
    }
    .satisfaction__block-text img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 468px) {
    .writers_block-btns {
        flex-direction: column;
        align-items: flex-start;
    }
    .hire-btn {
        margin-left: 0;
    }
    .writers_slider-item {
        padding: 15px;
    }
    .writers_slider-left .writers_block-head, .writers_slider-right .right-cont {
        flex-direction: column;
    }
    .writers_slider-left .writers_block-head img {
        max-height: 100%;
        margin-right: 0;
    }
    .writers_slider-left .writers_block-statistics {
        flex-direction: column;
    }
    .writers_slider-left .writers_block-statistics .item {
        padding: 0;
        border: none;
    }
    .writers_slider-right .right-cont img {
        display: none;
    }
    .writers_slider-right .right-cont .right-descr {
        margin: 0;
    }
    .writers_slider-right .hired {
        display: none;
    }
    .writers_slider-right {
        padding: 0;
    }
}
/*.writers_block{*/
/*    max-width: 1540px;*/
/*    width: 100%;*/
/*    margin-left: auto;*/
/*}*/
/*.writers_block .slick-slider {*/
/*    max-width: 100%;*/
/*}*/
/*.writers_block .slick-track {*/
/*    width: 100%!important;*/
/*}*/
/*.writers_block .slick-track .writers_slider-item{*/
/*    width: 100% !important;*/
/*}*/
/*.writers_slider-item.slick-slide {*/
/*    flex: 0 0 48%;*/
/*}*/
.writers_slider-item.slick-slide.slick-current.slick-active {
    opacity: 1;
}
.writers_slider-item.slick-slide {
    opacity: 0.5;
    height: inherit;
}
@media screen and (max-width: 767px) {
    .writers_slider-item.slick-slide {
        flex-direction: column;
    }
}
/*.writers_slider-item.slick-slide.slick-cloned {*/
/*    display: none;*/
/*}*/
.writers_block .slick-slider {
    max-width: 960px;
    width: 100%;
}
.writers_block .slick-track {
    height: 550px;
}
@media screen and (max-width: 991px) {
    .testimonial_item {
        padding-left: 1rem;
        padding-right: 1rem!important;
    }
    .writers_block .slick-track {
        height: 620px;
    }
    .circle_block {
        display:block;
    }
    .block-calc .price-order-btn .continue {
        font-size: 14px;
    }
    .baner-calc {
        flex: 0 0 40%;
    }
    .cta__time {
        background-size: cover;
        text-align: center;
        overflow: hidden;
    }
    .accordion.front-accordion {
        padding-left: 15px;
        padding-right: 15px;
    }
    .circles {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cta__time-left {
        padding-left: 15px;
    }
    .cta__time-cont {
        flex-direction: column;
    }
    .footer_col_social {
        display: none;
    }

}
.writers_block-btns.mob {
    display: none;
}
@media screen and (max-width: 767px) {
    .writers_block .slick-track {
        height: auto;
    }
    .writers_block-btns {
        display: none;
    }
    .writers_block-btns.mob {
        display: flex;
    }

}
/*.writers_block .slick-slide {*/
/*    width: 850px!important;*/
/*}*/
.sample-posts p.related-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #1E2432;

}
.sample-posts ul {
    padding-left: 0;
}
.sample-posts img {
    margin-bottom: 15px;
}

.sample-posts a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
}

#box-cel {
    margin-bottom: 15px;
    min-height: 260px;
}

.sample-posts p {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
}

.more-link {
    display: none;
}

.sample-posts h4 {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}

.sample-posts ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}

.sample-posts ul li {
    margin-left: 15px;
    margin-right: 15px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: auto;
    width: 300px;
}

.read-btn.writers_block-samples-btn{
    text-decoration: none;
}
.read-btn.writers_block-samples-btn a{
    color: #1E2432;
}
.read-btn.writers_block-samples-btn a:hover{
    text-decoration: underline;
}
#tabs {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 50px;
}
#tabs ul{
    flex: 0 0 60%;
}
.block-imgs {
    flex: 0 0 45%;
}
#tabs ul li {
    padding: 45px;
}
#tabs ul li .tab-head {
    display: flex;
}
#tabs ul li .tab-head {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #3098F3;
}
#tabs ul li .tab-head span {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #1E2432;
}
#tabs ul li .tab-head .title-step {
    margin-left: 20px;
}
.hide-block {
    display: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #1E2432;
    margin-top: 25px;
}

#tabs ul li.show .hide-block{
    display: block;
}
#tabs ul li.show {
    border-top: 2px solid #3098F3;
    padding-top: 30px;
    background: #fff;
    padding-bottom: 15px;
}
.rating {
    display: flex;
}
.page-template-default .seo_text_title_wc {
    display: none;
}
@media (max-width: 1024px) {
    #tabs {
        flex-direction: column-reverse;
    }

    .block-imgs, #tabs ul {
        flex: 0 0 100%;
    }

    .block-imgs img {
        margin-left: auto;
        margin-right: auto;
    }
    .hiw_block  {
        padding-left: 15px;
        padding-right: 15px;
    }
}
