/*
Theme Name: theme_lunwenzhushou
Text Domain: unwenzhushou.onesite.com.ua
Author: OTEC
Author URI: https://onesite.com.ua
*/
*,
*::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: 'Montserrat', sans-serif;
    /*font-family: 'Gotham Pro', sans-serif;*/
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #666;
    background: #fff;
}
body.offset-top {
    padding-top: 80px;
}
p {
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
    /*margin: 0;*/
    line-height: 1.3;
    /*word-break: keep-all;*/
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h5 {
    font-weight: bold;
}
.h2-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    color: #fc8e3d;
    font-weight: 700;
    margin-bottom: 30px;
}
.h2-title > * {
    /*font-size: inherit;*/
    font-size: 32px;
}
.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;
}
.content a:hover {
	opacity: .7;
}
.content .button {
    color: #fff;
}
.content .account .button {
    color: #3a3a3a;
    font-weight: 500;
}
.content .row-center {
    text-align: center;
    margin-top: 15px;
}
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: 50px 0;
}
.inversion .h2-title,
.inversion .descr {
    color: #fff;
}
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 #e2e2e200;
    transition: all .4s ease-in;
    background: #f17f2f;
    /*background: linear-gradient(to left, #f17f2f 0%,#ffad36 100%);*/
    background: linear-gradient(to left, #fd8e3f 0%,#e49118 100%);
}
header .order-buttons {
    display: flex;
    margin-left: auto;
}
header .order-buttons a,
header .order-buttons .login {
    padding: 4px 25px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
header .login {
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 6px;
    padding: 5px 30px;
    margin-right: 10px;
}
header .order {
    background-color: #F03C3C;
    background-color: #633232cc;
    border-radius: 6px;
    padding: 5px 30px;
}
/*header.active {*/
/*    background: #1545CB;*/
/*    background-image: linear-gradient(148.25deg,#A253D8 16.46%,#1545CB 89.85%);*/
/*}*/
/*header.fill {*/
/*   */
/*}*/

/*header.active {*/
/*    background: #fff;*/
/*    border-bottom: none;*/
/*}*/
/*header.active .header-menu .menu > li > a {*/
/*    color: #eee;*/
/*}*/
/*header .logo {*/
/*    color: #666;*/
/*}*/
.mobile_menu_btn {
    order: 1;
    margin-left: 20px;
}
.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-menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
	width: 100%;
}
.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;
    position: absolute;
    z-index: 2;
    color: #814434;
    left: 50%;
    transform: translateX(-50%);
}
.breadcrumbs.relative {
    position: relative;
    margin: 35px 0 15px;
    color: #666;
}
.breadcrumbs-single {
    position: relative;
}
.breadcrumbs.relative a {
    color: #fc8e3d;
}
.breadcrumbs .post {
    width: auto;
    min-width: unset;
    padding: 0;
    color: #82453485;
}
.breadcrumbs a {
    color: #814434;
    font-weight: 600;
}
header .logo {
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 0;
    color: #fff;
    margin-right: 40px;
}
header .logo img {
    display: inline-block;
    width: auto;
    height: 40px;
}
/*main {*/
/*    !*padding: 10px 30px 80px;*!*/
/*}*/
.content {
    line-height: 1.5;
}
/*.title {*/
/*    font-size: 26px;*/
/*    font-weight: 600;*/
/*    margin: 0 0 20px;*/
/*}*/
footer {
    background: #fd8e3f;
    background: linear-gradient(to left, #fd8e3f 0%,#e49118 100%);
    border-top: 1px solid #e9e9e9;
    padding: 30px 0;
}
footer .row:not(:last-child) {
    border-bottom: 1px solid #fff8f245;
    padding-bottom: 30px;
}
footer .row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    flex-wrap: wrap;
}
footer .row-services-page {
    align-items: center;
}
footer .row-services-page > * {
    /*max-width: calc(33% - 30px);*/
    width: 100%;
    /*margin: 10px 0;*/
}
footer .row-services-page > nav {
    max-width: 66%;
}
footer .row-services-page .soc-icon {
    max-width: 33.333%;
    color: #fff;
}
footer .soc-icon a {
    display: inline-block;
    padding: 2px;
}
footer .soc-icon a:not(:first-child) {
    margin-left: 6px;
}
footer .row-services-page li {
    max-width: 50%;
    width: 100%;
    /*margin: 5px 20px;*/
}
footer .row-copyright .copyright {
    max-width: 66%;
}
footer .row-copyright .accept {
    max-width: 33.33%;
    width: 100%;
}
footer .container > .links-page {
    width: auto;
}
footer .row-links ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
footer .links-page {
    flex: 1 0 100%;
}
footer .row-links li {
    max-width: 25%;
    width: 100%;
}
footer .title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 35px;
    font-weight: 700;
}
footer a {
    color: #fff;
}
.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 {
    font-size: 16px;
    padding: 10px 0;
    color: #e8e8e8;
}
.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: #fff;
    margin-bottom: 15px;
}
.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: #fff;
}
.accept .number {
    font-size: 60px;
    /*font-weight: bold;*/
    font-weight: 800;
    line-height: 1;
}
.accept .text > div {
    margin-bottom: .4rem;
}
.accept .text p {
    margin-bottom: .4em;
}
.map {
    width: 100%;
}
.button {
    /*background-image: linear-gradient(0deg, #ffffff, #888888);*/
    background: #fc8e3d;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}
.button:hover {
   background: #c76b27;
}
.row-button {
    text-align: center;
    padding-top: 30px;
}
.common-blog {
    padding: 0;
}
.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.post {
    width: calc(33.3333% - 40px);
    min-width: 300px;
    margin: 20px;
    transition: .3s ease-in all;
    box-shadow: 0px 5px 10px rgba(40, 50, 95, 0.1);
}
.post:hover {
    box-shadow: 0px 5px 20px rgba(40, 50, 95, 0.2);
}
.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;
    padding: 60px 95px 65px;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(40, 50, 95, 0.1);
    margin-bottom: 60px;
}
.single-php .content h1,
.single-php .content h2,
.single-php .content h3,
.single-php .content h4,
.single-php .content h5,
.single-php .content h6 {
    text-align: center;
    margin-bottom: .8em;
    font-weight: bold;
}
.single-php .content p {
    margin-bottom: .8em;
}
.single-php .content .wp-block-image {
    text-align: center;
}
.single-php .content img {
    margin: 20px 0;
}
.single-php .button-post-row {
    text-align: center;
}
.breadcrumbs-single {
    /*max-width: 700px;*/
    color: #e7e7e7;
}
.breadcrumbs-single a {
    color: #fff;
}

