/*
Theme Name: mwsn
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=Rubik:300,300i,400,400i,500,500i,700,700i,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: 'Inter', sans-serif;
}
section {
    background-color: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
}
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: 14px;
    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;
    }
    .steps {
        padding-bottom: 0!important;
    }
    #testimonial, .seo_text {
        padding-top: 0!important;
    }
    .accordion {
        padding-bottom: 60px!important;
    }
}
*: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;
    background: url('/wp-content/themes/mwsn/image/banner-calc-bg-min.png') 91.6% 108px no-repeat;
}
.baner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    /*background-attachment: fixed;*/
}
.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: 100vh;*/
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1140px;
    padding-top: 130px;
    padding-bottom: 100px;
}
.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 {
    word-break: break-word;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
    font-family: inherit;
    font-size: 4.25rem;
    color: #232323;
    box-sizing: border-box;
    font-weight: normal;
}
.baner-text-title h1{
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 66px;
    color: #fff;
    max-width: 555px;
    margin-bottom: 20px;
}
.baner-text-subtitle {
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    text-align: left;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 0;
    max-width: 538px;
    margin-bottom: 38px;
}
.baner-btn-block {
    display: flex;
}
.baner-order-btn {
    margin-right: 15px;
}
.text-center-bc {
    margin-top: 50px;
}
.baner-order-btn a {
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-style: normal;
    white-space: normal;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    color: #ffffff;
    cursor: pointer;
    width: 189px;
    height: 52px;
    padding: 0;
    border: 2px solid #F76F01;
    border-radius: 100px;
    background: #F76F01;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
}
.baner-order-btn a:hover {
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-style: normal;
    white-space: normal;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    background-color: transparent;
    border-color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
@media(max-width: 1336px){
    .baner > .cont{
        background-position: 100% 108px;
    }
}
@media (min-width: 1024px) {
    .baner-text {
        min-width: 650px;
    }
    /*.baner-text-subtitle {*/
    /*    max-width: 650px;*/
    /*}*/
}
@media (max-width: 1024px) {
    .baner > .cont{
        background: none;
    }
    .baner-block {
        padding-left: 20px;
        padding-right: 20px;
    }

}
/*@media (min-width: 768px) {*/
/*    .baner-text-title,*/
/*    .baner-text-subtitle {*/
/*        padding-right: 20px;*/
/*    }*/
/*}*/
@media (max-width: 768px) {
    .baner-text-title, .baner-text-tite h1 {
        /*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, .baner-text-tite h1 {
        font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / 28));
        line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / 28)));
        text-align: center;
    }
    .baner-text-subtitle {
        font-size: 1.2rem;
        max-width: 100%;
        padding-bottom: 1rem;
        text-align: center;
    }
    .baner-text-title h1{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .baner-block {
        display: block;
        padding-top: 7rem;
        padding-bottom: 0rem;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 767px) {
    /*.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, .baner-text-tite h1 {
        font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / 28));
        line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / 28)));
        text-align: center;
    }
    .baner-text-subtitle {
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / 28)));
        text-align: center;
    }
    .baner {
        padding-bottom: 30px;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .bottom-arrow {
        display: none;
    }
    .baner-order-btn {
        text-align: left;
    }

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

/*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: 110px;
    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 {
    position: relative;
    text-size-adjust: 100%;
    color: #404040;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    border: none;
    width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 32%;
    max-width: 32%;
    background-color: #ffffff;
    min-height: 100%;
    border-radius: 10px;
    margin-bottom: 40px;
}
.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: 60px;
    height: 60px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.features_pads_item_logo img {
    width: 60px;
    height: 60px;
}
.features_pads_content {
    padding: 0 0 0 70px;
}
.features_pads_content_count {
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    margin-bottom: 10px;
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #232323;
}
.features_pads_content_text {
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #404040;
}
@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;
    }
    .features_pads_item_logo {
        width: 100%;
        position: initial;
    }
    .features_pads_content {
        padding: 25px 0px 25px 0px;
    }
    .features_pads_content_count,
    .features_pads_content_text {
        text-align: center;
    }
}
@media only screen and (max-width: 375px) {
    .features_pads_block {
        padding: 0px;
    }
    .features_pads_items {
        padding: 0px;
    }
}
/**/


/*statistics*/
.our_statistics {
    /*padding-top: 60px;*/
    padding-bottom: 60px;
    background-color: #ffffff;
}
.our-statistics_items {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
}
.our-statistics_title, .features-pads_title {
    max-width: 1140px;
    margin: 0 auto;
    visibility: visible!important;
    word-break: break-word;
    text-align: center;
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #232323;
    margin-bottom: 60px;
}
.line_block {
    text-align: center;
}
.line1 {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #232323;

    box-sizing: border-box;
    display: inline-block;
    width: 80px;
    height: 4px;
    background-color: #232323;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}
.line {
    line-height: 1.5;
    text-align: center;
    color: #000000;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #e9e9e9;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.our-statistics_item_logo {
    visibility: visible!important;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    height: 64px;
    width: 64px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    background: #F4F5F7;
    border-radius: 100px;
    padding: 0;
}
.our-statistics_item_logo img {
    width: 44px;
    height: 44px;
}
.our-statistics_item {
    flex: 0 0 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-statistics_item_number {
    visibility: visible!important;
    box-sizing: border-box;
    margin-top: 16px;
    margin-bottom: 6px;
    word-break: break-word;
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #525FE1;
}
.our-statistics_item_text {
    box-sizing: border-box;
    font-family: inherit;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #404040;
}
@media only screen and (max-width: 768px) {
    .our-statistics_item .line {
        margin-left: 0;
    }
}
@media only screen and (max-width: 600px) {
    .our-statistics_title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }
    .our-statistics_item_number {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }
    .our-statistics_items {
        /*flex-direction: column;*/
    }
    .our-statistics_item {
        margin-bottom: 3rem;
        flex: 0 0 50%;
    }
    .our-statistics_item .line {
        display: none;
    }
}
/**/

/*statistics*/
.our_benefits {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #525FE1;
}
.our-benefits_items {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
}
.our-benefits_title {
    max-width: 1140px;
    margin: 0 auto;
    visibility: visible!important;
    word-break: break-word;
    text-align: center;
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 60px;
}
.our-benefits_item {
    flex: 0 0 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-benefits_items table{
    display: block;
    margin: 0 auto;
    width: 600px;
}
.our-benefits_items table tbody{
    display: block;
}
.our-benefits_items table tbody tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our-benefits_items table tbody tr:not(:last-child){
    margin-bottom: 16px;
}
.our-benefits_items table tbody tr td{
    color: #fff;
}
.our-benefits_items table tbody tr td:first-child{
    width: 40%;
}
.our-benefits_items table tbody tr td:last-child{
    width: 40%;
}
@media only screen and (max-width: 767px) {
    .our-benefits_items table{
        width: 520px;
    }
}
@media only screen and (max-width: 600px) {
    .our-benefits_items table{
        width: initial;
        padding: 0 16px;
    }
    .our-benefits_items table tbody tr{
        flex-direction: column;
    }
    .our-benefits_items table tbody tr td:first-child{
        width: 100%;
        font-weight: bold;
    }
    .our-benefits_items table tbody tr td:last-child{
        width: 100%;
    }
    .our-benefits_title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }
    .our-benefits_items {
        /*flex-direction: column;*/
    }
    .our-benefits_item {
        margin-bottom: 3rem;
        flex: 0 0 50%;
    }
}
/**/


/**/
.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: 50px;
    padding-bottom: 50px;
    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_block {
    max-width: 1140px;
    margin: 0 auto;
    height: 80vh;
    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-weight: 700;
    font-family: inherit;
    font-size: 2.25rem;
    line-height: 1.4em;
    color: #031b4e;
}
.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%;
    margin-bottom: 1.7em;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6875;
    color: #031b4e;
}
.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;
    font-size: 1rem;
    line-height: 1.6875;
    color: #8893b9;
    position: relative;
    padding-left: 20px;
}
.ws_item_list:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='1792.0000000000002' height='1792.0000000000002' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='602' width='802' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%233368c6' id='svg_1' d='m1363,877l-742,742q-19,19 -45,19t-45,-19l-166,-166q-19,-19 -19,-45t19,-45l531,-531l-531,-531q-19,-19 -19,-45t19,-45l166,-166q19,-19 45,-19t45,19l742,742q19,19 19,45t-19,45z'/%3E%3C/g%3E%3C/svg%3E");    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    top: 7px;
    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: 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;
}
.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: 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: 0 25px;
    border-radius: 7px;
    height: 50px;
    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: 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-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: 50px;
    padding-bottom: 20px;
    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-weight: 400;
    font-size: 2.25rem;
    line-height: 1.4em;
    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;
    font-style: normal;
    width: 100%;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.4em;
    color: #031b4e;
}
.advantages_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.advantages_item {
    width: 33.333%;
    padding: 0 16px;
    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-weight: 600;
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.5;
    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-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%;
    }
    .advantages_item_logo_title {
        flex-direction: column;
        margin-bottom: 15px;
    }

}
/**/

