/*
Theme Name: Wp4
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('/wp-content/themes/wp4/fonts/stylesheet.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: #20355A;
    font-family: 'GT Eesti Pro Display';
}


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


/*a:not([class]) {*/
/*    text-decoration-skip-ink: auto;*/
/*}*/


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


article > * + * {
    margin-top: 1em;
}
h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}

@media (max-width: 567px) {
    h1 {
        margin-bottom: 2rem;
    }
}

h2,h3,h4 {
    margin-bottom: 1.5rem;
}
p {
    margin-bottom: 1rem;
    color: #6A768A;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 1rem;
}
@media (max-width: 567px) {
    p {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
}
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: 25px;
        padding-left: 25px;
    }
}

*: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: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}

.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: 3rem;
    padding-bottom: 3rem;
    background-color: #041434;
}

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

}
#order-page {
    height: 70vh;
}
.menu-item a:hover {
    color: #ff9083;
    transition: color .2s ease-in-out;
}
.order-header {
    z-index: 3;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 0 10px;
    max-height: 70px;
}

.header-shadow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    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;
    justify-content: space-between;
    min-height: 70px;
    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;
}

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

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

.header-logo img {
    max-width: 100%;
    display: block;
    width: auto;
    height: 40px;
}

.header-burger {
    display: none;
}
.menu-container {
    max-width: 1140px;
    margin: 0 auto;
}
.sub-menu {
    display: none;
    position: absolute;
    padding-left: 0;
    padding: 1.25rem 0 0;
    background-color: #fff !important;
}

.sub-menu li:hover {
    color: #20355A !important;
    transition: all 0.25s ease-in-out;
}
.sub-menu li a {
    color: #000000 !important;
}
.sub-menu li a:hover {
    color: #20355A !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;
}
#menu-primary > .menu-item:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    transition: all 0.3s;
    bottom: 5px;
    opacity: 0;
    transform: translateX(-50%);
    background: #ff9083;
}
#menu-primary > .menu-item:hover:before {
    bottom: -4px;
    opacity: 1;
}
.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 {
    color: #20355A;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
}
#menu-primary li  {
    padding: 0 0.2em !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
#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 .5em .667em 1em;
}
.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: 1110px;
    margin: 0 auto;
    padding-bottom: 3rem;
}
#breadcrumbs > span > span > a,
#breadcrumbs > span > span > span > a {
    color: #6278DF;
}
#breadcrumbs > span > span,
#breadcrumbs > span > span > span,
#breadcrumbs > span > span > span > a > span {
    color: #767676;
}

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

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

@media (max-width: 992px) {
    .order-header {
        margin-left: auto;
    }
    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;
    }

    /*.header-logo {*/
    /*flex: 0 0 30px;*/
    /*}*/
    .header-burger {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 4;
        margin-right: 15px;
    }

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

    .header-burger:before,
    .header-burger:after {
        content: '';
        background-color: #000000;
        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: 70px;
        width: 100%;
        box-shadow: 0px 14px 7px -18px #000;
        padding: 0 10px;
    }

    .header-list {
        display: block;
    }

    .header-list li {
        margin: 0;
    }

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

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

    .sub-menu {
        position: relative;
    }

    .mbr-fullscreen {
        height: auto;
    }
    /*#site-header {*/
        /*background-color: #000000;*/
    /*}*/
    .header-logo span {
        color: #000000;
    }
    .header-logo img {
        background-color: #fff;
        padding: 3px;
    }
    .header-logo span {
        margin-left: 10px;
    }
    #menu-primary {
        display: flex;
        padding-left: 0;
    }
    .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;
    }

}

@media (max-width: 767px) {
    #menu-primary {
        flex-direction: column;
    }

    .order-header {
        margin-left: unset;
    }
}

@media (max-width: 1024px) {
    #breadcrumbs {
        padding-left: 35px;
    }
}
@media (max-width: 468px) {
    .header-menu.active {
        top: 115px;
    }
    .team-description {
        min-height: 213px;
    }
    .testimonials-description {
        min-height: 240px;
    }

}
@media (max-width: 375px) {
    .header-menu.active {
        top: 115px;
    }

}

