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


@import url ('/css/calc.css');
/**/

*,
*::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;
    line-height: 1.5;
    color: #333333;
    font-family: Heebo;
}


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

a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}


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


article > * + * {
    margin-top: 1em;
}
h1, .blog-single h1 {
    font-family: Heebo;
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 82px;
    margin-bottom: 80px;
    color: #37416B;
}
h2{
    font-family: Heebo;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 53px;
    /* identical to box height */
    margin-bottom: 24px;

    /* T1 */

    color: #37416B;
}
h3{
    font-family: Heebo;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 47px;
    /* identical to box height */
    margin-bottom: 30px;

    /* T1 */

    color: #37416B;
}
h2,h3,h4 {
    font-family: 'Heebo', display;
    /*margin-bottom: 1.5rem;*/
}
p {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 155%;
    margin-bottom: 59px;
    color: #414863;
}
@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 (min-width: 768px) and (max-width: 1024px){
    .testimonials-description{
        padding-right: 130px;
    }
}
@media (max-width: 1024px) {
    section {
        padding-right: 15px;
        padding-left: 15px;
    }
    .baner-text-subtitle{
        padding-right: 15px;
    }
    .header-menu{
        margin-left: 30px!important;
    }
    .footer-row{
        flex-wrap: wrap;
    }
}

*:focus {
    outline: none;
}
a, a:hover {
    text-decoration: none;
}
html, body {
    height: 100%;
}


section, .cont, .container-fluid {
    position: relative;
    word-wrap: break-word;
}

.cont {
    max-width: 1316px;
    margin: 0 auto;
}

.wr {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
@media (min-width: 768px) {
    .cont-fluid {
        padding: 0 2rem;
    }
}

.content {
    flex: 1 0 auto;
    padding-top: 100px;
}
footer {
    padding-top: 6rem;
    padding-bottom: 0rem;
    overflow: hidden;
    background-color: #ffffff;
}

.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
    width: 100%;
    height: auto;
}
.aligncenter  {
    width: 100%;
    height: auto;
}
#order-page {
    height: 70vh;
}
.menu-item a:hover {
    color: #E13D96;
    transition: color .2s ease-in-out;
}
.order-header {
    z-index: 3;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 50;
    padding: 0 10px;
    max-height: 80px;
    background-color: #fff;
}

.header-shadow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    z-index: 2;
    background-color: #FFFFFF;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}

.header-body {
    position: relative;
    display: flex;
    min-height: 70px;
    align-items: center;
    padding: 10px 0;
    width: 100%;

}
#site-header > .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-list {
    display: flex;
    position: relative;
    z-index: 2;
}

.header-list li {
    list-style: none;
    margin: 0 0 0 2px;
}

.header-link {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-logo {
    overflow: hidden;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
}

.header-logo span {
    margin-left: 22px;
    font-size: 1.6rem;
    transition: 0.2s ease-in-out;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Heebo', display;
}

.header-logo span:hover {
    /*color: #cccccc;*/
    /*transition: 0.2s ease-in-out;*/
}

.header-logo img {
    /*max-width: 300px;*/
    width: 253px;
    height: 32px;
    display: block;
    /*width: auto;*/
}
.header-menu{
    margin-left: 146px;
}
.header-burger {
    display: none;
}
.menu-container {
    max-width: 1140px;
    margin: 0 auto;
}
.sub-menu {
    display: none;
    position: absolute;
    padding-inline-start: 0px;
    padding: 1.25rem 0 0;
    background-color: #fff !important;
}

.sub-menu li:hover {
    color: #333333 !important;
    transition: all 0.25s ease-in-out;
}
.sub-menu li a {
    color: #000000 !important;
}
.sub-menu li a:hover {
    color: #333333 !important;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
    background-color: #000;
    border: 2px solid #333;
    border-radius: 10px;
    top: 50px;
    min-width: 250px;
}
.sub-menu li {
    margin: 0px;
    line-height: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0.25rem 1.5rem;
    white-space: nowrap;
}


.menu-item a {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */


    /* T3 */

    color: #414863;
    /*color: #606f7b;*/
    /*font-family: 'Heebo', sans-serif;*/
    /*font-size: 1.25rem;*/
    /*line-height: 1.5;*/
    /*font-weight: 400;*/
}
.footer-col .menu-item{
    margin-bottom: 19px;
}

.header-list li  {
    padding: 0 0.2em !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
.nav-dropdown > li {
    padding: 0 10px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 100%;
}
#menu-primary li:last-child {
    padding-right: 0em !important;
}
#menu-primary li:first-child {
    padding-left: 3px !important;
}
#menu-primary .sub-menu li:first-child {
    padding: 0 .2em !important;
}
#menu-primary > .sub-menu > .menu-item {
    margin: 0em !important;
}
.menu-item-has-children a {
    margin: .667em .0em .667em 0em;
}
.menu-item-has-children:after {
    /*content: "";*/
    /*border-top: 0.27em solid;*/
    /*border-right: 0.35em solid transparent;*/
    /*border-left: 0.35em solid transparent;*/
    /*border-bottom: 0;*/
    /*position: relative;*/
    /*margin-top: -10px;*/
    /*margin-left: -5px;*/
    /*top: 7px;*/
    /*color: #000;*/
}
.sub-menu li {
    width: auto;
    transition: all 0.25s ease-in-out;
}
.sub-menu li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    transition: all 0.3s;
    left: -5px;
    opacity: 0;
    transform: translateY(-50%);
    background: #ff9083;
}
.sub-menu li:hover {
    margin-left: 10px;
}
.sub-menu li:hover:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    transition: all 0.3s;
    left: 20px;
    opacity: 1;
    transform: translateY(-50%);
    background: #ff9083;
    margin-top: 5px;
}
.text-center-bc {
    background-color: #fff;
}
#breadcrumbs {
    text-align: left;
    padding: 8rem 0 1rem;
}
#breadcrumbs {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
}
#breadcrumbs > span > span > a {
    color: #6278DF;
}
#breadcrumbs > span > span,
#breadcrumbs > span > span > span,
#breadcrumbs > span > span > span > a {
    color: #767676;
    font-size: 1.0625rem;
}

