@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Light.woff2");
  src: local("Ubuntu"), url("../fonts/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.woff2");
  src: local("Ubuntu"), url("../fonts/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Medium.woff2");
  src: local("Ubuntu"), url("../fonts/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.woff2");
  src: local("Ubuntu"), url("../fonts/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Italic.woff2");
  src: local("Ubuntu"), url("../fonts/Ubuntu-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Italic.woff2") format("woff2"), url("../fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-LightItalic.woff2");
  src: local("Ubuntu"), url("../fonts/Ubuntu-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-LightItalic.woff2") format("woff2"), url("../fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-MediumItalic.woff2");
  src: local("Ubuntu"), url("../fonts/Ubuntu-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-MediumItalic.woff2") format("woff2"), url("../fonts/Ubuntu-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-BoldItalic.woff2");
  src: local("Ubuntu"), url("../fonts/Ubuntu-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-BoldItalic.woff2") format("woff2"), url("../fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

/*TEXT*/
/*BACKGROUNDS*/
/*MAIN BUTTONS*/
/*INPUTS*/
/*CHECKBOXES*/
/*RADIOS*/
/*TABLE*/
/*FOOTER*/
/*MISC*/
a {
  color: #c80028;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover {
    color: #d3002a;
    text-decoration: none;
    transition: all 0.3s ease; }

img {
  border-style: none;
  max-height: initial;
  max-width: 100%; }

main {
  display: block; }

*, *::before, *::after {
  box-sizing: border-box; }

ul {
  margin: 0; }

.section-title {
  margin-bottom: 4rem; }

.navbar-toggler {
  box-shadow: none !important; }

.form-check-input:focus {
  box-shadow: none; }

.form-check-input:checked {
  background-color: #c80028;
  border-color: #c80028; }

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.fw-300 {
  font-weight: 300; }

.fw-normal {
  font-weight: normal; }

.fw-500 {
  font-weight: 500; }

.fw-bold {
  font-weight: bold; }

.text-wrapper h2, .text-wrapper h3, .text-wrapper h4, .text-wrapper h5, .text-wrapper h6 {
  margin: 30px 0;
  text-align: center; }

.text-wrapper ul {
  margin: 30px 0; }

ion-icon {
  position: relative;
  top: 2px;
  margin-right: 8px; }

.accent-color {
  color: #c80028; }

.btn, button[type="submit"], input[type="button"],
input[type="reset"], input[type="submit"] {
  max-width: 100%;
  color: #fff;
  background-color: #c80028;
  transition: all 0.3s ease;
  border-radius: 4px;
  overflow: hidden;
  border-color: #c80028;
  padding: .375rem 1.25rem; }
  
  .btn:hover, button[type="submit"]:hover, input[type="button"]:hover,
  input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #d3002a;
    background-color: #d3002a;
    color: #fff; }
    
  .btn.btn--inverted, button[type="submit"].btn--inverted, input[type="button"].btn--inverted,
  input[type="reset"].btn--inverted, input[type="submit"].btn--inverted {
    background-color: transparent;
    color: #c80028; }
    
    .btn.btn--inverted:hover, button[type="submit"].btn--inverted:hover, input[type="button"].btn--inverted:hover,
    input[type="reset"].btn--inverted:hover, input[type="submit"].btn--inverted:hover {
      color: #fff;
      border-color: #c80028;
      background-color: #c80028; }
      
  .btn.btn--black, button[type="submit"].btn--black, input[type="button"].btn--black,
  input[type="reset"].btn--black, input[type="submit"].btn--black {
    background-color: #000;
    border-color: #000;
    color: #fff; }
    
    .btn.btn--black:hover, button[type="submit"].btn--black:hover, input[type="button"].btn--black:hover,
    input[type="reset"].btn--black:hover, input[type="submit"].btn--black:hover {
      color: #fff;
      border-color: #333333;
      background-color: #333333; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"], select {
  background: #f7f7f7;
  border: 1px solid #c7c7c7;
  box-shadow: none;
  color: #555;
  height: auto;
  font-size: 14px;
  padding: 10px 13px 9px;
  width: 100%;
  outline: none;
  border-radius: 4px; }

textarea {
  background: #f7f7f7;
  border: 1px solid #c7c7c7;
  box-shadow: none;
  color: #555;
  height: auto;
  font-size: 14px;
  padding: 8px 13px 7px;
  width: 100%;
  outline: none;
  border-radius: 4px; }

.liststyle-none {
  padding: 0;
  list-style: none; }

/*
h1 {
  font-size: 30px;
  line-height: 1.3;
}

h2 {
  font-size: 28px;
  line-height: 1.3;
}

h3 {
  font-size: 26px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
}

h5 {
  font-size: 22px;
  line-height: 1.3;
}

h6 {
  font-size: 20px;
  line-height: 1.3;
}
*/
.visually-hidden,
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.custom-checkbox-label {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-right: 10px;
  margin-bottom: 0;
  border: 1px solid #f1f1f1; }
  .custom-checkbox-label:hover {
    background-color: #a2a2a2; }
  .custom-checkbox-label::before {
    position: absolute;
    top: 7px;
    left: 2px;
    width: 5px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg); }
  .custom-checkbox-label::after {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 9px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg); }

.custom-checkbox {
  display: none; }
  .custom-checkbox:checked + .custom-checkbox-label {
    background-color: #a2a2a2; }
    .custom-checkbox:checked + .custom-checkbox-label::before {
      content: ''; }
    .custom-checkbox:checked + .custom-checkbox-label::after {
      content: ''; }

.custom-radio-label {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  margin-bottom: 0;
  border: 1px solid #f1f1f1; }
  .custom-radio-label:hover::before {
    content: '';
    background-color: #adadad; }
  .custom-radio-label::before {
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border-radius: 50%;
    background-color: #f7f7f7; }

.custom-radio {
  display: none; }
  .custom-radio:checked + .custom-radio-label::before {
    content: ''; }

html,
body {
  min-width: 320px;
  width: 100%;
  background-color: #f6f6f7;
  color: #333;
  font-family: Helvetica,Tahoma,Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5; }

header {
  box-shadow: 0 0 7px -3px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 100;
  background-color: #fff; }
  @media (min-width: 992px) {
    header .navbar-brand {
      padding: 0; } }
  @media (min-width: 1200px) {
    header .navbar-brand {
      margin-right: 2.5rem; } }
  @media (min-width: 1400px) {
    header .navbar-brand {
      margin-right: 3.5rem; } }
  header .navbar-brand img {
    max-width: 90px; }
    @media (min-width: 576px) {
      header .navbar-brand img {
        max-width: 110px; } }
    @media (min-width: 992px) {
      header .navbar-brand img {
        max-width: 118px; } }
    @media (min-width: 1200px) {
      header .navbar-brand img {
        max-width: 120px; } }
    @media (min-width: 1400px) {
      header .navbar-brand img {
        max-width: 126px; } }
  header .navbar-brand p {
    font-size: 11px; }
  header .navbar-toggler {
    border: none; }
  @media (max-width: 767px) {
    header .navbar-collapse__wrap {
      padding: 15px 0;
      position: relative; }
      header .navbar-collapse__wrap::before {
        position: absolute;
        content: "";
        top: 6px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5; } }
  @media (min-width: 768px) {
    header .navbar-collapse__wrap {
      flex-grow: 1;
      align-items: center;
      flex-basis: auto;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    header .navbar-collapse {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    header .navbar-nav {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    header .navbar-nav {
      flex-grow: 1;
      display: flex;
      justify-content: space-evenly; } }
  @media (min-width: 992px) {
    header .navbar-nav {
      justify-content: flex-start; } }
  @media (max-width: 767px) {
    header .navbar-nav li {
      margin-right: 20px; }
      header .navbar-nav li:last-child {
        margin-right: 0; } }
  header .navbar-nav li a {
    color: #333 !important; }
    header .navbar-nav li a span {
      position: relative;
      transition: all 0.1s ease; }
      header .navbar-nav li a span::before {
        position: absolute;
        content: "";
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #333;
        transition: all 0.05s ease; }
    @media (max-width: 767px) {
      header .navbar-nav li a {
        padding: 0; } }
    @media (min-width: 992px) {
      header .navbar-nav li a {
        padding-right: .75rem !important;
        padding-left: .75rem !important; } }
    header .navbar-nav li a:hover span {
      color: #000;
      transition: all 0.1s ease; }
      header .navbar-nav li a:hover span::before {
        bottom: -4px;
        height: 2px;
        transition: all 0.05s ease;
        background-color: #000; }
  @media (min-width: 768px) {
    header .navbar-contacts {
      flex-grow: 1; } }
  @media (min-width: 768px) {
    header .navbar-contacts__wrap {
      display: flex;
      flex-grow: 1;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    header .navbar-contacts__wrap {
      flex-grow: 0; } }
  header .navbar-contacts__phone {
    transform: scale3d(1, 1, 1); }
    @media (min-width: 768px) {
      header .navbar-contacts__phone {
        margin-right: 25px;
        text-decoration: none; } }
    @media (min-width: 992px) {
      header .navbar-contacts__phone {
        margin-right: 0;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      header .navbar-contacts__phone {
        line-height: 18px;
        position: relative;
        top: 2px; } }
    header .navbar-contacts__phone:hover {
      transition: all 0.3s ease;
      color: #000; }
    header .navbar-contacts__phone ion-icon {
      display: none; }
      @media (min-width: 1400px) {
        header .navbar-contacts__phone ion-icon {
          display: inline-block;
          position: relative;
          top: 2px;
          margin-right: 8px; } }
  header .navbar-contacts__address {
    display: inline-block;
    max-width: 270px; }
    @media (min-width: 768px) {
      header .navbar-contacts__address {
        max-width: inherit;
        font-size: 14px; } }
    @media (min-width: 992px) {
      header .navbar-contacts__address {
        max-width: 180px;
        font-size: 12px;
        line-height: 14px; } }
  header .navbar-toggler-icon {
    filter: brightness(0); }
  header .mobile-buttons .mobile-buttons__callbutton svg, header .mobile-buttons .mobile-buttons__callbutton path {
    fill: #c80028; }
    header .mobile-buttons .mobile-buttons__callbutton svg:hover, header .mobile-buttons .mobile-buttons__callbutton path:hover {
      fill: #d3002a; }
  @media (min-width: 992px) {
    header .header-bth__callback {
      margin-left: 30px; } }
  @media (max-width: 767px) {
    header .navbar-devices__wrap {
      padding: 5px 0 10px; } }
  @media (min-width: 768px) {
    header .navbar-devices__wrap {
      width: 100%;
      margin-top: 10px; } }
  @media (min-width: 768px) {
    header .navbar-devices {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 5px 0 0 0;
      border-top: 1px solid #ebebeb;
      position: relative; } }
  header .navbar-devices li {
    transition: all 0.2s ease;
    position: relative; }
    @media (max-width: 767px) {
      header .navbar-devices li {
        margin-bottom: 5px; }
        header .navbar-devices li:last-child {
          margin: 0; } }
    @media (min-width: 768px) {
      header .navbar-devices li {
        margin: 0 12px; } }
    @media (min-width: 992px) {
      header .navbar-devices li {
         } }
    header .navbar-devices li > * {
      position: relative;
      z-index: 2; }
    header .navbar-devices li ion-icon {
      position: relative;
      top: 2px;
      margin-right: 8px; }
    header .navbar-devices li a {
      text-decoration: none; }
    header .navbar-devices li:hover {
      transition: all 0.2s ease;
      transform: translateX(5px); }
      header .navbar-devices li:hover svg, header .navbar-devices li:hover path {
        fill: red; }
  header .mobile-menu-text {
    color: #000;
    font-weight: 500; }

.home-main-block {
  background-color: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .home-main-block {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; } }
  .home-main-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.3); */}
    @media (min-width: 1200px) {
      .home-main-block::before {
        /*background-color: rgba(0, 0, 0, 0);*/ } }
  .home-main-block > * {
    position: relative;
    z-index: 2; }

.home-main-block__content {
  color: #333; }
  @media (min-width: 400px) {
    .home-main-block__content {
      padding: 0 2rem; } }
  @media (min-width: 992px) {
    .home-main-block__content {
      padding: 0; } }

.home-main-block__adv-list {
  list-style: none; }
  .home-main-block__adv-list li {
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .home-main-block__adv-list li {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .home-main-block__adv-list li {
        font-size: 19px; } }
    .home-main-block__adv-list li.checkround-icon-black {
      position: relative; }
      .home-main-block__adv-list li.checkround-icon-black::before {
        position: absolute;
        content: "";
        top: 2px;
        left: -30px;
        width: 20px;
        height: 20px;
        background-image: url("../images/icons/checkround-black.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .home-main-block__adv-list li.checkround-icon-white {
      position: relative; }
      .home-main-block__adv-list li.checkround-icon-white::before {
        position: absolute;
        content: "";
        top: 2px;
        left: -30px;
        width: 20px;
        height: 20px;
        background-image: url("../images/icons/checkround-white.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .home-main-block__adv-list li:last-child {
      margin-bottom: 0; }

.home-main-block__controls {
  max-width: 300px; }
  .home-main-block__controls .form-control {
    font-size: 22px;
    color: #333;
    background-color: rgba(0, 0, 0, 0.15);
    border-color: #d0d0d0;
    box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.25); }
    @media (min-width: 992px) {
      .home-main-block__controls .form-control {
        background-color: rgba(255, 255, 255, 0.3); } }
  .home-main-block__controls .btn {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.advantages { }
  
  .advantages__item {
    padding: 35px 30px;
    background: #fff;
  }
  
  @media (min-width: 768px) {
    .advantages__item {
      min-height: 320px;
    }
  }
  
  .advantages .advantages__item:hover .advantages__icon svg, .advantages .advantages__item:hover .advantages__icon path {
    transition: all 0.2s linear;
    fill: #c80028; }
  .advantages .advantages__head {
    font-size: 22px;
    font-weight: 500; }
  .advantages .advantages__text {
    font-size: 17px;
    font-style: italic; }
    @media (min-width: 992px) {
      .advantages .advantages__text {
        max-width: 420px;
        margin: 0 auto; } }
  .advantages .advantages__icon svg, .advantages .advantages__icon path {
    transition: all 0.2s linear; }
  .advantages .advantages__icon svg {
    position: relative; }
  .advantages .advantages__icon--1 svg {
    right: 2px; }
  .advantages .advantages__icon--2 svg {
    left: 15px; }
  .advantages .advantages__icon--3 svg {
    left: 5px; }
  .advantages .advantages__icon--4 svg {
    left: 8px; }
    
    .questions {
      background: #fff;
    }

.accordion .questions__col:last-child {
  position: relative;
  top: -1px; }

@media (min-width: 992px) {
  .accordion .questions__col {
    position: static;
    top: 0; } }

.accordion .accordion-item {
  border: none;
}
  .accordion .accordion-item button {
    border-color: #fff;
    border-radius: 0;
    position: relative; }
    .accordion .accordion-item button::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #c80028;
      opacity: 0;
      transition: all 0.3s ease; }
  .accordion .accordion-item button[aria-expanded='true']::before {
    opacity: 1;
    transition: all 0.3s ease; }

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #000000;
  border: none;
  background: none;
  outline: none; }
  @media (min-width: 768px) {
    .accordion button {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .accordion button {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .accordion button {
      font-size: 18px;
      padding: 25px 48px 25px 20px; } }
  @media (min-width: 1400px) {
    .accordion button {
      padding: 25px 100px 25px 20px; } }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #c80028; }
    .accordion button:hover::after, .accordion button:focus::after {
      cursor: pointer;
      color: #c80028;
      border: 1px solid #c80028; }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px; }
    .accordion button .icon::before {
      display: block;
      position: absolute;
      content: '';
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: currentColor;
      transition: all 0.3s ease; }
    .accordion button .icon::after {
      display: block;
      position: absolute;
      content: '';
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: currentColor;
      transition: all 0.3s ease; }

.accordion button[aria-expanded='true'] {
  color: #c80028; }
  .accordion button[aria-expanded='true'] .icon::before {
    transform: rotate(180deg);
    transition: all 0.3s ease; }
  .accordion button[aria-expanded='true'] .icon::after {
    transform: rotate(90deg);
    transition: all 0.3s ease; }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 15em;
    transition: all 200ms linear;
    will-change: opacity, max-height; }

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height; }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    padding: 1.5rem 1rem;
    color: #000;
    background-color: #fff; }
    @media (min-width: 1200px) {
      .accordion .accordion-content p {
        font-size: 18px;
        padding: 14px 20px; } }

.repair-devices [class^="col"] {
  margin-bottom: 30px; }

.repair-devices .repair-devices__item {
  display: block;
  padding: 20px;
  background-color: #fff;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #000;
  height: 100%; }
  .repair-devices .repair-devices__item:hover {
    box-shadow: 3px 3px 9px -1px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    transform: translate(0px, -2px);
    background-color: white;
     }

.repair-devices .repair-devices__item-img {
  text-align: center; }

.repair-devices .repair-devices__item-header {
  font-weight: 500;
  font-size: 22px; }

.how-we-work [class^="col"] {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .how-we-work [class^="col"] {
      margin-bottom: 0; } }

.how-we-work__item {
  padding: 45px 20px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
  
@media (min-width: 576px) {
  .how-we-work__item {
    min-height: 251px;
  }
}
  
  
  @media (min-width: 1200px) {
    .how-we-work__item {
      max-width: 204px;
      height: 100%; 
      padding: 40px 20px 30px;
    } }
  @media (min-width: 1400px) {
    .how-we-work__item {
      max-width: 240px; } }

  .how-we-work__item:hover .how-we-work__item-number span {
    margin: 0 auto;
    position: relative;
    z-index: 4;
    top: 0;
    left: 0; }
  .how-we-work__item:hover svg, .how-we-work__item:hover path {
    fill: #c7c7c7; }
  .how-we-work__item .how-we-work__item-number {
    position: absolute;
    top: -42px;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    background-color: transparent;
    color: #f3bcbc;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 110px;
    font-weight: 700;
    margin: 0;
    z-index: 2;
    transition: all 0.3s ease; }
    .how-we-work__item .how-we-work__item-number::before {
      position: absolute;
      content: "";
      top: -5px;
      left: -5px;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-radius: 50%;
      z-index: 1; }
    .how-we-work__item .how-we-work__item-number span {
      margin: 0 auto;
      position: relative;
      z-index: 4; }

.how-we-work__item-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  height: 100%; }
  @media (min-width: 1200px) {
    .how-we-work__item-head {
      height: initial; } }

.how-we-work__item-name {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 4;
  height: 100%; }

.how-we-work__item-icon {
  display: none;
  position: absolute;
  text-align: center;
  top: 5px;
  right: calc(50% - 124px);
  z-index: 3; }
  @media (min-width: 576px) {
    .how-we-work__item-icon {
      right: calc(50% - 180px); } }
  @media (min-width: 768px) {
    .how-we-work__item-icon {
      right: calc(50% - 140px); } }
  @media (min-width: 992px) {
    .how-we-work__item-icon {
      right: calc(50% - 165px); } }
  @media (min-width: 1200px) {
    .how-we-work__item-icon {
      right: calc(50% - 85px);
      top: 210px; } }
  @media (min-width: 1400px) {
    .how-we-work__item-icon {
      right: calc(50% - 90px);
      top: 127px; } }
  @media (min-width: 1400px) {
    .how-we-work__item-icon svg {
      width: 80px;
      height: 80px; } }
  .how-we-work__item-icon svg, .how-we-work__item-icon path {
    fill: #d2d2d2; }

.how-we-work__text {
  text-align: center;
  position: relative;
  z-index: 3; }

.callback-main {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .callback-main {
      margin-top: 2rem;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 992px) {
    .callback-main {
      margin-top: 4rem;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1200px) {
    .callback-main {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .callback-main .callback-main__wrap {
    color: #000;
    padding: 32px 28px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0; }
    @media (min-width: 768px) {
      .callback-main .callback-main__wrap {
        padding: 35px 56px;
        /*background-color: rgba(0, 0, 0, 0.3)*/;
       } }
    @media (min-width: 992px) {
      .callback-main .callback-main__wrap {
        padding: 38px 65px; } }
    @media (min-width: 1200px) {
      .callback-main .callback-main__wrap {
        padding: 42px 68px; } }
    @media (min-width: 1400px) {
      .callback-main .callback-main__wrap {
        padding: 44px 85px; } }
  .callback-main .callback-main__form-elements-wrap > p span {
    color: #c80028;
    font-weight: 500; }
  .callback-main .callback__footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0.75rem 0.75rem 0.75rem;
    border-top: none;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px); }
    .callback-main .callback__footer .btn {
      width: 100%;
      height: 58px; }

.callback-main + .text-seo-block {
  padding-top: 4rem !important; }
  @media (min-width: 992px) {
    .callback-main + .text-seo-block {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; } }

.inner .text-seo-block {
  background-color: transparent; }

.home .text-seo-block {
  background-color: #fff; }

.repair-category .text-seo-block {
  background-color: #fff; }

.breadcrumbs {
  padding: 20px 0; }
  .breadcrumbs ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; }

.breadcrumbs li:not(:last-of-type) {
  margin-right: 15px;
  padding-right: 15px;
  position: relative; }

.breadcrumbs li:not(:last-of-type)::before {
  position: absolute;
  content: "/";
  top: 0;
  right: 0;
  width: 1px;
  height: 22px; }

.breadcrumbs li:not(:last-of-type),
.info-header-section .breadcrumbs li:not(:last-of-type) {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px; }

.repair-category .breadcrumbs {
  background-color: transparent; }

.prices-accordion__item {
  margin-bottom: 15px; }

.prices-accordion__button {
  padding: 10px 45px 10px 16px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  position: relative;
  border-radius: 5px;
  background-color: #c80028;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  user-select: none; }
  @media (max-width: 399px) {
    .prices-accordion__button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 69px;
      height: 100%; } }
  @media (min-width: 400px) {
    .prices-accordion__button {
      padding: 16px 45px 16px 16px; } }
  @media (min-width: 576px) {
    .prices-accordion__button {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 576px) {
    .prices-accordion__button {
      font-size: 18px;
      line-height: 24px; } }

.prices-accordion__button::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: 16px;
  width: 16px;
  height: 2px;
  background-color: #fff;
  z-index: 2;
  transition: all 0.3s ease; }

@media (min-width: 576px) {
  .prices-accordion__button::before {
    width: 18px;
    right: 20px; } }

.prices-accordion__button::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: 16px;
  width: 16px;
  height: 2px;
  background-color: #fff;
  z-index: 2;
  transform: rotate(90deg);
  transition: all 0.3s ease; }

@media (min-width: 576px) {
  .prices-accordion__button::after {
    width: 18px;
    right: 20px; } }

.prices-accordion__button:hover {
  background-color: #d3002a;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.prices-accordion__button.active {
  background-color: #d3002a;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.prices-accordion__button.active::before {
  transform: rotate(180deg);
  transition: all 0.3s ease; }

.prices-accordion__button.active::after {
  transform: rotate(180deg);
  transition: all 0.3s ease; }

.prices-accordion__dropdown {
  padding: 20px 0;
  display: none; }

.prices-accordion__dropdown.open {
  display: block; }

.prices-accordion__table-header {
  background-color: #202020;
  padding: 10px 16px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .prices-accordion__table-header * {
    font-size: 14px; }
    @media (min-width: 768px) {
      .prices-accordion__table-header * {
        font-size: 16px; } }

@media (max-width: 575px) {
  .prices-accordion__table-col--time {
    display: none; } }

.prices-accordion__table-content {
  border: 1px solid #b7b7b7;
  border-top: none;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .prices-accordion__table-content span {
    font-size: 14px; }
    @media (min-width: 768px) {
      .prices-accordion__table-content span {
        font-size: 16px; } }

.prices-accordion__table-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.prices-accordion__table-link {
  display: block;
  padding: 6px 15px;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.prices-accordion__table-link:nth-last-child(odd) {
  background-color: #fafafa; }

.prices-accordion__table-link:last-child {
  border-bottom: none; }

.prices-accordion__table-link:hover {
  background-color: #b3b3b3;
  color: #fff; }

.contacts-block .contacts-block__item {
  padding: 30px 20px 40px 20px;
  background-color: #e9e9e9;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative; }
  @media (min-width: 576px) {
    .contacts-block .contacts-block__item {
      padding: 20px; } }
  @media (min-width: 768px) {
    .contacts-block .contacts-block__item {
      padding: 24px 20px 34px 20px; } }
  .contacts-block .contacts-block__item:hover .contacts-block__item-icon {
    opacity: 0.1; }
    .contacts-block .contacts-block__item:hover .contacts-block__item-icon svg, .contacts-block .contacts-block__item:hover .contacts-block__item-icon path {
      fill: #c80028; }
  .contacts-block .contacts-block__item p:last-of-type {
    margin-bottom: 0; }
  .contacts-block .contacts-block__item > *:not(.contacts-block__item-icon) {
    position: relative;
    z-index: 3; }

.contacts-block .contacts-block__header {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 60px;
  position: relative; }
  @media (min-width: 576px) {
    .contacts-block .contacts-block__header {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .contacts-block .contacts-block__header {
      margin-bottom: 48px; } }
  .contacts-block .contacts-block__header::before {
    position: absolute;
    content: "";
    bottom: -30px;
    left: -100px;
    width: calc(100% + 300px);
    height: 1px;
    background-color: #dadada; }
    @media (min-width: 576px) {
      .contacts-block .contacts-block__header::before {
        bottom: -15px; } }
    @media (min-width: 768px) {
      .contacts-block .contacts-block__header::before {
        bottom: -24px; } }

.contacts-block .contacts-block__title {
  font-weight: 500;
  font-size: 18px; }

.contacts-block .contacts-block__text {
  font-weight: 300;
  font-style: italic; }

.contacts-block .contacts-block__link {
  font-size: 18px; }

.contacts-block .contacts-block__item-icon {
  position: absolute;
  text-align: center;
  bottom: 18px;
  right: 20px;
  z-index: 1; }
  @media (min-width: 1200px) {
    .contacts-block .contacts-block__item-icon {
      bottom: 30px;
      right: 35px; } }
  .contacts-block .contacts-block__item-icon svg {
    width: 140px;
    height: 140px; }
  .contacts-block .contacts-block__item-icon svg, .contacts-block .contacts-block__item-icon path {
    fill: #dadada; }

.contacts-block .contacts-block__map {
  border-radius: 10px;
  background-color: #e9e9e9;
  min-height: 350px;
  height: 100%;
  max-height: 100%;
  overflow: hidden; }
  @media (min-width: 992px) {
    .contacts-block .contacts-block__map {
      min-height: 400px; } }

.hub-block {
  color: #fff;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .hub-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .hub-block > * {
    position: relative;
    z-index: 2; }
  @media (min-width: 768px) {
    .hub-block {
      min-height: 600px; } }
  @media (min-width: 992px) {
    .hub-block {
      min-height: 700px; } }

.hub-block--devices {
  background: #b40000;
  background: -moz-linear-gradient(68deg, #b40000 0%, #ff1111 100%);
  background: -webkit-linear-gradient(68deg, #b40000 0%, #ff1111 100%);
  background: linear-gradient(68deg, #b40000 0%, #ff1111 100%); }
  .hub-block--devices .hub-block__bg {
    color: #fff;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .hub-block--devices .hub-block__bg::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
      @media (min-width: 576px) {
        .hub-block--devices .hub-block__bg::before {
          background-color: rgba(0, 0, 0, 0.3); } }
      @media (min-width: 768px) {
        .hub-block--devices .hub-block__bg::before {
          background-color: rgba(0, 0, 0, 0.1); } }
      @media (min-width: 992px) {
        .hub-block--devices .hub-block__bg::before {
          background-color: rgba(0, 0, 0, 0); } }
    .hub-block--devices .hub-block__bg > * {
      position: relative;
      z-index: 2; }
    @media (min-width: 768px) {
      .hub-block--devices .hub-block__bg {
        min-height: 600px; } }
    @media (min-width: 992px) {
      .hub-block--devices .hub-block__bg {
        min-height: 700px; } }

.prices-block__table-header {
  background-color: #202020;
  padding: 15px 15px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

@media (max-width: 575px) {
  .prices-block__table-col--time {
    display: none; } }

.prices-block__table-title {
  font-size: 18px; }

@media (min-width: 576px) {
  .prices-block__table-title {
    font-size: 20px; } }

.prices-block__table-content {
  border: 1px solid #b7b7b7;
  border-top: none;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.prices-block__table-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.prices-block__table-link {
  display: block;
  padding: 8px 15px;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.prices-block__table-link:nth-last-child(odd) {
  background-color: #fafafa; }

.prices-block__table-link:last-child {
  border-bottom: none; }

.prices-block__table-link:hover {
  background-color: #b3b3b3;
  color: #fff; }

.polomka-block .polomka-block__image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 300px; }
  @media (min-width: 576px) {
    .polomka-block .polomka-block__image {
      min-height: 400px; } }
  @media (min-width: 992px) {
    .polomka-block .polomka-block__image {
      min-height: 500px; } }

.polomka-block .polomka-block__buttons {
  margin-top: 30px; }
  @media (min-width: 576px) {
    .polomka-block .polomka-block__buttons {
      display: flex;
      justify-content: center;
      margin-top: 45px; } }

.polomka-block .polomka-block__request-button {
  display: flex; }
  .polomka-block .polomka-block__request-button .btn {
    padding: 20px;
    width: 100%;
    max-width: 296px;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .polomka-block .polomka-block__request-button .btn {
        padding: 15px 30px; } }

.polomka-block .polomka-block__price-button {
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
  border-radius: 10px;
  border: 1px solid #c80028;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
  max-width: 296px;
  margin: 0 auto 30px;
  background-color: #fff; }
  @media (min-width: 576px) {
    .polomka-block .polomka-block__price-button {
      margin: 0;
      margin-right: 50px;
      padding: 15px; } }
  .polomka-block .polomka-block__price-button span {
    font-size: 18px; }
  .polomka-block .polomka-block__price-button .polomka-block__price-separator {
    position: relative;
    margin: 0 8px; }
    @media (min-width: 576px) {
      .polomka-block .polomka-block__price-button .polomka-block__price-separator {
        margin: 0 15px; } }
    .polomka-block .polomka-block__price-button .polomka-block__price-separator::before {
      position: absolute;
      content: "";
      top: -8px;
      left: 0;
      width: 1px;
      height: calc(100% + 16px);
      background-color: #a8a8a8; }
      @media (min-width: 576px) {
        .polomka-block .polomka-block__price-button .polomka-block__price-separator::before {
          top: -5px;
          height: calc(100% + 10px); } }

.polomka-block .polomka-block__text {
  background-color: #fff;
  padding: 30px 20px 40px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media (min-width: 576px) {
    .polomka-block .polomka-block__text {
      padding: 40px 30px 40px 30px; } }
  @media (min-width: 768px) {
    .polomka-block .polomka-block__text {
      padding: 50px 40px 50px 40px; } }
  .polomka-block .polomka-block__text p:last-of-type {
    margin-bottom: 0; }

.footer {
  margin-top: 40px;
  background-color: #fff; }
  .footer .row {
    position: relative; }
  .footer .footer__logo img {
    width: 100%;
    max-width: 500px; }
  .footer .footer__menu p, .footer .footer__info p {
    font-weight: 500;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .footer .footer__menu p, .footer .footer__info p {
        font-size: 20px; } }
  .footer .footer__menu li ion-icon {
    position: relative;
    top: 2px;
    margin-right: 8px; }
  .footer .footer__info a, .footer .footer__info span {
    display: block; }
  .footer .footer__info .footer__phone {
    font-size: 26px; }
    @media (min-width: 992px) {
      .footer .footer__info .footer__phone {
        font-size: 20px; } }
  @media (min-width: 992px) {
    .footer .footer__info .footer__email {
      font-size: 20px; } }
  .footer .footer__info .footer__address, .footer .footer__info .footer__worktime {
    font-weight: 300; }
  .footer .to-top {
    max-width: 100px;
    position: absolute;
    right: calc(50% - 60px);
    top: -26px;
    cursor: pointer;
    display: flex; }
    .footer .to-top:hover {
      color: #c80028; }
    @media (min-width: 768px) {
      .footer .to-top {
        right: 40px;
        top: 60px; } }
    @media (min-width: 1200px) {
      .footer .to-top {
        right: 120px;
        top: 60px; } }

#modalCallback .modal-header {
  position: relative; }
  #modalCallback .modal-header .btn-close {
    position: absolute;
    top: calc(50% - 7px);
    right: 1.5rem; }

#modalCallback .modal-body {
  padding: 0; }

#modalCallback .modal__form-elements-wrap {
  padding: 2rem 2rem;
  max-width: 430px;
  margin: 0 auto; }

#modalCallback .modal-footer {
  justify-content: center;
  padding: 1.25rem 1rem; }

#requestModal .card {
  position: relative; }

#requestModal .modal-success__close {
  position: absolute;
  color: transparent;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  #requestModal .modal-success__close::before {
    position: absolute;
    content: "";
    top: 0;
    right: 8px;
    width: 2px;
    height: 20px;
    background-color: #000;
    transform: rotate(45deg); }
  #requestModal .modal-success__close::after {
    position: absolute;
    content: "";
    top: 0;
    right: 8px;
    width: 2px;
    height: 20px;
    background-color: #000;
    transform: rotate(-45deg); }

#requestModal .modal-success__title {
  font-weight: 500;
  color: #00a900; }

/*Additional*/
/*
.delivery-point {
  color: #fff;
  margin: 60px 0 45px; }
  .delivery-point .container {
    position: relative; }
  @media (min-width: 992px) {
    .delivery-point .row {
      margin: 0 -24px; } }
  @media (min-width: 992px) {
    .delivery-point .col-12 {
      padding: 0 24px; } }

.delivery-point__icon {
  position: absolute;
  top: -51px;
  left: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 123px;
  height: 105px;
  z-index: 3; }

.delivery-point__bg {
  padding: 60px 30px 50px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #4f6c8a; }
  @media (min-width: 576px) {
    .delivery-point__bg {
      padding: 60px 50px 50px 50px; } }
  @media (min-width: 768px) {
    .delivery-point__bg {
      padding: 60px 35px 50px 35px; } }
  @media (min-width: 992px) {
    .delivery-point__bg {
      padding: 70px 40px 60px 40px; } }
  @media (min-width: 1200px) {
    .delivery-point__bg {
      padding: 70px 60px 60px 60px; } }
  .delivery-point__bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 992px) {
      .delivery-point__bg::before {
        background-color: rgba(0, 0, 0, 0.4); } }
  .delivery-point__bg > * {
    position: relative;
    z-index: 2; }

.delivery-point__title {
  margin-bottom: 20px;
  font-size: 30px; }
  @media (min-width: 400px) {
    .delivery-point__title {
      font-size: 40px; } }
  @media (min-width: 576px) {
    .delivery-point__title {
      font-size: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .delivery-point__title {
      font-size: 36px;
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .delivery-point__title {
      font-size: 45px; } }

@media (min-width: 992px) {
  .delivery-point__desc {
    margin-bottom: 30px; } }

@media (min-width: 992px) {
  .delivery-point__info {
    font-size: 20px; } }

.delivery-point__list {
  margin: 25px 0 10px; }
  @media (min-width: 400px) {
    .delivery-point__list {
      margin: 25px 0 25px; } }
  @media (min-width: 768px) {
    .delivery-point__list {
      margin-bottom: 0; } }

.delivery-point__item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .delivery-point__item::before {
    position: absolute;
    content: "";
    top: calc(50% - 2.5px);
    left: -20px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%; }
  .delivery-point__item:last-child {
    margin-bottom: 0; }
  @media (max-width: 400px) {
    .delivery-point__item img {
      width: 100%; } }
  .delivery-point__item--boxberry {
    height: 70px; }
    @media (min-width: 400px) {
      .delivery-point__item--boxberry {
        height: 80px; } }
  .delivery-point__item a {
    display: inline-block;
    transition: all .3s ease; }
    .delivery-point__item a:hover {
      transform: translateX(10px);
      transition: all .3s ease; }

.delivery-point__map-title {
  margin-top: 30px;
  font-size: 20px; }
  @media (min-width: 768px) {
    .delivery-point__map-title {
      margin-top: 16px;
      text-align: center;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .delivery-point__map-title {
      margin-top: 24px; } }
  @media (min-width: 1200px) {
    .delivery-point__map-title {
      margin-top: 55px;
      margin-bottom: 30px; } }
  @media (min-width: 1400px) {
    .delivery-point__map-title {
      margin-top: 30px;
      margin-bottom: 40px; } }

.map-wrapper {
  height: 270px;
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 30px; }
  @media (min-width: 400px) {
    .map-wrapper {
      height: 320px; } }
  @media (min-width: 576px) {
    .map-wrapper {
      height: 400px; } }
  @media (min-width: 768px) {
    .map-wrapper {
      height: 345px; } }
  @media (min-width: 1200px) {
    .map-wrapper {
      height: 400px; } }

.delivery-point__map-btn-wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 25px 10px;
  width: 100%; }

.delivery-point__map-btn {
  color: #fff;
  padding: 12px 10px;
  max-width: 195px;
  width: 100%;
  margin: 10px auto;
  border-radius: 50px;
  background-color: #0059fe;
  border-color: transparent !important;}
  @media (min-width: 400px) {
    .delivery-point__map-btn {
      max-width: 220px; } }
  @media (min-width: 1200px) {
    .delivery-point__map-btn {
      max-width: 170px; } }
  @media (min-width: 1400px) {
    .delivery-point__map-btn {
      max-width: 192px; } }
  .delivery-point__map-btn:hover {
    color: #fff;
    background-color: #0049d2; }
  .delivery-point__map-btn--boxberry {
    background-color: #ed1651; }
    .delivery-point__map-btn--boxberry:hover {
      background-color: #d21549; }
  .delivery-point__map-btn--wildberries {
    background-color: #89118f; }
    .delivery-point__map-btn--wildberries:hover {
      background-color: #4c1175; }
  .delivery-point__map-btn--ozon {
    background-color: #0059fe; }
    .delivery-point__map-btn--ozon:hover {
      background-color: #0049d2; }

.delivery-point__icon:hover {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

*/

.delivery-point {
  color: #fff;
  margin: 60px 0 45px; }
.delivery-point .container {
  position: relative; }
@media (min-width: 992px) {
  .delivery-point .row {
    margin: 0 -24px; } }
@media (min-width: 992px) {
  .delivery-point .col-12 {
    padding: 0 24px; } }

.delivery-point__icon {
  position: absolute;
  top: -51px;
  left: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 123px;
  height: 105px;
  z-index: 3; }

.delivery-point__bg {
  padding: 25px 20px 35px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: #5e5140; }

@media (min-width: 576px) {
  .delivery-point__bg {
    padding: 35px 50px 55px 50px; } }

@media (min-width: 768px) {
  .delivery-point__bg {
    padding: 40px 35px 50px 35px; } }

@media (min-width: 992px) {
  .delivery-point__bg {
    padding: 40px 40px 60px 40px; } }

@media (min-width: 1200px) {
  .delivery-point__bg {
    padding: 40px 60px 60px 60px; } }

.delivery-point__bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }
@media (min-width: 992px) {
  .delivery-point__bg::before {
    background-color: rgba(0, 0, 0, 0.6); } }
.delivery-point__bg > * {
  position: relative;
  z-index: 2; }

.delivery-point__title {
  margin-bottom: 20px;
  }

@media (min-width: 400px) {
  .delivery-point__title {
    font-size: 40px; } }
@media (min-width: 576px) {
  .delivery-point__title {
    font-size: 32px;
    margin-bottom: 20px;
  } }
@media (min-width: 768px) {
  .delivery-point__title {
    font-size: 36px;
    margin-bottom: 30px; } }
@media (min-width: 992px) {
  .delivery-point__title {
    font-size: 45px; } }

.delivery-point__desc {
  text-align: center;
}

@media (min-width: 768px) {
  .delivery-point__desc {
    margin-right: auto;
    margin-left: auto;
    max-width: 465px;
  }
}

@media (min-width: 992px) {

  .delivery-point__desc {
    margin-bottom: 30px; } }

@media (min-width: 992px) {
  .delivery-point__info {
    font-size: 20px; } }

.delivery-point__list {
  padding-left: 0;
  list-style: none;
  margin: 25px auto 10px;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
}

@media (min-width: 400px) {
  .delivery-point__list {
    margin: 25px auto 25px; } }

@media (min-width: 576px) {
  .delivery-point__list {
    max-width: 350px;
  } }

@media (min-width: 768px) {
  .delivery-point__list {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .delivery-point__list {
    max-width: 415px;
  } }

.delivery-point__item {
  //margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  position: relative; }

@media (min-width: 576px) {
  .delivery-point__item {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .delivery-point__item {
    font-size: 24px;
  }
}

.delivery-point__item::before {
  position: absolute;
  //content: "";
  top: calc(50% - 2.5px);
  left: -20px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%; }

.delivery-point__item:last-child {
  margin-bottom: 0; }
@media (max-width: 400px) {
  .delivery-point__item img {
    width: 100%; } }

.delivery-point__item a {
  text-decoration: underline;
  display: inline-block;
  color: #fff;
  transition: all .3s ease; }

.delivery-point__item a:hover {
  transform: translateY(-2px);
  color: #e5e5e5;
  transition: all .3s ease; }

.delivery-point__map-title {
  margin-top: 20px;
  text-align: center;
  font-size: 18px; }

@media (min-width: 400px) {
  .delivery-point__map-title {
    margin-top: 10px;
  }
}

@media (min-width: 576px) {
  .delivery-point__map-title {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .delivery-point__map-title {
    margin-top: 55px;
    text-align: center;
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .delivery-point__map-title {
    margin-top: 40px; } }

@media (min-width: 1200px) {
  .delivery-point__map-title {
    margin-top: 55px;
    margin-bottom: 30px; } }

@media (min-width: 1400px) {
  .delivery-point__map-title {
    margin-top: 60px;
    margin-bottom: 40px; } }

.map-wrapper {
  height: 270px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  position: relative;
  margin-top: 30px; }

@media (min-width: 400px) {
  .map-wrapper {
    height: 320px; } }

@media (min-width: 576px) {
  .map-wrapper {
    margin-top: 40px;
    height: 400px; } }

@media (min-width: 768px) {
  .map-wrapper {
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 345px; } }

@media (min-width: 992px) {
  .map-wrapper {
    max-width: 750px;
  } }

@media (min-width: 1200px) {
  .map-wrapper {
    height: 400px; } }

.delivery-point__map-btn-wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 25px 10px;
  width: 100%; }

@media (min-width: 1200px) {
  .delivery-point__map-btn-wrap {
    padding: 0 20px 25px 20px;
  }
}

.delivery-point__map-btn {
  color: #fff;
  padding: 12px 10px;
  max-width: 195px;
  width: 100%;
  margin: 10px auto;
  background-color: #0059fe;
  border-color: transparent !important;}
@media (min-width: 400px) {
  .delivery-point__map-btn {
    max-width: 220px; } }

@media (min-width: 768px) {
  .delivery-point__map-btn {
    max-width: 210px; } }

@media (min-width: 1200px) {
  .delivery-point__map-btn {
    max-width: 200px; } }

.delivery-point__map-btn:hover {
  color: #fff;
  background-color: #0049d2; }
.delivery-point__map-btn--boxberry {
  background-color: #ed1651; }
.delivery-point__map-btn--boxberry:hover {
  background-color: #d21549; }
.delivery-point__map-btn--wildberries {
  background-color: #89118f; }
.delivery-point__map-btn--wildberries:hover {
  background-color: #4c1175; }
.delivery-point__map-btn--ozon {
  background-color: #0059fe; }
.delivery-point__map-btn--ozon:hover {
  background-color: #0049d2; }

.delivery-point__icon:hover {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }


/* FIXED CALL BUTTON*/

.dialog-button {
  display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1010;
}

@media (min-width: 768px) {
  .dialog-button {
      right: 20px;
      bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .dialog-button {
      right: 40px;
      bottom: 40px;
  }
}

.dialog-button a {
  display: block;
    background: url(../images/icons/phone-call.svg) center center no-repeat #07b100;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 8px rgb(237 65 108 / 20%), 0 0 0 15px rgb(237 65 108 / 10%);
    animation: waves 2s infinite;
    -moz-animation: waves 2s infinite;
    -webkit-animation: waves 2s infinite;
    -o-animation: waves 2s infinite;
    color: transparent !important;
    border-radius: 50%;
    background-size: 35px;
}

@keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(65, 237, 79, 0.2), 0 0 0 0 rgba(65, 237, 79, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(65, 237, 79, 0.1), 0 0 0 10px rgba(65, 237, 79, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(65, 237, 79, 0), 0 0 0 20px rgba(65, 237, 79, 0);
    }
}
@-moz-keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(65, 237, 79, 0.2), 0 0 0 0 rgba(65, 237, 79, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(65, 237, 79, 0.1), 0 0 0 10px rgba(65, 237, 79, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(65, 237, 79, 0), 0 0 0 20px rgba(65, 237, 79, 0);
    }
}
@-webkit-keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(65, 237, 79, 0.2), 0 0 0 0 rgba(65, 237, 79, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(65, 237, 79, 0.1), 0 0 0 10px rgba(65, 237, 79, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(65, 237, 79, 0), 0 0 0 20px rgba(65, 237, 79, 0);
    }
}
@-o-keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(65, 237, 79, 0.2), 0 0 0 0 rgba(65, 237, 79, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(65, 237, 79, 0.1), 0 0 0 10px rgba(65, 237, 79, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(65, 237, 79, 0), 0 0 0 20px rgba(65, 237, 79, 0);
    }
}

/* New */

header .navbar-contacts__address {
  text-decoration: none;
}
@media (min-width: 768px) {
  header .navbar-contacts__wrap {
    flex-grow: 0;
  }
}
@media (min-width: 768px) {
  header .navbar-city__wrap {
    min-width: 140px;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  header .navbar-city__wrap {
    margin-right: unset;
  }
}
@media (min-width: 1200px) {
  header .navbar-city__wrap {
    min-width: 175px;
  }
}
@media (min-width: 1400px) {
  header .navbar-city__wrap {
    min-width: 180px;
  }
}
@media (min-width: 768px) {
  header .navbar-brand.navbar-brand--desktop {
    margin-right: 36px;
  }
}
@media (min-width: 992px) {
  header .navbar-brand.navbar-brand--desktop {
    margin-right: 55px;
  }
}
@media (min-width: 1400px) {
  header .navbar-brand.navbar-brand--desktop {
    margin-right: 70px;
  }
}
header .navbar-nav {
  flex-grow: 0;
}
@media (min-width: 768px) {
  header .navbar-nav {
    flex-grow: 1;
    justify-content: space-between !important;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    justify-content: flex-start !important;
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    margin-right: 0 !important;
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  header .navbar-contacts__wrap:not(.navbar-city__wrap) {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  header .navbar-contacts__wrap:not(.navbar-city__wrap) {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  header .navbar-contacts__phone {
    text-align: right;
  }
}
header .header-bth__callback {
  margin-left: 0;
}
@media (min-width: 1400px) {
  header .navbar-nav li a {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}


@media (min-width: 992px) {
  .modal-cities .modal-dialog {
    max-width: 650px;
  }
}
.modal-cities .modal-header {
  padding: 20px 40px 20px 40px;
}
.modal-cities .modal-body {
  padding: 20px 40px 30px 40px;
}
@media (min-width: 400px) {
  .modal-cities ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (min-width: 992px) {
  .modal-cities ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
.modal-cities ul li a {
  text-decoration: none;
}

.modal-cities ul li a:not(:hover) {
  color: #333;
}

.home-main-block {
  padding-top: 25px !important;
}
@media (min-width: 576px) {
  .home-main-block {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .home-main-block {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .home-main-block {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .home-main-block {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}
@media (min-width: 768px) {
  .home-main-block .home-main-block__content {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .home-main-block .home-main-block__content {
    max-width: unset;
  }
}
.home-main-block .section-title {
  font-size: 24px;
}
@media (min-width: 576px) {
  .home-main-block .section-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .home-main-block .section-title {
    font-size: 32px;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .home-main-block .section-title {
    font-size: 30px;
    max-width: 555px;
  }
}
@media (min-width: 992px) {
  .home-main-block .section-title {
    font-size: 32px;
  }
}
.home-main-block .home-main-block__mobile .home-main-block__adv-list {
  margin-bottom: 35px;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-main-block .home-main-block__mobile .home-main-block__adv-list {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .home-main-block__adv-list li {
    font-size: 16px;
  }
}
.home-main-block .home-main-block__mobile-img img {
  max-height: 230px;
}
.home-main-block .home-main-block__mobile-btn {
  min-height: 35px;
  font-size: 18px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .home-main-block .home-main-block__mobile-btn {
    max-width: 370px;
  }
}
.home-main-block .home-main-block__desk-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 992px) {
  .home-main-block .home-main-block__controls {
    max-width: 590px;
  }
}
@media (min-width: 992px) {
  .home-main-block .home-main-block__controls .form-control {
    height: 100%;
  }
}

body.home .home-main-block {
  background-color: #f5f5f5;
}
body.home .home-main-block::before {
  background-color: transparent;
}

.hub-block {
  display: block;
  min-height: unset;
}

.hub-block .section-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
}
@media (min-width: 576px) {
  .hub-block .section-title {
    margin-bottom: 35px !important;
    max-width: 430px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .hub-block .section-title {
    max-width: 600px;
  }
}
.hub-block .home-main-block__controls {
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .hub-block .home-main-block__controls {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .hub-block .home-main-block__controls {
    max-width: 590px;
  }
}


.hub-block .home-main-block__content {
  color: #fff;
}

.hub-block form.form {
	display: block!important;
}

@media (min-width: 576px) {
  .hub-block .home-main-block__content {
    padding: 0;
  }
}
.hub-block .home-main-block__mobile .home-main-block__adv-list {
  margin: 0 auto;
  max-width: 320px;
}
@media (min-width: 576px) {
  .hub-block .home-main-block__mobile .home-main-block__adv-list {
    max-width: unset;
    margin-left: 0;
    margin-bottom: 35px !important;
  }
}

.hub-block .home-main-block__controls .form-control {
  background-color: #fff;
}

@media (min-width: 992px) {
  .hub-block .home-main-block__controls .form-control {
    height: 100%;
  }
}

.hub-block .home-main-block__additional-text {
  font-size: 14px;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .hub-block .home-main-block__additional-text {
    margin-left: 0;
  }
}
.hub-block .form-wrap__row {
  max-width: 320px;
}
@media (max-width: 575px) {
  .hub-block .form-wrap__row {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .hub-block .form-wrap__row {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .hub-block .form-wrap__row {
    max-width: 536px;
  }
}


.products-catalog__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px;
  background-color: #fff;
  height: 100%;
  border-radius: 4px; }
  
.products-catalog__item:not(:hover) {
  color: #333;
}

.products-catalog__item:hover .products-catalog__text {
  transition: all 0.3s ease; }

.products-catalog__item:hover .products-catalog__img-wrap img {
  transform: scale3d(1.03, 1.03, 1);
  transition: all 0.5s ease 0.1s; }

.products-catalog__col {
  margin-bottom: 32px; }

.products-catalog__img-centerer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.products-catalog__img-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 175px;
  margin-bottom: 15px; }

.products-catalog__img-wrap img {
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 0.5s ease; }

.products-catalog__text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  transition: all 0.3s ease; }

  .certs .section-title {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .certs .section-title {
      margin-bottom: 14px;
    }
  }
  
  @media (min-width: 992px) {
    .certs {
      padding-top: 0px;
    }
  }
  
  @media (min-width: 1200px) {
    .certs .section-title {
      margin-bottom: 40px;
    }
  }
  .certs p {
    line-height: 1.5;
  }
  
  .certs__img-wrap {
    display: flex;
    justify-content: center;
  }
  
  .certs__wrap {
    border-radius: 4px;
    background-color: #fff;
    padding: 35px 31px;
  }
  @media (min-width: 1200px) {
    .certs__wrap {
      padding: 45px 0 45px 70px;
    }
  }
  
  .certs__img {
    max-width: 395px;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .certs__img {
      max-width: 340px;
    }
  }
  @media (min-width: 992px) {
    .certs__img {
      max-width: 445px;
    }
  }
