/*
Theme Name: Theme_Name
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=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Cormorant:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap');

/**/

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

ul[class],
ol[class] {
    padding: 0;
}


body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    font-family: 'Cormorant', serif;
}


ul[class],
ol[class] {
    list-style: none;
}

a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}



img {
    max-width: 100%;
    display: block;
}


article > * + * {
    margin-top: 1em;
}
h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.25;
    font-weight: 500;
}
h2,h3,h4 {
    font-family: inherit;
    margin-bottom: 1.5rem;
}
p {
    margin-bottom: 1rem;
    color: #777d74;
    font-family: inherit;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
@media (max-width: 567px) {
    p {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
    }
}
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;
    }
}
@media (max-width: 1024px) {
    section {
        padding-right: 15px;
        padding-left: 15px;
    }
}

*: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: 1394px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
}
.page-template-default > .wr {
    background-color: #fafafa;
}
.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;
    }
}
/*.content {*/
    /*flex: 1 0 auto;*/
    /*padding-top: 100px;*/
/*}*/
footer {
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-color: #0D191D;
}

.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {

}
#order-page {
    height: 70vh;
}




/*Homepage baner*/
.baner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
    background-attachment: fixed;
}
.overlay_bg {
    opacity: 0.8;
    background-color: rgb(75, 59, 64);
    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;
}

