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

.zone-header > * {
  background-color: #fff; }
  .zone-header > *.uk-sticky {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); }
  .zone-header .top4ik {
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    height: 80px;
    padding-bottom: 10px;
    align-items: center; }
  .zone-header .top4ik .logo {
    display: flex;
    align-items: center; }
    .zone-header .top4ik .logo .image {
      margin-right: 16px;
      height: 44px; }
      .zone-header .top4ik .logo .image img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .zone-header .top4ik .logo:hover {
      text-decoration: none; }
  .zone-header .top4ik .contacts {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: auto; }
  .zone-header .top4ik .snippet-socials {
    display: flex;
    gap: 0.4rem; }
  .zone-header .top4ik .phones a {
    font-weight: 600;
    color: black;
    white-space: nowrap;
    transition: 0.3s; }
    .zone-header .top4ik .phones a:hover {
      text-decoration: none;
      color: #00a00c; }
    .zone-header .top4ik .phones a:first-child {
      margin-right: 32px; }
  .zone-header .top4ik .address {
    min-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 32px;
    font-size: 14px;
    background: left center url(../themes/rofl/assets/images/pin.png) no-repeat;
    max-width: 256px; }
  .zone-header .top4ik button.uk-button {
    padding: 6px 10px;
    line-height: 1.2; }
  .zone-header .uk-navbar-toggle {
    min-height: 60px; }
  @media (min-width: 961px) {
    .zone-header nav .uk-navbar-left {
      width: 100%; }
      .zone-header nav .uk-navbar-left .uk-visible\@m {
        width: 100%; } }
  .zone-header nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .zone-header nav ul li {
      font-weight: 600; }
    .zone-header nav ul li:first-child a {
      margin-left: 0; }
    .zone-header nav ul li:last-child a {
      margin-right: 0; }
    .zone-header nav ul li.uk-active > a {
      color: #00a00c; }
    .zone-header nav ul li a {
      color: black;
      transition: 0.3s;
      min-height: 60px; }
      .zone-header nav ul li a:hover {
        color: #00b40e; }
    .zone-header nav ul li ul > li a {
      white-space: unset;
      text-align: left;
      line-height: 1.1; }
  .zone-header nav a {
    font-size: 12px;
    transition: 0.3s;
    padding: 0;
    margin: 0 15px;
    text-align: center;
    white-space: nowrap; }
  .zone-header .uk-navbar-dropdown-nav {
    flex-direction: column;
    align-items: flex-start; }
  .zone-header .uk-navbar-dropdown-nav a {
    margin: 0 !important;
    min-height: 24px !important;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .zone-header .uk-navbar-dropdown {
    padding: 16px; }
  .zone-header [class*='uk-navbar-dropdown-bottom'] {
    margin-top: 0; }
  .zone-header .uk-sticky-below .top4ik {
    height: 40px;
    padding-bottom: 0; }
  .zone-header .uk-sticky-below .uk-navbar-toggle, .zone-header .uk-sticky-below nav ul li a {
    min-height: 40px; }
  @media (max-width: 1200px) {
  .zone-header .top4ik .phones {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .zone-header .top4ik .phones a:first-child {
      margin: 0;
      line-height: 1.1; }
  .zone-header nav a {
    font-sыize: 1.1vw;
    margin: 0 1vw; } }
  @media (max-width: 960px) {
  .zone-header .top4ik .snippet-socials {
    flex: 1; }
    .zone-header .top4ik .address {
      display: none; }
  .zone-header .uk-button-primary {
    padding: 4px 8px !important; } }
  @media (max-width: 860px) {
  .zone-header .top4ik .uk-button {
    display: none; }
  .zone-header .uk-button-primary {
    padding: 4px 8px !important; } }
  @media (max-width: 640px) {
  .zone-header .top4ik {
    padding: 0;
    height: 60px; }
  .zone-header .uk-navbar-toggle, .zone-header nav ul li a {
    min-height: 40px; } }
  @media (max-width: 460px) {
  .zone-header .top4ik .contacts {
    flex-direction: column;
    gap: 5px; } }

.zone-main {
  padding: 20px 0;
  min-height: 70vh; }

.zone-sidebar {
  padding: 0; }
  .zone-sidebar .zone-sidebar__content {
    padding: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    color: black; }
  .zone-sidebar .zone-sidebar__overlay {
    opacity: 0;
    transition: 0.1s; }
  .zone-sidebar .zone-sidebar__toggle {
    display: none;
    position: fixed;
    left: 0;
    top: 75%;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: 0.3s;
    opacity: 0.8; }
  @media (max-width: 1000px) {
  .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 .zone-sidebar__content {
      padding: 20px;
      box-sizing: border-box; }

    .zone-sidebar .zone-sidebar__toggle {
      display: inline-block; } }
  .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-sidebar .uk-nav li {
  border-bottom: 1px solid #4c4c4c;
  height: 36px;
  display: flex;
  align-items: center; }
  .zone-sidebar .uk-nav li:last-child {
    border-bottom: none; }
  .zone-sidebar .uk-nav li.uk-active a {
    font-weight: bold;
    color: #00a00c; }
  .zone-sidebar .uk-nav a {
    color: #494949;
    display: inline-flex;
    justify-content: space-between;
    width: 100%; }
  .zone-sidebar .uk-nav a .icon {
    color: #00a00c; }

.zone-breadcrumbs {
  margin-bottom: 40px; }
  @media (max-width: 640px) {
  .zone-breadcrumbs {
    display: none; } }
  .zone-breadcrumbs li:first-child a {
    color: black;
    transition: 0.3s; }
  .zone-breadcrumbs li:first-child a:hover {
    color: #00a00c; }
  .zone-breadcrumbs .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: black;
    font-size: 10px;
    font-weight: 700; }
  .zone-breadcrumbs .uk-breadcrumb > :last-child > * {
    color: #00a00c; }

.zone-h1 {
  margin-top: 0; }

.zone-footer {
  background-color: rgba(252, 82, 83, 0.06); }
  .zone-footer a {
    color: black; }
  .zone-footer a:hover {
    text-decoration: none;
    color: #00a00c; }
  .zone-footer .uk-container {
    padding: 40px !important;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .zone-footer .uk-container .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .zone-footer .uk-container .logo .image {
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .zone-footer .uk-container .logo .image img {
    max-height: 100%; }
  .zone-footer .uk-container .logo:hover {
    text-decoration: none; }
  .zone-footer .uk-container .uk-nav ul {
    display: none; }
  .zone-footer .uk-container .wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .zone-footer .uk-container .phones {
    display: flex;
    flex-direction: column; }
  .zone-footer .uk-container .phones a {
    font-weight: 600;
    color: black;
    white-space: nowrap;
    transition: 0.3s;
    margin-bottom: 4px; }
  .zone-footer .uk-container .phones a:hover {
    text-decoration: none;
    color: #00a00c; }
  .zone-footer .uk-container .address {
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    background: left top url(../themes/rofl/assets/images/pin.png) no-repeat;
    max-width: 256px;
    min-height: 27px; }
  .zone-footer .uk-container .socials {
    align-self: flex-start; }
  .zone-footer .uk-container .socials a {
    margin-right: 16px; }
  .zone-footer .uk-container .socials a:hover {
    text-decoration: none; }
  .zone-footer ul li a {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s;
    padding: 3px 0; }
  .zone-footer ul li a:hover {
    color: #00a00c; }
  .zone-footer .copyrights {
    background-color: #232323;
    color: white;
    text-align: center;
    padding: 16px; }
  .zone-footer .copyrights a {
    color: #eee; }
  .zone-footer .copyrights a:hover {
    text-decoration: none;
    color: #00a00c; }
  @media (max-width: 1200px) {
  .zone-footer .uk-container {
    justify-content: space-around; }
    .zone-footer .uk-container > * {
      width: 400px; }
      .zone-footer .uk-container > *:not(:nth-last-child(2)):not(:nth-last-child(1)) {
        margin-bottom: 32px; }
      .zone-footer .uk-container > *:last-child {
        align-items: flex-start; }

    .zone-footer .uk-container .logo .image {
      height: 88px;
      max-width: 400px;
      margin: 0px 24px; }

    .zone-footer .uk-container .address {
      align-items: flex-start; }

    .zone-footer .uk-container .socials a:first-child {
      margin-left: 0px; } }
  @media (max-width: 960px) {
  .zone-footer .uk-container {
    padding: 40px 20px !important; }
    .zone-footer .uk-container > * {
      width: 46%; } }
  @media (max-width: 640px) {
  .zone-footer .uk-container {
    padding: 40px 10px !important; }
    .zone-footer .uk-container > * {
      width: 100%; }
      .zone-footer .uk-container > *:last-child {
        margin-top: 32px; }
  .zone-footer ul {
    text-align: center; } }

.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-h2 span {
  color: #00a00c;
  white-space: nowrap; }

.el-squared {
  list-style: none;
  padding: 0; }
  .el-squared > .column > li, .el-squared > li {
    padding-left: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.2; }
  .el-squared > .column > li:before, .el-squared > li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 8px;
    top: 4px;
    border: 4px solid #00a00c;
    box-sizing: border-box; }
  @media (max-width: 640px) {
    .el-squared > .column > li, .el-squared > li {
      padding-left: 30px; } }
  @media (max-width: 960px) {
  .el-squared li {
    text-align: left; } }

.el-splited {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .el-splited .column {
    width: 47%; }
  .el-splited .column > img {
    margin-left: 24px; }
  @media (max-width: 960px) {
  .el-splited .column {
    width: 48.5%; }
    .el-splited .column img {
      margin-left: 0; } }
  @media (max-width: 728px) {
  .el-splited .column {
    width: 100%; }
  .el-splited.reversed-on-mobile .column:nth-child(1) {
    order: 2; }
    .el-splited.reversed-on-mobile .column:nth-child(2) {
      order: 1;
      margin-bottom: 32px;
      display: flex;
      justify-content: center; } }

.el-bg-secondary {
  background-color: #f2ecec;
  padding: 64px 0px; }
  @media (max-width: 640px) {
  .el-bg-secondary {
    padding: 48px 0; } }

.el-columned {
  max-width: 47%; }
  @media (max-width: 960px) {
  .el-columned {
    max-width: unset; } }
  @media (max-width: 640px) {
  .el-columned {
    text-align: center; } }

.el-dashed {
  list-style: none;
  padding-left: 20px; }
  .el-dashed li {
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.2;
    position: relative;
    text-align: justify; }
  .el-dashed li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: -16px;
    font-weight: 600; }

.el-pricelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .el-pricelist .cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    font-family: 'Montserrat', sans-serif; }
  .el-pricelist .card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 128px;
    max-width: 144px;
    padding: 16px;
    margin-right: 32px;
    margin-bottom: 32px;
    background-color: rgba(252, 82, 83, 0.06); }
  .el-pricelist .sub {
    font-size: 11px;
    margin-bottom: 10px; }
  .el-pricelist .price {
    padding-top: 8px;
    color: #fc5253;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    border-top: 1px solid black; }
  .el-pricelist ol {
    font-size: 14px;
    margin: 0;
    margin-bottom: 32px; }
  @media (max-width: 640px) {
  .el-pricelist .cards {
    justify-content: space-around;
    width: 100%;
    margin-bottom: 0; }
  .el-pricelist .card {
    width: 40%;
    box-sizing: border-box;
    margin-right: 0;
    max-width: unset; } }
  @media (max-width: 420px) {
  .el-pricelist .card {
    width: 80%; } }

.el-iconed {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  min-height: 74px; }
  .el-iconed .icon {
    width: 60px;
    margin-right: 20px;
    color: #00a00c;
    font-size: 40px;
    font-weight: bold;
    line-height: 1; }
  .el-iconed .icon.green {
    filter: invert(0.4) sepia(1) hue-rotate(76deg) saturate(4.2); }
  .el-iconed .text {
    flex: 1; }
  .el-iconed .text.bottom {
    align-self: flex-end; }
  .el-iconed .content {
    width: 100%;
    margin-top: 15px; }

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

.snippet-underheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  background-size: 1920px auto;
  background-position: center;
  position: relative;
  margin-bottom: 64px; }
  .snippet-underheader:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(49, 55, 62, 0.66); }
  .snippet-underheader .h1 {
    text-align: center;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    margin: 0 16px; }
  @media (max-width: 640px) {
  .snippet-underheader {
    height: 100px;
    background-size: 1500px auto; }
    .snippet-underheader .h1 {
      font-size: 24px; } }
  @media (max-width: 420px) {
  .snippet-underheader {
    margin-bottom: 32px;
    height: 90px;
    background-size: 1200px auto; }
    .snippet-underheader .h1 {
      font-size: 20px; } }

.snippet-posts .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .snippet-posts .cards:after {
    content: '';
    width: 31%; }
  .snippet-posts .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 31%;
    margin-bottom: 80px; }
  .snippet-posts .card .image {
    min-height: 240px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .snippet-posts .card .image:hover {
    text-decoration: none;
    color: #777; }
  .snippet-posts .card .image .nadpis {
    color: black;
    font-weight: bold;
    box-sizing: border-box;
    padding: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    align-items: center;
    justify-content: center; }
  .snippet-posts .card .image .date {
    background-color: #00a00c;
    color: white;
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-weight: 600;
    padding: 2px 16px; }
  .snippet-posts .wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between; }
  .snippet-posts h4 {
    margin-top: 16px;
    font-weight: 600;
    min-height: 42px; }
  .snippet-posts h4 a {
    color: #222;
    transition: 0.3s; }
  .snippet-posts h4 a:hover {
    text-decoration: none;
    color: #00a00c; }
  .snippet-posts .read-more {
    color: black;
    text-decoration: underline;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 8px;
    display: block; }
  .snippet-posts .read-more:hover {
    color: #00a00c; }
  @media (max-width: 960px) {
  .snippet-posts .card {
    width: 48%; } }
  @media (max-width: 640px) {
  .snippet-posts .card {
    width: 100%;
    margin-bottom: 42px; } }

.snippet-infoblock {
  background-image: url(../themes/rofl/assets/images/snippets/infoblock/background.jpg);
  background-size: 1920px auto;
  background-position: center;
  color: white;
  padding-top: 1px;
  margin-bottom: 96px;
  font-family: 'Montserrat', sans-serif; }
  .snippet-infoblock .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    margin-top: 160px;
    margin-bottom: 128px; }
  .snippet-infoblock .top .pretitle {
    font-size: 26px;
    font-weight: 400;
    margin: 0 16px 16px;
    text-align: center; }
  .snippet-infoblock .top .pretitle span {
    white-space: nowrap; }
  .snippet-infoblock .top .title {
    font-size: 60px;
    text-align: center;
    line-height: 1.1;
    font-weight: 700;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 48px;
    display: flex;
    flex-direction: column; }
  .snippet-infoblock .top .description {
    margin-bottom: 64px;
    font-size: 22px; }
  .snippet-infoblock .top .uk-button {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 700; }
  .snippet-infoblock .bottom {
    background: rgba(47, 60, 84, 0.77);
    padding: 24px 16px 16px; }
  .snippet-infoblock .bottom .wrapper {
    column-count: 3;
    font-weight: 700; }
  .snippet-infoblock .bottom .wrapper div {
    padding: 8px 0px 8px 64px;
    font-size: 18px;
    box-sizing: border-box;
    position: relative; }
  .snippet-infoblock .bottom .wrapper div a {
    color: white;
    line-height: 1.2;
    display: inline-block; }
  .snippet-infoblock .bottom .wrapper div:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border: 4px solid white;
    left: 24px;
    top: 10px; }
  @media (max-width: 960px) {
  .snippet-infoblock .top {
    margin-top: 100px;
    margin-bottom: 80px; }
    .snippet-infoblock .top .pretitle {
      font-size: 24px; }

    .snippet-infoblock .top .title {
      width: unset;
      font-size: calc(24px + 2.5vw);
      margin-bottom: 32px; }
  .snippet-infoblock .bottom .wrapper {
    column-count: 2; } }
  @media (max-width: 640px) {
  .snippet-infoblock {
    margin-bottom: 64px; }
    .snippet-infoblock .top .pretitle {
      font-size: 22px; }

    .snippet-infoblock .bottom .wrapper {
      column-count: 1; } }
  @media (max-width: 420px) {
  .snippet-infoblock {
    margin-bottom: 48px; }
    .snippet-infoblock .top .pretitle {
      font-size: 20px; }
      .snippet-infoblock .top .title {
        display: block;
        margin: 0 4% 32px; } }

.snippet-advantages {
  margin-bottom: 96px;
  font-family: 'Montserrat', sans-serif; }
  .snippet-advantages .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .snippet-advantages .card {
    width: 23%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    text-align: center; }
  .snippet-advantages .image {
    margin: 0 32px;
    padding: 16px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: center;
    width: -webkit-fill-available;
    width: -moz-available;
    align-items: center;
    box-sizing: border-box;
    min-height: 100px; }
  .snippet-advantages h4 {
    text-transform: uppercase;
    margin: 16px 0 8px; }
  .snippet-advantages .text {
    font-size: 24px;
    color: #fc5253;
    margin: 16px 0;
    font-weight: 700; }
  @media (max-width: 960px) {
  .snippet-advantages .card {
    width: 48%; }
    .snippet-advantages .card:not(:nth-last-child(2)):not(:nth-last-child(1)) {
      margin-bottom: 32px; } }
  @media (max-width: 640px) {
  .snippet-advantages {
    margin-bottom: 64px; }
    .snippet-advantages .text {
      font-size: 20px; } }
  @media (max-width: 420px) {
  .snippet-advantages {
    margin-bottom: 48px; }
    .snippet-advantages .card {
      width: 100%; }
      .snippet-advantages .card:not(:last-child) {
        margin-bottom: 16px !important; } }

.snippet-eval-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 96px; }
  .snippet-eval-services .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
    width: 100%; }
  .snippet-eval-services .card {
    width: 48.5%;
    box-sizing: border-box;
    padding: 16px 32px 24px;
    border: 1px solid #aaa;
    margin-bottom: 32px;
    color: black;
    transition: 0.3s; }
  .snippet-eval-services .card:hover {
    text-decoration: none;
    color: #00a00c;
    border-color: #00a00c; }
  .snippet-eval-services .card:hover img {
    filter: invert(0.5) sepia(1) hue-rotate(80deg) saturate(3.5); }
  .snippet-eval-services .title {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    margin-bottom: 16px; }
  .snippet-eval-services .title img {
    margin-right: 16px;
    transition: 0.3s; }
  .snippet-eval-services .title div {
    line-height: 1;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif; }
  .snippet-eval-services .text {
    line-height: 1.2; }
  @media (max-width: 960px) {
  .snippet-eval-services .title {
    align-items: center; } }
  @media (max-width: 640px) {
  .snippet-eval-services {
    margin-bottom: 64px; }
    .snippet-eval-services .card {
      width: 100%; } }

.snippet-popular-services {
  margin-bottom: 64px; }
  .snippet-popular-services .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .snippet-popular-services .card {
    width: 31%;
    border: 1px solid #aaa;
    display: flex;
    flex-direction: column; }
  .snippet-popular-services .card .image {
    display: block;
    height: 220px;
    background-position: center;
    background-size: cover; }
  .snippet-popular-services .card .text {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    font-family: 'Montserrat', sans-serif; }
  .snippet-popular-services .card .uk-button-primary {
    margin-right: 32px;
    padding: 0 15px;
    line-height: 28px; }
  .snippet-popular-services .card h4 {
    margin: 0;
    font-family: 'Roboto', sans-serif; }
  .snippet-popular-services .card .price {
    color: red;
    font-weight: 600;
    font-size: 18px; }
  .snippet-popular-services .card .buttons {
    margin-top: 32px; }
  @media (max-width: 1200px) {
  .snippet-popular-services .card .uk-button-primary {
    margin: 0; }
    .snippet-popular-services .card .buttons {
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 960px) {
  .snippet-popular-services .card {
    width: 48%; }
    .snippet-popular-services .card:not(:last-child) {
      margin-bottom: 32px; } }
  @media (max-width: 640px) {
  .snippet-popular-services {
    margin-bottom: 48px; }
    .snippet-popular-services .card {
      width: 100%; } }

.snippet-action {
  margin-bottom: 64px;
  padding: 64px 20px;
  height: 413px;
  box-sizing: border-box;
  background-image: url(../themes/rofl/assets/images/snippets/action/background.jpg);
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .snippet-action .title {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px; }
  .snippet-action .subtitle {
    max-width: 768px;
    line-height: 1.2;
    font-size: 30px; }
  .snippet-action .price {
    color: #fc5253;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 32px;
    font-family: 'Montserrat', sans-serif; }
  .snippet-action .uk-button {
    padding: 6px 48px; }
  @media (max-width: 960px) {
  .snippet-action .title {
    font-size: 40px; }
  .snippet-action .subtitle {
    font-size: 26px; }
  .snippet-action .price {
    font-size: 42px; } }
  @media (max-width: 640px) {
  .snippet-action {
    margin-bottom: 48px; }
    .snippet-action .subtitle {
      font-size: 22px; } }
  @media (max-width: 420px) {
  .snippet-action .title, .snippet-action .price {
    font-size: 32px; } }

.snippet-express {
  margin-bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .snippet-express .wrapper {
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 0;
    justify-content: space-between; }
  .snippet-express .wrapper .column {
    width: 47%;
    box-sizing: border-box; }
  .snippet-express .wrapper .column div:not(.title) {
    text-align: justify;
    margin-bottom: 16px; }
  .snippet-express h3 {
    align-self: center;
    text-align: center; }
  .snippet-express ol {
    padding-left: 14px; }
  .snippet-express li {
    margin-bottom: 16px; }
  @media (max-width: 960px) {
  .snippet-express h3 {
    align-self: center; } }
  @media (max-width: 640px) {
  .snippet-express .wrapper .column {
    width: 100%; }
  .snippet-express .uk-button {
    font-size: 14px !important; } }

.snippet-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px; }
  .snippet-flow h3 {
    align-self: flex-start; }
  .snippet-flow .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    max-width: 960px;
    margin-bottom: 48px; }
  .snippet-flow .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16%;
    position: relative;
    counter-increment: li; }
  .snippet-flow .card:not(:last-child) .image:after {
    content: '';
    background-image: url(../themes/rofl/assets/images/snippets/flow/arrow.png);
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 16px;
    right: -64px;
    position: absolute; }
  .snippet-flow .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #00a00c;
    margin-bottom: 16px;
    /*counter>>>>*/ }
  .snippet-flow .image:before {
    content: counter(li);
    position: absolute;
    font-size: 24px;
    color: white;
    background-color: #00a00c;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: -16px; }
  .snippet-flow .text {
    text-align: center;
    line-height: 1.2; }
  @media (max-width: 960px) {
  .snippet-flow h3 {
    align-self: center; }
  .snippet-flow .cards {
    justify-content: center; }
  .snippet-flow .card {
    width: 28%;
    margin: 0px 2% 42px; }
    .snippet-flow .card:not(:last-child) .image:after {
      display: none; } }
  @media (max-width: 640px) {
  .snippet-flow {
    margin-bottom: 32px; }
    .snippet-flow .card {
      width: 38%;
      margin: 0 2% 50px; } }
  @media (max-width: 420px) {
  .snippet-flow .card {
    width: 100%;
    max-width: 300px;
    margin: 0 0 42px; } }

.snippet-banks {
  margin-bottom: 96px;
  padding: 64px 0 32px; }
  .snippet-banks.simple {
    background: white;
    padding: 0;
    margin: 0; }
  .snippet-banks.simple h2 {
    display: none; }
  .snippet-banks .uk-container {
    padding: 0 40px; }
  .snippet-banks .wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px; }
  @media (max-width: 960px) {
    .snippet-banks .wrapper {
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 640px) {
    .snippet-banks .wrapper {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 480px) {
    .snippet-banks .wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 360px) {
    .snippet-banks .wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  .snippet-banks .image {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }
  .snippet-banks img {
    max-height: 100%; }

.snippet-about {
  margin-bottom: 64px; }
  .snippet-about .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .snippet-about .card {
    width: 48%;
    display: flex; }
  .snippet-about .card:not(:nth-last-child(2)):not(:nth-last-child(1)) {
    margin-bottom: 48px; }
  .snippet-about .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    min-width: 80px;
    border: 3px solid #00a00c;
    margin-right: 32px; }
  .snippet-about .title {
    font-weight: 600;
    margin-bottom: 8px; }
  @media (max-width: 960px) {
  .snippet-about {
    margin-bottom: 48px; }
    .snippet-about .card {
      width: 100%; }
      .snippet-about .card:not(:last-child) {
        margin-bottom: 32px; } }
  @media (max-width: 420px) {
  .snippet-about .card {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .snippet-about .image {
    margin-right: 0;
    margin-bottom: 16px; } }

.snippet-testimonials {
  margin-bottom: 96px;
  padding: 64px 0 128px;
  background-color: rgba(252, 82, 83, 0.05); }
  .snippet-testimonials .uk-container {
    position: relative;
    padding: 24px; }
  .snippet-testimonials .swiper-container {
    padding-bottom: 40px; }
  .snippet-testimonials .swiper-slide {
    padding: 0px 48px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .snippet-testimonials .image {
    height: 112px;
    width: 112px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-bottom: 16px; }
  .snippet-testimonials .name {
    font-weight: 600;
    margin-bottom: 16px; }
  .snippet-testimonials .swiper-pagination {
    bottom: 0; }
  .snippet-testimonials .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin-right: 20px !important;
    background-color: black; }
  .snippet-testimonials .swiper-pagination-bullet-active {
    background-color: #00a00c; }
  .snippet-testimonials .swiper-button-next, .snippet-testimonials .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -22px;
    background-size: 40px 25px; }
  .snippet-testimonials .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  .snippet-testimonials .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  @media (max-width: 960px) {
  .snippet-testimonials {
    padding: 48px 0 96px; } }
  @media (max-width: 640px) {
  .snippet-testimonials {
    padding: 32px 0 64px; }
    .snippet-testimonials .swiper-slide {
      padding: 24px 0px; }

    .snippet-testimonials .swiper-pagination {
      bottom: -16px; } }
  .snippet-testimonials .snippet-carousel {
    margin-top: 60px; }

@media (max-width: 960px) {
    .snippet-uploads-files .uk-h3 {
      font-size: 20px; } }
  @media (max-width: 640px) {
  .snippet-uploads-files .uk-h3 {
    font-size: 16px; } }

.snippet-documents .uk-container {
  padding: 0 40px; }
  .snippet-documents .wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
  .snippet-documents .wrapper a {
    height: 360px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
  .snippet-documents .wrapper a img {
    max-height: 100%; }
  @media (max-width: 640px) {
  .snippet-documents .wrapper a {
    height: 320px; } }
  @media (max-width: 420px) {
  .snippet-documents .wrapper a {
    height: -webkit-fill-available;
    height: -moz-available; }
    .snippet-documents .wrapper a img {
      max-height: unset; } }

.snippet-contacts-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  border: 1px solid #aaa;
  padding: 32px 32px 64px; }
  .snippet-contacts-form h3 {
    text-align: center; }
  .snippet-contacts-form textarea, .snippet-contacts-form .inputs input {
    margin-bottom: 16px;
    background-color: rgba(252, 82, 83, 0.05); }
  @media (max-width: 420px) {
  .snippet-contacts-form form {
    padding: 16px 16px 32px; } }

.snippet-subpages .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .snippet-subpages .cards:after {
    content: '';
    width: 29%; }
  .snippet-subpages .card {
    width: 29%;
    border-top: 4px solid #00a00c;
    margin-bottom: 48px;
    padding-top: 16px; }
  .snippet-subpages a {
    color: black;
    font-size: 18px;
    transition: 0.3s; }
  .snippet-subpages a:hover {
    text-decoration: none;
    color: #00a00c; }
  @media (max-width: 960px) {
  .snippet-subpages .cards:after {
    width: 31%; }
  .snippet-subpages .card {
    width: 31%;
    border-top: 3px solid #00a00c; }
  .snippet-subpages a {
    font-size: 15px; } }
  @media (max-width: 640px) {
  .snippet-subpages .cards:after {
    width: 31%; }
  .snippet-subpages .card {
    width: 48%;
    margin-bottom: 32px; }
  .snippet-subpages a {
    font-size: 14px; } }
  @media (max-width: 420px) {
  .snippet-subpages .cards:after {
    display: none; }
  .snippet-subpages .card {
    width: 100%;
    padding-top: 8px; } }

.snippet-features {
  margin-bottom: 64px; }
  .snippet-features .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .snippet-features .card {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    text-align: center; }
  .snippet-features .image {
    margin: 0 32px;
    padding: 16px 16px 0;
    border-bottom: 2px solid #00a00c;
    display: flex;
    justify-content: center;
    min-width: 100px;
    align-items: center;
    box-sizing: border-box;
    min-height: 100px; }
  .snippet-features .title {
    text-transform: uppercase;
    margin: 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2; }
  .snippet-features .text {
    line-height: 1.1; }
  @media (max-width: 960px) {
  .snippet-features .card {
    width: 48%; } }
  @media (max-width: 640px) {
  .snippet-features {
    margin-bottom: 48px; } }
  @media (max-width: 420px) {
  .snippet-features {
    margin-bottom: 32px; }
    .snippet-features .card {
      width: 100%; } }

.snippet-required-documents {
  margin-bottom: 64px; }
  .snippet-required-documents .content {
    box-sizing: border-box;
    background-color: #fff;
    margin: 64px 22px;
    border: 1px dashed black;
    padding: 22px 42px 0px 22px;
    outline: 22px solid white;
    font-size: 14px; }
  .snippet-required-documents .content li h5 {
    margin-bottom: 16px; }
  .snippet-required-documents .content p {
    font-weight: 400;
    margin-bottom: 12px; }
  .snippet-required-documents .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 64px; }
  .snippet-required-documents .card {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .snippet-required-documents .image {
    margin-bottom: 32px; }
  .snippet-required-documents .text {
    line-height: 1.2; }
  @media (min-width: 961px) {
  .snippet-required-documents .wrapper.horizontal {
    margin: 32px 0 64px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .snippet-required-documents .wrapper.horizontal .content {
      width: 46%;
      margin: 22px; }

    .snippet-required-documents .wrapper.horizontal .cards {
      width: 47%;
      flex-direction: column;
      margin-bottom: 0; }

    .snippet-required-documents .wrapper.horizontal .card {
      width: 100%;
      flex-direction: row;
      align-items: center; }
      .snippet-required-documents .wrapper.horizontal .card:not(:last-child) {
        margin-bottom: 32px; }

    .snippet-required-documents .wrapper.horizontal .image {
      margin-bottom: 0;
      margin-right: 0px;
      min-width: 80px; }

    .snippet-required-documents .wrapper.horizontal .text {
      text-align: left; } }
  @media (max-width: 960px) {
  .snippet-required-documents .content {
    padding: 22px 18px 0px 8px;
    margin: 56px 0px; }
  .snippet-required-documents .card {
    width: 45%; }
    .snippet-required-documents .card:not(:nth-last-child(2)):not(:nth-last-child(1)) {
      margin-bottom: 32px; } }
  @media (max-width: 640px) {
  .snippet-required-documents {
    margin-bottom: 48px; }
    .snippet-required-documents .card {
      width: 100%;
      flex-direction: row;
      text-align: left;
      align-items: center; }
      .snippet-required-documents .card:not(:last-child) {
        margin-bottom: 32px; }

    .snippet-required-documents .image {
      margin-bottom: 0;
      margin-right: 32px;
      min-width: 64px;
      display: flex;
      justify-content: center; } }
  @media (max-width: 420px) {
  .snippet-required-documents .content {
    margin: 44px 0px;
    outline: 16px solid white;
    padding: 16px 8px 0px 8px; }
    .snippet-required-documents .content li.el-squared {
      padding-left: 0; }
      .snippet-required-documents .content li.el-squared:before {
        display: none; } }

.snippet-objects .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .snippet-objects .card {
    display: flex;
    align-items: center;
    width: 22%;
    margin-bottom: 32px; }
  .snippet-objects .card.virtual {
    margin-bottom: 0; }
  .snippet-objects .image {
    margin-right: 24px;
    min-width: 48px; }
  .snippet-objects .image img {
    filter: invert(0.4) sepia(1) hue-rotate(76deg) saturate(4.2); }
  .snippet-objects .text {
    line-height: 1.2;
    padding-top: 8px; }
  @media (max-width: 960px) {
  .snippet-objects .card {
    margin-right: 0;
    width: 30%; } }
  @media (max-width: 640px) {
  .snippet-objects .card {
    width: 45%; } }
  @media (max-width: 420px) {
  .snippet-objects .cards {
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 18%; }
  .snippet-objects .card {
    width: 100%; } }

.snippet-category-selector {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px; }
  .snippet-category-selector ul {
    width: 420px; }
  .snippet-category-selector ul li a {
    white-space: normal; }
  .snippet-category-selector ul li.uk-active a {
    color: #00a00c; }
  .snippet-category-selector .uk-button {
    display: flex;
    align-items: center;
    padding-left: 24px; }
  @media (max-width: 640px) {
  .snippet-category-selector ul {
    width: 280px; } }

.snippet-online-ocenka {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px; }
  .snippet-online-ocenka h3 {
    align-self: flex-start; }
  .snippet-online-ocenka .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    max-width: 960px;
    margin-bottom: 48px; }
  .snippet-online-ocenka .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    position: relative; }
  .snippet-online-ocenka .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #00a00c;
    margin-bottom: 16px; }
  .snippet-online-ocenka .text {
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    font-family: 'Roboto', sans-serif; }
  @media (max-width: 960px) {
  .snippet-online-ocenka h3 {
    align-self: center; }
  .snippet-online-ocenka .cards {
    justify-content: center; }
  .snippet-online-ocenka .card {
    width: 28%;
    margin: 0px 2% 42px; }
    .snippet-online-ocenka .card:not(:last-child) .image:after {
      display: none; } }
  @media (max-width: 640px) {
  .snippet-online-ocenka {
    margin-bottom: 32px; }
    .snippet-online-ocenka .card {
      width: 38%;
      margin: 0 2% 50px; } }
  @media (max-width: 420px) {
  .snippet-online-ocenka .card {
    width: 100%;
    max-width: 300px;
    margin: 0 0 42px; } }

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

#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; }

.modal-info .uk-modal-dialog {
  background-position: top center;
  background-size: cover; }
  .modal-info .uk-modal-header, .modal-info .uk-modal-footer {
    background: transparent;
    border: none; }
  .modal-info .uk-modal-body {
    padding: 0 20px;
    text-align: center; }
  .modal-info .uk-modal-title {
    color: red; }
  .modal-info .price {
    color: #00a00c;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8); }
  .modal-info input {
    background: rgba(255, 255, 255, 0.9); }
  .modal-info input::placeholder {
    color: black; }
  .modal-info .snippet-agreement {
    font-weight: bold; }
  .modal-info .snippet-agreement input {
    background-color: white; }

.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-family: 'Montserrat', sans-serif;
  font-weight: 600; }

h1 {
  font-size: 24px;
  text-transform: uppercase; }

h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 48px; }

h3 {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 700; }

h4 {
  font-size: 18px;
  font-weight: 700; }

h5 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0;
  font-family: 'Roboto', sans-serif; }

h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px; }

@media (max-width: 960px) {
  h1 {
    font-size: 22px; }

  h2 {
    font-size: 32px; }

  h3 {
    font-size: 22px;
    text-align: center; } }

@media (max-width: 640px) {
  h1 {
    font-size: 20px; }

  h2 {
    font-size: 28px;
    margin-bottom: 40px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 16px; } }

@media (max-width: 420px) {
  h1 {
    font-size: 18px; }

  h2 {
    font-size: 24px;
    margin-bottom: 32px; }

  h3 {
    font-size: 18px; } }

body.layout-default {
  overflow-x: hidden;
  font-weight: 300; }
  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 .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 .uk-button {
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    white-space: normal; }
  body.layout-default .uk-button:not(.uk-button-primary):not(.uk-button-secondary) {
    background-color: transparent;
    border: 1px solid black;
    transition: 0.3s; }
  body.layout-default .uk-button:not(.uk-button-primary):not(.uk-button-secondary):hover {
    border-color: #00a00c;
    color: #00a00c; }
  body.layout-default .uk-button-primary {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.1;
    padding: 16px 32px; }
  body.layout-default .uk-button-wrappable {
    white-space: normal; }
  body.layout-default .uk-button-secondary {
    background-color: transparent;
    border: 3px solid white;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s; }
  body.layout-default .uk-button-secondary:hover {
    border-color: #fc5253;
    color: #fc5253; }
  body.layout-default .uk-button-small {
    font-size: 13px; }
  body.layout-default p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: justify; }

body.page-home .snippet-action {
  margin-bottom: 0; }

.page-contacts .zone-main {
  padding-bottom: 0; }
  .page-contacts .wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px; }
  .page-contacts .contacts-info {
    margin-right: 32px; }
  .page-contacts .phones {
    display: flex;
    flex-direction: column; }
  .page-contacts .phones a {
    color: #111;
    transition: 0.3s; }
  .page-contacts .phones a:hover {
    text-decoration: none;
    color: #00a00c; }
  .page-contacts .map {
    height: 320px;
    border: 1px solid #00a00c; }
  .page-contacts h3 {
    text-align: left; }
  @media (max-width: 960px) {
  .page-contacts .wrapper {
    flex-direction: column; }
  .page-contacts .snippet-contacts-form {
    align-self: center;
    margin-top: 32px; } }
