/*
Theme Name: meiguodaixiecom
Text Domain: /
Author: OTEC
Author URI: /
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.copy-text,
.copy-text *,
.account,
.account *,
.login-wrapper,
.login-wrapper *,
.account-text,
.account-text *{
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}
html {
    height: 100%;
}
html, body {
    min-height: 100%;
}
body {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #666;
    background: #f3f3f3;
}
body.offset-top {
    padding-top: 84px;
}
p {
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
    /*margin: 0;*/
    line-height: 1;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h5 {
    font-weight: bold;
}
.h2-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    color: #403c58;
    font-weight: 600;
    margin-bottom: 30px;
}
.h2-title h2 {
	font-size: 34px;
}
.content {
    padding: 60px 0;
}
.content .container {
    column-count: 2;
    column-gap: 30;
}
.content ul,
.content ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}
.content li {
    list-style: unset;
}
.content a {
    color: #ff0000;
}
.content a:hover {
    color: #d60909;
}
img {
    max-width: 100%;
}
::placeholder {
    opacity: 0.7;
    font-size: 16px;
}
a {
    color: #777;
    text-decoration: none;
}
a:active {
    color: #ccc;
}
ul, ol {
    padding: 0;
    margin: 0;
}
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
input, textarea {
    width: 100%;
    border: 1px solid #999;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Alegreyaemail-discount', sans-serif;*/
	font-family: 'Gotham Pro', sans-serif;
    font-size: 18px;
    color: #999;
    padding: 10px 10px;
}
textarea:focus,
input:focus {
    outline-offset: 0;
    outline: 1px solid #fff;
}
input[type='submit']:hover {
    cursor: pointer;
    outline: 1px solid #fff;
}
/*body {*/
/*    padding-top: 60px;*/
/*}*/
.section,
section {
    padding: 60px 0;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    box-shadow: -1px -8px 14px 1px rgba(0,0,0,.3);
    transition: all .2s;
    background: #fff;
}
.header-menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}
.container-fluid {
    max-width: 100%;
    padding: 0;
}
.top-panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-menu .buttons {
    display: flex;
    align-items: center;
}
.header-menu .buttons > * {
    margin: 3px 0;
    margin-right: 20px;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
}
.header-menu .buttons > *:last-child {
    margin-right: 0;
}
.contacts {
    margin: 10px 0;
    font-size: 14px;
}
.contacts .phone {
    margin-right: 10px;
}
.contacts a {
    display: flex;
    align-items: center;
    color: #259bd4;
    white-space: nowrap;
}
.contacts a span {
    text-decoration: underline;
}
.contacts a:hover span {
    text-decoration: none;
}
.contacts .fa {
    margin-right: 5px;
}
.top-panel .descr {
    margin-right: 10px;
    color: #bfbfbf;
    font-size: 16px;
}
.header-menu {
    outline: none;
    user-select: none;
}
.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 30px;
    /*margin-bottom: 30px;*/
}
.breadcrumbs-page {
    position: absolute;
    z-index: 2;
    color: #ccc;
    padding: 16px 0 0;
}
.breadcrumbs .post {
    width: auto;
    min-width: unset;
    padding: 0;
}
.breadcrumbs a {
    color: #333;
    font-weight: 600;
}
.breadcrumbs-page a {
    color: #e6e6e6;
}
header .logo {
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 0;
    color: #07294d;
}
.header .order-buttons {
    padding: 10px 0;
    display: flex;
    justify-content: end;
}
header .order {
    background-color: #ff0000;
    border-radius: 6px;
    padding: 5px 30px;
    color: #333;
    transition: .2s ease-in all;
}
header .order:hover {
    background: #d60909;
}
header .login {
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 6px;
    padding: 5px 30px;
    margin-right: 10px;
}
header .order-buttons .login:hover {
    background: #fff;
    color: #333;
}
/*main {*/
/*    !*padding: 10px 30px 80px;*!*/
/*}*/
header .order-buttons {
    display: flex;
}
header .order-buttons a, header .order-buttons .login {
    padding: 4px 25px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
header .order-buttons .login {
    border: 1px solid #363672;
    color: #363672;
}
.content {
    line-height: 1.5;
}
.title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}
footer {
    margin-top: auto;
    background: #111;
    background-image: linear-gradient(90deg, rgb(34 30 69) 0%, rgb(10 34 60) 100%);
    font-size: 16px;
    color: #eee;
    padding: 40px 0;
}
footer p {
    margin-bottom: .8em;
}
footer .subtitle {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 248, 242, .27);
}
footer .row:last-child {
    border-bottom: none;
}
footer .disclaimer {
    max-width: calc(60% - 40px);
    width: 100%;
    margin-right: 40px;
}
footer .accept {
    max-width: 40%;
    width: 100%;
}
footer .icons-row .icons {
    max-width: 56px;
    height: auto;
    margin-right: 5px;
    display: inline-block;
}
footer .title {
    color: #fff;
}
footer a {
    color: #e8e8e8;
}
.bottom_info {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.footer-menu li {
    line-height: 0.9;
    margin-top: 10px;
}
.footer-menu a {
    font-size: 14px;
}
.footer-menu a:hover,
.footer-menu a[aria-current=page] {
    text-decoration: underline;
}

footer .row-links nav {
    width: 100%;
}
footer .row-links ul {
    display: flex;
    flex-wrap: wrap;
}
footer .row-links a {
    margin-bottom: 5px;
    display: inline-block;
}
footer .row-links li {
    max-width: 25%;
    width: 100%;
}
footer .row-links-icons .links {
    max-width: calc(60% - 40px);
    width: 100%;
    margin-right: 40px;
}
footer .row-links-icons .soc-icon {
    max-width: 40%;
    width: 100%;
}
footer .row-links-icons .soc-icon a {
    padding: 2px 4px;
}
.map {
    width: 100%;
}
.button {
    /*background-image: linear-gradient(0deg, #ffffff, #888888);*/
    background-image: linear-gradient(90deg, rgb(34 30 69) 0%, rgb(10 34 60) 100%);
    padding: 12px 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: all 0.3s;
    display: inline-block;
    margin-top: 24px;
}
.button:hover {
    box-shadow: none;
    background-image: linear-gradient(90deg, rgb(45 79 116) 0%, rgb(46 67 130) 100%);
}
.account .button {
    font-weight: 500;
}
.common-blog {
    padding: 0;
}
.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.post {
    width: 50%;
    min-width: 300px;
    padding: 20px;
}
.post .inner:hover {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}
.post .info {
    padding: 15px 20px 20px;
}
.post .title {
    margin-bottom: 10px;
    display: block;
    max-height: 32px;
    overflow: hidden;
    color: #666;
}
.post .description {
    height: 102px;
    overflow: hidden;
    line-height: 1.3rem;
}
.post .bottom {
    margin-top: 10px;
}
.post .inner {
    border-radius: 4px;
    border: 1px solid #ecebeb;
}
.post .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post .post-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
    margin-bottom: 0;
}