.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;
    justify-content: center;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.wp-block-column {
    /*width: 33.33%;*/
    /*width: 50%;*/
    /*min-width: 250px;*/
    /*padding: 0 20px;*/
    min-width: 170px;
    padding: 0 20px;
    flex: 1 0 33.33%;
}
.wp-block-table th {
    padding: 12px;
}
.wp-block-table td {
    text-align: center;
    color: #fc8e3d;
    font-weight: 600;
}
.wp-block-table {
    padding: 25px 14px;
    background: #fff;
    box-shadow: 0px 13px 30px rgba(40, 50, 95, 0.15);
    display: inline-block;
}
.table-center  {
    text-align: center;
}
.wp-block-table tbody tr:nth-child(odd) {
    background: #fc8f3d14;
}
/*footer .services {*/
/*    max-width: calc(100% - 200px);*/
/*    width: 100%;*/
/*}*/
.digits {
   /*transform: translateY(-50%);*/
    position: relative;
    /*z-index: 2;*/
    /*padding: 0;*/
    background: #fd8e3f;
    /*background-image: linear-gradient(148.25deg,#A253D8 16.46%,#1545CB 89.85%);*/
    background: linear-gradient(to left, #fd8e3f 0%,#e49118 100%);
}
.digits .inner {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    text-align: center;
    background: #4b1fab30;
    max-width: 900px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
.digits .icon {
    max-width: 40px;
    margin-bottom: 10px;
}
.digits .inner > div {
    position: relative;
    padding: 20px 10px;
    /*box-shadow: 0 0 10px rgba(0,0,0,.3);*/
    /*background: #4a4a4a;*/
    max-width: calc(33% - 30px);
    width: 100%;
    /*box-shadow: 2px 2px 10px rgba(0,0,0,.1);*/
    /*border-radius: 8px;*/
}
.digits .inner > div:not(:last-child) {
    border-right: 1px solid #f3f3f321;
}
.digits strong {
    font-weight: 800;
    display: block;
    font-size: 50px;
    margin-bottom: 7px;
    color: #fff;
}
.digits span {
    font-size: 16px;
    color: #fff;
    opacity: .7;
}
.digits p {
    font-size: 14px;
    margin: 0;
}
.customers i {
    font-size: 24px;
    font-style: normal;
    color: #ccc;
}
.usp {
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    position: relative;
}
.usp::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%); */
    /*background-image: linear-gradient(148.25deg,#A253D8 16.46%,#1545CB 89.85%);*/
    /*background: linear-gradient(180deg, rgb(252 142 61) 14.44%, rgb(255 149 149) 100%);*/
    opacity: 1;
}
.usp .container {
    position: relative;
    z-index: 2;
}
.usp .descr {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    /*color: #949494;*/
    text-align: center;
}
.usp .inner {
    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: #fc8e3d;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    /*background: #fff;*/
    /*box-shadow: 0 20px 60px #6059BB12;*/
    transition: all .3s ease-in;
}
.futures li .title {
    text-align: center;
    /*text-transform: uppercase;*/
    font-size: 20px;
}
.futures li .text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    opacity: .7;
}
.futures li:hover {
    transform: translateY(-18px);
    /*background: #4c1fad;*/
    background: linear-gradient(to left, #f5f5f5 0%,#f5f5f5 100%);
    color: #fff;
}
.futures li:hover .title {
    color: #fc8e3d;
}
.futures li:hover .text {
    color: #fc8e3d;
}
.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;
}
.first-screen {
    color: #fff;
    padding: 120px 0;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}