.bc-w-center {
    display: flex;
    justify-content: left;
}

.bc-w-center > #breadcrumbs > span > span > a {
    color: #010101;
}

@media (max-width: 1315px) {
    .cont{
        padding: 0 10px;
    }
}
@media (max-width: 992px) {
    .nav-dropdown{
        background: transparent!important;
    }
    body.lock {
        overflow: hidden;
    }
    #breadcrumbs {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-container {
        padding: 0 0rem;
        min-height: 55px;
    }
    #breadcrumbs {
        text-align: left;
        padding: 5rem 15px 1rem;
    }
    .header-body {
        height: 50px;
        justify-content: space-between;
    }
    .header-burger {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 4;
    }

    .header-burger span {
        position: absolute;
        width: 100%;
        background-color: #ff3a46;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.5s ease 0s;
    }

    .header-burger:before,
    .header-burger:after {
        content: '';
        background-color: #ff3a46;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .header-burger:before {
        top: 0;
    }

    .header-burger:after {
        bottom: 0;
    }

    .header-burger.active span {
        transform: scale(0);
    }

    .header-burger.active:before {
        transform: rotate(45deg);
        top: 9px;
    }

    .header-burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header-menu {
        position: fixed;
        top: -100%;
        height: auto;
        width: 100%;
        overflow: auto;
        background-color: #FFFFFF;
        padding: 5px 10px 20px 10px;
        transition: all 0.4s ease 0s;
        text-align: center;
    }

    .header-menu.active {
        z-index: 3;
        right: 0;
        top: 65px;
        width: 100%;
        box-shadow: 0px 14px 7px -18px #000;
        background-color: #f4f9fc;
    }
    .logged-in .header-menu.active {
        top: 90px;
    }

    .header-list {
        display: block;
    }

    .header-list li {
        margin: 0;
    }

    .menu-item {
        padding: .667em 1em;
    }

    .menu-item > a {
        text-decoration: none;
        font-size: 16px;
        color: #000000;
    }

    .sub-menu {
        position: relative;
    }

    .mbr-fullscreen {
        height: auto;
    }
    /*#site-header {*/
        /*background-color: #000000;*/
    /*}*/
    .header-logo span {
        color: #000000;
    }
    .header-logo img {
        padding: 3px;
    }
    .header-logo span {
        margin-left: 10px;
    }
    #menu-primary {
        padding-inline-start: 0px;
    }
    .sub-menu li {
        justify-content: center;
        padding: 0px !important;
    }
    .sub-menu li a {

        margin: 0px !important;
    }
    #menu-primary li {
        padding: 10px 0em !important;
    }
    .menu-item-has-children > .list-group-item {
        margin-right: -10px;
    }

}

nav {
    float: right;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
    color: #000;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 0px;
    content: ' ▾';
}
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    top: 45px;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    width: 300px;
    background: #fff;

}
.nav-dropdown > li > a {
    padding: 0px;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #262626;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    #menu-primary li a {
        width: 100%;
        text-align: left;
        font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
        border-bottom: 1px solid #e9e9e9;
        color: #6c757d;
    }
    .nav-dropdown li a {
        border-bottom: 1px solid transparent !important;
    }
    .nav-dropdown li {
        background: transparent;
    }
    nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
        float: right !important;
    }
    .nav-mobile {
        display: block;
    }
    #menu-primary li {
        padding: 0 0.2em !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-direction: column;
    }
    #menu-primary > .menu-item:before {
        display: none;
    }
    .menu-item-has-children a {
        margin: .267em .3em .267em .1em;
    }
    .menu-item-has-children:after {
        display: none;
    }
    nav {
        width: 100%;
        padding: 70px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
        padding: 5px 10px;
        box-shadow: none;
    }
    .nav-dropdown li a {
        padding: 3px 0px;
        margin-left: 25px;
    }
    .list-group-item {
        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))));
    }
}
@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}
/**/
@media (max-width: 1024px) {
    #breadcrumbs {
        padding-left: 35px;
    }
}
@media (max-width: 375px) {
    .header-menu.active {
        /*top: 115px;*/
    }
    .seotext{
        padding: 2rem 15px!important;
    }

}

.content {
    padding: 0;
}

@media (max-width: 767px) {
    .content {
        padding: 0;
    }
}

.navbar-fixed-top {
    top: 0px;
}

body.admin-bar .navbar-fixed-top {
    top: 28px !important;
}

.logged-in > .wr header {
    padding-top: 30px;
    max-height: 120px;
    background: #fff;
}
.logged-in > .wr header:before {
    margin-top: 32px;
}
.order-header a {
    min-width: 140px;
    transition: all .3s ease-in-out;
    font-weight: 500 !important;
    border-width: 1px;
    font-style: normal;
    margin: 0.4rem 0.8rem;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    transition: all .3s ease-in-out;
    display: inline-flex;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    background: none;
    border-color: #E13D96;
    color: #E13D96;
    border: 1px solid;
    padding: 9px 32px;
    border-radius: 3px;
}
.order-header a:hover {
    color: #ffffff !important;
    background: #E13D96 !important;
    border-color: #E13D96;
}

/*footer*/

