/*
Theme Name: liuxuehelp.net
Text Domain: https://liuxuehelp.net/
Author: OTEC
Author URI: https://onesite.com.ua
*/

* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
html, body {
    min-height: 100%;
}
body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Gotham Pro', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #666;
    min-height: 100vh;
}
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;
}
.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: #fb7811;
}
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: '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: 50px 0;
}
.headphone__text {
	display: flex;
	align-items: center;
}
.headphone__text span {
	margin-left: 6px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    box-shadow: -1px -8px 14px 1px rgba(0,0,0,.30);
    border-bottom: 1px solid #e2e2e200;
    transition: all .4s ease-in;
    background: #9b55b9;
    background: linear-gradient(
            148.25deg,#7b4482 16.46%,#574485 89.85%);
}
header .button {
    margin-top: 0;
    margin-left: 25px;
    background-image: linear-gradient( 88deg,#156f80 16.46%,#324875 89.85%);
    transition: .3s ease-in al;
}
header .button:hover {
    background-image: linear-gradient( 88deg,#135f6d 16.46%,#223966 89.85%);
}
.mobile_menu_btn path {
    fill: #fff;
    transition: .3s all ease-in;
}
.headphone {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}
.headphone__icon {
    margin-right: 8px;
}
.headphone__link {
    display: block;
    color: #fff;
}
.headphone__link:first-child {
    margin-bottom: 4px;
}
.mobile_menu_btn .item {
    fill: rgba(255,255,255,.7);
}
.header-menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container {
    max-width: 1320px;
    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: 104px;
    width: 100%;
    padding: 10px 30px;
    /*margin-bottom: 30px;*/
}
.breadcrumbs .post {
    width: auto;
    min-width: unset;
    padding: 0;
}
.breadcrumbs a {
    color: #72d3e2;
    font-weight: 600;
}
.title {
    font-size: 42px;
    color: #34b1c4;
    font-weight: 600;
    text-transform: capitalize;
}
header .logo {
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 0;
    color: #fff;
}
header .logo img {
    display: inline-block;
    height: 52px;
    width: auto;
}
.content {
    line-height: 1.5;
}

footer {
    background: linear-gradient(
            148.25deg,#7b4482 16.46%,#574485 89.85%);
    border-top: 1px solid #e9e9e9;
    margin-top: auto;
}
footer .container {
    margin-top: auto;
    color: #666;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .container > div {
    max-width: calc(33% - 30px);
    width: 100%;
    margin: 15px;
}
.copyright img {
    height: 38px;
    width: 38px;
    object-fit: contain;
}
footer .container {
    color: #e8e8e8;
    font-size: 16px;
}
footer .container .topTitle {
    font-weight: bold;
    height: 30px;
    padding-top: 10px;
}
footer .container > .links-page {
    width: auto;
    vertical-align: top;
}
footer .container > .contact {
    width: 340px;
    vertical-align: top;
}
footer .container > .accept {
    width: 254px;
    vertical-align: top;
}
footer .container > .copyright {
    color: #e8e8e8;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
}
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;
}
.copyright ul a {
    display: inline-block;
    margin: 2px 4px;
}
/* .copyright ul li:first-child a {
    margin-left: 0;
} */
.copyright .copyright-text {
    margin-top: 20px;
    color: #eee;
}
.copyright .copyright-text > div {
    margin-bottom: .8rem;
}
.copyright .copyright-text > div:last-child {
    margin-bottom: 0;
}
.copyright .soc-icon a {
    display: inline-block;
    margin: 2px 4px;
    transition: .3s all ease-in;
}
.copyright .soc-icon a:hover {
    opacity: .7;
}
.copyright .soc-icon a:first-child {
    margin-left: 0;
}

.accept img {
    display: inline-block;
    margin: 2px 4px;
}
.accept img:first-child {
    margin-left: 0;
}
.accept .text {
    font-size: 14px;
    color: #eee;
}
.accept .number {
    font-size: 60px;
    font-weight: bold;
    font-weight: 800;
    line-height: 1;
}
.accept .text > div {
    margin-bottom: .4rem;
}
.map {
    width: 100%;
}
.button {
    background: #9b55b9;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 30px;
}
.button:hover {
   background: #8835ab;
}
.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;
}
.customers i {
    font-size: 24px;
    font-style: normal;
    color: #ccc;
}
.utp-screen {
    background-size: cover;
    background-position: center bottom;
    padding: 205px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*background-image: linear-gradient(148.25deg,#fff 16.46%,#f4f2fd 89.85%);*/
    color: #333;
    z-index: 1;
}
.utp-screen::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            148.25deg,#7b4482a1 16.46%,#5744856e 89.85%);
    z-index: -1;
}
.utp-screen .lists {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    border-radius: 10px;
    max-width: 700px;
}
.utp-screen .list {
    flex: 1 0 calc(50% - 20px);
    min-width: 250px;
    margin: 6px 6px;
    padding: 14px 20px;
    position: relative;
    padding-left: 49px;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #9f6fe2;
    border-bottom: 1px solid #ffffff2e;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.40);
    overflow: hidden;
}
.utp-screen .list::before {
    content: "";
    width: 20px;
    height: 150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    position: absolute;
    top: 0;
    left: -50px;
    transform: skewX(-45deg);
    border-radius: 15px;
    animation: moveLight 10s ease-in infinite;
}
.utp-screen .list:nth-child(2)::before  { animation-delay: 1s; }
.utp-screen .list:nth-child(3)::before  { animation-delay: 2s; }
.utp-screen .list:nth-child(4)::before  { animation-delay: 3s; }
.utp-screen .list:nth-child(5)::before  { animation-delay: 4s; }
.utp-screen .list:nth-child(6)::before  { animation-delay: 5s; }
.utp-screen .list:nth-child(7)::before  { animation-delay: 6s; }
.utp-screen .list:nth-child(8)::before  { animation-delay: 7s; }
@keyframes moveLight {
    0% {
        left: -100%;
    }
    25% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}
.utp-screen .list::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: url('/resource/marker-list.svg') no-repeat center / cover;
    width: 22px;
    height: 22px;
}
.advantages {
    padding: 24px 0;
    color: #fff;
    background: #9b55b9;
    background: linear-gradient(
            148.25deg,#9a519f 16.46%,#784ce3 89.85%);
}
.advantages .container {
    background: #7b7b7b17;
    max-width: 1100px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.40);
    border-radius: 10px;
    /*text-align: center;*/
}
.first-screen-advantages {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 20px 0;
}
.first-screen-advantages .advatage-list {
    max-width: 33%;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    border-right: 1px solid #ffffff4d;
    padding: 0 16px
}
.first-screen-advantages .advatage-list:last-child {
    border-right: none;
}
.first-screen-advantages .advatage-list span {
    font-weight: 300;
}
.utp-screen__image {
    max-width: 400px;
    width: 100%;
    height: auto;
}
.utp-screen .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: 100%;
}
.utp-screen .text-content {
    display: flex;
    flex-direction: column;
    /*align-content: center;*/
    justify-content: center;
}
.utp-screen .text-content .title {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    margin: 18px 0 35px;
    color: #fff;
}
.call-to-action {
    text-align: center;
}
.call-to-action .subtitle {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}
.call-to-action .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 50px;
    background: url(/resource/banner.jpg) no-repeat center / cover;
    text-align: right;
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 40px;
}
.call-to-action .container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
            88deg,#814f9ee8 16.46%,#382496e0 89.85%);
    z-index: -1;
    border-radius: 40px;
}
.call-to-action img {
    max-width: 280px;
    width: 100%;
    height: auto;
}
.call-to-action .text-content {
    flex: 1;
    padding: 30px;
    margin: 0 auto;
    border-radius: 10px;
}
.utp-screen  .text-content .title span {
    /*color: #629fa7;*/
    color: #80b8bf;
}
.utp-screen  .text-content .title > * {
    margin: 0;
}
.first-screen .text-content .subtitle {
    font-size: 28px;
    /*color: #eeeeee3d;*/
}
.first-screen .text-content .text {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
}
.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 > 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;
    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:first-child > *:first-child {
    column-span: all;
    text-align: center;
    margin-bottom: 25px;
}
.seo-text-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.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;
}

