/*
Theme Name: liuxuesavior
Text Domain: https://liuxuesavior-com.onesite.com.ua/
Author: OTEC
Author URI: https://liuxuesavior-com.onesite.com.ua/
*/

* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
html, body {
    min-height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #666;
    /*background: #ccc;*/
}
body.offset-top {
    padding-top: 80px;
}
p {
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
    /*margin: 0;*/
    line-height: 1;
    /*word-break: keep-all;*/
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h5 {
    font-weight: bold;
}
.h2-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    color: #4D24AA;
    font-weight: 600;
    margin-bottom: 30px;
}
.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: #ff4242;
}
.content a:hover {
    opacity: .7;
}
.content .orders  a {
    color: #3a3a3a;
    font-weight: 500;
}
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: 80px 0;
}
.first-screen-text-after.section {
    padding: 80px 0;
    max-width: 800px;
}
header {
    position: fixed;
    /*position: relative;*/
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    box-shadow: -1px -8px 14px 1px rgba(0,0,0,.3);
    border-bottom: 1px solid #5f5f5f;
    transition: all .2s;
    background: #4D24AA;
}
.order-buttons {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.order-buttons a {
    padding: 7px 25px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 12px;
    transition: all .5s;
}
.order-buttons .login {
    border: 1px solid #eee;
    margin-right: 12px;
}
.order-buttons .login:hover {
    background: #fff;
    color: #333;
}
.order-buttons .order {
     background: #ff4242;
 }
.order-buttons .order:hover {
    background: #ce2828;
}
/*header.active {*/
/*    background: #fff;*/
/*    border-bottom: none;*/
/*}*/
/*header.active .header-menu .menu > li > a {*/
/*    color: #eee;*/
/*}*/
/*header .logo {*/
/*    color: #666;*/
/*}*/
.mobile_menu_btn path {
    fill: #fff;
}
.mobile_menu_btn .item {
    fill: rgba(255,255,255,.7);
}
/*header.active .mobile_menu_btn path {*/
/*    fill: #666;*/
/*}*/
/*header.active .mobile_menu_btn .item {*/
/*    fill: rgba(102,102,102,.7);*/
/*}*/
.header-top {
    background: #FAFAFA;
    border-bottom: 1px solid #ecebeb;
}
.header-top i {
    margin-right: 7px;
}
.header-top .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-top a {
    padding: 10px 0;
    display: inline-block;
}
.header-menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

.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;
    width: 100%;
    padding: 10px 30px;
    /*margin-bottom: 30px;*/
}
.breadcrumbs .post {
    width: auto;
    min-width: unset;
    padding: 0;
}
.breadcrumbs a {
    color: #4D24AA;
    font-weight: 600;
}
header .logo {
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 0;
    color: #fff;
}
/*main {*/
/*    !*padding: 10px 30px 80px;*!*/
/*}*/
.content {
    line-height: 1.5;
}
.title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}
footer {
    margin-top: auto;
    /*color: #666;*/
    background: #4D24AA;
    background-image: linear-gradient(340deg, #764cd3, #4511bb 100%);
    border-top: 1px solid #e9e9e9;
    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-icons .soc-icon a {
    padding: 2px 4px;
}
footer .row-links nav {
    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 ul {
    display: flex;
    flex-wrap: wrap;
}
footer .row-links a {
    margin-bottom: 5px;
    display: inline-block;
}
footer .row-links li {
    margin: 10px;
}
.map {
    width: 100%;
}
.button {
    /*background-image: linear-gradient(0deg, #ffffff, #888888);*/
    background: #4D24AA;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.button:hover {
   background: #34137f;
}
.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: #4D24AA;
}
.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;
}
.post .title:hover {
    opacity: 0.8;
}
.single-php .post-image {
    width: 100%;
}
.single-php .content {
    margin: 20px 0;
    padding: 0;
}
.breadcrumbs-single {
    max-width: 700px;
}
.single-php {
    max-width: 700px;
    padding: 10px 30px 50px;
}
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 {
   transform: translateY(-50%);
    position: relative;
    z-index: 2;
    padding: 0;
}
.digits .inner {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    text-align: center;
    background: #fff;
    max-width: 900px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
.digits .icon {
    max-width: 40px;
    margin-bottom: 10px;
}
.digits .inner > div {
    padding: 20px 10px;
    /*box-shadow: 0 0 10px rgba(0,0,0,.3);*/
    /*background: #4a4a4a;*/
    max-width: calc(33% - 30px);
    width: 100%;
    border-radius: 8px;
}
.digits strong {
    font-weight: 800;
    display: block;
    font-size: 50px;
    margin-bottom: 7px;
    color: #4D24AA;
}
.digits span {
    font-size: 16px;
    color: #898989;
}
.digits p {
    font-size: 14px;
    margin: 0;
}
.customers i {
    font-size: 24px;
    font-style: normal;
    color: #ccc;
}
.usp {
    padding-top: 40px;
    padding-bottom: 40px;
}
.usp .title {
    text-align: center;
    /*text-transform: uppercase;*/
    font-size: 22px;
    color: #7f7c7c;
}
.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;
}
.usp .inner {
    margin-top: 30px;
}
.usp .row-button {
    text-align: center;
    margin-top: 30px;
}
.futures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.futures li {
    width: calc(33% - 40px);
    padding: 45px 20px;
    margin: 20px;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 20px 60px #6059BB12;
}
.futures .icon {
    /*max-width: 90px;*/
    /*margin-bottom: 12px;*/
    /*background-color: #4D24AA;*/
    max-width: 105px;
    height: 105px;
    border-radius: 50%;
    margin-bottom: 35px;
    /*padding: 20px;*/
}
.futures .icon img {
    width: 100%;
}
.futures span {
    display: block;
    margin: 0 auto;
}
.banner {
    color: #fff;
    padding: 120px 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(90deg, rgb(8 8 8 / 80%) 0%, rgb(82 71 71 / 70%) 100%);*/
    background-image: linear-gradient(340deg, #4d1eb7c2 0%, #47278fde 100%);
}
.banner .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: 100%;
}
.banner .bg {
    display: flex;
    justify-content: center;
}
.banner .bg img {
    width: 100%;
    max-width: 310px;
}
.banner .container > * {
    width: 50%;
}
.banner .topic {
    display: flex;
    flex-direction: column;
    /*align-content: center;*/
    justify-content: center;
}
.topic .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
}
.topic .title > * {
    margin: 0;
}
.topic .subtitle {
    font-size: 28px;
    color: #eee;
    margin: 1.4em 0;
}
.banner li {
    display: flex;
    font-size: 20px;
    margin-bottom: .8em;
}
.banner .fa {
    color: #eee;
    margin-right: 7px;
    font-size: 16px;
}
.how-to-order {
    position: relative;
}
.how-to-order::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-image: linear-gradient(90deg, rgb(8 8 8 / 80%) 0%, rgb(82 71 71 / 70%) 100%);*/
}
.how-to-order .h2-title {
    color: #4d24aa;
}
.how-to-order .container {
    position: relative;
    z-index: 1;
    /*max-width: 900px;*/
}
.how-to-order .inner {
    display: flex;
}
.how-to-order li {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 10px 0;
}
.how-to-order .order-step {
    display: flex;
    flex-wrap: wrap;
}
/*.how-to-order li:nth-of-type(2n) {
   flex-direction: row-reverse;
}*/
.how-to-order li > * {
    max-width: 50%;
    width: 100%;
}
.how-to-order .text {
    font-size: 18px;
    padding: 35px;
    color: #666;
    background: rgba(255,255,255,.1);
    border: 1px solid #4d24aa14;
    /*box-shadow: inset 0 0 15px 0px rgba(0,0,0,.15);*/
}
.how-to-order .icon {
    display: flex;
    justify-content: center;
}
.how-to-order .icon img {
    max-width: 120px;
}
.our-features {
    background: #4D1EB7;
}
.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;
    color: #fff;
}
.our-features-tab__header {
    display: flex;
    border-bottom: 1px solid #eeeeee47;
    margin-bottom: 20px;
}
.our-features-tab__header-item > * {
    font-size: 18px;
    font-weight: 500;
    color: #ffffffa1;
    padding: 18px 10px;
    margin: 0;
    border-bottom: 1px solid transparent;
    transition: .3s ease-in-out color, .3s ease-in-out border-color;
    cursor: pointer;
}
.our-features-tab__body {
    color: #ffffffa1;
    font-size: 16px;
}
.our-features-tab__body strong {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
    padding-left: 24px;
}
.our-features-tab__body strong:after {
    position: absolute;
    content: "✓";
    left: 0;
    top: 0;
}
.our-features-tab__header-item:hover > *,
.our-features-tab__header-item.active > * {
    color: #fff;
    border-color: #fff;
}
.our-features-tab__body-item:not(.active) {
    display: none;
}
.inner-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px
}
.inner-content {
    width: calc(100% - 530px);
}
.inner-image {
    max-width: 500px;
    width: 100%;
    height: auto;
}
.our-features .features-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.our-features .features-block-header strong > *{
    margin: .7rem 0;
}
.our-features .tab-indecator {
    background: #4D24AA;
    /*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 .tab-indecator::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /*background: #7f1422;*/
    /*background: linear-gradient(to bottom, #7f1422 0%,#831523 100%);*/
}
.our-features .tab-indecator::before {
    width: 80%;
    height: 2px;
}
.our-features .tab-indecator::after {
    width: 2px;
    height: 80%;
}
.our-features .features-block {
    padding: 16px 5px 16px 14px;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0,0,0,.05);
    border: 1px solid #7748E0;
}
.our-features .row-button {
    text-align: center;
    margin-top: 34px;
}
.our-features .button {
    background: #fff;
    color: #4D24AA;
    display: inline-block;
}
.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: #c0c0c0;
}
/*Carousel */
.service-reviews {
    position: relative;
}
.service-reviews .container {
    position: relative;
    z-index: 1;
}
.service-reviews .text {
    color: #767676;
    text-align: center;
    margin: 10px 0 40px;
}
.service-reviews .wrap {
    margin: 10px auto;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: relative;
    background-image: linear-gradient(340deg, #764cd3, #4511bb 100%);
}
/* 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: #161616;
    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: #fff;
}
/*End Carousel*/
.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 .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;*/
/*}*/
.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 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;
} */
.seo-text .inner {
    /*padding: 50px 0;*/
}
.seo-text .seo-text-block {
    border: 1px solid #7748E0;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto;

}
.seo-text .seo-block-body {
    display: none;
    /*margin-top: 15px;*/
    padding: 20px;
    color: #eee;
}
.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;
}
.seo-text .seo-block-header > * {
    margin: 0;
}
.seo-text .seo-block-header .arrow {
    flex-shrink: 0;
    margin-left: 5px;
}
/*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: #4D24AA;
    background: #f8f8f8;
}
.page-numbers.current {
    color: #4D24AA;
    background: #f8f8f8;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
    background: #f8f8f8;
}
.prev.page-numbers:hover path,
.next.page-numbers:hover path {
    fill: #4D24AA;
}
.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 p,
.calc-block .text p {
	margin-bottom: 0.7rem;
}
.seo-text-wrap li {
    list-style-type: inherit;
}
.seo-text-wrap li,
.calc-block .text li {
	margin-bottom: .3rem;
}
.calc-block .row-button {
    text-align: center;
    margin-top: 30px;
}
.seo-text-wrap.show {
    display: block;
    margin: 15px 0;
}
.show-seo-text,
.hide-seo-text {
    margin: 20px auto 0;
    display: block;
    width: 220px;
    text-align: center;
}
.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;
}
.seo-text-column .columns {
    display: flex;
}
.seo-text-column .columns > * {
    width: 50%;
    padding-right: 20px;
	padding-inline-start: 20px;
}
.special-offer {
    overflow: hidden;
}

.special-offer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*box-shadow: 4px 4px 10px rgba(0,0,0,.3);*/
    /*padding: 20px 40px;*/
    box-shadow: 4px 4px 10px rgba(0,0,0,.3);
    padding: 20px 40px;
    background: rgb(92 92 92 / 3%);
}