.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;
}
.logged-in > .wr header:before {
    margin-top: 32px;
}
.order-header a {
    background-color: transparent !important;
    color: #20355A;
    border-radius: 100px;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #333;
    position: relative;
    z-index: 1;
    display: inline;
}
.order-header a:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #72dfe9;
    box-shadow: none;
}
.order-header a:hover:before {
    transform: translate(-1px, -1px);
}
.order-header a:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #72dfe9;

}
@media (max-width: 1140px) {
    .testimonials-item-block {
        padding-right: 20px;
    }
}
@media (max-width: 992px) {
    .order-header a:before {
        transform: translate(0px, 0px);
    }
    .order-header a {
        border: 2px solid #72dfe9;
        display: inline-block;
    }

}
/*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-left: 0;
}
.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;
}



.reviewslider {
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 50%;
}

.slick-arrow.slick-prev {
    left: -50px;
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-width: 0px;
    background: url('image/left-arrow.svg') 0 0 / 100% no-repeat;
    /*background-image: url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22512px%22%20height%3D%22512px%22%20enable-background%3D%22new%200%200%20492%20492%22%20version%3D%221.1%22%20viewBox%3D%220%200%20492%20492%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%3Cpath%20d%3D%22m198.61%20246.1l184.06-184.06c5.068-5.056%207.856-11.816%207.856-19.024%200-7.212-2.788-13.968-7.856-19.032l-16.128-16.12c-5.06-5.072-11.824-7.864-19.032-7.864s-13.964%202.792-19.028%207.864l-219.15%20219.14c-5.084%205.08-7.868%2011.868-7.848%2019.084-0.02%207.248%202.76%2014.028%207.848%2019.112l218.94%20218.93c5.064%205.072%2011.82%207.864%2019.032%207.864%207.208%200%2013.964-2.792%2019.032-7.864l16.124-16.12c10.492-10.492%2010.492-27.572%200-38.06l-183.85-183.85z%22%20fill%3D%22%237567f8%22%2F%3E%0A%3C%2Fsvg%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;
    filter: grayscale(1) brightness(1);
}

@media (max-width: 1240px) {
    .slick-arrow.slick-prev {
        left: 0;
    }
}

.slick-arrow.slick-next {
    right: -50px;
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-width: 0px;
     background: url(image/right-arrow.svg) 0 0 / 100% no-repeat;
    /*background-image: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22512px%22%20height%3D%22512px%22%20enable-background%3D%22new%200%200%20492.004%20492.004%22%20version%3D%221.1%22%20viewBox%3D%220%200%20492.004%20492.004%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%3Cpath%20d%3D%22m382.68%20226.8l-218.95-218.94c-5.064-5.068-11.824-7.86-19.032-7.86s-13.968%202.792-19.032%207.86l-16.124%2016.12c-10.492%2010.504-10.492%2027.576%200%2038.064l183.86%20183.86-184.06%20184.06c-5.064%205.068-7.86%2011.824-7.86%2019.028%200%207.212%202.796%2013.968%207.86%2019.04l16.124%2016.116c5.068%205.068%2011.824%207.86%2019.032%207.86s13.968-2.792%2019.032-7.86l219.15-219.14c5.076-5.084%207.864-11.872%207.848-19.088%200.016-7.244-2.772-14.028-7.848-19.108z%22%20fill%3D%22%237567f8%22%2F%3E%0A%3C%2Fsvg%3E);*/
    background-color: transparent;
    background-size: 25px;
    background-position-x: center;
    background-position-y: center;
    border-radius: 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    filter: grayscale(1) brightness(1);
}

@media (max-width: 1240px) {
    .slick-arrow.slick-next {
        right: 0;
    }
}

.reviewslider,
.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*/
/* Слайдер */
.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 10px;
}
/* Слайд активный (показывается) */
.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 #20355A;
    height: 13px;
}
/* Элемент точки */
.slick-dots li button{
    font-size: 0;
    height: 12px;
    background-color: #20355A;
    border-radius: 50%;
    border: none;
}

.sliderproduct {
    position: relative;
}
.sliderproduct.slick-arrow {
    position: absolute;
    top: 50%;
}
.sliderproduct,
.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;
    }

    .slick-arrow.slick-next {
        right: -25px;

    }
}


/*Homepage baner*/
.baner-block {
    display: flex;
    /*height: 85vh;*/
    justify-content: space-between;
    padding-top: 12rem;
    padding-bottom: 8rem;
}
.baner-text-title {
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 1.1;
    font-style: normal;
    word-break: break-word;
    text-align: left;
    color: #20355A;
    padding-bottom: 2rem;
    max-width: 550px;
}
.baner-text-subtitle {
    color: #6A768A;
    font-size: 1.3rem;
    line-height: 1.5;
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    padding-bottom: 3rem;
    max-width: 550px;
}
.baner-order-btn a {
    background-color: transparent !important;
    color: #041434;
    border-radius: 100px;
    cursor: pointer;
    padding: 1rem 2.6rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #20355A;
    position: relative;
    z-index: 1;
    display: inline;
}
.baner-order-btn a:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #ff9083;
    box-shadow: none;
}
.baner-order-btn a:hover:before {
    transform: translate(-1px, -1px);
}
.baner-order-btn a:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #ff9083;

}
@media (max-width: 1024px) {
    /*.baner-block {*/
    /*    height: 100vh;*/
    /*}*/
    .baner-block {
        padding-left: 25px;
        padding-right: 25px;
    }

}
@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;
    }
    .testimonials_page {
        justify-content: center!important;
    }
    .testimonials-item-block {
        padding-right: 0;
    }
}
@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;
    }
    .baner-text {
        padding-top: 30px;
    }
}
@media (max-width: 375px) {
    section {
        padding-right: 0px;
        padding-left: 0px;
    }
}
/**/

