/*
Theme Name: labtech
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=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/**/

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

ul[class],
ol[class] {
    padding: 0;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
ol,
ul,
li,
figcaption,
textarea,
input {
    font: inherit;
}
* {
    box-sizing: border-box;
    outline: none;
}
*:focus {
    outline: none;
}
body {
    position: relative;
    font-style: normal;
    line-height: 1.6875;
    color: #404040;
    margin: 0;
    font-family: 'Poppins',sans-serif;
}
section {
    background-color: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
p,
li,
blockquote {
    letter-spacing: 0.5px;
    line-height: 1.6875;
}
ul,
ol,
blockquote,
p {
    margin-bottom: 16px;
    margin-top: 0;
}
a {
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}
a.mbr-iconfont:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
    word-wrap: break-word;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 3px solid;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    transition-property: background-color, color;
}
@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;
    }
}
*:focus {
    outline: none;
}
a, a:hover {
    text-decoration: none;
}
html, body {
    height: 100%;
}
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: cover;
    padding-left: 0px;
    padding-right: 0px;
    /*background-attachment: fixed;*/
    margin-top: 69px;
}
.overlay_bg {
    min-height: 100vh;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.baner-block {
    display: flex;
    height: 80vh;
    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 {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word;
    color: #ffffff;
    font-family: inherit;
    font-weight: 600;
    font-size: 72px;
    line-height: 88px;
}
.baner-text-title span {
    color: #f23801;
}
.baner-text-subtitle {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    font-style: normal;
    width: 100%;
    color: #ffffff;
    padding-top: 25px;
    font-family: inherit;
    margin-bottom: 32px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}
.baner-btn-block {
    display: flex;
}
.baner-order-btn {
    margin-right: 15px;
}
.baner-order-btn a {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 16px 35px;
    border-radius: 5px;
    height: 50px;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6875;
    background-color: #2438E2;
    border-color: #2438E2;
    color: #fff;
    border-width: 2px;
}
.baner-order-btn a:hover {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 16px 35px;
    border-radius: 5px;
    height: 50px;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6875;
    text-decoration: none;
    color: #fff;
    border-width: 2px;
    background-color: transparent;
    border-color: #ffffff;
}
@media (min-width: 1024px) {
    .baner-text {
        min-width: 650px;
    }
    .baner-text-subtitle {
        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: 798px) {
    .header-menu {
        max-height: 100vh;
        overflow: auto;
        padding-bottom: 100px;
    }
}
@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: left;
        line-height: 60px;
    }
    .baner-text-subtitle {
        font-size: 1.2rem;
        max-width: 100%;
        padding-bottom: 1rem;
        text-align: left;
    }
    .baner-btn-block {
        justify-content: flex-start;
    }
    .baner-block {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }
    .writers_block_image img {
        height: 240px!important;
    }

}
@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));*/
        font-size: 26px;
        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;
    }

    .writers_block_image img {
        height: 300px!important;
    }
}


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

}