.post .post-image-link {
    display: inline-block;
    width: 100%;
}
.post .title:hover {
    opacity: 0.8;
}
.single-php .post-image {
    width: 100%;
}
.single-php .content {
    margin: 20px 0;
    padding: 0;
}
.single-php .content p {
	margin-bottom: 0.5rem;
    word-break: break-all;
}
.single-php .content li {
	margin-bottom: 0.35rem;
}
.breadcrumbs-single {
    max-width: 700px;
}
.single-php {
    max-width: 700px;
    padding: 10px 30px 50px;
}
.single-php .title {
	text-align: center;
}
.single-php h1,
.single-php h2,
.single-php h3,
.single-php h4,
.single-php h5,
.single-php h6 {
	text-align: center;
}
.single-php .row-button {
    text-align: center;
}
time {
    font-style: italic;
    color: #555;
}
.page-404-php {
    text-align: center;
    padding-top: 50px;
}
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.wp-block-column {
    width: 50%;
    min-width: 250px;
    padding: 20px;
}
.digits {
    padding: 120px 0;
    background: #312956 ;
    background-image: linear-gradient(340deg, #121232 0%, #312956 100%);
    position: relative;
}
.digits::before {
    position: absolute;
    content: '';
    left: 0;
    /*transform: translateX(-50%) translateY(-50%);*/
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2020/08/map.png) no-repeat center / cover;
    background-size: auto  100%;
    opacity: .1;
}
.digits .inner {
    position: relative;
    display: flex;
    justify-content: space-around;
    text-align: center;
    z-index: 2;
}
.digits .icon {
    /*max-width: 40px;*/
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 30px;
    margin-bottom: 15px;
}
.digits .icon::after {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "";
    height: 100%;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    border-top: none;
    border-left: none;
}
.digits-wrap {
    position: relative;
}
.digits-wrap:not(:last-child)::after {
    position: absolute;
    right: -10px;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-7deg);
}
.digits .icon img{
    width: 100%;
}
.digits .inner > div {
    padding: 20px;

    /*background: #4a4a4a;*/
    max-width: calc(33% - 10px);
    width: 100%;
    border-radius: 8px;
}
.digits strong {
    font-weight: 800;
    display: block;
    font-size: 40px;
    margin-bottom: 7px;
    color: #eee;
}
.digits span {
    font-size: 18px;
    color: #c7c7c7;
}
.digits p {
    font-size: 14px;
    margin: 0;
}
.customers i {
    font-size: 24px;
    font-style: normal;
    color: #ccc;
}
.usp {
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    padding: 0;
    transform: translateY(-50%);
    position: relative;
    z-index: 2;
}
.usp .title {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    margin-left: 19px;
}
.usp .text {
    font-size: 14px;
    color: #949494;
    line-height: 1.6;
    font-weight: 500;
}
.usp .descr {
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto;
    color: #949494;
    text-align: center;
}