.special-offer {
    padding: 80px 0;
    position: relative;
}

.special-offer::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(340deg, #4d1eb7b0 0%, #47278fbf 100%);
}
.special-offer .container {
    position: relative;
    z-index: 1;
}
.special-offer .text {
    font-size: 46px;
    padding: 10px 20px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
}
.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: #5f6dd7;
    color: #fff;
    margin-left: 5px;
    border: none;
    outline: none;
}
.special-offer-bg input[type="submit"]:hover {
    background: #1d2242;
}
.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;
}
.faq {
    background: #4D1EB7;
}
.faq .h2-title {
    color: #fff;
}
/* Table currency*/
/* Table currency */
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table-price {
    background: #fff;
    padding: 0 20px;
    box-shadow: 0px 13px 30px rgba(40, 50, 95, 0.15);
    width: 100%;
    /*max-width: 65%;*/
    overflow: auto;
}
.calc-block .text {
    text-align: center;
    margin-bottom: 50px;
}
.table-price {
    margin-bottom: 50px;
}
.calc-block .row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}
.calc-block .h2 {
    text-align: center;
}
.calc-block .table-header {
    display: flex;
    border-bottom: 1px solid #D9D9D9;
}
.table-price .price_table {
    width: 100%;
    margin: 25px 0;
    font-size: 18px;
}
.table-price th {
    text-align: inherit;
}
.price_table th {
    padding: 10px;
}
.price_table tbody td {
    color: #4d1fb7;
    font-size: 24px;
    text-align: center;
    font-family:'Arial', 'Raleway', sans-serif;
}
.price_table th:not(:first-child) {
    text-align: center;
}
.price_table tbody tr:nth-of-type(odd) {
    background: #eee;
}
.table-currency {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}
.table-price .table-currency > a {
    padding: 25px;
    text-decoration: none;
    font-weight: 500;
}
.calc-block .table-header > * {
    width: 50%;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    padding: 24px 0;
    font-weight: 700;
}
.b-prices-table-currency.active,
.b-prices-table-type.active {
    border-bottom: 1px solid #4d1fb7;
    color: #4d1fb7;
}
.calc-block .aside {
    background: #E5E5E5;
    border-radius: 1px;
    padding: 24px 30px;
    max-width: 30%;
    width: 100%;
}
.calc-block .aside .title {
    position: relative;
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.calc-block .aside .title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 30px;
    height: 3px;
    background: #666666;
    border-radius: 1px;
}
.calc-block .aside li {
    font-size: 14px;
}
.calc-block .aside li:not(:last-child) {
    margin-bottom: 1.5rem;
}
/* End Table currency */
/* ENd Table currency*/
/*.seo-text-column .container {*/
/*    !*margin: 20px 30px;*!*/
/*    margin: 50px auto;*/
/*    box-shadow: 0 0 10px rgba(0,0,0,.3);*/
/*    padding: 50px;*/
/*}*/
/*.seo-text-column .row,*/
/*.seo-text-column .row-column-2,*/
/*.seo-text-column .row-column-3 {*/
/*    flex-direction: column;*/
/*}*/
/*.seo-text-column .row-column-2 > div,*/
/*.seo-text-column .row-column-3 > div {*/
/*    max-width: 100%;*/
/*    margin: 0 20px;*/
/*}*/