footer .services ul {
    display: flex;
    flex-wrap: wrap;
}
footer .services ul li {
    display: block;
}
footer .services ul a:hover {
    text-decoration: underline;
}
.our-benefits .container {
    display: flex;
}
.our-benefits .container .img {
    position: relative;
    max-width: calc(45% - 60px);
    width: 100%;
    margin-left: 60px;
    z-index: 1;
}
.our-benefits .text-section {
    max-width: 55%;
}
.our-benefits .img > .subtitle {
    font-size: 32px;
    color: #9b55b9;
    margin-bottom: 30px;
    font-weight: 600;
}
.our-benefits .img > .text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.our-benefits .row-items {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.our-benefits .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 0 calc(45% - 30px);
    min-width: 250px;
    /*background: #39a4c1;*/
    border: 1px solid #eee;
    box-shadow: 0 0 5px #365db34f;
    padding: 21px 20px;
    border-radius: 12px;
    margin: 15px;
    flex-direction: column;
    color: #39a4c1;
}
.our-benefits .items:nth-child(even) {
    transform: translateY(50px);
}
.our-benefits .items img {
    width: 80px;
    height: auto;
    margin-bottom: 18px;
    flex-shrink: 0;
}
.our-benefits .items .subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #9b55b9;
}
.our-benefits .items .text {
    font-size: 14px;
    line-height: 1.6;
    /*font-weight: 300;*/
    color: #333;
}
.our-benefits .text-content {
    flex: 1;
}
.our-benefits .button-row {
    text-align: center;
}
.our-benefits .button {
    padding: 14px 64px;
}
.order-process {
    position: relative;
    z-index: 1;
    background: #9b55b9;
    background: linear-gradient(
            148.25deg,#4965a7 16.46%,#195f8e 89.85%);
}
.order-process .row-button {
    text-align: center;
}
.order-process::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            148.25deg,#7b44829c 16.46%,#57448591 89.85%);
    z-index: -1;
}
.order-process .container .row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.order-process .row .items {
    position: relative;
    max-width: calc(25% - 30px);
    width: 100%;
    height: 180px;
    margin: 15px;
    text-align: center;
    /*background: #39a4c14a;*/
    padding: 24px 14px;
    color: #fff;
    border-radius: 12px;
    z-index: 1;
    background: #fff;
    /*color: #4e72b8;*/
    z-index: 1;
}
.order-process .row .items::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    border-radius: 12px;
    z-index: -1;
}
.order-process .row .items:last-child::after {
    display: none;
}
.order-process .image-wrap {
    max-width: 100px;
    padding: 20px;
    margin: 0 auto;
}
.order-process .row img {
    max-width: 100%;
    height: auto;
}
.order-process .subtitle {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
}
.order-process .subtitle-inner {
    font-size: 22px;
    color: #fff;
    transform: translateZ(35px);
}
.order-process .subtitle-inner h3 {
    margin: 0;
}
.order-process .text {
    opacity: .7;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}