/*contact_fprm**/
.conatct_form {
    position: relative;
    padding-top: 80px;
    padding-bottom: 90px;
    background: #525FE1 url("/wp-content/themes/mwsn/image/bg-cta.jpg") center center no-repeat;
}
.page-template-default .conatct_form {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.block_contact_form {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact_form_logo {
    padding-top: 10px;
}
.contact_form_logo img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.contact_form_left {
    display: flex;
}
.contact_form_title {
    word-break: break-word;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.contact_form_descr {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 30px;
    word-break: break-word;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.contact_form_button {

}
.contact_form_button a {
    box-sizing: border-box;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    letter-spacing: 1px;
    white-space: normal;
    transition: all .3s ease-in-out;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    margin: 0;
    cursor: pointer;
    background: #F76F01;
    border: 2px solid #F76F01;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    width: 189px;
    height: 52px;
}
.contact_form_button a:hover {
    background-color: transparent;
}
.contact_form_button_block {
    display: flex;
    justify-content: center;
    align-items: center;
}
@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;
    }
}
@media only screen and (max-width: 600px) {
    .contact_form_left {
        flex-direction: column;
        align-items: center;
    }
    .block_contact_form {
        flex-direction: column-reverse;
    }
    .contact_form_title {
        color: #ffffff;
        text-align: center;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }
    .contact_form_descr {
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        color: #ffffff;
    }
    .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: 3rem!important;
        padding-bottom: 3rem!important;
        background-position: center center;
        background-size: cover;
    }
    .block_contact_form {
        display: flex;
        flex-direction: column;
    }
    .contact_form_button_block {
        order: 1;
    }

}
/**/

/*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: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}
.steps_overlay_bg {
    color: #404040;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    min-height: 100vh;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.8;
    background-color: #ffffff;
}
.steps_block {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.steps_block_title{
    max-width: 1140px;
    margin: 0 auto;
    visibility: visible!important;
    word-break: break-word;
    text-align: center;
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #232323;
    margin-bottom: 60px;
    margin-top: 60px;
 }
.steps_item_logo img {
    width: 60px;
    height: 60px;
}
.steps_items {
    /*display: flex;*/
    flex-wrap: wrap;
}
.steps_item {
    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: #3368c6;
    display: flex;
}
.steps_item_num {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps_item_num span {
    text-align: left;
    box-sizing: border-box;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 64px;
    height: 64px;
    background: #F4F5F7;
    border-radius: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #232323;
    z-index: 1;
}
.steps_item:first-child .steps_item_num:after {
    top: 200px;
    left: -162px;
    position: absolute;
    content: "";
    width: 388px;
    opacity: 0.4;
    border: 1px dashed #B6BFFF;
    transform: rotate(
            90deg);
}
@media(max-width: 850px){
    .steps_item:first-child .steps_item_num:after{
        top: 230px;
    }
}
@media(max-width: 650px){
    .steps_item:first-child .steps_item_num:after{
        top: 255px;
    }
}
@media(max-width: 600px){
    .steps_item:first-child .steps_item_num:after{
        top: 293px;
        width: 500px;
        left: -217px;
    }
}
@media(max-width: 480px){
    .steps_item:first-child .steps_item_num:after{
        top: 332px;
        width: 560px;
        left: -247px;
    }
}
@media(max-width: 380px){
    .steps_item:first-child .steps_item_num:after{
        width: 645px;
        left: -290px;
    }
}
@media(max-width: 350px){
    .steps_item:first-child .steps_item_num:after{
        top: 370px;
    }
}
@media(max-width: 330px){
    .steps_item:first-child .steps_item_num:after{
        top: 390px;
        width: 720px;
        left: -328px;
    }
}
.steps_items > div:nth-child(4) > div.steps_item_num:after {
    display: none;
}
.steps_item_text {
    padding-left: 84px;
    margin-bottom: 44px;
}
.steps_item:last-child .steps_item_text{
    margin-bottom: 0;
}
.steps_item_title {
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 6px;
    word-break: break-word;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #232323;
}
.steps_item_descr {
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #404040;
}
.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: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .steps_block_title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }
    .steps_items {
        flex-direction: column;
    }
    .steps_item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }
    /*.steps_item_num:after {*/
    /*    height: 170px;*/
    /*}*/
    .steps_item_title {
        text-align: left;
    }
    .steps_item_descr {
        text-align: left;
    }
    .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-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        width: 100%;
        display: none;
    }
    .steps_item_num {
        left: 0;
        top: 0;
    }
    .steps_item_num span {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }



}
/**/




