@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i&display=swap&subset=cyrillic-ext');
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif; } }

.zone-header .uk-navbar {
  background-color: white;
  padding-bottom: 2px; }
  .zone-header a {
    color: black; }
  .zone-header .uk-logo {
    height: 60px;
    display: flex; }
  .zone-header .logo-image {
    margin-right: 10px;
    max-width: 140px;
    display: flex;
    align-items: center; }
  .zone-header .logo-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 1; }
    .zone-header .logo-title > :first-child {
      text-transform: uppercase; }
    .zone-header .logo-title > :last-child {
      font-size: 16px; }
  .zone-header .uk-navbar-center:not(:only-child) .uk-navbar-nav > li > a {
    font-weight: 400;
    font-size: 13px;
    color: black;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 6px;
    margin: 0 6px;
    padding: 0 10px; }
    .zone-header .uk-navbar-center:not(:only-child) .uk-navbar-nav > li > a:hover {
      color: white;
      background-color: #faba02 !important; }
    .zone-header .uk-navbar-center:not(:only-child) .uk-navbar-nav > li:last-child > a {
      margin-right: 0; }
    .zone-header .uk-navbar-center:not(:only-child) .uk-navbar-nav > li:first-child > a {
      margin-left: 0; }
    .zone-header .uk-navbar-center:not(:only-child) .uk-navbar-nav > li.uk-active > a {
      color: white;
      background-color: #fdc932; }
  .zone-header ul.uk-nav {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .zone-header ul.uk-nav li a {
      text-transform: none; }
  .zone-header ul.uk-navbar-dropdown-nav {
    justify-content: flex-start;
    flex-direction: column; }
  .zone-header .uk-navbar-dropdown {
    box-shadow: none;
    background-color: white;
    padding-top: 0; }
    .zone-header .uk-navbar-dropdown:before {
      display: block;
      content: '⯅';
      text-align: center;
      color: #333;
      border-bottom: 1px dashed #333;
      line-height: 0.7;
      font-size: 18px;
      margin-right: -15px;
      margin-left: -15px; }
    .zone-header .uk-navbar-dropdown a {
      color: black; }
    .zone-header .uk-navbar-dropdown li.uk-active > a {
      color: #c79502; }
  .zone-header [class*='uk-navbar-dropdown-bottom'] {
    margin-top: 0; }
  .zone-header .uk-navbar-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px; }
    .zone-header .uk-navbar-right a {
      font-size: 13px;
      color: black;
      transition: 0.3s; }
    .zone-header .uk-navbar-right a:hover {
      color: #fdc932;
      text-decoration: none; }
    .zone-header .uk-navbar-right .phone {
      display: flex; }
    .zone-header .uk-navbar-right .phone a {
      font-size: 20px;
      line-height: 1.3; }
    .zone-header .uk-navbar-right button {
      font-weight: bold;
      margin-top: 0;
      min-width: 160px;
      position: relative;
      bottom: -8px;
      line-height: 1.5;
      padding: 2px;
      border: 1px solid #f8b708;
      background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
      color: #c60b0b;
      border-radius: 2px;
      box-shadow: 0 0 4px rgba(45, 44, 44, 0.6);
      transition: border-color 0.6s; }
    .zone-header .uk-navbar-right button:hover {
      border-color: red; }
  .zone-header .uk-navbar {
    transition: 0.3s; }
  .zone-header .uk-sticky-below .uk-navbar {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }
  @media (max-width: 640px) {
  .zone-header .uk-logo {
    padding: 0; }
  .zone-header .logo-image {
    height: 90%; }
  .zone-header .logo-title {
    font-size: 14px; }
    .zone-header .logo-title > :last-child {
      font-size: 14px; }
  .zone-header .uk-navbar-right {
    align-items: flex-end;
    padding-right: 10px; }
    .zone-header .uk-navbar-right .phone {
      display: flex; }

    .zone-header .uk-navbar-right .mail {
      display: flex; }
      .zone-header .uk-navbar-right .mail a {
        font-size: 12px;
        padding-bottom: 3px; } }
  @media (max-width: 420px) {
  .zone-header .logo-title {
    font-size: 12px; }
    .zone-header .logo-title > :last-child {
      font-size: 12px; }
  .zone-header .uk-navbar-toggle {
    padding: 0 5px; } }

.toTop {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 48px;
  border: none;
  color: #fff;
  background: #333;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 40px;
  bottom: 40px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden; }
  .toTop:hover {
    cursor: pointer;
    background-color: #fdc932; }
  .toTop:focus {
    outline: 0; }
  .toTop.show {
    opacity: 1;
    visibility: visible; }

.zone-main {
  min-height: 70vh;
  background-color: #f7f8fa;
  padding-top: 20px; }

.zone-sidebar {
  padding: 0; }
  .zone-sidebar__content {
    padding: 0px 0px 20px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    color: black;
    height: fit-content;
    height: -moz-fit-content;
    min-height: 100%;
    box-sizing: border-box; }
    .zone-sidebar__content h2 {
      color: #333;
      font-size: 16px;
      font-weight: bold;
      margin-top: 0px;
      padding-left: 20px; }
    .zone-sidebar__content ul {
      list-style: none; }
    .zone-sidebar__content ul li::before {
      content: "\2B1B";
      color: #77a1e4;
      font-size: 8px;
      width: 22px;
      margin-left: -22px; }
    .zone-sidebar__content ul li {
      display: flex;
      align-items: center;
      padding-left: 22px;
      padding-bottom: 4px;
      margin-bottom: 4px;
      border-bottom: 1px dotted #ccc; }
      .zone-sidebar__content ul li a {
        color: black;
        flex: 1;
        text-align: left;
        line-height: 1.2; }
        .zone-sidebar__content ul li a:hover {
          color: #333; }
    .zone-sidebar__content button {
      width: 100%; }
  .zone-sidebar__overlay {
    opacity: 0;
    transition: 0.1s; }
  .zone-sidebar__toggle {
    display: none; }
  @media (max-width: 959px) {
  .zone-sidebar {
    z-index: 10000;
    position: fixed;
    left: -260px;
    top: 0;
    height: 100vh;
    padding-left: 0;
    overflow-y: scroll;
    width: 260px;
    transition: 0.3s; }
    .zone-sidebar__content {
      padding: 20px; }

    .zone-sidebar__toggle {
      display: inline-block;
      position: fixed;
      left: 0;
      top: 75%;
      width: 40px;
      height: 40px;
      padding: 0;
      transition: 0.3s;
      opacity: 0.8; } }
  .zone-sidebar.uk-open {
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .zone-sidebar.uk-open .zone-sidebar__overlay {
      display: block;
      width: 200%;
      height: 100%;
      background: rgba(50, 50, 50, 0.4);
      position: fixed;
      z-index: -1;
      opacity: 1; }
    .zone-sidebar.uk-open .zone-sidebar__content {
      box-sizing: border-box; }
    .zone-sidebar.uk-open .zone-sidebar__toggle {
      left: 260px; }

.zone-breadcrumbs {
  margin: 10px 0; }
  @media (max-width: 640px) {
  .zone-breadcrumbs {
    display: none; } }

.zone-h1 {
  color: #373737;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 50px; }

.zone-page {
  font-size: 14px; }
  .zone-page h4 strong {
    font-weight: 500; }

.zone-footer {
  background-color: #555; }
  .zone-footer .underfooter {
    background-color: #333;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white; }
    .zone-footer .underfooter a:hover {
      color: white; }
    .zone-footer .underfooter .uk-nav {
      display: flex;
      flex-wrap: wrap; }
    .zone-footer .underfooter .uk-nav li {
      margin: 0 10px 10px 0; }
    @media (max-width: 640px) {
    .zone-footer .underfooter .uk-nav {
      flex-direction: column; } }
    .zone-offcanvas {
      padding-top: 60px; }

.el-content h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fdc932; }

.el-expander:not(.el-expander-wrapper) {
  margin-left: -40px;
  margin-right: -40px; }
  @media (max-width: 960px) {
    .el-expander:not(.el-expander-wrapper) {
      margin-left: -30px;
      margin-right: -30px; } }
  @media (max-width: 640px) {
    .el-expander:not(.el-expander-wrapper) {
      margin-left: -15px;
      margin-right: -15px; } }
  .el-expander.el-expander-wrapper {
    margin-left: calc(50% - 1920px / 2);
    margin-right: calc(50% - 1920px / 2); }
  @media (max-width: 1920px) {
    .el-expander.el-expander-wrapper {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw); } }
  .el-expander.el-expander-wrapper > .uk-container {
    padding: 0px 40px; }
  @media (max-width: 960px) {
      .el-expander.el-expander-wrapper > .uk-container {
        padding: 0 30px; } }
  @media (max-width: 640px) {
      .el-expander.el-expander-wrapper > .uk-container {
        padding: 0 20px; } }

.el-anchor {
  top: -60px;
  position: relative; }

.el-price {
  color: red;
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0; }

.snippet-agreement .link {
  cursor: pointer; }
  .snippet-agreement .link:hover {
    text-decoration: underline; }

.snippet-workflow {
  padding: 50px 0;
  margin: 20px 0;
  text-align: center; }
  .snippet-workflow h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .snippet-workflow h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 64px;
    margin-top: 16px;
    background-color: #333; }
  .snippet-workflow .subtitle {
    font-size: 16px;
    margin: 0 20px 80px;
    color: #888; }
  .snippet-workflow h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px; }
  .snippet-workflow .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .snippet-workflow .step {
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box; }
  @media (max-width: 960px) {
  .snippet-workflow .wrapper {
    justify-content: center; }
  .snippet-workflow .subtitle {
    margin-bottom: 48px; }
  .snippet-workflow .step {
    width: 32%;
    padding: 10px; } }
  @media (max-width: 640px) {
  .snippet-workflow .step {
    width: 50%;
    align-items: center; } }
  @media (max-width: 420px) {
  .snippet-workflow .step {
    width: 100%;
    flex-direction: row; }
  .snippet-workflow .image {
    max-width: 120px;
    min-width: 120px;
    margin-right: 32px; }
  .snippet-workflow h4 {
    text-align: left;
    font-size: 5vw; } }

.snippet-reasons {
  border-bottom: 3px solid #ccc; }
  .snippet-reasons .uk-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url(../themes/rofl/assets/images/snippets/reasons/guy.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain; }
  .snippet-reasons h2 {
    color: #fdc932;
    text-align: center;
    font-size: 20px;
    padding-top: 20px; }
  .snippet-reasons .reasons-wrapper {
    display: flex;
    width: 350px; }
  .snippet-reasons .reasons-wrapper ul li {
    padding-left: 48px;
    background: url("../themes/rofl/assets/images/snippets/reasons/check.png") 4px 0 no-repeat;
    min-height: 50px;
    text-shadow: 1px 1px 1px white;
    font-size: 17px;
    display: flex;
    align-items: center;
    background-position: left;
    margin: 6px 0px;
    line-height: 1.1; }
  @media (max-width: 960px) {
  .snippet-reasons {
    background-position: left;
    background-size: cover; } }
  @media (max-width: 640px) {
  .snippet-reasons {
    background-image: url(../themes/rofl/assets/images/snippets/reasons/guy.png);
    background-position: bottom;
    background-repeat: no-repeat;
    font-size: 16px;
    height: calc(450px + 50vw);
    background-size: 80%;
    background-position: bottom; }
    .snippet-reasons .uk-container {
      justify-content: center;
      background-image: none; }

    .snippet-reasons .reasons-wrapper {
      width: 90%;
      flex-direction: column; }
      .snippet-reasons .reasons-wrapper.reversed {
        flex-direction: column; }
      .snippet-reasons .reasons-wrapper ul {
        padding-left: 10px; }
      .snippet-reasons .reasons-wrapper ul li {
        font-size: 14px;
        padding-right: 10px;
        margin: 3px 0px; }

    .snippet-reasons h2 {
      font-size: 18px; } }
  @media (max-width: 420px) {
  .snippet-reasons ul li {
    font-size: 16px;
    padding-right: 10px; } }

.snippet-call-to-order .wrapper {
  display: flex; }
  .snippet-call-to-order .text, .snippet-call-to-order .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    width: 50%; }
  .snippet-call-to-order .text {
    color: white; }
  .snippet-call-to-order .text .email, .snippet-call-to-order .text .phone, .snippet-call-to-order .text .address {
    width: 100%;
    padding: 20px 0; }
  .snippet-call-to-order .text h4 {
    font-size: 22px;
    color: white;
    margin-bottom: 16px; }
  .snippet-call-to-order .text .email, .snippet-call-to-order .text .phone {
    border-bottom: 1px solid #888; }
  .snippet-call-to-order .text a {
    transition: 0.3s; }
  .snippet-call-to-order .text a:hover {
    text-decoration: none;
    color: white; }
  .snippet-call-to-order .form {
    background-color: #fff; }
  .snippet-call-to-order .form form {
    width: 100%; }
  .snippet-call-to-order .form h2 {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .snippet-call-to-order .form h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 64px;
    margin-top: 16px;
    background-color: #333; }
  .snippet-call-to-order .form .subtitle {
    margin-bottom: 32px;
    text-align: center; }
  .snippet-call-to-order .form .inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px; }
  .snippet-call-to-order .form .inputs input {
    width: 48%;
    margin-bottom: 16px; }
  @media (max-width: 1200px) {
  .snippet-call-to-order .text, .snippet-call-to-order .form {
    padding: 32px; } }
  @media (max-width: 960px) {
  .snippet-call-to-order .form .inputs {
    flex-direction: column; }
    .snippet-call-to-order .form .inputs input {
      width: 100%; } }
  @media (max-width: 640px) {
  .snippet-call-to-order .wrapper {
    flex-direction: column; }
  .snippet-call-to-order .text, .snippet-call-to-order .form {
    width: 100%; } }

.snippet-infoblock {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  height: 640px;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  .snippet-infoblock .pane {
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 20px;
    color: #fdc932;
    background-color: rgba(2, 2, 2, 0.6);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .snippet-infoblock .pane h2 {
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 0 black; }
  .snippet-infoblock .pane h4 {
    color: white; }
  .snippet-infoblock .pane button {
    border-radius: 6px;
    font-weight: bold; }
  @media (max-width: 1200px) {
  .snippet-infoblock .pane {
    width: 50%; } }
  @media (max-width: 960px) {
  .snippet-infoblock {
    height: 480px; }
    .snippet-infoblock .pane {
      width: 60%; } }
  @media (max-width: 640px) {
  .snippet-infoblock .pane {
    height: 100%;
    width: 100%; } }

.snippet-product-cities {
  margin-bottom: 30px; }
  .snippet-product-cities h3 {
    font-size: 20px;
    color: #fdc932; }
  .snippet-product-cities .cities > * {
    display: none; }
  .snippet-product-cities .cities :nth-child(-n+30) {
    display: block; }
  .snippet-product-cities button:before {
    content: "развернуть весь список"; }
  .snippet-product-cities.uk-active .cities > * {
    display: block; }
  .snippet-product-cities.uk-active button:before {
    content: "свернуть список"; }

.snippet-virtues {
  text-align: center;
  padding: 20px 0; }
  .snippet-virtues h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase; }
  .snippet-virtues .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center; }
  .snippet-virtues .card {
    width: 32%;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px; }
  .snippet-virtues .uk-icon {
    color: #fdc932; }
  .snippet-virtues h3 {
    font-size: 18px;
    font-weight: bold;
    min-height: 50px;
    margin: 10px 0; }
  .snippet-virtues .text {
    font-size: 20px; }
  @media (max-width: 960px) {
  .snippet-virtues .cards {
    justify-content: space-around; }
  .snippet-virtues .card {
    width: 40%; } }
  @media (max-width: 640px) {
  .snippet-virtues .card {
    width: 100%; } }

.snippet-products {
  display: flex; }
  .snippet-products .product:hover {
    text-decoration: none; }
  .snippet-products.cards {
    flex-wrap: wrap; }
  .snippet-products.cards .product {
    width: calc(100%/3);
    margin-bottom: 36px;
    display: flex;
    flex-direction: column; }
  @media (max-width: 640px) {
      .snippet-products.cards .product {
        width: 48%; } }
  @media (max-width: 380px) {
      .snippet-products.cards .product {
        width: 100%; } }
  .snippet-products.cards .product .preview-image {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    padding: 0px 20px; }
  .snippet-products.cards .product .name {
    display: block;
    color: #373737;
    padding: 10px;
    margin: 0;
    text-align: center;
    flex: 1; }
  .snippet-products.cards .product:after {
    display: none;
    content: '';
    height: 30px;
    width: 100%;
    background: 0 repeat-x url('data:image/svg+xml;utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2018%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpolygon%20id%3D%22Combined-Shape%22%20fill%3D%22%23ebebeb%22%20points%3D%228.98762301%200%200%209.12771969%200%2014.519983%209%205.40479869%2018%2014.519983%2018%209.12771969%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E'); }
  @media (max-width: 960px) {
    .snippet-products.cards .product .preview-image {
      height: 180px; } }
  .snippet-products.list {
    flex-direction: column; }
  .snippet-products.list .product {
    padding: 10px; }
  .snippet-products.list .product .preview-image {
    display: none; }

.snippet-callback-infoblock {
  display: flex;
  margin-bottom: 10px; }
  .snippet-callback-infoblock .infoblock {
    width: 100%;
    min-width: 60%;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .snippet-callback-infoblock h2 {
    color: white;
    background-color: rgba(253, 201, 50, 0.8);
    padding: 10px;
    margin-bottom: 0;
    text-align: left;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold !important; }
  .snippet-callback-infoblock h3 {
    color: white;
    background-color: rgba(8, 5, 5, 0.6);
    padding: 10px;
    margin-top: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold !important; }
  .snippet-callback-infoblock .form {
    padding: 20px;
    background-image: url(../themes/rofl/assets/images/bg-primary.png);
    min-height: 360px; }
  .snippet-callback-infoblock .form .title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    min-height: 40px;
    margin-bottom: 6px; }
  .snippet-callback-infoblock .form .uk-form-label {
    color: white; }
  .snippet-callback-infoblock .form button {
    background-color: #f20; }
  @media (max-width: 960px) {
  .snippet-callback-infoblock .infoblock {
    min-width: 50%; } }
  @media (max-width: 640px) {
  .snippet-callback-infoblock {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px; }
    .snippet-callback-infoblock .infoblock {
      height: 240px; } }

.snippet-korki img {
  width: 100%;
  margin: 20px 0; }

.snippet-content_records article {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .snippet-content_records article:not(:last-child) {
    border-bottom: 1px solid #fffefc; }
  .snippet-content_records article h2 a {
    font-size: 24px;
    font-weight: normal;
    color: #fdc114;
    line-height: 1.1;
    transition: 0.3s; }
  .snippet-content_records article h2 a:hover {
    color: #fdc932;
    text-decoration: none; }
  .snippet-content_records article .image {
    margin-right: 30px;
    min-width: 150px; }
  .snippet-content_records article img {
    align-self: center; }
  .snippet-content_records article .uk-button {
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 10px; }
  .snippet-content_records article .uk-button:hover {
    color: white; }
  .snippet-content_records article .rich_description {
    color: #fdc932; }
  .snippet-content_records article .rich_description a {
    font-size: 14px;
    color: #fdc932;
    text-decoration: underline;
    font-weight: normal; }
    .snippet-content_records article .rich_description a:hover {
      color: #444; }
  @media (max-width: 960px) {
  .snippet-content_records article {
    margin-right: unset; } }
  @media (max-width: 480px) {
  .snippet-content_records article {
    flex-direction: column;
    margin: 0px 10px 30px; }
    .snippet-content_records article .image {
      margin: 0px auto 20px; }

    .snippet-content_records article h2, .snippet-content_records article p {
      font-size: 14px; } }

.snippet-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .snippet-links a {
    width: 100%;
    margin-bottom: 10px; }
  .snippet-links a img {
    width: 100%; }
  @media (max-width: 640px) {
  .snippet-links a {
    width: 90%; } }

.snippet-bait {
  background: url(../themes/rofl/assets/images/bg-primary.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 100px 0px 370px; }
  .snippet-bait .wrapper {
    display: flex;
    flex-wrap: wrap; }
  .snippet-bait .wrapper .text {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 50px;
    line-height: 1.9;
    font-size: 16px; }
  .snippet-bait .wrapper .image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 30px; }
  .snippet-bait .wrapper .image img {
    border: 2px solid black;
    border-radius: 20px;
    background-color: #ffc334; }
  @media (max-width: 960px) {
  .snippet-bait .wrapper .text {
    padding: 0 30px; }
    .snippet-bait .wrapper .image {
      padding: 0 20px; } }
  @media (max-width: 640px) {
  .snippet-bait {
    padding: 60px 0 340px; }
    .snippet-bait .wrapper .text {
      width: 100%;
      padding-bottom: 30px; }
      .snippet-bait .wrapper .image {
        width: 100%; } }

.snippet-triplex-menu {
  margin-top: 32px; }
  .snippet-triplex-menu h2 {
    text-align: center; }
  .snippet-triplex-menu .subtitle {
    text-align: center;
    color: #888;
    margin-bottom: 32px; }
  .snippet-triplex-menu .form {
    padding: 30px 30px 100px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .snippet-triplex-menu .form h2 {
    text-align: center; }
  .snippet-triplex-menu .form .wrapper {
    width: 100%;
    max-width: 670px; }
  .snippet-triplex-menu .menu-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .snippet-triplex-menu .card {
    width: 32%;
    margin-bottom: 32px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 10px 32px; }
  .snippet-triplex-menu .card img {
    display: block;
    padding-bottom: 20px; }
  .snippet-triplex-menu .card .text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between; }
  .snippet-triplex-menu .card h4 {
    text-align: center;
    max-width: 234px; }
  @media (max-width: 640px) {
  .snippet-triplex-menu .card {
    width: 48%; } }
  @media (max-width: 420px) {
  .snippet-triplex-menu .card {
    width: 100%;
    margin-bottom: 16px; } }

.snippet-requirements {
  background-color: white;
  padding: 100px 60px; }
  .snippet-requirements .wrapper {
    display: flex;
    justify-content: space-between; }
  .snippet-requirements .wrapper > :first-child, .snippet-requirements .wrapper > :last-child {
    width: 48%;
    box-sizing: border-box;
    padding: 0px 20px; }
  @media (max-width: 1200px) {
  .snippet-requirements {
    padding: 80px 50px; }
    .snippet-requirements .wrapper {
      flex-direction: column; }
      .snippet-requirements .wrapper > :first-child, .snippet-requirements .wrapper > :last-child {
        width: 100%; } }
  @media (max-width: 420px) {
  .snippet-requirements {
    padding: 60px 20px; } }

.snippet-why-and-how {
  position: relative;
  margin-bottom: 100px; }
  .snippet-why-and-how:before {
    content: '';
    height: 420px;
    background-color: #373737;
    width: 100%;
    display: block;
    top: 0;
    z-index: 0; }
  .snippet-why-and-how .uk-container {
    background-color: white;
    padding: 70px 200px 50px;
    box-sizing: border-box;
    margin-top: -300px; }
  @media (max-width: 1200px) {
  .snippet-why-and-how:before {
    display: none; }
  .snippet-why-and-how .uk-container {
    margin-top: 0; } }
  @media (max-width: 960px) {
  .snippet-why-and-how .uk-container {
    padding: 50px 130px 40px; } }
  @media (max-width: 640px) {
  .snippet-why-and-how {
    margin-bottom: 50px; }
    .snippet-why-and-how .uk-container {
      padding: 50px 60px 40px; } }
  @media (max-width: 420px) {
  .snippet-why-and-how {
    margin-bottom: 30px; }
    .snippet-why-and-how .uk-container {
      padding: 50px 30px 30px; } }

.snippet-advantages {
  margin-bottom: 20px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.92)), url(../themes/rofl/assets/images/snippets/advantages/background.jpg);
  background-attachment: fixed;
  color: white; }
  .snippet-advantages .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0; }
  .snippet-advantages .advantage {
    width: 25%;
    box-sizing: border-box;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .snippet-advantages i {
    font-size: 46px;
    margin-bottom: 20px;
    color: #fdc932; }
  .snippet-advantages .text {
    font-size: 22px;
    text-align: center;
    max-width: 160px; }
  @media (max-width: 960px) {
  .snippet-advantages .advantage {
    width: 50%;
    margin-bottom: 30px; }
  .snippet-advantages .wrapper {
    padding: 64px 0 32px; }
  .snippet-advantages .text {
    font-size: 16px; } }
  @media (max-width: 420px) {
  .snippet-advantages h2 {
    font-size: 24px; }
  .snippet-advantages .wrapper {
    flex-direction: column;
    align-items: center; }
  .snippet-advantages .advantage {
    width: 70%;
    flex-direction: row;
    padding-right: 0; }
  .snippet-advantages .text {
    text-align: left; }
  .snippet-advantages i {
    margin-bottom: 0;
    margin-right: 20px;
    min-width: 60px; } }

.snippet-callme {
  margin-bottom: 20px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../themes/rofl/assets/images/snippets/callme/bg.jpg);
  background-attachment: fixed;
  background-position: center;
  color: white; }
  .snippet-callme .wrapper {
    display: flex;
    align-items: center;
    padding: 80px 0; }
  .snippet-callme .image {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    margin-right: 128px; }
  .snippet-callme .text {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center; }
  .snippet-callme .text a {
    color: #fdbe0a;
    white-space: nowrap;
    transition: 0.3s; }
  .snippet-callme .text a:hover {
    text-decoration: none;
    color: white; }
  .snippet-callme .text .title {
    font-size: 30px;
    margin-bottom: 16px; }
  .snippet-callme .text .subtitle {
    font-size: 18px;
    font-style: italic; }
  .snippet-callme .text .button {
    padding: 8px 32px;
    border-radius: 4px;
    border: 1px solid #fdc932;
    font-size: 18px;
    transition: 0.3s; }
  .snippet-callme .text .button:hover {
    background-color: #fdbe0a; }
  @media (max-width: 960px) {
  .snippet-callme .image {
    margin-right: 24px; }
  .snippet-callme .text .left {
    margin-right: 20px; }
    .snippet-callme .text .title {
      font-size: 24px; } }
  @media (max-width: 640px) {
  .snippet-callme .wrapper {
    flex-direction: column;
    padding: 48px 0; }
  .snippet-callme .image {
    margin-right: 0;
    margin-bottom: 16px; }
  .snippet-callme .text {
    flex-direction: column;
    text-align: center; }
    .snippet-callme .text .left {
      margin-right: 0;
      margin-bottom: 20px; } }

.snippet-cities {
  margin-bottom: 30px; }
  .snippet-cities h3 {
    font-size: 20px; }
  .snippet-cities .cities {
    column-width: 260px; }
  .snippet-cities .cities > * {
    display: none; }
  .snippet-cities .cities :nth-child(-n+30) {
    display: block; }
  .snippet-cities button:before {
    content: "развернуть весь список"; }
  .snippet-cities.expanded .cities > * {
    display: block; }
  .snippet-cities.expanded button:before {
    content: "свернуть список"; }

.modal-agreement .uk-modal-dialog {
  width: 800px; }
  @media (max-width: 420px) {
    .modal-agreement .uk-modal-footer {
      padding: 15px 0px;
      display: flex;
      justify-content: space-around; } }

.modal-backcall .uk-modal-header {
  background-color: #fdc932; }

#BackcallForm_forms_flash {
  display: none; }

.BackcallForm_forms_flash {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 99999;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px; }

.t-ww {
  word-wrap: break-word;
  word-break: break-word; }

.border-none {
  border: 0; }

.pos-r {
  position: relative !important; }

.pos-a {
  position: absolute !important; }

.pos-f {
  position: fixed !important; }

.w-sm {
  width: 25% !important; }

.w-md {
  width: 50% !important; }

.w-lg {
  width: 75% !important; }

.w-full {
  width: 100% !important; }

.w-50 {
  width: 50px !important; }

.w-100 {
  width: 100px !important; }

.w-120 {
  width: 120px !important; }

.w-130 {
  width: 130px !important; }

.w-140 {
  width: 140px !important; }

.w-150 {
  width: 150px !important; }

.w-200 {
  width: 200px !important; }

.w-300 {
  width: 300px !important; }

.w-350 {
  width: 350px !important; }

.m-a-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-a {
  margin: 20px !important; }

.m-t {
  margin-top: 20px !important; }

.m-r {
  margin-right: 20px !important; }

.m-b {
  margin-bottom: 20px !important; }

.m-l {
  margin-left: 20px !important; }

.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-xs {
  margin: 5px !important; }

.m-t-xs {
  margin-top: 5px !important; }

.m-r-xs {
  margin-right: 5px !important; }

.m-b-xs {
  margin-bottom: 5px !important; }

.m-l-xs {
  margin-left: 5px !important; }

.m-x-xs {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.m-y-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-a-sm {
  margin: 10px !important; }

.m-t-sm {
  margin-top: 10px !important; }

.m-r-sm {
  margin-right: 10px !important; }

.m-b-sm {
  margin-bottom: 10px !important; }

.m-l-sm {
  margin-left: 10px !important; }

.m-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.m-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-a-md {
  margin: 30px !important; }

.m-t-md {
  margin-top: 30px !important; }

.m-r-md {
  margin-right: 30px !important; }

.m-b-md {
  margin-bottom: 30px !important; }

.m-l-md {
  margin-left: 30px !important; }

.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-a-lg {
  margin: 60px !important; }

.m-t-lg {
  margin-top: 60px !important; }

.m-r-lg {
  margin-right: 60px !important; }

.m-b-lg {
  margin-bottom: 60px !important; }

.m-l-lg {
  margin-left: 60px !important; }

.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.p-a-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-a {
  padding: 20px !important; }

.p-t {
  padding-top: 20px !important; }

.p-r {
  padding-right: 20px !important; }

.p-b {
  padding-bottom: 20px !important; }

.p-l {
  padding-left: 20px !important; }

.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-a-xs {
  padding: 5px !important; }

.p-t-xs {
  padding-top: 5px !important; }

.p-r-xs {
  padding-right: 5px !important; }

.p-b-xs {
  padding-bottom: 5px !important; }

.p-l-xs {
  padding-left: 5px !important; }

.p-x-xs {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.p-y-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-a-sm {
  padding: 10px !important; }

.p-t-sm {
  padding-top: 10px !important; }

.p-r-sm {
  padding-right: 10px !important; }

.p-b-sm {
  padding-bottom: 10px !important; }

.p-l-sm {
  padding-left: 10px !important; }

.p-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.p-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-a-md {
  padding: 30px !important; }

.p-t-md {
  padding-top: 30px !important; }

.p-r-md {
  padding-right: 30px !important; }

.p-b-md {
  padding-bottom: 30px !important; }

.p-l-md {
  padding-left: 30px !important; }

.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-a-lg {
  padding: 60px !important; }

.p-t-lg {
  padding-top: 60px !important; }

.p-r-lg {
  padding-right: 60px !important; }

.p-b-lg {
  padding-bottom: 60px !important; }

.p-l-lg {
  padding-left: 60px !important; }

.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

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

h4 {
  font-size: 21px;
  margin-top: 0; }
  @media (max-width: 960px) {
  h4 {
    font-size: 18px; } }
  @media (max-width: 640px) {
  h4 {
    font-size: 17px; } }

h3 {
  font-size: 30px; }
  @media (max-width: 960px) {
  h3 {
    font-size: 26px; } }
  @media (max-width: 640px) {
  h3 {
    font-size: 22px; } }

h2 {
  font-size: 44px; }
  @media (max-width: 960px) {
  h2 {
    font-size: 36px; } }
  @media (max-width: 640px) {
  h2 {
    font-size: 30px; } }

body.layout-default {
  overflow-x: hidden;
  font-weight: 300;
  color: #333;
  background-color: #f7f8fa; }
  body.layout-default .layout-default__wrapper {
    max-width: 1920px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin: auto; }
  body.layout-default .uk-container:before, body.layout-default .uk-container:after {
    display: none; }
  body.layout-default .uk-button-primary {
    color: black; }
  body.layout-default .BackcallForm_forms_flash .uk-alert-success {
    background: #bfde8c;
    color: #003f03;
    border: 1px solid #06981c;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(81, 128, 14, 0.7); }
  body.layout-default ::selection {
    background: #fdc932;
    /* WebKit/Blink Browsers */ }
  body.layout-default ::-moz-selection {
    background: #fdc932;
    /* Gecko Browsers */ }

body.page-home {
  background-color: #f2f2f2 !important; }
  body.page-home .zone-main {
    padding-top: 0; }

body.page-category .form {
  display: flex; }
  body.page-category .form .wrapper {
    min-width: 300px; }
  body.page-category .form h3 {
    padding-right: 30px; }
  @media (max-width: 640px) {
    body.page-category .form {
      display: flex;
      flex-direction: column; }
      body.page-category .form h3 {
        padding-left: 0; } }

@media (max-width: 640px) {
    body.page-product .zone-main {
      padding-top: 0; } }