/*homepage card block*/
.card_block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #e7e7fb;
}
.card_block_content {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
}
.card_block_item {
    display: flex;
}
.card_block_image {
    display: flex;
    justify-content: start;
    width: 50px;
    height: auto;
    margin-right: 20px;
}
.card_block_title  {
    margin-bottom: .5rem;
}
.card_block_title a {
    color: #041434;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
}
.card_block_subtitle {
    color: #6A768A;
    
    font-size: 1.3rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .card_block_content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .card_block_item {
        display: flex;
        flex: 0 0 50%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem;
    }
    .card_block_subtitle {
        font-size: 1.5rem;
    }
    .card_block_links {
        text-align: center;
    }
    .card_block_image {
        margin-bottom: 10px;
        margin-right: 0px;
    }
}
@media (max-width: 567px) {
    .card_block {
        /*margin-top: 100px;*/
    }
    .card_block_image {
        display: flex;
        justify-content: start;
        width: 100%;
        height: 50px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .card_block_item {
        margin-bottom: 2rem;
    }
    .card_block_links {
        text-align: center;
    }
    .card_block_item {
        justify-content: center;
        flex-direction: column;
    }
    .card_block_title a {
        font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28)));
    }
    .card_block_subtitle {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
}
/*services block*/
.services_list_title {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.1;
    color: #20355A;
    padding-top: 5rem;
}
.card_services {
    padding-bottom: 3rem;
}
.services_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}
.services_list_item {
    flex: 33%;
    padding: 5px 0px;
    text-align: center;
}
.services_list_item a {
    
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #6A768A;
}
@media (max-width: 768px) {
    .services_list_item {
        text-align: center;
        margin-bottom: 2rem;

    }
}
@media (max-width: 567px) {
    .card_block_content {
        display: block;
    }
    .services_list {
        display: block;
        padding-top: 2rem;
    }
    .services_list_item {
        text-align: center;
        margin-bottom: 0;

    }
    .services_list_item a {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
    .services_list_title {
        font-size: 1.8rem;
        padding-top: 3rem;
    }

}
/**/


/*steps block*/
.steps_block {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

@media (max-width: 567px) {
    .steps_block {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }
}

.steps_title {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.1;
    color: #20355A;
    margin-bottom: 4rem;
}
.steps_items {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
}
.steps_item {
    display: flex;
    width: 33.33%;
}
.steps_item_title {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #20355A;
    margin-bottom: .5rem;
}
.steps_item_image {
    margin-right: 20px;
    flex-shrink: 0;
}
.steps_item_image img {
    width: 80px;
    height: auto;
    margin-top: 5px;
}
.steps_item_description {
    color: #6A768A;
    
    font-size: 1rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .steps_items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .steps_item {
        flex: 0 0 50%;
        flex-direction: column;
        padding: 0 20px;
    }
    .steps_item_image {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .steps_item_text {
        text-align: center;
    }
}
@media (max-width: 567px) {
    .steps_items {
        display: block;
        padding: 0 15px;
    }
    .steps_item_image {
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }
    .steps_item_title {
        text-align: center;
        font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28)));
    }
    .steps_item_description {
        text-align: center;
    }
    .steps_item {
        display: block;
        margin-bottom: 2rem;
        width: 100%;
    }
    .steps_item_image img {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }
    .steps_title {
        font-size: 1.8rem;
    }

}
/**/

/*team homepage*/
.team-block {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}
.team_title {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.1;
    color: #20355A;
    margin-bottom: 2rem;
}
.t_item_image img {
    border-radius: 10px;
}

@media (max-width: 1023px) {
    .t_item_image img {
        margin: 0 auto;
    }
}

.team-item-content {
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 1rem;
}
@media (max-width: 479px) {
    .team-item-content {
        min-height: unset;
    }
}
.team-name {
    font-weight: bold;
    
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    color: #20355A;
    margin-bottom: .5rem;
}
.team-position {
    color: #98A1B4;
    font-size: 1rem;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    margin-bottom: .5rem;
    text-align: center;
}
.team-description {
    color: #6A768A;
    font-size: 1rem;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    margin-bottom: .5rem;
    text-align: center;

}
.social-buttons a {
    background-color: transparent !important;
    color: #20355A;
    border-radius: 100px;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #333;
    position: relative;
    z-index: 1;
    display: inline;
}
.social-buttons a:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #72dfe9;
    box-shadow: none;
}
.social-buttons a:hover:before {
    transform: translate(-1px, -1px);
}
.social-buttons a:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #72dfe9;

}
.icons-list {
    text-align: center;
    margin-top: auto;
}
@media (max-width: 479px) {
    .icons-list {
        margin-top: 15px;
        height: 50px;
    }
}
.t_item_image {
    transition: all 0.3s;
    position: relative;
    border-radius: 8px;
    height: auto;
}
/*.team-item-item:hover .t_item_image {*/
    /*transform: translate(8px, 8px);*/
/*}*/
/*.team-item-item:hover .t_item_image:before {*/
    /*opacity: 0.7;*/
/*}*/
/*.team-item-item:hover .t_item_image:after {*/
    /*opacity: 1;*/

/*}*/
/*.t_item_image:before {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*border-radius: 8px;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*transition: 0.3s;*/
    /*content: '';*/
    /*background: #a8aaf1;*/
    /*pointer-events: none;*/
    /*opacity: 0;*/
    /*background-image: url(/wp-content/themes/wp4/image/arrow-right.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 30px 30px;*/
    /*background-position: center;*/
/*}*/
/*.t_item_image:after {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*border-radius: 8px;*/
    /*border: 2px solid #1c1c25;*/
    /*transform: translate(-8px, -8px);*/
    /*left: 0;*/
    /*width: 100%;*/
    /*pointer-events: none;*/
    /*transition: 0.3s;*/
    /*height: 100%;*/
    /*content: '';*/
    /*background: transparent;*/
    /*opacity: 0;*/
/*}*/
@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;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
/**/

