@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body, html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Nunito', sans-serif;
  line-height: 1.42;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #5b5b5b;
  padding: 0;
  margin: 0; }

ul, p, li {
  padding: 0;
  margin: 0;
  font-size: 16px; }

p {
  line-height: 24px; }

li {
  list-style: none; }

a {
  color: #5b5b5b;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Russo One', sans-serif;
  text-transform: uppercase; }

h1 {
  font-size: 45px; }

.hide {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 80px;
  height: 100%; }

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px; } }

.hero, .about, .comparison, .clients, .services, .feedback, .service-page, .location, .bonus {
  padding-bottom: 80px; }

.header {
  padding-top: 60px; }
  @media (max-width: 1200px) {
    .header {
      padding-top: 20px; } }

.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .header__menu li {
    max-height: 39px;
    margin-right: 24px;
    margin-bottom: 8px; }
    .header__menu li:last-child {
      margin-right: 0; }
    .header__menu li img {
      max-width: 167px; }
    .header__menu li a {
      font-size: 16px;
      color: #5b5b5b;
      -webkit-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms; }
      .header__menu li a:hover {
        color: #EF7F1A; }

@media screen and (max-width: 768px) {
  .header__menu li {
    display: none; }
    .header__menu li:first-child {
      display: block; }
  .header__menu .header__subtitle {
    display: none; } }

.header__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 43px; }
  .header__btns a {
    font-size: 13px;
    padding: 13px 26px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    line-height: 13px; }