@media (min-width: 2000px){
    .baner-block {
        height: 60vh;
    }
}
.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: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    font-weight: bold;
    line-height: 1.73;
}
.baner-text-title {
    font-family: inherit;
    font-size: 64px;
    line-height: 1;
    font-style: normal;
    word-break: break-word;
    text-align: left;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #ffffff;
}
.baner-text-title span {
    color: #E76F51;
}
.baner-text-subtitle {
    font-style: normal;
    word-break: break-word;
    max-width: 550px;
    text-align: left;
    color: #ffffff;
    font-family: inherit;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 1.06;
    font-style: italic;
}
.baner-btn-block {
    display: flex;
}
.baner-order-btn {
    margin-right: 15px;
}
.baner-order-btn a {
    letter-spacing: 2.2px;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0;
    font-style: normal;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    background-color: #E76F51 !important;
    border-color: #E76F51 !important;
    color: #ffffff !important;
    box-shadow: none;
    padding: 0.94rem 2.25rem;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.69rem;
    line-height: 2;
    text-transform: uppercase;
    margin-top: 28px;
}
.baner-order-btn a:before {
    background: #fff;
    right: -20px;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.baner-order-btn a:after {
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    right: -27px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.baner-order-btn a:hover:after {
    transform: translateX(10px);
}
.baner-order-btn a:hover::before {
    width: 50px;
    right: -30px;
    background: linear-gradient(90deg, #ffffff 43%, #000000 40%);
}

@media (min-width: 1024px) {
    .baner-text {
        min-width: 550px;
    }
    .baner-text-subtitle {
        max-width: 633px;
    }
}
@media (max-width: 1024px) {
    .baner-block {
        height: 100vh;
    }


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

}
@media (max-width: 768px) {
    .baner-text-title {
        /*font-size: 3rem;*/
        font-size: calc(25px + (23 + 23 * 0.7) * ((100vw - 320px) / 1140));
    }
    .baner-text-subtitle {
        text-align: left;
    }
    .baner-order-btn {
        text-align: center;
    }
    .baner-order-btn a:before {
        transform: translate(0px, 0px);
    }
    .baner-text-title {
        text-align: center;
    }
    .baner-text-subtitle {
        font-size: 1.2rem;
        max-width: 100%;
        padding-bottom: 1rem;
        text-align: center;
    }
    .baner-block {
        padding-top: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }


}
@media (max-width: 567px) {
    .baner-block {
        display: block;
        padding-top: 0rem;
        padding-bottom: 0rem;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .baner-text-subtitle {
        text-align: center;
    }
    .baner-text-title {
        font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
        text-align: center;
		margin-top: 30px;
    }
    .baner-text-subtitle {
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
        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;
    }
}
/**/

/*procent block*/
.circle {
    display: block;
    float: left;
    margin: 0 0 0 27px;
}
@media only screen and (max-width: 1500px) {
    .circle {
        float: unset;
        margin: 0 0 0 -20px;
        text-align: center;
    }
}
circle {
    fill: rgba(0,0,0,0);
    stroke: rgba(242, 56, 1, 0.3);
    stroke-width: 0;
    stroke-dasharray: 408px 408px;
}
circle:nth-child(2n) {
    fill: rgba(0,0,0,0);
    stroke: #E76F51;
    stroke-width: 3;
}
.procent {
    padding: 4rem 47px;
    background-color: #fafafa;
}
@media only screen and (max-width: 767px) {
    .procent {
        padding: 0 0 50px;
    }
}
.block_procent_items {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
@media only screen and (max-width: 1500px) {
    .block_procent_items {
        flex-wrap: wrap;
    }
}
.block_procent_item {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 350px;
}
@media only screen and (max-width: 1500px) {
    .block_procent_item {
        max-width: unset;
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .block_procent_item {
        width: 100%;
    }
}
.procent_circle {
    position: relative;
    flex: 0 0 33.3333%;
    margin-top: 4rem;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
    .procent_circle {
        margin-top: 1rem;
    }
}
.procent_count {
    position: absolute;
    top: 33%;
    left: 107px;
    font-size: 3.43rem;
    font-weight: bold;
}
@media only screen and (max-width: 1500px) {
    .procent_count {
        left: 50%;
        transform: translate(-50%, 0);
    }
}
.procent_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.06;
    text-align: center;
    margin-bottom: 0.625rem;
}
.procent_decription {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.73;
    font-weight: 400;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .block_procent_items {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 600px) {
    .block_procent_items {
        flex-direction: column;
    }
    .procent {
        padding-left: 15px;
        padding-right: 15px;
    }
    .procent_circle {
        display: flex;
        justify-content: center;
    }
    .procent_decription {
        text-align: center;
    }
}
/**/



/*info block 1*/
.info_services {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #E5E5E5;
}

@media only screen and (max-width: 1024px) {
    .info_services {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.info_services_block {
    display: flex;
    justify-content: space-between;
    max-width: 1394px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
}
.info_services_left {
    flex: 0 0 50%;
}
.info_services_before_title {
    color: #9e9e9e;
    margin-bottom: 0.4375rem;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    font-weight: bold;
}
.info_services_title {
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
    color: #232323;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
    .info_services_title {
        font-size: 54px;
    }
}
.info_services_title span {
    color: #E76F51;
}

.info_services_subtitle {
    font-size: 1.87rem;
    line-height: 1.06;
    font-weight: bold;
    color: #232323;
    margin: 40px 0 65px;
    font-style: italic;
}

@media only screen and (max-width: 1024px) {
    .info_services_subtitle {
        font-size: 1.5rem;
        margin: 25px 0;
    }
}

.info_services_description {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    font-weight: 400;
}
.info_services_content {
    max-width: 450px;
}
.info_services_button a {
    margin-top: 55px;
    letter-spacing: 2.2px;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0;
    font-style: normal;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    background-color: #E76F51 !important;
    border-color: #E76F51 !important;
    color: #ffffff !important;
    box-shadow: none;
    padding: 0.94rem 2.25rem;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
}
.info_services_button a:before {
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
    right: -20px;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.info_services_button a:after {
    border: 4px solid transparent;
    border-left: 4px solid #000;
    right: -27px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.info_services_button a:hover:after {
    transform: translateX(10px);
}
.info_services_button a:hover::before {
    width: 50px;
    right: -30px;
    background: linear-gradient(90deg, #ffffff 43%, #000000 40%);
}
.info_services_left {
    border-right: 2px solid #E76F51;
}

@media only screen and (max-width: 1024px) {
    .info_services_left {
        margin: 0 10px 0 0;
        flex-shrink: 1;
    }
}

.info_services_right {
    padding-left: 1.8125rem;
}

@media only screen and (max-width: 1300px) {
    .info_services_right {
        padding-left: 0;
    }
}

.info_services_logo img {
    width: 57px;
    height: 57px;
}
.info_services_right {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
}

.info_services_item {
    flex: 0 0 50%;
    margin-bottom: 2rem;
    padding: 0 2rem;
}

@media only screen and (max-width: 1300px) {
    .info_services_item {
        padding: 0 0.2rem;
    }
}

.info_services_card_title {
    margin-top: 35px;
    margin-bottom: 20px;
    height: 76px;
    font-size: 36px;
    line-height: 1.06;
    font-weight: bold;
    color: #232323;
}
.info_services_card_descr {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.73;
    text-align: left;
    font-weight: 400;
    color: #000000;
}
.info_services_right_link {
    position: relative;
    padding: 27px 27px 0 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 1024px) {
    .info_services_right_link {
        width: 290px;
        padding: 10px 10px 0 0;
    }
}

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

.info_services_right_link:before {
    content: '';
    position: absolute;
    width: 429px;
    height: 539px;
    background-color: #E76F51;
    top: 0;
    left: 27px;
}

@media only screen and (max-width: 1024px) {
    .info_services_right_link:before {
        width: 280px;
        height: 352px;
        top: 20px;
        left: 10px;
    }
}

.info_services_right_link img {
    position: relative;
}
.info_services_right_link_item {
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    position: relative;
}
.info_services_right_link_item a {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    font-weight: 400;
    color: #232323;
}
.info_services_right_link_item a:before {
    position: absolute;
    left: -1.6rem;
    content: "–";
}
.without_border {
    border-right: 2px transparent;
}
@media only screen and (max-width: 768px) {
    .info_services_block {
        flex-direction: column;
        align-items: center;
        padding-right: 15px;
        padding-left: 15px;
    }
    .info_services_left {
        border: none;
    }
    .info_services_right {
        margin-top: 50px;
        border-left: 2px solid #E76F51;
        padding-left: 1.8125rem;
    }
    .info_services_item {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 600px) {
    .info_services_block {
        flex-direction: column;
        padding-right: 0px;
        padding-left: 0px;
    }
    .info_services_right_link_item {
        margin: .3rem 0;
    }
    .info_services_title {
        font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
    }
    .info_services_subtitle {
        font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
    }
    .info_services_description {
        font-size: calc( 0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20))));
    }
    .info_services_left {
        border: none;
    }
    .info_services_right {
        padding-left: 10px;
        flex-direction: column;
        padding-top: 3rem;
    }
    .info_services_item {
        flex: 0 0 50%;
        margin-bottom: 2rem;
        padding: 0 3rem 0 0;
    }
    .info_services_card_title {
        font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
    }
}
/**/




/*conatct_form type 1*/
.conatct_form {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #5ea5ae;
}

@media only screen and (max-width: 1024px) {
    .conatct_form {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media only screen and (max-width: 768px) {
    .conatct_form {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.block_contact_form {
    max-width: 1394px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_form_title {
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    font-family: inherit;
    font-style: normal;
    font-size: 64px;
    line-height: 1;
}

@media only screen and (max-width: 1024px) {
    .contact_form_title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .contact_form_title {
        font-size: 30px;
        text-align: center;
    }
}

.contact_form_button_block {
    flex-shrink: 0;
}

.contact_form_subtitle {
    text-align: left;
    color: #232323;
    font-weight: 400;
    margin-top: .5rem;
    margin-bottom: 3rem;
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.5;
}

.contact_form_button a {
    letter-spacing: 2.2px;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0;
    font-style: normal;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    background-color: #E76F51 !important;
    border-color: #E76F51 !important;
    color: #ffffff !important;
    box-shadow: none;
    padding: 0.94rem 2.25rem;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.69rem;
    line-height: 2;
    text-transform: uppercase;
}
.contact_form_button a:before {
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
    right: -20px;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.contact_form_button a:after {
    border: 4px solid transparent;
    border-left: 4px solid #000;
    right: -27px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.contact_form_button a:hover:after {
    transform: translateX(10px);
}
.contact_form_button a:hover::before {
    width: 50px;
    right: -30px;
    background: linear-gradient(90deg, #ffffff 43%, #000000 40%);
}
.cf_block {
    max-width: 760px;
    padding-left: 0px;
    padding-right: 16px;
    margin: 0 auto;
}
.cf_block_fields {
    display: flex;
    flex-wrap: wrap;
}
.cf_block_field
 {
    flex: 0 0 40%;
    padding-left: 0rem;
    padding-right: 1rem;
}
.cf_block_submit {
    flex: 0 0 20%;
    padding-right: 0.6rem;
}
.cf_block_field span input {
    outline: 0;
    font-family: inherit;
    font-size: 1.1rem;
    min-height: 48px;
    line-height: 1rem;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 400;
    width: 100%;
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    -webkit-transition: border-color 0.25s ease 0s;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.cf_block_submit input {
    padding: 0.6rem 0.2rem;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-word;
    width: 100%;
    cursor: pointer;
    background-color: #f6d4ba;
    border-color: #f6d4ba;
    color: #9d4f14;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.cf_block_submit input:hover {
    color: #ffffff;
    background-color: #eca46d;
    border-color: #eca46d;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
    .contact_form_button a {
        margin-top: 2rem;
    }
    .block_contact_form {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .contact_form_title br {
        display: none;
    }
    .contact_form_subtitle {
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
    .cf_block_fields {
        flex-direction: column;
    }
    .cf_block_field {
        margin-bottom: 1.2rem;
    }
    .block_contact_form,
    .cf_block,
    .cf_block_field,
    .cf_block_submit {
        padding-left: 0px;
        padding-right: 0px;
    }
    .block_contact_form {
        flex-direction: column;
    }
}
/*conatct_form end*/





/*teams*/

.writers {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #fafafa;
}

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

.writers_block {
    max-width: 1394px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
}
.writers_block_title {
    color: #9e9e9e;
    margin-bottom: 0.4375rem;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    text-align: left;
    font-weight: bold;
    padding-left: 15px;
}
.writers_block_slider {
    max-width: 1394px;
}
.writers_block_description {
    font-size: 64px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    font-style: normal;
    margin-bottom: 3.3125rem;
    padding-left: 15px;
}
.writers_block_description span {
    color: #E76F51;
}
.writers_block_image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.writer_block_social {
    display: flex;
    justify-content: center;
}
.writers_block_text {
    background: #FFFFFF;
    padding: 2rem;
}
.writers_block_name {
    font-weight: bold;
    font-family: inherit;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    font-style: normal;
    color: #000000;
}
.writers_block_position {
    font-family: inherit;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
}

.social_link_item a{
    letter-spacing: 2.2px;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0;
    font-style: normal;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border-color: #000000 !important;
    color: #000;
    box-shadow: none;
    padding: 0.75rem 3rem;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    border: 1px solid;
}
.social_link_item a:before {
    background: linear-gradient(90deg, #E76F51 50%, #E76F51 50%);
    right: -20px;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.social_link_item a:after {
    border: 4px solid transparent;
    border-left: 4px solid #E76F51;
    right: -27px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.social_link_item a:hover:after {
    transform: translateX(10px);
}
.social_link_item a:hover::before {
    width: 50px;
    right: -30px;
    background: linear-gradient(90deg, #E76F51 43%, #E76F51 40%);
}
@media only screen and (max-width: 768px) {
    .writers_block {
        padding-left: 0px;
        padding-right: 0px;
    }
    .writers_block_slider .slick-arrow.slick-prev {
        left: -15px;
    }
    .writers_block_slider .slick-arrow.slick-next {
        right: -15px;
    }
    .writers_block_slider .slick-slide {
        margin: 0px 25px;
    }
}
@media only screen and (max-width: 600px) {
    .writers_block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .writers_block_slider .slick-slide {
        margin: 0 25px;
    }
    .writers_block_title {
        font-size: calc( 0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20))));
    }
    .writers_block_description {
        font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
    }
}
/**/
/*writers_grid_block_slider*/
.writers_grid {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #f4f4f4;
}
.writers_grid_block_slider {
    display: flex;
    flex-wrap: wrap;
    max-width: 1394px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
}
.writers_grid_block_item {
    flex: 0 0 25%;
    padding: 0 16px;
    margin-bottom: 5rem;
    text-align: center;
}
.writers_grid_block_name {
    font-weight: bold;
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    font-style: normal;
    color: #4b3b40;
}
.writers_grid_block_position {
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
}
.writers_grid_block_title,
.writers_grid_block_beforetitle {
    max-width: 1394px;
    width: 100%;
    padding-left: 63px;
    padding-right: 47px;
    margin: 0 auto;
}
.writers_grid_block_beforetitle {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    color: #9e9e9e;
    margin-bottom: 0.4375rem;
    text-align: left;
    font-weight: 400;
}
.writers_grid_block_title {
    font-size: 3.43rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 3.3125rem;
    font-weight: bold;
}
.writers_grid_block_title span {
    color: #E76F51;
}
@media only screen and (max-width: 768px) {
    .writers_grid_block_slider {
        padding-right: 0px;
        padding-left: 0px;
    }
    .writers_grid_block_item {
        flex: 0 0 50%;
    }
    .writers_grid_block_beforetitle,
    .writers_grid_block_title {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .writers_grid_block_title,
    .writers_grid_block_beforetitle {
        padding-left: 0px;
        padding-right: 0px;
    }
    .writers_grid_block_slider {
        flex-direction: column;
        padding-right: 0px;
        padding-left: 0px;
    }
    .writers_grid_block_item {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/**/



/*SEO text*/
.seo_text {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
@media only screen and (max-width: 600px) {
    .seo_text {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.seo_text_block {
    max-width: 1394px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
}
.seo_text_title h1 {
    font-family: inherit;
    margin-bottom: 4rem;
    color: #232323;
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
}
@media only screen and (max-width: 600px) {
    .seo_text_title h1 {
        margin-bottom: 2rem;
    }
}
.seo_text_title h1 span {
    color: #E76F51;
}
.seo_text_content {
    max-width: 1394px;
    margin: 0 auto;
    margin-top: 25px;
    columns: 2;
}
@media only screen and (max-width: 1024px) {
    .seo_text_content {
        columns: 1;
    }
}
.seo_text_content p, .seo_text_content li {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.73;
    font-weight: 400;
    color: #000000;
}
.footer-col.with-logo div:first-child{
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
    .seo_text_content p {
        font-weight: 300;
    }
}
@media (max-width: 768px) {
    .seotext_block, .seo_image {
        padding-left: 0px;
        padding-right: 0px;
    }
    .seo_text_block {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 600px) {
    .seo_text_title,
    .seo_text_title h1 {
        font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
    }
    .seo_text_content p {
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
    .seotext_block, .seo_image {
        padding-left: 0px;
        padding-right: 0px;
    }
    .seo_text_block {
        padding-left: 0px;
        padding-right: 0px;
    }

}
/**/

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

}
/**/

/*testimonials*/
.testimonial {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fafafa;
}
.testimonials_block_title {
    font-family: inherit;
    font-size: 3rem;
    line-height: 1.1;
    color: #4b3b40;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3rem;
}
.testimonial_user_info {
    display: flex;
}
.testimonial_user_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial_name {
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    color: #232323;
    margin-bottom: .25rem;
    font-size: 20px;
    line-height: 24px;
}
.testimonial_position {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #9e9e9e;
    font-weight: 500;
}
.testimonial_user_photo {
    margin-right: 3rem;
}
.testimonial_user_photo img {
    width: 77px;
    border-radius: 50%;
    margin-right: 3rem;
}
.testimonial_descriprion {
    font-family: inherit;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    font-style: italic;
    min-height: 209px;
}

.testimonial_bottom{
    display: flex;
    justify-content: space-between;
}
.rating {
    display: inline-flex;
    flex-shrink: 0;
}
.rating span {
    display: inline-block;
    background: url(image/star_rated.svg) center left no-repeat;
    background-size: 100% auto;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
.rating span~span {
    margin-left: 6px
}

.rating-0 span {
    background: url(image/star.svg) center left no-repeat;
    background-size: 100% auto
}

.rating-1 span:nth-child(1)~span {
    background: url(image/star.svg) center left no-repeat;
    background-size: 100% auto
}

.rating-2 span:nth-child(2)~span {
    background: url(image/star.svg) center left no-repeat;
    background-size: 100% auto
}

.rating-3 span:nth-child(3)~span {
    background: url(image/star.svg) center left no-repeat;
    background-size: 100% auto
}

.rating-4 span:nth-child(4)~span {
    background: url(image/star.svg) center left no-repeat;
    background-size: 100% auto
}

@media only screen and (max-width: 1024px) {
    .testimonial {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media only screen and (max-width: 600px) {
    .testimonials_block_title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .testimonial_descriprion {
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
    .testimonial_name,
    .testimonial_position {
        font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
        color: #232323;
    }
    .testimonial_user_info {
        flex-direction: column;
    }

}

/**/

/*links*/

.links {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}
.links_block {
    max-width: 1140px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}
.links_block_title {
    font-family: inherit;
    font-size: 3rem;
    line-height: 1.1;
    color: #4b3b40;
    text-align: center;
    font-weight: bold;
    margin-bottom: .75rem;
}
.links_block_subtitle {
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    margin-top: .5rem;
    margin-bottom: 2rem;
}
.links_block_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.links_block_item {
    flex: 0 0 33%;
    text-align: center;
    margin-bottom: 0.5rem;
}
.links_block_item a {
    font-family: inherit;
    font-size: 1.2rem;
    text-align: center;
    color: #92dfbb;
    font-weight: 400;
    line-height: 1;
}


@media only screen and (max-width: 600px) {
    .links_block_title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .links_block_subtitle {
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
    .links_block_item {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

}
/**/



/*blog*/

.blog {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #fafafa;
}
.blog_items {
    max-width: 1394px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
}
.blog_block_title {
    font-family: inherit;
    font-size: 3rem;
    line-height: 1.1;
    color: #4b3b40;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}
.blog_block_title span {
    color: #E76F51;
}
.blog_item_image a img {
    height: 300px;
    object-fit: cover;
}
.blog_item_content {
    position: relative;
    height: 100%;
}
.blog_item_title a h2,
.blog_item_title a {
    text-align: left;
    color: #4b3b40;
    transition: color 0.6s;
    word-break: break-word;
    font-style: normal;
    font-family: inherit;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.87rem;
    line-height: 1.06;
    margin: 33px 0 37px;
}
.blog_item_title {
    margin-bottom: 0.875rem;
}
.blog_item_excerpt {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    font-weight: 400;
    text-align: left;
}
.blog_item_link {
    text-align: left;
}
.blog_item_link a {
    letter-spacing: 2.2px;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0;
    font-style: normal;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    box-shadow: none;
    padding: 0.94rem 0rem;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.69rem;
    line-height: 2;
    text-transform: uppercase;
}
.blog_item_link a:before {
    background: linear-gradient(90deg, transparent 50%, #000000 50%);
    right: -20px;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.blog_item_link a:after {
    border: 4px solid transparent;
    border-left: 4px solid #000;
    right: -27px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.blog_item_link a:hover:after {
    transform: translateX(10px);
}
.blog_item_link a:hover::before {
    width: 50px;
    right: -30px;
    background: linear-gradient(90deg, transparent 43%, #000000 40%);
}
@media only screen and (max-width: 768px) {
    .blog_item_content {
        padding: 0rem;
    }
}
@media only screen and (max-width: 600px) {
    .blog_item_title a h2 {
        font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
    }
    .blog_item_excerpt {
        font-size: calc( 0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20))));
    }
    .blog_item_link a {
        border-radius: 4px;
        font-size: 0.69rem;
    }
    .blog_item_content {
        padding: 0px;
    }

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

    max-width: 750px;
    margin: 0 auto;
    padding: 4rem;
}
.title-404,
.subtitle-404_1 {
    color: #E76F51;
    font-size: 6.25rem;
    line-height: 0.833;
    text-align: center;
    font-weight: bold;
}
.subtitle-404 {
    font-weight: bold;
    color: #353535;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    text-align: center;
}
.button404 {
    display: flex;
    padding: 3rem 0;
}
.btnright {
    margin-right: 10px;
}
.order_btn404 {
    margin-left: 10px;
}

.btnright a {
    letter-spacing: 2.2px;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0;
    font-style: normal;
    margin: 0.6rem 2rem 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    background-color: #E76F51 !important;
    border-color: #E76F51 !important;
    color: #ffffff !important;
    box-shadow: none;
    padding: 0.94rem 2.25rem;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.69rem;
    line-height: 2;
    text-transform: uppercase;
}
.btnright a:before {
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
    right: -20px;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.btnright a:after {
    border: 4px solid transparent;
    border-left: 4px solid #000;
    right: -27px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.btnright a:hover:after {
    transform: translateX(10px);
}
.btnright a:hover::before {
    width: 50px;
    right: -30px;
    background: linear-gradient(90deg, #ffffff 43%, #000000 40%);
}



.order_btn404 a {
    letter-spacing: 2.2px;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0;
    font-style: normal;
    margin: 0.6rem 2rem 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    background-color: #E76F51 !important;
    border-color: #E76F51 !important;
    color: #ffffff !important;
    box-shadow: none;
    padding: 0.94rem 2.25rem;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.69rem;
    line-height: 2;
    text-transform: uppercase;
}
.order_btn404 a:before {
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
    right: -20px;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.order_btn404 a:after {
    border: 4px solid transparent;
    border-left: 4px solid #000;
    right: -27px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.order_btn404 a:hover:after {
    transform: translateX(10px);
}
.order_btn404 a:hover::before {
    width: 50px;
    right: -30px;
    background: linear-gradient(90deg, #ffffff 43%, #000000 40%);
}
/**/

/*contact page*/
.contact_page {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.block_contact_page {
    display: flex;
    max-width: 1306px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.contact_page_left,
.contact_page_right {
    flex: 0 0 50%;
}
.contact_page_title h1 {
    font-weight: bold;
    font-size: 3.43rem;
    line-height: 1;
    color: #232323;
    margin-bottom: 1rem;
}
.contact_page_title span {
    color: #E76F51;
}
.contact_page_subtitle {
    font-size: 1.87rem;
    line-height: 1.06;
    font-style: italic;
    margin-bottom: 1.5625rem;
}
.contact_page_address_title {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    text-align: left;
}
.contact_page_address_item,
.contact_page_email_item a {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    color: #232323;
}

.contact_page_social_logo a img {
    width: 25px;
    height: 25px;
}
.contact_page_social_items {
    display: flex;
    padding-top: 10px;
}
.contact_page_social_logo {
    margin-right: 10px;
}
.contact_page_grid_item {
    display: flex;
    flex-wrap: wrap;
}
.contact_page_address,
.contact_page_email {
    flex: 0 0 50%;
    margin-bottom: 20px;
}
.cf_field {
    margin-bottom: 2.1875rem;
}
.cf_field span input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    height: 48px;
    padding: 10px;
}
.cf_field span textarea {
    width: 100%;
    border: 1px solid #000;
    height: 115px;
    padding: 10px;
}
.wpcf7-submit {
    letter-spacing: 2.2px;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0;
    font-style: normal;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    background-color: #E76F51 !important;
    border-color: #E76F51 !important;
    color: #ffffff !important;
    box-shadow: none;
    padding: 0.94rem 2.25rem;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.69rem;
    line-height: 2;
    text-transform: uppercase;
    cursor: pointer;
}
.wpcf7-submit:before {
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
    right: -20px;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.wpcf7-submit:after {
    border: 4px solid transparent;
    border-left: 4px solid #000;
    right: -27px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.wpcf7-submit:hover:after {
    transform: translateX(10px);
}
.wpcf7-submit:hover::before {
    width: 50px;
    right: -30px;
    background: linear-gradient(90deg, #ffffff 43%, #000000 40%);
}
@media only screen and (max-width: 600px) {
    .block_contact_page {
        padding-right: 0px;
        padding-left: 0px;
        flex-direction: column;

    }
    .contact_page_title h1 {
        font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
    }
    .contact_page_subtitle {
        font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
    }
    .contact_page_grid_item {
        flex-direction: column;
    }
    .contact_page {
        padding-top: 1rem;
    }
}
/**/


/*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 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.post-pading:last-child {
    padding-bottom: 0px;
}
.post-title-excerpt {
    display: flex;
    flex-direction: column;
}
.date-location {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.post-excerpt {
    font-family: inherit;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #777d74;
    margin-bottom: 1.5rem;
    text-align: left;
}
.blog-title {
    padding-top: 1rem;
}
.blog-title > a > h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: .25rem;
    margin-bottom: .75rem;
}
.blog-title a {
    color: #232323;
    line-height: 1;
}
.blog-title a h2:hover {
    color: #ff9083;
    cursor: pointer;
    transition: 0.3s;
}
.blog-date {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.88235294;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #232323;
}
.blog-location {
    display: flex;
    align-items: center;
    color: #232323;
    font-size: 1rem;
}
.blog-date img,
.blog-location img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.post-image img {
    margin-bottom: 32px;
}
.blog_excerpt {
    color: #767676;
    font-size: 1rem;
    text-align: center;
    font-style: normal;
    line-height: 1.6;
    padding-bottom: 1rem;
    margin-top: 0;
}
.blog-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #fafafa;
}
.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 {
    letter-spacing: 2.2px;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0;
    font-style: normal;
    margin: 0.6rem 2rem 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    background-color: #E76F51 !important;
    border-color: #E76F51 !important;
    color: #ffffff !important;
    box-shadow: none;
    padding: 0.94rem 2.25rem;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.69rem;
    line-height: 2;
    text-transform: uppercase;
    cursor: pointer;
}
#true_loadmore:before {
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
    right: -20px;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
#true_loadmore:after {
    border: 4px solid transparent;
    border-left: 4px solid #000;
    right: -27px;
    content: "";
    position: absolute;
    transition: 0.3s;
}
#true_loadmore:hover:after {
    transform: translateX(10px);
}
#true_loadmore:hover::before {
    width: 50px;
    right: -30px;
    background: linear-gradient(90deg, #ffffff 43%, #000000 40%);
}

.loadmore-block {
    margin: 63px 0 100px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .loadmore-block {
        margin: 0;
    }
}
.header-baner-img-title {
    text-align: left;
    padding: 2rem 20px;
    max-width: 1140px;
    margin: 0 auto;
}
.header-baner-img-title h1 {
    font-family: inherit;
    color: #232323;
    text-align: center;
    font-weight: bold;
    font-size: 3.43rem;
    line-height: 1;
}
.header-baner-img-title h1 span {
    color: #E76F51;
}
@media (max-width: 768px) {
    .post-title-excerpt {
        display: flex;
        flex-direction: column;
        flex: 0 0 33%;
    }
    .post-image img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .post-pading {
        flex: 0 0 50%;
    }
    .blog-section > .cont {
        padding-right: 0px;
        padding-left: 0px;
    }
    .blog-section {
        padding-top: 2rem;
    }

}
@media only screen and (max-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) / (48 - 20)));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
    }
    .readmore_btn {
        margin-bottom: 25px;
    }
    .blog-title > a > h {
        font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
    }
    .header-baner-img-title {
        padding: 2.5rem 0;
    }
    .header-baner-img-title h1 {
        text-align: center;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .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: 0px;
        padding-left: 0px;
    }
}


/**/

/*testimonial_items*/
.testimonial_items .slick-dots li {
    border: 1px solid transparent;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial_items .slick-dots li.slick-active {
    border: 1px solid;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial_items .slick-dots li button {
    background-color: #000000;
}
.testimonial_items .slick-dots {
    margin-top: 3rem;
}

/**/


.cont.blog-single {
    z-index: 9;
    padding-left: 10px;
    padding-right: 10px;
}

/* faq section*/
@media (min-width: 992px){
    .accordion {
        display: flex;
        justify-content: space-between;
    }
}
.accordion {
    max-width: 1394px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
}

.accordion .container__left,.accordion .container__right {
    flex: 0 0 calc(50% - 8px);
}
.accordion .panel {
    border-bottom: 0;
    box-shadow: 0 10px 35px #d9e3e7;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 24px;
    padding: 0 1.5rem;
    border-bottom: none!important;
}
.panel-title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
}

.accordion .panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .8rem 0;
    color: #3b454b;
    font-size: 18px;
    font-weight: 600;
    min-height: 72px;
    cursor: pointer;
}
.accordion .panel-title a i {
    width: 26px;
    min-width: 26px;
    height: 16px;
    margin: 0 0 0 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNi41IDE3LjUiPjxwYXRoIGQ9Ik0yNS4xIDJjMS4xIDEuMSAxLjIgMi45IDAgNC4xbC05LjggOS42Yy0xLjIgMS4xLTMgMS4xLTQuMiAwTDEuNCA2LjFDLjMgNSAuMiAzLjIgMS40IDIgMi42LjkgNC40LjkgNS42IDJsNy43IDcuNkwyMC45IDJDMjIuMS44IDI0IC44IDI1LjEgMnoiIGZpbGw9IiM5YmFjYjYiLz48L3N2Zz4=) no-repeat 50%;
}
.accordion .panel-title a i:before {
    content: "";
}
.accordion .panel-title a i.rotate-element {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNi41IDE3LjUiPjxwYXRoIGQ9Ik0yNS4xIDJjMS4xIDEuMSAxLjIgMi45IDAgNC4xbC05LjggOS42Yy0xLjIgMS4xLTMgMS4xLTQuMiAwTDEuNCA2LjFDLjMgNSAuMiAzLjIgMS40IDIgMi42LjkgNC40LjkgNS42IDJsNy43IDcuNkwyMC45IDJDMjIuMS44IDI0IC44IDI1LjEgMnoiIGZpbGw9IiM3ZjdmZmQiLz48L3N2Zz4=) no-repeat 50%;
}
.panel-title a .fa.rotate-element {
    transform: rotate(-180deg);
}
.collapse{    visibility:hidden;
    opacity: 0;
    height: 0;
    transition: all 100ms ease-in-out;}
.collapse.in{    visibility:visible;
    opacity: 1;
    height: auto;
    transition: all 300ms ease-in-out;
}

.panel-collapse div {
    padding: 15px 0;
}
.accordion .panel-collapse .list, .accordion .panel-collapse div.text {
    border-top: 3px solid #7ac8ed;
    line-height: 22px;
    padding: 1rem 0 1.2rem;
    margin-bottom: 0;
}

.how-it-works {
    padding: 5rem 0;
    background: #F2F2F2;
}

@media screen and (max-width: 768px) {
    .how-it-works {
        padding: 2rem 0;
    }
}

.how-it-works__wrapper {
    max-width: 1394px;
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
}

.how-it-works__title {
    color: #9e9e9e;
    margin-bottom: 0.4375rem;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    text-align: left;
    font-weight: bold;
}

.how-it-works__description {
    font-size: 64px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    font-style: normal;
    margin-bottom: 3.3125rem;
    color: #000000;
}

@media only screen and (max-width: 600px) {
    .how-it-works__description {
        font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
    }
}

.how-it-works__description span {
    color: #E76F51;
}

.how-it-works__text {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.73;
    font-weight: 400;
    color: #000000;
}

.how-it-works__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .how-it-works__wrapper {
        flex-direction: column;
    }
}

.how-it-works__left {
    max-width: 520px;
    padding: 0 15px 0 0;
}

.how-it-works__items {
    width: 600px;
    z-index: 0;
    /*min-height: 260px;*/
}

@media screen and (max-width: 768px) {
    .how-it-works__items {
        width: 300px;
    }
}

.how-it-works__items .slick-list {
    /*min-height: 260px;*/
}

.how-it-works__items .slick-track {
    /*min-height: 260px;*/
}

.how-it-works__item {
    display: flex;
    background-color: #FFFFFF;
    margin: 0;
    min-height: 300px;
    padding: 60px 60px 10px 60px;
}

@media screen and (max-width: 768px) {
    .how-it-works__item {
        padding: 40px 20px 20px;
        flex-direction: column;
        align-items: center;
    }
}

.how-it-works__img {
    width: 113px;
    height: 113px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .how-it-works__img {
        width: 50px;
        height: 50px;
        background-size: contain;
    }
}

.how-it-works__content {
    margin: 0 0 0 60px;
}

@media screen and (max-width: 768px) {
    .how-it-works__content {
        margin: 10px 0 0 0;
    }
}

.how-it-works__title-s {
    font-size: 36px;
    font-weight: bold;
    line-height: 108.1%;
    color: #272423;
}

@media screen and (max-width: 768px) {
    .how-it-works__title-s {
        font-size: 30px;
        text-align: center;
    }
}

.how-it-works__text-s {
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 155%;
    font-family: 'Work Sans', sans-serif;
}

.how-it-works__right {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .how-it-works__right {
        margin: 75px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .how-it-works__right {
        margin: 30px 0 0 0;
    }
}

.how-it-works__nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    z-index: 62;
}

@media screen and (max-width: 768px) {
    .how-it-works__nav {
        width: 300px;
    }
}

.how-it-works__nav .slick-list {
    padding: 0 15px;
}

.how-it-works__nav .slick-track {
    justify-content: space-between;
    width: 100% !important;
    align-items: center;
    padding: 15px 0;
    transform: none !important;
}

.how-it-works__num {
    width: 75px !important;
    height: 75px;
    margin: 0;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #E76F51;
    border-radius: 50%;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .how-it-works__num {
        width: 40px !important;
        height: 40px;
        font-size: 30px;
        line-height: 1.1;
    }
}

.how-it-works__num.slick-current {
    width: 88px !important;
    height: 88px;
    font-size: 70px;
    color: #E76F51;
    background-color: #ffffff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -15px;
}

@media screen and (max-width: 768px) {
    .how-it-works__num.slick-current {
        width: 50px !important;
        height: 50px;
        font-size: 38px;
        top: 0;
    }
}

.how-it-works__nav .slick-track .how-it-works__num:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.how-it-works__nav .slick-track .how-it-works__num.slick-current:nth-child(2) {
    top: -7px;
}

.testimonial_item.slick-slide{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 5px 18px 0 rgb(165 168 177 / 12%);
}

@media screen and (max-width: 768px) {
    .how-it-works__nav .slick-track .how-it-works__num.slick-current:nth-child(2) {
        top: 10px;
    }
}