/*.seo-text-column .row {*/
/*    background: #fff;*/
/*    color: #666;*/
/*}*/
/*.seo-text-column .row-column-2,*/
/*.seo-text-column .row-column-3 {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/
/*.seo-text-column .row-column-2 > div {*/
/*    max-width: calc(50% - 40px);*/
/*    width: 100%;*/
/*    margin: 0 20px;*/
/*}*/
/*.seo-text-column .row-column-3 > div {*/
/*    max-width: calc(33% - 40px);*/
/*    width: 100%;*/
/*    margin: 0 20px;*/
/*}*/

/*.seo-text-column .row-column-2,*/
/*.seo-text-column .row-column-3 {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/

/*.seo-text-column .row-column-2 > div {*/
/*    max-width: calc(50% - 40px);*/
/*    width: 100%;*/
/*    margin: 0 20px;*/
/*}*/


/*.seo-text-column .row-column-3 > div {*/
/*    max-width: calc(33% - 40px);*/
/*    width: 100%;*/
/*    margin: 0 20px;*/
/*}*/

.contact-page .h2 {
    position: relative;
    padding: 14px 0;
    text-align: center;
    font-size: 58px;
    background: #4e23ab;
    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 .subtitle {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 24px;
    color: #4e23ac;
    text-align: center;
}
.contact-page .subtitle::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 4px;
	background: #4e23ac;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.contact-page .icon-wrap {
    width: 60px;
    height: 60px;
    border: 2px solid #4e23ac;
    border-radius: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    margin-right: 15px;
}
.contact-page .icon-subtitle {
	display: block;
    font-size: 26px;
    font-weight: 700;
    margin: 8px auto;
    color: #4e23ac;
    margin-bottom: 8px;
}
.contact-link {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.contact-page .text-subtitle {
    font-size: 26px;
    font-weight: 700;
    color: #f78b29;
    text-align: left;
    margin-bottom: 6px;
}
.contact-page .contact-info {
	padding: 0 50px;
}
.contact-page .text-content {
	flex: 1;
}
.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: #4D24AA;
    border-radius: 6px;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
}
.login-links .request_password {
    color: #4D24AA;
}
.login-button:hover {
    background: #34137f;
}
.payment-success-text.disabled,
.payment-completed-text.disabled {
    display: none;
}
.payment-success-text,
.payment-completed-text {
    padding: 26px 34px;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    max-width: 600px;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    margin: 30px auto 0;
}
.payment-success-text a.button,
.payment-completed-text a.button {
    margin-top: 26px;
    padding: 10px 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    min-width: 160px;
}
.payment-success-text a {
    margin: 0;
}
.payment-success-text p {
    line-height: 1.3;
}
.page-php .content p {
    margin-bottom: 8px;
}
.page-php .content li {
    margin-bottom: 6px;
}
.payment-success-text {
    max-width: 600px;
    width: 100%;
}
.order-buttons span {
    cursor: pointer;
}
@media (min-width: 1024px) {
    .contacts {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-menu {
        border-top: 1px solid #eee;
    }
    .menu-main-menu-container {
        /*max-width: 1260px;*/
        /*margin: 0 auto;*/
        /*padding: 0 30px;*/
        margin-left: auto;
    }
    .header-menu .menu {
        display: flex;
        /*justify-content: space-between;*/
    }
    .header-menu .container {
        display: flex;
        justify-content: space-between;
    }
    .header-menu .menu > li {
        position: relative;
        /*width: 100%;*/
        text-align: center;
        line-height: 1.3;
    }
    .header-menu .menu > li > a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 30px 20px;
        display: block;
        /*border-left: 1px solid #ccc;*/
        color: #fff;
        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] {
        /*color: #259bd4;;*/
        /*text-decoration: underline;*/
        border-bottom: 2px solid #fff;
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        height: 0;
        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: #666;
        font-weight: bold;
    }
    .sub-menu a:hover {
        color: #999;
        /*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 - 70px);
    }
    .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.drap-dawn > a {
        padding-right: 22px;
    }
    .drap-dawn > a:after {
        position: absolute;
        content: "";
        top: 47%;
        transform: translateY(-50%);
        right: 4px;
        height: 10px;
        width: 8px;
        background: url(/wp-content/uploads/2020/08/arrow.svg) no-repeat;
    }
    .drap-dawn:hover > a:after {
        transform: rotate(180deg) translateY(4px);
    }
    .header-menu .drap-dawn:hover > a {
        border-bottom: 2px solid #666;
    }
}

@media (max-width: 1023px) {
    body.offset-top {
        padding-top: 52px;
    }
    header {
        /*flex-wrap: wrap;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
        /*padding: 0 30px;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
    }
    /*.header-menu {*/
    /*    padding-right: 40px;*/
    /*}*/
    .top-panel {
        margin: 0;
    }
    .section,
    section {
        padding: 40px 0;
    }
    .drap-dawn > .sub-menu {
        display: none;
    }
    .drap-dawn > a {
        position: relative;
    }
    .drap-dawn > a:after {
        content: "+";
        margin-left: 5px;
    }
    .drap-dawn.open > a:after {
        content: "-";
        /*margin-left: 5px;*/
    }
    .drap-dawn.open > a{
        color: #b42aaa;
    }
    .drap-dawn.open > .sub-menu {
        display: block;
    }
    .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: linear-gradient(90deg, rgb(66, 140, 212) 0%, rgb(0, 78, 154) 100%);*/
        background: #4D24AA;
        background-image: linear-gradient(340deg, #764cd3, #4511bb 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: #b42aaa;
    }
    .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;
        /*background-color: #fff;*/
        /*box-shadow: 0px 0px 5px -2px #000;*/
        padding: 5px;
        margin-left: 12px;
        order: 1;
    }
    .order-buttons {
        margin-left: auto;
        margin-right: unset;
    }
    .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%;
        /*max-width: calc(50% - 30px);*/
        /*margin: 15px;*/
        padding: 20px 10px;
    }
    .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% - 40px);
    }
    .special-offer {
        padding: 60px 0;
    }
    .special-offer .row {
        flex-direction: column;
    }
    .special-offer .text {
        padding: 20px 0;
        text-align: center;
    }
    .how-to-order li {
        width: 100%;
        margin: 0;
    }
    .how-to-order li:nth-of-type(2n) {
       flex-direction: row-reverse;
    }
    .contact-page .contact-info {
    	padding: 10px 20px;
    }
    .contact-page .icon-wrap {
    	width: 70px;
    	height: 70px;
    	padding: 10px;
    }
}