.order-process .num-order {
    font-size: 100px;
    opacity: .8;
    color: #fff;
    bottom: 5px;
    font-weight: 500;
    margin-top: -20px;
    transform: translateZ(20px);
}
.text-under-table {
    margin-top: 30px;
}
.menu-footer-links-container ul {
    margin-bottom: 15px;
}
.faq .subtitle {
    font-size: 32px;
    color: #9b55b9;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}
.faq-block {
    max-width: 950px;
    margin: 20px auto;
    border: 1px solid #9b55b9;
    padding: 20px 30px;
    cursor: pointer;
    border-radius: 10px;
}
.faq-block .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    color: #9b55b9;
}
.faq-block .faq-header h3 {
    margin: 0;
    line-height: 1.3;
}
.faq-block .faq-body {
    margin-top: 20px;
    padding-right: 10px;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
    display: none;
}
.faq-block.open .faq-body {
    display: block;
}
.faq-block.open .indecator::after {
    display: none;
}
.faq-block .indecator {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 20px;
    flex-shrink: 0;
}
.faq-block .indecator::after,
.faq-block .indecator::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #9b55b9;
    transition: .3s all ease-in-out;
}
.faq-block .indecator::before {
    width: 100%;
    height: 3px;
}
.faq-block .indecator::after {
    width: 3px;
    height: 100%;
}
/* Flip card */
.flip-card {
    background-color: transparent;
    height: 200px;
    perspective: 1000px;
    flex: 1 0 calc(25% - 20px);
    min-width: 250px;
    width: 100%;
    margin: 10px;
    cursor: pointer;
    border-radius: 10px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: ease-in transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner,
.flip-card.active .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #bbb;
    color: black;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 10px;
    transform-style: preserve-3d;
    z-index: 1;
}
.flip-card-front__image {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.flip-card-front::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: linear-gradient(
            181deg,#483c3c4d 54.46%,#0000002b 89.85%);
    z-index: -1;
}
.flip-card:nth-of-type(1) .flip-card-front {
    background: linear-gradient(
            148.25deg,#6e3b9e 16.46%,#1f3267 89.85%);
}
.flip-card:nth-of-type(2) .flip-card-front {
    background: linear-gradient(
            148.25deg,#6d4483 16.46%,#213672 89.85%);
}
.flip-card:nth-of-type(3) .flip-card-front {
    background: linear-gradient(
            148.25deg,#6e3b9e 16.46%,#1f3267 89.85%);
}

.flip-card:nth-of-type(4) .flip-card-front {
    background: linear-gradient(
            148.25deg,#6e3b9e 16.46%,#1f3267 89.85%);
}
/* Style the back side */
.flip-card-back {
    background-color: #2b498e;
    color: white;
    transform: rotateY(180deg);
    padding: 30px 24px;
    overflow: auto;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 10px;
}
/* End Flip card */
.banner .container {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    padding: 50px;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    display: flex;
    align-self: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner .container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 101%;
    transform: skew(
            10deg) translateX(-11%);
    z-index: -1;
    background: linear-gradient(
            148.25deg,#b45dbf 16.46%,#574485 89.85%);
}
.banner .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .button {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 40px;
    width: max-content;
}

.banner .container img {
    display: inline-block;
    max-width: 290px;
    width: 100%;
    height: auto;
}
.banner .h2-title {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    word-break: break-all;
}
.banner .h2-title span {
    display: block;
    font-weight: 300;
    font-size: 20px;
    margin-top: 14px;
}
.type-of-services {
    background-image: linear-gradient( 88deg,#814f9ee8 16.46%,#382496e0 89.85%);
    color: #fff;
}
.type-of-services .subtitle {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
}
.type-of-services .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.type-of-services .item {
    max-width: calc(20% - 20px);
    margin: 15px 40px;
}
.type-of-services img {
    width: 80px;
    height: auto;
}
/* Table writing */
.price-writing .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.price-writing .text-content {
    text-align: left;
    flex: 1;
    margin-right: 40px;
}
.price-writing .table-price {
    flex: 1 2 100px;
    width: 100%;
    background-image: linear-gradient( 88deg,#814f9ee8 16.46%,#382496e0 89.85%);
    color: #fff;
}
.price-writing .subtitle {
    font-size: 24px;
    color: #9b55b9;
    margin-bottom: 30px;
    font-weight: 600;
}
.price-writing p {
    /*text-align: center;*/
    margin-bottom: .4rem;
}
.price-writing .row-button {
    margin-top: 0;
    text-align: center;
}
.table-price {
    background: #fff;
    padding: 0 15px 5px;
    box-shadow: 0 13px 30px rgba(40,50,95,.15);
}
.table-price .price_table {
    width: 100%;
    font-size: 18px;
}
.table-price .table-header {
    display: flex;
    border-bottom: 1px solid #d9d9d985;
}
.b-prices-table-currency.active,
.b-prices-table-type.active,
.b-prices-table-currency:hover,
.b-prices-table-type:hover {
    border-bottom: 1px solid #fff;
}
.table-price .table-header > * {
    width: 50%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 700;
}
.table-price .table-header > * {
    width: 50%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 700;
}
.table-currency {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d985;
}
.table-price .table-currency > a {
    padding: 10px 15px;
    text-decoration: none;
}
.table-price a {
    color: #fff;
}
.table-price .price_table {
    width: 100%;
    font-size: 14px;
}
.price_table th {
    padding: 10px;
    text-align: left;
}
.price_table th:not(:first-child) {
    text-align: center;
}
.price_table tbody td {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.table-price tbody tr {
    background: #28325f14;
}
/* End Table writing */

/* Table exam */
.price-exam .subtitle {
    font-size: 28px;
    color: #148196;
    margin-bottom: 30px;
    font-weight: 600;
}
.price-exam .text-after {
    text-align: left;
    font-size: 14px;
}
.price-exam sup {
    color: red;
}
.price-exam .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.price-exam .text-contnet {
    flex: 1;
    margin-left: 60px;
    line-height: 1.8;
}
.price-exam .table-content {
    flex: 1 2 100px;
}
.tabs-cab {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.30);
    margin: 20px auto;
    background-image: linear-gradient( 88deg,#148196 16.46%,#243f76 89.85%);
    color: #fff;
}
.tab-cab-content {
    position: relative;
    display: none;
}
.tab-cab-content.active {
    display: block;
}
.tabs-cab__header {
    display: flex;
    border-bottom: 1px solid #d9d9d985;
}
.tab-cab-nav {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px 10px;
    width: 100%;
    touch-action: none;
    cursor: pointer;
}
.tab-cab-nav:hover, .tab-cab-nav.active {
    border-bottom: 1px solid #ffffff;
}
.table-row:first-child .table-cell {
    font-size: 14px;
    font-weight: 600;
}
.table-cell {
    font-size: 16px;
    border-bottom: 1px solid #99999947;
    padding: 12px 5px;
    flex: 1 1 20%;
    text-align: center;
}
.table-row:first-child .table-cell {
    font-size: 14px;
    font-weight: 600;
}
.table-row {
    /*background: #f7f5f5;*/
    display: flex;
}
.table-row:nth-child(odd) {
    background: #28325f14;
}
.table-price-row-btn {
    position: absolute;
    bottom: -60px;
    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);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.table-price-btn.hidden {
    opacity: .5;
}
.table-price-btn__prev {
    margin-right: 12px;
}
.table-cell:first-child {
    flex: 1 1 18%;
    font-weight: 600;
}
/* End table exam */
.sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #7b4482;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    opacity: .8;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}
.sidebar a {
    display: block;
    padding: 7px 0;
    width: 32px;
    transition: .15s ease transform;
}
.sidebar .icon-wrap {
    position: relative;
}
.sidebar .icon-wrap .icon {

}
.sidebar .icon-wrap .qrcode {
    display: none;
    position: absolute;
    top: 100%;
    max-width: 200px;
    right: 0;
}
.sidebar .icon-wrap:hover .qrcode {
    display: block;
}
@media (min-width: 1024px) {
    .contacts {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-menu {
        border-top: 1px solid #eee;
    }
    .menu-main-menu-container {
        margin-left: auto;
    }
    .header-menu .menu {
        display: flex;
    }
    .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: 14px;
        text-transform: uppercase;
        padding: 30px 10px;
        display: block;
        font-weight: 500;
        color: #fff;
        border-bottom: 2px solid transparent;
        transition: .3s all ease-in;
        line-height: 1.3;
    }
    /*header.active .header-menu .menu > li > a {*/
    /*    color: #34b1c4;*/
    /*    padding: 24px 12px;*/
    /*}*/
    .header-menu .menu > li > a:hover,
    .header-menu .menu > li > a[aria-current=page] {
        color: #34b1c4;
        border-bottom: 2px solid #34b1c4;
    }
    /*header.active .header-menu .menu > li > a:hover,*/
    /*header.active .header-menu .menu > li > a[aria-current=page] {*/
    /*    color: #1c8b9c;*/
    /*}*/
    .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: 15px 0;
    }
    .sub-menu li:first-child {
        margin-top: 0;
    }
    .sub-menu li:last-child {
        margin-bottom: 0;
    }
    .sub-menu a {
        font-size: 18px;
        color: #666;
        font-weight: bold;
    }
    .sub-menu a:hover {
        color: #999;
    }
    .header-menu .menu > li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        height: auto;
        overflow: hidden;
    }
    .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;
    }
    .utp-screen .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(/resource/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;
    }
    .banner .h2-title {
        max-width: 350px;
    }
    .our-benefits .button-row {
        margin-top: 40px;
    }
}
@media (max-width: 1023px) {
    .banner .container {
        text-align: center;
    }
    .banner .text-content {
        flex: 100%;
    }
    .banner .container img {
        margin: 0 auto;
    }
    .banner .button {
        margin: 30px auto 30px;
    }
    .banner .container::after {
        width: 100%;
        transform: none;
    }
    .utp-screen .container > * {
        width: 100%;
    }
    body.offset-top {
        padding-top: 52px;
    }
    .top-panel {
        margin: 0;
    }
    .section,
    section {
        padding: 30px 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;
        top: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        background-image: linear-gradient(148.25deg,#33b0c3 16.46%,#516cb7 89.85%);
    }
    .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: #cce5ef;
    }
    .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: 1;
        padding: 5px;
        margin-left: 15px;
    }
    .mobile_menu_btn span {
        display: block;
        height: 3px;
        background-color: #e2b0a4;
        margin-bottom: 5px;
    }
    .oreder-button {
        margin-left: auto;
    }
    .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%;
    }
    footer .services ul {
        flex-direction: column;
    }
    .special-offer {
        padding: 60px 0;
    }
    .special-offer .row {
        flex-direction: column;
    }
    .special-offer .text {
        padding: 20px 0;
        text-align: center;
    }
    .utp-screen li {
        max-width: calc(50% - 30px);
    }
    .our-benefits .items:nth-child(even) {
         transform: none;
    }
    .our-benefits .container .img {
        max-width: calc(60% - 30px);
        margin-left: 30px;
    }
    .our-benefits .text-section {
        max-width: 40%;
    }
    .our-benefits.section {
        padding: 80px 0;
    }
    .order-process .row .items {
        max-width: calc(50% - 30px);
    }
    .order-process .row .items:nth-of-type(2)::after {
        transform: translateX(50%) rotate(90deg) translateY(50px);
        left: 50px;
        right: 0;
        top: 358px;
        opacity: .5;
    }
    .utp-screen .container > .text-content {
        width: 70%;
    }
    .utp-screen .text-content .title {
        font-size: 52px;
    }
    .price-writing .text-content {
        margin: 0 0 40px;
        flex: 100%;
    }
    .price-exam .text-contnet {
    	order: -1;
        margin: 40px 0 0;
        flex: 100%;
    }
    .headphone {
       margin-left: auto;
    }
}

@media (min-width: 768px) {
    .contacts address {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .utp-screen .inner {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .call-to-action .container {
        padding: 30px 20px 40px;
        text-align: center;
        max-width: calc(100% - 32px);
        margin: 0 auto;
    }
    .call-to-action img {
        max-width: 80%;
        margin: 0 auto;
    }
    .call-to-action .text-content {
        padding: 0;
    }
    .call-to-action .text-content {
        flex: 100%;
    }
    .utp-screen li {
        max-width: 100%;
        margin: 3px;
        text-align: left;
        margin-left: 0;
        display: inline-block;
        background: transparent;
        border: none;
        padding: 3px 0;
    }
    .contacts .phone {
        margin: 5px 0;
    }
    .header-menu .buttons {
        flex-direction: column;
    }
    .banner .container {
        max-width: calc(100% - 32px);
        margin: 0 auto;
        padding: 30px 14px;
    }
    .banner .h2-title span {
        font-size: 12px;
    }
    .banner .h2-title {
        font-size: 28px;
    }
    .header-menu .buttons > * {
        margin-right: 0;
    }
    .utp-screen .inner {
        justify-content: center;
        flex-wrap: wrap;
    }
    .text-content {
       /* margin-bottom: 20px;*/
        width: 100%;
    }
    /*.text-content p {*/
    /*    font-size: 22px;*/
    /*}*/
    .utp-screen 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;
    }
    .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;
    }
    .utp-screen .container > * {
        width: 100%;
    }
    .utp-screen .text-content .title {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .seo-text .seo-text-block {
        max-width: 100%;
    }
    .container {
        padding: 0 18px;
    }
    .futures li:hover {
        transform: unset;
    }
    footer .container {
        flex-direction: column;
    }
    footer .container > div {
        max-width: 100%;
    }
    header .logo img {
        height: 30px;
    }
    .header .logo {
        padding: 8px 0;
    }
    .our-benefits .container {
        flex-wrap: wrap;
    }
    .our-benefits .container .img {
        max-width: 100%;
        order: -1;
        margin: 0 0 20px;
    }
    .our-benefits .items {
        flex: 1 0 calc(50% - 20px);
        margin: 10px;
    }
    .our-benefits .text-section {
        max-width: 100%;
    }
    .our-benefits.section {
        padding: 40px 0;
    }
    .our-benefits .img > .subtitle,
    .order-process .subtitle,
    .faq .subtitle > * {
        font-size: 24px;
    }
    .faq-block .faq-header {
        font-size: 18px;
    }
    .utp-screen .container > .text-content {
        width: 100%;
    }
    .utp-screen {
        height: auto;
        padding: 90px 0 50px;
    }
    .type-of-services .item {
        max-width: calc(50% - 20px);
        margin: 15px 40px;
    }
}
@media (max-width: 540px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }
    .first-screen-advantages .advatage-list {
        max-width: 100%;
        border: none;
        text-align: left;
    }
    .first-screen-advantages .advatage-list:not(:last-child) {
        margin-bottom: 14px;
    }
    .header-menu .buttons {
        flex-direction: row;
        margin-bottom: 10px;
    }
    .header-menu .buttons > * {
        margin-right: 20px;
    }
    .bottom_info {
        justify-content: center;
    }
    .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;
    }
    footer .services ul li {
        width: 100%;
    }
    .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;
    }
    .header-menu.open .menu-main-menu-container {
        width: 100%;
    }
    .header-top i {
        margin-right: 4px;
        font-size: 14px;
    }
    .our-services .item {
        max-width: 100%;
        margin: 15px 0;
    }
    .special-offer-bg form > p:nth-of-type(1) {
        max-width: 100%;
    }
    .order-process .row .items {
        max-width: 100%;
        margin: 15px 0;
    }
    .table-price-row-btn {
        display: flex;
        justify-content: center;
    }
    .table-price {
        padding: 0;
        overflow: auto;
    }
    .hidden-mobile {
        display: none;
    }
    .price-exam .text-after {
        margin-top: 75px;
    }
    .price_table th {
        padding: 6px 2px;
    }
    .table-price .table-currency > a {
        padding: 9px 10px;
    }
    .table-price .price_table {
        font-size: 14px;
    }
    .banner .container img {
        max-width: 100%;
    }
    .headphone__link span {
        display: none;
    }
}