.first-screen:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: -1px;
    /*background: linear-gradient(180deg, rgb(252 142 61 / 28%) 14.44%, rgb(255 149 149 / 31%) 100%);*/
    background: linear-gradient(to right, rgb(252 142 61 / 71%) 14.44%, rgb(255 149 149 / 31%) 100%);
    z-index: -1;
}
.first-screen:after {
    content: "";
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 280px;
    bottom: -10px;
    left: 0;
    display: block;
    background: url(https://lunwenzhushou.onesite.com.ua/wp-content/uploads/2020/11/123.svg) no-repeat center / cover;
}
.single-php .first-screen {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    max-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.first-screen .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: 100%;
}
.first-screen .bg {
    display: flex;
    justify-content: center;
}
.first-screen .bg img {
    width: 100%;
    max-width: 310px;
}
.first-screen .container > * {
    width: 70%;
}
.first-screen .topic {
    display: flex;
    flex-direction: column;
    /*align-content: center;*/
    justify-content: center;
}
.topic .title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
}
.topic .title > * {
    margin: 0;
    font-size: inherit;
}
.topic .subtitle {
    font-size: 32px;
    color: #eee;
    margin: 10px 0 15px;
}
.topic li {
    margin-bottom: 0.6em;
    font-size: 19px;
    margin-top: 10px;
}
.how-to-order {
    position: relative;
}
.how-to-order .container {
    position: relative;
    z-index: 1;
    /*max-width: 900px;*/
}

.how-to-order .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.how-to-order .row > .image {
    max-width: 40%;
    width: 100%;
    margin-right: 50px;
}
.how-to-order .order-step {
    position: relative;
    flex: 1 0 0;
    width: 100%;
    /*padding: 30px 0;*/
    color: #582fb1;
}
.how-to-order .order-step::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fc8e3d;
}
.how-to-order .order-step > li {
    width: calc(50% - 39px);
    position: relative;
    /*padding: 0 40px 25px;*/
    background: #ffffff59;
    border-radius: 8px;
    margin: 33px 20px;
    padding: 20px 40px;
    color: #d47947;
    /*overflow: hidden;*/
}
.how-to-order .order-step > li:hover,
.how-to-order .order-step > li:hover .step-number{
    color: #fff;
}

.how-to-order .order-step > li::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: calc(0px - 7px - 20px);
    background: linear-gradient(to left, #fd8e3f 0%,#e49118 100%);
    border-radius: 50%;
    z-index: 2;
}
/*.how-to-order .order-step > li:nth-child(2n)::after {*/
/*    left: 0;*/
/*}*/
.how-to-order .order-step > li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to left, #fd8e3f 0%,#e49118 100%);
    z-index: -1;
    transition: .3s ease-in;
    opacity: 1;
    border-radius: 8px;
}
.how-to-order .order-step > li:hover::after {
    height: 100%;
}
.how-to-order .order-step > li .step-number {
    color: #fc8e3d;
}
/*.how-to-order .order-step > li:nth-child(2n) .step-number {*/
/*    color: #1545CB;*/
/*}*/
.how-to-order .order-step > li:nth-child(2n)::before {
    left: calc(0px - 7px - 20px);
}
.how-to-order .order-step > li:nth-child(2n) {
    margin-left: auto;
}
.how-to-order .step-number {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}


