.page .hero__list-item .text {
    padding-left: 2rem;
    font-size: 1.7rem;
    line-height: 1.5;
}
.page .hero__list-item strong {
    font-size: 2.2rem;
}
.hero__form {
    padding: 3.1rem 3rem;
    border: 3px solid #ed6922;
    background: transparent;
}
.hero__form-title {
    font-size: 2.5rem;
}
.hero {
    background-image: none;
    color: #333;
}
.hero__sites {
    padding-top: 6.5rem !important;
    padding-bottom: 0rem !important;
}
.hero__form input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #333;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 5px;
}
.hero__form input::placeholder {
    color: #333;
}
.hero__form input[type="submit"] {
    margin-top: 1.2rem;
    border: 2px solid transparent;
}
.hero__form input[type="submit"]:hover {
    border: 2px solid #ed6922;
}
.sites__list,
.sites__price,
.sites__hint {
    font-size: 1.8rem;
    line-height: 1.5;
}
.sites__list li {
    margin-bottom: 1rem;
}
.sites__title {
    font-size: 2.4rem;
    line-height: 1.5;
}
.page .hero__list-item:not(:last-child) {
    margin-bottom: 4rem;
}
.page .hero h1 {
    display: inline-block;
    color: #333;
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 4.9rem;
}
.page .hero h1::after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    margin: 1.4rem auto 5px;
    background: #ed6922;
}
h2.section__title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 1.6rem auto 1rem;
    background: #1980cf;
}
.hero-bg .section__title::after {
    display: none;
}
.page .hero__subtitle {
/*     display: inline-block;
    margin: 0 auto; */
    font-size: 2.2rem;
    font-weight: normal;
    margin-top: 2rem;
    line-height: 1;
    font-style: italic;
/*     border-bottom: 2px solid #333; */
}
.hero-bg {
    background: url('../img/hero-bg2.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 3.5rem;
    margin-bottom: 8rem;
}
.hero__kont {
    background: url('../img/hero-bg2.jpg');
    background-size: cover;
    background-position: center;
}
.active {
    border-bottom: 2px solid #ed6922;
    color: #ed6922;
}
.sites__list {
    list-style: none;
    padding-left: 1em;
}
.sites__list li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ed6922; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.btn.mt-0 {
    margin-top: 0 !important;
}
.nav {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;   
}
.nav ul li {
    padding: 1.8rem 2.3rem 1.1rem 0;
}
.ram {
    font-size: 2rem;
    max-width: 77rem;
    margin: 0 auto;
    border: 3px solid #ed6922;
    padding: 3rem 1rem;
}
.section_bg_questions h2::after {
    background: #fff;
}
.projects__item { 
    padding: 0;
}
.projects__info {
    padding: 2rem;
}
.answers {
    font-size: 1.8rem;
}
.answers__item {
    margin-bottom: 3rem;
}
.answers__question {
    display: inline-block;
    background-color: #dbedfb;
    /* border: 1px solid #95caf3; */
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    position: relative;
    margin-left: 70px;
}
.answers__question::before {
/*     content: "";
    display: inline-block;
    background: url('../img/user-question.png');
    width: 60px;
    height: 47px;
    background-size: cover;
    background-position: center;
    margin-left: -88px;
    margin-top: -11px;
    position: absolute; */
    content: "";
    display: inline-block;
    background: url('../img/mark.png');
    width: 52px;
    height: 52px;
    background-size: cover;
    background-position: center;
    margin-left: -80px;
    margin-top: -15px;
    position: absolute;
}
.answers__answer {
    margin-left: 140px;
    background-color: #ffebe1;
    /* border: 1px solid #f3b28f; */
    padding: 1.8rem;
    border-radius: 10px;
    line-height: 1.5;
}
.answers__answer p:not(:last-child) {
    margin-bottom: 1.2rem;
}
.projects__item {
    transition: box-shadow .4s;
}
.projects__item:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.prodv .hero__list-item:not(:last-child) {
    margin-bottom: 3rem;
}

.search-clients__desc p {
    line-height: 1.5;
}
.search-clients__ic {
    max-height: 12rem;
    margin-bottom: 2rem;
}
.search-clients__title {
    color: #0c417d;
    margin-bottom: 1.8rem;
}
.search-clients h3 {
    margin-bottom: 3.8rem;
}
.wedo__item:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.search-clients__title {
    line-height: 1.3;
}
.wedo__item-nice:not(:last-child) {
    margin-bottom: 2.6rem;
}
.wedo__item-nice::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ed6922; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: 0; /* Also needed for space (tweak if needed) */
    padding-right: 1rem;
}
.wedo__ico {
    width: 3.2rem;
    margin-top: -5px;
}
.sites__tabs_content-kont .section__title {
    background-image: none;
    color: #333;
}
.audit-form {
    background: none;
    margin-left: auto;
    margin-right: auto;
}
.midform {
    background: #0c417d;
    color: #fff;
    font-size: 2rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    text-align: center;
}
.midform .section__title {
    color: #fff;
    margin-bottom: 4rem;
}
.midform .section__title::after {
    margin: 1.6rem auto 1rem;
    background-color: #ed6922;
}
.midform input {
    border: 0;
}
@media screen and (max-width: 768px) { 
    .midform input {
        margin-bottom: 1rem;
    }
    .midform input[type="submit"] {
        margin-bottom: 0;
    }
}
.sites__item:not(:last-child) {
    padding-bottom: 5rem;
}
.sites__item {
    margin-bottom: 5rem;
}
.search-clients__ic {
    align-self: flex-start;
    width: 80px;
}
.wedo__cool .wedo__ico {
    width: 2.6rem;
    margin-top: -3px;
    margin-right: 1rem;
}
.wedo__content .search-clients__hint-link {
    align-self: flex-start;
}
.header {
    transition: all .3s;
}
.is-sticky .header {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0,0.32);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0,0.32);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0,0.32);
    border-bottom: 1px solid #E6E6E6;
    padding: 2rem 0;
}
@media screen and (max-width: 576px) {
    .is-sticky .header__logo {
        display: none;
    }
    .is-sticky .header .d-flex {
        flex-direction: row !important;
    }
    .is-sticky .header__call {
        width: 14rem;
    }
}
.projects__screenshot::after {
    display: none;
}
.projects__info li:first-child {
    font-size: 2rem;
}
.services__item {
    box-shadow: none;
}
.tabs {
    margin-bottom: 6rem;
    padding-left: 15px;
    padding-right: 15px;
}
.tabs__item {
    display: block;
    padding: 2rem;
    font-size: 1.8rem;
    border: 3px solid #ed6922;
    transition: all .3s;
}
.tabs__active, .tabs__item:hover {
    background: #ed6922;
}
.tabs__active .tabs__title, 
.tabs__active .tabs__desc,
.tabs__item:hover .tabs__title,
.tabs__item:hover .tabs__desc {
    color: #fff;
}
.tabs__title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 3px;
}
.contacts__form input[type="submit"] {
    background: #ed6922;
}
@media screen and (max-width: 768px) {
    .wedo figure img { 
        max-width: 100%;
    }
    .imgp {
        max-width: 100% !important;
    }
    .search-clients__hint-link { 
        margin-bottom: 0;
    }
}
.text .reason { 
    color: #0c417d;
    font-size: 2.4rem;
    margin-bottom: 1.7rem;
}
.reasons {
    margin-bottom: 5rem;
}
.img-st {
    border: 1px solid #ccc;
    padding: 1rem;
}
.img-caption {
    margin-top: 2rem;
    font-style: italic;
}
.reasons strong + div {
    margin-top: 2rem !important;
}
.text ul.reasons li > div {
    padding-top: 0;
}
.reasons {
    list-style: none
}
.reasons li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ed6922; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: 0; /* Also needed for space (tweak if needed) */
}
.text p {
    margin-bottom: 2rem;
    line-height: 1.6;
}
.services__item {
    /* border: 3px solid #ed6922; */
    padding: 2.5rem 2.5rem 2.8rem;
    transition: .3s all;
}
.services__title {
    color: #ed6922;
    font-size: 2.4rem;
    font-weight: normal;
}
.services__list {
    margin-top: 1.8rem;
    list-style: none;
}
.services__list li::before {
    content: "\2022";
    color: #ed6922;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}
.services__list li:not(:last-child) {
    margin-bottom: 8px;
}
.hero__preim-item span {
    line-height: 1.3;
}
.team__ava {
    max-width: 19rem;
}
.team__item {
    text-align: center;
}
.team__desc {
    margin-top: 2.5rem;
    text-align: center;
    list-style: none;
    font-size: 1.8rem;
}
.team__desc li:not(:last-child) {
    margin-bottom: 1.2rem;
}
.team__desc li:first-child {
    color: #ed6922;
}
.wedo__example {
    color: #444;
    background: #f6f6f6;
    padding: 2rem;
    margin-top: 2.2rem;
}
.hero__preim-item strong {
    margin-top: 1.4rem;
}
.hero__preim-icon {
    max-height: 13rem;
}
.spec-term {
    font-size: 1.5rem;
}
.spec-desc li:not(:last-child) {
    margin-bottom: 1rem;
}
.spec-desc {
    margin-top: 1.8rem;
    font-size: 1.7rem;
}
.specialists__title {
    margin-top: 3rem;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
    font-weight: bold;
}
.answers__answer ul {
    list-style-position: inside;
}

.posted-on .updated {
    display: none;
}
.entry__item:not(:last-child) {
    margin-bottom: 3.5rem;
}
.entry__body {
    padding-left: 2rem;
    font-size: 1.8rem;
}
.entry-title {
    margin-bottom: .6rem;
}
.entry-title a {
    color: #ed6922;
    font-size: 2.4rem;
}
.entry-content {
    margin-top: 2rem;
}
.entry-meta {
    color: #888;
    font-size: 1.6rem;
}
.entry-footer {
    margin-top: 1.4rem;
}
.entry-footer a {
    color: #1980cf;
    text-decoration: underline;
}
.entries__title {
    margin-bottom: 5rem;
}
.breadcrumbs {
    list-style: none;
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
    text-align: center;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li a {
    color: #1980cf;
}
.entry__single {
    font-size: 1.8rem;
}
.entry__single p {
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.entry__single h2,
.entry__single h3,
.entry__single h4,
.entry__single h5,
.entry__single h6 {
    margin-bottom: 1.5rem;
}
.entry__single p + h2,
.entry__single p + h3,
.entry__single p + h4,
.entry__single p + h5,
.entry__single p + h6 {
    margin-top: 3.2rem;
}
.entry__single h2 {
    font-size: 3.2rem;
}
.entry__single h3 {
    font-size: 2.8rem;
}
.entry__single h4 {
    font-size: 2.6rem;
}
.entry__single h5 {
    font-size: 2.4rem;
}
.entry__single .entry-content {
    margin-top: 5rem;
}
.entry-single a {
    color: #1980cf;
}
.entry__single h1::after {
    content: "";
    display: block;
    width: 9rem;
    height: 3px;
    background: #ed6922;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.2rem;
}
.entry-content img {
    margin: 1.5rem 0;
    max-width: 100%;
}

.sol {
    margin: 4rem auto 0;
}
.sol__item {
    max-width: 30rem;
}
@media screen and (max-width: 768px) {
    .sol__item {
        max-width: 100%;
    }
}
    .sol__item strong {
        display: block;
        font-size: 2.2rem;
        margin: 2rem 0 1.4rem;
    }
    .sol__item .text {
        font-size: 1.7rem;
    }
    .sol__item .text p {
        line-height: 1.3;
        margin-bottom: 1rem;
    }
.sol__image {
    max-width: 9rem;
}
.sol__sign {
    align-self: center;
    font-size: 2.1rem;
}
    .sol__sign span {
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding-top: 1px;
        padding-left: 1px;
        border: 3px solid #0C417D;
        color: #0C417D;
    }
.section__sub-title {
    text-align: center;
    font-size: 2.3rem;
    margin-top: 1.6rem;
}
.prices-cards .seo-cards__item {
    margin-top: 0;
    margin-bottom: 3rem;
}
.seo-cards__content {
    flex-grow: 1;
}
.seo-cards__content .header__call {
    line-height: 4.5rem;
    margin-top: 1.8rem;
}