@media(max-height: 400px){
    .baner{
        height: initial;
    }
    .baner-block{
        height: initial;
        display: block;
        padding-top: 7rem;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .baner-btn-block{
        margin-bottom: 20px;
    }
    .baner-text-title, .baner-text-subtitle{
        text-align: center;
    }
    .baner-btn-block{
        justify-content: center;
    }
}


/**/

.page-template-default .sidebar-calc {
    display: none;
}

/*features_pads*/
.features_pads {
    text-size-adjust: 100%;
    font-style: normal;
    line-height: 1.6875;
    color: #404040;
    font-family: inherit;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
}
.features_pads_block {
    max-width: 1140px;
    margin: 0 auto;
}
.features_pads_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features_pads_item {
    flex: 0 0 25%;
    position: relative;
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 24%;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    background-color: #ffffff;
    min-height: 100%;
    border-radius: 10px;
}
.features_pads_item_logo {
    position: absolute;
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    text-align: center;
    border-radius: 10px;
    top: 0;
    left: 0;
    position: absolute;
    width: 70px;
    height: 70px;
    padding: 17.5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.features_pads_item_logo img {
    width: 35px;
    height: 35px;
}
.features_pads_content {
    padding: 33px 35px 35px 90px;
}
.features_pads_content_count {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    word-break: break-word;
    color: #031B4E;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    font-family: 'Poppins',sans-serif;
    white-space: nowrap;
}
.features_pads_content_text {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    padding-top: 10px;
    font-family: 'Poppins',sans-serif;
    color: #3D4962;
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 1024px) {
    .features_pads {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .features_pads_items {
        padding: 0 16px;
    }
    .features_pads_item {
        max-width: 48%;
        flex: 0 0 48%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .features_pads_block {
        padding: 0 16px;
    }
    .features_pads_items {
        flex-direction: column;
    }
    .features_pads_item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .writing_service {
        background: none!important;
    }
    .writing_service .writing_service-wrap .writing_service_block {
        width: 100%;
    }
    .testimonial_user_info {
        min-height: auto!important;
    }
    .testimonial_user_info .testimonial_descriprion {
        margin-top: 0;
    }
    .seo_text_title_wc {
        margin-bottom: 0!important;
    }
    .page-template-order-php #site-header {
        z-index: 999!important;
    }
}
@media only screen and (max-width: 375px) {
    .features_pads_block {
        padding: 0px;
    }
    .features_pads_items {
        padding: 0px;
    }
}
/**/


/**/
.writing_service {
    text-size-adjust: 100%;
    font-style: normal;
    line-height: 1.6875;
    color: #404040;
    font-family: inherit;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    background-color: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    /*padding-top: 100px;*/
    /*padding-bottom: 100px;*/
    /*min-height: 80vh;*/
}
.writing_service_overlay_bg {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background: #3368c6;
    opacity: 0.05;
}
.writing_service-wrap{
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
}
.writing_service_block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.ws_title {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word;
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #031B4E;
    margin-bottom: 46px;
    text-transform: uppercase;
}
.divider {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    color: #031b4e;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    margin: 10px 0;
    width: 30px;
    background-color: #3368c6;
}
.ws_description {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word;
    width: 100%;
    font-family: inherit;
    color: #3D4962;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 27px;
}
.ws_item_list {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    text-align: left;
    font-family: inherit;
    color: #3D4962;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}
.ws_item_list:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/themes/labtech/image/ws-arr.svg');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    top: 5px;
    left: 0px;
}
.ws_item_button a {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    border: 2px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 25px;
    border-radius: 7px;
    height: 50px;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6875;
    background: none;
    border-color: #2438E2;
    color: #2438E2;
    margin-top: 31px;
}
.ws_item_button a:hover {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    border: 2px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 25px;
    border-radius: 7px;
    height: 50px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    background: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #2438E2;
    border-color: #2438E2;
}
@media only screen and (max-width: 1024px) {
    .writing_service_block {
        padding: 0 16px;
    }
}
@media only screen and (max-width: 768px) {
    .writing_service_block {
        padding: 0 16px;
    }
}
@media only screen and (max-width: 600px) {
    .writing_service_block {
        align-items: center;
        padding: 0 16px;
    }
    .ws_title {
        text-align: center;
        font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / 28)));
    }
    .ws_description {
        text-size-adjust: 100%;
        visibility: visible;
        text-align: center;
        box-sizing: border-box;
        outline: none;
        font: inherit;
        margin: 0;
        padding: 0;
        word-break: break-word;
        width: 100%;
        margin-bottom: 1.7em;
        font-family: 'Poppins',sans-serif;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        color: #031b4e;
    }
}
/**/

/*advantages*/
.advantages {
    text-size-adjust: 100%;
    font-style: normal;
    line-height: 1.6875;
    color: #404040;
    font-family: inherit;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #ffffff;
    overflow: visible;
}
.advantages_block {
    max-width: 1140px;
    margin: 0 auto;
}
.advantages_title {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    word-break: break-word;
    color: #031b4e;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    color: #031B4E;
}
.advantages_subtitle {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    word-break: break-word;
    color: #031b4e;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #031B4E;
}
.advantages_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
}
.advantages_item {
    width: 33.333%;
    padding: 0 16px;
    /*height: 320px;*/
    height: auto;
    margin-bottom: 30px;
}
.advantages_item_pad {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    text-align: left;
    border-radius: 10px;
    height: 100%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    padding: 35px 40px;
}
.advantages_item_logo_title {
    display: flex;
    align-items: center;
}
.advantages_item_pad_title {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #031B4E;
}
.advantages_item_pad_logo {
    margin-right: 15px;
}
.advantages_item_pad_logo img {
    width: 41px;
    height: 41px;
}
.advantages_item_pad_descr {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    opacity: .75;
    color: #8893b9;
}
@media only screen and (max-width: 768px) {
    .advantages_item {
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .advantages_title {
        font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / 28)));
        font-weight: 400;
        padding: 0 16px;
    }
    .advantages_subtitle {
        font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / 28)));
        font-weight: 700;
        padding: 0 16px;
    }
    .advantages_items {
        flex-direction: column;
    }
    .advantages_item {
        width: 100%;
        height: auto;
    }
    .advantages_item_logo_title {
        flex-direction: column;
        margin-bottom: 15px;
    }

}
/**/