/*teams*/

.writers {
    position: relative;
    padding: 100px 0;
    background-color: #FAFAFB;
}

@media only screen and (max-width: 768px) {
    .writers {
        padding: 60px 0;
    }
}

.writers_block {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.writers_block_content {
    color: #232323;
    position: relative;
    width: 100%;
    background-color: #FAFAFB;
    height: fit-content;
    transition: all .2s;
    margin: 0;
    padding: 15px;
}
.writers_block_item {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(234 235 248 / 50%);
    border-radius: 10px;
}

.writers_block_name-rate {
    margin-right: auto;
    margin-left: 25px;
}

@media only screen and (max-width: 1600px) {
    .writers_block_name-rate {
        margin: 25px 0;
    }
}

.writers_block_rate {
    line-height: 1;
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 1600px) {
    .writers_block_rate {
        display: flex;
        justify-content: space-between;
        margin: 15px auto 0;
        width: 100px;
    }
}

.writers_block_title {
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 45px;
    word-break: break-word;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #232323;
}

@media only screen and (max-width: 768px) {
    .writers_block_title {
        margin-bottom: 0;
    }
}

.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: 1600px;
}

.writers_block_middle {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.writers_block_description {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0;
    color: #232323;
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 1600px) {
    .writers_block_description {
        width: 100%;
    }
}

.writers_block_description strong {
    color: #000000;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.writers_block_image {
    background-size: contain;
    width: 83px;
    height: 83px;
    border-radius: 50%;
}
.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: auto;
}

