*,
*::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%;
  position: relative;
  min-height: 100%; }
  @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;
  /* @media screen and (min-width: 36em) {
		padding-top: 17rem;
	}

	@media screen and (min-width: 48em) {
		padding-top: 10rem;
	} */ }

::selection {
  background-color: #0471a6;
  color: #fff; }

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

p {
  margin: 0; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #111; }

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 {
  background-color: #fff; }
  .header__wrapper {
    height: 11rem; }
    @media only screen and (max-width: 62em) {
      .header__wrapper {
        height: auto;
        padding: 2rem 0; } }
  .header__logo {
    font-size: 2.4rem;
    font-weight: bold; }
    @media only screen and (max-width: 62em) {
      .header__logo {
        padding-top: 2rem;
        padding-bottom: 0rem; } }
    .header__logo img {
      max-width: 5.2rem;
      margin-right: 1.7rem;
      margin-top: -1px; }
    .header__logo a {
      color: #111; }
    .header__logo span {
      font-size: 3rem; }
  .header__right {
    font-size: 1.5rem; }
  .header__phones {
    /* height: 4rem; */
    line-height: 1;
    font-size: 1.7rem;
    margin-top: 2rem; }
    @media only screen and (max-width: 62em) {
      .header__phones {
        margin-bottom: 1.4rem; } }
    .header__phones .icon {
      width: 2.5rem;
      height: 2.5rem;
      background: url("../img/phone5.png");
      background-size: cover;
      margin-right: 1.2rem;
      margin-top: -1px; }
      @media screen and (max-width: 320px) {
        .header__phones .icon {
          display: none; } }
    @media screen and (max-width: 320px) {
      .header__phones a {
        display: block;
        width: 100%; } }
  .header .header__callme {
    display: block;
    font-size: 1.5rem;
    color: #F6AE2D;
    width: 15rem;
    text-align: center;
    background-color: #fff;
    border: 2px solid #F6AE2D;
    transition: background-color .3s;
    padding: .9rem 0 .8rem; }
    .header .header__callme:hover {
      background-color: #F6AE2D;
      color: #fff; }

.nav {
  background: #f6f5f0; }
  @media only screen and (min-width: 48em) {
    .nav .ul-wrapper {
      height: 5.5rem;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @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: #2b2f3b;
    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-wrapper > ul {
    display: block; }
  .nav ul {
    display: inline-block;
    line-height: 1; }
    @media only screen and (max-width: 48em) {
      .nav ul {
        display: none; } }
    .nav ul li {
      position: relative;
      display: inline-block;
      line-height: 1;
      font-weight: 500;
      font-size: 1.6rem; }
      .nav ul li:not(:last-child) {
        padding-right: 2.5rem; }
      @media only screen and (max-width: 48em) {
        .nav ul li {
          display: block;
          width: 100%;
          padding: 0 !important; } }
      .nav ul li a {
        float: left;
        display: inline-block;
        color: #101d37;
        transition: all .3s;
        border-bottom: unset; }
        @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 {
          color: #2388d9;
          border-bottom: unset; }
          @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; } }

.is-sticky .header__wrapper {
  height: 8rem; }
  @media only screen and (max-width: 62em) {
    .is-sticky .header__wrapper {
      height: auto; } }

.is-sticky .header {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.32); }

.menu {
  background-color: #0471a6; }
  .menu__label {
    display: none; }
  .menu ul.nav {
    list-style: none; }
    .menu ul.nav li {
      position: relative;
      display: inline-block;
      font-size: 0; }
      .menu ul.nav li .nav-child {
        display: none;
        position: absolute;
        left: 0;
        background: #fff; }
        @media only screen and (max-width: 48em) {
          .menu ul.nav li .nav-child {
            position: relative; } }
        .menu ul.nav li .nav-child li {
          width: 100%; }
          .menu ul.nav li .nav-child li a {
            width: 100%;
            color: #111; }
            .menu ul.nav li .nav-child li a:hover {
              background: #0471a6;
              color: #fff; }
      .menu ul.nav li:hover .nav-child {
        display: block; }
      .menu ul.nav li a {
        display: inline-block;
        padding: 1.6rem 2rem 1.2rem;
        color: #fff;
        font-size: 1.4rem;
        transition: background .3s;
        text-transform: uppercase;
        font-weight: bold; }
        .menu ul.nav li a:hover {
          background: #6a2221;
          color: #fff; }
  .menu input#show-menu {
    display: none; }
  @media only screen and (max-width: 48em) {
    .menu .moduletable_menu {
      width: 100%; }
    .menu input:checked + .moduletable_menu > ul {
      display: block;
      background-color: #fff;
      width: 100%; }
    .menu .nav-child {
      background-color: #eee !important; }
      .menu .nav-child li {
        padding-left: 1rem; }
    .menu__label {
      display: flex;
      width: 100%;
      color: #fff;
      font-size: 1.6rem;
      padding: 1.5rem 0 1rem 15px; }
    .menu__label img {
      height: 1.8rem;
      margin-right: 5px; }
    .menu ul.nav {
      display: none; }
      .menu ul.nav li {
        display: block;
        width: 100%; }
        .menu ul.nav li a {
          width: 100%;
          color: #111; } }

.hero {
  background-image: linear-gradient(to right, rgba(9,36,57, .4), rgba(9,36,57, .4)), url("../img/main-darken.jpg");
  background-size: cover;
  background-position: center;
  padding: 7.5rem 0;
  color: #fff; }
  @media only screen and (max-width: 48em) {
    .hero {
      padding: 5rem 0; } }
  .hero__title {
    width: 100%;
    font-size: 4rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1.8rem; }
    @media only screen and (max-width: 48em) {
      .hero__title {
        padding: 0 15px; } }
  .hero__sub {
    text-align: center;
    font-size: 1.9rem;
    max-width: 70rem;
    margin: 0 auto 2rem;
    line-height: 1.5; }
  .hero__sub-main {
    margin-bottom: 6rem;
  }
  .col-md-8 .hero__sub {
    max-width: 100%;
  }
  .hero__preim-item {
    color: #222;
    text-align: center;
    font-size: 1.7rem; }
    @media only screen and (max-width: 48em) {
      .hero__preim-item {
        margin-bottom: 3rem; } }
    .hero__preim-item:hover .hero__preim-icon {
      transform: translateY(-3px); }
  .hero__preim-icon {
    width: 12rem;
    transition: transform .3s;
    /* width: 10rem;

            &-wrapper {
                height: 10rem;
            } */ }
  .hero__preim-title {
    display: block;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: bold; }
  .hero__preim-sub {
    display: block;
    font-size: 1.7rem;
    margin-top: 4px; }
  .hero__form {
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem 2rem 1.8rem;
    color: #111; }
    .hero__form-title {
      font-size: 2.4rem;
      font-weight: bold; }
    .hero__form input {
      width: 100%;
      height: 4rem;
      margin-top: 1.6rem;
      margin-bottom: 1rem;
      padding: 0 .7rem;
      font-size: 1.6rem;
      border-radius: 3px;
      border: 1px solid #999; }
      .hero__form input::placeholder {
        color: #999; }
    .hero__form button {
      width: 100%;
      height: 4.5rem;
      border: 0;
      box-shadow: 0px 1px 0px 0px #fff6af;
      background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
      background-color: #ffec64;
      border-radius: 3px;
      display: inline-block;
      cursor: pointer;
      color: #222;
      font-size: 1.5rem;
      font-weight: bold;
      text-decoration: none;
      text-shadow: 0px 1px 0px #ffee66; }
      .hero__form button:hover {
        color: #222;
        background-image: linear-gradient(to top, #ff9c00, #ffcc00); }
    .hero__form-category {
      text-align: center; }
      @media only screen and (max-width: 48em) {
        .hero__form-category .nopadding:not(:last-child) {
          margin-bottom: 1rem !important; } }
      .hero__form-category input {
        width: 94%;
        margin: 0 !important; }
        @media only screen and (max-width: 48em) {
          .hero__form-category input {
            width: 100%; } }
      .hero__form-category button {
        height: 4rem !important; }
      .hero__form-category .row {
        margin: 1.4rem 0 0; }

.production a {
  color: #111; }

.production__item {
  padding: 3rem 2rem 1.8rem;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid transparent;
  transition: border .3s; }
  @media only screen and (max-width: 48em) {
    .production__item {
      margin-bottom: 3rem; } }
  .production__item:hover .production__image img {
    transform: scale(1.05); }
    @media only screen and (max-width: 48em) {
      .production__item:hover .production__image img {
        transform: none; } }
  .production__item:hover {
    border: 3px solid #0471a6; }

.production__title {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase; }

.production__image {
  height: 17rem; }
  @media only screen and (max-width: 48em) {
    .production__image {
      height: auto; } }
  .production__image img {
    transition: transform .3s; }
    @media only screen and (max-width: 48em) {
      .production__image img {
        margin: 0 auto; } }

.services__item {
  border-radius: 5px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 48em) {
    .services__item {
      margin-bottom: 3rem; } }
  .services__item:hover .services__image img {
    transform: scale(1.05); }

.services__image {
  position: relative;
  z-index: 0; }
  .services__image img {
    width: 100%;
    height: 26rem;
    object-fit: cover;
    border-radius: 5px;
    transition: transform .3s; }

.services__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 6.5rem;
  padding: 0 1rem;
  background-color: rgba(4, 113, 166, 0.9);
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase; }

.about {
  margin-top: 5rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 48em) {
    .about {
      margin-top: 3rem; } }
  .about {
    font-size: 1.7rem; }
    .about p:not(:last-child) {
      margin-bottom: 1.9rem; }
.about ul {
  list-style-position: inside;
  margin-bottom: 2rem;
}
  .about ul li {
    margin-bottom: 5px;
  }
.about-prices {
  margin-bottom: 1rem;
  margin-top: 3.5rem;
}
.about-prices strong {
  font-size: 2.2rem;
}
.clients .section__title {
  margin-bottom: 5rem; }

.clients__arrow {
  width: 4rem; }
  .clients__arrow img {
    max-width: 100%; }

.clients__carousel {
  width: 85%; }

.contacts__map {
  height: 50rem; }
  @media only screen and (max-width: 75em) {
    .contacts__map {
      height: 35rem; } }
  .contacts__map iframe {
    width: 100%;
    height: 100%; }

.contacts .container {
  position: relative; }
  @media only screen and (max-width: 75em) {
    .contacts .container {
      padding: 0; } }

.contacts__box {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  padding: 5rem 6rem 2.4rem 3rem;
  border-radius: 0 0 10px 10px;
  z-index: 90;
  background-image: linear-gradient(to top left, #2388d9, #6a2221);
  color: #fff; }
  @media only screen and (max-width: 75em) {
    .contacts__box {
      position: relative;
      padding-left: 15px;
      left: 0;
      border-bottom: 0;
      border-radius: 0; } }

.contacts__title {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 2rem; }

.contacts p {
  margin-bottom: .8rem;
  font-size: 1.7rem; }

.contacts a {
  color: #333; }

.category__item {
  width: 100%;
  background-color: #fff;
  font-size: 1.7rem;
  border-radius: 5px; }
  .category__item:not(:last-child) {
    margin-bottom: 2rem; }
  @media only screen and (max-width: 48em) {
    .category__item {
      text-align: center;
      padding: 2rem; } }

.category img {
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 12rem;
  object-fit: cover; }
  @media only screen and (max-width: 48em) {
    .category img {
      border-radius: 2px; } }

.category__title {
  color: #111 !important;
  text-decoration: underline; }
  @media only screen and (max-width: 48em) {
    .category__title {
      width: 100%;
      text-align: center;
      margin-top: 2rem; } }

@media only screen and (max-width: 48em) {
  .category__price {
    width: 100%;
    text-align: center;
    padding: 1rem 0 1.5rem; } }

.category__button {
  width: 100%;
  line-height: 3.8rem;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #222;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  margin-right: 2rem;
  text-align: center; }
  .category__button:hover {
    color: #222; }
  @media only screen and (max-width: 48em) {
    .category__button {
      width: 16rem;
      margin: 0 auto; } }
  .category__button_yellow {
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    text-shadow: 0px 1px 0px #ffee66; }
    .category__button_yellow:hover {
      background-image: linear-gradient(to top, #ff9c00, #ffcc00); }
  .category__button_grey {
    background-color: #f9f9f9;
    text-shadow: 0px 1px 0px #ffffff;
    border: 1px solid #dcdcdc;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%); }
    .category__button_grey:hover {
      background: linear-gradient(to bottom, #f9f9f9 5%, #dadada 100%); }

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

.productfull__prop {
  margin-bottom: 3.5rem; }
  .productfull__prop h2 {
    font-size: 2.2rem;
    margin-bottom: 1.4rem; }
  .productfull__prop ul {
    display: inline-block;
    list-style: none;
    font-size: 1.7rem; }
    .productfull__prop ul li:not(:last-child) {
      margin-bottom: .7rem;
      padding-bottom: .7rem;
      border-bottom: 1px solid #ddd; }

.productfull__prices {
  font-size: 2rem;
  margin-right: 3rem; }

.productfull__buybutton {
  text-align: center;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.2rem 1.6rem 1rem;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66; }
  @media only screen and (max-width: 48em) {
    .productfull__buybutton {
      width: 16rem; } }

.productfull__dop {
  margin-top: 4rem; }
  .productfull__dop h2 {
    font-size: 2.2rem;
    margin-bottom: 1.4rem; }
  .productfull__dop .services__image img {
    height: 16rem; }
  .productfull__dop .services__title {
    font-size: 1.5rem;
    height: 4rem; }

.productfull__price span {
  color: #0471a6; }

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

.productfull__desc {
  margin-top: 4.5rem;
  font-size: 1.7rem; }
  .productfull__desc-title {
    font-size: 2.2rem;
    line-height: 1; }
  .productfull__desc p {
    margin-top: 1.4rem; }

.table__prices {
  font-size: 1.7rem;
  background-color: #fff;
}
.table__prices a {
  color: #111;
  border-bottom: 1px solid #4399d4;
  transition: .3s all;
}
.table__prices a:hover {
  border-bottom: 1px solid transparent;
}

.table td, .table thead th {
  padding: 1.5rem;
  text-align: left; }

.table thead th {
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #2b2f3b; }
.table thead th:first-child {
  border-radius: 5px 0 0 0;
}

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

.section {
  padding: 7rem 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: #111;
    font-size: 3.2rem;
    font-weight: bold; }
    @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: #f6f5f0; }

.footer {
  font-size: 1.5rem;
  background: #134C7A;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7rem;
  line-height: 7rem; }

.modal-content {
  background-color: #fff;
  width: 40rem;
  margin: 20% auto;
  border-radius: 3px;
  border: unset;
  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; }

.modal__form input, .modal__form button {
  width: 100%;
  height: 4rem;
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding: 0 .7rem;
  font-size: 1.6rem;
  border-radius: 3px;
  border: 1px solid #999; }
  .modal__form input::placeholder {
    color: #999; }

.modal__form button[type=submit] {
  width: 100%;
  height: 4.5rem;
  border: 0;
  background-color: #F6AE2D;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none; }

.call-me {
  margin-top: 2rem;
  font-size: 1.7rem;
  padding: 1.5rem;
  /* background-image: linear-gradient(to right, #2388d9, #1485CC); */
  background: #2388d9;
  color: #fff;
}
  .call-me a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 2.4rem;
  }
.call-me-dashed {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 11rem;
  font-size: 1.8rem;
  margin-top: 2.8rem;
  background: #2388d9;
  /* border: 3px dashed #0471a6;
  color: #0471a6; */
  color: #fff;
}
  .call-me-dashed a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 2.5rem;
  }
  .call-me-dashed div {
    margin-bottom: 5px;
  }
  .call-me-dashed i {
    font-size: 2rem;
  }

.about.mb-0 {
  margin-top: 4rem;
}
@media only screen and (max-width: 576px) {
  .about.mb-0 {
    margin-top: 2.5rem;
  }
}

.nav ul.sub {
  display: none;
  position: absolute;
  left: -1.4rem;
  top: 1.8rem;
  width: 25.5rem;
  padding: 2.4rem 1.5rem 1.5rem;
  z-index: 909;
}
.nav ul.sub-sm {
  width: 19rem;
}
.nav ul.sub li {
  width: 100%;
}
.nav ul.sub li:not(:last-child) {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 577px) {
  .nav ul li:hover > ul.sub {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .nav ul.sub {
    background: #f6f5f0;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .nav ul.sub a {
    color: #2b2f3b;
  }
}

.nav .sub-2 {
  display: none;
  position: absolute;
  left: 100%;
  top: -1.8rem;
  width: 25.5rem;
  padding: 1em 1.5rem 1rem 2rem;
  z-index: 909;
}
@media only screen and (min-width: 577px) {
  .nav .sub li:hover > ul.sub-2 {
    display: block;
  }
}

.hero__order {
  background: rgba(5,130,191, 1);
  color: #fff;
  padding: 2.5rem;
  padding-bottom: 2.1rem;
  font-size: 1.8rem;
  margin-top: 2rem;
}
.hero__order-title {
  font-size: 2.5rem;
  font-weight: bold;
}
.hero__order ul {
  list-style: none;
  padding: 1.5rem 0 2.5rem;
}
  .hero__order ul li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  .hero__order li .fas {
    margin-right: 3px;
  }
.hero__order-call {
  font-size: 2.2rem;
}
  .hero__order-call a {
    font-weight: bold;
    font-size: 2.4rem;
  }
  .hero__order-call i {
    font-size: 1.9rem;
  }

.list {
  font-size: 1.8rem;
  list-style: none;
}
  .list li {
    line-height: 1.4;
  }
  .list li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .list span {
    background: #0471a6;
    color: #fff;
    padding: 2px;
  }
  .list li i.fas {
    color: #0471a6;
    font-size: 2.1rem;
    margin-right: 4px;
  }

.table__prices h3 {
  margin-bottom: 0;
  margin-top: 2px;
}
.table_st {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
.table_st td {
  padding: 1rem;
}
.table__prices-mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .table__prices {
    display: none;
  }
  .table__prices-mobile {
    display: table;
    font-size: 1.6rem;
  }
  .info-mobile {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .table__prices-mobile {
    font-size: 1.5rem;
  }
  .info-mobile {
    font-size: 1.5rem;
  }
}

.offer__item:not(:last-child) {
  margin-bottom: 3em;
}
.offer__item {
  background-color: #fff;
}
.offer__content {
  padding: 4rem 3rem 4rem 0;
  font-size: 1.7rem;
}
.offer__title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
  .offer__title::after {
    content: '';
    display: block;
    width: 10rem;
    height: 2px;
    background: #0471a6;
    margin-top: 1rem;
    transition: all .3s;
  }
  .offer__item:hover .offer__title::after {
    width: 14rem;
  }
.offer__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.offer__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
  .offer__img-1 {
    background-image: url('../img/offer1.jpg');
  }
  .offer__img-2 {
    background-image: url('../img/offer2.jpg');
  }
  .offer__img-3 {
    background-image: url('../img/office1.jpg');
  }
@media only screen and (max-width: 768px) {
  .offer__img {
    height: 30rem;
  }
  .offer__content {
    padding: 3rem 15px 2rem;
    font-size: 1.7rem;
  }
}

.work__step {
  margin-bottom: 3rem;
}
.work__icon {
  font-size: 5rem;
  margin: 0 auto;
}
.work__icon .fa-circle {
  color: #0471a6;
}
.work__text {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.7rem;
}
.work__easy {
  font-size: 2.6rem;
  margin-bottom: 3.5rem;
}
.work__danger {
  margin-top: 1rem;
  font-size: 1.7rem;
  color: tomato;
}
.section__subtitle {
  font-size: 2rem;
  text-align: center;
}
.prices {
  margin: 4rem 0;
}
.prices__item {
  background: #fff;
}
.prices__img-wrapper {
  height: 18rem;
}
.prices__img {
  width: 100%;
  height: 15rem;
  object-fit: contain;
}
.prices__title {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.prices__specs {
  list-style:none;
  margin-top: 1.2rem;
  font-size: 1.5rem;
}
.prices__specs li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 75em) {
  .prices__item {
    margin-bottom: 2.5rem;
    padding-bottom: 0 !important;
  }
  .prices__title {
    text-align: center;
  }
  .prices__specs {
    text-align: center;
  }
}
.prices-gruz .prices__img {
  object-fit: cover;
}
.section h1 {
  position: relative;
  margin-bottom: 4rem;
  color: #111;
  font-size: 3.8rem;
  font-weight: bold;
}
.table + .section__title {
  margin-top: 4.5rem;
}
.header__whatsapp {
  font-size: 1.7rem;
  margin-top: .7rem;
}
.header__whatsapp a {
  color: #000;
}
.header__whatsapp i {
  font-size: 2.6rem;
  color: #128C7E;
}
.header__whatsapp img {
  width: 2.6rem;
}
.card__group__title {
  margin-bottom: 1rem;
}
.call-me-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  padding: 3rem 1.5rem;
  background: #2388d9;
  color: #fff;
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  border-radius: 5px;
}
@media screen and (max-width:768px) {
  .call-me-wrapper {
    flex-direction: column;
  }
}
.call-me-wrapper .tel {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
}
.call-me-wrapper .whatsapp {
  padding: 1.2rem 1.8rem;
  color: #000;
  background: #25D366;
  font-size: 1.8rem;
  transition: all .3s;
}

.card__img img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.card__title {
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  padding: 1.5rem 0;
}

.mobile-phones {
  display: none;
  position: fixed;
  top: 0;
  background: #fff;
  padding: 15px;
  width: 100%;
  z-index: 99;
}

.section__h3 {
  margin-bottom: 2rem;
  font-size: 3rem;
  text-align: center;
}

.t-prices {
  display: table !important;
}

.cards .prices__item {
  padding: 0rem;
}
.cards .prices__title {
  font-size: 1.9rem;
}
.cards .prices__specs li:not(:last-child) {
  border-bottom: unset;
  margin-bottom: 0;
}
.cards .price {
  font-weight: bold;
}

.card__list {
  font-size: 1.7rem;
  list-style: none;
}
.card__list li:not(:last-child) {
  margin-bottom: 6px;
}
.card__price__list {
  margin-top: 1rem;
  font-size: 1.8rem;
  list-style: none;
}
.card__price__list li:not(:last-child) {
  margin-bottom: 6px;
  font-weight: bold;
}
.card__price__item {
  margin-top: 1.2rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.card__description {
  margin-top: 1.7rem;
  font-size: 1.8rem;
}

.breadcrumbs {
  list-style: none;
  font-size: 1.6rem;
}
.breadcrumbs li {
  display: inline-block;
  margin-top: 1.6rem;
}
.breadcrumbs li a {
  color: #2388d9;
  border-bottom: 1px solid #2388d9;
}
.breadcrumbs__wrapper + .hero {
  margin-top: 1.6rem;
}

.hero__sub {
  max-width: 89rem;
}

.tile {
  width: 100%;
  padding: 0 1rem 1.8rem;
  text-align: center;
  margin-bottom: 0;
}
.tile .prices__title {
  font-size: 1.9rem;
  line-height: 1;
  color: #000;
}

.tile-w-img {
  width: 100%;
  padding: 0;
}
.tile-w-img .prices__img {
  height: 18rem;
}
.tile-w-img .prices__title {
  padding: 1rem 1rem 1.8rem;
}
.tile-w-img::after {
  margin-bottom: 3rem;
}

.prices__col {
  margin-bottom: 3rem;
}
.prices__col a {
  width: 100%;
}

@media only screen and (max-width:920px) {
  .tiles .col-lg {
    margin-bottom: 3rem;
  }
  .hero__sub {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*.call-me-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}*/

.footer__title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.footer__form__input {
  width: 100%;
  margin-bottom: 1rem;
  height: 4rem;
  font-size: 1.7rem;
  padding: 0 1rem;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.footer__form__textarea {
  padding: 1rem;
  height: 16rem;
}
.footer__form__btn {
  width: 16rem;
  height: 4.5rem;
  font-size: 1.6rem;
  color: #fff;
  background: #2388d9;
  border: unset;
  cursor: pointer;
  border-radius: 3px;
}
@media only screen and (max-width: 576px) {
  .footer__form__btn {
    width: 100%;
  }
}

.section--pb {
  padding: 6.5rem 0 4.5rem;
}

.okays {
  margin-top: 5rem;
  font-size: 1.6rem;
}
.okays__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.okays__item::before {
  content: "";
  display: inline-block;
  width: 3.1rem;
  height: 3.1rem;
  margin-right: 1rem;
  background-image: url("../img/ok.svg");
  background-size: cover;
}

input[name="email"] {
  display: none;
}

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 3rem 0 2rem;
  list-style: none;
  font-size: 1.8rem;
}
.tags li {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.tags__link {
  display: block;
  padding: 1rem 1.8rem;
  color: #2388d9;
  background: #fff;
  border: 2px solid #2388d9;
  transition: all .3s;
}
.tags__link:hover,
.tags__link--active {
  color: #fff;
  border: 2px solid #2388d9;
  background: #2388d9;
}
.card__price {
margin-top:-1rem;
text-align: center;
font-size: 1.6rem;
color: #222;
font-weight: bold;
padding-bottom: 1.5rem;
}
.text {
  font-size: 1.8rem;
  line-height: 1.4;
}
.text p {
  margin-bottom: 1.2rem;
}
.section-text {
  margin-bottom: 5rem;
}
.section-tags + .section {
  padding-top: 4rem;
}
.row-jpg .tile {
  padding: 0 0 1.8rem 0;
}
.row-jpg .prices__img {
  object-fit: cover;
}
.row-jpg .prices__img-wrapper {
  height: 15rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .row-jpg .prices__title {
    padding-bottom: 1.6rem;
  }
}

.section-tags {
  padding: 3rem 0 0;
}

.section-text p + h2,
.section-text ul + h2 {
  margin-top: 4rem;
}
.section-text p + h3,
.section-text ul + h3 {
  margin-top: 3rem;
}
.section-text h2 {
  margin-bottom: 3rem;
}
.section-text h3 {
  margin-bottom: 2rem;
}
.section-text ul {
  list-style-position: inside;
}
.section-text ul li:not(:last-child) {
  margin-bottom: 5px;
}
.section-text ul + p {
  margin-top: 1.8rem;
}
.section-text .question {
  position: relative;
  font-weight: bold;
}
.section-text .question::before {
  content: '';
  display: block;
  float: left;
  width: 4rem;
  height: 3rem;
  margin-top: -4px;
  background-image: url("../img/ic-questions.svg");
  background-size: 3rem 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width:768px) {
  .section-text .question::before {
    display: none;
  }
}
.section-text p + .question {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ccc;
}
.question + p {
  font-size: 1.6rem;
}
.card__group .card__price {
  text-align: left;
}
.card__tags {
  margin-bottom: 4rem;
}
.card__tags .tags {
  margin: 0;
}

.tags li strong {
  font-size: 1.8rem;
}

.mt-5 .call-me-wrapper {
  margin-bottom: 0;
}

.card__description h2,
.card__description h3,
.card__description h4 {
  text-align: left;
}
.card__description h2 {
  margin-bottom: 2rem;
  font-size: 2.8rem;
}
.card__description p + h2,
.card__description ul + h2 {
  margin-top: 3rem;
}

.proj .slick-prev {
  left: 10px;
}
.proj .slick-next {
  right: 10px;
}
.proj .slick-prev::before, .proj .slick-next::before {
  color: #fff;
}
.proj .slick-slide img {
  max-width: 100%;
}
.proj .slick-track {
    display: flex !important;
}
.proj .slick-slide {
    height: inherit !important;
}
.project__info {
  font-size: 1.7rem;
}
.project__controls {
  margin: 4rem 0;
}
.project__controls a {
  display: block;
  font-size: 1.7rem;
  border: 2px solid #2388d9;
  transition: .3s all;
  padding: 1.4rem;
  color: #222;
}
.project__controls a:hover {
  background: #2388d9;
  color: #fff;
}
.card__img {
  position: relative;
}
.card__img__quantity {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background-image: url('../img/camera.png');
  background-size: cover;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  padding-top: 2px;
}
.card__title a {
  color: #000;
}

.header__logo .logo-new {
  width: 7rem;
  max-width: 100%;
}
.header__logo a {
  font-size: 2.2rem;
  font-weight: 600;
}
.header__logo p {
  flex-shrink: 0;
}

.modal__form button[type=submit] {
  background: #2388d9
}
.okays__item a {
  font-size: 1.7rem;
  color: #111;
  text-decoration: underline;
}
.gerbs-slider a {
  color: #111;
  text-decoration: underline;
}
.okays__item a:hover, .gerbs-slider a:hover {
  text-decoration: none;
}
@media only screen and (max-width:576px) {
  .tiles .prices__specs {
    padding-bottom: 2rem;
  }
}

.shortcode-table img {
  margin-right: 8px;
}
.shortcode-table .table-img {
  text-decoration: none !important;
  border: none !important;
}
.shortcode-table img {
  width: 100px;
  height: 70px;
  object-fit: cover;
}
.shortcode-table td {
  padding: 0;
  padding-left: 1.5rem;
  vertical-align: middle;
}
.shortcode-table td:first-child {
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 576px) {
  .shortcode-table .table-img {
    display: none;
  }
  .shortcode-table td {
    padding: 1.5rem !important;
  }
}

.header .header__callme {
  color: #fff;
  border: 2px solid #2388d9;
  color: #2388d9;
  border-radius: 5px;
}
.header .header__callme:hover {
  background: #2388d9;
  color: #fff;
}

.main-menu__plus {
  display: none;
}
@media only screen and (max-width:576px) {
  .main-menu__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-menu__plus {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 70px;
    height: 30px;
    right: 5px;
    top: 50%;
    padding-right: 10px;
    transform: translateY(-50%);
    color: #fff;
  }
  .main-menu__item .active + .main-menu__plus,
  .main-menu__item a:hover + .main-menu__plus {
    color: #111;
  }

  .sub .main-menu__item a + .main-menu__plus,
  .sub .main-menu__item a:hover + .main-menu__plus {
    color: #111;
  }

  .nav .sub-2 {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    padding: 0;
    background: #f6f5f0;
  }
  .nav .sub-2 li a {
    padding-left: 25px !important;
  }

  .nav ul li a {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .nav .fa-minus {
    display: none;
  }

  .main-menu--opened .fa-minus {
    display: block;
  }

  .main-menu--opened .fa-plus {
    display: none;
  }
}

.section--pereezd {
  padding-top: 5rem !important;
  padding-bottom: 4rem;
}
.section--pereezd .card__item {
  margin-bottom: 3rem;
}
.section-card + .section-examples {
  padding-top: 0;
}

@media only screen and (max-width:576px) {
    .hero__preim-item {
        display: flex;
        align-items: center;
    }

    .hero__preim-title {
        margin-top: 0;
        margin-left: 2rem;
        text-align: left;
    }

    .hero__preim-sub {
        margin-left: 2rem;
        text-align: left;
    }

    .hero__preim-icon {
        width: 8rem;
    }
}

.section:not(.section_color_grey) + .section-examples {
    padding-top: 0;
}
.section.production + .section-examples {
    padding-top: 6rem;
}

.footer {
  display: flex;
  height: 8rem;
  align-items: center;
  line-height: normal;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}

.text ol {
  list-style-position: inside;
}

.form__group {
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
}
.form__group input,
.form__group select,
.form__group textarea,
.form__group button {
  width: 100%;
  border-radius: 3px;
}
.form__group input {
  height: 3.5rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  transition: .3s;
  border-radius: 3px;
}
.form__group input:focus,
.form__group textarea:focus {
  border: 1px solid #2388d9;
}
.form__group__select {
  height: 3.5rem;
  padding: 0 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23000000'%3E%3Cpath d='M15,23c-0.256,0-0.512-0.098-0.707-0.293l-10-10c-0.286-0.286-0.372-0.716-0.217-1.09C4.23,11.243,4.596,11,5,11h20c0.404,0,0.77,0.243,0.924,0.617c0.155,0.374,0.069,0.804-0.217,1.09l-10,10C15.512,22.902,15.256,23,15,23z' fill='%23000000'/%3E%3C/svg%3E%0A"),
  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 45%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%;
  transition: .3s;
}
.form__group__select::-ms-expand {
  display: none;
}
.form__group textarea {
  height: 11.3rem;
  border: 1px solid #ccc;
  padding: 1rem;
}
.form__group button {
  height: 5rem;
  font-size: 1.6rem;
}
.form__group .addField {
  font-size: 1.5rem;
  color: #2388d9;
}
@media only screen and (max-width:990px) {
  .form__group__title {
    margin-bottom: 1rem;
  }
  .form__group button {
    margin-top: 1rem;
  }
}

.reviews__item {
  max-width: 80rem;
  padding: 3rem;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.7rem;
  border-radius: 1rem;
}
.reviews__item:not(:last-child) {
  margin-bottom: 3rem;
}
.reviews__text {
  position: relative;
  padding-left: 4.3rem;
  line-height: 1.5;
}
.reviews__text::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -2.5rem;
  width: 5.5rem;
  height: 3.2rem;
  background: url('../img/quote.svg');
  background-size: 100% 100%;
}
.reviews__author {
  margin-top: 1.2rem;
  font-weight: bold;
  text-align: right;
}
.reviews__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.5rem auto 0;
  width: 17rem;
  height: 4.8rem;
  border-radius: 3px;
  line-height: 1;
}
.reviews__btn:hover {
  color: #fff;
}

.modal__form textarea {
  margin-top: 1rem;
  font-size: 1.6rem;
  border: 1px solid #999;
  padding: .7rem;
}

.prices__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6rem;
  color: #fff !important;
  line-height: 1;
  width: 14rem;
  height: 3.5rem;
}

.tags-slider .slick-track{ margin-left: 0; }
.tags-slider .tile .prices__title a {
  color: #000;
}
.tags-slider .tile .prices__title {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.tags-slider .prices__img {
  object-fit: cover;
}
.tags-slider .slick-slide {
  margin: 0 10px;
}
.tags-slider .slick-list {
  margin: 0 -10px;
}
.tags-slider .slick-prev,
.gerbs-slider .slick-prev {
  left: -4.5rem;
  width: 2rem;
  height: 3.5rem;
  background: url('../img/left.svg');
  background-size: 2rem 3.5rem;
  top: calc(50% - 1rem);
}
.tags-slider .slick-next,
.gerbs-slider .slick-next {
  right: -4.7rem;
  width: 2rem;
  height: 3.5rem;
  background: url('../img/right.svg');
  background-size: 2rem 3.5rem;
  top: calc(50% - 1rem);
}
.gerbs-slider .slick-prev {
  left: -2rem;
}
.gerbs-slider .slick-next {
  right: -2rem;
}
@media only screen and (max-width:768px) {
  .tags-slider .slick-slide {
    margin: 0 3rem;
  }
  .tags-slider .slick-list {
    margin: 0
  }
  .slick-prev {
    left: -1rem !important;
  }
  .slick-next {
    right: -1rem !important;
  }
}

.card__price__btn {
  margin-top: 1.7rem;
  width: 17rem;
  height: 4.5rem;
}

.tabs__select {
  font-size: 1.6rem;
  list-style: none;
}
.tabs__select__item {
  padding: 1.5rem;
  cursor: pointer;
  border: 1px solid #ccc;
  transition: .4s;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.tabs__select__item:not(.tabs__select__item--active):hover {
  background: #f6f5f0;
}
.tabs__select__item--active {
  background: #2388d9;
  border: 1px solid #2388d9;
  color: #fff;
}
.tabs__select li {
  margin-bottom: 0 !important;
}
.tab__item {
  display: none;
}
.tab__item--active {
  display: block;
}
.tab__item .table {
  font-size: 1.7rem;
}
.tab__item .table td {
  padding: 1.5rem;
}
.tab__item .table td:first-child {
  width: 50%;
}
.tab__item + p {
  font-size: 1.6rem !important;
}

@media only screen and (max-width:768px) {
  .tabs__select {
    margin-bottom: 3rem;
  }
}

.kvp p, .kvp strong, .kvp ul {
  font-size: 1.7rem;
}
.kvp ul {
  list-style-position: inside;
}
.kvp ul li:not(:last-child) {
  margin-bottom: 7px;
}
.kvp .reviews__btn, .ovp .reviews__btn {
  width: 27rem;
  height: 5.2rem;
  color: #fff;
  margin-top: 3rem;
  margin-left: 0;
  font-size: 1.7rem;
}
.ovp .reviews__btn {
  width: 100%;
  max-width: 35rem;
  height: 5.4rem;
  margin-left: auto;
}
.kvp .section__h3 {
  font-size: 2.8rem;
}
.kvp-cards {
  padding-top: 0 !important;
}
.kvp-cards .card__img img {
  height: 20rem;
}

.citiesList {
  list-style: none;
}
.citiesList li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.citiesList li a {
  font-size: 1.6rem;
  color: #000;
  transition: color .3s;
}
.citiesList li a:hover {
  color: #2388d9;
}
#modalCities .modal-content {
  width: 60rem;
  padding: 2.8rem;
}
#modalCities .modal__title {
  margin-bottom: 3rem;
}
@media only screen and (max-width:576px) {
  #modalCities .modal-content {
    width: 90%;
  }
  .citiesList {
    margin-bottom: 1.2rem;
  }
}

.city-select {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
}
.city-select img {
  width: 2.5rem;
  margin-right: 1rem;
}
.city-select a {
  color: #2388d9;
  border-bottom: 1px dashed #2388d9
}

.custom-slider__item {
  display: flex; flex-direction: column; justify-content: center; text-align: center; align-items: center; width: 100%;
}
.custom-slider__img {
  margin-bottom: 1rem; max-height: 11rem;
}
.custom-slider__title {
  text-align: center; font-size: 17px;
}

.hero__list {
  margin-top: 4rem;
  font-size: 2.1rem;
  list-style-position: inside;
}
.hero__list li:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width:768px) {
  .hero__list {
    margin-bottom: 3rem;
  }
}

.hero-form {
  padding: 2.6rem 2.6rem 2.3rem 2.6rem;
  border-radius: 5px;
  background: #fff;
  color: #222;
}
.hero-form__title {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-weight: bold;
}

.hcard {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  border: 1px solid #ccc;
  padding: 1.6rem;
  border-radius: 3px;
  font-size: 1.5rem;
  transition: .3s;
}
.hcard__left {
  display: flex;
}
.hcard__img {
  align-self: flex-start;
  max-width: 13.5rem;
  margin-right: 1.5rem;
  border-radius: 3px;
}
.hcard__props {
  list-style: none;
}
.hcard__props li {
  margin-top: 5px;
}
.hcard__title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.7rem;
  color: #000;
  text-decoration: underline;
  transition: .3s;
}
.hcard__title:hover {
  color: #2388d9;
}
.hcard__right {
  width: 15rem;
  margin-left: 1rem;
}
.hcard__price {
  font-weight: bold;
  font-size: 1.7rem;
}
.hcard__price-dog {
  font-size: 1.4rem;
}
hcard__price-info {
  font-size: 1.4rem;
}
.hcard__min {
  font-size: 1.4rem;
}
.hcard__btn {
  width: 100%;
  margin-top: 1rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #2388d9;
  color: #fff;
  font-size: 1.4rem;
}
.hcard__btn:hover {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .hcard,
  .hcard__left {
    flex-direction: column;
  }
  .hcard__left {
    margin-bottom: 1.5rem;
  }
  .hcard__img {
    margin-bottom: 1.5rem;
  }
  .hcard__right {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .hcard__img {
    max-width: 25rem;
  }
}

.feat {
  padding: 3rem;
  border: 3px solid #2388d9;
  border-radius: 5px;
  color: #111;
  font-size: 1.7rem;
}
.feat__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.feat__text {
  text-align: center;
}
.feat__text a[href^="tel:"] {
  font-size: 2rem;
  font-weight: bold;
}
.feat__btn {
  display: inline-block;
  background: #2388d9;
  padding: 7px 1rem;
  border-radius: 3px;
  color: #fff;
  border: 2px solid transparent;
  transition: .3s;
}
.feat__btn:hover {
  color: #fff;
}

.ncards__img {
  max-width: 100%;
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 0 0 3px transparent;
  transition: .3s;
}
.ncards__title {
  margin-top: 1rem;
  font-size: 1.6rem;
  transition: .3s;
  font-weight: 500;
}
.ncards:not(:last-child) {
  margin-bottom: 3rem;
}
.ncards__item:hover .ncards__img {
  box-shadow: 0 0 0 3px #2388d9;
}
@media only screen and (max-width: 920px) {
  .ncards:not(:last-child) {
    margin-bottom: 0;
  }
  .ncards__item {
    margin-bottom: 2rem;
  }
}

/*Project cards*/
.card__img-full {
  border-radius: 3px;
}
.card__item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background: #fff;
}
.card__img {
  flex-shrink: 0;
}
.card__img img {
  border-radius: 5px 5px 0 0;
}
.card__title {
  padding: 0;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
}
.card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
}
.card__desc {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .card__item {
    flex-direction: column;
  }
  .card__img {
    width: 100%;
  }
}

.prices__title {
  margin-top: 0;
}
.tags-slider .tile {
  margin-bottom: 1.5rem;
  border-radius: 3px;
  flex-direction: column;
  height: 100%;
}
.tags-slider .tile .prices__title {
  padding: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.3;
}
.tags-slider .prices__img {
  border-radius: 3px 3px 0 0;
}

.production.cards .prices__img,
.production.cards .prices__img-wrapper {
  height: 24rem;
  object-fit: cover;
}
.production.cards .prices__content {
  padding: 2rem;
}

.card__table {
  margin: 1.5rem 0 3rem;
  width: 60%;
  font-size: 1.6rem;
}
.card__table td {
  padding: 1.2rem;
}
@media only screen and (max-width: 576px) {
  .card__table {
    width: 100%;
  }
}

.tabs__select__mobile {
  width: 100%;
  height: 5rem;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}

.prices__text {
  margin-bottom: 4rem;
}
.prices__text p {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.prices-cards .card__title {
  font-size: 2.1rem;
}
.prices-cards .card__title a {
  text-decoration: underline;
}
.prices-cards ul {
  margin: 1.5rem 0 1.7rem;
  font-size: 1.6rem;
  list-style: none;
}
.prices-cards ul li:not(:last-child) {
  margin-bottom: 8px;
}
.prices-cards .hcard__btn {
  height: 4.5rem;
  font-size: 1.6rem;
}
.prices-cards .price {
  /*color: #2388d9;*/
}

.hero--inner {
  background: #f6f5f0;
  color: #000;
}
.hero--inner .hero-form {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.hero--inner .hero__title {
  font-size: 3.6rem;
}


.pricesam__box {
  margin-bottom: 3rem;
  padding: 2.2rem 0 2.5rem;
  border: 3px solid #2388d9;
  border-radius: 3px;
}
.pricesam, .pricesam__sub {
  text-align: center;
  font-size: 1.9rem;
}
.pricesam b {
  font-size: 2.1rem;
}
.pricesam__sub {
  margin: 1rem auto 0;
  font-size: 1.5rem;
}
.hcard__img {
  height: 10rem;
  object-fit: cover;
}
@media only screen and (max-width:992px) {
  .hcard__img {
    height: auto;
  }
}

.section__text {
  font-size: 1.7rem;
  line-height: 1.5;
}
.section__text p:not(:last-child) {
  margin-bottom: 1.2rem;
}
.section__text .tel {
  font-weight: bold;
}
ul.sub {
    background: #f6f5f0;
}
.shortcode-table td {
    padding: 1.5rem !important;   
}
.ncards__item a {
    color: #333;
    border-bottom: 1px solid #333;
}
.prices__link {
    width: 100%;
}