/*contact_fprm**/
.conatct_form {
    text-size-adjust: 100%;
    font-style: normal;
    line-height: 1.6875;
    color: #404040;
    font-family: inherit;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #E3E5FB;
}
.page-template-default .conatct_form {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.block_contact_form {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contact_form_logo {
    padding-top: 10px;
}
.contact_form_logo img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.contact_form_left {
    display: flex;
    width: 100%;
}
.contact_form_title {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    word-break: break-word;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: inherit;
    margin-bottom: 11px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #031B4E;
}
.contact_form_descr {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word;
    font-family: inherit;
    font-size: 16px;
    line-height: 27px;
    color: #3D4962;
}
.contact_form_button {

}
.contact_form_button a {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 25px;
    border-radius: 7px;
    height: 50px;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6875;
    background-color: #2438E2;
    border: 2px solid #2438E2;
    color: #fff;
}
.contact_form_button a:hover {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 25px;
    border-radius: 7px;
    height: 50px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    text-decoration: none;
    color: #2438E2;
    background-color: transparent;
}
.contact_form_button_block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    .conatct_form {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .contact_form_title {
        font-size: 24px;
    }
    .contact_form_descr {
        font-size: 21px;
    }
    .block_contact_form {
        padding: 0 16px;
    }
}
@media only screen and (max-width: 600px) {
    .contact_form_left {
        flex-direction: column;
        align-items: center;
    }
    .block_contact_form {
        flex-direction: column;
    }
    .contact_form_title {
        text-size-adjust: 100%;
        visibility: visible;
        text-align: center;
        box-sizing: border-box;
        outline: none;
        font: inherit;
        word-break: break-word;
        margin: 0;
        padding: 0;
        font-style: normal;
        width: 100%;
        font-weight: 700;
        font-family: 'Poppins',sans-serif;
        font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / 28)));
        margin-bottom: 8px;
        color: #031b4e;
    }
    .contact_form_descr {
        text-size-adjust: 100%;
        visibility: visible;
        text-align: center;
        box-sizing: border-box;
        outline: none;
        font: inherit;
        margin: 0;
        padding: 0;
        word-break: break-word;
        font-family: 'Poppins',sans-serif;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        color: #031b4e;
        margin-bottom: 15px;
    }
    .contact_form_logo img {
        margin-right: 0px;
    }
    .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;
    }

}
/**/