.footer-row {
    display: flex;
    justify-content: space-between;
}
.footer-item-title {
    /*padding: 0 25px;*/
    padding-bottom: 53px;
    color: #233d63;
    font-size: 1.5rem;
    line-height: 1.66666667;
    font-weight: 400;
}
.footer_col_title {
    color: #1e73be;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    font-size: 1.5rem;
    line-height: 1.66666667;
    /*padding: 12px 0 25px;*/
    margin-bottom: 59px;
}
.footer_col_title img{
    height: 32px;
}
.footer_col_address{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    /* or 29px */
    max-width: 400px;

    /* T3 */

    color: #414863;
    margin-bottom: 33px;
}
.footer_col_email {
    margin-bottom: 1rem;
}
.footer_col_email span:after, .footer_col_phone span:after, .footer_col_address:after,.contact_info_email span:after, .contact_info_phone span:after{
    content: attr(data-item);
}
.footer_col_email span{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */


    /* T3 */

    color: #414863;
}

.footer_col_phone span{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #E13D96;
}

.footer_col_email a {
    color: #606f7b;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    font-size: 1.0625rem;
    line-height: 1.88235294;
}
.footer_col_phone a {
    color: #e13d96;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    font-size: 1.25rem;
    line-height: 1.6;
}
.social_link {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid #dbdbdb;
    display: flex;
    background: #F8F8F8;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: 0.3s;
}
.social_link:last-child {
    margin-right: 0px;
}
.social_link a {
    width: 25px;
    height: 25px;
}
.social_link:hover {
    background-color: #e13d96;
    border-color: #e13d96;
    opacity: 0.7;
    transition: 0.3s;
}
.footer_col_social {
    display: flex;
    padding: 20px 0;
}
.copyright_block {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    pointer-events: all;
    margin-top: 90px;
    border-top: 1px solid #dbdbdd;
}
.copyright_links {
    display: flex;
}
.copyright_links li {
    margin-right: 15px;
}
.copyright_links li:last-child {
    margin-right: 0px;
}
.copyright_link a {
    color: #606f7b;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    ransition: color 0.3s ease-in-out;
}
.copyright_link a:hover {
    color: #e13d96;
}
.copyright_text {
    color: #606f7b;
}
@media (max-width: 1024px) {
    footer {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 768px) {
    .team-position{
        min-height: 96px;
    }
    .footer-row {
        flex-wrap: wrap;
    }
    .team-description{
        min-height: 288px!important;
    }
    .footer-col {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    #menu-footer_2 li,
    #menu-footer_3 li {
        padding: .467em 1em;
    }
}
@media (max-width: 600px) {
    .footer-row {
        flex-direction: column;
    }
    .footer-col {
        margin-bottom: 30px;
        pointer-events: all;
    }
    #menu-footer_2 li,
    #menu-footer_3 li {
        padding: .3em 0em;
        transition: all 0.3s ease-in-out;
        margin-bottom: 0;

    }
    #menu-footer_2 li a,
    #menu-footer_3 li a {
        color: #606f7b;
        font-size: 1.0625rem;
    }
    .footer-item-title {
        padding: 12px 0 25px;
        color: #233d63;
        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))));
    }
    .copyright_block {
        justify-content: center;
        padding: 30px 0;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }
    .copyright_text {
        margin-bottom: 10px;
    }
}
/**/
/*slick slider*/
/*slick*/


.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}


.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline-start: 0px;
}
.slick-dots li {
    list-style: none;
    margin: 0px 10px;
}
.slick-dots li.slick-active button {
    background-color: #222222;
    border: 1px solid;
    height: 7px;
    width: 7px;
}
.slick-dots li button {
    font-size: 0;
    background-color: #a0a0a2;
    border-radius: 50%;
    border: none;
    width: 7px;
    height: 7px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
}
.slick-arrow.slick-prev {
    left: 3%;
    position: absolute;
    top: unset;
    bottom: -40px;
    z-index: 3;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-width: 0px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068 c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557 l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104 c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z' fill='%234E40F1' data-original='%23000000' style=''/%3E%3C/g%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");    background-color: transparent;
    /*padding: ;*/
    background-size: 25px;
    background-position-x: center;
    background-position-y: center;
    border-radius: 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: rotate(180deg);
}

.slick-arrow.slick-next {
    left: 8%;
    position: absolute;
    top: unset;
    bottom: -39px;
    z-index: 2;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-width: 0px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068 c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557 l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104 c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z' fill='%23E13D96' data-original='%23000000' style=''/%3E%3C/g%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");    background-color: transparent;
    background-size: 25px;
    background-position-x: center;
    background-position-y: center;
    border-radius: 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.slider-item {
    text-align: center;
}

.slider-item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}
.slider-item.slick-slide {
    opacity: 0.5;
}
.slick-slider{}

.slick-slider.slick-initialized{}

.slick-slider.slick-dotted{}

.slick-list {
    overflow: hidden;
}

.slick-track{
    display: flex;
    align-items: flex-start;
}

.slick-slide{
    margin: 0 20px;
}

.slick-slide.slick-active{}

.slick-slide.slick-current{}

.slick-slide.slick-center{}

.slick-slide.slick-cloned{}

.slick-arrow{}

.slick-arrow.slick-prev{}

.slick-arrow.slick-next{}

.slick-arrow.slick-disabled{}

.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li{
    list-style: none;
    margin: 0px 5px;
}

.slick-dots li.slick-active button {
    background-color: #FFFFFF;
    border: 1px solid;
    height: 13px;
}

.slick-dots li button{
    font-size: 0;
    height: 12px;
    background-color: #222222;
    border-radius: 50%;
    border: none;
}
.slider-item {
    text-align: center;
}
.slider-item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1 ;
}
.slider-item.slick-slide {
    opacity: 0.5;
}
.sliderproductmini {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .slick-arrow.slick-prev {
        /*left: -25px;*/
        /*top: 100%;*/
    }

    .slick-arrow.slick-next {
        /*right: -25px;*/
        /*top: 100%;*/
    }

}
@media (max-width: 768px) {
    .slick-arrow.slick-prev {
        /*top: 100%;*/
    }

    .slick-arrow.slick-next {
        /*top: 100%;*/
    }

}