/**/
.swu {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
}
.square-image img {
    width: 80px;
    height: auto;
    margin-bottom: 1.5rem;
}
.squares {
    display: flex;
}
.square-item {
    display: flex;
    padding: 3rem 1rem;
    border-radius: 10px;
    border: 2px solid #efefef;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 2rem 1rem;
}
.square-right {
    margin-top: 2rem;
}
.swu-left-block,
.swu-right-block,
.squares-left,
.square-right {
    flex: 50%;
}
.swu-right-block {
    display: flex;
    align-items: center;
}
.swu-descr-item-img img {
    width: 26px;
}
.square-title {
    font-weight: bold;
    
    font-size: 1.3rem;
    line-height: 1.5;
    color: #20355A;
    transition: 0.3s;
}
.square-title:hover {
    color: #ff9083;
    transition: 0.3s;
}
.swu-descr-item-img img {
    margin-right: 15px;
}
.swu-descr-item {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.swu-descr-item-img {
    align-self: flex-start;
    flex-shrink: 0;
}
.swu-right-block-content {
    padding: 20px 0 20px 100px;
}
.swu-title {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.1;
    color: #20355A;
    margin-bottom: 2rem;
}
.swu-descr-item-text {
    color: #616161;
    
    font-size: 1rem;
    line-height: 1.5;
}
.swu-btn {
    margin-top: 2rem;
}
.swu-btn a {
    background-color: transparent !important;
    color: #20355A;
    border-radius: 100px;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #333;
    position: relative;
    z-index: 1;
    display: inline;
}
.swu-btn a:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #72dfe9;
    box-shadow: none;
}
.swu-btn a:hover:before {
    transform: translate(-1px, -1px);
}
.swu-btn a:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #72dfe9;

}
@media (max-width: 768px) {
    .swu {
        flex-direction: column;
    }
    .swu-right-block-content {
        padding: 15px;
    }
    .swu-btn a {
        border: 2px solid #72dfe9;
    }
    .swu-btn a:before {
        transform: translate(0px, 0px);
    }
}
@media (max-width: 567px) {
    .swu {
        display: block;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .swu-right-block-content {
        padding: 0 15px;
        text-align: center;
    }
    .squares {
        flex-direction: column;
    }
    .squares-left > .square-item:last-child {
        margin: 1rem 1rem 0rem 1rem;
    }
    .square-right {
        margin-top: 0rem;
    }
    .swu-title {
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }
    .swu-descr-item-text {
        text-align: left;
        padding-left: 20px;
    }
}
/**/


/*testimonials-item*/
.testimonials-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.testimonials_title {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.1;
    color: #20355A;
    margin-bottom: 1rem;
}
.testimonials-item {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.testimonials_item_image {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}
.testimonials_item_image img {
    width: 100px;
    height: auto;
    border-radius: 50%;
}
.testimonials-description {
    text-align: center;
    color: #6A768A;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1.5rem;
    font-weight: 300;
}
.testimonials-name {
    color: #33358c;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .testimonials-block {
        padding-right: 25px;
        padding-left: 25px;
    }
    .testimonials-item {
        padding: 20px;
    }
}
@media (max-width: 567px) {
    .testimonials-block {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .testimonials-description {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
    .testimonials_item_image img {
        width: 100px;
        height: 100px;
    }
    .slick-arrow.slick-prev {
        left: -20px;
    }
    .slick-arrow.slick-next {
        right: -20px;
    }
    .testimonials_title {
        font-size: 1.8rem;
    }

}
/**/

/*accordion*/
.accordion {
    width: 100%;
    border: 1px solid #ededed;
    padding: 25px 30px;
    background-color: #FFF;
    color: #717177;
    margin-bottom: 10px;
    font-size: 1rem;
    text-align: left;
    font-weight: 700;
}

.active, .accordion:hover,
button:focus {

}

.panel {
    display: none;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 30px;
    color: #9096a4;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    margin-top: -10px;

}

.accordion:after {

    content: url('data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciI+PHBhdGggZD0iTTEzOTUgNzM2cTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNDY2LTQ2NnEtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsMzkzIDM5MyAzOTMtMzkzcTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiI+PC9wYXRoPjwvc3ZnPg==');
    width: 15px;
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: url('data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciI+PHBhdGggZD0iTTEzOTUgMTE4NHEwIDEzLTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC0zOTMtMzkzLTM5MyAzOTNxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiPjwvcGF0aD48L3N2Zz4=');
    width: 15px;
}

/*aacordion*/
.accordion-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

@media (max-width: 567px) {
    .accordion-block {
        padding-top: 3.5rem;
        padding-bottom: 1rem;
    }
}

.tabs {
    overflow: hidden;
}
.tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 1rem;
}
.tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
    color: #20355A;
    font-size: 24px;
    line-height: 1.35;
    padding: 1rem 2rem;
    border: 2px solid black;
    position: relative;
    transition: all 0.3s;
    border-radius: 30px!important;
    padding: 1rem 2rem;
    z-index: 2;
    margin-bottom: 0;
    width: 99%;
}
.tab-label:hover {
    background: #ffffff;
}
.tab-label::after {
    content: "";
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><linearGradient id='gradient'><stop offset='10%' stop-color='%23F00'/><stop offset='90%' stop-color='%23fcc'/> </linearGradient><rect fill='url(%23gradient)' x='0' y='0' width='100%' height='100%'/></svg>");*/
    background-image: url(/wp-content/themes/wp4/image/left-arrow.svg);
    background-size: 22px 22px;
    transform: rotate(-90deg);
}


.tab-label:after:hover {
    background-color: #999999;
}
.tab-content {
    max-height: 0;
    padding: 0 2em;
    color: #6A768A;
    background: white;
    -webkit-transition: all .35s;
    transition: all .35s;
    font-size: 21px;
    line-height: 31px;
    font-weight: 400;
}
input:checked + .tab-label {
    background: #F8FAFF;
}
input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 25px 30px;
}
input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-items {
    max-width: 1110px;
    margin: 0 auto;
}
.hover-bg {
    height: 77px;
}
.tab {
    position: relative;
    padding-bottom: 6px;

}
.tab-label {
    background: #F8FAFF;
    border: 2px solid #F8FAFF;
    position: relative;
    transition: all 0.3s;
    border-radius: 30px!important;
    padding: 1rem 2rem;
    z-index: 2;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    color: #20355A;
    font-weight: 500;

}
.tab:hover .tab-label {
    background: transparent;
    border: 2px solid black;
    position: relative;
    transition: all 0.3s;
    border-radius: 50px!important;
    padding: 1rem 2rem;
    z-index: 6;
    margin-bottom: 0;
    width: 99%;
}
.tab:hover .hover-bg {
    background: #72dfe9;
    right: 2px;
    top: 9px;
    border-radius: 100px;
    z-index: 0;
    width: 99%;
    height: 72px;
}
.tab:hover .tab-label:after {
    transform: rotate(0deg);
}
.hover-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.3s;
    height: 100%;
    background: #F8FAFF;
    border-radius: 100px!important;
    z-index: 1;
}
input:checked ~ .hover-bg {
    background: transparent;
}
@media (max-width: 567px) {
    .tab:hover .hover-bg {
        background: #FFFFFF;
    }
}
@media (max-width: 567px) {
    .tab-label {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
}
/**/
.seotext_block {
    max-width: 1110px;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 567px) {
    .seotext_block {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
/**/


/*contact block*/
.contact-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
}



.contact_block_btn_link a {
    background-color: transparent !important;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    padding: 1rem 2.6rem;
    
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
    display: inline;
}
.contact_block_btn_link a:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #ff9083;
    box-shadow: none;
}
.contact_block_btn_link a:hover:before {
    transform: translate(-1px, -1px);
}
.contact_block_btn_link a:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #ff9083;

}
.contact-block-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_block_text {
    flex: 70%;
}
.contact_block_btn {
    flex: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.contact_block_title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.1;
    font-style: normal;
    margin-bottom: 2rem;
}
.contact_block_description {
    color: #FFFFFF;
    
    font-size: 1.3rem;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    margin-bottom: .5rem
}
@media (max-width: 768px) {
    .contact-block-row {
        flex-direction: column;
        padding: 0px;

    }
    .contact_block_btn_link {
        margin-top: 60px;
    }
    .contact_block_btn_link a {
        border: 2px solid #ff9083;
    }
    .contact_block_btn_link a:before {
        transform: translate(0px, 0px);
    }
    .footer_block .footer-col {
        padding: 0;
    }
    .footer_block .footer-col:first-child {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 34px;
    }
    .footer_block .footer-col:first-child img{
        margin-left: auto;
        margin-right: auto;
    }
    .footer_block .footer-col:nth-child(2), .footer_block .footer-col:nth-child(3) {
        flex: 0 0 50%;
    }
    .footer_col_social, .footer_col_pay {
        justify-content: center;
    }
    .footer_block .footer-col:nth-child(4) {
        flex: 0 0 100%;
        justify-content: center;
        margin-top: 35px;
    }
    .footer_block .footer-col .menu-item {
        padding-left: 0;
    }
    .page-template-proxy-template .menu-item a {
        color: #000!important;
    }
    .page-template-proxy-template .menu-item {
        margin-bottom: 25px!important;
    }
}
@media (max-width: 567px) {
    .contact_block_description {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
    .contact_block_btn_link a {
        border: 2px solid #ff9083;
    }
    .contact_block_btn_link a:before {
        transform: translate(0px, 0px);
    }
}
/**/


/*footer link block*/
#footer-links-block {
    display: flex;
    margin: 0 auto;
    max-width: 1110px;
    justify-content: center;
    padding: 5rem 0;
}
.footer-links-block-item {
    flex: 25%;

}
.footer-links-list li a  {
    font-size: 1.13rem;
    line-height: 1.5;
    font-weight: 400;
    color: #6A768A;
}
.footer-links-list li {
    margin-bottom: .5rem;
}
.copyright {
    text-align: center;
    color: #98A1B4;
    font-size: 16px;
    line-height: 24px;
}
#menu-footer {
    display: flex;
    justify-content: center;
    padding: 0 1.7rem 1rem 1.7rem;
    margin-bottom: 20px;
}
#menu-footer > .menu-item a {
    color: #ffffff;
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
}
#menu-footer > .menu-item  {
    padding: 0 24px;
}
@media (max-width: 1024px) {
    #footer-links-block {
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media (max-width: 768px) {
    #footer-links-block {
        padding: 5rem 25px;
        flex-wrap: wrap;
    }
    .footer-links-block-item {
        flex: 0 0 50%;
        text-align: center;
    }
}
@media (max-width: 567px) {
    #menu-footer {
        display: block;
        text-align: center;
    }
    #menu-footer > .menu-item a {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
    #footer-links-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem 25px;
    }
    #menu-footer > .menu-item {
        padding: 8px 24px;
    }
    #menu-footer {
        margin-bottom: 5px;
    }
    .footer-links-list li {
        margin-bottom: 1rem;
    }
}
/**/