/*steps*/
.steps {
    text-size-adjust: 100%;
    font-style: normal;
    line-height: 1.6875;
    color: #404040;
    font-family: inherit;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    background-color: #0C155D;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.steps_overlay_bg {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background: #2c2f50;
    opacity: 0.9;
}
.steps_block {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.steps_item_logo img {
    width: 60px;
    height: 60px;
}
.steps_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.steps_item {
    flex: 0 0 23%;
    width: 23%;
    position: relative;
}
.steps_item_logo {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    border-radius: 10px;
    position: relative;
    width: 90px;
    height: 90px;
    padding: 15px;
    background-color: #4757E7;
    display: flex;
}
.steps_item_num {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #031B4E;
}
.steps_item_title {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    padding: 0;
    word-break: break-word;
    margin: 0;
    font-family: 'Poppins',sans-serif;
    margin-top: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}
.steps_item_descr {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    word-break: break-word;
    width: 100%;
    color: #F8F8FA;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
}
.map__divider {
    position: absolute;
    left: 100px;
    top: 60px;
    width: calc(100% - 110px);
    height: 1px;
    background-image: linear-gradient(90deg,#73778c,#73778c 40%,transparent 40%,transparent 100%);
    background-size: 12px 1px;
}
.arrow1 {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI2OC44MzIgMjY4LjgzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMjY1LjE3MSwxMjUuNTc3bC04MC04MGMtNC44ODEtNC44ODEtMTIuNzk3LTQuODgxLTE3LjY3OCwwYy00Ljg4Miw0Ljg4Mi00Ljg4MiwxMi43OTYsMCwxNy42NzhsNTguNjYxLDU4LjY2MUgxMi41ICAgYy02LjkwMywwLTEyLjUsNS41OTctMTIuNSwxMi41YzAsNi45MDIsNS41OTcsMTIuNSwxMi41LDEyLjVoMjEzLjY1NGwtNTguNjU5LDU4LjY2MWMtNC44ODIsNC44ODItNC44ODIsMTIuNzk2LDAsMTcuNjc4ICAgYzIuNDQsMi40MzksNS42NCwzLjY2MSw4LjgzOSwzLjY2MXM2LjM5OC0xLjIyMiw4LjgzOS0zLjY2MWw3OS45OTgtODBDMjcwLjA1MywxMzguMzczLDI3MC4wNTMsMTMwLjQ1OSwyNjUuMTcxLDEyNS41Nzd6IiBmaWxsPSIjZmZmZmZmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIj48L3BhdGg+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==");
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    right: 6px;
    top: 53px;
}
.steps_item:last-child .map__divider,
.steps_item:last-child .arrow1 {
    display: none;
}
.bottom_text {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / .1);
}
@media only screen and (max-width: 1024px) {
    .steps_block {
        padding-right: 16px;
        padding-left: 16px;
    }
    .steps_item_descr {
        padding-right: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .steps_block {
        padding: 0 16px;
    }
    .steps_item {
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .steps_items {
        flex-direction: column;
    }
    .steps_item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 70px;
    }
    .steps_item_title {
        text-align: center;
    }
    .steps_item_descr {
        text-align: center;
    }
    .map__divider,
    .arrow1 {
        display: none;
    }
    .steps_item_title {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .steps_item_descr {
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        margin-top: 11px;
        opacity: .75;
    }
    .bottom_text {
        color: #ffffff;
        text-align: center;
        font-family: 'Poppins',sans-serif;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        width: 100%;
    }



}
/**/




/*teams*/

.writers {
    text-size-adjust: 100%;
    font-style: normal;
    line-height: 1.6875;
    color: #404040;
    font-family: Poppins;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #ffffff;
}
.writers_block {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.writers_block_item {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    border-radius: 7px;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    margin-bottom: 30px;
}
.writers_block_title {
    text-size-adjust: 100%;
    visibility: visible;
    word-break: break-word;
    color: #031b4e;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    font-family: 'Poppins',sans-serif;
    align-items: center;
    width: auto;
    padding-left: 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #031B4E;
}
.writers_block_title span img {
    width: 25px;
    height: 25px;
}
.writers_block_title span {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: #eef3f9;
    margin-right: 25px;
    align-items: center;
}
.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_image {
    display: flex;
    justify-content: center;
}
.writers_block_image img {
    color: #404040;
    visibility: visible;
    font: inherit;
    box-sizing: border-box;
    outline: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 240px;
    border-radius: 7px 7px 0 0;
}
.writers_block_text {
    padding: 0 10px 27px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.writers_block_descr {
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #3D4962;
    height: 160px;
}
.contact-info::after {
    content: attr(data-info);
}
.contacts h3 {
    font-size: 20px;
    font-weight: 600;
}
.contacts .contact-item {
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 20px;
}
#site-footer .contacts h3 {
    font-size: 17px;
}
#site-footer .contacts .contact-item {
    font-size: 14px;
}
p.css-info {
    text-align: center;
    font-size: 14px;
    color: #0000
}
.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 {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    font-family: 'Poppins',sans-serif;
    margin: 24px 0 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #031B4E;
}
.writers_block_position {
    text-align: center;
}
.writers_block_position span {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #0154F7;
}

.social_link_item a {
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 25px;
    border-radius: 7px;
    height: 50px;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6875;
    background: none;
    border-color: #2438E2;
    color: #2438E2;
    margin-top: 30px;
}
.social_link_item a:hover {
    margin-top: 30px;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 25px;
    border-radius: 7px;
    height: 50px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    background: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #2438E2;
    border-color: #2438E2;
}
.all_writest_btn {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}
.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;
    padding: 0 1rem;
}

@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;
    }
}
@media only screen and (max-width: 600px) {
    .writers_block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .writers_block_slider .slick-slide {
        margin: 0 25px;
    }
    .writers_block_title {
        font-weight: 700;
        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)));
        color: #031b4e;
    }
    .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 {
        letter-spacing: 0.5px;
        color: #000000;
        font-weight: 600;
        font-family: 'Poppins',sans-serif;
        font-size: 1.125rem;
        line-height: 1.5;
        margin: 31px 0 7px;
    }
    .writers_block_position {
        color: #404040;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
    }
    .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: #000000;
        height: auto;
    }
    .writer_block_social {
        justify-content: center;
    }
    .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: '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;
    }


}
@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;
    }
    .writers_block_slider .slick-slide {
        padding: 0rem;
    }

}
/**/


/*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 h2 {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    word-break: break-word;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #031B4E;
}
.seo_text_title_wc span {
    margin-right: 28px;
    display: flex;
}
.seo_text_title_wc span img {
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    font: inherit;
    font-size: 40px;
    color: #3b7eff;
    width: 40px;
    height: 40px;
    fill: currentcolor;
    box-sizing: border-box;
    outline: none;
}
.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 48px 0;
    display: flex;
    align-items: center;
}
.seo_text_title span {
    margin-right: 28px;
}
.seo_text_title span img {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    font: inherit;
    font-size: 40px;
    color: #3b7eff;
    width: 40px;
    height: 40px;
    fill: currentcolor;
    box-sizing: border-box;
    outline: none;

}
.seo_text_content {
    max-width: 1140px;
    margin: 0 auto;
}
.seo_text_text p,
.seo_text_text div {
    text-size-adjust: 100%;
    visibility: visible;
    word-break: break-word;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #3D4962;
}
.seo_text_text h2{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #031B4E;
    margin-bottom: 8px;
}
.seo_text_text h3{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #031B4E;
    margin-bottom: 8px;
}
.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 {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    word-break: break-word;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0;
    font-weight: normal;
}
::marker {
    color: #2438E2;
}
.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 {
        color: #232323;
        text-align: center;
        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;
    }


}


/**/