/*Homepage baner*/
.baner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
}
.overlay_bg {
    opacity: 0.9;
    background-color: rgb(88, 66, 255);
    min-height: 100vh;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.baner-block {
    display: flex;
    min-height: 834px;
    justify-content: space-between;
    padding-top: 12rem;
    padding-bottom: 8rem;
}
.baner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.baner .baner-calc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -4rem;
}
.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-title {
    font-style: normal;
    word-break: break-word;
    text-align: left;
    color: #ffffff;
    padding-bottom: 2rem;
    max-width: 650px;
    font-family: 'Heebo', sans-serif;
    font-size: 4.375rem;
    line-height: 1.14285714;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 1rem;
}
.baner-text-subtitle {
    color: #FFFFFF;
    font-family: 'Heebo', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    padding-bottom: 3rem;
    max-width: 550px;
    opacity: 0.8;
}
.baner-order-btn a {
    min-width: 185px;
    transition: all .3s ease-in-out;
    line-height: 50px;
    font-weight: 500 !important;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background-color: #e13d96;
    border-color: #e13d96;
    color: #ffffff;
    border: 1px solid transparent;
}
.baner-order-btn a:hover {
    background-color: #e869ae;
    border: 1px solid transparent;
    border-color: #cc1f7d;
}
@media (max-width: 1024px) {
    .baner-block {
        height: 100vh;
    }
    .baner-block {
        padding-left: 25px;
        padding-right: 25px;
    }
    .baner .baner-calc {
        margin-top: 2.9rem;
    }


}
@media (max-width: 768px) {
    .baner-text-title {
        font-size: 3rem;
    }
    .baner-text-subtitle {
        text-align: left;
    }
    .baner-order-btn {
        text-align: left;
    }
    .baner-order-btn a:before {
        transform: translate(0px, 0px);
    }
    .baner-order-btn a {
        border: 2px solid #ff9083;
    }
}
@media (max-width: 567px) {
    .baner-block {
        display: block;
        padding-top: 4rem;
        padding-bottom: 0rem;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .baner-text-subtitle {
        text-align: center;
    }
    .baner-text-title {
        font-size: 2.5rem;
        text-align: center;
    }
    .baner-text-subtitle {
        padding-bottom: 0rem;
        text-align: left;
    }
    .baner-text {
        padding-top: 30px;
    }
    .baner-discount-block {
        text-align: left;
    }
    .baner-text-title {
        font-size: 2rem;
        text-align: left;
        padding-bottom: 1rem;
    }
    .baner {
        height: auto;
        padding-bottom: 30px;
    }
}
@media (max-width: 375px) {
    section {
        padding-right: 0px;
        padding-left: 0px;
    }
}
/**/


/*section_services*/
.section_services {
    padding-top: 99px;
    padding-bottom: 117px;
    overflow: hidden;
    background-color: #fff;
}
.services_list_block {
    max-width: 1140px;
    margin: 0 auto;
}
.services_list_title {
    color: #233d63;
    text-align: left;
    font-size: 3rem;
    line-height: 1.25;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: 50px;
}
.services_list {
    display: flex;
    justify-content: space-between;
}
.services_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services_list_item_image img {
    max-width: 250px;
}
.services_list_item_title {
    font-weight: bold;
    margin-top: 45px;
    color: #37416B;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
}
.services_list_item_descr {
    font-family: 'Inter', Sans-Serif;
    margin-top: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #414863;
}
.services_list_more {
    margin-top: 100px;
    text-align: center;
}
.services_list_more a {
    min-width: 195px;
    height: 62px;
    transition: all .3s ease-in-out;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background: none;
    border-color: #4E40F1;
    color: #4E40F1;
    border: 1px solid;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.services_list_more a:hover {
    color: #fff;
    background: #4E40F1;
    border-color: #4E40F1;
}
.circle_arrow {
    bottom: 50px;
    left: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
    background: #fff;
    color: #1e73be;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle_arrow a {
    color: #1e73be;
    animation: arrowdown 1.7s ease-in-out infinite;
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
}
.circle_arrow a img {
    height: 20px;
    width: 20px;
}
@media (max-width: 1024px) {
    .services_list_item_image img {
        padding: 10px;
        max-width: 100%;
    }
    .services_list_more {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .services_list {
        flex-wrap: wrap;
    }
    .services_list_item {
        flex: 0 0 50%;
    }
    .services_list_more {
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    .nav-dropdown li a{
        font-size: 14px!important;
    }
    .section_services {
        padding-left: 15px;
        padding-right: 15px;
    }
    .services_list_more {
        margin-top: 30px;
    }
}
/**/
/*card block*/
.card-box {
    padding-top: 114px;
    padding-bottom: 114px;
    background-color: #ffffff;
}
.card-block {
    display: flex;
    max-width: 1316px;
    margin: 0 auto;
    justify-content: space-between;
}
.card-block-image {
    /*flex: 0 0 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-block-image img {
    max-width: 550px;
}
.card-block-content {
    /*flex: 0 0 50%;*/
    max-width: 649px;
    display: flex;
    flex-direction: column;
    /*padding-right: 200px;*/
}
.card-block-content-logo {
    margin-bottom: 1rem;
}
.card-block-content-logo img {
    width: 70px;
    height: 70px;
}
.card-block-content-title {
    color: #37416B;
    margin-bottom: 40px;
    font-size: 56px;
    font-weight: 500;
    line-height: 77px;
}
.card-block-content-descr {
    margin-bottom: 40px;
    font-family: Inter;
    font-size: 22px;
    line-height: 33px;
    font-style: normal;
    color: #777E9D;
    font-weight: 400;
}
.card-block-content-list-items{
    color: #37416B;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    /* or 25px */
}
.card-block-content-btn {
    margin-top: 55px;
}
.card-block-content-list-items li img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.card-block-content-list-items li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.card-block-content-btn a {
    transition: all .3s ease-in-out;
    min-width: 306px;
    line-height: 50px;
    font-weight: 500;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background-color: #fff;
    border: 1px solid;
    border-color: #E13D96;
    color: #E13D96;
}

.card-block-content-btn a:hover {
    background-color: #d9eef6 !important;
    border-color: #d9eef6 !important;
}
.verline {
    margin: 0 15px;
    display: inline-block;
    height: 3px;
    border-radius: 5px;
    width: 100px;
    vertical-align: middle;
    background-color: currentColor;
}
@media (max-width: 1024px) {
    .card-block-image img {
        max-width: 340px;
    }
    .card-block-image {
        align-items: baseline;
    }
    .card-block-content {
        padding-right: 0px;
    }
}
@media (max-width: 768px) {
    .card-box {
        padding-left: 0px;
        padding-right: 0px;
    }
    .card-block-image {
        display: none;
    }
    .card-block-content {
        padding-right: 0px;
        flex: 0 0 100%;
    }
    .card-block {
        margin: 0 25px;
    }
}
@media (max-width: 600px) {
    .card-box {
        padding: 0;
    }
    .card-block {
        margin: 0;
        flex-direction: column;
    }
    .card-box {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }
    .card-block-image {
        display: none;
    }
    .card-block-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .card-block-content-title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .services_list_title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .services_list_item_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))));
    }
    .services_list {
        flex-direction: column;
    }
    .services_list_item_image img {
        max-width: 100%;
    }
    .services_list_item {
        margin-bottom: 40px;
    }
    .circle_arrow {
        display: none;
    }
    .services_list_block {
        padding-bottom: 10px;
        border-bottom: none;
    }
}
/**/