/*404*/
.content404 {
    height: 50vh;
    margin-top: 150px;
    margin-bottom: 150px;
}
.block404 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.title-404   {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: bold;
}
.subtitle-404 {
    color: #777d74;
    text-align: center;
    
    font-size: 1.3rem;
    line-height: 1.5;
}
.button404 {
    display: flex;
    padding: 3rem 0;
}
.btnright a {
    background-color: transparent !important;
    color: #20355A;
    border-radius: 100px;
    cursor: pointer;
    padding: 1rem 2.6rem;
    
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #20355A;
    position: relative;
    z-index: 1;
    display: inline;
}
.btnright a:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #ff9083;
    box-shadow: none;
}
.btnright a:hover:before {
    transform: translate(-1px, -1px);
}
.btnright a:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #ff9083;

}

.order_btn404 a {
    background-color: transparent !important;
    color: #20355A;
    border-radius: 100px;
    cursor: pointer;
    padding: 1rem 2.6rem;
    
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #333;
    position: relative;
    z-index: 1;
    display: inline;
}
.order_btn404 a:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #72dfe9;
    box-shadow: none;
}
.order_btn404 a:hover:before {
    transform: translate(-1px, -1px);
}
.order_btn404 a:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #72dfe9;

}
/**/

/*contact page*/
.contact_block {
    display: flex;
    padding-top: 80px;
    padding-bottom: 120px;

}
.contact_card {
    flex: 40%;
}
.contact_cf {
    flex: 60%;
}
.contact_card_iamge img {
    width: 25px;
    height: 25px;
}
.contact_card_item {
    border: 2px solid #f8f8f8;
    padding: 2.5rem 2rem;
    margin-bottom: 2rem;
    transition: all 0.3s;
    border-radius: 16px;
    display: flex;
}
.contact_card_item:hover {
    border: 2px solid #333;
}
.contact_card_iamge {
    border: 1px solid;
    border-radius: 100px;
    height: 48px;
    padding: 10px;
}
.contact_card_text {
    margin-left: 10px;
}
.contact_card_title {
    font-weight: bold;
    
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: .75rem;
}
.contact_card_address_city {
    
    font-size: 1.3rem;
    line-height: 1.5;
}
.contact_card_address {
    
    font-size: 1.3rem;
    line-height: 1.5;
}
.contact_cf {
    padding: 0 30px;
}