.writers_block_text {
    color: #979797;
    min-height: 70px;
    font-size: 16px;
    line-height: 26px;
}

.writers_block_slider .slick-dots li {
    border: 1px solid transparent;
    border-radius: 100px;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.writers_block_slider .slick-dots li.slick-active {
    border: 1px solid #525FE1;
    background: rgb(82 95 225 / 20%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.writers_block_slider .slick-dots li button {
    background: #525FE1;
    border: none;
    outline: none;
}

.writers_block_text strong {
    font-weight: bold;
    margin: 0 5px 0 0;
    color: #232323;
}
.writers_block_descr {
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
}
.page-template-default .writers_block_descr {
    display: none;
}
.writer_block_social {
    display: flex;
    justify-content: flex-start;
}
.page-template-default .writer_block_social {
    justify-content: center;
}
.writers_block_name {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #232323;
}

.writers_block_position {
    text-align: left;
    padding: 3rem 0 1rem;
}
.writers_block_position span {
    font-style: normal;
    color: #000000;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1;
    word-break: break-word;
    padding-bottom: 1rem!important;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
}

.writers_block_slider .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}

.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: #ffffff;
    color: #ffffff;
}
.social_link_item a:hover {
    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: inherit;
    font-size: 1rem;
    line-height: 1.6875;
    background: none;
    text-decoration: none;
    color: #3368c6;
    background-color: #ffffff;
    border-color: #ffffff;
}
.all_writest_btn {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.all_writest_btn a {
    width: 269px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 52px;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-family: inherit;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    box-sizing: content-box;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
    border: 1px solid #F76F01;
    background: #F76F01;
    border-radius: 87px;
}
.all_writest_btn a:hover {
    color: #F76F01;
    background-color: transparent;
}
.writers_block_item_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.writers_block_slider .slick-prev {
    width: 14px;
    height: 24px;
    padding: 0;
    filter: initial;
    transform: rotate(
            180deg);
    background: url(/wp-content/themes/mwsn/image/testi-arrow.png) center center no-repeat;
    opacity: 0.5;
}
.writers_block_slider .slick-next {
    width: 14px;
    height: 24px;
    padding: 0;
    filter: initial;
    transform: rotate(0);
    background: url(/wp-content/themes/mwsn/image/testi-arrow.png) center center no-repeat;
    opacity: 0.5;
}
.writers_block_slider .slick-prev:hover, .writers_block_slider .slick-next:hover{
    opacity: 1;
}

.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_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    .writers_block_top {
        flex-direction: column;
    }
}

.writers_block_link {
    display: inline-block;
    flex-shrink: 0;
    width: 117px;
    height: 50px;
    transition: .3s;
    border: 1px solid #525FE1;
    box-sizing: border-box;
    border-radius: 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #525FE1;
}

.writers_block_link:hover {
    color: #ffffff;
    background-color: #525FE1;
}

.writers_block_star {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/themes/mwsn/image/star.svg);
}

.writers_block_star.half-o {
    background-image: url(/wp-content/themes/mwsn/image/star-half-o.svg);
}

.writers_block_star.o {
    background-image: url(/wp-content/themes/mwsn/image/star-o.svg);
}

.writers_block_description:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center right;
    margin: 0 7px 0 0;
}

.writers_block_description:nth-child(1):before {
    background-image: url(/wp-content/themes/mwsn/image/team1.png);
}

.writers_block_description:nth-child(2):before {
    background-image: url(/wp-content/themes/mwsn/image/team2.png);
}

.writers_block_description:nth-child(3):before {
    background-image: url(/wp-content/themes/mwsn/image/team3.png);
}

.writers_block_description:nth-child(4):before {
    background-image: url(/wp-content/themes/mwsn/image/team4.png);
}

.writers_block_slider .slick-list {
    margin: 0 40px;
}