/*benefits*/
#benefits {
    overflow: hidden;
    padding: 5rem 15px;
    background-color: #f4f9fc;
}
.benefits-block {
    display: flex;
    max-width: 1315px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.benefits-info {
    flex: 0 0 40%;
}
.benefits-pads {
    flex: 0 0 55%;
}
.benefits-title {
    color: #37416B;
    margin-bottom: 35px;
    font-size: 56px;
    line-height: 77px;
    font-style: normal;
    font-weight: bold;
    /* or 77px */
}
.benefits-descr {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #414863;
}
.benefits-button {
    margin-top: 55px;
}
.benefits-button a {
    transition: all .3s ease-in-out;
    min-width: 195px;
    height: 62px;
    cursor: pointer;
    line-height: 50px;
    font-weight: 500 !important;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background: none;
    border-color: #4E40F1;
    color: #4E40F1;
    border: 1px solid;
}
.benefits-button a:hover {
    color: #ffffff;
    background: #4E40F1;
    border-color: #4E40F1;
}
.benefits-pads-item {
    margin: 40px 0;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    padding: 60px 30px 55px 40px;
    position: relative;
    z-index: 10;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
    transition: background 0.5s ease-in-out 0s;
    margin: 40px 15px;
}

.benefits-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.benefits_pads_left_img img,
.benefits_pads_right_img img {
    width: 60px;
    height: 60px;
}
.benefits_pads_left_img,
.benefits_pads_right_img {
    margin-bottom: 30px;
}
.benefits_pads_left_title,
.benefits_pads_right_title {
    font-size: 24px;
    line-height: 34px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
    color: #37416B;
    font-weight: 500;
}
.benefits_pads_left_descr,
.benefits_pads_right_descr {
    transition: all 0.3s ease-in-out;
    font-family: Inter;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #414863;
}
.benefits-pads-right {
    padding-top: 100px;
}
.benefits-pads-block {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 768px) {
    .benefits-block {
        flex-direction: column;
    }
    .benefits-info {
        padding-left: 15px;
    }
}
@media (max-width: 600px) {
    #benefits {
        padding-right: 15px;
        padding-left: 15px;
    }
    .benefits-title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .benefits-info {
        flex: 0 0 100%;
    }
    .benefits-pads {
        flex: 0 0 100%;
    }
    .benefits-pads-block {
        flex-direction: column;
    }
    .benefits-pads-item {
        margin: 40px 0px;
    }
    .benefits-pads-right {
        padding-top: 0px;
    }
    .benefits-pads-item {
        margin: 40px 0px;
    }
    .benefits-pads-right > .benefits-pads-item:nth-child(1) {
        margin: 0px 0px;
    }
    .benefits-info {
        padding-left: 0px;
    }
    .services_list_item_image img {
        padding: 0;
    }
}
/**/

/*contact-block*/
.contact-block {
    padding-top: 115px;
    padding-bottom: 115px;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    background-image: url(/wp-content/themes/dmeco/image/cta-back.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-block.inner-cta .contact_block_title{
    font-size: 40px;
    line-height: 42px;
}
.contact-block.inner-cta {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.subscribe-overlay {
    opacity: 0.7;
    background: linear-gradient(to right, #233d63, #233d63);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.animation__background {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.circle {
    display: inline-block;
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 100px solid #ffffff;
    bottom: -165px;
    right: -165px;
}
.circle2 {
    display: inline-block;
    position: absolute;
    width: 200px;
    height: 250px;
    border-radius: 50%;
    border: 50px solid #ffffff;
    top: -20%;
    left: -80px;
}
.contact_block_text {
    text-align: center;
    color: #f4f9fc;
    font-size: 3rem;
    line-height: 1.25;
    font-style: normal;
    font-weight: 500;
}
.contact_block_title {
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 77px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 65px;
}
.contact_block_subtitle {
    text-align: center;
    color: #606f7b;
    font-size: 1.0625rem;
    line-height: 1.88235294;
    font-weight: 400;
    margin-bottom: 35px;
}
.contact_block_btn {
    text-align: center;
}
.contact_block_btn_link a {
    /*box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);*/
    min-width: 306px;
    height: 62px;
    transition: all .3s ease-in-out;
    font-weight: 500 !important;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background-color: #E13D96;
    color: #ffffff;
    border: 1px solid #E13D96;
    border-radius: 3px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.contact_block_btn_link a:hover {
    background-color: #e869ae;
    border-color: #cc1f7d;
    color: #ffffff;
}
.contact-block.subscribe2 {
    background-image: url("/wp-content/themes/dmeco/image/cta2.jpg");
}
.subscribe2 .contact_block_title {
    text-align: center;
    color: #fff;
    margin-bottom: 27px;
    font-size: 56px;
    line-height: 138%;
    font-weight: 500;
}
.subscribe2 .contact_block_subtitle{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 145%;
    /* identical to box height, or 29px */


    color: #FFFFFF;

    opacity: 0.8;
}
@media (max-width: 600px) {
    .contact_block_title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))) !important;
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))) !important;
        text-align: center;
        color: #FFFFFF;
    }
    .circle {
        width: 300px;
    }
    .circle2 {
        width: 150px;
    }
}
/**/