.futures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,.1);
}
.futures li {
    width: calc(25% - 30px);
    padding: 20px 14px;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: left;
    display: flex;
   justify-content: center;
    /*background: #fff;*/
    /*box-shadow: 0px 20px 60px #6059BB12;*/
}
.futures .icon {
    /*max-width: 90px;*/
    /*margin-bottom: 12px;*/
    background-color: #45a0a2;
    max-width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 20px;
}
.futures .title {
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 0;
}
.futures .icon img {
    width: 100%;
}
.futures span {
    display: block;
    /*margin: 0 auto;*/
}
.banner {
    color: #fff;
    padding-top: 120px;
    padding-bottom: 0;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(340deg, #352558c2 0%, #121115de 100%);
}
.banner .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.banner .container > * {
    width: 70%;
}

.banner .bg {
    display: flex;
    justify-content: center;
}
.banner .bg img {
    width: 100%;
    max-width: 310px;
}
.banner .topic {
    /*width: 70%;*/
}
.banner .topic {
    display: flex;
    flex-direction: column;
    /*align-content: center;*/
    justify-content: center;
    align-items: center;
    flex: 1 0 auto
}
.banner .bottom {
    flex: 0 0 auto;
}
.banner-advantages {
    position: relative;
    width: 100%;
    z-index: 1;
}
.topic .title,
.topic .title > h1 {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: 700;
}
.topic .title > h2 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: 700;
}
.topic .subtitle {
    /*font-size: 28px;*/
    color: #eee;
    margin: 1.4em 0;
    font-size: 22px;
    font-weight: 300;
}
.banner li {
    display: flex;
    font-size: 20px;
    /*margin-bottom: .8em;*/
}
.banner li .check {
    width: 17px;
    margin-right: 11px;
}
.banner .fa {
    color: #eee;
    margin-right: 7px;
    font-size: 16px;
}
.how-to-order {
    position: relative;
    padding: 0;
}
.how-to-order .row-button {
    width: 100%;
    text-align: center;
}
.how-to-order .h2-title {
    /*color: #f6f6f6;*/
    text-align: left;
    width: 80%;
    margin: 0 auto 30px;
}
.how-to-order .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*max-width: 900px;*/
}
.how-to-order .row {
    width: 50%;
}
.how-to-order .row-image {
    padding: 40px;
}
.how-to-order .inner {
    display: flex;
}
.how-to-order li {
    display: flex;
    align-items: center;
    /*width: 80%;*/
    margin: 40px auto;
}
.how-to-order li > * {
    /*max-width: 50%;*/
    /*width: 100%;*/
}
.how-to-order .text {
    font-size: 16px;
    padding: 10px 20px;
    /*color: #d2d2d2;*/
}
.how-to-order .icon {
    display: flex;
    justify-content: center;
    max-width: 90px;
    flex-shrink: 0;
}
.how-to-order .icon img {
    width: 100%;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
table tr {
    background: #f7f5f5;
}
table thead td {
    padding: 7px 5px;
    text-align: center;
}
table tbody tr:nth-of-type(odd) {
    background: #eee;
}
table tbody td {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}
.our-features .inner {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.our-features .inner-tab {
    flex-basis: 80%;
    padding: 20px;
}
.our-features .h2-title {
    margin-bottom: 40px;
    text-align: left;
}
.our-features .h2-title h1 {
    font-size: 36px;
}
.our-features .h2-title h2 {
    font-size: 32px;
    text-align: center;
}
.our-features .row-button {
    text-align: center;
}
.our-features .inner-content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our-features .inner-content .features-wrap {
    width: 60%;
}
.our-features .inner-content .icon {
    width: 40%;
    /*padding: 30px;*/
    padding-right: 60px;
}
.our-features .inner-content img {
    width: 100%;
}
.our-features .features-block-header,
.our-features-home .features-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3f3c59;
}
.our-features .features-block-header h2,
.our-features-home .features-block-header h2,
.our-features .features-block-header h3,
.our-features-home.features-block-header h3 {
    margin: 0;
}
.our-features .tab-indecator,
.our-features-home .tab-indecator {
    background: #3f3c59;
    /*background: #fff;*/
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 2px;
}
.features-block-header p {
    font-size: 18px;
}
.our-features .tab-indecator::before,
.our-features-home .tab-indecator::before,
.our-features .tab-indecator::after,
.our-features-home .tab-indecator::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.our-features .tab-indecator::before,
.our-features-home .tab-indecator::before {
    width: 80%;
    height: 2px;
}
.our-features .tab-indecator::after,
.our-features-home .tab-indecator::after {
    width: 2px;
    height: 80%;
}
.our-features-home .row-button {
    text-align: center;
}
.our-features .features-block {
    background: #fff;
    padding: 18px 5px 18px 14px;
    cursor: pointer;
    margin: 10px 0;
}
.our-features-home .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.our-features-home .title {
    text-align: center;
}
.our-features-home .text {
    text-align: center;
    margin: 10px auto 20px;
    max-width: 800px;
    width: 100%;
}
.our-features-home .features-block {
    background: #fff;
    padding: 18px 5px 18px 14px;
    cursor: pointer;
    margin: 10px 0;
}
.our-features-home .tab-features-home {
    max-width: calc(33% - 20px);
    width: 100%;
}
.our-features-home .icon {
    max-width: calc(33% - 40px);
    width: 100%;
    margin: 0 20px;
}
.our-features-home .features-block h3 {
    margin: 0;
}
.our-features .row {
    max-width: 60%;
    width: 100%;
}
.our-features .row .row-button {
    text-align: center;
}
.our-features ul {
    color: #403c58;
    margin: 40px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-features .row-text {
    text-align: left;
    max-width: 60%;
    margin-left: auto;
}
.our-features .row-text .text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.our-features li {
    position: relative;
    padding: 0;
    list-style: none;
    max-width: calc(50% - 20px);
    width: 100%;
    margin: 10px 10px 24px;
    padding-inline-start: 4.5ch;
}
.our-features li::before {
    position: absolute;
    content: "";
    background: #383362 url(/wp-content/uploads/2021/04/download.svg) no-repeat center 6px / 68%;
    width: 24px;
    height: 24px;
    top: 2px;
    left: 0;
    padding: 4px;
    border-radius: 50%;
}
.our-features li .subtitle {
    font-size: 24px;
    margin-bottom: .7em;
}
.our-features li .text {
    opacity: .7;
    line-height: 1.6;
}
/* Our Features Lists */
.our-features__lists .h2-title {
    max-width: 60%;
    margin-left: auto;
    text-align: center;
}
.our-features__lists .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.our-features__lists .text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
}
.our-features__lists .row .icon {
    max-width: calc(40% - 40px);
    margin-right: 40px;
    width: 100%;
}
.our-features__lists .inner-content {
    max-width: 60%;
    width: 100%;
}
.our-features__lists ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.our-features__lists li {
    position: relative;
    flex: 0 0 33.33%;
    padding-inline-start: 3ch;
    margin: 10px 0 24px;
}
.our-features__lists li::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2021/04/check-mark.svg) no-repeat center / cover;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    /*transform: translateY(-50%);*/
}
.our-features__lists .row-button {
    text-align: center;
}
.our-features__lists .h2-title h2 {
    font-size: 32px;
    line-height: 1.3;
}
/* End Our Features Lists */