.contact_card_iamge {
    background-color: transparent !important;
    color: #20355A;
    border-radius: 100px;
    cursor: pointer;
    
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #333;
    position: relative;
    display: inline;
}
.contact_card_iamge:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #72dfe9;
    box-shadow: none;
}
.contact_card_iamge:hover:before {
    transform: translate(-1px, -1px);
}
.contact_card_iamge:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: 0px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #a8aaf1;

}
.contact_card_item:hover .contact_card_iamge:before {
    transform: translate(-1px, -1px);
    border-color: transparent;
}
.contact_card_item:hover .contact_card_iamge {
    border: 2px solid transparent;
}


.contact_card_iamge.email:before {
    background: #ff9083;
}
.name-email {
    display: flex;
}
.cf1 {
    max-width: 650px;
    margin: 0 auto;
}
.cf1-name,
.cf1-email {
    padding: 10px;
}
.cf1-name > span > input,
.cf1-email > span > input,
.cf1-submit > input {
    opacity: 1;
    position: inherit;

}
.cf1-name > span > input,
.cf1-email > span > input,
.cf1-message > span > textarea {
    padding: 1rem 1.5rem!important;
    border-radius: 30px;
    
    font-size: 1.3rem;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #000000;
    box-shadow: none;
    outline: none;
    border-width: inherit;
    width: 100%;
    z-index: 333;
}
.cf1-message {
    padding: 10px;
    margin-bottom: 30px;

}
.cf1-message > span > textarea {
    width: 100%;
    height: 200px;
}

.cf1-submit {
    background-color: transparent;
    color: #20355A;
    border-radius: 100px;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #333;
    position: relative;
    z-index: 1;
    display: inline;
}
.cf1-submit:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #ff9083;
    box-shadow: none;
}
.cf1-submit:hover:before {
    transform: translate(-1px, -1px);
}
.cf1-submit:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #ff9083;

}
.cf1-submit {
    padding-left: 10px;
    margin-left: 10px;
}
.cf1-submit input {
    margin-left: 25px;
    /*appearance: push-button;*/
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: -internal-light-dark(black, white);
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
     padding: 0px;
    border-width: 0px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    background: none;
}
.contact-page-title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    padding-left: 10px;
}
.contact-page-description {
    
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding-left: 10px;
}
.cf1-submit:hover .wpcf7-form-control.wpcf7-submit {
    color: #fff;
}
@media (max-width: 567px) {
    .contact_block {
        display: block;
    }
    .name-email {
        display: block;
    }
    .contact_cf {
        padding: 0 15px;
    }
    .cf1-name, .cf1-email, .cf1-message {
        padding: 10px 0;
    }
    .contact-page-title {
        padding-left: 0px;
    }
    .contact-page-description {
        padding-left: 0px;
    }
    .contact-block-row {
        display: block;
        text-align: center;
    }
    .contact_block_text {
        flex: 100%;
    }
    .contact_block_btn {
        flex: 100%;
        display: block;
        margin-top: 30px;
    }
    .contact_block_title {
        font-size: 2rem;
    }
    .cf1 {
        text-align: center;
    }
    .cf1-submit:before {
        background: transparent;
    }
    .cf1-submit {
        background-color: #ff9083;
        border: 2px solid #ff9083;
    }
    .cf1-submit input {
        color: #333;
        z-index: 22;
    }
}
/**/


/*blog*/
.post-pading {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.post-pading:first-child {
    padding-top: 0px;
}
.post-pading:last-child {
    padding-bottom: 0px;
}
.post-title-excerpt {
    display: flex;
    flex-direction: row-reverse;
}
.post-image {
    min-width: 470px;
}
.post-excerpt {
    
    font-size: 1.3rem;
    line-height: 1.5;
    color: #777d74;
    margin-bottom: 1.5rem;
    text-align: left;
}
.blog-title > a > h2 {
    color: #1c1c25;
    font-size: 1.6rem;
    line-height: 1.5;
    transition: 0.3s;
}
.blog-title a h2:hover {
    color: #ff9083;
    cursor: pointer;
    transition: 0.3s;
}
.post-image img {
    border-radius: 10px;
}
.readmore_btn {
    display: flex;
}
.readmore_btn a {
    font-weight: bold;
    color: #20355A;
    
    font-size: 1rem;
    margin-left: 40px;
}
.readmore_btn img {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
}
/*.readmore_btn:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background-image: url(image/squares.svg);*/
    /*left: 10px;*/
/*}*/
.readmore_btn  {
    background-color: transparent !important;
    color: #20355A;
    cursor: pointer;
    
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    word-break: break-word;
    position: relative;
    z-index: 1;
    display: flex;
}
.readmore_btn:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #72dfe9;
    box-shadow: none;
}
.readmore_btn:hover:before {
    transform: translate(2px, 1px);
}