/*how it work*/
.hiw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #5842ff;
    background: linear-gradient(-135deg, rgba(88, 66, 255, 0.8), #5842ff);
}
.hiw-title {
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.6;
}
.hiw-subtitle {
    text-decoration: underline;
    font-weight: bold;
    text-align: left;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 100px;
    padding-left: 15px;
    opacity: 0.9;
    font-size: 56px;
    line-height: 138%;
}
.hiw-items {
    display: flex;
    flex-wrap: wrap;
}
.hiw-item {
    flex: 0 0 50%;
    padding: 0 15px 30px;

}
.hiw-item-content {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 7px;
    padding: 45px 60px 40px 40px;
    margin-bottom: 40px;
    height: 100%;
}
.hiw-item-content:before {
    content: "";
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 7px;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.6s ease-out;
}
.hiw-item-content .hover-img{
    display: none;
}
.hiw-item-content:hover .hover-img{
    display: block;
}
.hiw-item-content:hover .hiw_img{
    display: none;
}
.hiw-item-content:hover:before {
    transform-origin: center top;
    transform: scaleY(1);
}
.hiw-item-content {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 7px;
    padding: 45px 60px 40px 40px;
    margin-bottom: 40px;
    height: 100%;
}

.hiw_img, .hover-img {
    width: 50px;
    height: 50px;
}
.hiw-item-content {
    display: flex;
}
.hiw_img img, .hover-img img {
    max-width: 50px;
    height: 50px;
}
.hiw_text {
    padding-left: 20px;
    color: #FFFFFF;
}
.hiw_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
}
.hiw_descr {
    padding: 12px 0 0px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
}
.hiw-item:hover .hiw_title {
    color: #37416B !important;
}
.hiw-item:hover .hiw_descr {
    color: #595F77;
}
@media (max-width: 768px) {
    .hiw {
        padding-left: 0px;
        padding-right: 0px;
    }
    .hiw-item-content {
        flex-direction: column;
    }
    .hiw_text {
        padding-left: 0px;
    }
    .hiw_img {
        margin-bottom: 1rem;
    }
    .clients-photos {
        display: none;
    }
}
@media (max-width: 600px) {
    .hiw > .cont {
        padding: 0px;
    }
    .hiw-title {
        font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
        padding-left: 0px;
    }
    .hiw-subtitle {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .hiw-item {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .hiw-item-content {
        flex-direction: column;
        padding: 35px 15px 30px 40px;
    }
    .hiw_text {
        padding-left: 0px;
    }
    .hiw_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))));
        margin-top: 20px;
    }
    .hiw_descr {
        font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
        margin-top: .75rem;
    }
    .hiw {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/**/
/*team homepage*/
.team-block {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}
.team_title {
    text-align: left;
    font-family: 'Heebo', display;
    color: #233d63;
    margin-bottom: 45px;
    font-size: 3rem;
    line-height: 1.25;
    font-style: normal;
    font-weight: 500;
    padding-left: 15px;
}

.team-item-content {
    padding: 1rem 0;
}

.team-name {
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    margin-bottom: .5rem;
}
.team-position {
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: .5rem;
    text-align: left;
    color: #6A6C72;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.88235294;
}
.team-description {
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    text-align: left;
    margin-bottom: 25px;
    color: #233d63;
    transition: all 0.3s ease-in-out;
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 400;
    min-height: 224px;
    /*font-size: 20px;*/
    /*line-height: 150%;*/
    /*color: #414863;*/
}
.social-buttons a {
    line-height: 43px !important;
    min-width: 150px;
    transition: all .3s ease-in-out;
    font-weight: 500 !important;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background: none;
    border-color: #333333;
    color: #333333;
    border: 1px solid;
}
.social-buttons a:hover {
    background-color: #e13d96;
    color: #ffffff;
    border-color: #e13d96;
}
.icons-list {
    text-align: left;
    margin-top: 20px;
}
.t_item_image {
    transition: all 0.3s;
    position: relative;
    border-radius: 8px;
    height: auto;
}
.t_item_image img{
    margin: auto;
}

@media {
    .team-block {
        padding-right: 25px;
        padding-left: 25px;
    }
}
@media (max-width: 567px) {
    .team_title {
        font-size: 1.8rem;
    }
    .team-block {
        padding-left: 20px;
        padding-right: 20px;
    }

}
/**/

/*testimonials-item*/
.testimonials {
    position: relative;
}
.testimonials-block {
    padding-top: 99px;
    padding-bottom: 156px;
    background-color: #fff;
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 1315px;
    width: 100%;
    margin: 0 auto;
}
.testimonials_title {
    text-align: left;
    font-weight: 500;
    font-size: 56px;
    line-height: 138%;
    color: #37416B;
    margin-bottom: 62px;
    /*margin-left: 15%;*/
}
.testimonials_title span {
    font-weight: 400;
}
.testimonials-item {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.testimonials_item_image {
    display: flex;
    justify-content: center;
    padding-bottom: 1.5rem;
}
.testimonials_item_image img {
    width: 100px;
    height: auto;
}
.testimonials-description {
    /*padding-right: 80px;*/
    min-height: 200px;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 150%;
    color: #414863;
    text-align: left;
}
.testimonials-position {
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 145%;
    color: #8E8C99;
}
.testimonials-name {
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #37416B;
    line-height: 140%;
    margin-bottom: 12px;
}
.testimonials-slides {
    max-width: 600px;
    min-height: 284px;
    /*margin-left: 15%;*/
}
.clients-photos-items {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
}
.client_image {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}
.cliens_bg {
    max-width: 541px;
    width: 100%;
    position: absolute;
    right: 2%;
    top: 15%;
    z-index: -1;
}
.testimonial-client-info {
    display: flex;
}
.testimonials_item_image {
    width: 60px;
    height: 84px;
}
.testimonials_item_image img {
    border-radius: 100%;
}
.testimonial-client-info-text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding-left: 20px;
}
@media (max-width: 1024px) {
    .testimonials_title {
        margin-left: 0%;
    }
    .testimonials-slides {
        margin-left: 0%;
    }
    .slick-arrow.slick-prev {
        /*left: 30px;*/
    }
    .slick-arrow.slick-next {
        left: 15%;
        /*margin-top: -1px;*/
    }
}
@media (max-width: 768px) {
    .testimonials-block {
        padding-right: 25px;
        padding-left: 25px;
    }
    .testimonials-item {
        padding: 0px;
    }
    .testimonials_title {
        margin-left: 0%;
    }
    .testimonials-slides {
        margin-left: 0%;
    }
    .slick-arrow.slick-prev {
        left: 10px;
    }
    .slick-arrow.slick-next {
        /*left: 10%;*/
    }

}
@media (max-width: 567px) {
    .testimonials-block {
        padding-right: 20px;
        padding-left: 20px;
    }
    .testimonials-description {
        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))));
    }
    .testimonials_item_image img {
        width: 60px;
        height: 60px;
    }
    .slick-arrow.slick-prev {
        /*left: 20px;*/
    }
    .slick-arrow.slick-next {
        right: -20px;
    }
    .testimonials_title {
        font-size: 1.8rem;
    }
    .clients-photos-items {
        display: none;
    }
    .testimonials-slides {
        margin-left: 0%;
        min-height: 380px;
    }
    .testimonials-description {
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .testimonials_item_image {
        width: auto;
        height: 100px;
    }
    .testimonials-item {
        padding: 0px;
    }
    .testimonials_title {
        margin-left: 0%;
    }
    .testimonials_title {
        color: #233d63;
        margin-bottom: 40px;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }

}
/**/



