/*
Theme Name: Profit
Author: Крутые пацаны
Author URI: http://wordpress.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Profit

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import "fonts/fonts.css" screen, print;

.g-recaptcha {
    margin-top: 20px;
}

.breadcrumbs {
    font-size: 13px;
    color: #4f4f4f;
    margin-top: 10px;
}

.breadcrumbs .breadcrumbs__separator {
    padding: 0 4px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #EC6B10;
}

.dev-mode {
    padding: 40px 0;
    border-top: 10px solid #FED000;
    border-bottom: 10px solid #FED000;
}

.dev-mode .half, .half.er404 {
    align-items: center;
    max-width: 1400px;
    margin: auto;
}

.half.er404 {
    max-width: 1000px;
    margin-bottom: 100px;
}

.half.er404 .left {
    border-radius: 10px;
    background: #F5F5F5;
    padding: 55px;
}

.dev-mode .half p {
    max-width: 455px;
    font-size: 28px;
}

.contact-social {
    width: 44px;
    height: 138px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: 999;
}

.contact-social a {
    display: flex;
    align-items: center;
    background: #282626;
    padding: 10px;
    width: 44px;
    height: 44px;
    margin-bottom: 2px;
}

.contact-social a:hover {
    background: #EC6B10;
}

.contact-social a svg {
    fill: #fff;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

svg,
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.center {
    text-align: center;
}

.left,
.text-left {
    text-align: left;
}

img.img-center {
    margin: auto;
}

/* html,body{
    overflow-x: hidden;
} */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 24px;
    font-style: normal;
    color: #4f4f4f;
    line-height: 1.3;
    max-width: 2000px;
    margin: auto;
}

.lang-code.mobile,
.bottom-menu ul.menu li.mobile,
.mob-menu,
.all-stage .stage-info .stage-item,
.all-stage .btn-item.btn-item-mob,
.hamburger {
    display: none;
}

.all-stage .stage-info.active .stage-item {
    display: block;
}

.menu-container {
    position: relative;
}

.sub-menu,
.mega_menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #F5F5F5;
    padding: 6px 30px 30px;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, .25);
}

li.menu-item-has-children,
li.mega-menu {
    position: relative;
}

li.menu-item-has-children:before,
li.mega-menu:before {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 11px;
    height: 7px;
    background: url("img/svg/menu-arrow.svg") no-repeat;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: -1;
}

li.menu-item-has-children:before {
    right: -15px;
}

li.menu-item-has-children.open:before,
.menu-container.open li.mega-menu:before {
    transform: rotate(180deg);
}

.sub-menu {
    min-width: 350px;
    top: 40px;
    padding: 20px 30px 30px;
}

.last .sub-menu {
    right: -20px;
    left: auto;
}

li.menu-item-has-children.open .sub-menu,
.menu-container.open .mega_menu {
    opacity: 1;
    visibility: visible;
}

.mega-header {
    color: #1A1818;
    font-size: 18px;
    font-weight: 500;
    margin: 24px 0 16px;
}

.mega-column {
    width: 20%;
}

.case-article ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-weight: 700;
}

.case-article ul,
.todo ul,
.plan-text ul,
.mega-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.case-article li,
.todo li,
.plan-text li,
.mega_menu li {
    margin: 4px 0;
    position: relative;
    padding-left: 15px;
}

.case-article li:before,
.todo li:before,
.plan-text li:before,
.mega_menu li:before {
    content: "\2022";
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -6px;
    color: #EC6B10;
}

.case-article li:before,
.todo li:before,
.plan-text li:before {
    font-size: 32px;
    top: -4px;
}

.mega_menu li a {
    color: #1A1818;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.wrapper, .miniwrap {
    width: 100%;
    max-width: 1635px;
    padding: 0 25px;
    margin: auto;
}

.miniwrap {
    max-width: 1000px;
}

.center {
    text-align: center;
}

.section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section.bottom-m-none {
    margin-bottom: 0;
}

header .ht,
.bottom-foo .wrapper,
.group-radio,
.res-work, .flex-center,
.after-banner,
.sys-work .wrapper,
.more-seo, .header-right,
.icons-help, .icons-help .items,
.all-service, .more-seo ul li,
header ul.menu, .seo_mp_2 > .wrapper,
.seo_mp_6, .form-flex, .half, ul.icon-item li,
.all-stage, .all-stage .btn-item, .seo_mp_14 .res,
.plan .wrapper, .seo_mp_13 .month .descr,
.market ul, .seo_mp_17, .team-all, .lang-code,
.seo_mp_18 .button-block, .why, .radio-group,
.seo_mp_8 .button-block, .result,
footer .wrapper, .tile, .mega_menu .row,
.table-p-3, .todo-item, .how-work,
.goo-icon, .header-right-block,
.seo_steps {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.flex-stretch {
    justify-content: space-between;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.fwrap {
    flex-wrap: wrap;
}

.mega_menu .row {
    align-items: flex-start;
    flex-wrap: wrap;
}

a.logo, .logo {
    display: block;
    width: 146px;
}

a.tl {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    text-decoration: none;
    color: #EC6B10;
    position: relative;
}

a.tl:after {
    content: "";
    position: relative;
    background: url("img/svg/arrow-orange.svg") no-repeat;
    width: 15px;
    height: 22px;
    bottom: 0;
    right: -10px;
    display: inline-block;
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    left: 0;
    top: 0;
}

main {
    margin-top: 237px;
}

header .ht {
    padding: 50px 0 40px;
    border-bottom: 1px solid #D9D9D9;
}

header .hb {
    padding: 30px 0;
    border-bottom: 1px solid #D9D9D9;
}

.header-right {
    padding: 7px 30px 0 0;
}

a.head-phone {
    text-decoration: none;
    position: relative;
    font-weight: 500;
    font-size: 22px;
    color: #1A1818;
    padding-left: 25px;
}

a.head-phone:hover {
    color: #EC6B10;
}

a.head-phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background: url("img/svg/icon-cell.svg");
}

a.button {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    border-radius: 80px;
    display: inline-block;
    padding: 14px 41px 10px;
}

input[type="submit"]:hover,
a.button.white:hover,
a.button.dark:hover,
a.button.yellow:hover {
    background: #9E4404;
    color: #fff;
}

a.button.white {
    background: #fff;
    color: #1A1818;
}

a.button.dark {
    background: #4A4949;
}

a.button.yellow {
    background: #EC6B10;
}

a.button.yellow-border {
    border: 2px solid #EC6B10;
    color: #EC6B10;
}

a.button.yellow-border:hover {
    color: #fff;
    background: #EC6B10;
}

.more-seo ul,
ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

header ul.menu li {
    display: inline-block;
}

.top-menu {
    width: 39%;
}

.bottom-menu {
    width: 90%;
    margin: auto;
}

ul.menu li a {
    text-decoration: none;
    color: #4f4f4f;
}

ul.menu li a:hover {
    color: #EC6B10;
}

.top-menu ul.menu li a {
    font-size: 18px;
}

.bottom-menu ul.menu li {
    position: relative;
}


.bottom-menu ul.menu li a {
    font-size: 20px;
}

.bottom-menu li.mega-menu a {
    padding: 0 25px 0 0;
}

.bottom-menu ul.menu li.delimiter {
    height: 28px;
}

.bottom-menu ul.menu li.delimiter:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    background: #D9D9D9;
    top: 0;
}

.bottom-menu ul.menu li.delimiter:last-child {
    display: none;
}

.main-banner {
    position: relative;
}

.main-banner .glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 5em;
    left: 200px;
    display: inline-flex;
    list-style: none;
    transform: none;
}

/* .main-banner:after{
    content: "";
    position: absolute;
    top:30px;
    right: calc((100vw - 1601px) / -2);
    width: 100vw;
    height: calc(100% - 45px);
    background: #F5F5F5;
    z-index: -1;
} */
.main-banner .glide__slides {
    height: 475px;
    position: relative;
    vertical-align: middle;
}

.main-banner .glide__main_banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, 0.45);
    z-index: -1;
}

.main-banner .glide__main_banner {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 1;
}

.main-banner .banner-info {
    display: table-cell;
    vertical-align: middle;


}

.main-banner .banner-info .title {
    width: calc(100% - 590px);

    font-weight: 700;


    font-size: 42px;
    color: #FFFFFF;
    background: rgba(5, 5, 5, 0.25);
    padding: 77px 0 77px 200px;
    position: relative;

}

.main-banner .banner-info .title:after,
.main-banner .banner-info .title:before {
    content: "";
    position: absolute;
    left: 0;

    width: 100%;
    height: 5px;
    background: rgba(5, 5, 5, 0.25);
}

.main-banner .banner-info .title:after {
    bottom: -10px;
}

.main-banner .banner-info .title:before {
    top: -10px;
}


.order-form {
    position: absolute;
    top: 0;
    right: 180px;
    width: 410px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    padding: 60px 57px 0;
}


.form-title {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
}

input[type="text"] {
    width: 100%;
    height: 38px;
    margin-top: 22px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

input[type="submit"] {
    width: 100%;
    height: 38px;
    margin-top: 22px;
    background: #EC6B10;
    border-radius: 80px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
}

input.error {
    background: rgba(255, 6, 6, 0.5) !important;
}

.submit-wrap {
    text-align: right;
}

.submit-wrap input[type="submit"] {
    display: inline-block;
    max-width: 260px;
}

select {
    width: 100%;
    height: 38px;
    margin-top: 22px;
    background: transparent;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #fff;
}

.lang-selector {
    font-size: 18px;
    margin-right: 20px;
    position: relative;
    text-transform: uppercase;
}

.lang-selector .cur-lang {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.header-right .lang-selector .cur-lang:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 7px;
    background: url("img/svg/lang-arrow.svg");
}

.lang-selector .languages {
    position: absolute;
    left: -10px;
    border: 1px solid #D9D9D9;
    background: #fff;
    padding: 5px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    z-index: 20;
}

.lang-selector.open .languages {
    opacity: 1;
    visibility: visible;
}

.lang-selector .languages a.languages__item,
.lang-selector .languages .languages__item {
    display: block;
    text-decoration: none;
    padding: 5px 0;
}

.lang-selector .languages a.languages__item {
    color: #EC6B10;
}

.header-right .lang-selector:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    position: absolute;
    right: -8px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lang-selector select {
    color: #1A1818;
    margin: 0;
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    opacity: 0.7;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    opacity: 0.7;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
    opacity: 0.7;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    opacity: 0.7;
}

.group-radio {
    margin-top: 11px;
}

.group-radio .radio-title {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.radio-contact input[type="radio"] {
    display: none;
}

.radio-contact label {
    width: 42px;
    display: block;
    height: 42px;
    position: relative;
    cursor: pointer;
}

.radio-contact [type="radio"]:checked + label {
    background: #fff;
    border-radius: 50px;
}

.radio-contact label svg {
    fill: #ec6b10;
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.radio-contact [type="radio"]:checked + label svg {
    fill: #1E1D1D;
}

.radio-contact [type="radio"]:checked + label:after,
.radio-contact [type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background: #0E0D0D;
    border: 2px solid #FFFFFF;
}

.radio-contact [type="radio"]:not(:checked) + label:after {
    background: #0E0D0D;
    border: 2px solid #FFFFFF;
}

.radio-contact [type="radio"]:checked + label:after {
    background: #ec6b10;
    border: 2px solid #ec6b10;
}

.radio-contact [type="radio"]:checked + label:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-2.5 -1.5 10 6' enable-background='new -2.5 -1.5 10 6' x='0px' y='0px' width='10px' height='6px'><path fill='%23FFFFFF' d='M7.3-1.2C7-1.6,6.5-1.6,6.1-1.3l-4.5,4l-2.7-2.3C-1.5,0-2,0-2.3,0.4c-0.3,0.3-0.3,0.8,0,1.1l3.2,2.8l0,0l0,0 c0.3,0.3,0.8,0.3,1.2,0l5.1-4.4C7.6-0.4,7.6-0.9,7.3-1.2z'/></svg>");
    position: absolute;
    z-index: 3;
    bottom: 4px;
    right: 2px;
    width: 10px;
    height: 6px;
}

.after-banner {
    position: relative;
    background: #F5F5F5;
    z-index: 1;
    padding: 25px 180px 25px 113px;
}

.after-banner.eng-seo {
    padding: 25px 80px;
}

.after-banner.eng-seo .more-w,
.after-banner.eng-seo p {
    width: 40%;
}

.nf-page .after-banner {
    padding: 72px 180px 72px 82px;
}

.seo_mp_13 .top:before,
.after-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/svg/back1.svg") no-repeat;
    background-size: auto 100%;
    background-position: top left;
    z-index: -1;
}

.main-page-after-banner {
    position: relative;
    margin-bottom: 350px;
}

.main-page-after-banner .after-banner {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.main-page-after-banner .after-banner .rw {
    max-width: 131px;
}

.rotation-wrapper-outer {
    display: table;
}

.rotation-wrapper-inner {
    padding: 50% 0;
    height: 0;
}

.vd {
    display: block;
    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%);
    margin-top: -50%;
    white-space: nowrap;
}

.more {
    font-weight: 600;
    font-size: 101px;
    color: #222426;
}

.more-w {
    font-weight: 600;
    font-size: 37px;
    color: #4A4949;
}

.nf-page .more-w {
    text-transform: unset;
}

.more-seo {
    max-width: 55%;
}

.more-seo ul li {
    justify-content: left;
}

.more-seo ul li svg {
    width: 76px;
    height: 76px;
    margin-right: 20px;
}

.more-seo ul li span {
    width: calc(100% - 100px);
}

.more-seo p {
    max-width: calc(100% - 150px);
}

p.text {
    text-align: center;
}

p span, .seo_mp_2 .descr span,
.seo_mp_6 span, .seo_mp_7 .descr span,
.icons-help .items .descr span,
.title-under span, .seo-eagle .title span,
.seo_mp_15 .title span,
.why-item .title span,
.half .left span,
.more-w span, .subtitle span,
.pesp-01 .text span,
.title-line span {
    color: #EC6B10;
}

.subtitle {
    max-width: 990px;
    margin: 32px auto 70px;
}

hr {
    width: 100%;
    height: 8px;
    padding: 0;
    border: none;
    background: #F9DBC6;
}

.gray {
    background: #F5F5F5;
}

.dark {
    background: #3F3E3E;
}

.block {
    padding: 122px 0;
}

.title-line,
.title-under {
    font-weight: 400;
    font-size: 42px;
    color: #1A1818;
    text-align: center;
    line-height: 49px;
}

.title-line.left {
    text-align: left;
}

.title-corner {
    font-weight: 400;
    font-size: 42px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
}

.title-corner:before,
.title-corner:after {
    content: "";
    position: absolute;
    top: -55px;
    width: 111px;
    height: 109px;
}

.title-corner:before {
    left: -72px;
    background: url("img/svg/corner-left.svg") no-repeat;
}

.title-corner:after {
    right: -72px;
    background: url("img/svg/corner-right.svg") no-repeat;
}

.title-under {
    width: 100%;
    padding: 0 25px;
    position: relative;
    display: table;
    white-space: nowrap;
}

.title-under:before, .title-under:after {
    border-top: 1px solid #756e6e;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.7em;
    width: 45%;
}

.title-under:before {
    right: 1.5%;
}

.title-under:after {
    left: 1.5%;
}

.colorlogo {
    content: "";
    display: block;
    margin: 0 0 10px 5px;
    width: 72px;
    height: 17px;
    background: url("img/svg/logo-dark.svg") no-repeat;
    background-size: 72px 17px;
}

.title-line:after {
    content: "";
    display: block;
    margin: 33px auto 0;
    width: 72px;
    height: 2px;
    background: #756e6e;
}

.sys-work {
    overflow: hidden;
    padding: 92px 0;
}

.sys-work .left,
.sys-work .right {
    width: 50%;
    position: relative;
}

.sys-work .right {
    max-width: 560px;
}

.sys-work .left:before {
    content: "";
    position: absolute;
    width: 1240px;
    height: 1234px;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #FF700B;
    z-index: -1;
}

.icons-help {
    padding: 50px 0;
}

.icons-help .items {
    width: 31%;
}

.icons-help .items .descr {
    padding-left: 25px;
}

.icons-help .items img {
    width: 140px;
}

.seo_mp_6,
.all-service {
    align-items: stretch;
}

.all-service {
    flex-wrap: wrap;
    margin-top: 40px;
}

.all-service a.item {
    width: 25%;
    padding: 77px 25px 45px;
    text-decoration: none;
}

.all-service a.item:nth-child(2),
.all-service a.item:nth-child(4),
.all-service a.item:nth-child(5),
.all-service a.item:nth-child(7) {
    background: #F5F5F5;
}

.all-service a.item:hover {
    background: #D2D2D2;
}

.all-service a.item .item-title {
    font-weight: 500;
    text-align: center;
    color: #1A1818;
    margin: 35px 0 25px;
}

.all-service a.item .item-title span {
    display: block;
    font-weight: 300;
}

.all-stage {
    align-items: flex-start;
}

.all-stage .buttons {
    width: 500px;
}

.all-stage .text {
    width: calc(100% - 550px);
    overflow: hidden;
}

.all-stage .btn-item {
    margin-bottom: 28px;
    cursor: pointer;
}

.all-stage .name {
    font-weight: 700;
    color: #373535;
    flex: 1;
    display: flex;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.all-stage .btn-item:hover .name,
.all-stage .active .name {
    padding-left: 24px;
    position: relative;
}

.all-stage .name:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #EC6B10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.all-stage .btn-item:hover .name:before,
.all-stage .active .name:before {
    opacity: 1;
    visibility: visible;
}

.all-stage .dot {
    flex: 1;
    display: flex;
    border-bottom: 1px dashed #EC6B10;
    margin: 0 0.65em;
}

.all-stage .btn-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid #EC6B10;
    background: #EC6B10;
    position: relative;
}

.all-stage .active .btn-circle {
    background: transparent;
}

.all-stage .btn-circle:after {
    content: "";
    position: absolute;
    background: url("img/svg/arr.svg");
    width: 15px;
    height: 24px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.all-stage .active .btn-circle:after {
    background: url("img/svg/arr-active.svg") no-repeat;
}

.all-stage .stage-item .head {
    font-weight: 700;
    color: #FFFFFF;
    padding: 25px 0 25px 74px;
    background: #373535;
    position: relative;
}

.plan-seo-item .plan-title:before,
.all-stage .stage-item .head:before {
    position: absolute;
    bottom: -0.4em;
    left: 35px;
    font-weight: 900;
    font-size: 109px;
    color: #FFFFFF;
    opacity: 0.1;
}

.all-stage .stage-item .descr {
    padding: 40px 80px 40px 90px;
    margin-bottom: 50px;
}

.all-stage .stage-item p {
    margin: 0;
}

.seo_mp_1 {
    width: 100%;
    min-height: 1100px;
    background: url("img/seo_mp_1.jpg") no-repeat;
    background-size: cover;
    position: relative;
    display: table;
    z-index: 1;
}

.seo-p-6:after,
.seo-p-2:after,
.seo_mp_9 .right:after,
.seo_mp_20 .right:after,
.seo_mp_8:after,
.seo_mp_18:after,
.seo_mp_15:after,
.seo_mp_1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.seo-p-2:after {
    background: rgba(0, 0, 0, 0.65);
}

.seo_mp_9 .right:after {
    background: rgba(0, 0, 0, 0.4);
}

.seo-p-6:after,
.seo_mp_8:after {
    background: rgba(0, 0, 0, 0.75);
}

.seo_mp_1 .left {
    display: table-cell;
    vertical-align: middle;
    width: calc(100vw - 760px);
    padding-left: calc((100vw - 1585px) / 2);
}

.seo_mp_1 .left .descr {
    padding: 0 140px;
}

.seo_mp_1 .left hr {
    height: 2px;
    background: #424141;;
}

.seo_mp_1 .left .title {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
}

.seo_mp_1 .left .first,
.seo_mp_1 .left .second {
    position: relative;
    margin: 40px 0;
}

.seo_mp_1 .left .first:before,
.seo_mp_1 .left .second:before {
    content: "1";
    position: absolute;
    left: -140px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 154px;
    color: #FFFFFF;
    opacity: 0.05;
}

.seo_mp_1 .left .second:before {
    content: "2";
}

.seo_mp_1 .left .title span {
    color: #EC6B10;
}

.seo_mp_1 .left p {
    color: #A1A1A1;
}

.seo_mp_1 .left p span {
    color: #fff;
}

.seo_mp_1 .right {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 100px;
    width: 760px;
    z-index: 1;
}

.seo_mp_1 .right .descr {
    max-width: 370px;
    margin: auto;
    text-align: left;
}

.seo_mp_1 .right .descr .title {
    font-weight: 300;
    font-size: 28px;
    color: #F5F5F5;
    margin-top: 20px;
}

.seo_mp_1 .right .descr .title span {
    font-weight: 500;
}

.seo_mp_1 .right .descr p {
    line-height: 32px;
}

.seo_mp_1 .right:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url("img/svg/seo_mp_1.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}

.seo_mp_2 {
    position: relative;
    background: #F5F5F5;
    z-index: 1;
}

.seo_mp_2:before {
    content: "";
    width: 100%;
    height: 580px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("img/svg/seo_mp_2_back.svg") no-repeat;
    background-size: auto 100%;
    background-position: top right;
    z-index: -1;
}

.seo_mp_2 > .wrapper {
    padding-top: 135px;
    align-items: flex-start;
}

.seo_mp_2 .left {
    width: calc(100% - 850px);
}

.seo_mp_2 .right {
    width: 550px;
}

.seo_mp_2 .descr,
.seo_mp_6 .descr,
.seo_mp_7 .descr {
    margin-bottom: 40px;
}

.seo_mp_7 p,
.seo_mp_6 p,
.seo_mp_2 p {
    margin-top: 60px;
}

ul.columns3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style: none;
    padding: 55px 25px 95px;
}

ul.columns3 li {
    color: #222426;
    position: relative;
    padding: 0 0 20px 50px;
}

ul.columns3 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("img/svg/list_style.svg") no-repeat;
}

.seo_mp_6 {
    padding: 140px 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.seo_mp_6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #F5F5F5;
    z-index: -1;
}

.seo_mp_6 .left {
    width: 800px;
    padding-left: calc((100vw - 1585px) / 2);
}

.seo_mp_6 .right.form {
    background: #373535;
    width: calc(100vw - 1000px);
}

.form {
    display: table;
}

.form form {
    width: 100%;
    padding: 64px 90px;
    display: table-cell;
    vertical-align: middle;
}

.form form .form-title {
    text-align: left;
}

.form-flex {
    flex-wrap: wrap;
}

.form-flex input {
    max-width: 47%;
}

.half {
    align-items: stretch;
}

.half .left, .half .right {
    width: 46%;
}

ul.icon-item {
    list-style: none;
}

ul.icon-item li {
    margin-bottom: 30px;
    justify-content: flex-start;
}

ul.icon-item li p {
    margin: 0 0 0 20px;
    font-style: normal;
}

.seo_mp_7 {
    margin: 75px 0;
}

.seo_mp_7 .half {
    align-items: center;
}

.seo_mp_8 .half .left,
.seo_mp_7 .half .left {
    padding-left: 75px;
}

.seo_mp_21 .half {
    align-items: flex-start;
}

.seo_mp_21 .half,
.seo_mp_21 .plan-text {
    padding: 50px 25px;
}

.plan {
    position: relative;
}

.plan.line-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: #3F3E3E;
}