/*.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: #5933b0;*/
}
.our-features .inner-content {
    max-width: 80%;
    margin: 0 auto;
    box-shadow: 0px 13px 30px rgba(40, 50, 95, 0.15);
    padding: 40px 90px 80px 90px;
}
.our-features .features-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fc8e3d;
    font-size: 24px;
}
.our-features .features-block-header strong > * {
    margin: .7rem 0;
}
.our-features .tab-indecator {
    background: #fc8e3d;
    /*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-bottom: 1px solid #fc8e3d;
    /*background: #4b1fab;*/
    margin-bottom: 5px;
}
.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: #767373;
}

.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 #fff;
    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;
    line-height: 1.6;
}
.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: 26px;
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #ececec;
    margin: 1px;
}
.page-numbers:hover {
    color: #4D24AA;
    background: #f8f8f8;
}
.page-numbers.current {
    color: #fc8e3d;
    background: #f8f8f8;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
    background: #f8f8f8;
}
.prev.page-numbers:hover path,
.next.page-numbers:hover path {
    fill: #fc8e3d;
}
.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 h1,
.seo-text-wrap h2:first-child {
    margin-top: 0;
}
.seo-text-wrap.show:first-child > *:first-child{
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
}
.seo-text-wrap p,
.seo-text-wrap li {
    margin-bottom: .4rem;
}
.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 .row {
    -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 .row-button {
    text-align: center;
    margin: 15px;
}
.seo-text .has-text-align-center {
    text-align: center;
}
footer .services ul {
    display: flex;
    flex-wrap: wrap;
}
footer .services ul li {
    display: block;
}
footer .services ul a:hover {
    text-decoration: underline;
}
.special-offer {
    overflow: hidden;
}
.special-offer {
    padding: 80px 40px;
}
.special-offer .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.special-offer .container {
    position: relative;
    z-index: 1;
    background: linear-gradient(to left, #fd8e3f 0%,#e49118 100%);
    border-radius: 6px;
}
.special-offer .text {
    font-size: 25px;
    padding: 10px 20px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.special-offer .text strong {
    display: inline-block;
    margin-top: 20px;
    font-size: 46px;
}
.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: #814434;
    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) {
    max-width: 350px;
    width: 100%;
}
.special-offer-bg {
    flex-shrink: 0;
    margin-left: 20px;
    max-width: 40%;
    width: 100%;
}
.faq {
    background: #fd8e3f;
    background: linear-gradient(to left, #fd8e3f 0%,#e49118 100%);
}
.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 {*/
/*    padding: 100px 0;*/
/*}*/
.calc-block .text {
    text-align: center;
    margin-bottom: 50px;
}
.calc-block .text-after-table {
    margin-top: 50px;
    webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    margin-bottom: 10px;
}
.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;
}
.calc-block li,
.calc-block p {
    margin-bottom: .4rem;
}
.calc-block li {
    list-style-type: inherit;
}
.calc-block ul,
.calc-block ol {
    list-style-type: inherit;
    padding-inline-start: 40px;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.calc-block table {
    margin-top: 30px;
}
.calc-block table tr:nth-child(even) {
    background: #f7f5f5;
}
.calc-block table tr td:first-child {
    text-align: left;
    padding: 8px 5px;
}
.calc-block table td {
    border: 1px solid #ccc;
    padding: 5px;
}
.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: #fc8e3d;
    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: #777;
    text-transform: uppercase;
    padding: 24px 0;
    font-weight: 700;
}
.b-prices-table-currency.active,
.b-prices-table-type.active {
    border-bottom: 1px solid #fc8e3d;
    color: #fc8e3d;
}
/* End Table currency */

.about-us ul {
    display: flex;
    flex-wrap: wrap;
}
.about-us .text {
    font-size: 20px;
}
.about-us .text > * {
    margin-bottom: .8rem;
}
.about-us .container {
    max-width: 900px;
}
.about-us .container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-us .item {
    max-width: calc(50% - 30px);
    width: 100%;
    margin: 15px;
    /*border: 1px solid #eee;*/
    color: #fff;
    padding: 30px 34px;
    border-radius: 12px;
    background: #fc8e3d;
    box-shadow: 0 0 9px rgb(0 0 0 / 15%);
    transition: .3s ease-in all;
}
.about-us .item .button {
    color: #fff;
    background: transparent;
    transition: .3s ease-in;
}
.about-us .item:nth-child(n+2):nth-child(-n+3) {
    color: #fc8e3d;
    background: #c5c5c52e;
}
.about-us .item:nth-child(n+2):nth-child(-n+3) .button {
    color: #fc8e3d;
}
.about-us .item:hover .button {
    color: #fc8e3dfc;
}
.about-us .item:nth-child(n+2):nth-child(-n+3):hover .button {
    color: #fff;
}
.about-us .item:hover .button::after {
    content: url(/wp-content/uploads/2020/11/arrow-button.png);
}
.about-us .item:nth-child(n+2):nth-child(-n+3):hover .button::after {
    content: url(/wp-content/uploads/2020/11/arrow-button-white.png);
}
.about-us .item:hover {
    background: #fff;
    color: #fc8e3dfc;
    box-shadow: 0 0 3px rgb(0 0 0 / 5%);
}
.about-us .item:nth-child(n+2):nth-child(-n+3):hover {
    background: #fc8e3d;
    color: #fff;
}
.about-us .item .button {
    padding-left: 0;
    margin-top: 15px;
}
.about-us .item .button::after {
    content: url(/wp-content/uploads/2020/11/arrow-button-white.png);
    padding-left: 6px;
    display: inline;
    transition: .5s all;
}
.about-us .item:nth-child(n+2):nth-child(-n+3) .button::after {
    content: url(/wp-content/uploads/2020/11/arrow-button.png);
}
.about-us .item .button:hover::after {
     padding-left: 11px;
}
.about-us .item .button:hover {
    background: none;
}
.about-us .item .title {
    /*position: relative;*/
    font-size: 24px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: bold;
    /*border-bottom: 1px solid #ffffff69;*/
    /*padding-bottom: 20px;*/
}
.about-us .item .text {
    font-size: 18px;
}
.about-us .item .text {
    /*opacity: .7;*/
    line-height: 1.6;
}
/* End Reviews Clients Slider */
.clients-reviews {
    position: relative;
    padding: 250px 0;
    background: linear-gradient(to left, #fd8e3f 0%,#e49118 100%);
    z-index: 1;
}
.clients-reviews .row {
    padding: 0 80px;
}
.clients-reviews .h2-title {
    color: #fff;
    margin-bottom: 60px;
}
.clients-reviews::before {
    content: "";
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 280px;
    top: -1px;
    left: 0;
    display: block;
    background: url(https://lunwenzhushou.onesite.com.ua/wp-content/uploads/2020/11/123.svg) no-repeat center / cover;
    transform: scale(-1, -1);
    /*transform: matrix(1.3, 0, 0, -1, 0, 0);*/
    z-index: -1;
}

.clients-reviews::after {
    content: "";
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 280px;
    bottom: -1px;
    left: 0;
    display: block;
    background: url(https://lunwenzhushou.onesite.com.ua/wp-content/uploads/2020/11/123.svg) no-repeat center / cover;
    z-index: -1;
}
.clients-reviews .glide__slide {
    position: relative;
    margin-bottom: 60px;
    padding: 48px 40px 50px;
    background: #fff;
    /*box-shadow: 0 1px 6px rgba(0,0,0,.1);*/
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 14px;
}
.clients-reviews .glide__slide .clients-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    /*overflow: auto;*/
    /*width: 115px;*/
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.clients-reviews .glide__slide .clients-img img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    /*border: 4px solid #fff;*/
}
.clients-reviews .glide__slide .quote {
    margin: 26px 0;
    width: 35px;
    height: auto;
}

.clients-reviews .glide__slide .name-clients {
    font-size: 20px;
    font-weight: 700;
    /*margin-bottom: 20px;*/
    margin-bottom: 35px;
}

.clients-reviews .glide__slide .reviews-text {
    height: 127px;
    overflow: auto;
    line-height: 1.6;
    font-size: 16px;
}
.clients-reviews .glide__arrow--left {
    left: -60px;
}
.clients-reviews .glide__arrow--right {
    right: -60px;
}
.clients-reviews .glide__arrow {
    background: #ffffff1a;
}
.clients-reviews .glide__arrow path {
    stroke: #fff;
}
.clients-reviews .glide__arrow {
    top: calc(50% - 30px);
}
/* End Reviews Clients Slider */

.home-blog img {
    max-width: 100%;
    height: auto;
}
.home-blog .h2-title {
    margin-bottom: 15px;
}
.home-blog .text {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
}
.home-blog .text > * {
    margin-bottom: .4rem;
}
/* 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: 107px;
}
.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 .row {
    padding: 0 80px;
}
.home-blog .glide__arrow--left {
    left: -60px;
}
.home-blog .glide__arrow--right {
    right: -60px;
}
.home-blog .glide__arrow path {
    stroke: #fc8e3d;
}
.table-price-column {
    max-width: 33.33%;
    /*padding: 0 10px;*/
    width: 100%;
    color: #fc8e3d;
    background: #c5c5c52e;
    box-shadow: 2px 2px 10px rgba(0,0,0,.15);
    padding: 20px 30px;
    border-radius: 6px;
}
.page-php .has-text-align-center {
    text-align: center;
}
.login-wrapper {
    max-width: 400px;
    margin: 0 auto;
}
.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
    margin-top: 30px;
}
.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: #fd8e3f;
    border-radius: 6px;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
}
.contact-page .content {
    padding: 0;
}
.contact-page .h2 {
    position: relative;
    padding: 14px 0;
    text-align: center;
    font-size: 58px;
    background: #f78b29;
    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: 26px;
}
.contact-page .text-subtitle {
    font-size: 26px;
    font-weight: 700;
    color: #f78b29;
    text-align: left;
    margin-bottom: 6px;
}
.contact-page .icon-wrap {
    width: 65px;
    height: 65px;
    margin-right: 20px;
}
.contact-page .icon-wrap img {
    width: 100px;
    height: auto;
}
.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;
}
.contact-page .contact-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}
.contact-page .contact-icon .icon-wrap {
    margin-right: 20px;
}
.page-php .content p {
    margin-bottom: 10px;
}
.page-php .content li {
    margin-bottom: 7px;
}
.button-post-row {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 30px;
}
.button-post-row strong a {
    color: #fb7811;
}
.button-post-row .button {
    margin: 0 40px;
}
.button-post-row .next,
.button-post-row .prev {
    position: relative;
}
.button-post-row .next:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2021/03/iconfinder_angle-right_1608509.svg) no-repeat center / cover;
    padding-left: 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    right: -35px;
    top: 50%;
    transform: translateY(-65%);
}
.button-post-row strong.prev:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2021/03/iconfinder_angle-right_1608509.svg) no-repeat center / cover;
    padding-left: 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    left: -35px;
    top: 50%;
    transform: translateY(-55%) rotate(180deg);
}
.article-on-landing .row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.article-on-landing .row {
    margin-bottom: 10px;
}
.article-on-landing .row img {
    max-width: calc(40% - 40px);
    width: 100%;
    margin: 0 40px 0 0;
}
.article-on-landing .row:nth-child(even) {
    flex-direction: row-reverse;
}
.article-on-landing .row:nth-child(even) img {
    margin: 0 0 0 40px;
}
.article-on-landing .text-block {
    flex: 1;
    line-height: 1.3;
}
.article-on-landing .text-block > * {
    margin-bottom: .4em;
}
.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 .icon-wrap {
    background: transparent;
}
.sidebar a:hover {
    transform: scale(1.1);
    background: transparent;
}
.sidebar img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
/* 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: #f78f35;
}
.tab-cab-nav:hover,
.tab-cab-nav.active {
    border-bottom: 1px solid #f68f35;
}
.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: #fff4ea;
}
.table-row:nth-child(odd) {
    background: #ffeedf;
}
.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: #f78f35;
}
.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 {
        /*max-width: 1260px;*/
        /*margin: 0 auto;*/
        /*padding: 0 30px;*/
        flex: 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;
    }
    .header-menu .menu > li > a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 30px 18px;
        display: block;
        /*border-left: 1px solid #ccc;*/
        color: #fff;
        font-weight: bold;
        border-bottom: 2px solid transparent;
        transition: border .3s;
        line-height: 1.3;
    }
    .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 #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: 8px 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: 600;
    }
    .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;
    }
    .first-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(/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 #fff;
    }
}
@media (max-width: 1367px) {
    header .logo {
        padding: 10px 0;
    }
    .header-menu .menu > li > a {
        padding: 20px 18px;
    }
    .about-us .item {
        padding: 30px 25px;
    }
    .futures li {
        padding: 30px 18px;
        margin: 10px;
    }
    body.offset-top {
        padding-top: 66px;
    }
}
@media (max-width: 1023px) {
    .first-screen .container > * {
        width: 100%;
    }
    body.offset-top {
        padding-top: 52px;
    }
    .top-panel {
        margin: 0;
    }
    .section,
    section {
        padding: 40px 0;
    }
    .clients-reviews {
        padding: 200px 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: "-";
    }
    .drap-dawn.open > a{
        color: #633232cc;
    }
    .drap-dawn.open > .sub-menu {
        display: block;
        overflow: auto;
        max-height: calc(100vh - 150px);
        margin-bottom: 20px;
    }
    .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: #fd8e3f;
        background: linear-gradient(to left, #fd8e3f 0%,#e49118 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: #633232cc;
    }
    .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;
    }
    .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;
    }
    .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 p {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .topic span {
        font-size: 14px;
        /*color: #a0a0a0;*/
    }
    .first-screen .inner {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        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;
    }
    .about-us .item {
        max-width: calc(50% - 30px);
    }
    .how-to-order .row {
        flex-direction: column;
    }
    .how-to-order .row > .image {
        max-width: 350px;
        margin: 0 auto 20px;
        height: auto;
    }
    .contact-page .soc-icon {
        padding: 0 30px;
    }
    .special-offer .text {
        font-size: 28px;
    }
    .special-offer .text strong {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .contacts address {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .first-screen .inner {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .first-screen li {
        max-width: 100%;
        width: 100%;
        margin: 3px;
        margin-left: 0;
        display: inline-block;
        background: transparent;
        border: none;
        padding: 3px 0;
    }
    .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;
    }
    .first-screen .inner {
        justify-content: center;
        flex-wrap: wrap;
    }
    .topic {
        margin-bottom: 20px;
        width: 100%;
    }
    .topic p {
        font-size: 22px;
    }
    .first-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;
    }
    .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;
    }
    .first-screen .container > * {
        width: 100%;
    }
    .topic .title,
    .blog-title {
        font-size: 32px;
    }
    .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;
    }
    /*.topic .title {*/
    /*    font-size: 24px;*/
    /*}*/
    .h2-title,
    .h2-title > *,
    .seo-text-wrap.show:first-child > *:first-child {
        font-size: 26px;
    }
    .table-price .table-currency > a {
        padding: 15px;
    }
    .price_table th {
        padding: 5px;
        font-size: 16px;
    }
    .container {
        padding: 0 15px;
    }
    .futures li:hover {
        transform: unset;
    }
    footer .container {
        flex-direction: column;
    }
    footer .container > div {
        max-width: 100%;
    }
    .digits .inner > div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #f3f3f321;
    }
    .digits .inner > div {
        padding: 24px 10px;
    }
    .how-to-order .order-step > li {
        width: auto;
        padding-left: 40px;
    }
    .how-to-order .order-step::after {
        left: 0;
    }
    .how-to-order .order-step > li:nth-child(2n) {
        margin-left: 20px;
    }
    .how-to-order .order-step > li::before {
        left: -27px;
    }
    .how-to-order .text {
        text-align: left;
        padding-left: 0;
    }
    .home-blog .post_title {
        padding: 10px 20px;
        height: 65px;
    }
    .home-blog .post_link a {
        padding: 15px 0 15px;
    }
    .post_meta span::before, .post_meta time::before {
        margin-bottom: 4px;
    }
    header .logo {
        margin-right: 0;
    }
    .mobile_menu_btn {
        width: 36px;
        margin-left: 10px;
    }
    .our-features .inner-content {
        padding: 30px 20px 30px 20px;
    }
    .our-features .features-block-header {
        font-size: 18px;
    }
    footer .row-services-page > nav,
    footer .row-services-page .soc-icon,
    footer .row-copyright .copyright,
    footer .row-copyright .accept {
        max-width: 100%;
        margin: 15px 0;
    }
    footer .title {
        margin-top: 0;
    }
    footer .row-links li {
        max-width: 50%;
    }
    .copyright {
        font-size: 14px;
    }
    header .logo img {
        height: 32px;
    }
    .wp-block-column {
        width: 100%;
    }
    .contact-page .row > div {
        flex: 1 0 100%;
        text-align: center;
    }
    .contact-page .h2 {
        font-size: 36px;
    }
    .contact-page .subtitle {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .contact-page .row {
        padding: 20px 15px;
    }
    .contact-page .soc-icon {
        padding: 0;
    }
    .contact-page .contact-icon .icon-wrap {
        width: 50px;
        height: 50px;
    }
    .contact-page .contact-icon {
        font-size: 14px;
    }
    .contact-page .text-subtitle {
        font-size: 20px;
    }
    .single-php .content {
        padding: 30px 20px 30px;
        margin-bottom: 30px;
    }
    .single-php h1 {
        font-size: 24px;
    }
    .single-php .button-post-row {
        margin-bottom: 20px;
    }
    .first-screen {
        height: auto;
    }
    .first-screen .topic {
        padding: 100px 0;
    }
    .wp-block-columns {
        width: calc(100% + 36px);
        margin: 0 -28px;
    }
    .special-offer-bg {
        max-width: 100%;
        margin-left: 0;
    }
    .article-on-landing .row img {
        max-width: 100%;
        margin: 0 0 20px;
    }
}
@media (max-width: 540px) {
    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;
    }
    /*.services .title {*/
    /*    text-align: left;*/
    /*}*/
    /*.services .menu {*/
    /*    max-height: 100%;*/
    /*    display: block;*/
    /*    text-align: left;*/
    /*}*/
    .digits .inner > div {
        max-width: 100%;
    }
    .first-screen {
        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 .row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    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;
    }
    .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 .subtitle {
        font-size: 18px;
    }
    .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;
    }
    .about-us .item {
        max-width: 100%;
        margin: 15px 0;
    }
    .special-offer-bg form > p:nth-of-type(1) {
        max-width: 100%;
    }
    .clients-reviews .row,
    .home-blog .row {
        padding: 0;
    }
    .clients-reviews .glide__arrow--left,
    .home-blog .glide__arrow--left {
        left: 0;
    }
    .clients-reviews .glide__arrow--right,
    .home-blog .glide__arrow--right {
        right: 0;
    }
    .clients-reviews .glide__arrow {
        background: #fb8e3e8c;
        border: none;
    }
    .clients-reviews .glide__arrow:hover {
        background: #fb8e3e;
    }
    .home-blog .glide__arrow {
        top: 100px;
        /* transform: none; */
        background: #ffffff91;
    }
    header .order-buttons {
        /*order: 2;*/
        /*width: 100%;*/
        /*justify-content: center;*/
    }
    header .order-buttons a {
        padding: 4px 12px;
    }
    .our-features .inner-content {
        padding: 15px;
    }
    .our-features .features-block {
        padding: 6px 5px 8px 10px;
    }
}

