@font-face {
  font-family: 'Samsung Sharp Sans';
  font-style: normal;
  font-weight: 400;
  src: local("SamsungOne-400"), local("SamsungOne-400"), url("../fonts/SamsungOne-400.woff2") format("woff2"); }

@font-face {
  font-family: 'Samsung Sharp Sans';
  font-style: normal;
  font-weight: 700;
  src: local("SamsungOne-700"), local("SamsungOne-700"), url("../fonts/SamsungOne-700.woff2") format("woff2"); }

@font-face {
  font-family: 'Samsung Sharp Sans';
  font-style: normal;
  font-weight: bold;
  src: local("Samsung Sharp Sans Bold"), local("Samsung Sharp Sans-Bold"), url("../fonts/SamsungSharpSansBold.woff2") format("woff2"); }


  
  
@font-face {
  font-family: 'Manrope 500';
  font-style: normal;
  font-weight: 500;
  src: local("Manrope SemiBold"), local("Manrope-Medium"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"); }
  
@font-face {
  font-family: 'Manrope 600';
  font-style: normal;
  font-weight: 600;
  src: local("Manrope SemiBold"), local("Manrope-SemiBold"), url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'Manrope Bold';
  font-style: normal;
  font-weight: bold;
  src: local("Manrope Bold"), local("Manrope-Bold"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"); }


/*TEXT*/
/*BACKGROUNDS*/
/*MAIN BUTTONS*/
/*INPUTS*/
/*CHECKBOXES*/
/*RADIOS*/
/*FOOTER*/
/*MISC*/
.text-gray {
  color: #494949; }

a {
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none; }
  
  a:hover {
    color: #d20a2c;
    text-decoration: none;
    transition: all 0.3s ease; }
    
  a .accent {
    color: #d20a2c; }
    a .accent:hover {
      color: #f52548; }

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

main {
  display: block; }

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

ul {
  margin: 0; }

b, strong {
  font-family: 'Manrope Bold', sans-serif; }
  b.accent, strong.accent {
    color: #000; }

@media (min-width: 768px) and (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 745px; } }

p:last-child {
  margin-bottom: 0; }

.btn, button, input[type="button"],
input[type="reset"], input[type="submit"] {
  max-width: 100%;
  padding: 18px 35px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 22px;
  border-radius: 30px;
  overflow: hidden;
  border-color: #000; }
  
  .btn:hover, button:hover, input[type="button"]:hover,
  input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #1f1f1f;
    background-color: #1f1f1f;
    color: #fff; }
    
    
  
  .btn, button, input[type="button"],
  input[type="reset"], input[type="submit"] {
    color: #fff;
    background-color: #d20a2c;
    border-color: #d20a2c; }
  
  .btn:hover, button:hover, input[type="button"]:hover,
  input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #f52548;
    background-color: #f52548;
    color: #fff; }
  
  
    
  .btn.btn--inverted, button.btn--inverted, input[type="button"].btn--inverted,
  input[type="reset"].btn--inverted, input[type="submit"].btn--inverted {
    background-color: #fff;
    border-color: #000;
    color: #000; }
    
    .btn.btn--inverted:hover, button.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: #d20a2c;
      background-color: #d20a2c; }
      
  .btn.btn--invisible, button.btn--invisible, input[type="button"].btn--invisible,
  input[type="reset"].btn--invisible, input[type="submit"].btn--invisible {
    background-color: transparent;
    color: #000;
    border-color: transparent;
    padding-top: 16px; }
    .btn.btn--invisible span, button.btn--invisible span, input[type="button"].btn--invisible span,
    input[type="reset"].btn--invisible span, input[type="submit"].btn--invisible span {
      display: inline-block;
      transition: all 0.2s ease; }
      .btn.btn--invisible span:hover, button.btn--invisible span:hover, input[type="button"].btn--invisible span:hover,
      input[type="reset"].btn--invisible span:hover, input[type="submit"].btn--invisible span:hover {
        color: #d20a2c;
        transition: all 0.2s ease; }
    .btn.btn--invisible:focus, button.btn--invisible:focus, input[type="button"].btn--invisible:focus,
    input[type="reset"].btn--invisible:focus, input[type="submit"].btn--invisible:focus {
      box-shadow: none; }

label {
  width: 100%; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"], select, textarea {
  padding: 18px 35px 18px 28px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  color: #555;
  height: auto;
  width: 100%;
  outline: none;
  font-size: 14px;
  line-height: 22px;
  border-radius: 30px; }

input[type="text"]::-webkit-input-placeholder {
  color: #A4A4A4; }

textarea::-webkit-input-placeholder {
  color: #A4A4A4; }

input[type="text"]::-moz-placeholder {
  opacity: 1; }

textarea::-moz-placeholder {
  opacity: 1; }

input[type="text"]:-moz-placeholder {
  opacity: 1; }

textarea:-moz-placeholder {
  opacity: 1; }

textarea::placeholder {
  opacity: 1; }

/* :placeholder-shown */
/*
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;
}
*/
.rounded-20 {
  border-radius: 20px; }

.title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Manrope 700', sans-serif;
  letter-spacing: 0;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .title {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .title {
      font-size: 36px; } }
  .title.mb-title {
    margin-bottom: 40px; }
  .title .ff-brand-name {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-weight: bold; }

.section-padding {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .section-padding {
      padding: 29px 0; } }
  @media (min-width: 1200px) {
    .section-padding {
      padding: 35px 0; } }

.text-pseudo-underline {
  position: relative; }
  .text-pseudo-underline::before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.2s ease;
    pointer-events: none; }
  .text-pseudo-underline:hover::before {
    transform: translateY(2px);
    transition: all 0.2s ease;
    background-color: #f52548; }

.separate-line {
  margin: 10px 0; }
  @media (min-width: 768px) {
    .separate-line {
      margin: 35px 0; } }
  .separate-line .separate-line__elem {
    width: 100%;
    height: 1px;
    background-color: #E5E5E5; }

.fw-bold {
  font-family: 'Manrope 700', sans-serif; }

.list-style--check {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-style--check li {
    position: relative;
    padding-left: 48px;
    min-height: 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
    .list-style--check li:not(:last-child) {
      margin-bottom: 17px; }
    .list-style--check li::before {
      position: absolute;
      content: "";
      top: calc(50% - 15px);
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("../images/icons/check-icon.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.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: ''; }

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

@media (min-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: calc(1170px + 24px); } }

.include-icon .icon {
  position: relative;
  top: -2px; }

.mobile-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.2s ease; }
  .mobile-menu-overlay.overlay-show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: all 0.2s ease; }

html,
body {
  min-width: 320px;
  width: 100%;
  background-color: #ffffff;
  color: #333;
  font-family: 'Manrope 600', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.3px; }

.ff-brand-name {
  font-family: 'Samsung Sharp Sans', sans-serif;
  letter-spacing: 0.6px;
  font-weight: 400; }

.header .header__content {
  z-index: 10;
  position: relative; }
  @media (min-width: 768px) {
    .header .header__content {
      padding: 0 12px; } }

.header .header__top-line {
  display: flex;
  justify-content: space-between;
  padding: 14px 0 18px 0; }

.header .header-menu-button {
  display: flex;
  position: relative;
  z-index: 10; }
  @media (min-width: 576px) {
    .header .header-menu-button {
      margin-right: 34px; } }
  @media (min-width: 576px) {
    .header .header-menu-button::before {
      position: absolute;
      content: "";
      top: 5px;
      right: -19px;
      width: 1px;
      height: calc(100% - 8px);
      background-color: #000; } }
  .header .header-menu-button .hamburger {
    padding-right: 20px;
    padding-left: 10px;
    margin-right: 0; }
    @media (min-width: 768px) {
      .header .header-menu-button .hamburger {
        padding-left: 0; } }
    .header .header-menu-button .hamburger .hamburger__line {
      background-color: #000; }
  .header .header-menu-button .header-hamburger-title {
    align-self: center;
    display: none;
    }
    @media (min-width: 576px) {
      .header .header-menu-button .header-hamburger-title {
        display: flex; } }

.header .header-logo {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: auto; }
  @media (min-width: 768px) {
    .header .header-logo {
      display: block; } }
  .header .header-logo a {
    display: inline-block; }
    @media (min-width: 768px) {
      .header .header-logo a {
        margin-right: 16px; } }
  .header .header-logo span {
    position: relative;
    bottom: -1px;
    font-size: 12px;
    text-align: center;
    margin-top: 3px; }
    @media (min-width: 768px) {
      .header .header-logo span {
        font-size: 14px;
        margin-top: 0; } }
        
     @media (min-width: 992px) {
      .header .header-logo span {
        font-size: 12px;
      } }
      
      @media (min-width: 1200px) {
      .header .header-logo span {
        font-size: 14px;
      } }

.header .header-info {
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .header .header-info {
      display: block; } }

.header .header-address {
  margin-right: 16px;
  font-size: 14px; }
  @media (min-width: 992px) {
    .header .header-address {
      font-size: 12px; } }
      
    @media (min-width: 1200px) {
    .header .header-address {
      font-size: 16px; } }

.header .header-number {
  padding-left: 30px; }
  @media (min-width: 430px) {
    .header .header-number {
      padding-left: 0; } }
  @media (min-width: 992px) {
    .header .header-number {
      margin-right: 10px; } }
  .header .header-number .icon {
    margin-right: 0; }
    @media (min-width: 430px) {
      .header .header-number .icon {
        margin-right: 14px; } }
    @media (min-width: 992px) {
      .header .header-number .icon {
        margin-right: 17px; } }
  .header .header-number span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    display: none; }
    @media (min-width: 430px) {
      .header .header-number span {
        display: inline; } }

.header .header__mobile-info {
  display: flex;
  flex-direction: column; }
  .header .header__mobile-info .header-number {
    padding-left: 0;
    margin-bottom: 8px; }
    .header .header__mobile-info .header-number span {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      display: inline-block; }
      @media (min-width: 430px) {
        .header .header__mobile-info .header-number span {
          display: inline; } }
  .header .header__mobile-info .header-modal {
    font-size: 16px;
    margin-bottom: 18px; }
  .header .header__mobile-info .header-address {
    font-size: 16px;
    margin-bottom: 25px; }

.header .header-modal {
  font-size: 14px; }
  @media (min-width: 992px) {
    .header .header-modal {
      font-size: 16px; } }

.header .hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 12px; }
  .header .hamburger .hamburger__line {
    display: inline-block;
    width: 15px;
    height: 2px;
    margin-bottom: 3px;
    background-color: #d20a2c;
    transition: all 0.2s ease;
    position: relative; }
  .header .hamburger.active .hamburger__line {
    transition: all 0.2s ease; }
    .header .hamburger.active .hamburger__line--1 {
      transform: rotate(42deg) translateY(4px) translateX(4px); }
    .header .hamburger.active .hamburger__line--2 {
      opacity: 0; }
    .header .hamburger.active .hamburger__line--3 {
      transform: rotate(-42deg) translateY(-3px) translateX(3px); }

.header .header__bottom-line {
  border-top: 1px solid #E5E5E5; }
  @media (max-width: 991px) {
    .header .header__bottom-line.mobile-menu {
      padding: 24px 10px;
      position: absolute;
      left: 0;
      top: 100%;
      background-color: #fff;
      z-index: 5;
      width: 100%;
      height: calc(100vh - 70px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      user-select: none;
      transition: all 0.2s ease;
      transform: translateX(-100%);
      overflow-y: scroll;
      overflow-x: hidden; } }
  .header .header__bottom-line.mobile-menu--show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.2s ease;
    transform: translateX(0); }

.header .header__menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .header .header__menu ul {
      flex-direction: column; } }
  @media (max-width: 991px) {
    .header .header__menu ul li:first-child {
      margin-bottom: 15px; } }
  .header .header__menu ul li:last-child a {
    padding-right: 0; }
  .header .header__menu ul li .dropdown {
    border: 1px solid #E5E5E5;
    border-left: none;
    border-right: none; }
    @media (min-width: 992px) {
      .header .header__menu ul li .dropdown {
        border: none;
        position: static; } }
    .header .header__menu ul li .dropdown .dropdown-menu-item {
      letter-spacing: 0.1px;
      margin-right: 15px; }
      @media (max-width: 991px) {
        .header .header__menu ul li .dropdown .dropdown-menu-item {
          color: #000; } }
      @media (min-width: 992px) {
        .header .header__menu ul li .dropdown .dropdown-menu-item {
          font-family: 'Manrope 700', sans-serif;
          position: relative; } }
      .header .header__menu ul li .dropdown .dropdown-menu-item::before {
        position: absolute;
        top: calc(50% - 7px);
        right: -19px;
        width: 1px;
        height: calc(100% - 7px);
        background-color: #333; }
        @media (min-width: 992px) {
          .header .header__menu ul li .dropdown .dropdown-menu-item::before {
            content: "";
            top: calc(50% - 5px); } }
        @media (min-width: 1200px) {
          .header .header__menu ul li .dropdown .dropdown-menu-item::before {
            top: calc(50% - 7px); } }
    .header .header__menu ul li .dropdown span {
      font-weight: bold; }
  .header .header__menu ul li .dropdown-menu {
    border: none;
    padding: 0; }
    @media (min-width: 992px) {
      .header .header__menu ul li .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        transform-origin: top;
        animation-fill-mode: forwards;
        transform: scale(0.8, 0.7) translateY(-20px);
        display: block;
        transition: all 80ms ease;
        width: 100% !important;
        top: 100% !important;
        box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
        border-radius: 20px;
        overflow: hidden; } }
    @media (max-width: 991px) {
      .header .header__menu ul li .dropdown-menu.show {
        transform: translate3d(0px, 0px, 0px) !important;
        position: static !important; } }
    @media (min-width: 992px) {
      .header .header__menu ul li .dropdown-menu.show {
        transform: scale(1, 1) translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important; } }
  @media (min-width: 992px) {
    .header .header__menu ul li .dropdown-menu__wrapper {
      display: flex;
      flex-wrap: wrap;
      padding: 40px 20px 20px 40px; } }
  @media (min-width: 1200px) {
    .header .header__menu ul li .dropdown-menu__wrapper {
      padding: 46px 24px 20px 48px; } }
  .header .header__menu ul li .dropdown-menu__wrapper .dropdown-item:active {
    color: #333;
    background-color: transparent; }
  .header .header__menu ul li .dropdown-menu__wrapper .dropdown-item:hover {
    background-color: transparent; }
  @media (min-width: 992px) {
    .header .header__menu ul li .dropdown-menu__wrapper .dropdown-item {
      margin-bottom: 20px !important; } }
  @media (min-width: 1200px) {
    .header .header__menu ul li .dropdown-menu__wrapper .dropdown-item {
      margin-bottom: 39px !important; } }
  .header .header__menu ul li .dropdown-item {
    padding: 3px 0;
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .header .header__menu ul li .dropdown-item {
        width: calc(100% / 3); } }
    .header .header__menu ul li .dropdown-item:last-child {
      margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .header .header__menu ul li .dropdown-item__product-card .row {
        margin: 0 -8px; } }
    @media (min-width: 1200px) {
      .header .header__menu ul li .dropdown-item__product-card .row [class^="col"] {
        padding: 0 8px; } }
    .header .header__menu ul li .dropdown-item__product-card a {
      padding: 0; }
    .header .header__menu ul li .dropdown-item__product-image {
      text-align: center; }
      .header .header__menu ul li .dropdown-item__product-image img {
        margin: 0 auto; }
    @media (min-width: 992px) {
      .header .header__menu ul li .dropdown-item__product-title {
        margin-top: 3px;
        margin-bottom: 10px; } }
    .header .header__menu ul li .dropdown-item__product-malfunction {
      display: none; }
      @media (min-width: 992px) {
        .header .header__menu ul li .dropdown-item__product-malfunction {
          display: block;
          font-size: 12px;
          font-family: 'Samsung Sharp Sans', sans-serif;
          font-weight: 400; } }
    .header .header__menu ul li .dropdown-item__product-malfunction-price {
      display: none; }
      @media (min-width: 992px) {
        .header .header__menu ul li .dropdown-item__product-malfunction-price {
          display: block;
          font-size: 12px;
          font-family: 'Manrope 700', sans-serif;
          margin-bottom: 5px; } }
    .header .header__menu ul li .dropdown-item__product-malfunction-to-all {
      display: none; }
      @media (min-width: 992px) {
        .header .header__menu ul li .dropdown-item__product-malfunction-to-all {
          display: block;
          font-size: 14px;
          margin-top: 12px; } }
  .header .header__menu ul li a {
    display: inline-block;
    padding: 9px 0; }
    @media (min-width: 992px) {
      .header .header__menu ul li a {
        padding: 12px 6px;
        font-size: 15px; } }
    @media (min-width: 1200px) {
      .header .header__menu ul li a {
        padding: 14px 10px;
        font-size: 16px; } }
    .header .header__menu ul li a.dropdown-toggle {
      padding: 13px 14px 15px 0;
      position: relative; }
      @media (min-width: 992px) {
        .header .header__menu ul li a.dropdown-toggle {
          padding: 12px 14px 8px 0;
          position: static; } }
      .header .header__menu ul li a.dropdown-toggle::before {
        position: absolute;
        top: calc(50% - 1px);
        right: -11px;
        content: "";
        width: 8px;
        height: 2px;
        background-color: #000;
        transform: rotate(45deg); }
        @media (min-width: 992px) {
          .header .header__menu ul li a.dropdown-toggle::before {
            display: none; } }
      .header .header__menu ul li a.dropdown-toggle::after {
        position: absolute;
        top: calc(50% - 1px);
        right: -16px;
        border: none;
        width: 8px;
        height: 2px;
        background-color: #000;
        transform: rotate(-45deg); }
        @media (min-width: 992px) {
          .header .header__menu ul li a.dropdown-toggle::after {
            display: none; } }
      .header .header__menu ul li a.dropdown-toggle:hover .hamburger .hamburger__line {
        background-color: #f52548; }
      .header .header__menu ul li a.dropdown-toggle.show::before {
        transform: rotate(133deg); }
      .header .header__menu ul li a.dropdown-toggle.show::after {
        transform: rotate(-133deg); }
      .header .header__menu ul li a.dropdown-toggle.show .hamburger .hamburger__line {
        transition: all 0.2s ease; }
        .header .header__menu ul li a.dropdown-toggle.show .hamburger .hamburger__line--1 {
          transform: rotate(42deg) translateY(4px) translateX(4px); }
        .header .header__menu ul li a.dropdown-toggle.show .hamburger .hamburger__line--2 {
          opacity: 0; }
        .header .header__menu ul li a.dropdown-toggle.show .hamburger .hamburger__line--3 {
          transform: rotate(-42deg) translateY(-3px) translateX(3px); }
    .header .header__menu ul li a .hamburger {
      position: relative;
      top: -10px;
      display: none; }
      @media (min-width: 992px) {
        .header .header__menu ul li a .hamburger {
          display: inline-flex; } }

.first-screen__content {
  padding: 60px 30px 181px 30px;
  background-repeat: no-repeat;
  background-color: #F8F8F8;
  position: relative;
  background-size: 222px;
  background-position: bottom -52px center; }
  @media (min-width: 768px) {
    .first-screen__content {
      padding: 88px 144px 102px 50px;
      background-size: 54.5%;
      background-position: bottom right -130px; } }
  @media (min-width: 1200px) {
    .first-screen__content {
      padding: 138px 70px 152px 70px;
      background-size: contain;
      background-position: center right; } }
  .first-screen__content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    border-radius: 20px;
    opacity: 0.8; }
    @media (min-width: 1200px) {
      .first-screen__content::before {
        opacity: 0; } }
  .first-screen__content * {
    position: relative;
    z-index: 2; }

.first-screen__title {
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    .first-screen__title {
      margin-bottom: 34px; } }
  @media (min-width: 992px) {
    .first-screen__title {
      padding-right: 145px; } }
  @media (min-width: 1200px) {
    .first-screen__title {
      padding-right: 0; } }
  .first-screen__title .ff-brand-name {
    font-weight: 700; }

.first-screen__text {
  font-size: 18px;
  line-height: 1.3; }

.first-screen__buttons {
  margin-top: 17px;
  display: flex;
  flex-direction: column; }
  
  
  @media (min-width: 768px) {
    .first-screen__buttons {
      display: flex;
      margin-top: 28px;
      flex-direction: row; } }
      
  @media (min-width: 1200px) {
    .first-screen__buttons {
      margin-top: 44px; } }
      
  .first-screen__buttons a:first-child {
    margin-bottom: 5px;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .first-screen__buttons a:first-child {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0; } }
  .first-screen__buttons a.btn--inverted {
    margin-left: 20px; }

.first-screen--device .first-screen__content {
  padding: 39px 29px 179px 29px;
  background-size: 241px;
  background-position: bottom -156px center; }
  @media (min-width: 768px) {
    .first-screen--device .first-screen__content {
      padding: 60px 50px 72px 50px;
      background-size: 226px;
      background-position: center right -36px; } }
  @media (min-width: 992px) {
    .first-screen--device .first-screen__content {
      background-position: center right 85px; } }
  @media (min-width: 1200px) {
    .first-screen--device .first-screen__content {
      padding: 85px 70px 100px 70px;
      background-size: 281px;
      background-position: center right 136px; } }

@media (min-width: 768px) {
  .first-screen--device .first-screen__title {
    margin-top: 10px; } }

@media (min-width: 992px) {
  .first-screen--device .first-screen__title {
    padding-right: 0; } }

@media (min-width: 1200px) {
  .first-screen--device .first-screen__title {
    margin-top: 35px; } }

.first-screen--device .first-screen__wrap {
  background-color: #F8F8F8;
  padding: 39px 28px 0 28px; }
  @media (min-width: 768px) {
    .first-screen--device .first-screen__wrap {
      padding: 52px 0 50px 50px; } }
  @media (min-width: 1200px) {
    .first-screen--device .first-screen__wrap {
      padding: 50px 50px 50px 70px; } }
  @media (min-width: 768px) {
    .first-screen--device .first-screen__wrap .row [class^="col"]:first-child {
      width: 69%; } }
  @media (min-width: 992px) {
    .first-screen--device .first-screen__wrap .row [class^="col"]:first-child {
      width: 55%; } }
  @media (min-width: 1200px) {
    .first-screen--device .first-screen__wrap .row [class^="col"]:first-child {
      width: 58%; } }
  @media (min-width: 1280px) {
    .first-screen--device .first-screen__wrap .row [class^="col"]:first-child {
      width: 55%; } }
  @media (min-width: 768px) {
    .first-screen--device .first-screen__wrap .row [class^="col"]:last-child {
      width: 31%; } }
  @media (min-width: 992px) {
    .first-screen--device .first-screen__wrap .row [class^="col"]:last-child {
      width: 45%; } }
  @media (min-width: 1200px) {
    .first-screen--device .first-screen__wrap .row [class^="col"]:last-child {
      width: 42%; } }
  @media (min-width: 1280px) {
    .first-screen--device .first-screen__wrap .row [class^="col"]:last-child {
      width: 45%; } }

.first-screen--device .first-screen__buttons {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .first-screen--device .first-screen__buttons {
      margin-bottom: 0; } }

.first-screen--device .first-screen__text {
  margin-bottom: 33px; }
  @media (min-width: 768px) {
    .first-screen--device .first-screen__text {
      margin-bottom: 44px; } }

@media (min-width: 992px) {
  .first-screen--device .first-screen__device-img-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.first-screen--device .first-screen__device-img {
  overflow: hidden;
  max-height: 150px;
  text-align: center; }
  @media (min-width: 768px) {
    .first-screen--device .first-screen__device-img {
      max-height: 288px; } }
  @media (min-width: 1200px) {
    .first-screen--device .first-screen__device-img {
      max-height: 358px; } }
  @media (min-width: 768px) {
    .first-screen--device .first-screen__device-img img {
      max-width: unset;
      max-height: inherit; } }
  @media (min-width: 992px) {
    .first-screen--device .first-screen__device-img img {
      max-width: 100%; } }

.first-screen--service .first-screen__wrap {
  padding: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .first-screen--service .first-screen__wrap .row [class^="col"]:first-child {
      width: 100%; } }
  @media (min-width: 992px) {
    .first-screen--service .first-screen__wrap .row [class^="col"]:first-child {
      width: 62%; } }
  @media (min-width: 1200px) {
    .first-screen--service .first-screen__wrap .row [class^="col"]:first-child {
      width: 59%; } }
  @media (min-width: 768px) {
    .first-screen--service .first-screen__wrap .row [class^="col"]:last-child {
      width: 100%; } }
  @media (min-width: 992px) {
    .first-screen--service .first-screen__wrap .row [class^="col"]:last-child {
      width: 38%; } }
  @media (min-width: 1200px) {
    .first-screen--service .first-screen__wrap .row [class^="col"]:last-child {
      width: 41%; } }

.first-screen--service .first-screen__card {
  background-color: #F8F8F8;
  padding: 39px 28px 0 28px; }
  @media (min-width: 768px) {
    .first-screen--service .first-screen__card {
      padding: 48px 50px 30px 50px; } }
  @media (min-width: 992px) {
    .first-screen--service .first-screen__card {
      padding: 48px 15px 30px 50px; } }
  @media (min-width: 1200px) {
    .first-screen--service .first-screen__card {
      padding: 50px 50px 79px 70px; } }

.first-screen--service .first-screen__title {
  margin-bottom: 17px; }
  @media (min-width: 768px) {
    .first-screen--service .first-screen__title {
      margin-bottom: 35px; } }

.first-screen--service .first-screen__text {
  font-size: 16px;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .first-screen--service .first-screen__text {
      margin-bottom: 35px; } }
  @media (min-width: 992px) {
    .first-screen--service .first-screen__text {
      font-size: 18px; } }

.first-screen--service .first-screen__service {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .first-screen--service .first-screen__service {
      display: flex;
      margin-bottom: 45px; } }
  .first-screen--service .first-screen__service p {
    font-family: 'Manrope 700', sans-serif;
    font-size: 24px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .first-screen--service .first-screen__service p {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .first-screen--service .first-screen__service span {
      margin-left: 28px;
      align-self: center; } }

.first-screen--service .first-screen__buttons {
  margin-bottom: 20px; }
  .first-screen--service .first-screen__buttons a:first-child {
    margin-bottom: 0;
    width: 100%; }
  .first-screen--service .first-screen__buttons .btn.btn--invisible {
    padding: 12px 12px;
    font-size: 16px;
    border-radius: 0; }
    @media (min-width: 768px) {
      .first-screen--service .first-screen__buttons .btn.btn--invisible {
        padding: 0;
        width: 100%;
        text-align: left;
        margin-left: 15px;
        align-self: center; } }

.first-screen--service .first-screen__device-img {
  max-height: 200px; }
  @media (min-width: 768px) {
    .first-screen--service .first-screen__device-img {
      max-height: unset;
      height: 300px; } }
  @media (min-width: 992px) {
    .first-screen--service .first-screen__device-img {
      height: 100%; } }
  @media (min-width: 768px) {
    .first-screen--service .first-screen__device-img img {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .first-screen--service .first-screen__device-img img {
      height: 100%;
      object-fit: cover; } }

.first-screen--service + .text-block {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .first-screen--service + .text-block {
      margin-top: 49px; } }

.first-screen--about {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .first-screen--about {
      margin-bottom: 50px; } }
  .first-screen--about .first-screen__content {
    padding: 37px 30px 172px 30px;
    background-size: 240px;
    background-position: bottom center; }
    @media (min-width: 768px) {
      .first-screen--about .first-screen__content {
        background-size: 630px;
        padding: 60px 110px 427px 57px; } }
    @media (min-width: 992px) {
      .first-screen--about .first-screen__content {
        background-position: bottom right;
        background-size: 444px;
        padding: 70px 80px 70px 60px; } }
    @media (min-width: 1200px) {
      .first-screen--about .first-screen__content {
        background-size: 630px;
        padding: 86px 110px 100px 71px; } }
  .first-screen--about .first-screen__text {
    font-size: 16px; }
  .first-screen--about .first-screen__buttons {
    margin-top: 35px; }
    @media (min-width: 768px) {
      .first-screen--about .first-screen__buttons {
        margin-top: 48px; } }
    @media (min-width: 992px) {
      .first-screen--about .first-screen__buttons {
        margin-top: 40px; } }

.features {
  margin: 10px 0 0 0; }
  @media (min-width: 768px) {
    .features {
      margin: 20px 0 0 0; } }
  .features__item {
    padding: 30px 30px 26px 30px;
    background-color: #F3F3F4;
    height: 100%; }
    @media (min-width: 768px) {
      .features__item {
        padding: 30px 50px 26px 30px; } }
    @media (min-width: 992px) {
      .features__item {
        padding: 30px 30px 26px 30px; } }
  .features__header {
    margin-top: 18px;
    font-size: 18px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .features__header {
        margin-top: 13px; } }
  .features__text {
    color: #707070;
    margin-bottom: 0;
    line-height: 1.25; }

@media (max-width: 767px) {
  .features__row {
    overflow-x: scroll;
    flex-wrap: nowrap;
    margin: 0 -5px;
    border-radius: 20px; } }

@media (max-width: 575px) {
  .features__row {
    border-radius: 0; } }

@media (max-width: 767px) {
  .features__row > [class^='col'] {
    padding: 0 5px; } }

@media (min-width: 768px) {
  .features__row > [class^='col'] {
    margin-bottom: 20px; } }

.features__row > [class^='col']:nth-child(5n+2) .features__item {
  background-color: #FDF1F2; }

.features__row > [class^='col']:nth-child(5n+3) .features__item {
  background-color: #F2F2F2; }

.features__row > [class^='col']:nth-child(5n+4) .features__item {
  background-color: #F7F7F7; }

@media (min-width: 992px) {
  .features__row > [class^='col']:nth-child(5n+4) .row, .features__row > [class^='col']:nth-child(5n+5) .row {
    margin-left: 0;
    margin-right: 0; }
    .features__row > [class^='col']:nth-child(5n+4) .row [class^="col"], .features__row > [class^='col']:nth-child(5n+5) .row [class^="col"] {
      padding-left: 0;
      padding-right: 0; }
  .features__row > [class^='col']:nth-child(5n+4) .features__item, .features__row > [class^='col']:nth-child(5n+5) .features__item {
    padding-top: 22px; }
  .features__row > [class^='col']:nth-child(5n+4) .features__icon, .features__row > [class^='col']:nth-child(5n+5) .features__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .features__row > [class^='col']:nth-child(5n+4) .features__icon svg, .features__row > [class^='col']:nth-child(5n+5) .features__icon svg {
      margin: 0 auto; }
  .features__row > [class^='col']:nth-child(5n+4) .features__info, .features__row > [class^='col']:nth-child(5n+5) .features__info {
    padding-left: 18px; }
  .features__row > [class^='col']:nth-child(5n+4) .features__header, .features__row > [class^='col']:nth-child(5n+5) .features__header {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .features__row > [class^='col']:nth-child(5n+4) .features__item, .features__row > [class^='col']:nth-child(5n+5) .features__item {
    padding: 22px 30px 22px 30px !important; } }

@media (min-width: 768px) {
  .features__row > [class^='col']:nth-child(5n+5) .row {
    margin-left: 0;
    margin-right: 0; }
    .features__row > [class^='col']:nth-child(5n+5) .row [class^="col"] {
      padding-left: 0;
      padding-right: 0; }
  .features__row > [class^='col']:nth-child(5n+5) .features__item {
    padding: 21px 180px 26px 30px; }
  .features__row > [class^='col']:nth-child(5n+5) .features__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .features__row > [class^='col']:nth-child(5n+5) .features__icon svg {
      margin: 0 auto; }
  .features__row > [class^='col']:nth-child(5n+5) .features__info {
    padding-left: 18px; }
  .features__row > [class^='col']:nth-child(5n+5) .features__header {
    margin-top: 0; } }

@media (min-width: 992px) {
  .features__row > [class^='col']:nth-child(5n+5) .features__item {
    padding: 30px 50px 26px 30px; } }

@media (min-width: 1200px) {
  .features__row > [class^='col']:nth-child(5n+5) .features__item {
    padding: 30px 50px 26px 30px; } }

.features__row > [class^='col']:nth-child(5n+5) .features__item {
  background-color: #FBF9EF; }

.features + .category-cards {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .features + .category-cards {
      margin-top: 5px; } }
  @media (min-width: 1200px) {
    .features + .category-cards {
      margin-top: 30px; } }

.features + .text-block {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .features + .text-block {
      margin-top: 8px; } }
  @media (min-width: 1200px) {
    .features + .text-block {
      margin-top: 31px; } }

@media (min-width: 768px) {
  .features + .request {
    margin-top: 0;
    padding-top: 0; } }

body.delivery-page .features + .request {
  margin-top: 0; }

.category-cards .row > [class^='col'] {
  margin-bottom: 24px; }

@media (min-width: 1200px) {
  .category-cards__row:first-child > [class^='col']:first-child {
    width: 40.66666667%; } }

@media (min-width: 1200px) {
  .category-cards__row:first-child > [class^='col']:last-child {
    width: 59.33333333%; } }

@media (min-width: 1200px) {
  .category-cards__row:last-child > [class^='col']:first-child {
    width: 30%; } }

@media (min-width: 1200px) {
  .category-cards__row:last-child > [class^='col']:nth-child(2) {
    width: 30.33333333%; } }

@media (min-width: 1200px) {
  .category-cards__row:last-child > [class^='col']:last-child {
    width: 39.66666667%; } }

.category-cards__wrap {
  margin-top: 45px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media (min-width: 576px) {
    .category-cards__wrap {
      display: grid; } }
  @media (min-width: 768px) {
    .category-cards__wrap {
      margin-top: 64px;
      grid-template-rows: repeat(5, 1fr); } }
  @media (min-width: 1200px) {
    .category-cards__wrap {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr); } }

.category-cards__item {
  display: flex;
  padding: 20px 16px 20px 20px;
  background-color: #F8F8F8;
  height: 100%;
  transition: all 0.2s ease; }
  @media (min-width: 576px) {
    .category-cards__item {
      display: block; } }
  @media (min-width: 768px) {
    .category-cards__item {
      padding: 40px 40px 15px 40px; } }
  .category-cards__item:not(:last-child) {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .category-cards__item:nth-child(8n+1) {
      grid-area: 1 / 1 / 3 / 2; } }
  @media (min-width: 1200px) {
    .category-cards__item:nth-child(8n+1) {
      grid-area: 1 / 1 / 3 / 2; } }
  @media (min-width: 768px) {
    .category-cards__item:nth-child(8n+2) {
      grid-area: 1 / 2 / 2 / 3; } }
  @media (min-width: 1200px) {
    .category-cards__item:nth-child(8n+2) {
      grid-area: 1 / 2 / 2 / 3; } }
  @media (min-width: 768px) {
    .category-cards__item:nth-child(8n+3) {
      grid-area: 2 / 2 / 3 / 3; } }
  @media (min-width: 1200px) {
    .category-cards__item:nth-child(8n+3) {
      grid-area: 1 / 3 / 2 / 4; } }
  @media (min-width: 768px) {
    .category-cards__item:nth-child(8n+4) {
      grid-area: 3 / 1 / 4 / 2; } }
  @media (min-width: 1200px) {
    .category-cards__item:nth-child(8n+4) {
      grid-area: 2 / 2 / 3 / 3; } }
  @media (min-width: 768px) {
    .category-cards__item:nth-child(8n+5) {
      grid-area: 3 / 2 / 4 / 3; } }
  @media (min-width: 1200px) {
    .category-cards__item:nth-child(8n+5) {
      grid-area: 2 / 3 / 3 / 4; } }
  @media (min-width: 768px) {
    .category-cards__item:nth-child(8n+6) {
      grid-area: 4 / 1 / 5 / 2; } }
  @media (min-width: 1200px) {
    .category-cards__item:nth-child(8n+6) {
      grid-area: 3 / 1 / 4 / 2;
      max-width: 73%; } }
  @media (min-width: 768px) {
    .category-cards__item:nth-child(8n+7) {
      grid-area: 4 / 2 / 5 / 3; } }
  @media (min-width: 1200px) {
    .category-cards__item:nth-child(8n+7) {
      grid-area: 3 / 2 / 4 / 3;
      margin-left: -125px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .category-cards__item:nth-child(8n+8) {
      grid-area: 5 / 1 / 6 / 3; } }
  @media (min-width: 1200px) {
    .category-cards__item:nth-child(8n+8) {
      grid-area: 3 / 3 / 4 / 4;
      margin-left: -125px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .category-cards__item:nth-child(8n+4), .category-cards__item:nth-child(8n+6) {
      max-width: calc(100% - 15px); } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .category-cards__item:nth-child(8n+5), .category-cards__item:nth-child(8n+7) {
      margin-left: -15px; } }
  .category-cards__item span {
    display: block; }
  .category-cards__item .category-cards__title {
    text-align: center;
    margin-left: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      .category-cards__item .category-cards__title {
        margin-left: 0;
        display: block; } }
    .category-cards__item .category-cards__title span {
      display: inline-block;
      position: relative;
      padding-right: 30px;
      text-align: left;
      font-size: 16px; }
      @media (min-width: 768px) {
        .category-cards__item .category-cards__title span {
          text-align: center;
          font-size: 18px; } }
      .category-cards__item .category-cards__title span::before, .category-cards__item .category-cards__title span::after {
        position: absolute;
        content: "";
        background-color: #333;
        width: 8px;
        height: 2px;
        right: 11px;
        transition: all 0.2s ease; }
      .category-cards__item .category-cards__title span::before {
        top: 8px;
        transform: rotate(45deg); }
      .category-cards__item .category-cards__title span::after {
        top: 13px;
        transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .category-cards__item--big {
      padding: 70px 22px 44px 22px;
      min-width: 365px; } }
  @media (min-width: 1200px) {
    .category-cards__item--big {
      min-width: 460px; } }
  @media (min-width: 768px) {
    .category-cards__item--big .category-cards__device {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .category-cards__item--big .category-cards__device img {
      max-height: 145px; } }
  @media (min-width: 768px) {
    .category-cards__item--big .category-cards__title span {
      font-size: 24px; } }
  @media (min-width: 768px) {
    .category-cards__item--big .category-cards__title span::before {
      top: calc(50%); } }
  @media (min-width: 768px) {
    .category-cards__item--big .category-cards__title span::after {
      top: calc(50% + 5px); } }
  .category-cards__item:hover {
    transition: all 0.2s ease; }
    .category-cards__item:hover .category-cards__device img {
      transition: all 0.2s ease;
      transform: scale3d(1.02, 1.02, 1); }
    .category-cards__item:hover .category-cards__title span::before, .category-cards__item:hover .category-cards__title span::after {
      right: 5px;
      transition: all 0.2s ease;
      background-color: #f52548; }
      @media (min-width: 768px) {
        .category-cards__item:hover .category-cards__title span::before, .category-cards__item:hover .category-cards__title span::after {
          right: -5px; } }

.category-cards__device {
  text-align: center; }
  @media (min-width: 576px) {
    .category-cards__device {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .category-cards__device {
      margin-bottom: 20px; } }
  .category-cards__device img {
    margin: 0 auto;
    transition: all 0.2s ease;
    transform: scale3d(1, 1, 1); }

body.price-page .header + .text-plate {
  padding-bottom: 22px; }

body.price-page .text-plate + .category-cards {
  padding-top: 0;
  padding-bottom: 10px; }
  body.price-page .text-plate + .category-cards .title, body.price-page .text-plate + .category-cards .subtitle {
    display: none; }
  body.price-page .text-plate + .category-cards .category-cards__wrap {
    margin-top: 0; }

@media (min-width: 768px) {
  body.price-page .category-cards + .features {
    margin: 10px 0 0 0; } }

body.price-page .features + .request {
  margin-top: 0;
  padding-top: 20px; }
  @media (min-width: 768px) {
    body.price-page .features + .request {
      padding-top: 0; } }

@media (min-width: 992px) {
  .delivery-point .title {
    margin-top: 30px;
    margin-bottom: 34px;
    line-height: 1.2; } }

.delivery-point .section-subtitle {
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 25px; }
  @media (min-width: 768px) {
    .delivery-point .section-subtitle {
      max-width: 620px;
      font-size: 24px;
      margin-top: 32px;
      margin-bottom: 32px; } }
  @media (min-width: 992px) {
    .delivery-point .section-subtitle {
      max-width: 100%;
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .delivery-point .section-subtitle {
      margin-top: 0; } }
  .delivery-point .section-subtitle .ff-brand-name {
    letter-spacing: 1px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .delivery-point .section-subtitle .ff-brand-name {
        font-size: 26px; } }

.delivery-point__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .delivery-point__list {
      margin-bottom: 58px; } }
  .delivery-point__list li:not(:last-child) {
    margin-right: 20px; }
  .delivery-point__list li a {
    font-size: 20px; }

.delivery-point__button {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .delivery-point__button {
      margin-bottom: 50px; } }
  .delivery-point__button .btn {
    min-width: 220px; }

.delivery-point__map {
  height: 100%; }

.delivery-point__map-preview {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 200px; }
  @media (min-width: 768px) {
    .delivery-point__map-preview {
      min-height: 300px; } }
  @media (min-width: 992px) {
    .delivery-point__map-preview {
      min-height: auto; } }

.delivery-point + .features {
  margin: 0; }

body.delivery-page .delivery-point {
  padding-bottom: 15px; }
  @media (min-width: 1200px) {
    body.delivery-page .delivery-point {
      padding-top: 20px;
      padding-bottom: 20px; } }
  body.delivery-page .delivery-point .delivery-point__button {
    display: none; }

body.delivery-page .features {
  margin: 24px 0 0 0; }
  @media (min-width: 768px) {
    body.delivery-page .features {
      margin: 50px 0 0 0; } }
  @media (min-width: 1200px) {
    body.delivery-page .features {
      margin: 60px 0 0 0; } }

@media (max-width: 767px) {
  body.home .steps {
    padding-top: 50px; } }

@media (min-width: 1200px) {
  body.home .steps {
    padding-top: 50px; } }

.steps .title {
  margin-bottom: 20px; }

.steps .steps__number {
  font-size: 102px;
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  top: -30px; }

.steps .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  min-height: 200px; }
  .steps .swiper .swiper-wrapper {
    height: unset; }
  .steps .swiper .swiper-slide {
    height: unset; }
    .steps .swiper .swiper-slide .steps__item .steps__info {
      padding-left: 0;
      max-width: 300px; }
    .steps .swiper .swiper-slide .steps__item .steps__number {
      display: inline-block;
      font-size: 18px;
      top: 0;
      margin-bottom: 7px; }
      .steps .swiper .swiper-slide .steps__item .steps__number span {
        font-family: 'Manrope 600', sans-serif; }
  .steps .swiper .swiper-buttons {
    position: relative;
    bottom: -25px; }
    @media (min-width: 576px) {
      .steps .swiper .swiper-buttons {
        bottom: -35px; } }
  .steps .swiper .swiper-button-prev,
  .steps .swiper .swiper-rtl .swiper-button-next {
    left: 4px; }
    .steps .swiper .swiper-button-prev:active,
    .steps .swiper .swiper-rtl .swiper-button-next:active {
      transform: translateX(-4px);
      transition: all 0.2s ease; }
  .steps .swiper .swiper-button-next,
  .steps .swiper .swiper-rtl .swiper-button-prev {
    right: 0;
    left: 118px; }
    .steps .swiper .swiper-button-next:active,
    .steps .swiper .swiper-rtl .swiper-button-prev:active {
      transform: translateX(4px);
      transition: all 0.2s ease; }
  .steps .swiper .swiper-button-prev,
  .steps .swiper .swiper-rtl .swiper-button-next,
  .steps .swiper .swiper-button-next,
  .steps .swiper .swiper-rtl .swiper-button-prev {
    width: 82px;
    transition: all 0.2s ease; }
    .steps .swiper .swiper-button-prev::after,
    .steps .swiper .swiper-rtl .swiper-button-next::after,
    .steps .swiper .swiper-button-next::after,
    .steps .swiper .swiper-rtl .swiper-button-prev::after {
      content: none; }

.steps__row {
  margin-top: 62px; }
  @media (min-width: 1200px) {
    .steps__row {
      margin-top: 94px; } }
  @media (min-width: 1200px) {
    .steps__row {
      margin-left: -20px;
      margin-right: -20px; } }
  .steps__row [class^="col"] {
    margin-bottom: 22px; }
    @media (min-width: 1200px) {
      .steps__row [class^="col"] {
        padding-left: 20px;
        padding-right: 20px; } }

.steps__info {
  padding-left: 22px; }
  @media (min-width: 992px) {
    .steps__info {
      font-size: 14px;
      line-height: 1.4; } }
  @media (min-width: 1200px) {
    .steps__info {
      font-size: 16px;
      line-height: 1.3;
      padding-left: 12px; } }
  .steps__info p:last-child {
    margin-bottom: 0; }

.steps__icon {
  margin-bottom: 13px; }

.steps__title {
  font-size: 18px;
  margin-bottom: 7px; }

.steps__text {
  color: #919191;
}

.request {
  margin-top: 3px; }
  @media (min-width: 768px) {
    .request {
      margin-top: 16px; } }
  @media (min-width: 992px) {
    .request {
      margin-top: 0; } }
  .request .section-subtitle {
    font-size: 18px; }
    @media (min-width: 430px) and (max-width: 767px) {
      .request .section-subtitle {
        max-width: 365px;
        margin: 0 auto; } }
  .request .request-form {
    margin-top: 36px; }
    @media (min-width: 768px) {
      .request .request-form {
        margin-top: 20px; } }
    @media (min-width: 992px) {
      .request .request-form {
        margin-top: 42px; } }
    @media (min-width: 430px) and (max-width: 767px) {
      .request .request-form .row {
        max-width: 420px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .request .request-form [type="submit"] {
        width: calc(100% - 20px); } }
    @media (max-width: 1199px) {
      .request .request-form [type="submit"] {
        width: 100%; } }
  .request textarea {
    margin-top: 10px; }

.request__content {
  padding: 40px 20px 210px;
  background-color: #F3F3F4;
  position: relative; }
  @media (min-width: 768px) {
    .request__content {
      padding: 70px; } }
  @media (min-width: 1200px) {
    .request__content {
      padding: 85px 70px 101px 70px; } }
  .request__content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% - 62px);
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("/assets/images/other/request-img.png");
    background-position: bottom -30px center;
    background-size: 260px;
    pointer-events: none; }
    @media (min-width: 768px) {
      .request__content::before {
        width: calc(100% + 15px);
        background-size: 556px;
        background-position: bottom right -28px; } }
    @media (min-width: 992px) {
      .request__content::before {
        background-size: 586px;
        width: calc(100% + 16px); } }
    @media (min-width: 1200px) {
      .request__content::before {
        background-size: 670px;
        background-position: bottom right -32px;
        width: calc(100% + 22px); } }
  .request__content > * {
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .request__content > * {
        text-align: center; } }

@media (max-width: 767px) {
  .request-form__row {
    padding: 0 10px; } }

@media (min-width: 992px) {
  .request-form__row {
    margin-left: -6px;
    margin-right: -6px; } }

@media (min-width: 992px) {
  .request-form__row [class^="col"] {
    padding-right: 6px;
    padding-left: 6px; } }

.form__info {
  color: #A4A4A4;
  font-size: 10px; }
  @media (min-width: 768px) {
    .form__info {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .form__info {
      position: relative;
      left: -6px; } }
  @media (min-width: 1280px) {
    .form__info {
      position: relative;
      left: -20px; } }
  @media (min-width: 1400px) {
    .form__info {
      left: -25px; } }
  .form__info a {
    text-decoration: underline; }
    .form__info a:not(:hover) {
      color: #A4A4A4; }

@media (min-width: 768px) {
  .request + .faq {
    margin-top: 14px; } }

.request + .features {
  margin-top: -14px; }
  @media (min-width: 768px) {
    .request + .features {
      margin-top: -10px; } }

.faq {
  overflow: hidden; }
  .faq .faq__number {
    margin-right: 20px;
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-weight: 700; }
    @media (min-width: 768px) {
      .faq .faq__number {
        margin-right: 30px; } }

@media (min-width: 992px) {
  .faq__row {
    margin-left: -24px;
    margin-right: -24px; } }

@media (min-width: 992px) {
  .faq__row [class^="col"] {
    padding-left: 24px;
    padding-right: 24px; } }

.faq__accordion {
  margin-top: 35px; }
  @media (min-width: 768px) {
    .faq__accordion {
      margin-top: 62px; } }
  .faq__accordion .accordion-item {
    border-color: #C4C4C4;
    border-left: none;
    border-right: none;
    border-radius: 0 !important; }
  .faq__accordion .accordion-button {
    padding: 12px 15px 19px 0;
    font-size: 16px;
    color: #000;
    align-items: unset;
    font-family: 'Manrope 700', sans-serif;
    font-style: normal; }
    @media (min-width: 768px) {
      .faq__accordion .accordion-button {
        padding: 23px 15px 19px 0;
        font-size: 18px; } }
    .faq__accordion .accordion-button:not(.collapsed) {
      background-color: transparent;
      box-shadow: none; }
    .faq__accordion .accordion-button:focus {
      box-shadow: none; }
    .faq__accordion .accordion-button:hover {
      background-color: transparent;
      color: #333; }
    .faq__accordion .accordion-button::after {
      display: none; }
  .faq__accordion .accordion-body {
    padding-top: 0;
    padding-left: 34px;
    padding-bottom: 25px; }
    @media (min-width: 768px) {
      .faq__accordion .accordion-body {
        padding-left: 46px; } }
    .faq__accordion .accordion-body p {
      font-size: 15px; }
      @media (min-width: 768px) {
        .faq__accordion .accordion-body p {
          font-size: 16px; } }
      .faq__accordion .accordion-body p:last-child {
        margin-bottom: 0; }

footer {
  margin-top: 40px;
  background-color: #F8F8F8;
  padding-top: 50px;
  padding-bottom: 66px;
  color: #494949; }
  @media (min-width: 768px) {
    footer {
      margin-top: 42px;
      padding-top: 70px; } }
  @media (min-width: 1200px) {
    footer {
      margin-top: 65px;
      padding-top: 64px; } }
  @media (min-width: 1200px) {
    footer .row [class^="col"]:first-child {
      width: 36.555555%; } }
  @media (min-width: 768px) {
    footer .row [class^="col"]:nth-child(2) {
      width: 31.333333%; } }
  @media (min-width: 1200px) {
    footer .row [class^="col"]:nth-child(2) {
      width: 18.888888%; } }
  @media (min-width: 768px) {
    footer .row [class^="col"]:nth-child(3) {
      width: 31.333333%; } }
  @media (min-width: 1200px) {
    footer .row [class^="col"]:nth-child(3) {
      width: 18.666666%; } }
  @media (min-width: 768px) {
    footer .row [class^="col"]:nth-child(4) {
      width: 37.333333%; } }
  @media (min-width: 1200px) {
    footer .row [class^="col"]:nth-child(4) {
      width: 25.333333%; } }

.footer-logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 44px;
  text-align: center; }
  @media (min-width: 576px) {
    .footer-logo {
      flex-direction: row;
      text-align: left; } }
  @media (min-width: 768px) {
    .footer-logo {
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .footer-logo {
      display: block;
      max-width: 175px; } }
  @media (min-width: 1200px) {
    .footer-logo {
      margin-top: 5px;
      max-width: 100%; } }
  .footer-logo a {
    display: inline-block; }
    @media (min-width: 576px) {
      .footer-logo a {
        margin-right: 16px; } }
  .footer-logo span {
    position: relative;
    bottom: -1px;
    font-size: 12px; }
    @media (min-width: 576px) {
      .footer-logo span {
        font-size: 14px; } }

footer a {
  color: #494949; }

.footer-payments {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-bottom: 24px; }
  @media (max-width: 575px) {
    .footer-payments {
      justify-content: center; } }
  @media (min-width: 768px) {
    .footer-payments {
      margin-top: 12px; } }
  .footer-payments__item:not(:last-child) {
    margin-right: 15px; }

@media (max-width: 575px) {
  .footer-copyright {
    text-align: center; } }

.footer-copyright p {
  margin-bottom: 10px;
  font-size: 14px; }
  .footer-copyright p:last-child {
    margin-bottom: 0; }
  @media (max-width: 575px) {
    .footer-copyright p .ff-brand-name {
      display: block; } }

.footer-copyright a {
  font-size: 14px; }

.footer-menu {
  text-align: center; }
  @media (min-width: 576px) {
    .footer-menu {
      text-align: left; } }

.footer-menu__title {
  margin-bottom: 19px;
  font-family: 'Manrope 700',sans-serif; }
  @media (min-width: 768px) {
    .footer-menu__title {
      margin-bottom: 29px; } }
  @media (min-width: 992px) {
    .footer-menu__title {
      font-family: 'Manrope 400',sans-serif; } }

.footer-menu__list {
  margin-bottom: 5px; }
  .footer-menu__list li:not(:last-child) {
    margin-bottom: 8px; }

.footer-menu__contacts a {
  display: block;
  margin-bottom: 10px;
  font-family: 'Manrope 700', sans-serif;
  font-weight: 700; }

.footer-menu__address {
  display: block;
  font-family: 'Manrope 700', sans-serif;
  font-weight: 700;
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .features + .footer {
    margin-top: 80px; } }

.modal .modal-dialog {
  padding-top: 25px; }

.modal .modal-content {
  border-radius: 20px; }

.modal button.close, .modal .btn.close {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  position: absolute;
  top: -30px;
  right: 0;
  transform-origin: center; }
  .modal button.close:hover, .modal .btn.close:hover {
    transform: rotate(90deg) translateX(2px) translateY(-2px); }

.modal .modal-header {
  border: none;
  padding: 30px 30px 15px; }
  @media (min-width: 430px) {
    .modal .modal-header {
      padding: 30px 50px 15px; } }
  @media (min-width: 576px) {
    .modal .modal-header {
      padding: 38px 80px 15px; } }

.modal .modal-header__title {
  text-align: center;
  font-family: 'Manrope Bold', sans-serif;
  width: 100%; }

.modal .modal-body {
  padding: 0 30px 30px; }
  @media (min-width: 430px) {
    .modal .modal-body {
      padding: 0 50px 30px; } }
  @media (min-width: 576px) {
    .modal .modal-body {
      padding: 0 80px 38px; } }
  .modal .modal-body .subtitle {
    text-align: center;
    margin-bottom: 25px; }

.modal input[type="text"],
.modal input[type="password"],
.modal input[type="email"],
.modal input[type="tel"],
.modal select, .modal textarea {
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5; }

.modal .callback__form .row [class^="col"]:not(:last-child) {
  margin-bottom: 10px; }

.modal .callback__form button[type="submit"], .modal .callback__form .btn[type="submit"] {
  width: 100%; }

.modal .callback__acceptance {
  margin-top: 30px;
  font-size: 12px;
  color: #A4A4A4;
  text-align: center;
  margin-bottom: 0; }
  .modal .callback__acceptance a {
    text-decoration: underline; }
    .modal .callback__acceptance a:not(:hover) {
      color: #A4A4A4; }
  @media (min-width: 576px) {
    .modal .callback__acceptance {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .modal .callback__acceptance {
      font-size: 14px; } }

.modal .modal__text-info {
  font-size: 14px; }
  .modal .modal__text-info ul {
    list-style: none; }
    .modal .modal__text-info ul li {
      position: relative; }
      .modal .modal__text-info ul li::before {
        position: absolute;
        content: "";
        top: 8px;
        left: -19px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #333; }

@media (min-width: 576px) {
  .modal.modal-text .modal-dialog {
    max-width: 516px; } }

@media (min-width: 768px) {
  .modal.modal-text .modal-dialog {
    max-width: 720px; } }

@media (min-width: 992px) {
  .modal.modal-text .modal-dialog {
    max-width: 935px; } }

@media (min-width: 1200px) {
  .modal.modal-text .modal-dialog {
    max-width: 1116px; } }

@media (min-width: 1280px) {
  .modal.modal-text .modal-dialog {
    max-width: 1170px; } }

@media (min-width: 576px) {
  .modal.modal-text .modal-header {
    padding: 38px 50px 15px; } }

@media (min-width: 576px) {
  .modal.modal-text .modal-body {
    padding: 0 50px 45px; } }

.success {
  background-color: rgba(0, 0, 0, 0.05); }

.success .modal-header {
  padding: 0; }

.success .modal-body {
  padding: 16px 30px 30px; }

.success * {
  position: relative;
  z-index: 11111; }

.success .modal-title {
  font-family: 'Manrope Bold', sans-serif; }
  @media (min-width: 576px) {
    .success .modal-title {
      font-size: 30px; } }

.success .card-body {
  flex: 1 1 auto;
  max-width: 450px; }

.success p {
  margin-bottom: 0;
  font-size: 16px; }
  @media (min-width: 576px) {
    .success p {
      font-size: 18px; } }

.success h4 {
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 10px; }

.success .cross {
  padding: 10px;
  color: #000;
  cursor: pointer; }

.success .cross .request__modal-close {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: transparent;
  z-index: 9999; }

.success .cross .request__modal-close:hover::before {
  transform: rotate(136deg);
  transition: all 0.3s ease; }

.success .cross .request__modal-close:hover::after {
  transform: rotate(45deg);
  transition: all 0.3s ease; }

.success .cross .request__modal-close::before, .success .cross .request__modal-close::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #777;
  transition: all 0.3s ease; }

.success .cross .request__modal-close::before {
  transform: rotate(45deg); }

.success .cross .request__modal-close::after {
  transform: rotate(-45deg); }

.success .continue:focus {
  outline: none; }

.success .continue {
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 13px;
  padding: 8px 19px;
  cursor: pointer;
  color: #fff !important;
  border-color: transparent;
  background-color: #D50000;
  font-weight: normal; }

.success .continue:hover {
  background-color: #D32F2F !important; }

.success .checkmark__icon {
  position: relative; }

.success .checkmark__round {
  position: absolute;
  content: "";
  top: calc(50% - 46px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  animation: scale-round 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  opacity: 0; }

.success .checkmark__circle {
  position: relative;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #000;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards 3s; }

.success .checkmark {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0 0 0 #000;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.success .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 50px #000; } }

@keyframes scale-round {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1.4);
    opacity: 1; } }

.text-block .title {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .text-block .title {
      margin-bottom: 36px; } }
  @media (min-width: 1200px) {
    .text-block .title {
      margin-bottom: 35px; } }

@media (min-width: 992px) {
  body.device-page .text-block__content {
    padding-right: 150px; } }

@media (min-width: 1200px) {
  body.device-page .text-block__content {
    padding-right: 375px; } }

.text-block + .price-block {
  padding-top: 15px; }
  @media (min-width: 768px) {
    .text-block + .price-block {
      padding-top: 35px; } }
  @media (min-width: 1200px) {
    .text-block + .price-block {
      padding-top: 30px; } }

body.service-page .text-block {
  font-size: 14px; }
  @media (min-width: 768px) {
    body.service-page .text-block {
      font-size: 16px; } }

body.delivery-page .text-plate + .text-block {
  font-size: 18px;
  padding: 34px 0; }
  @media (min-width: 768px) {
    body.delivery-page .text-plate + .text-block {
      padding-top: 24px; } }
      
body.delivery-page .text-block .title {
  display: none; }

body.delivery-page .text-block__content {
  position: relative;
  padding-bottom: 23px; }
  @media (min-width: 768px) {
    body.delivery-page .text-block__content {
      font-size: 24px;
      padding-bottom: 46px; } }
  body.delivery-page .text-block__content::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 33%;
    height: 2px;
    background-color: #000; }
    @media (min-width: 768px) {
      body.delivery-page .text-block__content::before {
        width: 100px; } }

.price-block__table {
  border-radius: 20px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .price-block__table .row [class^='col']:first-child {
      width: 33.66666666%; } }
  @media (min-width: 1200px) {
    .price-block__table .row [class^='col']:first-child {
      width: 54%; } }
  @media (min-width: 768px) {
    .price-block__table .row [class^='col']:nth-child(2) {
      width: 14.22222222%; } }
  @media (min-width: 1200px) {
    .price-block__table .row [class^='col']:nth-child(2) {
      width: 8.88888888%; } }
  @media (min-width: 768px) {
    .price-block__table .row [class^='col']:nth-child(3) {
      width: 19.666667%; } }
  @media (min-width: 1200px) {
    .price-block__table .row [class^='col']:nth-child(3) {
      width: 16.88888888%; } }
  @media (min-width: 768px) {
    .price-block__table .row [class^='col']:nth-child(4) {
      width: 16.666667%; } }
  @media (min-width: 1200px) {
    .price-block__table .row [class^='col']:nth-child(4) {
      width: 10.33333333%; } }
  @media (min-width: 768px) {
    .price-block__table .row [class^='col']:last-child {
      width: 15.666667%; } }
  @media (min-width: 1200px) {
    .price-block__table .row [class^='col']:last-child {
      width: 9.88888888%; } }

.price-block__table-header {
  color: #fff;
  background-color: #000;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .price-block__table-header {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .price-block__table-header {
      padding: 0 30px; } }

.price-block__table-title {
  padding: 14px 0 15px;
  display: inline-block; }

.price-block__table-body {
  max-height: 600px; }
  .price-block__table-body .simplebar-content-wrapper {
    overflow-x: hidden !important; }
  .price-block__table-body .simplebar-track.simplebar-horizontal {
    display: none; }
  .price-block__table-body .simplebar-scrollbar.simplebar-visible::before {
    opacity: 0.2;
    transition: all 0.2s ease; }

.simplebar-dragging .simplebar-scrollbar.simplebar-visible::before {
  opacity: 0.5;
  transition: all 0.2s ease; }

.price-block__table-row {
  padding: 0 20px;
  transition: all 0.2s ease; }
  @media (max-width: 767px) {
    .price-block__table-row {
      position: relative; } }
  @media (min-width: 768px) {
    .price-block__table-row {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .price-block__table-row {
      padding: 0 30px; } }
  .price-block__table-row:nth-child(odd) {
    background-color: #F5F5F5; }
  .price-block__table-row:nth-child(even) {
    background-color: #FAFAFA; }
  .price-block__table-row:hover {
    background-color: #e5e5e5;
    transition: all 0.2s ease; }
    .price-block__table-row:hover .price-block__value--service {
      color: #f52548; }

.price-block__value {
  padding: 12px 0 12px;
  display: inline-flex;
  height: 100%; }
  .price-block__value span {
    align-self: center; }
  @media (max-width: 767px) {
    .price-block__value--service {
      padding: 14px 35px 2px 0; } }
  @media (max-width: 767px) {
    .price-block__value--time {
      padding: 2px 0 6px; } }
  .price-block__value--price {
    font-size: 18px;
    font-family: 'Manrope 700', sans-serif; }
    @media (max-width: 767px) {
      .price-block__value--price {
        font-family: 'Manrope Bold', sans-serif;
        font-size: 16px;
        padding: 6px 0 14px; } }
  .price-block__value--request {
    font-family: 'Manrope Bold', sans-serif;
    position: relative; }
    .price-block__value--request::before {
      position: absolute;
      content: "";
      top: calc(50% - (42% / 2));
      left: -20px;
      width: 1px;
      height: 42%;
      background-color: #000; }
      @media (min-width: 768px) {
        .price-block__value--request::before {
          left: -12px; } }
      @media (min-width: 1200px) {
        .price-block__value--request::before {
          left: -20px; } }
  @media (max-width: 767px) {
    .price-block__value--more {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      display: block;
      z-index: 2;
      font-size: 0;
      cursor: pointer; }
      .price-block__value--more::before {
        position: absolute;
        content: "";
        top: calc(50% - 2px);
        right: 40px;
        width: 8px;
        height: 2px;
        background-color: #000;
        transform: rotate(45deg);
        transition: all 0.2s ease; }
      .price-block__value--more::after {
        position: absolute;
        content: "";
        top: calc(50% + 3px);
        right: 40px;
        width: 8px;
        height: 2px;
        background-color: #000;
        transform: rotate(-45deg);
        transition: all 0.2s ease; }
      .price-block__value--more:hover::before {
        transform: rotate(45deg) translateX(5px) translateY(-5px);
        transition: all 0.2s ease; }
      .price-block__value--more:hover::after {
        transform: rotate(-45deg) translateX(5px) translateY(5px);
        transition: all 0.2s ease; } }

.text-plate .title {
  margin-bottom: 27px; }
  @media (min-width: 768px) {
    .text-plate .title {
      margin-bottom: 38px; } }

.text-plate__wrap {
  background-color: #F8F8F8;
  padding: 39px 28px 43px 28px; }
  @media (min-width: 768px) {
    .text-plate__wrap {
      padding: 60px 42px 67px 48px; } }
  @media (min-width: 1200px) {
    .text-plate__wrap {
      padding: 56px 90px 67px 72px; } }
  .text-plate__wrap p {
    line-height: 1.27; }

.header + .text-plate {
  padding-top: 0; }

@media (min-width: 1200px) {
  .text-plate + .business-process {
    padding-top: 20px; } }

.business-process .row [class^="col"] {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .business-process .row [class^="col"] {
      margin-bottom: 29px; } }
  @media (min-width: 1200px) {
    .business-process .row [class^="col"]:nth-last-child(3) {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .business-process .row [class^="col"]:nth-last-child(3) .business-process__item {
      border-bottom: none; } }
  @media (min-width: 1200px) {
    .business-process .row [class^="col"]:nth-last-child(2) {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .business-process .row [class^="col"]:nth-last-child(2) .business-process__item {
      border-bottom: none; } }
  .business-process .row [class^="col"]:last-child {
    margin-bottom: 0; }
    .business-process .row [class^="col"]:last-child .business-process__item {
      border-bottom: none; }

.business-process__wrap {
  margin-top: 45px; }
  @media (min-width: 768px) {
    .business-process__wrap {
      margin-top: 63px; } }

.business-process__item {
  border-bottom: 1px solid #000;
  padding-bottom: 16px; }
  @media (min-width: 768px) {
    .business-process__item {
      padding-bottom: 24px; } }

.business-process__icon {
  margin-bottom: 24px; }

.delivery-advantages ul {
  margin-top: 26px; }
  @media (min-width: 768px) {
    .delivery-advantages ul {
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px; } }
  @media (min-width: 1200px) {
    .delivery-advantages ul {
      margin-top: 36px; } }
  @media (min-width: 768px) {
    .delivery-advantages ul li {
      flex-basis: calc(100% / 2 - 40px);
      margin-right: 40px;
      min-height: 41.5px; }
      .delivery-advantages ul li:nth-last-child(2) {
        margin-bottom: 0; }
      .delivery-advantages ul li:nth-child(even) {
        flex-basis: calc(100% / 2 - 14px);
        margin-right: 0;
        margin-left: 14px; } }

@media (min-width: 1200px) {
  body.delivery-page .text-block + .delivery-advantages {
    padding-top: 50px; } }

.contacts-block .title {
  margin-bottom: 37px; }
  @media (min-width: 768px) {
    .contacts-block .title {
      margin-bottom: 56px; } }

.contacts-block__content {
  background-color: #F8F8F8;
  overflow: hidden; }

.contacts-block__contact-item {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .contacts-block__contact-item {
      margin-bottom: 38px; } }

.contacts-block__type {
  display: flex;
  margin-bottom: 8px; }
  .contacts-block__type span {
    font-size: 16px; }

.contacts-block__icon {
  margin-right: 10px; }

.contacts-block__requisites {
  font-size: 18px;
  font-family: 'Manrope 700', sans-serif;
  margin-bottom: 12px;
  display: inline-block; }

@media (min-width: 768px) {
  .contacts-block__additional {
    font-size: 15px; } }

.contacts-block__info {
  font-size: 14px;
  padding: 39px 10px 0 30px; }
  @media (min-width: 768px) {
    .contacts-block__info {
      padding: 59px 58px 26px 51px; } }
  @media (min-width: 1200px) {
    .contacts-block__info {
      padding: 57px 91px 25px 71px; } }

.contacts-block__map {
  min-height: 250px; }

.contacts-block__map-preview {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fcfcf7; }
  @media (min-width: 768px) {
    .contacts-block__map-preview {
      min-height: 300px; } }
  @media (min-width: 1200px) {
    .contacts-block__map-preview {
      min-height: 380px; } }
  .contacts-block__map-preview > ymaps {
    min-height: 250px; }
    @media (min-width: 768px) {
      .contacts-block__map-preview > ymaps {
        min-height: 300px; } }
    @media (min-width: 1200px) {
      .contacts-block__map-preview > ymaps {
        min-height: 380px; } }

.contacts-block + .features {
  margin: 23px 0 0 0; }

.features + .request {
  margin-top: 0;
  padding-top: 25px; }

.dialog-button {
  display: block;
  position: fixed;
  left: calc(100% - 70px);
  bottom: 15px;
  z-index: 1010; }

@media (min-width: 576px) {
  .dialog-button {
    left: calc(100% - 80px);
    bottom: 20px; } }

@media (min-width: 768px) {
  .dialog-button {
    left: calc(100% - 80px);
    bottom: 30px; } }

@media (min-width: 1400px) {
  .dialog-button {
    left: calc(100% - 100px);
    bottom: 40px; } }

@media (min-width: 1600px) {
  .dialog-button {
    left: calc(100% - 145px);
    bottom: 60px; } }

@media (min-width: 1366px) {
  .modal-open .dialog-button {
    left: calc((100% - 90px) - 17px);
    bottom: 40px; } }

@media (min-width: 1400px) {
  .modal-open .dialog-button {
    left: calc((100% - 100px) - 17px);
    bottom: 40px; } }

@media (min-width: 1600px) {
  .modal-open .dialog-button {
    left: calc((100% - 145px) - 17px);
    bottom: 60px; } }

.dialog-button a {
  display: block;
  background: url("../images/icons/phone-call.svg") center center no-repeat #db073d;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 8px rgba(237, 65, 108, 0.2), 0 0 0 15px rgba(237, 65, 108, 0.1);
  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(237, 65, 108, 0.2), 0 0 0 0 rgba(237, 65, 108, 0.4); }
  50% {
    box-shadow: 0 0 0 20px rgba(237, 65, 108, 0.1), 0 0 0 10px rgba(237, 65, 108, 0.2); }
  100% {
    box-shadow: 0 0 0 40px rgba(237, 65, 108, 0), 0 0 0 20px rgba(237, 65, 108, 0); } }

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

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

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

/*NEW HEADER*/

.shedule-worktime {
	display: flex;
	margin-left: auto;
	font-size: 11px;
}

.header .header-number {
  margin-left: auto;
  width: unset !important;
}

@media (max-width: 767px) {
  .header .header-menu-button .hamburger {
    padding-left: 15px;
  }
  
  .header .header-logo a {
    margin: 0 !important;
    width: 94px !important;
  }
  
  .header .header-logo__img + span {
    max-width: 94px;
    text-transform: uppercase;
    margin-top: 4px !important;
  }
  
  .header .header-number span {
    font-size: 18px !important;
  }
  
  .header .hamburger .hamburger__line {
    width: 30px;
    margin-bottom: 7px;
  }
  
  .header .hamburger .hamburger__line:last-child {
    margin-bottom: 0;
  }
}

.header .header-logo__img + span {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.header .hamburger.active .hamburger__line--1 {
  transform: rotate(42deg) translateY(6px) translateX(6px);
}

.header .hamburger.active .hamburger__line--3 {
  transform: rotate(-42deg) translateY(-6px) translateX(6px);
}

.header-shedule p {
  font-weight: 700;
  font-family: 'Open Sans 700', sans-serif;
  font-size: 15px;
}

.header-number.include-icon svg {
  display: none;
  width: 25px;
  height: 25px;
}

@media (min-width: 430px) {
  .shedule-worktime {
		font-size: 14px;
	}
	
  .header-number.include-icon {
    display: flex;
  }
  
  .header-number.include-icon svg {
    display: block;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .shedule-worktime {
		font-size: 14px;
	}
	
  .header .header-logo {
    display: flex;
    flex-direction: row;
  }
  
  .header .header-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .header .header-logo__img {
    align-self: baseline;
    align-items: center;
    display: flex !important;
    height: 100%;
    margin-right: 16px !important;
  }
  
  .header .header-logo__img + span {
    max-width: 165px;
    line-height: 130%;
    text-transform: uppercase;
    font-size: 14px !important;
    text-align: left;
  }
}
      
@media (min-width: 992px) {
  .header .header-modal {
    margin-left: auto;
  }
  
  .header-number.include-icon {
    margin-right: 0;
  }
  
  .header .header__menu ul li a {
    padding: 26px 6px;
  }
  
  .header .header__menu ul li a.dropdown-toggle {
    padding: 25px 14px 8px 0;
  }
  
  .header-number.include-icon svg {
    width: 28px;
    height: 28px;
  }
  
  .header .header-number span {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .header .header-logo {
    display: flex !important;
  }
}

.header .header__menu ul {
  justify-content: space-between;
}

/*# sourceMappingURL=sourcemaps/style.css.map */