.features-block.open .tab-indecator::after {
    display: none;
}
.features-block .features-block-body {
    display: none;
}
.features-block.open .features-block-body {
    display: block;
    margin-top: 20px;
    color: #777;
}
/*Carousel */
.service-reviews {
    position: relative;
}
.service-reviews .container {
    position: relative;
    z-index: 1;
}
.service-reviews .text {
    color: #666;
}
.service-reviews .wrap {
    margin: 10px auto;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background-image: linear-gradient(90deg, rgb(34 30 69) 0%, rgb(10 34 60) 100%);
    position: relative;
}
/* MAIN STYLES */
.b-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;

    box-sizing: border-box;
    /*border: 1px solid;*/
}
.b-carousel__prev,
.b-carousel__next {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 50px;
    height: 50px;
    background: #eee;
    transform: translateY(-50%) translateZ(0);
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
    outline: none;
    border: 1px solid #404040;
    opacity: .7;
    transition: all .5s;
    border-radius: 4px;
}
.b-carousel__prev:hover,
.b-carousel__next:hover {
    opacity: 1;
}
.b-carousel__next {
    left: auto;
    right: 20px;
}
.b-carousel__wrap {
    display: flex;
    transition: transform .5s;
    will-change: transform;
    position: relative;
    z-index: 1;
    height: 100%;
}
.b-carousel__item {
    flex: 0 0 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-carousel__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.s-notransition {
    transition: 0s;
}
.b-carousel__prev .arrow,
.b-carousel__next .arrow {
    position: absolute;
    /*width: 100%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.b-carousel__prev .arrow path,
.b-carousel__next .arrow path {
    fill: #07294d;
}
/*End Carousel*/
.service-reviews .text {
    text-align: center;
}
.service-reviews .photo-client-wrap {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.block-header {
    text-align: center;
}
.service-reviews-block {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.service-reviews .text {
    margin: 10px 0 40px;
}
.service-reviews .block-body {
    position: relative;
    margin: 10px 0;
    color: #e0e0e0;
    font-weight: 300;
    font-size: 18px;
}

/*.service-reviews .block-body::before {*/
/*	content: ',,';*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	font-size: 54px;*/
/*	color: #259bd4;*/
/*	font-weight: 700;*/
/*	line-height: 0;*/
/*	font-family: airal;*/
/*	transform: rotate(180deg) translateY(-50%);*/
/*	display: block;*/
/*	z-index: -1;*/
/*}*/

/*.service-reviews .block-body::after {*/
/*	content: ',,';*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	font-size: 54px;*/
/*	color: #259bd4;*/
/*	font-weight: 700;*/
/*	line-height: 0;*/
/*	font-family: airal;*/
/*	display: block;*/
/*	right: 0;*/
/*	transform: rotate(0) translateY(-50%);*/
/*	z-index: -1;*/
/*}*/
.example-work .row {
    display: flex;
    flex-wrap: wrap;
}
.example-work .text {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.example-work  .example-work {
    max-width: calc(33.33% - 30px);
    width: 100%;
    margin: 15px;
    padding: 20px 25px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}
.example-work  .image {
	max-height: 250px;
	height: 100%;
    object-fit: cover;
}
.example-work__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    flex: 100%;
}
.example-work .button {
    width: 100%;
}
.service-reviews .name-client {
    font-weight: 700;
    font-size: 26px;
    color: #eee;
}

.email-discount {
    background: #259bd4;
}
.email-discount .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.email-discount form p{
    display: inline-block;
}
.email-discount input[type="email"] {
    border-radius: 4px;
}
/*.email-discount form {
/*	max-width: 414px;*/
/*}*/
.email-discount form > p:nth-of-type(1) {
    width: 250px;
}
.email-discount .wpcf7-not-valid-tip {
    position: absolute;
}
.email-discount input[type="submit"] {
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ff6562;
    color: #fff;
    margin-left: 5px;
    border: none;
}
.email-discount input[type="submit"]:hover {
    outline: none;
}
.email-discount .offer {
    color: #fff;
}
.email-discount .offer strong{
    font-size: 40px;
    display: block;
}
.seo-text h2,
.seo-text h3 {
    line-height: 1.3;
}
.seo-text ul,
.seo-text ol {
	list-style-type: inherit;
	padding-inline-start: 40px;
	margin-block-start: 1em;
    margin-block-end: 1em;
}
.seo-text ol {
	list-style-type: decimal;
}
.seo-text ul li,
.seo-text ol li {
	list-style: inherit;
	margin-bottom: 6px;
}
.seo-text .inner {
    /*padding: 50px 0;*/
}
.seo-text .seo-text-block {
    /*background: #e2b0a4;*/
    border: 1px solid #ccc;
    /*padding: 20px;*/
    box-shadow: 1.5px 1.5px 10px rgba(0,0,0,.2);
    margin: 15px 0;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.seo-text .seo-block-body {
    display: none;
    /*margin-top: 15px;*/
    padding: 20px;
    background: #fff;
    color: #333;
}
.seo-text .seo-text-block.open .seo-block-body {
    display: block;
}
.seo-text .seo-text-block.open .seo-block-header {
    /*color: #259bd4;*/
}
.seo-text .seo-text-block.open .arrow {
    transform: rotate(180deg);
}
.seo-text .seo-text-block .arrow path {
    fill: #fff;
}
.seo-text .seo-block-header {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, rgb(34 30 69) 0%, rgb(10 34 60) 100%);
}
.seo-text .seo-block-header > * {
    margin: 0;
}
.seo-text .seo-block-header .arrow {
    flex-shrink: 0;
    margin-left: 5px;
}
.seo-text .button-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.seo-text .button-col > a {
    margin-top: 10px;
}
.seo-text .button-col .order-form-button {
    background-image: linear-gradient(90deg, rgb(220 58 58) 0%, rgb(255 0 0) 100%);
    margin-right: 12px;
    padding: 10px 30px;
}
.seo-text .button-col .order-form-button.disable {
    display: none;
}
.seo-text .button-col .order-form-button:hover {
    background-image: linear-gradient(90deg, rgb(189 37 37) 0%, rgb(208 0 0) 100%);
}
.seo-text .order-form-button.hide {
    display: none;
}
/*Pagination*/
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation.pagination {
    text-align: center;
    padding: 20px 0;
}
.page-numbers {
    font-size: 20px;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ececec;
    margin: 1px;
}
.page-numbers:hover {
    color: #333;
    background: #f8f8f8;
}
.page-numbers.current {
    color: #333;
    background: #f8f8f8;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
    background: #f8f8f8;
}
.prev.page-numbers:hover path,
.next.page-numbers:hover path {
    fill: #333;
}
.page-404-php {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 50px;
}
.page-404-php .content {
    text-align: left;
}
.page-404-php .title {
    font-size: 80px;
    margin-bottom: 0;
}
.page-404-php .text {
    font-size: 28px;
}
.page-404-php .button {
    padding: 20px 40px;
    display: inline-block;
    text-align: center;
    margin: 36px 0;
    /*background: #259bd4;*/
    color: #fff;
}
.page-404-php .inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.page-404-php img {
    max-width: 350px;
}
.seo-text-wrap {
    display: none;
}
.seo-text-wrap.show {
    display: block;
    margin: 15px 0;
}
.seo-text-wrap h2 {
    font-size: 1.8em;
}
.seo-text-wrap .columns {
	display: flex;
}
.seo-text-column .columns > * {
    width: 50%;
    padding-right: 20px;
}
.show-seo-text,
.hide-seo-text {
    margin: 20px auto 0;
    display: block;
    max-width: 220px;
    text-align: center;
}
.show-seo-text {
    margin: 0;
}
.seo-text-wrap-hidden {
    display: none;
}
.show-seo-text.disable {
    display: none;
}
.seo-text-wrap-hidden.show {
    display: block;
}
.read-more {
    color: #F78B29;
}
.read-more:visited {
    color: #F78B29;
}
.seo-text-column .container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    color: #3f3b59;
}
.seo-text table {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
.seo-text-column p {
    margin-bottom: 12px;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
}
footer .copyright {
    max-width: 60%;
    width: 100%;
}
footer .accept {
    max-width: 40%;
    width: 100%;
}
.special-offer {
    overflow: hidden;
    /*padding: 120px 0;*/
}

.special-offer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.special-offer .row > * {
    z-index: 2;
    position: relative;
}


/*.special-offer::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-image: linear-gradient(90deg, rgb(8 8 8 / 65%) 0%, rgb(82 71 71 / 55%) 100%);*/
/*}*/
.special-offer .container {
    background: #241f47;
    position: relative;
    z-index: 1;
}
.special-offer .text {
    font-size: 26px;
    padding: 10px 20px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.special-offer .text strong {
    font-size: 36px;
    margin-top: 20px;
    display: inline-block;
}
.special-offer form {
    text-align: center;
}
.special-offer .content-block {
    width: 60%;
    padding: 40px 0;
}

.special-offer .bg-icon {
    width: 40%;
}
.special-offer .bg-icon img {
    width: 100%;
}
.special-offer-bg input[type="email"] {
    border-radius: 4px;
    outline: none;
}
.special-offer-bg input[type="submit"] {
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    background: #45a0a2;
    color: #fff;
    margin-left: 5px;
    border: none;
    outline: none;
}
.special-offer-bg input[type="submit"]:hover {
    background: #daa900;
}
.special-offer .wpcf7-not-valid-tip {
    position: absolute;
}
.special-offer-bg form > p {
    display: inline-block;
}
.special-offer-bg form > p:nth-of-type(1) {
    width: 250px;
}
.special-offer-bg {
    flex-shrink: 0;
    margin-left: 20px;
}
/* Blog slider */
/* Post Slider Home */
.post_title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    padding: 20px;
    height: 76px;
    overflow: hidden;
    line-height: 1.3;
}
.slider-blog-home .post_descr {
    height: 67px;
    line-height: 1.6;
}
.post_descr {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /* line-height: 22px; */
    color: #28325F;
    padding: 0 20px;
    height: 128px;
    overflow: hidden;
    line-height: 1.3;
}
.post_link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.post_link a {
    padding: 20px;
    color: #F03C3C;
    text-decoration: none;
}
.post_meta {
    font-size: 0.8em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    /*padding: 2em 20px 1em 20px;*/
    padding: 10px 20px 20px 20px;
}
.post_meta .time {
    /* display: flex; */
    text-align: left;
}
.post_meta span::before,
.post_meta time::before {
    margin-bottom: 8px;
}
.post_meta .time::before {
    content: url(/wp-content/uploads/2020/11/clock.svg);
    display: block;
    margin-right: 10px;
}
.post_meta .views::before {
    content: url(/wp-content/uploads/2020/11/views.svg);
    display: block;
}
.post_meta .likes::before {
    content: url(/wp-content/uploads/2020/11/heart.svg);
    display: block;
}
.more_posts_link {
    box-sizing: border-box;
    border-radius: 6px;
    min-width: 240px;
}
.post_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-title {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    /* line-height: 70px; */
    align-items: center;
    text-align: center;
    color: #fc8e3d;
    word-break: keep-all;
    line-height: 1.6;
}
.home-blog .glide__slide {
    box-shadow: 0px 5px 10px rgba(40, 50, 95, 0.1);
    margin-bottom: 10px;
    border: 1px solid #eee;
}
/* End Post Slider Home */
.home-blog img {
    max-width: 100%;
    height: auto;
}
.home-blog .h2-title {
    margin-bottom: 15px;
}
.home-blog .text {
    margin-bottom: 30px;
}
.home-blog .text > * {
    margin-bottom: .4rem;
}
.home-blog .glide__slide {
    box-shadow: 0px 5px 10px rgba(40, 50, 95, 0.1);
    margin-bottom: 10px;
    border: 1px solid #eee;
}
/* End Post Slider Home */
.home-blog .row {
    padding: 0 80px;
}
.home-blog .glide__arrow--left {
    left: -60px;
}
.home-blog .glide__arrow--right {
    right: -60px;
}
.home-blog .glide__arrow path {
    stroke: #383771 ;
}
.home-blog .row-button {
    text-align: center;
}
/* End Blog slider */
.archive-php > .title {
    text-align: center;
    font-size: 48px;
}
.login-wrapper {
    max-width: 400px;
    margin: 0 auto;
}
.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
}
.login-form > * {
    margin-bottom: 10px;
    width: 100%;
}
.login-form span {
    text-transform: capitalize;
    margin-right: 10px;
    font-size: 24px;
}
.login-form input {
    padding: 10px 20px;
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    border-radius: 8px;
}
.login-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.login-button {
    background-color: #373771;
    border-radius: 6px;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
}
.login-links .request_password {
    color: #373771;
}
.login-button:hover {
    color: #21214e;
}
.contact-page .content {
    padding: 0;
}
.contact-page .h2 {
    position: relative;
    padding: 14px 0;
    text-align: center;
    font-size: 58px;
    background: #363672;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}
.contact-page .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    padding: 50px 20px;
}

.contact-page .row > div {
    width: 100%;
}
.contact-page .row > div {
    flex: 1 0 40%;
    max-width: 100%;
}
.contact-page .soc-icon {
    padding: 0 50px;
}
.contact-page .subtitle {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 40px;
    padding-bottom: 24px;
    /*text-align: center;*/
}
.contact-page .text-subtitle {
    font-size: 26px;
    font-weight: 700;
    color: #363672;
    text-align: left;
    margin-bottom: 6px;
}
.contact-page .icon-wrap {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.contact-page span {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 3px;
}
.contact-page .icon-subtitle {
    font-size: 26px;
    font-weight: 700;
    margin: 8px auto;
}
.page-php {
	padding: 32px 30px 0;
}
.contact-page .contact-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
    border-bottom: 1px solid rgb(54 54 114 / 10%);
    padding-bottom: 20px;
}
.contact-page .contact-icon:last-child {
    border: none;
}
.contact-page .contact-icon .icon-wrap {
    width: 60px;
    height: 60px;
    border: 2px solid #28335f;
    border-radius: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-right: 15px;
}
.page-php .content p {
    margin-bottom: 6px;
}
.page-php .content li {
    margin-bottom: 4px;
}
.special-offer .bg-icon svg {
	width:90%;
	margin-left: -30px;
}
.advantages .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0;
}
.advantages .item p {
	margin-bottom: .7rem;
}
.advantages .item:first-child {
    margin-top: 0;
}
.advantages .item img {
    max-width: 40%;
    width: 100%;
    height: auto;
    margin-right: 40px;
    flex-shrink: 0;
}
.advantages .text-block {
    flex: 1;
}
.advantages .item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.advantages .item:nth-of-type(even) img {
    margin-right: 0;
    margin-left: 40px;
}
.advantages .item:last-child {
    margin-bottom: 0;
}
.order-stages {
    padding-bottom: 0;
}
.order-stages .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.order-stages .item {
    max-width: calc(33.33% - 50px);
    width: 100%;
    margin: 15px 25px;
    text-align: center;
}
.order-stages img {
    max-width: 120px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    opacity: .8;
    transition: opacity .3s ease-in-out;
    z-index: 2;
}
.sidebar a {
    display: block;
    padding: 7px 0;
    width: 32px;
    transition: .15s ease transform;
}
.sidebar a:hover {
    transform: scale(1.1);
}
.sidebar img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.row.we-chat {
    margin-top: 30px;
}
.we-chat-image {
    margin-right: 30px;
}
/* Table Price */
/* Tabs */
.tabs-cab {
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    margin: 20px auto;
    margin-bottom: 80px;
}
.tabs-cab__header {
    display: flex;
}
.tab-cab-nav {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px 10px;
    width: 100%;
    touch-action: none;
    cursor: pointer;
    color: #403c58;
}
.tab-cab-nav:hover,
.tab-cab-nav.active {
    border-bottom: 1px solid #403c58;
}
.tab-cab-content {
    position: relative;
    display: none;
}
.tab-cab-content.active {
    display: block;
}
/* End Tabs */
.table-price-row-btn {
    position: absolute;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: none;
}
.table-price-btn {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: inline-block;
}
.table-price-btn__prev {
    margin-right: 12px;
}
.table-row {
    display: flex;
}
.table-price-btn.hidden {
    opacity: .5;
}
.table-price-screen .block_descr {
    text-align: center;
}
.table-cell {
    font-size: 16px;
    border-bottom: 1px solid #b6afaf42;
    padding: 12px 5px;
    flex: 1 1 20%;
    text-align: center;
}
.table-row {
    background: #403c580d;
}
.table-row:nth-child(odd) {
    background: #403c5814;
}
.table-cell:first-child {
    flex: 1 1 18%;
    font-weight: 600;
    color: #333;
}
.table-row:first-child .table-cell {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.table-row:last-child .table-cell {
    border: none;
}
.table-price-btn {
    background: #fff;
    box-shadow: 0 0 10px rgb(0,0,0,.3);
    display: inline-block;
}
.table-price-btn__prev {
    margin-right: 12px;
}
.table-price-btn.hidden {
    opacity: .5;
}
.table-price-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.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;
}
.table-price-row-btn {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: none;
}
.table-price-screen .info-blocks {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-top: 35px;
}
.table-price-screen .block {
    max-width: calc(33.33% - 30px);
    margin: 15px;
    padding: 30px 25px;
    color: #21294E;
    background-color: #fff;
    box-shadow: 2px 9px 25px rgb(40 50 95 / 10%);
}
.table-price-screen .block p:first-child {
    margin-bottom: 10px;
    color: #333;
}
.table-price-screen .row-button {
    margin: 20px auto 0;
    text-align: center;
}
/* End Table Price */
@media (min-width: 1024px) {
    .contacts {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-menu {
        border-top: 1px solid #eee;
    }
    .menu-main-menu-container {
        flex: 1;
        margin-right: 20px;
    }
    .header-menu .menu {
        display: flex;
        justify-content: end;
    }
    .header-menu .container {
        display: flex;
        justify-content: space-between;
    }
    .header-menu .menu > li {
        position: relative;
        /*width: 100%;*/
        text-align: center;
    }
    .header-menu .menu > li > a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 30px 20px;
        display: block;
        color: #07294d;
        font-weight: bold;
        border-bottom: 2px solid transparent;
        transition: border .3s;
    }
    .header-menu .menu > li:last-child > a {
        /*border-right: 1px solid #ccc;*/
    }
    .header-menu .menu > li > a:hover,
    .header-menu .menu > li > a[aria-current=page] {
        border-bottom: 2px solid #45a0a2;
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        background-color: #fff;
        padding: 15px;
        /*overflow: hidden;*/
        border: 1px solid #ccc;
        transition: opacity 0.3s;
        text-align: left;
    }
    .sub-menu li {
        margin: 12px 0;
    }
    .sub-menu li:first-child {
        margin-top: 0;
    }
    .sub-menu li:last-child {
        margin-bottom: 0;
    }
    .sub-menu a {
        font-size: 16px;
        color: #07294d;
        font-weight: bold;
    }
    .sub-menu a:hover {
        color: #1c4b7d;
        /*text-decoration: underline;*/
    }
    .header-menu .menu > li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        /*height: auto;*/
        /*overflow: hidden;*/
        overflow: auto;
        max-height: calc(100vh - 134px);
    }
    .mobile_menu_btn, .mobile_menu_close, .mobile_menu_overlay {
        display: none;
    }
    .bottom_info > * {
        width: 25%;
        padding: 10px;
    }
    .bottom_info > *:first-child {
        padding-left: 0;
    }
    .bottom_info > *:last-child {
        padding-right: 0;
    }
    .banner .img {
        /*max-width: 500px;*/
    }
    .header-menu .menu > li.drop-down > a {
        padding-right: 22px;
    }
    .drop-down > a:after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        height: 6px;
        width: 8px;
        background: url(/wp-content/uploads/2020/06/switch-angle.png) no-repeat;
    }
    .drop-down:hover > a:after {
        transform: rotate(180deg) translateY(4px);
    }
    .header-menu .drop-down:hover > a {
        border-bottom: 2px solid #45a0a2;
    }
}