@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 {
        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 .container > * {
        width: 100%;
    }
    .topic .title {
        font-size: 28px;
    }
    .topic .subtitle {
        margin: 20px 0;
    }
    .our-features .inner-content {
        max-width: 100%;
    }
    .how-to-order li,
    .how-to-order li:nth-of-type(2n) {
        flex-direction: column;
    }
    .how-to-order li > * {
        max-width: 100%;
    }
    .how-to-order .text {
        padding-top: 24px;
        font-size: 16px;
        text-align: center;
    }
    .seo-text .seo-text-block {
        max-width: 100%;
    }
    .digits {
        transform: none;
    }
    .digits .inner {
        flex-direction: column;
        align-items: center;
    }
    .how-to-order .text {
        background: transparent;
        border: none;
        margin-top: 15px;
        padding: 10px;
    }
    .how-to-order li {
        margin-top: 20px;
    }
    .special-offer .text {
        font-size: 36px;
    }
    .topic .title {
        font-size: 16px;
    }
    .table-price .table-currency > a {
        padding: 15px;
    }
    .price_table th {
        padding: 5px;
        font-size: 16px;
    }
    .container {
        padding: 0 18px;
    }
    .contact-page .row > div {
    	flex: 1 0 100%;
    }
    .contact-page .h2 {
    	font-size: 36px;
    }
    .contact-page .icon-wrap {
	    padding: 10px;
		margin: 0 auto;
    }
    .contact-link {
    	flex-direction: column;
    	text-align: center;
    }
    .contact-page .row {
    	padding: 30px 8px 20px;
    }
    footer .disclaimer {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    footer .accept {
        max-width: 100%;
    }
    footer .row-links-icons .links {
        max-width: 100%;
        margin-right: 0;
    }
    footer .row-links-icons .soc-icon {
        max-width: 100%;
        margin-top: 14px;
    }
}
@media (min-width: 541px) {
    .calc-block {
        padding: 100px 0;
    }
}
@media (max-width: 540px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }
    /*body {*/
    /*    padding-top: 124px;*/
    /*}*/
    .header-menu .buttons {
        flex-direction: row;
        margin-bottom: 10px;
    }
    .header-menu .buttons > * {
        margin-right: 20px;
    }
    .bottom_info {
        justify-content: center;
    }
    /*.services .title {*/
    /*    text-align: left;*/
    /*}*/
    /*.services .menu {*/
    /*    max-height: 100%;*/
    /*    display: block;*/
    /*    text-align: left;*/
    /*}*/
    .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: 20px 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%;
    }
    .header-top i {
        margin-right: 4px;
        font-size: 14px;
    }
    .topic .title {
        font-size: 12px;
    }
    .topic .subtitle {
        font-size: 26px;
    }
    .table-price .table-currency > a {
        padding: 10px 0;
        font-size: 14px;
    }
    .calc-block .table-header > * {
        padding: 12px 0;
    }
    .price_table th {
        padding: 5px 0;
        font-size: 11px;
    }
    .price_table tbody td {
        font-size: 14px;
    }
    .table-price {
        padding: 0 12px;
    }
    .header-menu .container {
        flex-wrap: wrap;
    }
    .order-buttons {
        order: 2;
        width: 100%;
        padding: 2px 0 6px;
        justify-content: center;
    }
    .banner {
        height: auto;
    }
    body,
    body.offset-top {
        padding-top: 94px;
    }
}