/*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 {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    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;
}
.tabs {
    overflow: hidden;
}
.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.tab-label {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    background: #0C155D;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    border-top: 1px solid #eee;
    color: #fff;
    visibility: visible;
    cursor: auto;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    word-break: break-word;
    font-weight: 600;
    margin: 0;
    font-family: inherit;
    font-size: 1.125rem;
    padding: 10px 30px 10px 25px;
    line-height: 1.3;
    transition: color 0.2s ease-in-out;
    width: 100%;
    align-items: center;
}

.accordion-items input:checked ~ .tab-label-name {
    color: #7d3ed5;
}
.tab-label::after {
    content: "";
    width: 20px;
    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,%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 213.333 213.333' 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%3Cpolygon points='0,53.333 106.667,160 213.333,53.333 ' fill='%23ffffff' data-original='%23000000' style=''/%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");
    background-size: 12px 12px;
}
.tab-label:after:hover {
    background-color: #999999;
}
.tab-content {
    max-height: 0;
    padding: 0px 25px;
    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;


}
.accordion-items input:checked + .tab-label {
    background: #FFFFFF;
    color: #2438E2;
}
.accordion-items input:checked + .tab-label::after {
    background-image: url(/wp-content/themes/labtech/image/f-arr.svg);

}
.accordion-items input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0px 10px 25px 25px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 23px;
    color: #4c4c4d;
}
.accordion-items input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-items {
    max-width: 960px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .accordion-items {
        padding: 0 15px;
    }
}
@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;
    }
}

/**/


/*contact form & FAQ*/

.contact_faq {
    text-size-adjust: 100%;
    font-style: normal;
    line-height: 1.6875;
    color: #404040;
    font-family: Poppins;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0C155D;
}
.contact_faq_block{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.contact_faq_block_title{
    text-size-adjust: 100%;
    visibility: visible;
    word-break: break-word;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    font-family: 'Poppins',sans-serif;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}
.cfaq_block {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
}
.contact_form_left_content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
}
.contact_faq_form {
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    -webkit-box-flex: 0;
    border-radius: 10px;
    padding: 40px 40px 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.07);
}
.contact_faq_title {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #031B4E;
}
.contact_form_subtitle {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    padding-bottom: 40px;
}
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    width: 100%;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px !important;
    color: #495057;
    word-break: break-word;
    font-family: 'Poppins',sans-serif;
    line-height: 16px;
    font-size: 15px;
    background-color: #ffffff;
    border-color: #cccccc;
    padding: 14px 15px 14px 20px;
    resize: vertical;
}
div.wpforms-container-full .wpforms-form button {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 25px;
    border-radius: 7px;
    height: 50px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    background-color: #7d3ed5 !important;
    border-color: #7d3ed5 !important;
    color: #ffffff !important;
    margin: 0;
}
.contact_form_right_content {
    /*flex: 0 0 50%;*/
    flex: 0 0 100%;
}
@media only screen and (max-width: 1024px) {
    .contact_faq_block{
        padding: 0 16px;
    }
    .contact_faq {
        padding: 30px 16px;
    }
    #menu-usefull-links {
        text-align: left;
    }
}
@media only screen and (max-width: 768px) {
    .contact_faq_block{
        padding-left: 0px;
        padding-right: 0px;
    }
    .cfaq_block {
        padding: 0 16px;
    }
    .footer-col3 {
        flex: 0 0 100%;
    }
    #menu-usefull-links {
        text-align: left;
    }
}
@media only screen and (max-width: 600px) {
    .contact_faq_block{
        padding-left: 15px;
        padding-right: 15px
    }
    .contact_faq_block_title{
        font-weight: 700;
        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)));
        color: #ffffff;
    }
    .cfaq_block {
        flex-direction: column;
    }
    .contact_form_left_content {
        padding: 0 16px;
    }
    .contact_form_left_content {
        max-width: 100%;
    }
    div.wpforms-container-full .wpforms-form .wpforms-one-half {
        width: 100% !important;
        margin-left: 0px !important;
    }
    #wpforms-312-field_2 {
        margin-bottom: 20px;
    }
    .contact_faq_form {
        margin-bottom: 20px;
    }
}
/**/