@media (max-width: 540px) {
    header .logo img {
        height: 25px;
    }
    .calc-block .text-after-table {
        column-count: 1;
        flex-wrap: wrap;
        /*margin-bottom: 10px;*/
    }
    .table-price-column {
        max-width: 100%;
        padding: 0;
        margin: 10px 0;
    }
    .futures li {
        margin: 10px 0;
        padding: 14px 20px;
    }
    .post_link {
        padding-left: 20px;
    }
    /*.seo-text .has-text-align-center,*/
    .usp .descr,
    .usp .h2-title,
    .usp .title,
    .seo-text,
    .about-us .h2-title,
    .home-blog,
    .our-features,
    .our-features .h2-title,
    /*.seo-text-wrap.show:first-child > *:first-child,*/
    .calc-block .text {
        text-align: left;
    }
    .special-offer-bg {
        max-width: 100%;
        margin-top: -30px;
    }
    .blog-title {
        margin-bottom: 20px;
    }
    .usp .h2-title,
    .seo-text .has-text-align-center {
        text-align: center;
    }
    .button-post-row .button {
        margin: 0 20px;
    }
    .special-offer .text {
        padding: 40px 0 20px;
        margin-bottom: 0;
        font-size: 24px;
    }
    .special-offer .text strong {
        font-size: 28px;
        margin-top: 30px;
    }
    header .order-buttons {
        margin-left: 6px;
    }
    .header .login {
        margin-right: 6px;
    }
    header .order-buttons a,
    header .order-buttons .login {
        padding: 4px 16px;
    }
    .table-price-row-btn {
        display: flex;
        justify-content: center;
    }
    .hidden-mobile {
        display: none;
    }
    .tab-cab-nav {
        font-size: 16px;
        padding: 10px 4px;
    }
    .table-price-screen .table-cell {
        padding: 8px 5px;
    }
    .table-price-screen .block {
        max-width: 100%;
    }
}