@media only screen and (max-width: 600px) {
    .writers_block_slider .slick-list {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .writers_block_name {
        font-size: 1.2rem;
    }
    .writers_block {
        padding: 0 16px;
    }
    .writers_block_position {
        padding-top: 1rem;
    }
    .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 40px;*/
    }

}
@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;
    }
    .blog_block_title {
        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 {
        margin-top: 1rem;
        margin-bottom: .5rem;
        word-break: break-word;
        padding-bottom: 1rem!important;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        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)));
        text-align: center;
    }
    .writers_block_position {
        font-size: 1rem;
        text-align: center;
        margin-top: 2rem;
    }
    .writers_block_descr {
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 1rem;
        padding-top: .25rem!important;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        font-family: inherit;
        font-size: calc( .9rem + (1 - 1) * ((100vw - 20rem) / 28));
        line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 20rem) / 28)));
        color: #ffffff;
        height: auto;
    }
    .writer_block_social {
        justify-content: center;
    }
    .page-template-page-about .writers_block_title {
        box-sizing: border-box;
        margin-top: 0;
        font-style: normal;
        word-break: break-word;
        font-weight: 400;
        text-align: center;
        margin-bottom: 2rem !important;
        font-family: inherit;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
        color: #353535;
    }
    .writers_block_slider .slick-arrow.slick-prev {
        left: -10px;
        top: 50%;
    }
    .writers_block_slider .slick-arrow.slick-next {
        right: -10px;
        top: 50%;
    }
}
@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: 85px;
    padding-bottom: 100px;
}

.seo_text_block {
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    margin: 0;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
}
.seo_text_title h1, .page-template-front-page .seo_text_title h2 {
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #232323;
    margin-bottom: 60px;
}
.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;
    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.seo_text_text-columns{
    display: flex;
    justify-content: space-between;
}
.seo_text_text.seo_text_text-columns div{
    width: 48%;
}
.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: 14px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #404040;
}
.seo_text_text h1,
.seo_text_text h3,
.seo_text_content_wc h1,
.seo_text_content_wc h3{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #404040;
    margin-bottom: 14px;
    margin-top: 20px;
}
.seo_text_content_wc h2,
.seo_text_text h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #232323;
    margin-bottom: 14px;
    margin-top: 24px;
}
.seo_text_text.seo_text_text-columns h2{
    margin-top: 0;
}
.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: #0154F7;
}
.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;
    }
    .seo_text_title h1 {
        font-size: 3.25rem;
    }
}
@media (max-width: 767px) {
    .seo_text_text.seo_text_text-columns{
        flex-direction: column;
    }
    .seo_text_text.seo_text_text-columns div{
        width: 100%;
    }
}
@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: left;
        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: 100px;
    padding-bottom: 115px;

}
.accordion_block_title {
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    word-break: break-word;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #232323;
    margin-bottom: 45px;
}
.tabs {
    overflow: hidden;
}
.tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin: 0;
    margin-bottom: 15px;
    transform: translateX(15px);
    max-width: 930px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgb(234 235 248 / 70%);
    border-radius: 10px;
    margin-left: 15px;
}
.tab:first-child{
    margin-top: 15px;
}
.tab-label {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    box-sizing: content-box;
    padding: 30px 28px 30px 28px;
    font-family: inherit;
    font-weight: 600;
    color: #000;
    font-size: 24px;
    line-height: 1.35;
    position: relative;
    align-items: center;
}
.tab-label:hover {
    background: #ffffff;
}
.tab-label::after {
    content: "";
    position: absolute;
    right: 0;
    width: 52px;
    height: 52px;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/wp-content/themes/mwsn/image/faq-up.png");
    transform: rotate(180deg);
    z-index: 2;
}
.tab-label:after:hover {
    background-color: #999999;
}
.accordion input:checked ~ .tab-label{
    padding-bottom: 16px;
}
.tab-label-name {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #232323;
}
.tab-content {
    max-height: 0;

    padding: 0px 10px 0px 0;
    color: #333333;
    background: white;
    -webkit-transition: all .20s;
    transition: all .20s;
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.55;
}
.tab-content span {
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #404040;
}
.accordion input:checked + .tab-label {
    /*background: #FFFFFF;*/
}
.accordion input:checked + .tab-label::after {
    transform: rotate(0deg);
}
.accordion input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0 30px 30px 28px;
    color: #0a0a0b;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.3;
}
.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-items {
    max-width: 960px;
    margin: 0 auto;
}
.arrow_bg {
    position: absolute;
    right: 0;
    background-color: #4f80e0;
    width: 80px;
    height: 1000px;
    top: 0;
    border-radius: 0 25px 25px 0;
}
.tab-label:hover .arrow_bg {
    background-color: #3514cc;
}
.line_gradient_center {
    text-align: center;
    margin-bottom: 2rem;
}
.line_gradient {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #232323;
    text-align: center;
    box-sizing: border-box;
    width: 5rem;
    height: 3px;
    background: linear-gradient(to right, #3514cc 50%, #ed6031 120%);
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .accordion-items {
        padding: 0 15px;
    }
    .tab {
        margin-left: 0rem;
        transform: translateX(0px);
    }
}
@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 {
        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: 1rem;
    }
    .arrow_bg {
        width: 60px;
    }
    .tab-label::after {
        width: 40px;
        height: 40px;
    }
    .tab {
        margin-left: 0rem;
        transform: translateX(0px);
    }
    .tab-label-name {
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / 55));
        line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / 28)));
    }
}