/*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;
    }

}
@media only screen and (max-width: 375px) {
    .cfaq_block,
    .contact_form_left_content {
        padding: 0px;
    }
}
/**/


/*testimonials*/
.testimonial {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F4F5FE;
}
.testimonials_block_title {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-size-adjust: 100%;
    visibility: visible;
    word-break: break-word;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    font-family: 'Poppins',sans-serif;
    align-items: center;
    width: auto;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 3rem;
    padding-left: 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #031B4E;
}
.testimonials_block_title span {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    word-break: break-word;
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: #eef3f9;
    margin-right: 25px;
    align-items: center;
}
.testimonials_block_title span img {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    word-break: break-word;
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    font: inherit;
    line-height: 55px;
    box-sizing: border-box;
    outline: none;
    width: 25px;
    height: 25px;
}
.testimonial_user_info {
    display: flex;
    min-height: 380px;
}
.testimonial_user_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #eef3f9;
    border-radius: 7px;
}
.testimonial_name {
    text-align: left;
    font-style: normal;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem;
    word-break: break-word;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #353535;
}
.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;
}
.star-rating {
    display: flex;
    margin-bottom: 10px;
}
.star-rating svg {
    width: 14px;
    height: 14px;
    fill: #fabd4a;
    color: #fabd4a;
    margin: 0 8px 0 0;
}
.testimonial_descriprion {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 35px;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    color: #3D4962;
    line-height: 26px;
}
.page-template-page-testimonials .testimonial_descriprion{
    background-color: #F8F8FA;
}
/*.testimonial_descriprion:hover {*/
/*    text-size-adjust: 100%;*/
/*    color: #404040;*/
/*    visibility: visible;*/
/*    box-sizing: border-box;*/
/*    outline: none;*/
/*    font: inherit;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    border-radius: 7px;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    padding: 60px 35px 30px 80px;*/
/*    transition: all 0.3s ease;*/
/*    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.07);*/
/*    background-color: #fff;*/
/*    cursor: pointer;*/
/*}*/
.testimonial_name {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 16px;
    word-break: break-word;
    font-family: 'Poppins',sans-serif;
    position: relative;
    /*padding-left: 60px;*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #031B4E;
    display: flex;
    align-items: center;
}
.testimonial_name img{
    border-radius: 4px;
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
/*.testimonial_name:before {*/
/*    content: '';*/
/*    background-color: currentColor;*/
/*    position: absolute;*/
/*    top: calc(50% - 1px);*/
/*    left: 0;*/
/*    width: 50px;*/
/*    height: 1px;*/
/*    opacity: .5;*/
/*}*/
.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: 1140px;
}
.testimonial_item {
    position: relative;
}
.testimonial_item_image img {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    font: inherit;
    box-sizing: border-box;
    outline: none;
    display: block;
    margin: auto;
    padding: 0!important;
    border: none!important;
    height: 100%;
    object-position: center;
    position: absolute;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
    object-fit: cover;
    filter: grayscale(100%);
    width: 60px;
    height: auto;
    z-index: 1;
    left: 0;
    top: 0;
}
.testimonial_all {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.testimonial_all a {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    visibility: visible;
    outline: none;
    font: inherit;
    border: 1px solid;
    white-space: normal;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 16px 35px !important;
    border-radius: 5px;
    height: 50px;
    background-color: #2438E2;
    border-color: #2438E2;
    color: #fff !important;
    border-width: 2px;
    list-style: none;
    box-sizing: inherit;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
    transition: color .2s ease-in-out;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6875;
}
.testimonial_all a:hover {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    padding: 16px 35px !important;
    text-size-adjust: 100%;
    visibility: visible;
    outline: none;
    font: inherit;
    border: 1px solid;
    white-space: normal;
    overflow: hidden;
    letter-spacing: 1px;
    border-radius: 5px;
    height: 50px;
    color: #2438E2 !important;
    border-width: 2px;
    background-color: transparent;
    border-color: #2438E2;
    list-style: none;
    box-sizing: inherit;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
    transition: color .2s ease-in-out;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
}
@media only screen and (max-width: 1024px) {
    .testimonial {
        padding-left: 16px;
        padding-right: 16px;
    }
    .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) {
    .testimonials_block_title {
        font-weight: 700;
        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)));
        color: #031b4e;
    }
    .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: #031b4e;
        padding: 20px 10px;
        margin-top: 70px;
    }
    .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)));
    }
}

/**/