.plan.line-middle:after {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 70%;
    background: #F5F5F5;
}

.plan .wrapper {
    align-items: stretch;
}

.plan-item {
    width: 23%;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 35px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.plan-item .title {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    color: #363434;
}

.plan-item.busines .title,
.plan-item.vip .title {
    color: #fff;
}

.plan-item svg {
    position: absolute;
    min-width: 365px;
    top: 0;
    left: 0;
    z-index: -1;
}

.plan-item ul {
    list-style: none;
    margin: 80px 0 0;
    padding: 0;
    font-weight: 300;
    font-size: 22px;
    color: #1A1818;
}

.plan-item ul li {
    position: relative;
    padding-left: 60px;
}

.plan-item ul li:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    background: url("img/svg/icon-ul.svg") no-repeat;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plan-item ul li:not(:last-child) {
    margin-bottom: 24px;
}

.plan-item ul span {
    font-weight: 500;
}

.plan-item.start svg {
    fill: #F5F5F5;
}

.plan-item.stab svg {
    fill: #EAEAEA;
}

.plan-item.shop svg {
    fill: #F4B486;
}

.plan-item.busines svg {
    fill: #EE883F;
}

.plan-item.vip svg {
    fill: #EA6A0F;
}

.p-dot {
    position: relative;
    padding-left: 40px;
}

.p-dot:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #EC6B10;
}

.p-dot.on-dark:before {
    background: #fff;
}

.p-dot .title {
    font-weight: 700;
    font-size: 32px;
    color: #3B3B3B;
}

.p-dot.on-dark .title {
    color: #EC6B10;
}

.p-dot.on-dark p {
    color: #fff;
}

.seo-eagle {
    width: 100%;
    padding: 82px 0 0;
    margin-bottom: 125px;
}

.seo-eagle .ct {
    display: table;
}

.seo-eagle .left {
    display: table-cell;
    padding: 0 0 82px calc((100vw - 1585px) / 2);
    width: 60%;
}

.seo-eagle .right {
    display: table-cell;
    vertical-align: bottom;
}

.seo-eagle .title {
    font-weight: 700;
    font-size: 84px;
    line-height: 1;
    color: #FFFFFF;
    padding: 0 0 82px calc((100vw - 1585px) / 2);
    width: 60%;
}

.seo-eagle .p-line {
    font-weight: 400;
    font-size: 34px;
    color: #FFFFFF;
    position: relative;
    padding-left: 310px;
    margin-top: 70px;
}

.seo-eagle .p-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 277px;
    height: 2px;
    background: #fff;
}

.outline {
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.outline span {
    color: #3F3E3E;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.seo-eagle .pigeon img,
.seo-eagle .left .outline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.seo-eagle .right .outline {
    text-align: center;
    margin-bottom: 60px;
}

.seo_mp_13 .top {
    padding: 100px 95px 40px;
    border-radius: 71px 71px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.seo_mp_13 .bottom {
    padding: 0 95px 100px;
    position: relative;
    z-index: 1;
}

.seo_mp_13 .bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #F5F5F5;
    z-index: -1;
    border-radius: 0 0 71px 71px;
}

.seo_mp_13 .month {
    padding: 40px 38px;
}

.seo_mp_13 .month .title {
    font-weight: 700;
    font-size: 42px;
    color: #FFFFFF;
    width: 200px;
}

.seo_mp_13 .month p {
    color: #FFFFFF;
    margin: 0;
    width: calc(100% - 220px);

}

.seo_mp_13 .month-wrap:nth-child(odd) .month {
    background: #EC6B10;
    margin-right: 100px;
    border-radius: 100px 0 0 100px;
}

.seo_mp_13 .month-wrap:nth-child(even) .month {
    background: #9E4404;
    margin-left: 100px;
    border-radius: 0 100px 100px 0;
}

.seo_mp_13 .month.first {
    border-radius: 100px 50px 0 100px;
}

.seo_mp_13 .month.last {
    border-radius: 100px 0 50px 100px;
    background: #100E0E;
    margin-right: 100px;
}

.seo_mp_13 .top p {
    position: relative;
    padding-left: 160px;
}

.seo_mp_13 .top p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 106px;
    background: url("img/svg/icon-month.svg") no-repeat;
}

.seo_mp_14 .res {
    padding: 50px 0;
    align-items: stretch;

}

a.res-item,
.res-item {
    width: 23%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    color: #fff;
    background: #0D0003;
    text-decoration: none;
}

.res-item .head {
    font-weight: 700;
    color: #FFFFFF;
    background: #EC6B10;
    padding: 28px 38px;
}

.res-item .descr {
    font-weight: 400;
    font-size: 18px;
    background: #403F3F;
    padding: 28px 38px;
    position: relative;
    overflow: hidden;
}

.res-item .descr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 38px;
    bottom: 0;
    background: #FFFFFF;
    opacity: 0.1;
}

.res-item .percent {
    font-weight: 300;
    font-size: 14px;
    padding: 28px 38px;
}

.res-item .percent ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.res-item .percent ul li:not(:last-child) {
    margin-bottom: 35px;
}

.res-item .percent span {
    display: block;
    font-weight: 700;
    color: #EC6B10;
}

.seo_mp_15 {
    width: 100%;
    padding: 120px 0;
    background: url("img/goo-bg.jpg");
    background-size: cover;
    position: relative;
    z-index: 1;
    position: relative;
}

.seo_mp_15 .half {
    align-items: center;
}

.seo_mp_15:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: #403F3F;
}

.seo_mp_15:before {
    top: 10px;
}

.seo_mp_15 .left {
    padding-left: 220px;
}

.seo_mp_15 .right {
    padding-right: 100px;
}

.seo_mp_15 .title {
    font-weight: 700;
    font-size: 52px;
    color: #FFFFFF;
}

.seo_mp_15 p {
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
}

.meter {
    position: relative;
}

.meter .line {
    width: 100%;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 140px;
}

.meter .descr {
    position: absolute;
    top: -37px;
    left: 80px;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 2.5;
}

.seo_mp_15 .meter:not(:last-child) {
    margin-bottom: 84px;
    height: 11px;
}

.meter.g2:before,
.meter.t3:before,
.meter.m1:before {
    content: "";
    position: absolute;
    left: 0;
    top: -31px;
    width: 73px;
    height: 73px;
    z-index: 1;
}

.g2:before {
    background: url("img/svg/g2.svg") no-repeat;
}

.t3:before {
    background: url("img/svg/t3.svg") no-repeat;
}

.m1:before {
    background: url("img/svg/m1.svg") no-repeat;
}

.meter:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    background: #EC6B10;
    border-radius: 140px;
}

.meter.g2:after {
    width: 96%;
}

.meter.t3:after {
    width: 80%;
}

.meter.m1:after {
    width: 100%;
}

.market ul {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 50px 0;
    padding: 0;
    list-style: none;
}

.market-item {
    width: 16.6%;
    margin-top: 56px;
    padding: 0 20px;
}

.market-item svg {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
}

.market-item .title {
    text-align: center;
}

.seo_mp_17 .left {
    width: calc(100vw - 540px);
    padding: 0 40px 0 calc((100vw - 1585px) / 2);
}

.seo_mp_17 .right {
    width: 28%;
    max-width: 520px;
}

.team-all {
    width: 100%;
    max-width: 950px;
    margin: 76px auto;
    flex-wrap: wrap;
}

.team-item {
    width: 47%;
    background: #fff;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 90px;
    padding: 25px 45px 25px 110px;
    min-height: 94px;
    margin-bottom: 43px;
    font-size: 20px;
    color: #4f4f4f;
    position: relative;
    display: flex;
    align-items: center;
}

.team-item:before {
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;
    background: url("img/svg/icon-plus.svg") no-repeat;
    left: 36px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.seo_mp_18 {
    background: url("img/seo.jpg");
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: 117px 0 128px;
    z-index: 1;
    margin-bottom: 90px;
}

.seo_mp_18.no-margin {
    margin: 0;
}

.seo_mp_18:after {
    background: rgba(236, 107, 16, 0.9);
}

.seo_mp_18 .subtitle {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
}

.seo_mp_18 .button.white {
    width: 30%;
}

.why {
    margin: 0 0 39px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.why-item {
    width: 33%;
    padding: 40px;
    position: relative;
    margin-top: 39px;
}

.why-item:nth-child(3n+2) .pe:before,
.why-item:nth-child(3n+2) .pe:after,
.why-item:nth-child(3n+2):before,
.why-item:nth-child(3n+2):after {
    content: "";
    position: absolute;
    top: 0;
}

.why-item:nth-child(3n+2):before,
.why-item:nth-child(3n+2):after {
    width: 1px;
    height: 100%;
    background: #D9D9D9;
}

.why-item:nth-child(3n+2) .pe:before,
.why-item:nth-child(3n+2) .pe:after {
    width: 17px;
    height: 47px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("img/svg/why.svg") no-repeat;
    background-color: #fff;
    z-index: 1;
}

.why-item:nth-child(3n+2) .pe:before {
    left: -8px;
}

.why-item:nth-child(3n+2):before {
    left: 0;
}

.why-item:nth-child(3n+2) .pe:after {
    right: -8px;
}

.why-item:nth-child(3n+2):after {
    right: 0;
}

.why-item .title {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #000000;
    margin-top: 37px;
}

.why-item .title:after {
    content: "";
    width: 80px;
    height: 7px;
    display: block;
    margin: 28px auto;
    background: #EC6B10;
}

.why-item p {
    text-align: center;
}

.seo_mp_20 {
    margin-bottom: 45px;
}

.seo_mp_20 .left {
    padding: 45px 0;
    padding-left: calc((100vw - 1585px) / 2);
}

.seo_mp_20 .right {
    background: url("img/goo-bg.jpg");
    background-size: cover;
    position: relative;
    z-index: 1;
}

.seo_mp_20 .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    background: url("img/svg/seo_mp_20_r.svg") no-repeat;
    background-size: auto 100%;
}

.seo_mp_20 .right:after {
    background: rgba(0, 0, 0, 0.50);
}

.seo_mp_8 {
    background: url("img/seo_mp_8.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0 110px;
    z-index: 1;
}

.seo_mp_8:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 1px;
    background: #8e9091;
    opacity: 0.5;
}

.seo_mp_8 .title {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-top: 24px;
}

.seo_mp_8 .subtitle {
    font-weight: 700;
    color: #EC6B10;
}

.seo_mp_8 form {
    max-width: 500px;
}

.seo_mp_8 input[type="submit"] {
    max-width: 250px;
}

.seo_mp_9 .right {
    background: url("img/seo_mp_9.jpg") no-repeat;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: 1;
}

.seo_mp_9 .left {
    margin: 41px 0;
    padding: 60px 110px 60px calc((100vw - 1585px) / 2);
}

.seo_mp_9 .half .left, .seo_mp_9 .half .right {
    width: 50%;
}

.seo_mp_10 {
    margin: 90px 0;
}

.seo_mp_10 .minilogo {
    margin-bottom: 40px;
}

.result {
    background: #EC6B10;
    border-radius: 110px;
    line-height: 0;
    font-size: 0;
    margin: 10px 0 20px;
}

.result .text {
    font-weight: 300;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1.2;
    width: calc(100% - 330px);
}

.result.even {
    margin-right: 150px;
}

.result.odd {
    margin-left: 150px;
}

.result.odd svg {
    order: 1;
}

.result.even .text {
    padding-right: 40px;
}

.result.odd .text {
    padding-left: 100px;
}

.result .text span {
    font-weight: 600;
}

.result .top {
    text-transform: uppercase;
}

.half-gray {
    position: relative;
    z-index: 1;
}

.half-gray:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #F5F5F5;
    z-index: -1;
}

/*=================================================================================
        TABLE
 */
table {
    border: 1px solid #fff;
    border-spacing: 4px;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin: 50px 0;
}

table caption {
    display: none;
}

table th {
    color: #fff;
    font-size: 28px;
}

table td {
    color: #1A1818;
    font-size: 24px;
}

table td,
table th {
    padding: 30px;
    background-color: #F6F6F6;
    text-align: center;
    font-weight: 500;
}

table td.left,
table th.left {
    text-align: left;
}


/*=================================================================================
        Tabs
 */
.is-m-t-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.tabs-list, .tabs-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.is-m-t-list li {
    width: 32%;
    padding: 7px;
    background: #EC6B10;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.4;
    cursor: pointer;
}

.is-m-t-list li:hover,
.is-m-t-list li.active {
    opacity: 1;
}

.tabs-content {
    display: none;
    padding: 35px 0;
}

.tabs-content.active {
    display: block;
}

.tabs-content .title {
    font-weight: 500;
    color: #1A1818;
}

.tabs-content .title:after {
    content: "";
    display: block;
    width: 102px;
    height: 7px;
    margin: 22px 0;
    background: #EC6B10;
}

.pre-line {
    position: relative;
    display: table;
    white-space: nowrap;
}

.pre-line:before {
    border-top: 1px solid #756e6e;
    content: '';
    display: table-cell;
    position: relative;
    top: 1.4em;
    width: 95%;
    right: 3%;
}

/*============== country ================*/
.gray.country-work {
    padding: 71px 0;
    margin: 43px 0 53px;
}

.gray.country-work .wrapper {
    padding: 0 140px;
}

.country-item {
    background: #EC7826;
    border-radius: 150px;

}

.country-item img {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 150px;
}

.country-item .name {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 14px 0 39px;
}

/*============== team ================*/
.__team-photo {
    width: 100%;
    height: 365px;
    position: relative;
}

.__team-name {
    width: 85%;
    background: #EC6B10;
    padding: 34px;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    border-radius: 0 50px 50px 0;
    position: absolute;
    left: 0;
    bottom: -52px;
}

.__team-title {
    background: #F5E8DF;
    color: #282626;
    font-size: 18px;
    font-weight: 500;
    padding: 68px 35px 17px;
}

.__team-descr {
    font-size: 24px;
    font-weight: 300;
    padding: 24px 0;
}