/**/


/*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: 50px;
    padding-bottom: 50px;
    background-color: #031b4e;
}
.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;
    color: #000000;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 18px;
}
.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-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;
    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-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%;
}
@media only screen and (max-width: 1024px) {
    .contact_faq {
        padding: 30px 16px;
    }
    #menu-usefull-links {
        text-align: left;
    }
}
@media only screen and (max-width: 768px) {
    .cfaq_block {
        padding: 0 16px;
    }
    .footer-col3 {
        flex: 0 0 33.333%;
    }
    #menu-usefull-links {
        text-align: left;
    }
}
@media only screen and (max-width: 600px) {
    .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 {
    position: relative;
    padding-top: 110px;
    padding-bottom: 105px;
    background-color: #ffffff;
}
.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;
    font-style: normal;
    font-weight: 700;
    display: flex;
    font-size: 1.5rem;
    line-height: 1.4;
    align-items: center;
    width: auto;
    color: #031b4e;
    padding-left: 2rem;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.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;
    justify-content: center;
}
.testimonial_user_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 7px;
}
.testimonial_name {
    box-sizing: border-box;
    word-break: break-word;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #232323;
}
.testimonial_name-b{
    font-weight: bold;
}
.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 3px 0 0;
}
.testimonial_descriprion {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #404040;
}
.global_title {
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 60px;
    word-break: break-word;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #232323;
}
.testimonial .global_title{
    margin-bottom: 30px;
}
.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 #525FE1;
    background: rgb(82 95 225 / 20%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial_items .slick-dots li button {
    background: #525FE1;
    border: none;
    outline: none;
    cursor: pointer;
}

.testimonial_items .slick-dots {
    margin-top: 47px;
    padding: 0!important;
}
.testimonial_items.slick-slider {
    max-width: 860px;
}
.testimonial_item {
    position: relative;
    padding-top: 30px;
}
.testimonial_item-quotes{
    position: absolute;
    width: 58px;
    height: 50px;
    background: url("/wp-content/themes/mwsn/image/testi-quotes.png") center center no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.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-decoration-skip-ink: auto;*/
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-width: 2px;
    white-space: normal;
    letter-spacing: 1px;
    padding: 14px 55px !important;
    border-radius: 3px;
    background-color: #0EB766;
    border-color: #0EB766;
    color: #ffffff !important;
    list-style: none;
    box-sizing: inherit;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    word-break: break-word;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    transition: .5s ease-in-out;
    font-weight: normal;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}
.testimonial_all a:hover {
    background-color: #01A154;
    transition: .5s;
}
.line-wrap {
    display: flex;
    height: 30px;
    text-align: center;
    justify-content: center;
}
.line {
    width: 100px;
    height: 1px;
    background: #232323;
}
.line1 {
    margin-left: -2rem;
}
.line2 {
    margin-right: 0rem;
    margin-top: 10px;
}
.our-statistics_item .line {
    width: 100px;
    height: 1px;
    background: #232323;

}
@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) {
    .global_title {
        font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / 28)));
    }
    .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 {
        font-size: 1rem;
        text-align: center;
    }
    .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 .testimonial_descriprion {
        min-height: auto;
    }
    #testimonial .slick-dots {
        margin-top: 0px;
    }
    .testimonials_block .slick-prev,
    .testimonials_block .slick-arrow {
        top: 12%;
    }

}
@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 {
    text-align: center;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: -15px;
    padding: 20px 30px 20px;
    background-color: #efefef;
}
.blog_item_title a h2,
.blog_item_title a {
    font-weight: 700;
    font-family: inherit;
    font-size: 1.5rem;
    color: #525FE1;
    margin: 0;
    line-height: 1.3;
    padding-bottom: 1rem;
    text-align: left;
}
.blog_item_title {
    margin-bottom: 0.875rem;
    min-height: 30px;
}
.blog_item_excerpt {
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    font: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    word-break: break-word;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6875;
    margin-top: 18px;
    color: #4c4c4d;
    text-align: center;
}
.blog_item_link {
    text-align: center;
    width: 100%;
    padding-right: 20px;
}
.blog_item_link a {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1;
    font-weight: 500;
    border-width: 2px;
    letter-spacing: 1px;
    font-size: 1rem;
    padding: 1rem 3rem;
    background: none;
    border-color: #525FE1;
    color: #525FE1;
    border-radius: 100px;
    margin-top: 1.5rem;
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    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;
}
.blog_item_link a:hover {
    color: #ffffff;
    background-color: #525FE1;
    cursor: pointer;
}