/*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;
    box-sizing: content-box;
    margin: 0;
    border: 0;
    padding: 30px 20px;
}
.blog_item_imgg img{
    max-width: 100%;
}
.blog_item_title a h2,
.blog_item_title a {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    word-break: break-word;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    color: #3368c6;
    transition: 0.2s ease-in-out;
    font-weight: bold;
}
.blog_item_title {
    margin-bottom: 0.875rem;
    min-height: 30px;
}
.blog_item_excerpt {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    word-break: break-word;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    margin-top: 18px;
    color: #4c4c4d;
}
.blog_item_link {
    text-align: center;
    width: 100%;
    padding-right: 20px;
}
.blog_item_link a {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 25px;
    border-radius: 7px;
    height: 50px;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6875;
    background: none;
    border-color: #3368c6;
    color: #3368c6;
    margin-top: 30px;
}
.blog_item_link a:hover {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    margin-top: 30px;
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 25px;
    border-radius: 7px;
    height: 50px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    background: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #3368c6;
    border-color: #3368c6;
}


@media only screen and (max-width: 768px) {
    .blog_item_content {
        padding: 1rem;
    }
    .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;
    }
    .blog_item_link {
        text-align: center;
        width: 100%;
        padding-right: 0;
    }
    .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)));
    }

}
/**/


/*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;
    flex: 0 0 33.333%;
    padding-right: 30px;
}
.post-pading:last-child {
    padding-bottom: 0px;
}
.post-title-excerpt {
    display: flex;
    flex-direction: column;
}
.blog_item {
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.07);
    border-radius: 0 0 7px 7px;
    cursor: pointer;
    transition: 0.3s;

}
.blog_item:hover {
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transform: translateY(-7px);
    transition: 0.3s;
}
.blog_item_img img {
    height: auto;
    width: 100%;
    border-radius: 7px 7px 0 0;
}

.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 {
    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;
}
.load-more-wrap {
    text-align: center;
}
#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;
}
#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 0;
    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 only screen and (max-width: 1024px) {
    .blog-section {
        padding-top: 2rem;
        padding-left: 16px;
    }
    .post-pading {
        padding-right: 16px;
    }
    .blog_item_title,
    .blog_item_excerpt {
        text-align: center;
    }
}
@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;
        padding-left: 16px;
    }
    .post-pading {
        padding-right: 16px;
    }
    .blog_item_title,
    .blog_item_excerpt {
        text-align: center;
    }

}
@media only screen and (max-width: 690px) and (min-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;
    }
}
@media only screen and (max-width: 375px) {
    .post-pading {
        padding-right: 0px;
        padding-left: 0px;
    }
}


/**/


/*404*/
.content404 {
    min-height: 70vh;
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.overlay_404 {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.7;
    background-color: #031b4e;
}

.block404 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto;
    padding: 4rem;
}
.title-404,
.subtitle-404_1 {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins',sans-serif;
    font-size: 4.625rem;
    line-height: 83px;
    z-index: 2;
}
.subtitle-404 {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    font-style: normal;
    width: 100%;
    color: #ffffff;
    padding-top: 10px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    z-index: 2;
}
.button404 {
    display: flex;
    padding: 3rem 0;
    z-index: 2;
}
.btnright {
    margin-right: 10px;
}
.order_btn404 {
    margin-left: 10px;
}

.btnright a {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    margin: 5px 0.8rem;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 16px 35px;
    border-radius: 5px;
    height: 50px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    background-color: #0154F7;
    border-color: #0154F7;
    color: #fff;
    border-width: 2px;
}
.btnright a:hover {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    margin: 5px 0.8rem;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 16px 35px;
    border-radius: 5px;
    height: 50px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    text-decoration: none;
    color: #fff;
    border-width: 2px;
    background-color: transparent;
    border-color: #ffffff;
}


.order_btn404 a {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    margin: 5px 0.8rem;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 16px 35px;
    border-radius: 5px;
    height: 50px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    text-decoration: none;
    color: #fff;
    border-width: 2px;
    background-color: transparent;
    border-color: #ffffff;
}
.order_btn404 a:hover {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    margin: 5px 0.8rem;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 16px 35px;
    border-radius: 5px;
    height: 50px;
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    background-color: #0154F7;
    border-color: #0154F7;
    color: #fff;
    border-width: 2px;
}
/**/

