*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

*:focus {
  outline: none; }

dl, ol, ul {
  margin: 0; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 62em) {
    html {
      font-size: 50%; } }

body {
  box-sizing: border-box; }

::selection {
  background-color: #1980cf;
  color: #fff; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

p {
  margin: 0; }

body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #333; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.img-bordered {
  border-radius: 5px; }

.img-fluid {
  max-width: 100%; }

.header {
  padding: 3rem 0;
  background-color: #fff; }
  .header__logo img {
    max-width: 30rem; }
  @media only screen and (max-width: 48em) {
    .header__logo {
      text-align: center;
      margin-bottom: 2.5rem; } }
  .header__phone {
    font-size: 1.6rem;
    text-align: center; }
    .header__phone-number {
      font-size: 2.2rem;
      font-weight: bold;
      margin-top: 2px; }
      .header__phone-number span {
        color: #ed6922; }

.nav {
  color: #fff;
  border-bottom: 1px solid #eee; }
  @media only screen and (max-width: 48em) {
    .nav {
      z-index: 99999999999; } }
  .nav input[type="checkbox"] {
    display: none; }
  @media only screen and (max-width: 48em) {
    .nav .container {
      padding-left: 0;
      padding-right: 0; } }
  .nav .show-menu {
    background-color: #ed6922;
    color: #fff;
    display: none;
    padding-left: 15px;
    font-size: 1.9rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 5rem;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    background-image: url("../img/menu-label.png");
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: left 1.5rem center;
    line-height: 1; }
    @media only screen and (max-width: 48em) {
      .nav .show-menu {
        display: block; } }
  .nav #show-menu:checked ~ ul {
    display: block; }
  .nav ul {
    background-color: #fff; }
    @media only screen and (max-width: 48em) {
      .nav ul {
        display: none; } }
    .nav ul li {
      display: inline-block;
      line-height: 1;
      font-size: 1.6rem;
      padding: .5rem 1.7rem 1.1rem 0; }
      @media only screen and (max-width: 48em) {
        .nav ul li {
          display: block;
          width: 100%;
          padding: 0; } }
      .nav ul li a {
        float: left;
        display: inline-block;
        color: #333;
        padding-bottom: 3px;
        border-bottom: 2px solid transparent;
        transition: all .3s; }
        @media only screen and (max-width: 48em) {
          .nav ul li a {
            display: block;
            float: unset;
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 1.2rem;
            padding-bottom: 1.2rem;
            border-bottom: unset; } }
        .nav ul li a:hover, .nav ul li a.active {
          border-bottom: 2px solid #ed6922;
          color: #ed6922; }
          @media only screen and (max-width: 48em) {
            .nav ul li a:hover, .nav ul li a.active {
              border-bottom: unset;
              color: #000;
              background-color: #bddef7; } }

.hero {
  background-image: url(../img/hero7.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 6.5rem 0; }
  @media only screen and (max-width: 48em) {
    .hero {
      padding-top: 4rem;
      padding-bottom: 3rem; } }
  .hero__title {
    margin: 0 auto;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: bold; }
    @media only screen and (max-width: 48em) {
      .hero__title {
        font-size: 3.8rem; } }
  .hero__subtitle {
    font-size: 2.8rem;
    margin-top: 1.2rem;
    font-weight: normal; }
    @media only screen and (max-width: 48em) {
      .hero__subtitle {
        font-size: 2.6rem; } }
  .hero__preim {
    margin-top: 6rem; }
    @media only screen and (max-width: 48em) {
      .hero__preim {
        margin-top: 4rem; } }
    .hero__preim-item {
      width: 25%;
      text-align: center;
      padding: 0 1.5rem; }
      @media only screen and (max-width: 48em) {
        .hero__preim-item {
          width: 100%;
          margin-bottom: 3rem; } }
      .hero__preim-item strong, .hero__preim-item span {
        display: block;
        font-size: 1.8rem;
        line-height: 1.2; }
      .hero__preim-item strong {
        margin-top: 2.5rem;
        margin-bottom: 1.3rem;
        font-size: 2.2rem; }
      .hero__preim-item:hover .hero__preim-icon {
        transform: scale(1.05); }
    .hero__preim-icon {
      max-height: 14rem;
      transform: scale(1);
      transition: all .5s; }
      @media only screen and (max-width: 48em) {
        .hero__preim-icon {
          min-height: 10rem; } }
  .hero__kont {
    padding: 6rem 0 !important; }
    .hero__kont-preim {
      font-size: 2.3rem;
      list-style: none; }
      .hero__kont-preim li {
        position: relative; }
        .hero__kont-preim li:not(:last-child) {
          margin-bottom: 2rem; }
        .hero__kont-preim li span {
          display: block;
          margin-left: 4rem; }
        .hero__kont-preim li::before {
          content: '';
          display: block;
          position: absolute;
          background: url("../img/okay.png");
          width: 3rem;
          height: 3rem;
          background-size: cover;
          top: -2px; }
  .hero__footer {
    margin-top: 5rem; }
  .hero__form {
    padding: 2.5rem 2.8rem;
    background: #fff; }
    .hero__form-title {
      font-size: 2.8rem;
      font-weight: bold;
      margin-bottom: 2rem;
      color: #333; }
    .hero__form input {
      width: 100%;
      padding: 1.3rem 1rem 1.2rem;
      font-size: 1.7rem; }
      .hero__form input:not(:last-child) {
        margin-bottom: 1.2rem; }
      .hero__form input[type="submit"] {
        background: #ed6922;
        color: #fff;
        border: 0;
        padding: 1.6rem 0;
        cursor: pointer;
        transition: .3s all;
        border: 1px solid transparent; }
        .hero__form input[type="submit"]:hover {
          background: transparent;
          color: #ed6922;
          border: 1px solid #ed6922; }
      .hero__form input[name="email"] {
        display: none; }

.section {
  padding: 6.5rem 0; }
  @media only screen and (max-width: 36em) {
    .section {
      padding: 4.5rem 0 3.5rem; } }
  .section__title {
    position: relative;
    margin-bottom: 4.5rem;
    text-align: center;
    color: #333;
    font-size: 3.5rem; }
    @media only screen and (max-width: 36em) {
      .section__title {
        margin-bottom: 3rem;
        line-height: 1; } }
    .section__title::after {
      margin-left: 2.5rem; }
    .section__title::before {
      margin-right: 2.5rem; }
  .section_color_grey {
    background-image: url(../img/subtlenet2.png); }
  .section_bg_questions {
    background-image: url(../img/q3.jpg);
    background-position: left center;
    background-size: cover;
    color: #fff; }
    .section_bg_questions .section__title {
      color: #fff; }

@media only screen and (max-width: 48em) {
  .services .d-flex {
    margin-bottom: 3rem; } }

.services__item {
  padding: 2.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all .5s;
  border-radius: 0;
  height: 100%;
  background-color: #fff; }
  .services__item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transform: translateY(-4px); }

.services__title {
  font-size: 2.5rem; }
  @media only screen and (max-width: 48em) {
    .services__title {
      margin-top: 2rem; } }

.services__list {
  list-style-position: inside;
  font-size: 1.8rem;
  margin-top: 1.3rem; }

@media only screen and (max-width: 48em) {
  .services__icon {
    max-width: 35%; } }

.services a {
  color: unset; }

.page .hero {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  .page .hero__title {
    max-width: unset;
    font-size: 5rem; }
    @media only screen and (max-width: 36em) {
      .page .hero__title {
        font-size: 4rem; } }
  .page .hero__subtitle {
    font-size: 2rem;
    font-weight: normal;
    margin-top: 1.4rem;
    line-height: 1; }
  .page .hero__list-title {
    font-size: 3.2rem;
    margin-top: 6.5rem;
    margin-bottom: 2.5rem; }
  .page .hero__list-item {
    max-width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 48em) {
      .page .hero__list-item {
        max-width: 100%; } }
    .page .hero__list-item:not(:last-child) {
      margin-bottom: 5rem; }
    .page .hero__list-item:last-child {
      margin-bottom: 2rem; }
    .page .hero__list-item .img-fluid {
      max-width: 10rem; }
      @media only screen and (max-width: 48em) {
        .page .hero__list-item .img-fluid {
          margin-bottom: 2rem; } }
    .page .hero__list-item strong {
      display: block;
      font-size: 2.3rem;
      margin-bottom: 1.1rem;
      line-height: 1; }
    .page .hero__list-item .text {
      padding-left: 2.5rem;
      font-size: 1.8rem; }
      @media only screen and (max-width: 48em) {
        .page .hero__list-item .text {
          padding-left: 0;
          text-align: center; } }

.sites__subtitle {
  font-size: 2.4rem;
  margin-bottom: 5.5rem; }
  .sites__subtitle b:nth-child(1) {
    color: #e88324; }
  .sites__subtitle b:nth-child(2) {
    color: #1980cf; }

@media only screen and (max-width: 48em) {
  .sites__icon {
    margin-bottom: 3rem; } }

.sites__choose {
  font-size: 2rem;
  margin-bottom: 2.8rem; }
  @media only screen and (max-width: 48em) {
    .sites__choose {
      font-size: 2rem; } }

.sites .section__title {
  margin-bottom: 5rem; }

.sites__tabs {
  font-size: 0;
  border-bottom: 2px solid #f7a433; }
  .sites__tabs_content {
    display: none;
    background-color: #fff;
    padding: 5rem 0 3rem;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */ }
    @media only screen and (max-width: 48em) {
      .sites__tabs_content {
        padding: 4rem 0 2rem; } }
    .sites__tabs_content-kont {
      padding: 5rem 0 3rem; }
      .sites__tabs_content-kont-title {
        font-size: 3.8rem;
        text-align: center; }
      .sites__tabs_content-kont-about {
        font-size: 2.1rem;
        padding-top: 1.8rem;
        padding-bottom: 2rem; }
        .sites__tabs_content-kont .section__title {
          display: inline-block;
          padding: 5px 1rem;
          margin: 0 auto;
          background-image: linear-gradient(to right, #1980cf, #1464a1);
          color: #fff;
          margin-bottom: 4rem; }
        @media only screen and (max-width: 48em) {
          .sites__tabs_content-kont .section {
            padding-left: 2rem;
            padding-right: 2rem; } }
        .sites__tabs_content-kont .section_color_grey {
          background: #f8f8f8; }
  @media only screen and (max-width: 48em) {
    .sites__tabs {
      display: flex;
      flex-direction: row;
      height: 8rem; } }

.sites__tab {
  display: inline-block;
  width: 33.33333333%;
  text-align: center;
  font-size: 1.8rem;
  background-color: #fff;
  padding: 2.2rem 0 2.1rem;
  margin: 0; }
  .sites__tab-33 { 
    width: 33.33333333%;
  }
  .sites__tab-50 {
    width: 50%;
  }
  @media only screen and (max-width: 48em) {
    .sites__tab {
      display: flex;
      align-items: center;
      padding: 0 1rem;
      font-size: 1.6rem;
      justify-content: center; } }
  @media screen and (max-width: 320px) {
    .sites__tab {
      font-size: 1.5rem;
      padding: 0 .5rem; } }
  .sites__tab:not(:last-child) {
    border-right: 1px solid #ddd; }
  .sites__tab:hover, .sites__tab_active {
    background-color: #ed6922;
    color: #fff !important;
    border-right: 1px solid transparent !important; }
  .sites__tab-m {
    display: none;
    background-color: #1980cf;
    color: #fff !important;
    border-right: 1px solid transparent !important;
    width: 100%;
    text-align: center;
    padding: 2.2rem 0 2.1rem;
    font-size: 2.1rem; }
    .sites__tab-m:not(:first-child) {
      margin-top: 3rem; }

.sites__item {
  margin-bottom: 6rem; }
  .sites__item:not(:last-child) {
    padding-bottom: 6rem;
    border-bottom: 1px solid #ddd; }

.sites__title {
  font-size: 2.6rem;
  padding-bottom: 1.8rem; }

.sites__list {
  list-style-position: inside;
  font-size: 2rem; }
  .sites__list li {
    margin-bottom: 5px; }

.sites__price {
  font-size: 2rem;
  margin-bottom: 2rem; }
  .sites__price b.red {
    color: #e88324; }
  .sites__price b.blue {
    color: #1980cf; }

.sites__hint {
  background-color: #fbecdd;
  font-size: 1.8rem;
  padding: 2rem;
  margin-top: 2.2rem; }

.sites__sub {
  font-size: 2.6rem;
  margin-bottom: 1.5rem; }

.btn {
  display: block;
  width: 34rem;
  padding: 2rem 0;
  /*background-image: linear-gradient(to bottom, #f7a433, #e88324);*/
  background: #ed6922;
  font-size: 1.9rem;
  color: #fff !important;
  margin-top: 1.6rem !important;
  border-radius: 0;
  margin-bottom: 3.5rem !important; }
  @media only screen and (max-width: 48em) {
    .btn {
      width: 30rem; } }
  @media screen and (max-width: 320px) {
    .btn {
      width: 27rem; } }
  .btn-center {
    margin: 0 auto; }

.decline__list {
  margin: 3rem auto 0;
  list-style: none;
  font-size: 2.1rem; }
  .decline__list li:not(:last-child) {
    margin-bottom: 4rem; }
  .decline__list li::before {
    content: '';
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    margin-right: 12px;
    background-image: url(../img/stop.png);
    background-size: cover; }
  .decline__list li.x2::before {
    margin-top: 5px !important; }

.what ul {
  max-width: 90rem;
  font-size: 2rem;
  margin: 5.5rem auto 0;
  list-style-position: inside; }
  .what ul li {
    color: #f7a433; }
    .what ul li span {
      color: #333; }
    .what ul li:not(:last-child) {
      margin-bottom: 2rem; }

.projects__item {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 2.2rem 2rem 2rem; }
  @media only screen and (max-width: 48em) {
    .projects__item {
      margin-bottom: 3rem; } }
  .projects__item p {
    color: #333; }

.projects__screenshot {
  max-width: 100%;
  object-fit: cover;
  object-position: top; }
  .projects__screenshot::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    margin-top: -140px;
    height: 140px;
    width: 100%;
    content: ''; }
  .projects__screenshot img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    object-position: top; }

.projects__info {
  list-style: none;
  font-size: 1.7rem; }
  .projects__info li:not(:last-child) {
    margin-bottom: 1.2rem; }
  .projects__info li:first-child {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1.5rem; }

.projects__btn-more {
  display: block;
  width: 100%;
  line-height: 5rem;
  text-align: center;
  background-image: linear-gradient(to bottom, #e89c24, #e88324);
  color: #fff;
  font-size: 1.7rem;
  margin-top: 2.4rem; }
  .projects__btn-more:hover {
    color: #fff; }

.contacts__info {
  list-style: none;
  font-size: 2rem; }
  .contacts__info li {
    margin-bottom: 1.6rem; }

.contacts__form input, .contacts__form textarea {
  width: 100%;
  border: 0;
  height: 5rem;
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  padding-left: 1.5rem; }

.contacts__form textarea {
  height: 16rem;
  padding-top: 1.3rem; }

.contacts__form input[type="submit"] {
  background-image: linear-gradient(to bottom, #e89c24, #e88324);
  color: #fff;
  height: 6.5rem;
  cursor: pointer;
  padding-left: 0;
  box-shadow: unset; }

.pro {
  text-align: center; }
  .pro h3 {
    font-size: 2.1rem;
    color: #1980cf;
    margin-top: 3rem;
    font-weight: normal; }
  .pro p {
    font-size: 1.8rem;
    margin-top: 1.5rem; }

.kont-prices__item {
  margin-top: 3rem;
  margin-bottom: 0;
  background: #fff;
  padding: 3rem !important; }
  .kont-prices__item .sites__title {
    color: #333; }
  .kont-prices__item .sites__price {
    font-size: 2rem;
    margin-bottom: 2rem !important; }

.footer {
  line-height: 8rem;
  font-size: 1.7rem; }

.modal-content {
  background-color: #fff;
  width: 40rem;
  margin: 15% auto;
  padding: 2rem; }
  @media only screen and (max-width: 36em) {
    .modal-content {
      width: 90%;
      margin: 50px auto; } }

.modal__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 2.3rem; }

.text-after-hero {
  font-size: 2rem;
  margin: 4rem 0 3rem; }

.search-clients {
  padding-top: 3.8rem; }
  .search-clients h2.section__title {
    margin-bottom: 4rem; }
  .search-clients h3 {
    font-size: 3rem;
    margin-bottom: 2.8rem; }
  .search-clients__item:not(:last-child) {
    margin-bottom: 4.4rem; }
  .search-clients__title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1980cf;
    margin-bottom: 1.2rem; }
  .search-clients__desc p {
    font-size: 1.8rem;
    margin-top: 1rem; }
  .search-clients__desc figcaption {
    font-size: 1.8rem;
    font-weight: normal;
    margin-top: 1.1rem;
    color: #333; }
  .search-clients__hint {
    margin: 2rem 0 1rem;
    border-radius: 5px; }
    .search-clients__hint-link {
      display: inline-block;
      font-size: 1.8rem;
      color: #333;
      position: relative;
      line-height: 1;
      border-bottom: 1px dashed #333;
      margin-bottom: 2.5rem;
      cursor: pointer; }
      .search-clients__hint-link:hover {
        color: #333; }
      .search-clients__hint-link img {
        width: 4.5rem;
        margin-right: 1rem; }
    .search-clients__hint figure {
      margin-bottom: 3rem; }
      .search-clients__hint figure img {
        max-width: 100%;
        border: 1px solid #ddd; }
      .search-clients__hint figure figcaption {
        font-size: 1.8rem;
        font-weight: bold;
        margin-top: 1.1rem; }
  .search-clients__dop {
    font-size: 1.8rem; }
    .search-clients__dop p {
      margin-bottom: 1.3rem; }
    .search-clients__dop ul {
      list-style: inside; }

.wedo h3 {
  font-size: 3.2rem;
  margin-bottom: 2.7rem; }

.wedo__list {
  margin-bottom: 5.5rem; }

.wedo__item {
  font-size: 1.8rem; }
  .wedo__item:not(:last-child) {
    margin-bottom: 2.7rem;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 2.7rem; }
  .wedo__item::after {
    content: "";
    display: table;
    clear: both; }
  .wedo__item p {
    margin-bottom: 1.5rem; }
  .wedo__item-nice {
    font-size: 1.8rem; }
    .wedo__item-nice:not(:last-child) {
      margin-bottom: 2.9rem; }
  .wedo__item a {
    float: left; }
    @media only screen and (max-width: 48em) {
      .wedo__item a {
        float: none;
        margin-bottom: 1.5rem; } }

.wedo__ico {
  width: 3.6rem;
  height: auto;
  margin-right: 1.5rem;
  flex-shrink: 0; }

.wedo__example {
  font-style: italic;
  margin-top: .6rem;
  color: #ed6922;
  font-size: 1.8rem; }

.wedo figure img {
  max-width: 50rem;
  padding-right: 2rem; }

.prices-kont .projects__item {
  position: relative;
  padding-bottom: 8rem; }

.prices-kont h3 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 3rem; }

.prices-kont p {
  font-size: 1.7rem;
  text-align: left; }
  .prices-kont p:not(:last-child) {
    margin-bottom: 1rem; }

.prices-kont .btn {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  width: auto;
  padding: 1.3rem 0;
  margin-bottom: 0 !important; }

.text {
  font-size: 1.8rem; }
  .text ul.reasons {
    list-style-position: inside;
    margin-bottom: 3.5rem; }
    .text ul.reasons li:not(:last-child) {
      margin-bottom: 2rem; }
    .text ul.reasons li i {
      display: block;
      margin-top: 1rem; }
    .text ul.reasons li > div {
      padding: 1rem 0; }
  .text .reason {
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 2.1rem; }

.whatneeded {
  background: #fbecdd;
  padding: 2.5rem;
  margin-top: 4rem; }
  .whatneeded b {
    font-size: 2.6rem; }
  .whatneeded ul {
    margin-top: 1.5rem;
    list-style-position: inside; }

.audit-prices p {
  font-size: 1.9rem;
  text-align: center; }

.audit-prices a {
  text-decoration: underline;
  color: #1980cf; }

.audit-form {
  margin-top: 4rem;
  text-align: center;
  max-width: 80rem;
  background: #fff;
  padding: 2.7rem 3rem 3rem; }
  .audit-form h3 {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 2.4rem; }
  .audit-form p {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    text-align: center; }
  .audit-form input {
    width: 100%;
    padding: 1.3rem 1rem 1.2rem;
    font-size: 1.7rem; }
    .audit-form input[type="submit"] {
      background: #ed6922;
      color: #fff;
      border: 0;
      cursor: pointer;
      transition: .3s all;
      border: 1px solid transparent; }
      .audit-form input[type="submit"]:hover {
        background: transparent;
        color: #ed6922;
        border: 1px solid #ed6922; }
    .audit-form input[name="email"] {
      display: none; }
.email-input {
  display: none;
}
.header__call {
  display: block;
  width: 15.5rem;
  line-height: 4rem;
  background: #ed6922;
  font-size: 1.6rem;
  color: #fff !important;
  text-align: center
}
.modal__form.hero__form {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .hero__kont-preim {
    margin-bottom: 3rem;
  }
  .sites__tabs_content-kont .section__title {
    margin-bottom: 1rem !important;
  }
}

.hero__kont-prod li {
  padding-left: 3rem;
  font-size: 2.2rem; }

.hero__kont-prod li:not(:last-child) {
  margin-bottom: 5rem; }

.hero__kont-prod li::before {
  width: 5.5rem;
  height: 5.5rem;
  left: 0;
  top: -1.5rem;
  background-size: cover; }

.hero__kont-prod li:nth-child(1)::before {
  background-image: url("../img/prod/target.png"); }

.hero__kont-prod li:nth-child(2)::before {
  background-image: url("../img/prod/search.png"); }

.hero__kont-prod li:nth-child(3)::before {
  background-image: url("../img/prod/like2.png"); }

.prod-benefits__item:not(:last-child) {
  margin-bottom: 3rem; }

.prod-benefits__icon {
  width: 12rem;
  height: 12rem; }

.prod-benefits__content {
  font-size: 1.7rem;
  padding-left: 2.5rem; }

.prod-benefits__title {
  font-size: 2rem;
  font-weight: bold; }

.prod-benefits__text {
  margin-top: .7rem; }

.marketing-benefits {
  margin-top: 3rem;
  list-style: none; }
  .marketing-benefits__item:not(:last-child) {
    margin-bottom: 2rem; }
  .marketing-benefits__icon {
    width: 3rem;
    height: 3rem; }
  .marketing-benefits span {
    display: block;
    margin-top: 4px;
    margin-left: 11px; }

.seo-cards {
  margin-top: 2rem; }
  .seo-cards__item {
    margin-top: 3rem; }
    .seo-cards__item:hover .seo-cards__img {
      transform: scale(1.05); }
  .seo-cards__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s; }
    .seo-cards__img-wrapper {
      width: 100%;
      height: 20rem;
      overflow: hidden; }
  .seo-cards__content {
    padding: 2rem;
    text-align: left;
    color: #333; }
  .seo-cards__title {
    font-size: 1.8rem;
    font-weight: bold; }
  .seo-cards__price {
    font-size: 1.7rem;
    font-style: italic;
    margin-top: 5px; }

.decline-prod .section__title {
  margin-bottom: 3.4rem !important; }

.decline-prod .decline__list {
  font-size: 1.9rem; }

ul.contacts {
  font-size: 1.8em;
  list-style: none;
}
ul.contacts li {
  margin-bottom: 1rem;
}

/** new **/
.section__title_color_blue {
  display: inline-block;
  background-image: linear-gradient(to right, #1980cf, #1464a1);
  color: #fff;
  padding: 5px 1rem;
  margin: 0 auto 2.5rem !important;
}
.u-mt-10 {
  margin-top: 10rem;
}
.section_color_grey {
  background: #f6f6f6;
}
.sites__tabs_content {
  display: block;
}
.prod-benefits__icon,
.marketing-benefits__icon {
  /*flex: 1 0 0;*/
  flex-shrink: 0;
}