.readmore_btn:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -2px;
    left: -8px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    transform: translate(5px, 5px);
    background: #a8aaf1;
    /*background-image: url(/image/squares.svg);*/

}


#true_loadmore {
    background-color: transparent !important;
    color: #333;
    border-radius: 100px;
    cursor: pointer;
    padding: 1rem 2.6rem;
    
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #333;
    position: relative;
    z-index: 1;
    display: inline;
}
#true_loadmore:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #ff9083;
    box-shadow: none;
}
#true_loadmore:hover:before {
    transform: translate(-1px, -1px);
}
#true_loadmore:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #ff9083;

}
.loadmore-block {
    margin-bottom: 100px;
    text-align: center;
}
.header-baner-img-title {
    text-align: center;
    padding: 2.5rem 0;
}

@media (max-width: 567px) {
    .post-title-excerpt {
        display: flex;
        flex-direction: column;
    }
    .post-excerpt {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
    .readmore_btn {
        margin-bottom: 25px;
    }
    .blog-title > a > h {
        font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28)));
    }
    .header-baner-img-title {
        padding: 2.5rem 0;
    }
    .header-baner-img-title h1 {
        text-align: center;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)));
    }
    .post-image {
        min-width: 100%;
        margin-bottom: 1rem;
    }
}
@media (max-width: 768px) {
    .baner {
        height: auto;
    }
    .post-title-excerpt {
        display: flex;
        flex-direction: column;
    }
    .post-image img {
        width: 100%;
        margin-bottom: 1rem;
    }

}

/**/

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;
    border: 2px solid #20355A;
    top: 45px;
    background: #fff;
    min-width: 250px;
    border-radius: 10px;
}
.nav-dropdown > li {
    padding: 0 0.2em !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-dropdown > li > a {
    padding: 0px;
}
.nav-dropdown li:after {
    position: absolute;
    content: '';
    top: 27px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: transparent;
    transform: translate(-1px, -2px);
    transition: 0.3s;

}
.nav-dropdown li:hover:after {
    position: absolute;
    content: '';
    top: 27px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #ff9083;
    transform: translate(8px, -2px);
    transition: 0.3s;

}
/* 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) {
    .nav-mobile {
        display: block;
    }
    #menu-primary li {
        padding: 0 0.2em !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        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;
        border: 2px solid #333;
        border-radius: 10px;
        padding: 5px 10px;
    }
    .nav-dropdown li a {
        padding: 3px 0px;
    }
    .list-group-item {
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
}
@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}
/**/
.cnt-dd:after{
    content: attr(data-dd);
}


/**/

/*calc*/
.form-calc {
    background-color: #fff;
    padding: 28px;
    border: 1px solid #ECECEC;
    border-radius: 30px;
    box-shadow: 6px 6px 2px #ECECEC;
    max-width: 322px;
}

.block-calc {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

.form-title {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}

.select-two {
    margin-top: 13px;
}
.nice-select span {
    color: #636363;
}
.deadline-page {
    margin-top: 18px;
}

.select-first label,
.select-two label,
.price label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;
    
}

.deadline {
    margin-right: 10px;
}

.deadline label,
.page-num-block label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;
}

.select-first > .select > #standard-select1,
.select-two > .select > #standard-select2,
.deadline > .select > #standard-select3 {
    height: 51px;
    background: #F3F4F5;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}

.deadline-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-num {
    display: flex;
}

#standard-select3 {
    width: 100px;
}

.page-num-plus,
.page-num-minus {
    width: 43px;
    height: 51px;
    background-color: #F3F4F5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid transparent;
    border-radius: 50px;
}

.page-num-count {
    width: 43px;
    height: 51px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E0E0E0;
    margin: 0 5px;
    border-radius: 5px;
}

.total-price {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}

.price-num {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    color: #20355A;
    margin-top: 10px;
    

}

/*.price-order-btn a {*/
/*border-radius: 100px;*/
/*padding: 13px 25px;*/
/*font-weight: 600;*/
/*background-color: #fecd3e;*/
/*border-color: #fecd3e;*/
/*color: #3d2d00;*/
/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);*/
/**/
/*font-size: 17px;*/
/*}*/

/*.price-order-btn {*/
/*margin-top: 25px;*/
/*}*/

@media (max-width: 768px) {
    .form-calc {
        padding: 28px;
        margin: 20px auto;
        display: block;
        width: 350px;
    }
}
@media (max-width: 992px) {
    #header2-4 > div.container > div > div.title-block.mbr-col-sm-12.mbr-col-md-12.align-left {
        flex: 0 0 100%;
    }
    .site-main {
        flex: 0 0 100% !important;
    }
}
@media (max-width: 320px) {
    .form-calc {
        padding: 10px 28px;
        margin: 20px auto;
        display: block;
        width: 300px;
    }
    .form-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .nice-select {
        height: 40px;
        line-height: 30px;
    }
    .page-num-plus, .page-num-minus {
        height: 45px;
    }
    .page-num-count {
        height: 45px;
    }
    .nice-select {
        height: 45px;
    }
}