/*contact page*/
.contact_page {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.contact_page_block {
    display: flex;
    flex-wrap: wrap;
}
.cpd_left {
    flex: 0 0 50%;
    position: relative;
}
.cpd_overlay {
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
    background-color: #17b3b3;
    height: 98.3%;
}
.cpb_right {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cpd_left_image img {
    width: 100%;
/*    filter: grayscale(100%);*/
/*    transition: filter 0.2s ease;*/
}
/*.cpd_left_image img:hover {*/
/*    filter: grayscale(0%);*/
/*    transition: filter 0.2s ease;*/
/*}*/
.cpd_right_logo img {
    width: 40px;
    height: 40px;
}
.cpd_right_logo,
.cpd_right_title {
    text-align: center;
}
.cpd_right_title {
    text-size-adjust: 100%;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    word-break: break-word;
    margin: 0;
    padding: 0;
    font-style: normal;
    width: 100%;
    color: #3D4962;
    font-weight: 700;
    padding-top: 10px;
    font-family: 'Poppins',sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 18px;
}
.map {
    margin-bottom: -70px;
    margin-top: -10px;
    filter: grayscale(100%);
    transition: filter 0.2s ease;
}
.map:hover {
    filter: grayscale(0%);
    transition: filter 0.2s ease;
}
@media only screen and (min-width: 1025px) {
    .contact_page_block {
        /*padding: 0 20px;*/
    }
}
@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) {
    .contact_page_block {
        flex-direction: column;
    }
    .cpd_right_content {
        padding: 16px;
    }
    section,
    .contact_page {
        padding-left: 0px;
        padding-right: 0px;

    }
}

.seo_text_content_wc h2 {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    word-break: break-word;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #031B4E;
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .seo_text_content_wc h2 {
        font-weight: 400;
        font-size: 1.5rem;
        margin: 25px 0 15px;
    }
}

.seo_text_content_wc h3 {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    word-break: break-word;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #031B4E;
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .seo_text_content_wc h3 {
        font-weight: 400;
        font-size: 1.3rem;
        margin: 20px 0 10px;
    }
}

.seo_text_content_wc p{
    margin-bottom: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #3D4962;
}

.sidebar-calc {
    padding-left: 50px;
}
.form-calc {
    position: static!important;
}

.pricetable {
    margin-top: 40px;
    padding: 34px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 490px;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 44px rgb(35 52 61 / 15%);
    box-shadow: 0px 1px 44px rgb(35 52 61 / 15%);
}
.pricetable > p{
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #23343D;
    margin-bottom: 15px;
}
.pricetable .pricerow {
    border-bottom: 1px solid #E1E7E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pricetable .pricerow p {
    font-weight: 500;
    color: #23343D;
    margin-bottom: 0;
}
p.summary {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    color: #75838B;
}

.pricetable .pricerow span:not(.free){
    font-size: 14px;
    line-height: 24px;
    color: #75838B;
    margin-left: auto;
    position: relative;
}
.pricetable .pricerow span:not(.free):before, .pricetable .pricerow .summary span:before {
    content: "";
    background: #FF2931;
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg);
    bottom: 13px;
}
.pricetable .pricerow .free {
    font-size: 22px;
    line-height: 28px;
    color: #2438E2;
    margin-left: 5px;
    padding: 12px 0;
}
.pricetable .pricerow:last-child {
    margin-top: 25px;
    border: none;
}
.pricetable .pricerow:last-child p {
    font-size: 18px;
    line-height: 28px;
}
/*.pricetable .pricerow:last-child span:not(.free){*/
/*    display: none;*/
/*}*/
/*.pricetable .pricerow:last-child .free {*/
/*    margin-left: auto;*/
/*}*/
.pricetable .pricerow:nth-child(7) {
    border-bottom: 2px solid #2438E2;
    border-radius: 1px;
}
.sticky-bar {
    position: sticky;
    top: 87px;
}

.related-examples__title {
    text-align: center;
    font-size: 26px;
}

.related-examples__items {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
    .related-examples__items {
        flex-direction: column;
        align-items: center;
    }
}

.related-examples__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 225px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    border-radius: 0 0 7px 7px;
    margin: 0 10px;
    padding: 15px;
    transition: .3s;
}

@media only screen and (max-width: 767px) {
    .related-examples__item {
        width: 270px;
        margin: 0 10px 10px;
    }
}

.related-examples__item_imgg img{
    max-width: 165px;
}

.related-examples__title-s {
    text-decoration: none;
    color: #3368c6;
    font-size: 14px;
    font-weight: bold;
    transition: 0.2s ease-in-out;
    line-height: 1.3;
}

.related-examples__title-s:hover {
    color: #3368c6;
}

.related-examples__btn {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0px 15px;
    border-radius: 7px;
    height: 30px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.6875;
    background: none;
    border-color: #3368c6;
    color: #3368c6;
    margin: 25px 0 0 0;
}

.related-examples__btn:hover {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-size-adjust: 100%;
    visibility: visible;
    text-align: left;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    letter-spacing: 1px;
    border-radius: 7px;
    font-family: 'Poppins',sans-serif;
    line-height: 1.6875;
    background: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #3368c6;
    border-color: #3368c6;
}