@media screen and (max-width: 500px) {
  .header__menu {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header__btns {
    display: none; } }

.header__btns_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-linear-gradient(6.4deg, #EF7F1A 0.85%, #EBBB12 98.87%);
  background: -o-linear-gradient(6.4deg, #EF7F1A 0.85%, #EBBB12 98.87%);
  background: linear-gradient(83.6deg, #EF7F1A 0.85%, #EBBB12 98.87%);
  height: 100%;
  margin-right: 24px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 2px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .header__btns_wrap:last-child {
    margin-right: 0; }
  .header__btns_wrap:hover {
    -webkit-box-shadow: 0px 2px 12px rgba(91, 91, 91, 0.25);
            box-shadow: 0px 2px 12px rgba(91, 91, 91, 0.25); }

.header__btns_call {
  color: #f8f8f8; }

.header__btns_msg {
  background-color: #fff;
  color: #EF7F1A; }

.hero__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30% 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 1440px) {
    .hero__row {
      padding: 11% 0; } }

@media screen and (max-width: 900px) {
  .hero__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15% 0; } }

.hero__text {
  min-width: 363px;
  margin-right: 20px; }

@media screen and (max-width: 900px) {
  .hero__text {
    margin-right: 0;
    margin-bottom: 40px; } }

@media screen and (max-width: 500px) {
  .hero__text {
    min-width: 100%; } }

.subtitle {
  font-size: 18px;
  line-height: 20px; }

.title {
  line-height: 54px; }

@media screen and (max-width: 500px) {
  .subtitle {
    font-size: 14px;
    line-height: 16px; }
  .title {
    font-size: 28px;
    line-height: 34px; } }

.title__accent {
  color: #EF7F1A; }

.hero__btn {
  display: inline-block;
  padding: 18px 36px;
  color: #f8f8f8;
  background: -webkit-linear-gradient(6.4deg, #EF7F1A 0.85%, #EBBB12 98.87%);
  background: -o-linear-gradient(6.4deg, #EF7F1A 0.85%, #EBBB12 98.87%);
  background: linear-gradient(83.6deg, #EF7F1A 0.85%, #EBBB12 98.87%);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  font-size: 18px;
  line-height: 18px;
  margin-top: 40px; }

@media screen and (max-width: 900px) {
  .hero__btn {
    width: 100%;
    text-align: center; } }

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 340px;
  min-width: 305px; }
  .links li {
    margin-bottom: 40px; }
    .links li:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 900px) {
  .links {
    max-width: 360px; } }

@media screen and (max-width: 340px) {
  .links {
    min-width: 100%; } }

.links__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #DADCE0;
  background-color: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 20px;
  padding-right: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(91, 91, 91, 0.25);
          box-shadow: 0px 0px 20px rgba(91, 91, 91, 0.25);
  color: #5b5b5b;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .links__card:hover {
    color: #EF7F1A; }

@media screen and (max-width: 340px) {
  .links__card {
    font-size: 13px; } }

.links__card_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .links__card_wrapper img {
    margin-right: 10px; }

.blob__first {
  position: absolute;
  z-index: -1;
  right: 24%;
  bottom: 14%; }

.blob__second {
  position: absolute;
  z-index: -1;
  right: 40%; }

@media screen and (max-width: 1200px) {
  .blob__first {
    position: absolute;
    z-index: -1;
    right: 8%;
    bottom: 15%; }
  .blob__second {
    position: absolute;
    z-index: -1;
    right: 34%;
    top: 38%; } }

@media screen and (max-width: 992px) {
  .blob__first, .blob__second {
    display: none; } }

.advantages__stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0; }

.advantages__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.advantages__num {
  font-family: 'Russo One', sans-serif;
  color: #EF7F1A;
  font-size: 45px; }

.advantages__text {
  font-size: 16px;
  font-weight: 600;
  color: #5b5b5b; }

.advantages__map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .advantages__map img {
    width: 100%;
    height: 100%; }

.bonus-cards {
  padding-top: 40px; }

.bonus-cards__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .bonus-cards__row:last-child {
    margin-bottom: 0; }

.bonus__text {
  padding-top: 16px; }

.bonus-cards__item {
  padding: 32px 23px;
  margin-right: 24px;
  margin-bottom: 32px;
  border: 1px solid #EF7F1A;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  max-width: 380px;
  min-width: 380px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .bonus-cards__item:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(16, 16, 16, 0.25);
            box-shadow: 0px 0px 20px rgba(16, 16, 16, 0.25); }
    .bonus-cards__item:hover .bonus-cards__title {
      color: #EF7F1A; }
  .bonus-cards__item:last-child {
    margin-right: 0; }

@media screen and (max-width: 960px) {
  .bonus-cards__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bonus-cards__item {
    margin-right: 0; } }

.bonus-cards__title {
  margin-bottom: 12px;
  text-transform: none;
  font-size: 23px;
  letter-spacing: 0.02em; }

@media screen and (max-width: 440px) {
  .bonus-cards__item {
    max-width: 100%;
    min-width: 280px; }
  .bonus-cards__title {
    font-size: 19px; } }

.about__text, .location__text {
  margin: 16px 0; }

.about__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .about__link img {
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.comparison__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 872px) {
  .comparison__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.comparison__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 24px;
  background-color: #f6f6f6;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  max-width: 339px; }

.comparison__card_active {
  background-color: #fff;
  border: 1px solid #EF7F1A;
  -webkit-box-shadow: 0px 0px 20px rgba(91, 91, 91, 0.25);
          box-shadow: 0px 0px 20px rgba(91, 91, 91, 0.25);
  margin-right: 20px; }

@media screen and (max-width: 872px) {
  .comparison__card_active {
    margin-bottom: 20px;
    margin-right: 0; } }

.comparison__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px; }
  .comparison__item img, .comparison__item svg {
    margin-right: 12px; }

@media screen and (max-width: 320px) {
  .comparison__item img, .comparison__item svg {
    margin-right: 6px; } }

.comparison__text_title {
  font-size: 24px;
  line-height: 24px; }

.comparison__price {
  margin: 0 auto;
  max-width: 218px;
  text-align: center; }
  .comparison__price .comparison__text:last-child {
    text-align: end; }

.comparison__price_accent {
  font-size: 24px;
  color: #EF7F1A; }

.comparison__price_gray {
  font-size: 24px;
  color: #5b5b5b; }

@media screen and (max-width: 390px) {
  .comparison__text {
    font-size: 14px;
    line-height: 16px; }
  .comparison__price_gray, .comparison__price_accent {
    font-size: 21px; } }

@media screen and (max-width: 320px) {
  .comparison__price_gray {
    font-size: 17px; } }

.comparison__price_width {
  max-width: 100%; }

.comparison__btn {
  text-align: center;
  color: #f8f8f8;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 16px;
  padding: 16px 32px;
  background: -webkit-linear-gradient(6.4deg, #EF7F1A 0.85%, #EBBB12 98.87%);
  background: -o-linear-gradient(6.4deg, #EF7F1A 0.85%, #EBBB12 98.87%);
  background: linear-gradient(83.6deg, #EF7F1A 0.85%, #EBBB12 98.87%); }

.comparison__btn_hover {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .comparison__btn_hover:hover {
    -webkit-box-shadow: 0 0 20px rgba(91, 91, 91, 0.25);
            box-shadow: 0 0 20px rgba(91, 91, 91, 0.25); }

.comparison__btn_gray {
  background: #cccccc;
  color: #5b5b5b;
  cursor: not-allowed; }

.clients .container {
  padding: 32px; }

.clients__title {
  margin-bottom: 24px; }

.slider-container {
  position: relative; }

.swiper-container {
  max-width: 820px; }

.swiper-lazy-preloader {
  padding-top: 40px;
  border-color: #EF7F1A; }

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px; }
  .swiper-slide img {
    max-width: 100%; }

@media screen and (max-width: 680px) {
  .swiper-container {
    max-width: 320px; }
  .swiper-slide img {
    max-width: 100%; } }

@media screen and (max-width: 415px) {
  .swiper-container {
    max-width: 250px; } }

@media screen and (max-width: 320px) {
  .swiper-container {
    max-width: 160px; } }

.swiper-button-next, .swiper-button-prev {
  outline: none; }
  .swiper-button-next::after, .swiper-button-prev::after {
    color: #EF7F1A; }

.services__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 0 20px; }

.services__item, .service-page-img {
  display: grid;
  min-height: 32vh;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  color: #fff;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  z-index: 10; }
  .services__item span, .service-page-img span {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 10; }
  .services__item::before, .service-page-img::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #212121;
    opacity: .60;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
  .services__item:hover, .service-page-img:hover {
    color: #ffffff; }
    .services__item:hover::before, .service-page-img:hover::before {
      background-color: #EF7F1A;
      opacity: .60; }

.services__item:nth-child(1) {
  grid-column: 1 / 3; }

.services__item:nth-child(5) {
  grid-column: 2 / 4; }

.services__item:nth-child(6) {
  grid-column: 4;
  grid-row: 2 / 4; }

@media screen and (max-width: 992px) {
  .services__row {
    grid-template-columns: repeat(3, 1fr); }
  .services__item {
    min-height: 40vh; }
  .services__item:nth-child(5) {
    grid-column: 1 / 3; }
  .services__item:nth-child(6) {
    grid-column: 3;
    grid-row: 2 / 4; } }

@media screen and (max-width: 768px) {
  .services__row {
    grid-template-columns: repeat(1, 1fr); }
  .services__item {
    min-height: 32vh; }
    .services__item span {
      padding: 0 10px; }
  .services__item:nth-child(5) {
    grid-column: initial; }
  .services__item:nth-child(6) {
    grid-column: initial;
    grid-row: initial; } }

@media screen and (max-width: 760px) {
  .services__item:nth-child(1) {
    grid-column: initial; } }

.feedback__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 24px;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

@media screen and (max-width: 760px) {
  .feedback__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .feedback__title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.feedback__map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px; }
  .feedback__map img {
    width: 100%;
    max-width: 400px; }

@media screen and (max-width: 760px) {
  .feedback__map img {
    max-width: 100%; } }

.feedback__img {
  padding: 10px;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #f6f6f6; }

.feedback__map-link {
  width: 100%;
  padding: 18px;
  background-color: #30AD00;
  border: 1px solid #30AD00;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }
  .feedback__map-link:hover {
    background-color: #fff;
    color: #30AD00; }

@media screen and (max-width: 760px) {
  .feedback__map-link {
    margin-bottom: 16px; } }

.feedback__success {
  width: 100%;
  padding: 12px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  text-align: center;
  color: #155724;
  display: none; }

@media screen and (max-width: 760px) {
  .feedback__success {
    margin-bottom: 16px; } }

.feedback__form {
  width: 100%;
  max-width: 305px;
  min-width: 280px; }

@media screen and (max-width: 760px) {
  .feedback__form {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.feedback__title {
  margin-bottom: 24px; }

.feedback__text-field {
  width: 100%;
  padding: 9px 18px;
  font-size: 16px;
  line-height: 18px;
  color: #5b5b5b;
  border: none;
  border-bottom: 2px solid #5b5b5b;
  margin-bottom: 24px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .feedback__text-field:focus {
    outline: none;
    border-bottom: 2px solid #EF7F1A; }
  .feedback__text-field_error {
    border: 2px solid tomato;
    -webkit-border-radius: 6px;
            border-radius: 6px; }

.feedback__btn {
  font-size: 16px;
  line-height: 18px;
  padding: 18px;
  width: 100%;
  text-align: center;
  background-color: #EF7F1A;
  border: none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 12px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  outline: none; }
  .feedback__btn:hover {
    -webkit-box-shadow: 0 0 20px rgba(91, 91, 91, 0.25);
            box-shadow: 0 0 20px rgba(91, 91, 91, 0.25); }
  .feedback__btn::after {
    content: 'Отправлено!';
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #30AD00;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0; }
  .feedback__btn_success::after {
    opacity: 1; }

.feedback__policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .feedback__policy img {
    max-width: 12px;
    margin-right: 6px; }

.feedback__text {
  font-size: 13px; }

.service-page__list-box {
  margin-bottom: 2rem; }

.service-page__list-title {
  font-size: 22px;
  font-weight: 700;
  color: #5b5b5b;
  margin-bottom: 1rem; }

.service-page .service-page__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5rem; }

.service-page__list-icon {
  margin-right: 0.5rem;
  padding-top: 0.25rem; }

.service-page-img {
  min-height: 40vh;
  margin-bottom: 32px; }
  .service-page-img span {
    font-size: 45px; }
  .service-page-img:hover::before {
    opacity: .8;
    background-color: #212121; }

@media screen and (max-width: 480px) {
  .service-page-img span {
    font-size: 32px; } }

.service-page__text {
  margin-bottom: 24px;
  font-size: 20px; }

.service-page .links {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  min-width: 200px; }
  .service-page .links li {
    width: 100%;
    margin-right: 24px;
    margin-bottom: 0; }
    .service-page .links li:last-child {
      margin-right: 0; }

@media screen and (max-width: 760px) {
  .service-page .links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .service-page .links li {
      margin-right: 0;
      margin-bottom: 24px; }
      .service-page .links li:last-child {
        margin-bottom: 0; } }

.footer {
  padding: 32px 20px;
  background-color: #5b5b5b;
  color: #ffffff; }

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer__links li {
    margin-right: 4%; }
    .footer__links li:last-child {
      margin-right: 0; }

.footer__link {
  color: #ffffff;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .footer__link:hover {
    color: #EF7F1A;
    text-decoration: underline; }

.footer__teamviewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin: 24px 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .footer__teamviewer img {
    margin-right: 6px; }
  .footer__teamviewer:hover {
    color: #0D8AE6;
    text-decoration: underline; }

.mobile-links {
  display: none; }

@media screen and (max-width: 480px) {
  .mobile-links {
    display: block;
    padding: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100; }
  .mobile-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #ffffff;
    padding: 16px 32px;
    -webkit-border-radius: 1px solid rgba(0, 0, 0, 0);
            border-radius: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 6px;
            border-radius: 6px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 0 12px rgba(91, 91, 91, 0.25);
            box-shadow: 0 0 12px rgba(91, 91, 91, 0.25); }
  .mobile-link_msg {
    background-color: #2980DD;
    margin-right: 24px; }
  .mobile-link_call {
    background-color: #63BD37; } }