@media (max-width: 768px) {
    .baner {
        /*height: 100vh;*/
    }
    .baner-block {
        display: block;
        height: auto;
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
    .baner-text {
        padding-top: 80px;
        text-align: center;
        width: 100%;
    }
    .baner-btn-block {
        justify-content: center;
    }
    .baner-text-subtitle {
        font-size: .9rem;
    }
    .header-menu.active {
        top: 70px;
    }
    .form-calc.follow {
        display: none;
    }
}
@media (max-width: 567px) {
    .baner-text-title {
        font-size: 30px;
    }
    .baner-text-subtitle {
        font-size: .8rem;
    }
    .baner-text {
        padding-left: 0px;
        padding-top: 30px;
    }
    .baner-order-btn a {
        padding: 13px 15px;
        font-size: 14px;
    }
    .baner-readmore-btn a {
        font-size: 14px;
    }
    .header-menu.active {
        top: 70px;
    }
    .baner-btn-block {
        display: none;
    }

}
.price-order-btn {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.price-order-btn a, .price-order-btn button {
    background-color: transparent !important;
    color: #041434;
    border-radius: 100px;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 0.4rem;
    white-space: normal;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border: 2px solid #041434;
    position: relative;
    z-index: 1;
    display: inline;
}
.price-order-btn button{
    position: initial;
}
.price-order-btn a:hover, .price-order-btn button:hover {
    color: #fafafa;
    background-color: transparent;
    border-color: #72dfe9;
    box-shadow: none;
}
.price-order-btn a:hover:before, .price-order-btn button:hover:before {
    transform: translate(-1px, -1px);
}
.price-order-btn a:before, .price-order-btn button:before {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.3s;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 105%;
    border-radius: 30px;
    transform: translate(5px, 5px);
    background: #72dfe9;
}
.price-order-btn button:before{
    top: 6px;
    left: 7px;
    width: 93%;
    height: 81%;
}
.nice-select, .block-calc .select select {
    -webkit-tap-highlight-color: transparent;
    background-color: #F8FAFF;
    border-radius: 0px;
    border-bottom: solid 1px transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 51px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    padding-top: 0;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #6A768A;
    appearance: none;
}
.nice-select, .block-calc .select {
    position: relative;
}
.nice-select, .block-calc .select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    background-image: url(/wp-content/themes/wp4/image/left-arrow.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    transform: rotate(-90deg) translate(50%, 0);

}
input.number-pages{
    width: 43px;
    height: 51px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E0E0E0;
    margin: 0 5px;
    border-radius: 5px;
    position: initial;
    opacity: 1;
    z-index: 1;
    text-align: center;
}
.testimonials-block .swu-btn {
    margin-top: 40px;
    text-align: center;
}
.testimonials-block .swu-btn a:before {
    background: none;
}
.testimonials-block .swu-btn a:hover{
    color: #72dfe9;
} 
.seotext li {
    color: #6A768A;
    font-size: 21px;
    line-height: 31px;
}
/*.page-template-page-about  #breadcrumbs, .page-template-default #breadcrumbs, .page-template-page-faq #breadcrumbs {*/
/*    max-width: 950px;*/
/*}*/
p.css-info {
    line-height: 25px;
}
p.css-info::after, span.css-info::after {
    content: attr(data-info);
    font-size: 17px;

}
.social_link a img {
    -webkit-font-smoothing: antialiased;
    text-align: left;
    width: auto;
    height: 23px;
    box-sizing: content-box;
}
.pay_link a img {
    -webkit-font-smoothing: antialiased;
    text-align: left;
    width: auto;
    height: 23px;
    box-sizing: content-box;
}

.footer_block {
    display: flex;
    flex-wrap: wrap;
}
.footer-col {
    padding: 0 1rem 0 0;
    flex: 0 0 25%;
}
.footer_col_social, .footer_col_pay {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.social_link, .pay_link {
    margin-right: 8px;
}
.social_link {
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 10px;
}
#site-footer .list-group-item {
    font-family: inherit;
    font-size: 1.1rem;
    list-style: none;
    box-sizing: border-box;
    background-color: transparent;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    word-break: break-word;
    font-weight: 400;
    transition: color 0.6s;
    color: #FFFFFF!important;
    position: relative;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: -10000px 1.2em;
}
.footer-item-title {
    font-style: normal;
    -webkit-box-direction: normal;
    box-sizing: inherit;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1;
    word-break: break-word;
    padding-bottom: .5rem!important;
    text-align: left;
    font-weight: 600;
    font-family: inherit;
    font-size: 23px;
    position: relative;
}
.footer_bootom_menu {
    display: flex;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 25px;
    justify-content: center;
}
.footer_copyright {
    text-align: left;
    color: #fafafa;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.73;
    margin-top: 1rem;
    padding-right: 10px;
}
.testimonials_page .testimonials-item-item {
    padding: 1.5rem;
    background: #f5f5f5;
    position: relative;
    letter-spacing: 0em;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 16px;
}
.testimonials_page .testimonials-item-item .testimonials-description {
    text-align: left;
}
.page-template-default .content-area ol li, .page-template-default .content-area ul li{
    color: #6A768A;
    font-size: 21px;
    line-height: 31px;
}
.accordion-items label h3 {
    margin-bottom: 0;
    font-weight: 500;
}
.accordion-items .accordion_text-block {
    padding: 1rem 2rem;
}
#policy-wrap div {
    display: block!important;
}