@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: #1d0b6f !important   ;
        position: relative;
    }
    .blog_item_link {
        text-align: center;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .blog_item_content {
        padding: 15px;
        margin-top: -15px;

    }
    .blog_items .slick-slide {
        margin: 0 25px;
    }
    .blog_item_title {
        text-align: center;
    }
    .blog_item_title a h2, .blog_item_title a {
        font-weight: 700;
        font-family: inherit;
        font-size: 1.5rem;
        margin: 0;
        line-height: 1.3;
        padding-bottom: 1rem;
        text-align: left;
    }
    .blog_item_excerpt {
        font-size: 1rem;
        line-height: 1.6;
        color: #767676;
    }
    .blog_block .blog_item {
        margin: 0 40px;
    }
    .blog_block .slick-prev {
        left: 0px;
    }
    .blog_block .slick-next {
        right: 0px;
    }
    .blog_block_title {
        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_img{
    background-size: cover;
    height: 300px;
}
.blog_item_img img {
    height: auto;
    width: 100%;
}

.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;
}
#true_loadmore {
    -webkit-font-smoothing: antialiased;
    height: 60px;
    vertical-align: middle;
    user-select: none;
    font-family: inherit;
    text-align: center;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
    color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    text-rendering: optimizeSpeed;
    /*text-decoration-skip-ink: auto;*/
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    background-color: #082c4e !important;
    border-color: #082c4e !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
#true_loadmore:hover {
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 1rem 2.6rem;
    text-decoration: none;
    color: #000000 !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 100px;
}
.loadmore-block {
    margin-bottom: 100px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.header-baner-img-title {
    text-align: center;
    padding: 1rem 0;
    max-width: 1140px;
    margin: 0 auto;
}
.header-baner-img-title h1 {
    line-height: 1.2;
    font-family: 'Rubik', sans-serif;
    font-size: 4.25rem;
    text-align: center;
    color: #000000;
    box-sizing: border-box;
    font-weight: normal;
}
.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: 10px;
        padding-left: 10px;
    }
    .blog-section {
        padding-top: 2rem;
        padding-left: 0;
    }
    .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 {
        word-break: break-word;
        font-style: normal;
        font-family: 'Rubik', sans-serif;
        font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / 28)));
        text-align: center;
        color: #000000;
        box-sizing: border-box;
        font-weight: normal;
    }
    .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;
    background-color: #ffffff;
}
.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: #000000;
    font-weight: 700;
    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: #000000;
    padding-top: 10px;
    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-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1;
    border-width: 2px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    font-size: 1rem;
    padding: 1rem 3rem;
    background: none;
    border-color: #525FE1;
    border-radius: 100px;
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    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;
    color: #525FE1;
}
.btnright a:hover {
    background: #525FE1;
    color: #ffffff;
}


.order_btn404 a {
    margin: .4rem .8rem !important;
    box-sizing: border-box;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    letter-spacing: 1px;
    white-space: normal;
    transition: all .3s ease-in-out;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    cursor: pointer;
    background: #F76F01;
    border: 2px solid #F76F01;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    width: 189px;
    height: 52px;
}
.order_btn404 a:hover {
    background-color: transparent;
    border-color: #F76F01;
    cursor: pointer;
    color: #F76F01;
}
/**/

/*contact page*/
.contact_page {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.contact_page_block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 740px;
}
.cpd_left {
    flex: 0 0 50%;
    position: relative;
}

.cpb_right {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cp_title_address,
.cp_title_contacts,
.cp_cf_title {
    text-align: left;
    font-style: normal;
    color: #000000;
    box-sizing: border-box;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1;
    word-break: break-word;
    padding-bottom: .5rem!important;
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem;
}
.cp_address_list_item,
.cp_email_title,
.cp_email_title a,
.cp_phone_title,
.cp_phone_title a {
    font-weight: 400;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    box-sizing: border-box;
    margin-top: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
}
.cp_title_contacts {
    margin-top: 2rem;
}
.cf_line span input,
.cf_line span textarea {
    box-sizing: border-box;
    margin: 0;
    overflow: visible;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
    line-height: 1.43;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 2px solid #000000;
    color: #000000;
    border-radius: 0;
    min-height: 35px;
    padding: 1px 0;
    margin-bottom: 2rem;
}
.cf_line span textarea {
    min-height: 100px;
}
.cf_line input.wpcf7-submit {
    box-sizing: border-box;
    overflow: visible;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1;
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    white-space: normal;
    transition: all .3s ease-in-out;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    background: none;
    border-color: #000000;
    color: #000000;
    margin: .4rem 0;
    cursor: pointer;
    border-radius: 100px !important;
    padding: 1rem 3rem;
}
.cf_line input.wpcf7-submit:hover {
    box-sizing: border-box;
    overflow: visible;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1;
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    white-space: normal;
    transition: all .3s ease-in-out;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    background: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    margin: .4rem 0;
    cursor: pointer;
    border-radius: 100px !important;
    padding: 1rem 3rem;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
    .contact_page_block {
        /*padding: 0 20px;*/
    }
}
@media only screen and (max-width: 1024px) {
    .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;

    }
    .cp_title_address, .cp_title_contacts, .cp_cf_title, .cp_address_list_item, .cp_email_title, .cp_email_title a, .cp_phone_title, .cp_phone_title a {
        text-align: center;
    }
    #wpcf7-f244-o1 > form > div.cp_form > div > div:nth-child(4) {
        display: flex;
        justify-content: center;
    }
    div.wpcf7 .ajax-loader {
        width: 0px !important;
        height: 0px !important;
    }


}