@media (max-width: 1023px) {
    .header .order-buttons {
        flex: 1;
    }
    body.offset-top {
        padding-top: 50px;
    }
    .top-panel {
        margin: 0;
    }
    .section,
    section {
        padding: 40px 0;
    }
    .banner {
        padding-bottom: 0;
    }
    .drop-down > .sub-menu {
        display: none;
    }
    .drop-down > a {
        position: relative;
    }
    .drop-down > a:after {
        content: "+";
        margin-left: 5px;
    }
    .drop-down.open > a:after {
        content: "-";
        /*margin-left: 5px;*/
    }
    .drop-down.open > a{
        color: #dcdcdc;
    }
    .drop-down.open > .sub-menu {
        display: block;
        height: auto;
        overflow: auto;
        max-height: calc(100vh - 105px);
    }
    .top-panel {
        padding-right: 70px;
    }
    .top-panel .descr {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .header-menu .menu-main-menu-container {
        position: fixed;
        height: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        background-image: linear-gradient(340deg, #363674 0%, #17122f 100%);
        top: 0;
    }
    .header-menu li {
        margin-top: 10px;
    }
    .header-menu ul a {
        color: #fff;
        font-size: 20px;
    }
    .header-menu ul a:hover,
    .header-menu ul a[aria-current=page] {
        color: #a5a5a5;
    }
    .mobile_menu_close {
        padding: 5px 10px;
        outline: none;
        user-select: none;
        position: fixed;
        top: 20px;
        right: 10px;
        cursor: pointer;
        z-index: -1;
        opacity: 0;
    }
    .header-menu.open .mobile_menu_close {
        z-index: 3;
        opacity: 1;
        color: #666;
        transition: opacity 0.3s;
    }
    .header-menu.open .mobile_menu_close svg {
        width: 30px;
        height: 30px;
    }
    .header-menu.open .menu-main-menu-container {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        height: 100%;
        min-width: 50%;
        padding: 20px 20px;
        transition: opacity 0.3s;
    }
    .mobile_menu_btn {
        display: block;
        cursor: pointer;
        user-select: none;
        width: 46px;
        position: relative;
        z-index: 2;
        padding: 5px;
        margin-left: 20px;
        order: 1
    }
    .mobile_menu_btn span {
        display: block;
        height: 3px;
        background-color: #e2b0a4;
        margin-bottom: 5px;
    }
    .mobile_menu_btn span:last-child {
        margin-bottom: 0;
    }
    .mobile_menu_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        opacity: 0;
        visibility: hidden;
        background-color: #87acd0;
    }
    .header-menu.open .mobile_menu_overlay {
        z-index: 1;
        opacity: 0.8;
        visibility: visible;
        transition: opacity 0.3s;
    }
    .sub-menu a {
        font-size: 16px;
        padding-left: 20px;
    }
    .bottom_info {
        flex-wrap: wrap;
    }
    .bottom_info > * {
        min-width: 200px;
        margin-bottom: 30px;
    }
    .wp-block-column {
        width: 100%;
    }
    .digits .inner {
        flex-wrap: wrap;
    }
    .digits .inner > div {
        width: 100%;
        padding: 20px;
    }
    .usp .inner {
        flex-wrap: wrap;
    }
    .usp .inner > * {
        width: 100%;
    }
    .usp .title {
        font-size: 24px;
    }
    .h2-title {
        font-size: 28px;
    }
    .topic {
        /*background-color: rgba(0, 0, 0, 0.8);*/
        /*color: #fff;*/
        /*padding: 20px 10px;*/
        /*position: relative;*/
    }
    .topic p {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .topic span {
        font-size: 14px;
        /*color: #a0a0a0;*/
    }
    /*.banner .inner {*/
    /*    background-color: rgba(0, 0, 0, 0.8);*/
    /*    color: #fff;*/
    /*    padding: 20px 10px;*/
    /*}*/
    /*.banner .img {*/
    /*    !*margin: 0 -250px;*!*/
    /*}*/
    /*.banner ul {*/

    /*}*/
    .service-reviews .wrap {
        padding: 20px 10px;
    }
    .how-to-order .inner,
    .our-features .inner {
        flex-direction: column;
    }

    .our-features .inner-img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .futures li {
        width: calc(50% - 30px);
    }
   /* .special-offer {
        padding: 60px 0;
    }*/
    .special-offer .row {
        flex-direction: column;
    }
    .special-offer .text {
        padding: 20px 0;
        text-align: center;
    }
    /*.special-offer .bg-icon {*/
    /*    display: none;*/
    /*}*/
    .banner .container > * {
        width: 100%;
    }
    footer {
        font-size: 14px;
    }
    .our-features__lists li {
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .contacts address {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .banner .inner {
        justify-content: space-between;
    }
    /*.topic {*/
    /*    max-width: 320px;*/
    /*}*/

}
@media (max-width: 767px) {
    .services .menu {
        max-height: 500px;
    }
    .contacts .phone {
        margin: 5px 0;
    }
    .header-menu .buttons {
        flex-direction: column;
        /*justify-content: space-around;*/
    }
    .header-menu .buttons > * {
        margin-right: 0;
    }
    .usp .title {
        font-size: 16px;
    }
    .h2-title,
    .h2-title h2 {
        font-size: 24px;
    }
    .banner .inner {
        justify-content: center;
        flex-wrap: wrap;
    }
    .topic {
        margin-bottom: 20px;
        width: 100%;
    }
    .topic p {
        font-size: 22px;
    }
    .banner li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .post {
        width: 100%;
        padding: 15px 5px;
    }
    .post .info {
        padding: 5px 15px 20px;
    }
    .post .post-image {
        height: auto;
    }
    .email-discount .inner {
        flex-direction: column;
        text-align: center;
    }
    .email-discount .offer {
        margin-bottom: 15px;
    }
    .b-carousel.js-carousel {
        padding-bottom: 50px;
    }
    .b-carousel__prev,
    .b-carousel__next {
        bottom: 0;
        top: auto;
        transform: none;
    }
    .b-carousel__prev {
        left: 47%;
        transform: translateX(-100%);
    }
    .b-carousel__next {
        left: 53%;
    }
    .seo-text .seo-block-header {
        font-size: 16px;
    }
    .content {
        padding: 30px 0;
    }
    .content .container {
        column-count: 0;
        column-gap: 0;
    }
    .page-404-php .inner {
        flex-direction: column;
    }
    .banner .topic {
        width: 100%;
    }
    .topic .title,
    .topic .title > h1 {
        font-size: 28px;
        margin-top: 15px;
    }
    .topic .title > h2 {
        font-size: 24px;
    }
    .topic .subtitle {
        margin: 20px 0;
    }
    .how-to-order li {
        flex-direction: column;
    }
    .how-to-order li > * {
        max-width: 100%;
    }
    .how-to-order .text {
        padding-top: 24px;
        font-size: 14px;
        text-align: center;
    }
    .how-to-order .h2-title {
        text-align: center;
    }
    .digits .inner > div {
        max-width: 100%;
    }
    .digits-wrap:not(:last-child)::after {
        display: none;
    }
    .usp {
        transform: none;
        padding: 30px 0;
    }
    .how-to-order .row {
        width: 100%;
    }
    .how-to-order .row-image {
        padding: 18px;
    }
    .how-to-order::after {
        width: 100%;
    }
    .special-offer .text {
        font-size: 24px;
        padding-bottom: 0;
    }
    .special-offer .content-block {
        padding-bottom: 0;
    }
    .special-offer .text strong {
        font-size: 30px;
    }
    .special-offer .bg-icon {
        width: 100%;
    }
    .digits {
        padding: 30px 0;
    }
    .banner {
        min-height: auto;
    }
    .banner {
        padding-bottom: 0;
    }
    .futures li {
        padding: 10px 20px;
    }
    .banner li {
        justify-content: flex-start;
    }
    .our-features .inner-content {
        flex-direction: column;
    }
    .our-features .inner-content .icon {
        max-width: 400px;
        width: 100%;
        padding: 0 0 20px;
    }
    .our-features .inner-content .features-wrap {
        width: 80%;
    }
    .how-to-order li {
        margin: 10px auto;
    }
    .special-offer .content-block {
        width: 100%;
    }
    .topic .subtitle {
        font-size: 18px;
    }
    .home-blog .row {
        padding: 0 50px;
    }
    .our-features .h2-title h1 {
        font-size: 24px;
    }
    .our-features .h2-title h2 {
        font-size: 20px;
    }
    .archive-php > .title {
        font-size: 24px;
    }
    footer .row-links li {
        max-width: 50%;
    }
    footer .disclaimer {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    footer .accept {
        max-width: 100%;
    }
    .header .order-buttons {
        padding: 6px 0;
    }
    header .order-buttons a, header .order-buttons .login {
        padding: 2px 16px;
    }
    .contact-page .soc-icon {
        padding: 20px 20px 0;
    }
    .our-features__lists .row .icon {
        max-width: 100%;
        margin: 0 0 20px;
    }
    .our-features__lists .inner-content {
        max-width: 100%;
    }
    .our-features__lists .h2-title {
        text-align: center;
        max-width: 100%;
        font-size: 24px;
    }
    .our-features .row-text,
    .our-features .row {
        max-width: 100%;
    }
    .our-features-home .icon {
        max-width: 100%;
        order: -1;
        margin-bottom: 25px;
    }
    .our-features-home .row {
        align-items: flex-start;
    }
    .our-features-home .tab-features-home {
        max-width: calc(50% - 12px);
    }
	.special-offer .bg-icon svg {
		width:100%;
		margin-left: 0;
	}
	.special-offer .text {
		font-size: 21px;
	}
    .advantages .text-block {
        flex: 100%;
    }
    .advantages .item img {
        max-width: 100%;
        margin: 0 0 30px;
    }
    .advantages .item:nth-child(even) img {
        margin: 30px 0 0 ;
    }
    .order-stages .item {
        max-width: 100%;
        margin: 15px 0;
    }
    footer .row-links-icons .links {
        max-width: 100%;
        margin-right: 0;
    }
    footer .row-links-icons .soc-icon {
        max-width: 100%;
        margin-top: 14px;
    }
    .example-work .example-work {
	    max-width: calc(50% - 30px);
	}
}
@media (max-width: 540px) {
    body {
        padding-top: 90px;
    }
    header {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-menu .buttons {
        flex-direction: row;
        margin-bottom: 10px;
    }
    .header-menu .buttons > * {
        margin-right: 20px;
    }
    .bottom_info {
        justify-content: center;
    }
    .digits .inner > div {
        max-width: 100%;
    }
    .banner {
        background-size: 100% auto;
    }
    .page-404-php {
        padding-bottom: 25px;
    }
    .page-404-php .content {
        text-align: center;
    }
    .page-404-php .title {
        font-size: 60px;
    }
    .page-404-php img {
        display: none;
    }
    .email-discount p,
    .email-discount form > p:nth-of-type(1) {
        display: block;
        margin: 10px 0;
        width: 100%;
    }
    .email-discount input[type="submit"] {
        margin-left: 0;
    }
    .futures li {
        width: 100%;
        margin: 8px 0;
    }
    .seo-text-column .container {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .special-offer-bg p,
    .special-offer-bg form > p:nth-of-type(1) {
        width: 100%;
        margin: 5px 0;
    }
    .special-offer-bg input[type="submit"] {
        margin-left: 0;
    }
    .reviews-block .text-block {
        padding: 15px 20px;
    }
    .reviews-block .photo-block img {
        height: 260px;
    }
    .header-menu.open .menu-main-menu-container {
        width: 100%;
    }
    .seo-text-column .columns > * {
    	padding-right: 6px;
    	padding-left: 28px;
    }
    body.offset-top {
        padding-top: 88px;
    }
    .our-features .inner-content .features-wrap {
        width: 100%;
    }
    /*.futures {*/
    /*    flex-direction: column;*/
    /*}*/
    .futures li {
        width: 50%;
        margin: 0;
    }
    .futures .title {
        font-size: 18px;
        margin-left: 0;
    }
    .home-blog .row {
        padding: 0;
    }
    .home-blog .glide__arrow {
        top: 100px;
        background: rgba(255, 255, 255, .57);
    }
    .home-blog .glide__arrow--left {
        left: 0;
    }
    .home-blog .glide__arrow--right {
        right: 0;
    }
    .single-php .content p {
        font-size: 14px;
    }
    .single-php h1 {
        font-size: 22px;
    }
    .single-php h2, .single-php h3 {
        font-size: 20px;
    }
    .single-php h4, .single-php h5, .single-php h6 {
        font-size: 18px;
    }
    .single-php .title {
        font-size: 22px;
    }
    .contact-page .row > div {
        font-size: 15px;
    }
    .contact-page .contact-icon {
        padding: 20px 0;
    }
    .contact-page .row {
        padding: 30px 10px 10px;
    }
    .contact-page .subtitle {
        font-size: 22px;
        text-align: center;
        margin-bottom: 24px;
        padding: 0;
    }
    .contact-page .soc-icon {
        padding: 20px 6px 0;
    }
    .our-features .row-button {
        text-align: center;
    }
    .how-to-order .text {
        text-align: left;
    }
    .text-center-sm,
    .how-to-order .text h2 {
        text-align: center;
    }
    table {
        max-width: 100%;
        width: 100%;
    }
    table tbody td {
        font-size: 14px;
    }
    .our-features__lists li {
        font-size: 14px;
        padding-inline-start: 2.5ch;
    }
    .our-features__lists li::before {
        width: 14px;
        height: 14px;
        top: 2px;
    }
    .our-features li {
        max-width: 100%;
        margin: 0 0 24px;
    }
    .our-features ul {
        margin: 20px 0 10px;
    }
    .our-features-home .tab-features-home {
        max-width: 100%;
    }
    .our-features-home .features-block {
        margin: 0;
        margin-bottom: 10px;
    }
     .example-work .example-work {
	    max-width: 100%;
		margin: 15px 0;
		padding: 24px 18px;
	}
	.how-to-order h3 {
		font-size: 20px;
	}
    .container {
        padding: 0 16px;
    }
    .mobile_menu_btn {
        margin-right: 0;
    }
    .header .order-buttons {
        flex: 100%;
        justify-content: center;
        padding: 0px 0 12px;
        order: 1;
    }
    body {
        padding-top: 86px;
    }
    .table-price-screen .block {
        max-width: 100%;
    }
    .hidden-mobile {
        display: none;
    }
    .table-price-row-btn {
        display: flex;
        justify-content: center;
    }
    .tab-cab-nav {
        font-size: 16px;
        padding: 10px 4px;
    }
    .table-price-screen .table-cell {
        padding: 8px 5px;
    }
}