/*============== testimonial ================*/
.testimonial {
    margin: 60px auto;
}

.testimonial-slide .glide__track {
    margin: 46px 5px 132px;
}

.testimonual-item {
    background: #fff;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    margin: 20px 0;
}

.testimonual-item .head {
    background: #EC6B10;
    padding: 44px 26px 26px 132px;
    position: relative;
}

.testimonual-item .head .name {
    font-weight: 700;
    color: #fff;
}

.testimonual-item .head img {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    left: 22px;
}

.testimonual-item .descr {
    font-weight: 300;
    font-size: 24px;
    color: #1A1818;
    padding: 40px 33px 30px;
}

.testimonial-slide .glide__bullets {
    bottom: -60px;
}

/*============== footer ================*/
footer {
    background: #3F3E3E;
}

footer .wrapper {
    align-items: flex-start;
    padding: 50px 25px 40px;
}

footer .form form {
    padding: 0;
}

.foo ul.adr,
.foo ul.adr a {
    list-style: none;
    margin: 40px 0;
    padding: 0;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.foo ul.adr span {
    font-weight: 500;
}

.top_footer ul li,
.foo ul.adr li {
    margin-bottom: 14px;
}

.foo.form {
    width: 45%;
}

a.all24,
.all24 {
    font-weight: 400;
    font-size: 24px;
    color: #EC6B10;
    text-decoration: none;
}

.foo-soc a {
    text-decoration: none;
    display: inline-block;
}

.foo-soc a svg {
    height: 35px;
    padding-right: 15px;
    fill: #fff;
}

.foo-soc a:hover svg {
    fill: #EC6B10;
}

.bottom-foo {
    background: #262626;
    padding: 32px 0;
}

.bottom_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_footer ul {
    margin: 40px 0;
}

.top_footer ul li a {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.bottom_footer ul li {
    display: inline-block;
    padding: 0 23px;
    display: inline-block;
    position: relative;
}

.bottom_footer ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    background: #737373;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bottom_footer ul li a {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

.copy {
    font-weight: 300;
    font-size: 20px;
    color: #A8A8A8;
}

.tile {
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.tile.mb, .tile.mtb {
    margin-bottom: 50px;
}

.tile.mt,
.tile.mtb {
    margin-top: 50px;
}

a.tile-item {
    width: 33.3%;
    padding: 60px;
    text-decoration: none;
}

.tile-item svg {
    display: block;
    margin: auto;
}

.tile-item .item-title {
    font-size: 24px;
    text-align: center;
    color: #4f4f4f;
    margin-top: 40px;
}

.tile-item:nth-child(2n) {
    background: #F5F5F5;
}

.tile-item.white {
    background: #fff;
}

.tile-item:hover {
    background: #8C8C8C;
}

.seo-p-2 {
    background: url("img/seo-p-2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.seo-p-6 .title-line, .seo-p-6 p,
.seo-p-6 .subtitle,
.seo-p-2 .title-line,
.seo-p-2 p {
    color: #fff;
}

.seo_steps {
    flex-wrap: wrap;
    align-items: stretch;
}

.seo_steps .step-item:nth-child(2n) .title {
    order: 1;
}

.step-item {
    width: 50%;
    padding: 25px 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.seo_steps .step-item:nth-child(2n+1):after {
    content: "";
    width: 2px;
    height: 100%;
    background: #EC6B10;
    position: absolute;
    right: 0;
    top: 0;
}

.seo_steps .step-item:first-child:after {
    top: 25%;
}

.seo_steps .step-item:last-child:after {
    top: auto;
    bottom: 55%;
}

.step-item p {
    color: #A1A1A1;
    font-size: 16px;
    margin: 0;
}

.seo_steps .step-item:nth-child(2n) p {
    margin-bottom: 50px;
}

.seo_steps .step-item:nth-child(2n+1) p {
    margin-top: 50px;
}

.step-item .title {
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-left: 130px;
    width: 100%;
}

.step-item .title:before {
    content: "01";
    color: #FFF;
    font-size: 80px;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.2;
}

.step-item .title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background: #EC6B10;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.seo_steps .step-item:nth-child(2n) .title:after {
    left: -62px;
}

.seo_steps .step-item:nth-child(2n+1) .title:after {
    right: -62px;
}

.title-strip {
    background: #F5F5F5;
    font-weight: 700;
    text-align: center;
    padding: 35px 25px;
    margin: 56px 0;
}

.table-p-3 .row-left,
.table-p-3 .row-right {
    width: 50%;
}

.cell-tr,
.table-p-3 .cell {
    background: #F6F6F6;
    padding: 29px 25px;
    border: 2px solid #fff;
}

.cell-tr {
    padding: 17px 25px;
}

.cell-tr p {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.cell-tr,
.table-p-3 .row-right .cell-tr {
    background: #EC6B10;
}

.table-p-3 .row-left .cell-tr {
    background: #F08940;
}

.table-p-3 .cell p {
    font-weight: 500;
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.plan-seo {
    margin: 45px auto 20px;
}

.plan-seo-item {
    margin-bottom: 24px;
    background: #F5F5F5;
}

.plan-seo-item .plan-title {
    font-weight: 700;
    color: #fff;
    padding: 24px 0 25px 144px;
    background: #EC6B10;
    position: relative;
}

.plan-seo-item:nth-child(2n) .plan-title {
    background: #373535;
}

.plan-seo-item .plan-text {
    padding: 25px 64px;
}

.seo_mp_2.full {
    background: #fff;
}

.seo_mp_2.nopad > .wrapper {
    padding-top: 0;
}

.seo_mp_2.full .left {
    width: calc(100% - 600px);
}

.todo {
    flex-wrap: wrap;
    background: #fff;
}

.todo-item {
    width: 48%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.todo .todo-item:not(:last-of-type) {
    margin-bottom: 80px;
}

.todo-item .descr {
    width: 100%;
    padding-left: 170px;
}

.todo-item img,
.todo-item svg {
    margin-right: 50px;
}

.seo_mp_2 .todo-item p {
    margin: 0;
    width: calc(100% - 170px);
    position: relative;
    z-index: 1;
}

.res-work-item .title:before,
.todo-item p:before {
    content: "1";
    position: absolute;
    font-size: 174px;
    font-weight: 900;
    color: #F5F5F5;
    left: -50px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.seo-p-5 {
    padding: 80px 0;
}

.how-work {
    align-items: stretch;
    flex-wrap: wrap;
    margin: 40px auto;
}

.how-work-item {
    width: 32%;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}

.how-work-item .head-icon {
    width: 100%;
    height: 263px;
    background: url("img/svg/how-work.svg") no-repeat;
    background-size: auto 263px;
    background-position: bottom center;
    position: relative;
}

.how-work-item .head-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.how-work-item p {
    text-align: center;
    max-width: 90%;
    min-height: 94px;
    margin: 27px auto 40px;
}

.back-circle {
    position: relative;
    z-index: 1;
    padding: 120px 0 80px;
}

.back-circle:before,
.back-circle:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.back-circle:before {
    background: url("img/svg/seo-p-2-left.svg") no-repeat;
    background-size: 269px 308px;
    background-position: top left;
    left: 0;
    top: 0;
}

.back-circle:after {
    background: url("img/svg/seo-p-2-right.svg") no-repeat;
    background-size: 393px 1454px;
    background-position: top right;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.seo-p-6 {
    min-height: 800px;
    padding: 80px 0;
    background: url("img/seo-p-6.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.seo-p-6 .miniwrap {
    position: relative;
    left: 150px;
}

.seo-p-6:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("img/svg/seo-p-6.svg") no-repeat;
    background-size: 30% 100%;
    background-position: center left;
}

.seo-p-6 .title-line {
    max-width: 900px;
    margin: auto;
}

.seo-p-6 .subtitle {
    font-size: 30px;
    margin: 50px 0 25px;
}

.seo-p-6 svg {
    width: 100%;
    height: auto;
}

.goo {
    max-width: 960px;
    margin: 80px auto;
}

.goo-icon {
    margin: 40px 0;
    flex-wrap: wrap;
    align-items: flex-start;
}

.goo-icon-item {
    width: 30%;
}

.goo-icon-item p {
    text-align: center;
}

.goo-icon-item svg {
    display: block;
    margin: auto;
}

.seo-p-8 .icon-group {
    margin: 80px 0;
}

.text-image .half {
    margin-top: 65px;
    align-items: center;
}

.text-image .half .left.gray {
    background: #F5F5F5;
    padding: 56px;
}

.text-image .half.img-left .left {
    order: 1;
}

.res-work {
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 50px 0 0;
}

.res-work-item {
    width: 30%;
    margin-bottom: 50px;
}

.res-work-item .title {
    width: calc(100% - 180px);
    position: relative;
    z-index: 1;
}

a.case-item,
.case-item {
    width: 23%;
    height: 380px;
    text-decoration: none;
    position: relative;
}

.case-item .title {
    background: #EC6B10;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    padding: 18px 24px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.client {
    margin: 60px 0;
}

.client-img {
    width: 35%;
    height: 100%;
    min-height: 410px;
}

.client-data {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
}

.client .data {
    flex-wrap: wrap;
}

.client .data img {
    margin-top: auto;
}

.client .data .icon {
    width: 35%;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 54px;
    position: relative;
    padding-left: 100px;
}

.client .data .icon.long {
    width: 60%;
}

.client .data .icon:before {
    content: "";
    width: 74px;
    height: 74px;
    position: absolute;
    top: -3px;
    left: 0;
}

.client .data .icon.i_service:before {
    background: url("img/svg/i_service.svg") no-repeat;
}

.client .data .icon.i_region:before {
    background: url("img/svg/i_region.svg") no-repeat;
}

.client .data .icon.i_start:before {
    background: url("img/svg/i_start.svg") no-repeat;
}

.client .data .icon.i_final:before {
    background: url("img/svg/i_final.svg") no-repeat;
}

.client .data .icon.i_page:before {
    background: url("img/svg/i_page.svg") no-repeat;
}

.client .data .icon.i_search:before {
    background: url("img/svg/i_search.svg") no-repeat;
}

.client .data .icon.i_time:before {
    background: url("img/svg/i_time.svg") no-repeat;
}

.client .data .icon span {
    display: block;
    font-weight: 700;
}

.__work {
    background: #F5F5F5;
    padding: 40px 0;
    margin-top: 43px;
}

.__work img {
    order: 1;
}

.__work_item {
    width: 33%;
}

.__work_item._second {
    order: 2
}

.__work_item .team-item {
    width: 100%;
}

#to-top {
    position: fixed;
    display: none;
    right: 60px;
    bottom: 60px;
    width: 115px;
    height: 115px;
    cursor: pointer;
    z-index: 20;
}

.pesp-01 {
    height: 550px;
    margin-right: calc((100% - 1585px) / 2);
    position: relative;
    display: flex;
    align-items: center;
}

.pesp-01 .text {
    background: #3F3E3E;
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
    padding: 113px 400px 113px calc(((100vw - 1585px) / 2) + 170px);
    margin-right: 250px;
    position: relative;
    z-index: -1;
}

.pesp-01 .text:before {
    content: "";
    width: 119px;
    height: 215px;
    position: absolute;
    left: calc((100vw - 1585px) / 2);
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("img/svg/important.svg") no-repeat;
}

.pesp-01 .circle {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    position: absolute;
    background: url("img/pesp-01.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.pesp-01 .circle:before {
    content: "";
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    background: rgba(237, 237, 237, 0.25);
    z-index: -1;
}

.pesp-01 .circle:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    background: url("img/svg/pesp-01.svg") no-repeat;
    background-position: center;
    background-size: 100%;
}

.pesp-02 {
    padding: 42px 68px;
    margin-left: calc((100% - 1635px) / 2 + 25px);
}

.pesp_s07 {
    padding: 20px 0;
    margin-top: 47px;
}

.item-faq {
    margin-top: 30px;

}

.item-faq .question {
    background: #EC6B10;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    padding: 32px 100px 32px 55px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.item-faq .question:after {
    content: "";
    position: absolute;
    background: url("img/svg/faq-arrow.svg");
    width: 35px;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 42px;
    margin: auto;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.item-faq .question span {
    opacity: 0.5;
}

.item-faq .answer {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in;
    -moz-transition: max-height .5s ease-in;
    -o-transition: max-height .5s ease-in;
    transition: max-height .5s ease-in;
}

.item-faq .answer p {
    color: #3B3B3B;
    font-size: 24px;
    font-weight: 300;
    padding: 32px 64px;
    border-radius: 0 0 20px 20px;
    background: #FFF;
}

.item-faq.open .question:after {
    transform: rotate(180deg);
}

.item-faq.open .question {
    border-radius: 20px 20px 0 0;
    background: #3B3B3B;
}

.item-faq.open .answer {
    max-height: 5000px;
    -webkit-transition: max-height 3s ease-in;
    -moz-transition: max-height 3s ease-in;
    -o-transition: max-height 3s ease-in;
    transition: max-height 3s ease-in;
}

#callback .modal-content,
#thankyou .modal-content {
    width: 100%;
    max-width: 411px;
    background: #fff;
    padding: 55px 55px;
    margin: auto;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

#thankyou .ok svg {
    display: block;
    margin: auto;
}

.modal-title {
    color: #1A1818;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 20px 0;
}

.modal-content input[type="text"] {
    border-bottom: 1px solid #828282;
    color: #4f4f4f;
    padding: 0 6px;
}

.modal-content input[type="text"].error {
    color: #fff
}

.modal-content p {
    color: #1A1818;
    font-size: 16px;
    font-weight: 300;
}

.modal-content .ct a {
    width: 80px;
    display: block;
}

.animatedTitle .field input:valid + label:before,
.animatedTitle .field input:focus + label:before {
    font-size: 12px;
    top: -5px;
    padding: 0 6px;
    color: #000;
}

.animatedTitle .field input.error:valid + label:before,
.animatedTitle .field input.error:focus + label:before {
    color: rgba(255, 6, 6);
}

.animatedTitle .field {
    position: relative;
    margin-bottom: 15px;
}

.animatedTitle .field label:before {
    content: attr(title);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 38px;
    font-size: 14px;
    color: #777;
    padding: 0 6px;
    transition: 300ms all;
}

.animatedTitle .field input.error + label:before {
    color: #fff;
}

.animatedTitle input + label::before {
    content: attr(data-title);
}

.animatedTitle input:focus + label::before {
    color: blue;
}


/******************************************* New pages styles START *******************************************/

body .new-pages {
    color: #1A1818;
    line-height: 1.2;
}

.new-pages b {
    font-weight: 500;
}

.new-pages hr {
    background-color: #DADADA;
}

.new-pages .bg-gray {
    background-color: #F2F2F2;
}

.new-pages .bg-dark-gray {
    background-color: #3D3D3D;
}

.new-pages .bg-light-gray {
    background-color: #F5F5F5;
}

.new-pages .bg-orange {
    background-color: #EC6B10 !important;
}

.new-pages .bg-white {
    background-color: #FFFFFF;
}

.new-pages .no-margin {
    margin: 0 !important;
}

.new-pages .left,
.new-pages .text-left {
    text-align: left;
}

.new-pages .half.center-vertical {
    align-items: center;
}

.new-pages .half.flex-start {
    align-items: flex-start;
} 

.new-pages .seo-p-1 .right.no-sticky img {
    position: static;
}

.new-pages .order-form {
    background-color: #FFF;
    padding: 92px 64px 0;
}

.new-pages .form-title {
    color: #1A1818;
    font-size: 28px;
    line-height: 33px;
}
.new-pages .form-title span {
    color: #EC6B10;
}

.new-pages .order-form input[type="text"] {
    color: #1A1818;
    border-bottom: 1px solid #DADADA;
    font-size: 18px;
    margin-top: 24px;
}

.new-pages .order-form input[type="text"]:first-of-type {
    margin-top: 33px;
}

.new-pages .order-form input[type="text"]::placeholder {
    color: #272626;
    font-style: normal;
}

input[type="submit"] {
    font-size: 18px;
    height: 50px;
    margin-top: 27px;
}

.new-pages .after-banner {
    padding: 52px 25px 83px;
    background: none;
}

.new-pages .after-banner::before {
    content: none;
}

.new-pages .after-banner .half {
    width: 100%;
}

.new-pages .after-banner .half > div {
    width: 50%;
    padding-left: 64px;
}

.new-pages .more-seo {
    align-items: flex-start;
    flex-direction: column;
    max-width: none;
}

.new-pages .more-seo p {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 14px;
    max-width: none;
}

.new-pages .more-seo ul li svg {
    margin-right: 25px;
}

.new-pages .more-seo ul li span {
    color: #4F4F4F;
    font-size: 20px;
    line-height: 23px;
}

.new-pages .more-seo-title {
    color: #EC6B10;
    font-size: 42px;
    line-height: 49px;
    margin: 0 0 16px;
}

.new-pages .more-seo-subtitle {
    color: #1A1818;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 20px;
    opacity: .6;
}

.new-pages .more-seo-info ol {
    padding-left: 25px;
}

.new-pages .more-seo-info ol li {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
}

.new-pages .miniwrap {
    max-width: 1172px;
    padding: 0;
}

.new-pages .title-line::after {
    content: none;
}

.new-pages .title-line.subtitle {
    font-size: 38px;
    line-height: 45px;
    margin: 50px 0;
    max-width: none;
}

.new-pages .title-line.subtitle.text-left {
    text-align: left;
}

.new-pages .seo-p-0 .title-line {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    text-align: left;
}

.new-pages .seo-p-0 .subtitle-text {
    color: #222426;
    font-size: 28px;
    line-height: 33px;
}

.new-pages .seo-p-0 .title-line span {
    font-weight: 700;
}

.new-pages .seo-p-0 hr {
    margin: 56px 0;
}

.new-pages .seo-p-0 .half p {
    color: #202326;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}

.new-pages .seo-location {
    text-align: center;
}

.new-pages .seo-location img {
    display: inline-block;
    margin-left: -130px;
}

.new-pages .seo-steps-list.section {
    margin-top: 31px;
    margin-bottom: 87px;
}

.new-pages .seo-steps-list .miniwrap > p {
    line-height: 24px;
    margin: 0;
    text-align: center;
}

.new-pages .seo-steps-list .miniwrap > p span {
    font-weight: 300;
    color: #A1A1A1;
}

.new-pages .seo-steps-list .miniwrap .subtitle-text {
    margin: 30px 0;
}

.new-pages .seo_steps {
    margin-top: 30px;
    padding: 0;
}

.new-pages .step-item {
    align-items: center;
    flex-wrap: nowrap;
    min-height: 94px;
    padding: 0;
    width: 100%;
}

.new-pages .seo_steps .step-item:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #EC6B10;
    position: absolute;
    right: calc(50% - 1px);
    top: 0;
}

.new-pages .seo_steps .step-item:nth-child(even) .title {
    order: 0;
}

.new-pages .seo_steps .step-item:first-child:after {
    top: 50%;
}

.new-pages .seo_steps .step-item:last-child:after {
    top: -50%;
}

.new-pages .step-item .title,
.new-pages .step-item .text {
    width: 50%;
    color: #1A1818;
}

.new-pages .step-item .title {
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 94px;
    padding: 0;
}

.new-pages .seo_steps .step-item p.text {
    color: #1A1818;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 76px;
    text-align: left;
}

.new-pages .step-item .title:before {
    color: #DADADA;
    left: auto;
    right: 76px;
    opacity: 1;
}

.new-pages .seo_steps .step-item:nth-child(odd) .title:after,
.new-pages .seo_steps .step-item:nth-child(even) .title:after {
    right: -12px;
    left: auto;
}

.new-pages .seo_steps.extended .step-item .title {
    color: #1A1818;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 76px 0 120px;
    text-align: right;
}
.new-pages .seo_steps.extended .step-item .title p {
    color: #1A1818;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}
.new-pages .seo_steps.extended .step-item:nth-child(2n) p {
    margin-bottom: 0;
}

.new-pages .seo_steps.extended .step-item:nth-child(2n) .title {
    order: 0;
}

.new-pages .seo_steps.extended .step-item .title:before {
    left: 21px;
    right: auto;
}

.new-pages .seo_steps.extended .step-item:nth-child(even) .title:after {
    left: auto;
    right: -12px;
}

.new-pages .seo_steps.extended .step-item p.text {
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    padding: 10px 0 10px 76px;
}

.new-pages .seo_steps.extended .step-item:nth-child(even) p.text {
    padding: 10px 0 10px 76px;
    text-align: left;
}

.new-pages .seo_mp_2 {
    background: none;
}

.new-pages .seo_mp_2::before {
    content: none;
}

.new-pages .seo_mp_2 > .wrapper {
    padding-top: 67px;
    padding-bottom: 83px;
}

.new-pages .seo_mp_2 .half {
    align-items: center;
    gap: 0 24px;
    width: 100%;
}

.new-pages .seo_mp_2 .left {
    width: auto;
    max-width: 945px;
}

.new-pages .seo_mp_2 .left p {
    color: #202326;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}

.new-pages .seo_mp_2 .left p span {
    color: #202326;
    font-weight: 700;
}

.new-pages .seo_mp_2 .left .descr {
    margin: 0;
}

.new-pages .seo_mp_2 .left hr {
    margin: 33px 0;
}

.new-pages .seo_mp_2 .right {
    width: auto;
}

.new-pages .seo_mp_2 .right img {
    margin-right: 60px;
    max-width: 440px;
}

.new-pages .seo_mp_8 {
    background: none;
    padding: 0;
    margin-bottom: 94px;
}

.new-pages .seo_mp_8::before,
.new-pages .seo_mp_8::after {
    content: none;
}

.new-pages .seo_mp_8 .half > div {
    width: 50%;
}

.new-pages .seo_mp_8 .left {
    background: url(img/seo_mp_8_1.png) 0 0 no-repeat transparent;
    background-size: cover;
    min-height: 634px;
    padding: 86px 3% 0 2%;
    position: relative;
    max-width: 778px;
}

.new-pages .seo_mp_8 .left.custom-image {
    background: url(img/seo-spec-photo-1.png) 0 0 no-repeat transparent;
    padding: 415px 3% 0 2%;
    position: relative;
}

.new-pages .seo_mp_8 .left.custom-image::after {
    content: "";
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(102,102,102,0) 100%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .63;
}

.new-pages .seo_mp_8 .left .title,
.new-pages .seo_mp_8 .left .subtitle {
    position: relative;
    z-index: 2;
}

.new-pages .seo_mp_8 .left .title {
    font-size: 42px;
    line-height: 49px;
    margin: 0;
    text-transform: uppercase;
}

.new-pages .seo_mp_8 .left .title span {
    color: #EC6B10;
}

.new-pages .seo_mp_8 .left .subtitle {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    margin: 10px 0;
}

.new-pages .seo_mp_8 .right {
    background-color: #F4F4F4;
    padding: 37px 10% 52px;
    flex-grow: 1;
}

.new-pages .seo_mp_8 .right .form-title {
    color: #1A1818;
    font-size: 42px;
    font-weight: 700;
    line-height: 49px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.new-pages .seo_mp_8 input[type="text"] {
    color: #828282;
    background-color: #FFF;
    border: 1px solid #FFF;
    font-size: 18px;
    line-height: 22px;
    height: 64px;
    margin: 0 0 16px;
    padding: 21px 32px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.new-pages .seo_mp_8 input[type="text"]::placeholder {
    color: #A1A1A1;
    font-style: normal;
}

.new-pages .seo_mp_8 .add-doc-holder {
    display: flex;
    align-items: center;
    margin: 14px 0 18px;
}

.new-pages .seo_mp_8 .add-doc-holder input {
    background: url(./img/svg/icon-doc-gray.svg) 50% 50% no-repeat transparent;
    cursor: pointer;
    width: 25px;
    height: 33px;
    border: none;
    margin-right: 12px;
}

.new-pages .seo_mp_8 .add-doc-holder label {
    color: #828282;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.new-pages .seo_mp_8 .agreement-holder {
    display: flex;
    align-items: center;
}

.new-pages .seo_mp_8 .agreement-holder input {
    appearance: none;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.new-pages .seo_mp_8 .agreement-holder input::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(./img/svg/icon-tick-orange.svg) 50% 50% no-repeat transparent;
    transform: scale(0);
}

.new-pages .seo_mp_8 .agreement-holder input:checked::before {
    transform: scale(1);
}

.new-pages .seo_mp_8 input[type="submit"] {
    background-color: #EC6B10;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    height: 50px;
    line-height: 21px;
    margin-top: 25px;
    padding: 15px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
}

.new-pages .seo_mp_8 input[type="submit"]:hover {
    background-color: #9E4404;
}

.new-pages .seo_mp_8 .agreement-holder label {
    color: #828282;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    margin-left: 10px;
    opacity: .7;
    padding-right: 10px;
    text-align: left;
}

.new-pages .seo_mp_8.custom-block {
    position: relative;
}

.new-pages .seo_mp_8.custom-block::before {
    content: "";
    background: url(img/svg/vector_bg.svg) 50% 50% no-repeat transparent;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.new-pages .seo_mp_8.custom-block .half {
    padding: 0;
}

.new-pages .seo_mp_8.custom-block .left {
    background: none;
    min-height: 652px;
    padding: 0;
    position: relative;
    max-width: none;
}

.new-pages .seo_mp_8.custom-block .left::after {
    content: "";
    background: url(img/agency-man.png) 100% 100% no-repeat transparent;
    display: block;
    position: absolute;
    bottom: -2px;
    right: 2px;
    width: calc(100% + 293px);
    height: calc(100% + 45px);
    background-size: 90%;
}

.new-pages .seo_mp_8.custom-block .right {
    background: none;
    padding: 35px 10% 60px 20px;
    z-index: 3;
}

.new-pages .seo_mp_8.custom-block .right form {
    max-width: 580px;
}

.new-pages .seo_mp_8.custom-block .right .form-title {
    color: #FFF;
    text-align: left;
    font-weight: 400;
    margin: 0 0 25px;
    text-transform: none;
}

.new-pages .seo_mp_8.custom-block .right .form-subtitle {
    font-size: 20px;
    line-height: 23px;
    color: #FFF;
    margin: 0 0 25px;
    text-align: left;
}

.new-pages .seo_mp_8.custom-block .add-doc-holder input {
    background: url(./img/svg/icon-doc.svg) 50% 50% no-repeat transparent;
}

.new-pages .seo_mp_8.custom-block .add-doc-holder label,
.new-pages .seo_mp_8.custom-block .agreement-holder label {
    color: #FFF;
}

.new-pages .seo_mp_8.custom-block .add-doc-holder {
    margin: 10px 0 18px;
}

.new-pages .seo_mp_8.custom-block input[type="submit"] {
    background-color: #1A1818;
    margin-top: 16px;
}

.new-pages .seo-p-1.wrapper {
    padding-bottom: 80px;
    padding-top: 80px;
}

.new-pages .seo-p-1 .title-line {
    line-height: 49px;
    margin-bottom: 83px;
}

.new-pages .seo-p-1 .subtitle-text {
    margin: 0 0 58px;
}

.new-pages .seo-p-1 .subtitle-text span {
    color: #222426;
    font-weight: 700;
}

.new-pages .seo-p-1 .half,
.new-pages .seo-p-3 .half {
    width: 100%;
    gap: 30px;
}

.new-pages .seo-p-1 .half .right > p {
    margin-top: 0;
}

.new-pages .half .left,
.new-pages .half .right {
    width: 50%;
}

/* .new-pages .seo-p-1 .left {
    max-width: 726px;
} */

.new-pages .seo-p-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-pages .seo-p-1 ul li {
    margin-bottom: 23px;
}

.new-pages .seo-p-1 ul li:last-child {
    margin-bottom: 0;
}

.new-pages .seo-p-1 ul p {
    margin: 0;
}

.new-pages .seo-p-1 .seo-list.text-nodes.custom-icons {
    margin: 40px 0;
}

.new-pages .seo-p-1 .seo-list.text-nodes.custom-icons .seo-item {
    display: flex;
    align-items: flex-start;
}

.new-pages .seo-p-1 .seo-list.text-nodes.custom-icons .seo-item img {
    margin-right: 25px;
}

.new-pages .seo-p-1 .seo-list.text-nodes.custom-icons .seo-item-title {
    margin-bottom: 20px;
}

.new-pages .seo-p-1 .subtitle {
    color: #222426;
    font-weight: 500;
    line-height: 28px;
    margin: 17px 0 18px;
}

.new-pages .seo-p-1 .left li:first-child .subtitle {
    margin-top: 0;
}

.new-pages .half .left.img,
.new-pages .half .right {
    text-align: center;
}

.new-pages .half .right.text {
    text-align: left;
}

.new-pages .half img {
    display: inline-block;
}

.new-pages .seo-p-1 .right img {
    display: inline-block;
    position: sticky;
    top: 237px;
}

.new-pages .seo-p-3 {
    margin-bottom: 110px;
}

.new-pages .seo-p-3 .title-line {
    margin-bottom: 50px;
}

.new-pages .seo-p-3 .table-p-3 {
    flex-wrap: wrap;
    margin-bottom: 75px;
}

.new-pages .seo-p-3 .table-header {
    background-color: #EC6B10;
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    padding: 17px;
    text-align: center;
    width: 100%;
}

.new-pages .table-p-3 .row-left,
.new-pages .table-p-3 .row-right {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: calc(50% - 2.5px);
}

.new-pages .seo-p-3 .table-p-3 .cell {
    border: none;
    height: auto !important;
    padding: 51px 24px;
}

.new-pages .seo-p-3 .table-p-3 .cell p {
    color: #1A1818;
    line-height: 28px;
}

.new-pages .seo-p-3 .subtitle-text {
    line-height: 29px;
    margin-bottom: 24px;
}

.new-pages .seo-p-3 .subtitle-text span {
    font-weight: 500;
}

.new-pages .seo-p-3 .schedule-list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 70px;
    padding-left: 0;
}

.new-pages .seo-p-3 .schedule-list .schedule-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 25%;
    min-width: 230px;
}

.new-pages .seo-p-3 .schedule-list .schedule-item::before {
    background-color: #EC6B10;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 91px;
    z-index: -1;
}

.new-pages .seo-p-3 .schedule-list .schedule-item:first-child::before {
    left: 50%;
}

.new-pages .seo-p-3 .schedule-list .schedule-item:last-child::before {
    left: -50%;
}

.new-pages .seo-p-3 .schedule-list .schedule-item-title {
    color: #EC6B10;
    font-size: 42px;
    font-weight: 400;
    line-height: 49px;
    margin: 0;
    text-align: center;
}

.new-pages .seo-p-3 .schedule-list .schedule-item-text {
    line-height: 29px;
    padding: 0 35px;
    text-align: center;
}

.new-pages .seo-p-3 .schedule-list.custom-list .schedule-item::before {
    content: none;
}

.new-pages .seo-p-3 .schedule-list.custom-list .schedule-item-title {
    color: #1A1818;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 15px;
}

.new-pages .seo-p-3 .subheader {
    background-color: #DADADA;
    color: #1A1818;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
}

.new-pages .seo-p-3 .half .right > p {
    margin: 24px 0;
}

.new-pages .seo-p-3 .seo-list {
    list-style: none;
    margin: 50px 0;
}

/* .new-pages .seo-p-3 .right.text.bg-gray {
    margin-left: 25px;
} */

.new-pages .seo-p-3 .right.custom-block {
    padding: 0 30px;
}
.new-pages .seo-p-3 .right.custom-block p:first-child {
    padding-left: 48px;
    position: relative;
}
.new-pages .seo-p-3 .right.custom-block p:first-child::before {
    content: "";
    background: url("img/svg/warning-icon.svg") 50% 50% no-repeat transparent;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.new-pages .seo-p-3 .seo-list .seo-item {
    padding-left: 50px;
    position: relative;
}

.new-pages .seo-p-3 .seo-list .seo-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background: url("img/svg/icon-tick-round-orange.svg") 50% 50% no-repeat transparent;
    width: 30px;
    height: 30px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.new-pages .seo-p-3 .seo-list.custom-icons {
    margin-top: 10px;
    padding-left: 0;
}

.new-pages .seo-p-3 .seo-list.custom-icons .seo-item {
    padding-left: 0;
}

.new-pages .seo-p-3 .seo-list.custom-icons .seo-item::before {
    content: none;
}

.new-pages .seo-p-3 .seo-list.custom-icons .seo-item a {
    font-weight: 400;
    line-height: 28px;
    color: #1A1818;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 104px;
}

.new-pages .seo-p-3 .seo-list.custom-icons .seo-item a img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.new-pages .seo-p-3 .seo-list.custom-icons .seo-item a img:first-child + img {
    opacity: 0;
}

.new-pages .seo-p-3 .seo-list.custom-icons .seo-item a:hover img:first-child {
    opacity: 0;
}

.new-pages .seo-p-3 .seo-list.custom-icons .seo-item a:hover img:first-child + img {
    opacity: 1;
}

.new-pages .seo-p-3 .seo-list.custom-icons .seo-item a p {
    margin-left: 114px;
}

.new-pages .seo-p-3 .seo-list .seo-item.marker-top::before {
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.new-pages .seo-p-3 .seo-list.title-node {
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.new-pages .seo-p-3 .seo-list.title-node .seo-item {
    display: flex;
    align-items: center;
    gap: 50px;
}

.new-pages .seo-p-3 .seo-list.title-node .seo-item::before {
    content: none;
}

.new-pages .seo-p-3 .seo-list.title-node .seo-item img {
    min-width: 82px;
}

.new-pages .seo-p-3 .seo-list.title-node .seo-item p {
    margin: 0;
    font-weight: 400;
}

.new-pages .seo-p-3 .seo-list.block-nodes {
    display: flex;
    padding: 0;
    justify-content: space-evenly;
}

.new-pages .seo-p-3 .seo-list.block-nodes.wrap {
    flex-wrap: wrap;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-item {
    border: 1px solid #DADADA;
    padding: 30px 20px;
    max-width: 470px;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-item::before {
    content: none;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-item-title {
    color: #1A1818;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-item-text {
    color: #A1A1A1;
    font-size: 18px;
    line-height: 21px;
}

.new-pages .seo-p-3 .seo-list.block-nodes.images {
    margin-bottom: 0;
}

.new-pages .seo-p-3 .seo-list.block-nodes.images .seo-item {
    border: none;
}

.new-pages .seo-p-3 .seo-list.block-nodes.images .seo-item-title {
    font-size: 24px;
    line-height: 28px;
    margin: 24px 0;
}

.new-pages .seo-p-3 .seo-list.block-nodes.images .seo-item-subtitle {
    font-size: 20px;
    line-height: 23px;
    color: #EA6A0F;
    font-weight: 500;
}

.new-pages .seo-p-3 .seo-list.block-nodes.images .seo-item-text {
    color: #1A1818;
    font-size: 24px;
    line-height: 28px;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-sublist {
    display: flex;
    list-style: none;
    gap: 30px;
    padding: 0;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-subitem {
    width: 36%;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-subitem-title {
    color: #EC6B10;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    margin: 0;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-subitem-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-item.no-border .seo-item-text {
    color: #1A1818;
}

.new-pages .seo-p-3 .seo-list.block-nodes .seo-item.no-border .seo-item-text span {
    color: #EC6B10;
}

.new-pages .pesp_s07 {
    margin-top: 0;
}

.new-pages .pesp_s07 p {
    color: #FFF;
    font-size: 28px;
    line-height: 33px;
}

.new-pages .pesp_s07 p span {
    color: #FFF;
    font-weight: 500;
}

.new-pages .pesp_s07.bg-orange .p-dot::before {
    background: #FFFFFF;
}

.new-pages .pesp_s07.bg-white p,
.new-pages .pesp_s07.bg-light-gray p,
.new-pages .pesp_s07.bg-white p span,
.new-pages .pesp_s07.bg-light-gray p span {
    color: #1A1818;
}

.new-pages .seo-p-4 .title-under::before,
.new-pages .seo-p-4 .title-under::after {
    content: none;
}

.new-pages .seo-p-4 .plan-seo-item .plan-title {
    background-color: #373535;
    font-size: 32px;
    font-weight: 400;
    padding: 28px 0 10px 95px;
}

.new-pages .seo-p-4 .half .left .plan-seo-item .plan-title {
    background-color: #EC6B10;
}

.new-pages .seo-p-4 .plan-seo-item .plan-text {
    display: flex;
    list-style: none;
    margin-top: 0;
}

.new-pages .seo-p-4 .plan-seo-item .plan-text i {
    font-weight: 400;
}

.new-pages .seo-p-4 .plan-seo-item .plan-text li {
    padding-left: 30px;
    width: 43%;
}

.new-pages .seo-p-4 .half {
    margin-bottom: 150px;
}

.new-pages .seo-p-4 .half .plan-seo {
    height: 100%;
}

.new-pages .seo-p-4 .half .left .plan-seo {
    margin: 45px 25px 20px 0;
}

.new-pages .seo-p-4 .half .right .plan-seo {
    margin: 45px 0 20px 25px;
}

.new-pages .seo-p-4 .half .plan-seo-item {
    background-color: transparent;
    border: 1px solid #A1A1A1;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.new-pages .seo-p-4 .half .plan-seo-item .plan-text {
    flex-direction: column;
}

.new-pages .seo_mp_2 .subtitle-text.miniwrap {
    text-align: center;
}

.new-pages .seo_mp_2 .todo.wrapper {
    padding-bottom: 135px;
}

.new-pages .todo {
    justify-content: center;
    gap: 82px;
    flex-wrap: wrap;
}

.new-pages .todo .todo-item {
    width: calc(100% / 3 - 55px);
    min-width: 370px;
}

.new-pages .todo .todo-item:not(:last-of-type) {
    margin: 0;
}

.new-pages .todo .todo-item p {
    color: #1A1818;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding-right: 18%;
}

.new-pages .todo .todo-subtext {
    color: #1A1818;
    font-size: 20px;
    line-height: 23px;
    margin-top: 30px;
}

.new-pages .todo .todo-sublist {
    margin-top: 36px;
}

.new-pages .todo .todo-subitem {
    color: #1A1818;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 10px 0;
    padding-left: 29px;
}

.new-pages .todo .todo-subitem:before {
    content: url("img/svg/icon-tick.svg");
}

.new-pages .seo_mp_17 {
    flex-wrap: wrap;
}

.new-pages .seo_mp_17 .title-line {
    line-height: 50px;
    margin-bottom: 23px;
    width: 100%;
}

.new-pages .seo_mp_17 .half {
    width: 100%;
}

.new-pages .seo_mp_17 .left {
    margin-top: 57px;
    padding-right: 15px;
}

.new-pages .seo_mp_17 .left p {
    margin: 0;
}

.new-pages .seo_mp_17 .left p {
    color: #202326;
    font-size: 28px;
    font-weight: 300;
    line-height: 33px;
}

.new-pages .seo_mp_17 .left hr {
    margin: 56px 0;
}

.new-pages .seo_mp_17 .left .subtext {
    color: #222426;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    padding-right: 15%;
}

.new-pages .seo_mp_17 .right {
    text-align: right;
}

.new-pages .seo_mp_17 .right img {
    display: inline-block;
}

.new-pages .seo_lp_1 .title-line {
    margin-bottom: 30px;
}

.new-pages .seo_lp_1 .subtitle-text {
    background-color: #F5F5F5;
    color: #222426;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 53px;
    padding: 32px 56px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.new-pages .seo_lp_1 .seo-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 52px 56px;
    margin: 0 0 28px;
    padding: 0;
}

.new-pages .seo_lp_1 .seo-item {
    display: flex;
    align-items: center;
    width: calc(100% / 3 - 56px);
    min-width: 490px;
}

.new-pages .seo_lp_1 .seo-item img {
    flex-shrink: 0;
    width: 196px;
}

.new-pages .seo_lp_1 .seo-item span {
    color: #1A1818;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    padding-left: 24px;
}

.new-pages .seo_lp_1 .seo-list.text-nodes {
    flex-direction: column;
    gap: 30px;
}

.new-pages .seo_lp_1 .seo-list.text-nodes .seo-item {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding: 0 30px 0 90px;
}
.new-pages .seo_lp_1 .seo-list.text-nodes .seo-item.center-vertical {
    align-items: center;
}
.new-pages .seo_lp_1 .seo-list.text-nodes.custom-icons .seo-item {
    flex-direction: row;
    padding: 0 17px;
}
.new-pages .seo_lp_1 .seo-list.text-nodes.custom-icons .seo-item img {
    width: 62px;
    margin-right: 24px;
}

.new-pages .seo_lp_1 .seo-list.text-nodes .seo-item.fixed-height {
    min-height: 222px;
}

.new-pages .seo_lp_1 .seo-list.text-nodes .seo-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("img/svg/icon-tick-round.svg") 50% 50% no-repeat transparent;
    width: 62px;
    height: 62px;
}

.new-pages .seo_lp_1 .seo-list.text-nodes.custom-icons .seo-item::before {
    content: none;
}

.new-pages .seo_lp_1 .seo-list.text-nodes .seo-item-title {
    color: #585858;
    font-weight: 500;
    line-height: 29px;
    margin: 0;
}

.new-pages .seo_lp_1 .seo-list.text-nodes .seo-item-text {
    color: #4F4F4F;
    margin: 6px 0 0;
}

.new-pages .seo_mp_21 {
    margin-bottom: 50px;
}

.new-pages .seo_mp_21 .pesp_s07.bg-orange {
    margin-top: -50px;
}

.new-pages .seo_faq.section {
    margin-bottom: 110px;
}

.new-pages .seo_faq .title-line {
    margin-bottom: 56px;
}

.new-pages .seo_faq .item-faq {
    margin: 32px 0 10px;
}

.new-pages .seo_faq .item-faq .question {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    padding: 31px 133px 31px 56px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.new-pages .seo_faq .item-faq .answer {
    box-shadow: none;
    margin-top: -10px;
}

.new-pages .seo_faq .item-faq .answer p {
    border: 1px solid #A1A1A1;
    color: #828282;
    font-weight: 300;
    line-height: 29px;
    margin: -5px 0 0;
    padding: 39px 64px 27px;
    border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
}

.new-pages .seo_servises {
    background-color: #EC6B10;
    padding: 117px 25px 137px;
}

.new-pages .seo_servises .wrapper {
    padding: 0;
}

.new-pages .seo_servises .title-line {
    color: #FFF;
    line-height: 50px;
    margin-bottom: 31px;
    text-transform: uppercase;
}

.new-pages .seo_servises .subtitle-text {
    color: #FFF;
    line-height: 28px;
    margin: 0 0 63px;
    text-align: center;
}

.new-pages .seo_servises .seo-orders-list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
}

.new-pages .seo_servises .seo-order-item {
    width: calc(100% / 3 - 20px);
    min-width: 477px;
}

.new-pages .seo_servises .seo-order-item button {
    color: #1A1818;
    cursor: pointer;
    border: none;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    padding: 26px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
}

.new-pages .button.full-width {
    width: 100%;
    height: 80px;
    font-size: 32px;
    font-weight: 400;
    padding: 20px 41px;
    text-transform: none;
}

.new-pages .plan-item {
    width: 19%;
    min-height: 300px;
    min-width: 275px;
    padding: 35px 20px 40px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.new-pages .plan-item svg {
    min-width: 382px;
}

.new-pages .plan-item .title {
    font-size: 24px;
}

.new-pages .plan-item ul {
    display: flex;
    flex-direction: column;
    min-height: 70px;
    justify-content: center;
}

.new-pages .plan-item ul li {
    font-size: 20px;
    line-height: 23px;
}

.new-pages .seo_more_btn {
    text-align: center;
}

.new-pages .seo_more_btn .button {
    min-width: 432px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
}

.new-pages .no-border,
.new-pages .seo-p-3 .seo-list.block-nodes .seo-item.no-border {
    border: none;
}

.new-pages .pesp_s09 {
    background-color: #222;
    margin-bottom: 50px;
    padding: 20px 40px;
    min-height: 138px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    z-index: 2;
    overflow: hidden;
}

.new-pages .pesp_s09::before,
.new-pages .pesp_s09::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    z-index: -1;
}

.new-pages .pesp_s09::after {
    background: url("img/svg/figure_bg.svg") 50% 50% no-repeat transparent;
    opacity: 0.6;
    filter: blur(15px);
}

.new-pages .pesp_s09 .title {
    color: #FFF;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
}

.new-pages .pesp_s09 .button {
    background-color: #EC6B10;
    min-width: 432px;
    font-size: 18px;
    line-height: 21px;
    height: 65px;
    padding: 24px;
}

.new-pages .seo_p_3 table {
    border: 1px solid #E2E2E2;
    border-spacing: 0;
    border-collapse: collapse;
}

.new-pages .seo_p_3 table td,
.new-pages .seo_p_3 table th {
    border: 1px solid #E2E2E2;
    color: #1A1818;
    padding: 20px;
    background-color: #FFF;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
}

.new-pages .seo_p_3 table th {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.new-pages .seo_p_3 table th[scope="row"] {
    color: #4F4F4F;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.new-pages .seo_p_3 table th span {
    color: #EC6B10;
}

.new-pages .seo_p_3 table td {
    vertical-align: top;
}
.new-pages .seo_mp_17 .half {
    padding: 0;
}

.new-pages .seo-p-4 .plan-seo-item .plan-text {
    padding: 18px 26px;
}

.new-pages .seo-p-1.contacts .half {
    gap: 0;
}

.new-pages .seo-p-1.contacts .half .left {
    padding-left: 100px;
}

.new-pages .seo-p-1.contacts .title {
    font-size: 42px;
    font-weight: 600;
    line-height: 49px;
    margin-bottom: 30px;
}

.new-pages .seo-p-1.contacts .contact-info {
    margin-bottom: 30px;
}

.new-pages .seo-p-1.contacts .contact-item b {
    font-weight: 700;
}

.new-pages .seo-p-1.contacts .seo-list {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

.new-pages .seo-p-1.contacts .seo-item .img-holder {
    position: relative;
}

.new-pages .seo-p-1.contacts .seo-item img {
    width: 230px;
    min-width: 180px;
}

.new-pages .seo-p-1.contacts .seo-item a {
    background: url(img/svg/linkedin-icon.svg) 50% 50% no-repeat transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px;
    height: 42px;
}

.new-pages .seo-p-1.contacts .seo-item-title {
    margin: 20px 0 15px 0;
    font-weight: 400;
}

.new-pages .seo-p-1.contacts .seo-item-subtitle {
    color: #EC6B10;
    font-size: 20px;
    font-weight: 500;
}

.new-pages .seo-p-1.contacts .social-media {
    border: 1px solid #DADADA;
    display: flex;
    padding: 22px;
    width: 452px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.new-pages .seo-p-1.contacts .social-item {
    width: 50%;
    margin: 0;
}

.new-pages .seo-p-1.contacts .social-item a {
    position: relative;
    line-height: 44px;
    text-decoration: none;
    padding-left: 56px;
}

.new-pages .seo-p-1.contacts .social-item img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 44px;
    display: inline-block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.new-pages .seo-p-1.contacts .social-item span {
    color: #1A1818;
    font-size: 20px;
    font-weight: 500;
}

.new-pages .seo-p-1.contacts .social-item:first-child {
    border-right: 1px solid #DADADA;
}

.new-pages .seo-p-1.contacts .social-item:last-child {
    text-align: right;
}

.new-pages #seo-accordion {
    display: none;
}

.new-pages #seo-tabs {
    display: flex;
    align-items: flex-start;
    gap: 45px;
    margin: 40px 0 25px;
    border: none;
    padding: 0;
}

.new-pages #seo-tabs.ui-widget,
.new-pages #seo-accordion.ui-widget {
    font-family: 'Roboto', sans-serif;
}

.new-pages #seo-tabs .ui-tabs-nav {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 32%;
    min-width: 325px;
}

.new-pages #seo-tabs .ui-tabs-panel {
    padding: 0;
    width: 68%;
}

.new-pages #seo-tabs .ui-tabs-tab {
    background-color: transparent;
    border: none;
    height: 76px;
    margin: 0 0 28px 0;
    padding-bottom: 0;
    width: 100%;
}

.new-pages #seo-tabs .ui-tabs-tab a {
    color: #1A1818;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    padding: 21px 0 22px 0;
    position: relative;
    width: 100%;
}

.new-pages #seo-tabs .ui-tabs-tab.ui-tabs-active a {
    padding-left: 25px;
}

.new-pages #seo-tabs .ui-tabs-tab a::after {
    content: "";
    background: url(img/svg/tab-chevron-icon.svg) 50% 50% no-repeat transparent;
    display: block;
    width: 76px;
    height: 76px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.new-pages #seo-tabs .ui-tabs-tab.ui-tabs-active a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #EC6B10;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.new-pages #seo-tabs .ui-tabs-tab.ui-tabs-active a::after {
    background: url(img/svg/tab-chevron-active-icon.svg) 50% 50% no-repeat transparent;
}

.new-pages #seo-tabs .ui-tabs-panel .seo-tab-title,
.new-pages #seo-accordion .ui-accordion-content .seo-tab-title {
    background-color: #1A1818;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    padding: 29px 0 17px 75px;
    position: relative;
}

.new-pages #seo-tabs .ui-tabs-panel .seo-tab-title::before,
.new-pages #seo-accordion .ui-accordion-content .seo-tab-title::before {
    position: absolute;
    top: -10px;
    left: 38px;
    font-weight: 900;
    font-size: 100px;
    line-height: 117px;
    color: #FFFFFF;
    opacity: 0.1;
}

.new-pages #seo-tabs .ui-tabs-panel .seo-tab-content,
.new-pages #seo-accordion .ui-accordion-content .seo-tab-content {
    background-color: #F4F4F4;
    padding: 30px 55px;
}

.new-pages #seo-tabs .ui-tabs-panel .seo-tab-subtitle,
.new-pages #seo-accordion .ui-accordion-content .seo-tab-subtitle {
    font-weight: 500;
    margin: 0 0 30px;
}

.new-pages #seo-tabs .ui-tabs-panel .seo-tab-content .seo-list,
.new-pages #seo-accordion .ui-accordion-content .seo-tab-content .seo-list {
    padding: 0;
    margin: 0 0 30px;
}
.new-pages #seo-tabs .ui-tabs-panel .seo-tab-content .seo-item-title,
.new-pages #seo-accordion .ui-accordion-content .seo-tab-content .seo-item-title {
    font-weight: 400;
}

/******************************************* New pages styles END *******************************************/

@media (max-width: 1670px) {
    .pesp-01 {
        margin-right: 25px;
    }

    .pesp-01 .text {
        padding: 113px 400px 93px 25px;
    }

    .pesp-01 .text:before {
        content: none;
    }

    .after-banner.eng-seo svg {
        display: none;
    }
}

@media (max-width: 1640px) {
    .seo_mp_20 .left,
    .seo_mp_17 .left,
    .seo-eagle .left,
    .seo-eagle .title,
    .seo_mp_9 .left,
    .seo_mp_6 .left {
        padding-left: 25px;
    }

    .seo_mp_9 .left {
        padding-right: 25px;
    }

    .back-circle:after {
        content: none;
    }
}

@media (max-width: 1600px) {
    .seo_mp_6, .all-service .odd, .all-service .even {
        align-items: center;
    }

    .seo_mp_6 .right.form {
        width: 650px;
    }

    .seo_mp_6 .left {
        width: calc(100vw - 700px);
    }
}

@media (max-width: 1550px) {
    .seo-p-6:before {
        left: -100px;
    }
}

@media (max-width: 1500px) {
    .result .text {
        font-size: 28px;
    }
}

@media (max-width: 1460px) {
    .plan .wrapper {
        flex-wrap: wrap;
        max-width: 900px;
        justify-content: center;
        gap: 0 20px;
    }

    .plan-item {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 1400px) {
    .order-form {
        right: 30px;
    }

    .main-banner .banner-info .title {
        width: calc(100% - 440px);
        padding: 77px 0 77px 50px;
    }

    .main-banner .glide__bullets {
        left: 50px;
    }

    .ht a.button.dark {
        display: none;
    }

    .top-menu {
        width: 35%;
    }

    .seo_mp_2 .left {
        width: calc(100% - 650px);
    }

    a.tile-item {
        padding: 50px 40px;
    }

    .result .text {
        font-size: 25px;
    }

    .market-item {
        width: 25%;
    }

    /******************************************* New pages styles START *******************************************/
    .new-pages .seo_lp_1 {
        margin-top: 0;
    }

    /******************************************* New pages styles END *******************************************/
}

@media (max-width: 1380px) {
    .res-work-item {
        width: 45%;
    }
}

@media (max-width: 1350px) {
    .all-stage .buttons {
        width: 350px;
    }

    .all-stage .text {
        width: calc(100% - 400px);
    }

    .all-service a.item:nth-child(2),
    .all-service a.item:nth-child(4),
    .all-service a.item:nth-child(5),
    .all-service a.item:nth-child(7) {
        background: #fff;
    }

    .all-service a.item:nth-child(2n) {
        background: #F5F5F5;
    }

    .all-service a.item:hover {
        background: #D2D2D2;
    }

    .all-service {
        justify-content: left;
    }

    .all-service a.item {
        width: 33.3%;
    }

    .seo-eagle .title {
        padding: 0 25px;
        width: 100%;
        font-size: 64px;
    }

    .nf-page .after-banner {
        padding: 72px 82px;
    }
}

@media (max-width: 1300px) {
    .after-banner {
        padding: 25px 50px;
    }

    .more {
        font-size: 60px;
    }

    .sys-work .left {
        padding-right: 50px;
    }

    .sys-work .right {
        padding-left: 50px;
    }

    .seo_mp_10 .half,
    .seo_mp_6 {
        display: block;
    }

    .seo_mp_6 {
        padding: 0;
    }

    .seo_mp_6::before {
        content: none;
    }

    .seo_mp_6 .left {
        padding: 0 25px 50px;
        width: 100%;
    }

    .seo_mp_6 .right.form {
        width: 100%;
    }

    .seo_mp_6 .right.form form {
        max-width: 500px;
        display: block;
        margin: auto;
        padding: 50px 25px;
    }

    .foo.form {
        width: 33%;
    }

    .all24,
    .bottom_footer ul li a,
    .foo ul.adr,
    .top_footer ul li a {
        font-size: 20px;
    }

    copy {
        font-size: 17px;
    }

    .copy.c2 {
        width: 40%;
    }

    .seo_mp_10 .half .left,
    .seo_mp_10 .half .right {
        width: 100%;
    }

    .seo_mp_10 .half {
        padding: 25px;
    }

    .half-gray::before {
        height: 70%;
    }

    .result {
        margin: 10px auto 20px;
        max-width: 500px;
    }

    .result.odd,
    .result.even {
        margin: 10px 0 20px;
        max-width: none;
    }

    .result svg {
        width: 194px;
        height: 156px;
    }

    .result .text {
        width: calc(100% - 230px);
    }

    .seo-eagle {
        margin-bottom: 0;
    }

    .seo_mp_13.wrapper {
        padding: 0;
    }

    .seo_mp_13 .top {
        padding: 100px 55px 0;
        border-radius: 0;
    }

    .seo_mp_13 .bottom {
        padding: 0 55px 100px;
    }

    .seo_mp_15 .left {
        padding-left: 120px;
    }
}

@media (max-width: 1240px) {
    .back-circle:before,
    .seo-p-6::before {
        content: none;
    }

    .seo-p-6 .miniwrap {
        left: 0;
    }

    a.head-phone {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .seo-eagle .left {
        width: 50%;
    }

    seo-eagle .p-line::before {
        content: none;
    }

    .seo-eagle .p-line:before {
        content: none;
    }

    .seo-eagle .p-line {
        padding-left: 0;
    }

    .seo-eagle .pigeon img {
        margin: 30px 0;
    }

    .text-image .half {
        display: block;
    }

    .text-image .half .left,
    .text-image .half .right {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .after-banner.eng-seo,
    .icons-help {
        display: block;
    }

    .after-banner.eng-seo {
        padding: 25px;
    }

    .after-banner.eng-seo .more-w,
    .after-banner.eng-seo p {
        width: 100%;
        text-align: center;
    }

    .icons-help .items {
        width: 100%;
        max-width: 500px;
        margin: 20px auto;
    }

    .title-under {
        display: block;
        white-space: normal;
    }

    .title-under::before, .title-under::after {
        content: none;
    }

    .seo_mp_8 .half .left,
    .seo_mp_7 .half .left {
        padding-left: 0;
    }

    .pesp-01 {
        height: auto;
        margin-right: 0;
        margin-top: 160px;
    }

    .pesp-01 .circle {
        width: 250px;
        height: 250px;
        bottom: auto;
        margin: auto;
        left: 0;
        top: -125px;
    }

    .pesp-01 .text {
        padding: 183px 25px 80px 25px;
        margin-right: 0;
    }

    /******************************************* New pages styles START *******************************************/
    .new-pages .seo_mp_2 .right img {
        margin-right: 0;
    }

    .new-pages .seo_lp_1 {
        margin-top: 50px;
    }

    .new-pages .seo_mp_8 .half .left {
        padding-left: 11%;
    }

    .new-pages .seo_mp_8 .left.custom-image {
        padding-left: 3%;
    }

    .new-pages .seo_mp_8 .right {
        padding-bottom: 16px;
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item {
        min-width: 190px;
    }
    .new-pages .seo-p-3 .schedule-list.custom-list .schedule-item {
        min-width: 150px;
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item::before {
        top: 62px;
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item-title {
        font-size: 28px;
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item svg,
    .new-pages .seo-p-3 .schedule-list .schedule-item img {
        width: 120px;
        height: 120px;
    }

    .new-pages .seo_mp_8 .left .title,
    .new-pages .seo_mp_8 .right .form-title {
        font-size: 34px;
        line-height: 37px;
    }

    /******************************************* New pages styles END *******************************************/
}

@media (max-width: 1150px) {
    header .ht {
        padding: 20px 0;
    }

    .header-right-block {
        width: 235px;
    }

    .header-right-block a.button {
        width: 100%;
    }

    .header-right {
        padding: 0 0 7px 0;
    }

    main {
        margin-top: 207px;
    }

    a.head-phone {
        font-size: 16px;
    }

    .top-menu {
        width: 45%;
        margin-top: 15px;
    }

    .seo_mp_2 > .wrapper {
        padding: 80px 25px 20px;
        display: block;
    }

    .todo-item,
    .seo_mp_2.full .left,
    .seo_mp_2 .left {
        width: 100%;
    }

    .todo-item br {
        display: none;
    }

    .seo_mp_2 .right {
        width: 100%;
        max-width: 550px;
        margin: auto;
    }

    .seo_mp_15 .left {
        padding-left: 50px;
    }

    .seo_mp_15 .right {
        padding-right: 50px;
    }

    .why-item {
        width: 50%;
    }

    .why-item:nth-child(3n+2) .pe:before,
    .why-item:nth-child(3n+2) .pe:after,
    .why-item:nth-child(3n+2):before,
    .why-item:nth-child(3n+2):after {
        content: none;
    }

    .why-item:nth-child(2n):before,
    .why-item:nth-child(2n):after {
        content: "";
        position: absolute;
        left: 0;
    }

    .why-item:nth-child(2n):before {
        width: 17px;
        height: 47px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url("img/svg/why.svg") no-repeat;
        background-color: #fff;
        left: -8px;
        z-index: 1;
    }

    .why-item:nth-child(2n):after {
        width: 1px;
        height: 100%;
        background: #D9D9D9;
        top: 0;
    }

    table td, table th {
        padding: 15px;
    }

    table th {
        font-size: 20px;
    }

    table td {
        font-size: 18px;
    }

    .bottom-menu ul.menu li a {
        font-size: 18px;
    }

    .bottom-menu {
        width: 100%;
        padding-right: 20px;
    }

    /******************************************* New pages styles START *******************************************/
    .new-pages .seo_mp_2 .todo.wrapper {
        display: flex;
    }

    /******************************************* New pages styles END *******************************************/

}

@media (max-width: 1100px) {
    .all-stage .buttons {
        display: none;
    }

    .all-stage .stage-item .descr {
        padding: 40px;
    }

    .all-stage .stage-info {
        margin-bottom: 28px;
    }

    .all-stage .text {
        width: 100%;
    }

    .all-stage .btn-item.btn-item-mob {
        display: flex;
    }

    .all-stage .active .btn-circle:after {
        transform: rotate(90deg);
    }

    .seo_mp_9 .half {
        flex-wrap: wrap;
        align-items: unset;
    }

    .seo_mp_9 .half .left, .seo_mp_9 .half .right {
        width: 100%;
    }

    .seo_mp_9 .half .left {
        order: 1;
        margin: 0;
        padding: 40px 25px;
    }

    .seo_mp_9 .half .right {
        min-height: 300px;
    }

    .seo_mp_13 .top {
        padding: 50px 25px 0;
        border-radius: 0;
    }

    .seo_mp_13 .bottom {
        padding: 0 25px 50px;
    }

    .seo_mp_20 p {
        font-size: 20px;
    }
}

@media (max-width: 1050px) {
    .seo_mp_1 .left .descr {
        padding: 0 20px 0 140px;
    }

    ul.columns3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .all-service a.item,
    a.tile-item {
        width: 50%;
    }

    .all-service a.item:nth-child(2n),
    .tile-item:nth-child(2n) {
        background: #fff;
    }

    .all-service a.item:nth-child(2),
    .all-service a.item:nth-child(3),
    .all-service a.item:nth-child(6),
    .all-service a.item:nth-child(7),
    .all-service a.item:nth-child(10),
    .tile-item:nth-child(2),
    .tile-item:nth-child(3),
    .tile-item:nth-child(6),
    .tile-item:nth-child(7),
    .tile-item:nth-child(10) {
        background: #F5F5F5;
    }

    .tile-item.gray {
        background: #fff;
    }

    .tile-item:hover {
        background: #8C8C8C;
    }

    .all-service a.item:hover {
        background: #D2D2D2;
    }

    .seo_mp_7 .half {
        display: block;
    }

    .seo_mp_7 .half .left,
    .seo_mp_7 .half .right {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    li.menu-item-has-children::before {
        right: 0;
    }

    .wrapper.mb {
        padding: 0;
    }

    .mega_menu {
        width: 100vw;
        left: -25px;
    }

    .order-form {
        position: relative;
        right: auto;
        background: #000;
        padding: 20px 57px 40px;
        width: 100%;
    }

    .order-form:before {
        content: "";
        position: absolute;
        left: 0;
        top: -50px;
        width: 100%;
        height: 50px;
        background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .main-banner .glide__slides {
        height: 375px;
    }

    .order-form form {
        max-width: 500px;
        margin: auto;
    }

    .main-banner .banner-info .title {
        width: 100%;
    }

    .main-banner .glide__bullets {
        bottom: 3em;
    }

    .main-page-after-banner .after-banner {
        position: relative;
    }

    .main-page-after-banner {
        margin-bottom: 0;
    }

    .bottom-menu {
        width: 100%;
        padding: 0;
    }

    .top-menu ul.menu li a,
    .bottom-menu ul.menu li a {
        font-size: 16px;
    }

    .bottom-menu::-webkit-scrollbar {
        width: 0;
    }

    .bottom-menu ul.menu li {
        padding: 0 15px;
        white-space: nowrap;
    }

    .sub-menu {
        min-width: 280px;
    }

    .bottom-menu ul.sub-menu li {
        padding: 0;
        white-space: break-spaces;
        display: block;
    }

    li.mega-menu::before {
        right: 7px;
    }

    .more-seo {
        max-width: 100%;
    }

    .after-banner {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .more {
        font-size: 50px;
    }

    .nf-page .more-w {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .sys-work .wrapper {
        display: block;
    }

    .sys-work .left, .sys-work .right {
        width: 100%;
        max-width: unset;
        padding: 0;
    }

    .sys-work .left::before {
        width: 900px;
        height: 900px;
        right: 0;
        left: 50%;
        top: auto;
        bottom: -50px;
        transform: translateX(-50%);
    }

    .sys-work .left {
        margin-bottom: 70px;
    }

    .bottom-foo .wrapper {
        display: block;
    }

    .copy, .bottom_footer,
    .copy.c2 {
        width: 100%;
        text-align: center;
    }

    .bottom_footer {
        margin: 20px 0;
    }

    footer .wrapper {
        flex-wrap: wrap;
    }

    .seo_mp_14 .half .left,
    .seo_mp_14 .half .right,
    .seo_mp_15 .half .left,
    .seo_mp_15 .half .right,
    .foo.form {
        width: 100%;
    }

    footer .form form {
        max-width: 500px;
        display: block;
        margin: 30px auto 0;
    }

    .seo_mp_17 .left {
        width: calc(100vw - 350px);
    }

    .seo_mp_14 .half,
    .seo_mp_15 .half {
        display: block;
    }

    .seo_mp_15 .half .left,
    .seo_mp_15 .half .right {
        padding: 0 50px;
    }

    .seo_mp_15 .half .left {
        margin-bottom: 80px;
    }

    .gray.country-work .wrapper {
        padding: 0 40px;
    }

    .step-item .title::before {
        font-size: 60px;
    }

    .step-item .title {
        padding-left: 90px;
        font-size: 22px;
    }

    .step-item {
        padding: 25px;
    }

    .seo_steps .step-item:nth-child(2n+1) .title::after {
        right: -36px;
    }

    .seo_steps .step-item:nth-child(2n) .title::after {
        left: -38px;
    }

    .how-work-item {
        width: 48%;
    }

    /******************************************* New pages styles START *******************************************/
    .new-pages .step-item .title::before {
        font-size: 80px;
    }

    .new-pages .seo_mp_17 .left {
        width: 100%;
    }

    .new-pages .seo_lp_1 .seo-item {
        min-width: 400px;
    }

    /******************************************* New pages styles END *******************************************/
}

@media (max-width: 980px) {
    .table-p-3 {
        display: block;
    }

    .table-p-3 .row-left, .table-p-3 .row-right {
        width: 100%;
    }
}

@media (max-width: 940px) {
    .seo_mp_1,
    .seo_mp_1 .left,
    .seo_mp_1 .right {
        display: block;
        width: 100%;
        padding: 0;
    }

    .seo_mp_1 .left {
        padding: 50px 25px;
    }

    .seo_mp_1 .right .descr {
        padding: 120px 25px 25px;
    }

    .seo_mp_1 .right:after {
        background: url("img/svg/seo_mp_1_mob.svg");
        background-position: top center;
        background-size: auto;
    }

    .res-work-item {
        width: 100%;
    }
}

@media (max-width: 900px) {
    main {
        margin-top: 94px;
    }

    .header-right-block a.button,
    .header-right-block {
        width: auto;
    }

    .header-right {
        padding: 5px 15px 0 0;
    }

    .dev-mode {
        padding: 0;
    }

    .dev-mode .half {
        flex-wrap: wrap;
    }

    .dev-mode .half .left, .dev-mode .half .right {
        width: 100%;
    }

    .dev-mode .half p {
        text-align: center;
        max-width: none;
        font-size: 20px;
    }

    .bottom-menu ul.menu li.mobile,
    .mob-menu {
        display: block;
    }

    .mob-menu a.button.dark {
        display: block;
        max-width: 200px;
        margin: 20px auto;
    }

    .mob-menu a.head-phone {
        display: block;
        max-width: 250px;
        margin: 20px auto;
        color: #fff;
        font-size: 22px;
    }

    .menu-container {
        position: absolute;
        left: 0;
        top: 94px;
        width: 100%;
        height: calc(100vh - 94px);
        overflow-x: scroll;
        overflow-x: hidden;
        background: #fff;
        z-index: 10;
        padding: 0 25px 25px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .bottom-menu ul.menu li,
    .bottom-menu ul.menu {
        display: block;
    }

    .bottom-menu ul.menu li.mobile a,
    .bottom-menu ul.menu li.menu-item-has-children a {
        font-size: 20px;
        font-weight: 500;
        padding-left: 7px;
        color: #EC6B10;
        position: relative;
    }

    .bottom-menu ul.menu li.mobile:before,
    li.menu-item-has-children:before {
        content: "";
        position: absolute;
        right: auto;
        left: 0;
        top: 12px;
        width: 15px;
        height: 12px;
        background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 12" enable-background="new 0 0 15 12" xml:space="preserve"><path fill="%23EA6A0F" d="M13.1,3.1l0.2-1l1,0.2l-0.2,1L13.1,3.1z M2.4,11.8C1.9,12.1,1.3,12,1,11.5c-0.3-0.5-0.2-1.1,0.2-1.4L2.4,11.8z M5.6,0.7l7.7,1.4l-0.3,2L5.3,2.7L5.6,0.7z M14.1,3.2l-1.4,7.7l-2-0.3l1.4-7.7L14.1,3.2z M13.7,3.9L2.4,11.8l-1.1-1.6l11.3-7.9L13.7,3.9z"/></svg>')
    }

    .sub-menu {
        position: unset;
        background: #fff;
        padding: 0 0 10px;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    .bottom-menu ul.menu li.menu-item-has-children .sub-menu a {
        font-size: 16px;
        color: #1A1818;
        font-weight: 300;
        padding: 0;
    }

    .menu-container.open {
        opacity: 1;
        visibility: visible;
    }

    .hamburger {
        display: inline-block;
        position: relative;
        z-index: 20;
    }

    header .top-menu,
    .header-right .lang-selector {
        display: none;
    }

    .lang-code.mobile,
    .seo_mp_8 .half {
        display: block;
    }

    .lang-selector {
        font-size: 15px;
        font-weight: 400;
    }

    .lang-code.mobile .lang-selector {
        margin: 0 5px;
    }

    .lang-selector .cur-lang {
        padding-right: 0;
    }

    .lang-code.mobile .lang-selector:before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: -6px;
        left: -6px;
        border: 1px solid #E0E0E0;
        border-radius: 50%;
    }

    .lang-selector .languages {
        position: absolute;
        left: -6px;
        padding: 5px 6px;
        opacity: 0;
        border-radius: 50px;
        top: -6px;
    }

    .seo_mp_8 .half .left,
    .seo_mp_8 .half .right {
        width: 100%;
    }

    .seo_mp_8 form {
        margin: auto;
    }

    .subtitle {
        margin: 32px auto;
    }

    .seo_mp_13 .bottom {
        padding: 0 0 50px;
    }

    .seo_mp_13 .month-wrap:nth-child(2n) .month,
    .seo_mp_13 .month-wrap:nth-child(2n+1) .month {
        margin: 0;
    }

    .seo_mp_13 .month-wrap {
        position: relative;
        z-index: 1;
    }

    .seo_mp_13 .month-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #EC6B10;
    }

    .seo_mp_13 .month-wrap:nth-child(2n+1) .month {
        border-radius: 0 0 0 100px;
    }

    .seo_mp_13 .month-wrap:nth-child(2n) .month {
        border-radius: 0 0 100px;
    }

    .seo_mp_13 .month-wrap:nth-child(2n+1):before {
        background: #9E4404;
    }

    .seo_mp_13 .month-wrap:nth-child(2n):before {
        background: #EC6B10;
    }

    .seo_mp_13 .month.last,
    .seo_mp_13 .month-wrap .month.pre-last {
        border-radius: 0;
        margin: 0;
    }

    .seo_mp_13 .bottom:after {
        content: none;
    }

    .market-item {
        width: 32%;
    }

    /******************************************* New pages styles START *****************************************/
    .new-pages .seo_mp_8 .half {
        display: flex;
    }

    /******************************************* New pages styles END *******************************************/

}

@media (max-width: 820px) {
    .plan-item {
        width: 100%;
    }

    .plan .wrapper {
        max-width: 450px;
    }

    .seo_mp_21 .half {
        display: block;
    }

    .seo_mp_18 .button.white,
    .seo_mp_21 .half .left,
    .seo_mp_21 .half .right {
        width: 100%;
    }

    .seo_mp_18 .button-block {
        flex-wrap: wrap;
    }

    .seo_mp_18 .button.white {
        margin-bottom: 20px;
    }

    .seo_mp_18 {
        padding: 80px 0;
    }

    .mega-column {
        width: 45%;
    }

    .tblwrap {
        padding: 0;
    }

    table {
        border: 0;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
    }

    table td:first-child {
        font-size: 20px;
        font-weight: 700;
    }

    table td:not(:first-child) {
        background: #EF883F;
        color: #fff;
    }

    table td:last-child {
        background: #EC6B10;
    }

    table td {
        margin-bottom: 4px;
        display: block;
        text-align: right;
    }

    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table caption {
        display: block;
        color: #fff;
        background-color: #141313;
        font-size: 22px;
        font-weight: 700;
        padding: 15px;
        margin-bottom: 4px;
    }

    table td:last-child {
        border-bottom: 0;
    }

    /******************************************* New pages styles START *****************************************/
    .new-pages .plan-item {
        width: 100%;
    }

    .new-pages table thead {
        position: static;
    }

    .new-pages table tr,
    .new-pages table td {
        display: revert;
        margin-bottom: 0;
    }


    /******************************************* New pages styles END *******************************************/
}

@media (max-width: 790px) {
    .seo-eagle .ct,
    .seo-eagle .left,
    .seo-eagle .right {
        display: block;
        width: 100%;
    }

    .why-item {
        width: 100%;
    }

    .why-item:nth-child(2n)::before,
    .why-item:nth-child(2n)::after {
        content: none;
    }

    .team-item {
        width: 100%;
    }

    .team-all {
        max-width: 450px;
    }
}

/******************************************* New pages styles START *******************************************/

@media (max-width: 768px) {
    .new-pages {
        min-width: 370px;
    }

    .new-pages .order-form {
        padding: 28px 22px 0;
        text-align: center;
    }

    .new-pages .order-form input[type="text"] {
        width: calc(100% - 42px);
    }

    .new-pages .wrapper,
    .new-pages .half.wrapper,
    .new-pages .miniwrap {
        padding: 0 21px;
    }

    .new-pages .after-banner.wrapper {
        padding: 36px 23px 62px;
    }

    .new-pages .after-banner .half {
        flex-wrap: wrap;
        padding: 0;
    }

    .new-pages .after-banner .half > div {
        width: 100%;
        padding: 0;
    }

    .new-pages .more-seo {
        margin-bottom: 36px;
    }

    .new-pages .more-seo p {
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        margin-bottom: 40px;
        padding-right: 30%;
    }

    .new-pages .more-seo ul li svg {
        width: 44px;
        height: 44px;
        margin-right: 12px;
    }

    .new-pages .more-seo ul li span {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .more-seo-title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .new-pages .more-seo-info ol {
        margin: 0;
    }

    .new-pages .more-seo-info ol li {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo-p-0.wrapper {
        padding: 0 12px;
    }

    .new-pages .seo-p-0 .title-line {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px;
        text-align: center;
    }

    .new-pages .seo-p-0 .title-line span {
        font-weight: 400;
    }

    .new-pages .seo-p-0 .subtitle-text {
        font-size: 16px;
        line-height: 19px;
        padding: 0 12px;
    }

    .new-pages .seo-p-0 hr {
        height: 5px;
        margin: 18px 0;
    }

    .new-pages .seo-p-0 .half {
        flex-direction: column;
        gap: 18px;
        padding: 0 12px 25px;
    }

    .new-pages .seo-p-0 .half > div {
        width: 100%;
    }

    .new-pages .seo-p-0 .half p {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo-location img {
        margin: 0;
    }

    .new-pages .step-item {
        min-height: 82px;
    }

    .new-pages .step-item {
        flex-wrap: wrap;
    }

    .new-pages .seo_steps .step-item:nth-child(even):after,
    .new-pages .seo_steps .step-item:nth-child(odd):after {
        content: "";
        left: 11px;
        top: 87px;
    }

    .new-pages .step-item .title,
    .new-pages .step-item .text {
        width: auto;
        min-width: 105px;
    }

    .new-pages .step-item .title {
        align-items: flex-end;
        padding: 80px 0px 0 40px;
        width: 100%;
    }

    .new-pages .seo_steps .step-item p.text {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        padding: 0 0 0 40px;
        text-align: left;
        margin-top: -20px;
    }

    .new-pages .seo_steps .step-item:nth-child(even) .title {
        order: 0;
    }

    .new-pages .step-item .title::before,
    .new-pages .step-item:nth-child(even) .title:before {
        font-size: 70px;
        left: auto;
        right: auto;
        line-height: 82px;
        left: 40px;
        top: 0;
        transform: none;;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .new-pages .seo_steps .step-item .title:after,
    .new-pages .seo_steps .step-item:nth-child(even) .title:after {
        width: 24px;
        height: 24px;
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .new-pages .seo_steps .step-item:nth-child(odd) .title:after,
    .new-pages .seo_steps .step-item:nth-child(even) .title:after {
        right: auto;
        left: 0;
    }

    .new-pages .seo_steps .step-item:last-child::after {
        content: none;
    }

    .new-pages .seo_steps.extended .step-item .title:before {
        line-height: 82px;
        left: 40px;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .new-pages .seo_steps.extended .step-item .title:after,
    .new-pages .seo_steps.extended .step-item:nth-child(even) .title:after {
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .new-pages .seo_steps.extended .step-item:nth-child(even):after,
    .new-pages .seo_steps.extended .step-item:nth-child(odd):after {
        left: 11px;
        top: 94px;
    }

    .new-pages .seo_steps.extended .step-item:last-child::after {
        content: none;
    }

    .new-pages .seo_steps.extended .step-item .title {
        font-size: 16px;
        line-height: 19px;
        align-items: flex-end;
        padding: 80px 0px 0 40px;
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .new-pages .seo_steps.extended .step-item .title p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
    }

    .new-pages .seo_steps.extended .step-item p.text {
        font-size: 16px;
        line-height: 19px;
        padding-left: 40px;
        margin-top: 0;
    }

    .new-pages .seo_steps.extended .step-item:nth-child(even) p.text {
        padding-left: 40px;
    }

    .new-pages .seo-steps-list .miniwrap .subtitle-text {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo_mp_2 > .wrapper {
        padding: 0 12px 70px;
    }

    .new-pages .seo_mp_2 .half {
        flex-direction: column;
        padding: 0;
    }

    .new-pages .seo_mp_2 .left {
        margin-bottom: 30px;
    }

    .new-pages .seo_mp_2 .left p {
        font-size: 16px;
        line-height: 19px;
        padding: 0 12px;
    }

    .new-pages .seo_mp_2 .left hr {
        height: 5px;
        margin: 20px 0;
    }

    .new-pages .seo_mp_2 .right img {
        max-width: 100%;
        margin: 0;
    }

    .new-pages .seo-p-1.wrapper {
        padding: 57px 21px;
    }

    .new-pages .seo-p-1 .title-line {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 34px;
        text-align: center;
    }

    .new-pages .seo-p-1 .subtitle-text {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 24px;
    }

    .new-pages .half {
        flex-wrap: wrap;
        padding: 0;
    }

    .new-pages .half .left,
    .new-pages .half .right {
        width: 100%;
    }

    .new-pages .half .right .seo-list.title-node {
        margin-top: 0;
    }

    .new-pages .seo-p-1 .half {
        gap: 0;
    }
    .new-pages .seo-p-1 .half .left {
        margin-bottom: 0;
    }

    .new-pages .seo-p-1 .left ul li {
        margin-bottom: 24px;
    }

    .new-pages .left .subtitle {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 12px;
    }

    .new-pages .half p {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo-p-3 .half .right > p {
        padding-left: 0;
    }

    .new-pages .seo-p-3 .right.text.bg-gray {
        padding: 0 21px;
        margin-left: 0;
    }

    .new-pages .seo-p-3 .right.text.bg-gray > p {
        font-size: 24px;
        line-height: 28px;
    }

    .new-pages .seo-p-3 .right.text.bg-gray.custom-block p {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo-p-3 .right.custom-block p:first-child {
        font-size: 24px;
        line-height: 28px;
    }

    .new-pages .seo-p-1 .right img {
        position: static;
    }

    .new-pages .seo-p-3.wrapper {
        margin-bottom: 60px;
    }

    .new-pages .seo-p-3 .table-header {
        font-size: 18px;
        line-height: 21px;
        padding: 8px 30px;
    }

    .new-pages .seo-p-3 .table-p-3 {
        margin-bottom: 36px;
    }

    .new-pages .seo-p-3 .table-p-3 .row-left,
    .new-pages .seo-p-3 .table-p-3 .row-right {
        gap: 8px;
        width: 100%;
    }

    .new-pages .seo-p-3 .table-p-3 .row-left {
        margin-bottom: 8px;
    }

    .new-pages .seo-p-3 .table-p-3 .cell {
        padding: 19px;
    }

    .new-pages .seo-p-3 .table-p-3 .cell p {
        line-height: 21px;
    }

    .new-pages .seo-p-3 .subtitle-text {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo-p-3 .schedule-list {
        flex-direction: column;
        padding: 0;
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item::before {
        width: 1px;
        height: 100%;
        left: 44px;
        top: 44px;
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item:first-child::before {
        left: 44px;
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item svg,
    .new-pages .seo-p-3 .schedule-list .schedule-item img {
        flex-shrink: 0;
        width: 88px;
        height: 88px;
    }

    .new-pages .seo-p-3 .schedule-list.custom-list {
        gap: 18px;
    }

    .new-pages .seo-p-3 .schedule-list.custom-list .schedule-item img {
        width: 42px;
        height: 42px;
    }

    .new-pages .seo-p-3 .schedule-list.custom-list .schedule-item-title {
        font-size: 18px;
        line-height: 21px;
        margin-top: 0;
        padding-left: 14px;
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item-title {
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        padding-left: 10px;
        text-align: left;
        width: calc(100% - 88px);
    }

    .new-pages .seo-p-3 .schedule-list .schedule-item-text {
        font-size: 16px;
        line-height: 19px;
        padding: 0 0 0 98px;
        text-align: left;
        margin: -10px 0 10px;
    }

    .new-pages .seo-p-3 .seo-list {
        padding: 0;
        margin: 0;
    }

    .new-pages .seo-p-3 .seo-list .seo-item {
        margin-bottom: 25px;
    }
    .new-pages .seo-p-3 .seo-list .seo-item:last-child {
        margin-bottom: 10px;
    }
    .new-pages .seo-p-3 .seo-list .seo-item:last-child p {
        margin-bottom: 0;
    }

    .new-pages .seo-p-3 .seo-list.block-nodes {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .new-pages .seo-p-3 .seo-list.block-nodes .seo-item-title {
        font-size: 20px;
        line-height: 23px;
    }

    .new-pages .seo-p-3 .seo-list.block-nodes .seo-item-text {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo-p-3 .seo-list.custom-icons .seo-item a {
        min-height: 65px;
    }

    .new-pages .seo-p-3 .seo-list.custom-icons .seo-item a img {
        width: 65px;
    }

    .new-pages .seo-p-3 .seo-list.custom-icons .seo-item a p {
        margin: 0 0 0 79px;
    }

    .new-pages .seo_mp_2 .title-line {
        font-size: 24px;
        padding: 0 21px;
    }

    .new-pages .seo_mp_2 .subtitle-text.miniwrap {
        font-size: 16px;
    }

    .new-pages .seo_mp_2 .todo {
        gap: 30px;
    }

    .new-pages .seo_mp_2 .todo.wrapper {
        padding: 38px 24px 90px;
    }

    .new-pages .todo .todo-item {
        min-width: 322px;
    }

    .new-pages .seo_mp_2 .todo-item img {
        width: 60px;
        height: 62px;
    }

    .new-pages .seo_mp_2 .todo-item p {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        padding: 0 0 0 55px;
    }

    .new-pages .seo_mp_2 .todo-item p:before {
        font-size: 80px;
    }

    .new-pages .seo_mp_2 .todo .todo-sublist {
        margin-top: 27px;
    }

    .new-pages .seo_mp_2 .todo .todo-subitem {
        font-size: 16px;
        font-weight: 300;
        line-height: 19px;
        margin-left: 0;
    }

    .new-pages .todo .todo-subtext {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo_mp_8 .half {
        flex-direction: column;
    }

    .new-pages .seo_mp_8 .half.wrapper {
        padding: 0;
    }

    .new-pages .seo_mp_8 .half > div {
        width: 100%;
    }

    .new-pages .seo_mp_8 .half .left {
        min-height: 508px;
        padding: 122px 25px 0;
        background-position: 50% 50%;
    }
    .new-pages .seo_mp_8.custom-block .left {
        min-height: 340px;
        height: 90vw;
        padding: 0;
    }

    .new-pages .seo_mp_8 .half .left.custom-image {
        background-position: 40% 0;
        background-size: 170%;
    }

    .new-pages .seo_mp_8 .left .title {
        font-size: 24px;
        line-height: 29px;
        padding-right: 15%;
    }

    .new-pages .seo_mp_8 .left.custom-image .title {
        padding-top: 218px;
        padding-right: 10%;
    }

    .new-pages .seo_mp_8 .left .subtitle {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo_mp_8 .right,
    .new-pages .seo_mp_8.custom-block .right {
        padding: 40px 24px 46px;
    }

    .new-pages .seo_mp_8 .right .form-title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 24px;
    }

    .new-pages .seo_mp_8.custom-block .right .form-title,
    .new-pages .seo_mp_8.custom-block .right .form-subtitle {
        text-align: center;
    }

    .new-pages .seo_mp_17 .title-line {
        font-size: 24px;
        line-height: 28px;
        padding: 0 38px;
    }

    .new-pages .seo_mp_17 .half {
        padding: 0;
        flex-direction: column;
    }

    .new-pages .seo_mp_17 .left {
        margin-bottom: 31px;
        margin-top: 0;
        padding: 0 12px;
    }

    .new-pages .seo_mp_17 .left p {
        font-size: 16px;
        line-height: 19px;
        padding: 0 12px;
    }

    .new-pages .seo_mp_17 .left hr {
        height: 5px;
        margin: 20px 0;
    }

    .new-pages .seo_mp_17 .left .subtext {
        font-size: 16px;
        line-height: 19px;
        padding: 0 12px;
    }

    .new-pages .seo_mp_17 .right {
        width: 100%;
        max-width: 100%;
    }

    .new-pages .seo_mp_17 .right img {
        max-width: 325px;
    }

    .new-pages .seo_lp_1 {
        margin-top: 16px;
    }

    .new-pages .seo_lp_1.wrapper {
        padding: 0;
    }

    .new-pages .seo_lp_1 .title-line {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px;
        padding: 0 24px;
    }

    .new-pages .seo_lp_1 .subtitle-text {
        font-size: 16px;
        line-height: 19px;
        margin: 0 12px 24px;
        padding: 21px 24px;
    }

    .new-pages .seo_lp_1 .seo-list.text-nodes .seo-item {
        padding: 0 0 0 56px;
    }

    .new-pages .seo_lp_1 .seo-list.text-nodes .seo-item.fixed-height {
        min-height: auto;
    }

    .new-pages .seo_lp_1 .seo-list.text-nodes.custom-icons li:first-child {
        margin-top: 24px;
    }

    .new-pages .seo_lp_1 .seo-list.text-nodes .seo-item::before {
        width: 42px;
        height: 42px;
        background-size: 42px 42px;
    }

    .new-pages .seo_lp_1 .seo-list.text-nodes .seo-item-title {
        line-height: 21px;
    }

    .new-pages .seo_lp_1 .seo-list.text-nodes .seo-item-text {
        font-size: 16px;
        line-height: 21px;
        margin: 12px 0;
    }

    .new-pages .seo_lp_1 .seo-list.text-nodes {
        margin: 0 21px;
        gap: 24px;
    }

    .new-pages .seo_lp_1 .seo-list {
        margin: 0 0 118px;
        gap: 56px;
    }

    .new-pages .seo_lp_1 .seo-item {
        flex-direction: column;
        width: 100%;
        min-width: 100%;
    }

    .new-pages .seo_lp_1 .seo-list.text-nodes.custom-icons .seo-item {
        padding: 0;
    }

    .new-pages .seo_lp_1 .seo-item img {
        margin-bottom: 24px;
        width: 146px;
    }

    .new-pages .seo_lp_1 .seo-list.text-nodes.custom-icons .seo-item img {
        width: 42px;
        margin-right: 14px;
        margin-bottom: 0;
    }

    .new-pages .seo_lp_1 .seo-item span {
        padding: 0 20px;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .new-pages .seo-p-4 .plan-seo-item {
        margin-bottom: 10px;
    }

    .new-pages .seo-p-4 .plan-seo-item .plan-title {
        font-size: 24px;
        line-height: 28px;
        padding: 26px 0 25px 27px;
    }

    .new-pages .seo-p-4 .plan-seo-item .plan-title:before {
        bottom: 10px;
        left: 25px;
    }

    .new-pages .seo-p-4 .plan-seo-item .plan-text {
        padding: 18px 26px;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .new-pages .seo-p-4 .plan-seo-item .plan-text li {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        width: 100%;
    }

    .new-pages .seo-p-4 .plan-seo-item .plan-text li:before {
        top: -1px;
    }

    .new-pages .seo_faq.section {
        padding: 0 18px;
        margin-bottom: 76px;
    }

    .new-pages .seo_faq .faq {
        padding: 0 5px;
    }

    .new-pages .seo_faq .title-line {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 28px;
    }

    .new-pages .seo_faq .item-faq {
        margin-top: 28px;
    }

    .new-pages .seo_faq .item-faq .question {
        font-size: 20px;
        line-height: 24px;
        padding: 20px 16px;
    }

    .new-pages .seo_faq .item-faq .question::after {
        content: none;
    }

    .new-pages .seo_faq .item-faq .answer p {
        font-size: 16px;
        line-height: 19px;
        padding: 30px 16px 20px;
    }

    .new-pages .seo_servises {
        padding: 36px 25px 32px;
    }

    .new-pages .seo_servises .title-line {
        line-height: 38px;
        text-align: left;
        margin-bottom: 20px;
    }

    .new-pages .seo_servises .subtitle-text {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 35px;
        text-align: left;
    }

    .new-pages .seo_servises .seo-orders-list {
        gap: 18px;
        margin-bottom: 0;
    }

    .new-pages .seo_servises .seo-order-item {
        width: 100%;
        min-width: 321px;
    }

    .new-pages .seo_servises .seo-order-item button {
        font-size: 16px;
        line-height: 19px;
        padding: 28px 49px;
    }

    .new-pages .half.reverse {
        flex-direction: column-reverse;
        gap: 0;
    }

    .new-pages .half.reverse .right.text,
    .new-pages .half.reverse .left {
        margin-bottom: 0;
    }

    .new-pages .half {
        display: flex;
        flex-direction: column;
    }

    .new-pages .title-line.subtitle {
        font-size: 20px;
        line-height: 23px;
    }

    .new-pages .pesp_s07 p {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo-p-3 .seo-list.title-node {
        gap: 0;
    }

    .new-pages .seo-p-3 .seo-list.title-node .seo-item {
        padding-left: 0;
        gap: 25px;
    }

    .new-pages .seo-p-3 .seo-list.title-node .seo-item img {
        min-width: 65px;
        width: 65px;
    }

    .new-pages .seo-p-4 .half .left .plan-seo,
    .new-pages .seo-p-4 .half .right .plan-seo {
        margin-left: 0;
        margin-right: 0;
    }

    .new-pages .seo-p-3 .seo-list.block-nodes.images .seo-item {
        padding: 0;
        margin-bottom: 0;
    }

    .new-pages .seo-p-3 .seo-list.block-nodes.images .seo-item-title {
        font-size: 20px;
        line-height: 23px;
    }

    .new-pages .seo-p-3 .seo-list.block-nodes.images .seo-item-subtitle,
    .new-pages .seo-p-3 .seo-list.block-nodes.images .seo-item-text {
        font-size: 16px;
        line-height: 19px;
    }

    .new-pages .seo_more_btn .button {
        width: 100%;
        max-width: 432px;
        min-width: auto;
        padding: 14px;
    }

    .new-pages .seo_p_3.table {
        position: relative;
        overflow: hidden;
    }

    .new-pages .seo_p_3 .table-wrapper {
        overflow-x: auto;
        overflow-y: visible;
        padding: 0;
        scrollbar-color: #EA6A0F #F4F4F4;
        scrollbar-width: thin;
    }

    /* .new-pages .seo_p_3 .table-wrapper::-webkit-scrollbar-track {
        background-color: red;
    }
    .new-pages .seo_p_3 .table-wrapper::-webkit-scrollbar-thumb {
        background-color: #EA6A0F;
    } */
    /* .new-pages .seo_p_3 .table-wrapper::-webkit-scrollbar {
        width: 5px;
      }
      
      .new-pages .seo_p_3 .table-wrapper::-webkit-scrollbar-track {
        background-color: #F4F4F4;
      }
      
      .new-pages .seo_p_3 .table-wrapper::-webkit-scrollbar-thumb {
        background-color: #EA6A0F;
      } */
    .new-pages .seo_p_3 table::after {
        /* content: ""; */
        display: block;
        width: 24%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
    }

    .new-pages .seo_p_3 table th,
    .new-pages .seo_p_3 table th[scope="row"],
    .new-pages .seo_p_3 table td {
        font-size: 16px;
        line-height: 19px;
        padding: 10px;
    }

    .new-pages table thead tr th:first-child {
        position: absolute;
        width: 24%;
        display: table-footer-group;
        left: 21px;
        top: auto;
        padding-top: 28px;
        border-width: 0 1px 0px 1px;
        height: 10%;
    }

    .new-pages .seo_p_3 table th[scope="row"] {
        position: absolute;
        width: 24%;
        left: 21px;
        top: auto;
        border-width: 1px 1px 0px 1px;
        background-color: #FFF;
        height: 9%;
    }

    .new-pages .seo_p_3 table tr:last-child th {
        height: 96px;
    }

    .new-pages .seo_mp_8.custom-block::before {
        background: url(img/svg/vector_bg-mobile.svg) 50% 6% no-repeat transparent;
    }

    .new-pages .seo_mp_8.custom-block .left::after {
        background: url(img/agency-man-mobile.png) 50% 100% no-repeat transparent;
        right: 0;
        width: 100%;
        height: calc(100% + 35px);
        bottom: 0;
        background-size: 103%;
    }

    .new-pages .seo-p-3 .seo-list.block-nodes .seo-item.no-border {
        margin-bottom: 0;
        padding: 0;
    }

    .new-pages .pesp_s09 {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        height: 178px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .new-pages .pesp_s09 .title {
        font-size: 20px;
        line-height: 26px;
    }

    .new-pages .pesp_s09 .button {
        height: 50px;
        min-width: auto;
        height: 50px;
        padding: 16px 24px;
        width: 100%;
        font-weight: 500;
    }

    .new-pages .button.full-width {
        font-size: 18px;
        font-weight: 500;
        height: 50px;
        padding: 15px 41px;
        text-transform: uppercase;
    }

    .new-pages .seo_mp_8 .wrapper > p {
        font-size: 16px;
    }

    .new-pages .seo-p-1.contacts .half .left {
        padding-left: 0;
    }

    .new-pages .seo-p-1.contacts .title {
        font-size: 24px;
    }

    .new-pages .seo-p-1.contacts .contact-item p {
        font-size: 16px;
    }

    .new-pages .seo-p-1.contacts .seo-list {
        justify-content: center;
    }

    .new-pages .seo-p-1.contacts .social-media {
        margin: 0 -20px 50px;
        width: auto;
        min-width: 328px;
    }

    .new-pages .seo-p-1.contacts .seo-item-title {
        font-size: 24px;
    }

    .new-pages .seo-p-1.contacts .seo-item-subtitle{
        font-size: 20px;
    }

    .new-pages #seo-tabs {
        display: none;
    }

    .new-pages #seo-accordion {
        display: block;
        margin: 0 -21px;
    }

    .new-pages #seo-accordion .ui-accordion-header {
        background-color: transparent;
        border: none;
        color: #1A1818;
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;
        margin: 0 0 25px;
        padding: 10px 65px 11px 21px;
        position: relative;
    }

    .new-pages #seo-accordion .ui-accordion-header .ui-icon {
        display: none;
    }

    .new-pages #seo-accordion .ui-accordion-header::after {
        content: "";
        background: url(img/svg/tab-chevron-icon.svg) 50% 50% no-repeat transparent;
        background-size: 44px 44px;
        display: block;
        width: 44px;
        height: 44px;
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
    }
    
    .new-pages #seo-accordion .ui-accordion-header.ui-state-active::after {
        background: url(img/svg/tab-chevron-active-icon.svg) 50% 50% no-repeat transparent;
        background-size: 44px 44px;
        transform: translateY(-50%) rotate(-90deg);
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
    }

    .new-pages #seo-accordion .ui-accordion-content {
        border: none;
        margin-bottom: 25px;
        padding: 0;
    }

    .new-pages #seo-accordion .ui-accordion-content .seo-tab-title {
        font-size: 20px;
        line-height: 23px;
        padding: 21px;
    }

    .new-pages #seo-accordion .ui-accordion-content .seo-tab-title::before {
        font-size: 88px;
        line-height: 103px;
        top: -18px;
        left: 26px;
    }

    .new-pages #seo-accordion .ui-accordion-content .seo-tab-content {
        padding: 19px 21px;
    }

    .new-pages #seo-accordion .ui-accordion-content .seo-tab-subtitle {
        margin-bottom: 20px;
    }

    .new-pages #seo-accordion .ui-accordion-content .seo-tab-content .seo-list {
        margin-bottom: 20px;
    }

    .new-pages #seo-accordion .ui-accordion-content .seo-tab-content .seo-item {
        margin-bottom: 18px;
        min-height: 42px;
        display: flex;
        align-items: center;
    }

    .new-pages #seo-accordion .ui-accordion-content .seo-tab-content .seo-item-title {
        margin: 0;
    }

    .new-pages .seo-p-1 .seo-list.text-nodes.custom-icons .seo-item img {
        margin-right: 10px;
        width: 42px;
    }

    .new-pages .seo-p-1 .seo-list.text-nodes.custom-icons .seo-item-title {
        margin-bottom: 10px;
    }
   
}

/******************************************* New pages styles END *******************************************/

@media (max-width: 750px) {
    .market ul {
        margin: 0 0 20px;
    }

    .seo_mp_17 .left {
        width: calc(100vw - 200px);
    }

    .nf-page .after-banner {
        padding: 25px;
    }

    .step-item {
        width: 100%;
        padding: 10px;
    }

    .seo_steps .step-item:nth-child(2n+1)::after {
        content: none;
    }

    .seo_steps .step-item:nth-child(2n) .title:after,
    .step-item .title:after {
        width: 16px;
        height: 16px;
        left: -28px;
        right: auto;
    }

    .seo_steps .step-item:nth-child(2n) .title {
        order: 0;
    }

    .seo_steps .step-item:nth-child(2n) p,
    .seo_steps .step-item:nth-child(2n+1) p {
        margin: 10px 0;
    }

    .back-circle {
        padding: 0;
    }

    .step-item .title {
        padding: 0 50px 0 0;
        font-size: 19px;
    }

    .step-item .title:before {
        left: auto;
        right: -20px;
    }

    .seo-p-2 {
        padding: 50px 0;
    }

    /******************************************* New pages styles START *******************************************/
    .new-pages .seo_mp_17 .left {
        width: 100%;
    }

    .new-pages .step-item .title {
        font-size: 16px;
    }

    /******************************************* New pages styles END *******************************************/
}

@media (max-width: 730px) {
    a.logo, .logo {
        width: 100px;
    }
}

@media (max-width: 700px) {
    .seo_mp_1 .left .first::before, .seo_mp_1 .left .second::before {
        content: none;
    }

    .seo_mp_1 .left .descr {
        padding: 0 25px;
    }

    .after-banner {
        padding: 25px;
    }

    .more-seo img {
        width: 70px;
    }

    .main-page-after-banner .after-banner .rw {
        max-width: 101px;
    }

    .more {
        font-size: 40px;
    }

    .more-w {
        font-size: 27px;
    }

    .more-seo p {
        max-width: calc(100% - 100px);
        font-size: 22px;
    }

    .pesp-01 .text,
    .seo_mp_18 .subtitle,
    .why-item p,
    .p-dot .title,
    .p-dot p,
    .testimonual-item .descr,
    .seo_mp_2 .descr,
    .seo_mp_6 .descr,
    .seo_mp_7 .descr,
    .icons-help .items .descr,
    .seo-eagle .p-line,
    .seo_mp_13 .top p,
    .seo_mp_2 p,
    .seo_mp_7 p,
    .seo_mp_6 p,
    .seo_mp_13 .month p,
    ul.columns3 li,
    p {
        font-size: 22px;
    }

    ul.columns3 {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
    }

    .icons-help .items img {
        width: 90px;
    }

    .block {
        padding: 70px 0;
    }

    .title-line, .title-under {
        font-size: 32px;
    }

    .seo-p-1 .half,
    .foo ul.adr span {
        display: block;
    }

    ul.icon-item {
        padding: 0;
    }

    .seo_mp_13 .month .descr {
        display: block;
    }

    .seo-p-1 .half .left,
    .seo-p-1 .half .right,
    .seo_mp_13 .month p {
        width: 100%;
    }

    .title-corner {
        font-size: 32px;
    }

    /******************************************* New pages styles START *******************************************/
    .new-pages .title-line,
    .new-pages .title-under {
        font-size: 24px;
        line-height: 28px;
    }

    .new-pages .half {
        display: flex;
        flex-direction: column;
    }
    .new-pages .seo-p-3 .half {
        gap: 0;
    }

    /******************************************* New pages styles END *******************************************/
}

@media (max-width: 680px) {
    .new-pages .seo_p_3 table tr:last-child th {
        height: 115px;
    }
}

@media (max-width: 620px) {

    /******************************************* New pages styles START *******************************************/
    .new-pages .seo_p_3 .table-wrapper {
        margin: 0 -21px 50px;
    }

    .new-pages .seo_p_3 table {
        width: 620px;
        margin-bottom: 3px;
    }

    .new-pages table thead tr th:first-child,
    .new-pages .seo_p_3 table th[scope="row"] {
        left: 0;
        width: 156px;
    }

    .new-pages .seo_p_3 table::after {
        width: 156px;
    }

    /******************************************* New pages styles END *******************************************/
}

@media (max-width: 650px) {
    .header-right-block a.button {
        padding: 7px 10px;
    }

    .header-right-block a.button, .header-right-block {
        width: 180px;
    }

    .header-right {
        padding: 0 0 5px 0;
    }

    .all-service a.item:nth-child(2),
    .all-service a.item:nth-child(3),
    .all-service a.item:nth-child(6),
    .all-service a.item:nth-child(7),
    .all-service a.item:nth-child(10),
    .tile-item:nth-child(2),
    .tile-item:nth-child(3),
    .tile-item:nth-child(6),
    .tile-item:nth-child(7),
    .tile-item:nth-child(10) {
        background: #fff;
    }

    .all-service a.item:nth-child(2n),
    .tile-item:nth-child(2n) {
        background: #F5F5F5;
    }

    .half .left, .half,
    .all-service a.item,
    a.tile-item {
        width: 100%;
    }

    .tile.wrapper {
        padding: 0;
    }

    .tile-item:hover {
        background: #8C8C8C;
    }

    .all-service a.item:hover {
        background: #D2D2D2;
    }

    .result svg {
        width: 130px;
        height: 100px;
    }

    .result .text {
        font-size: 18px;
        width: calc(100% - 160px);
    }

    .seo_mp_10 .half {
        padding: 10px;
    }

    .seo_mp_10 {
        margin: 40px 0 0;
    }

    .seo_mp_13 .top p {
        padding: 120px 0 0;
    }

    .half,
    .seo_mp_13 .top {
        padding: 0 25px 0;
        border-radius: 0;
    }

    .seo_mp_20 .right {
        display: none;
    }

    .why-item {
        margin-top: 0;
    }

    .plan-seo.wrapper {
        padding: 0;
    }

    .plan-seo-item .plan-text,
    .plan-seo-item .plan-title {
        padding: 25px;
    }

    .plan-text li {
        font-size: 18px;
    }

    /******************************************* New pages styles START *******************************************/
    .new-pages .seo_mp_17 .half {
        padding: 0;
    }

    .new-pages .seo-p-4 .plan-seo-item .plan-text {
        padding: 18px 26px;
    }

    /******************************************* New pages styles END *******************************************/

}

@media (max-width: 600px) {
    .seo-p-5 {
        padding: 60px 0 0;
    }

    .section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .todo-item img,
    .todo-item svg {
        margin-right: 30px;
        width: 60px;
        height: 62px;
    }

    .seo_mp_2 > .wrapper {
        padding: 20px 25px 0;
    }

    .title-strip {
        margin: 0 0 35px;
    }

    .seo_mp_2 .todo-item p {
        width: calc(100% - 90px);
        font-size: 18px;
    }

    .todo-item p:before {
        font-size: 120px;
        left: -20px;
    }

    .todo .todo-item:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .todo-item .descr {
        padding-left: 90px;
        font-size: 18px;
    }

    .seo_mp_14 .half,
    .seo_mp_9 .half,
    .seo_mp_7 .half,
    .seo_mp_15 .half .left,
    .seo_mp_15 .half .right {
        padding: 0;
    }

    .meter .descr {
        font-size: 14px;
        line-height: 1;
    }

    .seo_mp_15 p {
        font-size: 22px;
    }

    .seo_mp_15 .title {
        font-size: 32px;
    }

    .seo_mp_15 {
        padding: 60px 0;
    }

    .gray.country-work .wrapper {
        padding: 0 25px;
    }

    .gray.country-work {
        padding: 41px 0;
        margin: 20px 0 53px;
    }

    .team-all {
        max-width: none;
        width: 140%;
        margin: 46px auto;
    }

    .team-item::before {
        left: 26px;
    }

    .team-item {
        padding: 15px 25% 15px 100px;
        font-size: 18px;
    }

    .all-stage .name {
        font-size: 18px;
    }

    .all-stage .btn-circle {
        width: 36px;
        height: 36px;
    }

    .all-stage .btn-circle::after {
        width: 7.5px;
        height: 12px;
        background-size: 7.5px 12px !important;
    }

    .all-stage.wrapper {
        padding: 0;
    }

    .all-stage .btn-item.btn-item-mob {
        padding: 0 25px;
        margin-bottom: 16px;
    }

    .all-stage .stage-item .descr {
        padding: 25px;
    }

    .all-stage .stage-item p {
        font-size: 20px;
    }

    .all-stage .stage-item .head {
        padding: 25px 0 25px 44px;
    }

    .all-stage .stage-item .head:before {
        left: 0;
    }

    .all-stage .stage-item .descr {
        margin-bottom: 0;
    }

    .pesp-01 .circle {
        width: 170px;
        height: 170px;
        top: -85px;
    }

    .pesp-01 .text {
        padding: 120px 25px 60px 25px;
    }

    .after-banner.eng-seo:before {
        content: none;
    }

    .after-banner.eng-seo {
        background: transparent;
    }

    .eng-seo .more-w {
        font-size: 22px;
    }
}

@media (max-width: 560px) {
    .seo_mp_17 {
        display: block;
    }

    .seo_mp_17 .right,
    .seo_mp_17 .left {
        width: 100%;
    }

    .how-work-item {
        width: 100%;
    }

    .how-work-item svg {
        width: 89px;
        height: 105px;
    }

    .how-work-item .head-icon {
        height: 170px;
    }

    .res-work-item svg {
        width: 60px;
        height: 60px;
    }

    .res-work-item .title::before {
        font-size: 80px;
    }

    .res-work-item .title {
        width: calc(100% - 120px);
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    main {
        margin-top: 72px;
    }

    .menu-container {
        top: 72px;
    }

    a.logo, .logo {
        width: 90px;
    }

    .lang-code a.head-phone::before {
        top: 3px;
        width: 13px;
        height: 13px;
    }

    a.head-phone {
        font-size: 13px;
    }

    header .wrapper {
        padding: 0 15px;
    }

    .header-right-block a.button, .header-right-block {
        width: 150px;
    }

    header a.button.yellow {
        font-size: 12px;
    }

    header .ht {
        padding: 10px 0;
    }

    .lang-code {
        margin: 0;
    }

    .hamburger {
        margin-left: 10px;
    }

    .bottom-menu ul.menu li a {
        font-size: 14px;
    }

    header .hb {
        padding: 10px 0;
    }

    .main-banner .banner-info .title {
        padding: 50px 25px;
    }

    .main-banner .glide__bullets {
        left: 25px;
    }

    .order-form {
        padding: 0 25px 40px;
    }

    .main-banner .form-title {
        font-size: 22px;
        text-align: left;
    }

    footer .wrapper {
        display: block;
    }

    .foo {
        max-width: 210px;
        margin: auto;
    }

    .foo.form {
        max-width: unset;
    }

    .foomenu {
        text-align: center;
        margin-top: 40px;
    }

    .copy.c2 br {
        display: none;
    }

    .bottom_footer ul li {
        padding: 0 15px;
    }

    .pesp-01 .text,
    .text-image .half .left,
    .seo_mp_18 .subtitle,
    .why-item p, .p-dot .title,
    .p-dot p, .testimonual-item .descr,
    .seo_mp_2 .descr, .seo_mp_6 .descr,
    .seo_mp_7 .descr, .icons-help .items .descr,
    .seo-eagle .p-line, .seo_mp_13 .top p,
    .seo_mp_2 p, .seo_mp_7 p, .seo_mp_6 p,
    .seo_mp_13 .month p,
    ul.columns3 li, p {
        font-size: 18px;
    }

    .bottom-foo .wrapper {
        padding: 0 25px 20px;
    }

    .tabs-list {
        position: relative;
        width: calc(100% + 50px);
        left: -25px;
    }

    .seo_mp_7 p, .seo_mp_6 p, .seo_mp_2 p {
        margin-top: 30px;
    }

    .p-line {
        margin: 20px 0 0;
    }

    .seo-eagle .left {
        padding: 0 25px;
    }

    .outline {
        font-size: 28px;
    }

    .seo-eagle .pigeon img {
        max-width: 50%;
    }

    .seo-eagle .right .outline {
        text-align: left;
        margin-bottom: 20px;
        padding: 0 25px;
    }

    .seo-eagle .title {
        font-size: 34px;
    }

    .seo-eagle {
        padding: 50px 0 0;
    }

    .testimonual-item .descr {
        padding: 20px;
    }

    .testimonual-item .head img {
        width: 70px;
        height: 70px;
    }

    .testimonual-item .head {
        padding: 20px 10px 10px 120px;
    }

    .plan-item {
        padding: 35px 25px;
    }

    .cell-tr p,
    .plan-item ul {
        font-size: 20px;
    }

    .plan-item .title {
        font-size: 26px;
    }

    .p-dot::before {
        top: 8px;
        width: 12px;
        height: 12px;
    }

    .p-dot {
        padding-left: 25px;
    }

    .more-seo ul li span {
        font-size: 19px;
    }

    .cell-tr, .table-p-3 .cell {
        padding: 15px 25px;
    }

    .text-image .wrapper {
        padding: 0;
    }

    .text-image .half .left {
        padding: 25px;
    }

    #to-top {
        right: 30px;
        bottom: 30px;
        width: 65px;
        height: 65px;
    }

    .new-pages .main-banner .form-title {
        font-size: 28px;
        text-align: center;
    }

    .new-pages .seo_lp_1 p,
    .new-pages .seo-steps-list p {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .mega-column {
        width: 100%;
    }

    .mega_menu {
        height: calc(100vh - 125px);
        overflow-y: scroll;
    }
}