.page-template-proxy-template .list-group-item,  .page-template-proxy-template .list-group-item:hover{
    border: none!important;
    font-size: inherit!important;
    background: none;
}
.page-template-proxy-template .header-logo img {
    height: inherit;
}
.page-template-proxy-template #site-footer .footer-item-title, .page-template-proxy-template #site-footer .custom-html-widget{
    font-size: inherit!important;
}
.page-template-proxy-template .header {
    position: static!important;
}
#testimonial .testimonial_items .slick-prev {
    left: -148px!important;
    top: 21%;
    width: 14px;
    height: 24px;
    padding: 0;
    filter: initial;
    transform: rotate(
            180deg);
    background: url(/wp-content/themes/mwsn/image/testi-arrow.png) center center no-repeat;
    opacity: 0.5;
}
#testimonial .testimonial_items .slick-next {
    right: -148px!important;
    top: 21%;
    width: 14px;
    height: 24px;
    padding: 0;
    filter: initial;
    transform: rotate(0);
    background: url(/wp-content/themes/mwsn/image/testi-arrow.png) center center no-repeat;
    opacity: 0.5;
}
#testimonial .testimonial_items .slick-prev:hover, #testimonial .testimonial_items .slick-next:hover{
    opacity: 1;
}
p.css-info::after {
    content: attr(data-info);
}
.footer-item__copyright {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #AAAAAA;
    margin-top: 40px;
}
.post-template-default #main {
    max-width: 730px!important;
}
@media only screen and (max-width: 1024px) {
    .post-template-default #main {
        max-width: 100%!important;
    }
}
@media only screen and (max-width: 1000px) {
    .post-template-default #main img{
        max-width: 600px;
        max-heihgt: 300px;
    }
}
@media only screen and (max-width: 600px) {
    .post-template-default #main img{
        max-width: 300px;
        max-heihgt: 300px;
    }
}

/**/

.category .loadmore-block {
    display: block;
}

.category .loadmore-block .blog_item{
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.category .loadmore-block .blog_item .blog_item_img, .category .loadmore-block .blog_item .blog_item_link{
    display: none;
}

.category .loadmore-block .blog_item .blog_item_content{
    background: none;
    text-align: left;
    padding: 0;
}

.category .loadmore-block .blog_item .blog_item_excerpt{
    -ms-text-align-last: right;
    text-align: left;
}

.related-posts {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .related-posts {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 25px;
    }
}

.related-posts__title {
    font-size: 1.4rem;
    font-weight: bold;
}

.related-posts__list {
    padding: 0 0 0 40px !important;
}

@media only screen and (max-width: 1024px) {
    .related-posts__list {
        padding: 0 0 0 30px !important;
    }
}

.related-posts__item {
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 767px) {
    .related-posts__item {
        margin: 0 0 10px 0;
        line-height: 1.3;
    }
}

.related-posts__link:hover {
    text-decoration: underline;
}

.loadmore {
    display: none;
    text-align: center;
}

/*.post-pading {*/
/*    display: none;*/
/*}*/

.category-content .seo_text_content_wc ul.cat-list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 30px 14px;
    background: #e1e3f7;
}
.category-content .seo_text_content_wc ul.cat-list li{
    width: 33.33333333333333333%;
    padding: 20px 20px 20px 40px;
    border-right: 1px solid #9da1d0;
    border-bottom: 1px solid #9da1d0;
}
.category-content .seo_text_content_wc ul.cat-list li a{
    color: #404040;
    font-weight: 700;
    font-family: 'Rubik';
}
.category-content .seo_text_content_wc ul.cat-list li a:before{
    content: '\27A4';
    margin-right: 5px;
    color: #9da1d0;
}
@media(max-width: 920px){
    .category-content .seo_text_content_wc ul.cat-list li{
        width: 50%;
    }
}
@media(max-width: 767px){
    .category-content .seo_text_content_wc ul.cat-list li{
        width: 100%;
    }
}