/**/
.seotext {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: #f4f9fc;
}
.seotext_block,
.seo_image {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.seotext_block p{
    margin-bottom: 30px;
}
.seo_image img {
    width: 70px;
    height: 70px;
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
    .seotext_block, .seo_image {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 600px) {
    .content-area h1{
        font-size: 40px;
        line-height: 44px;
    }
    .seotext_block h1 {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
        color: #233d63;
        margin-bottom: 25px;
    }
    .seotext_block, .seo_image {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/**/




/*404*/
.content404 {
    min-height: 50vh;
    padding-top: 10rem;
    padding-bottom: 10rem;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    background-image: url(/wp-content/uploads/2020/11/backgraund-trend.jpg);
}
.block404 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.title-404   {
    font-family: 'Heebo', display;
    font-weight: bold;
    color: #e9e9e9;
    font-size: 4.375rem;
    line-height: 1.14285714;
}
.subtitle-404 {
    text-align: center;
    font-family: 'Heebo', sans-serif;
    color: #e9e9e9;
    margin-bottom: 25px;
    font-size: 1.25rem;
    line-height: 1.6;
    font-style: normal;
    font-weight: 500;
}
.button404 {
    display: flex;
    padding: 3rem 0;
}
.btnright a {
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    min-width: 185px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 50px;
    font-weight: 500 !important;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background-color: #e13d96;
    border-color: #e13d96;
    color: #ffffff;
}
.btnright a:hover {
    background-color: #e869ae;
    border-color: #cc1f7d;
}

.order_btn404 a {
    min-width: 185px;
    transition: all .3s ease-in-out;
    line-height: 50px;
    font-weight: 500 !important;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background: none;

    color: #FFFFFF;
    border: 1px solid;
    padding: 0 20px;
    border-radius: 3px;
    margin-left: 20px;
    background: #1e73be;
    border-color: #1e73be;
}

.order_btn404 a:hover {
    background-color: #2481d4;
    border-color: #FFFFFF;
}
/**/

/*contact page*/
.contact {
    position: relative;
    height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 3rem;
    display: flex;
    justify-content: center;
    margin-bottom: 10em;
}
.contact_block {
    display: flex;
    position: absolute;
    bottom: -160px;
    padding: 70px 40px 60px 75px;
    border-bottom: 4px solid #233d63;
    box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
    background: #ffffff;
    width: 1110px;
    margin: 0 auto;
}
.contact_cf,
.contact_info {
    flex: 0 0 50%;
}
.cf1_form {
    padding: 0 15px;
}
.cf1_mail > span > input,
.cf1_text > span > textarea {
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #64697a;
    font-size: 17px;
    background-color: #ffffff !important;
    border-radius: 0;
    border-bottom: 1px solid #233d63;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.cf1_text > span > textarea {
    height: 110px;
    margin-bottom: 30px;
}
.cf1_mail {
    margin-bottom: 15px;
}
.cf1_submit input {
    min-width: 185px;
    border-radius: 0;
    line-height: 55px;
    margin: .4rem 0;
    cursor: pointer;
    background-color: #e13d96;
    border-color: #e13d96;
    color: #ffffff;
    padding: 0 20px;
    font-size: 1.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    border-width: 0px;
}
.cf1_submit input:hover {
    background-color: #e869ae;
    border-color: #cc1f7d;
}
.contact_info {
    padding-left: 50px;
    padding-right: 15px;
}
.contact_info_title {
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    color: #c0c0c9;
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 500;
}
.contact_info_subtitle {
    color: #233d63;
    margin-bottom: 15px;
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 500;
}
.contact_info_text_after {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.88235294;
}
.contact_info_phone span {
    color: #ff3a46;
    font-size: 1.5rem;
    line-height: 1.66666667;
    font-weight: 400;
}
.contact_info_email span {
    color: #ff3a46;
    font-size: 1.5rem;
    line-height: 1.66666667;
    font-weight: 400;
}
textarea {
    resize: none;
}
@media (max-width: 1024px) {
    .contact {
        margin: 0 1rem;
    }
    .contact_block {
        padding: 40px 30px;
        width: auto;
        margin-bottom: 6rem;
    }
}
@media (max-width: 768px) {
    .contact {
        margin: 0 1rem;
        margin-bottom: 6rem;
    }
    .contact_block {
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
        padding: 30px;
        flex-direction: column-reverse;
    }
    .contact_info {
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact_cf {
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .contact_block {
        flex-direction: column-reverse;
        max-width: inherit;
        padding: 25px;
        width: inherit;
        margin: 0 auto;
        margin-left: 15px;
        margin-right: 15px;
        bottom: 20px;
    }
    .contact_info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact_info_title {
        font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
    }
    .contact_info_subtitle {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 30rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 40rem) / (48 - 20))));
        color: #233d63;
        margin-bottom: 15px;
    }


    .contact_info_text_after {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.88235294;
        margin-bottom: 10px;
    }
    .contact_info_phone a, .contact_info_phone span {
        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_info_email a, .contact_info_email span {
        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_info_email {
        margin-bottom: 1rem;
    }
    .contact {
        margin: 0;
    }
}
/**/


/*blog*/
.blog-post-list {
    display: flex;
    flex-wrap: wrap;
}
.post-pading {
    padding-top: 15px;
    padding-bottom: 60px;
    background-color: #f4f9fc;
    flex: 0 0 33%;
    padding-right: 15px;
    padding-left: 15px;
}
.post-pading:last-child {
    padding-bottom: 0px;
}
.post-title-excerpt {
    display: flex;
    flex-direction: column;
}
/*.post-image {*/
    /*min-width: 470px;*/
/*}*/
.header-baner-img-title h1 {
    color: #233d63;
    margin-bottom: 15px;
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 500;
}

.post-excerpt {
    font-family: 'Heebo', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #777d74;
    margin-bottom: 1.5rem;
    text-align: left;
}
.blog-title > a > h2 {
    color: #1c1c25;
    font-family: 'Heebo', display;
    font-size: 1.5rem;
    line-height: 1.5;
    transition: 0.3s;
}
.blog-title a h2:hover {
    color: #ff9083;
    cursor: pointer;
    transition: 0.3s;
}
.blog-date {
    letter-spacing: 1.3px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.88235294;
    color: #6A6C72;
}
.blog-title {
    margin-bottom: 25px;
    color: #233d63;
    transition: all 0.3s ease-in-out;
    font-size: 1.5rem;
    line-height: 1.66666667;
    font-weight: 400;
}
.blog-title a h2 {
    font-weight: 400;
}
.post-image img {
    margin-bottom: 32px;
    max-height: 247px;
}

.readmore_btn {
    display: flex;
}
.readmore_btn a {
    color: #333333;
    font-size: 1.0625rem;
    line-height: 43px;
    min-width: 150px;
    cursor: pointer;
    font-weight: 500 !important;
    border-width: 1px;
    font-style: normal;
    margin: 0.4rem 0.8rem;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background: none;
    border-color: #333333;
    border: 1px solid;
    padding: 0 10px;
}
.readmore_btn a:hover {
    background-color: #e13d96;
    color: #ffffff;
    border-color: #e13d96;
}
.blog-section {
    background-color: #f4f9fc;
}

#true_loadmore {
    border: 2px solid #333;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    transition: all .3s ease-in-out;
    line-height: 50px;
    font-weight: 500 !important;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    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;
    background-color: transparent;
    border-color: #e13d96;
    color: #333333;
    border: 2px solid #e13d96;
    border-radius: 5px;
    font-size: 1.25rem;
    cursor: pointer;
}
#true_loadmore:hover {
    background-color: #e869ae;
    border-color: #cc1f7d;
    color: #ffffff;
}
#true_loadmore:before {

}
.loadmore-block {
    margin-bottom: 100px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.header-baner-img-title {
    text-align: left;
    padding: 2rem 20px;
    max-width: 1140px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .baner {
        height: auto;
    }
    .post-title-excerpt {
        display: flex;
        flex-direction: column;
        flex: 0 0 33%;
    }
    .post-image img {
        width: 100%;
        margin-bottom: 1rem;
    }

}
@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;
    }
}


/**/

@media (max-width: 600px) {
    .circle_arrow {
        display: none;
    }
    .services_list_block {
        padding-bottom: 10px;
        border-bottom: none;
    }
    .contact_block{
        max-width: 322px;
    }
}
@media (max-width: 1024px) {
    .site-main {
        flex: 0 0 100% !important;
        padding: 0 25px 0 25px !important;
    }
    .form-calc {
        display: none;
    }
    .baner-block .form-calc {
        display: block;
    }
}
.select-two .nice-select.open .list {
    height: 300px;
    overflow-y: scroll;
}
