/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  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'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  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'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  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"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  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"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

* {
  box-sizing: border-box;
  line-height: 1; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

p {
  line-height: inherit; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea {
  display: block;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #555;
  outline: none; }

.warning {
  font-size: 12px;
  coloR: #000;
  font-style: italic; }

.wrapper {
  margin: 0 auto; }

.clear {
  clear: both; }

.error {
  border: 1px solid #f00 !important; }

.ib {
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }

.ib-parent {
  font-size: 0; }

.submit-default {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  opacity: 0; }

.readonly {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  opacity: 0; }

.btns-wrap {
  position: relative; }

.prev, .next {
  position: absolute; }

.float {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

.center {
  text-align: center; }

.col_1 {
  width: 8.333333%; }

.col_2 {
  width: 16.666666%; }

.col_3 {
  width: 25%; }

.col_4 {
  width: 33.333333%; }

.col_5 {
  width: 41.666666%; }

.col_6 {
  width: 50%; }

.col_7 {
  width: 58.333333%; }

.col_8 {
  width: 66.666666%; }

.col_9 {
  width: 75%; }

.col_10 {
  width: 83.333333%; }

.col_11 {
  width: 91.666666%; }

.col_1_safari {
  width: 8%; }

.col_2_safari {
  width: 16%; }

.col_3_safari {
  width: 24%; }

.col_4_safari {
  width: 32%; }

.col_5_safari {
  width: 44%; }

.col_6_safari {
  width: 49%; }

.col_7_safari {
  width: 54%; }

.col_8_safari {
  width: 66%; }

.col_9_safari {
  width: 74%; }

.col_10_safari {
  width: 83%; }

.col_11_safari {
  width: 91%; }

.btn {
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s 0.05s ease; }

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex; }

.right {
  text-align: right; }

.relative_wrapper {
  position: relative; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

body {
  font-family: "Roboto Regular", Arial, Helvetica, sans-serif; }

.wrapper {
  max-width: 1170px; }

.btn {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #1ABA34;
  padding: 19px 35px 16px; }

.white_btn {
  background: #fff;
  color: #0D5786; }

.blue_btn {
  background: #36C7FC;
  box-shadow: 0px 8px 15px 0px rgba(54, 199, 252, 0.5);
  margin: 0 0 20px; }

.dark_blue_btn {
  background: #0D5786;
  box-shadow: 0px 8px 15px 0px rgba(13, 87, 134, 0.5); }

strong {
  font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }

header {
  padding: 22px 0 15px; }
  header .header_logo {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #0D5786; }
    header .header_logo img {
      margin: 0 7px 0 0; }
  header .header_menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0 10px; }
    header .header_menu ul li {
      margin: 0 31px 10px 0;
      color: #0D5786;
      font-size: 18px;
      font-family: "Roboto Medium", Arial, Helvetica, sans-serif; }
      header .header_menu ul li.active a {
        position: relative;
        color: #36C7FC; }
        header .header_menu ul li.active a:after {
          position: absolute;
          content: "";
          height: 2px;
          background: #36C7FC;
          bottom: -27px;
          left: 0;
          width: 100%;
          display: block; }
      header .header_menu ul li a {
        position: relative; }
        header .header_menu ul li a:after {
          position: absolute;
          content: "";
          height: 2px;
          background: #36C7FC;
          bottom: -27px;
          left: 0;
          width: 100%;
          display: none; }
        header .header_menu ul li a:hover {
          color: #36C7FC; }
          header .header_menu ul li a:hover:after {
            display: block; }
      header .header_menu ul li:last-child {
        margin-right: 0; }

.slider_contacts {
  text-align: center;
  margin: 0 0 80px; }
  .slider_contacts .slider_contact_item {
    color: #36C7FC;
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0 0 0 25px;
    background: left center no-repeat;
    margin: 0 23px; }
    .slider_contacts .slider_contact_item.slider_contact_phone {
      background-image: url(../images/slider_phone.svg); }
    .slider_contacts .slider_contact_item.slider_contact_mail {
      background-image: url(../images/slider_mail.png); }
    .slider_contacts .slider_contact_item.slider_contact_skype {
      background-image: url(../images/slider_skype.svg); }

.slider_section {
  position: relative;
  background: #0D5786;
  height: 595px;
  padding: 69px 0 0; }
  .slider_section .wrapper {
    position: relative;
    z-index: 11; }
  .slider_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/slider_bg.png) top center no-repeat;
    background-size: cover;
    z-index: 10; }
  .slider_section .slider {
    width: 674px;
    margin: 0 auto 40px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 0 40px; }
    .slider_section .slider .main_slide_title {
      font-size: 65px;
      font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
      margin: 0 0 30px; }
    .slider_section .slider .main_slide_description {
      font-size: 22px;
      line-height: 26px;
      font-family: "Roboto Light", Arial, Helvetica, sans-serif;
      padding: 0 5px; }
  .slider_section .slider_btns {
    text-align: center; }
  .slider_section .slider_btn {
    margin: 0 10px 10px 0;
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    box-shadow: none; }
    .slider_section .slider_btn:last-child {
      margin-right: 0; }

.plus_section {
  background: #F7F9FB;
  padding: 52px 0 58px; }
  .plus_section .plus_item {
    min-width: 24%;
    max-width: 32%; }
  .plus_section .plus_title {
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 47px;
    color: #4B4B4B;
    position: relative;
    margin: 0 0 48px; }
    .plus_section .plus_title span:after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 7px;
      z-index: 10;
      background: #36C7FC;
      opacity: 0.5;
      height: 6px;
      width: 100%; }
  .plus_section .plus_image {
    margin: 0 0 27px; }
  .plus_section .plus_description {
    line-height: 19px;
    font-size: 16px; }
    .plus_section .plus_description p {
      margin: 0 0 26px; }
  .plus_section .plus_more {
    color: #0D5786;
    text-decoration: underline; }
    .plus_section .plus_more:hover {
      text-decoration: none; }

.home_page_title {
  text-align: center;
  font-size: 40px;
  line-height: 47px;
  color: #4B4B4B;
  margin: 0 0 54px;
  /*span{
        position:relative;
        &:after{
            position:absolute;
            content:"";
            left:0;
            bottom:7px;
            z-index:10;
            background: #36C7FC;
            opacity: 0.5;
            height: 6px;
            width:100%;
        }
    }*/ }

.version_section {
  padding: 54px 0 74px; }
  .version_section .version_item {
    width: 49%;
    min-height: 486px;
    border: 2px solid #B6CDDB;
    padding: 9px 31px 94px;
    margin: 0 0 30px;
    position: relative; }
    .version_section .version_item:hover {
      border-color: #C3EEFE; }
  .version_section .version_header {
    align-items: center; }
  .version_section .version_title {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #0D5786;
    margin: 0 0 0 16px; }
    .version_section .version_title:hover {
      -webkit-text-decoration-line: none;
              text-decoration-line: none;
      color: #36C7FC; }
    .version_section .version_title strong {
      font-family: "Roboto Regular", Arial, Helvetica, sans-serif; }
  .version_section .version_description {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 7px;
    margin: 0 0 37px; }
    .version_section .version_description p {
      margin: 0 0 20px; }
    .version_section .version_description a {
      color: #0D5786;
      text-decoration: underline; }
      .version_section .version_description a:hover {
        text-decoration: none; }
  .version_section .version_btns {
    padding: 0 6px;
    margin: 0 0 30px;
    position: absolute;
    bottom: 0;
    left: 31px; }
    .version_section .version_btns a {
      margin: 0 10px 0 0; }
  .version_section .versions_link {
    font-size: 22px;
    line-height: 26px;
    color: #0D5786;
    text-decoration: underline;
    margin: 0 0 42px; }
    .version_section .versions_link:hover {
      text-decoration: none; }

.link {
  line-height: 26px;
  color: #0D5786;
  text-decoration: underline; }
  .link:hover {
    text-decoration: none; }

.reviews_section {
  background: #F7F9FB;
  padding: 52px 0 43px; }
  .reviews_section .reviews {
    margin: 0 0 40px; }
  .reviews_section .reviews_item {
    font-size: 18px;
    line-height: 21px;
    min-width: 24%;
    max-width: 32%;
    background: #fff;
    padding: 31px 30px 25px; }
  .reviews_section .reviews_title {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    line-height: 21px; }
  .reviews_section .reviews_description {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 16px; }
  .reviews_section .review_comment {
    padding: 5px 0 0 14px; }
  .reviews_section .reviews_all {
    padding: 19px 90px 16px; }

.clients_section {
  padding: 53px 0 43px; }
  .clients_section .clients {
    padding: 0;
    align-items: center; }

.can_section {
  background: #F7F9FB;
  padding: 52px 0 27px; }
  .can_section .can_image {
    margin: 0 0 0;
    display: block;
    width: 100%; }
  .can_section .can_item {
    width: 49%;
    margin: 0 0 28px; }
  .can_section .can_title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px; }
  .can_section .can_description {
    padding: 10px 40px 24px;
    border: 2px solid #B1C8D8;
    border-top: none;
    height: 212px; }
    .can_section .can_description ul {
      list-style: disc;
      padding: 0 0 0 16px; }
      .can_section .can_description ul li {
        font-size: 16px;
        margin: 0 0 5px; }

.reasons_section {
  padding: 52px 0 52px; }
  .reasons_section .reasons_item {
    background: #F7F9FB;
    padding: 26px 14px 26px 37px; }
  .reasons_section .grid-item {
    width: 270px;
    margin-bottom: 30px; }
    .reasons_section .grid-item .reason_count {
      position: absolute;
      top: 10px;
      left: 10px;
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
      font-size: 20px;
      line-height: 23px;
      color: #36C7FC; }
  .reasons_section .grid-item--width2 {
    width: 400px; }
  .reasons_section .reasons_title {
    font-size: 20px;
    margin: 0 0 11px;
    line-height: 23px; }
  .reasons_section .reasons_description {
    line-height: 19px;
    font-family: "Roboto Light", Arial, Helvetica, sans-serif; }
    .reasons_section .reasons_description a {
      color: #0D5786;
      text-decoration: underline; }
      .reasons_section .reasons_description a:hover {
        text-decoration: none; }

.functions_section {
  background: #F7F9FB;
  padding: 52px 0 27px; }
  .functions_section .functions {
    margin: 0 0 80px; }
  .functions_section .functions_item {
    display: flex;
    align-items: center;
    padding: 41px 50px;
    background: #fff;
    margin: 0 0 2px; }
  .functions_section .functions_image {
    text-align: right;
    padding: 0 47px 0 0; }
  .functions_section .functions_description ul {
    list-style: disc;
    padding: 0 0 0 16px; }
    .functions_section .functions_description ul li {
      font-size: 16px;
      margin: 0 0 9px; }
  .functions_section .functions_footer_link {
    font-size: 22px;
    line-height: 26px;
    color: #0D5786;
    text-decoration: underline;
    margin: 0 0 42px; }
    .functions_section .functions_footer_link:hover {
      text-decoration: none; }

.home_page_title span {
  text-decoration: underline;
  -webkit-text-decoration-color: #9BE3FD;
          text-decoration-color: #9BE3FD;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none; }

.license_section {
  padding: 52px 0 98px; }
  .license_section .licenses {
    padding: 0 130px;
    justify-content: space-between; }
  .license_section .license_item {
    width: 32%; }
  .license_section .license_more {
    display: inline-flex;
    border: 2px solid #B6CDDB;
    width: 100%;
    height: 100%; }
    .license_section .license_more span {
      margin: auto;
      line-height: 26px;
      color: #0D5786;
      text-decoration: underline; }

.news_section {
  background: #F7F9FB;
  padding: 52px 0 56px; }
  .news_section .news {
    margin: 0 0 40px; }
  .news_section .news_item {
    min-width: 24%;
    max-width: 24%;
    background: #fff;
    border: 2px solid #B7CDDB;
    padding: 28px 17px 19px 22px;
    margin: 0 0 20px; }
  .news_section .news_date {
    color: #C4C4C4;
    margin: 0 0 20px;
    font-size: 14px;
    font-family: "Roboto Light", Arial, Helvetica, sans-serif; }
  .news_section .news_title {
    margin: 0 0 26px; }
  .news_section .news_description {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    margin: 0 0 20px; }
  .news_section .news_more {
    color: #0D5786;
    text-decoration: underline;
    margin: 0 0 42px; }
    .news_section .news_more:hover {
      text-decoration: none; }

footer {
  position: relative;
  background: #0D5786;
  padding: 62px 0 25px; }
  footer .wrapper {
    position: relative;
    z-index: 11; }
  footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/slider_bg.png) top center no-repeat;
    z-index: 10; }
  footer .slider_contacts {
    margin: 0 0 27px; }
    footer .slider_contacts .slider_contact_item {
      font-size: 17px;
      font-family: "Roboto Light", Arial, Helvetica, sans-serif; }
  footer .footer_menu {
    text-align: center; }
    footer .footer_menu li {
      display: inline-block;
      margin: 0 20px 10px 0;
      font-family: "Roboto Light", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 19px;
      color: #FFFFFF; }
      footer .footer_menu li a:hover {
        text-decoration: underline; }
      footer .footer_menu li:last-child {
        margin-right: 0; }

.page_slider {
  position: relative;
  background: #0D5786;
  padding: 42px 0 42px; }
  .page_slider .wrapper {
    position: relative;
    z-index: 11; }
  .page_slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/page_silder_bg.png) top center no-repeat;
    z-index: 10; }
  .page_slider .page_slider_contacts {
    margin: 0;
    text-align: left; }
    .page_slider .page_slider_contacts .slider_contact_item {
      margin: 0 45px 0 0; }

.breadcrump_section {
  padding: 40px 0 20px;
  font-size: 12px; }
  .breadcrump_section a {
    line-height: 14px;
    color: #0D5786; }
  .breadcrump_section span {
    color: #4B4B4B; }
  .breadcrump_section .separate {
    color: #C4C4C4; }

.content_section {
  padding: 0 0 40px; }
  .content_section .page_title {
    padding: 0 0 36px;
    border-bottom: 1px solid #EDEDED;
    font-size: 38px;
    line-height: 45px;
    margin: 0 0 30px; }
  .content_section .content_functions {
    padding: 20px 0; }
    .content_section .content_functions .content_functions_item {
      padding: 22px 27px;
      border: 2px solid #CECECE;
      width: 32%;
      margin: 0 0 23px; }
    .content_section .content_functions .content_functions_image {
      margin: 0 0 21px; }
    .content_section .content_functions .content_functions_title {
      margin: 0 0 13px;
      font-size: 20px;
      line-height: 23px; }
    .content_section .content_functions .content_functions_description {
      font-family: "Roboto Light", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 19px;
      margin: 0 0 13px;
      overflow: hidden; }
    .content_section .content_functions .content_functions_link {
      position: relative;
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }
      .content_section .content_functions .content_functions_link:after {
        content: "\203a";
        color: #4B4B4B;
        position: absolute;
        right: -20px;
        top: 0;
        transform: rotate(90deg);
        font-size: 24px; }
      .content_section .content_functions .content_functions_link.more:after {
        transform: none; }
      .content_section .content_functions .content_functions_link_opened:after {
        right: -15px;
        top: -2px;
        transform: rotate(-90deg); }

.content_buy_widget {
  padding: 30px 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  margin: 0 0 30px; }
  .content_buy_widget .content_buy_title {
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #0D5786;
    margin: 0 0 20px; }
  .content_buy_widget .content_buy_description {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 20px; }

.tabs .tabs_header {
  margin: 0 0 20px; }

.tabs .tabs_header_item {
  font-size: 22px;
  line-height: 26px;
  color: #4B4B4B;
  position: relative;
  margin: 0 40px 20px 0; }
  .tabs .tabs_header_item:after {
    height: 2px;
    background: #2985BF;
    content: "";
    display: none;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%; }
  .tabs .tabs_header_item:hover {
    color: #0D5786; }
    .tabs .tabs_header_item:hover:after {
      display: block; }
  .tabs .tabs_header_item.active {
    color: #0D5786; }
    .tabs .tabs_header_item.active:after {
      display: block; }

.tabs .tabs_block {
  display: none; }
  .tabs .tabs_block.tabs_block_active {
    display: block; }

.content h3 {
  margin: 0 0 20px;
  font-size: 24px; }

.content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 28px; }

.page_content h2 {
  font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 28px;
  border-top: 1px solid #EDEDED;
  padding: 32px 0 0;
  margin: 0 0 28px; }
  .page_content h2:first-child {
    border-top: 0; }

.page_content p {
  margin: 0 0 30px;
  line-height: 19px;
  font-family: "Roboto Light", Arial, Helvetica, sans-serif; }

.page_content img {
  margin: 0 0 30px; }

.page_content ul {
  padding: 10px 0 20px 10px;
  list-style: disc; }
  .page_content ul li {
    margin: 0 0 10px; }

.page_content a {
  color: #0D5786;
  text-decoration: underline; }
  .page_content a:hover {
    text-decoration: none; }

.content_widget {
  padding: 40px 42px;
  border: 2px solid #B7CDDB; }
  .content_widget .content_widget_title {
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #0D5786;
    margin: 0 0 10px; }
  .content_widget .content_widget_description {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px; }
  .content_widget .green_btn {
    color: #fff;
    text-decoration: none; }

.sidebar {
  padding: 0 0 0 20px; }
  .sidebar .content_widget {
    margin: 0 0 20px; }
  .sidebar .content_widget_description {
    margin: 0 0 10px; }
  .sidebar .reviews_item {
    font-size: 18px;
    line-height: 21px;
    min-width: 0;
    max-width: 100%;
    background: #fff;
    padding: 31px 30px 25px;
    border: 1px solid #B7CDDB;
    margin: 0 0 20px; }
  .sidebar .reviews_title {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    line-height: 21px; }
  .sidebar .reviews_description {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 16px; }
  .sidebar .review_comment {
    padding: 5px 0 0 14px; }
  .sidebar .reviews_all {
    padding: 19px 90px 16px; }

.download_more {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #4B4B4B; }

.download_content {
  display: none;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto Light", Arial, Helvetica, sans-serif; }

.download_btns {
  margin: 40px 0; }
  .download_btns .btn {
    margin: 0 40px 0 0; }

table {
  width: 100%;
  margin: 0 0 30px; }
  table th, table td {
    border: 1px solid #E8EDF2;
    padding: 10px 20px 11px 20px;
    text-align: left;
    font-family: "Roboto Regular", Arial, Helvetica, sans-serif; }
  table td {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    font-size: 14px; }
    table td strong {
      font-family: "Roboto Regular", Arial, Helvetica, sans-serif; }
    table td a {
      color: #0D5786;
      font-family: "Roboto Regular", Arial, Helvetica, sans-serif; }
  table th {
    background: #F7F9FB;
    font-size: 16px;
    line-height: 19px; }

.download_content_text h2 {
  font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px; }

.download_content_text p {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 20px; }

.download_form {
  margin: 0 0 20px;
  width: 100%; }
  .download_form .download_input {
    width: 33%;
    margin: 0 0 20px;
    position: relative; }
    .download_form .download_input.download_input_full_width {
      width: 100%; }
    .download_form .download_input.border {
      border: 1px solid #000000; }
    .download_form .download_input .required {
      background: url(../images/required.png) no-repeat 5px 5px; }
  .download_form .input_required {
    border: 1px solid #DFDFDF;
    padding: 11px 20px 9px;
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    width: 100%; }
  .download_form .input_textarea {
    height: 100px;
    width: 100%; }

button.green_btn {
  border: none;
  outline: none;
  width: 100%; }

.col_6 .download_input {
  width: 49%; }

.align_center {
  align-items: center; }
  .align_center .text {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px; }
    .align_center .text a {
      color: #0D5786; }

.header_mobile {
  display: none; }

.reviews_mobile {
  display: none; }

.cans_mobile {
  display: none; }

.grid_mobile {
  display: none; }

.functions_mobile {
  display: none; }

.news_mobile {
  display: none; }

.slider_pagination {
  text-align: center;
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 20px 0; }
  .slider_pagination .swiper-pagination-bullet {
    margin: 0 5px;
    cursor: pointer;
    width: 11px;
    height: 11px;
    background: #36C7FC;
    opacity: 1; }
    .slider_pagination .swiper-pagination-bullet-active {
      background: #C4C5C6;
      opacity: 1; }

.sld_pagination {
  position: absolute;
  margin: 0; }
  .sld_pagination .swiper-pagination-bullet {
    margin: 0 5px;
    cursor: pointer;
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    opacity: 0.3; }
    .sld_pagination .swiper-pagination-bullet-active {
      background: #36C7FC;
      opacity: 1; }

.content_functions_fancybox {
  display: block; }

.content_functions_description_link {
  font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
  color: #0D5786;
  text-decoration: underline; }

html,
body {
  height: 100%; }

.full_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.middle_wrapper {
  flex: 1 0 auto; }

footer {
  flex: 0 0 auto; }

.content_functions_title a:hover {
  text-decoration: underline; }
  
.multiple .multiple_block {
    padding: 100px 0; }
.multiple .multiple_block:nth-child(even) {
    background: #4EB2E4; }
.multiple .multiple_block:nth-child(even) h2 {
    color: #fff; }
.multiple .multiple_block:nth-child(even) h3 {
    color: #fff; }
.multiple .multiple_block:nth-child(even) p {
    color: #fff; }
.multiple .multiple_block:nth-child(even) li {
    color: #fff; }
.multiple .multiple_block:nth-child(even) li:before {
    width: 18px;
    height: 19px;
    background: url(../images/multiple_slider_arrow_white.png) no-repeat;
    background-size: 100% 100%; }
.multiple .multiple_block:nth-child(even) .multiple_arrow {
    background: transparent no-repeat 8px 6px url(../images/multiple_slider_arrow.png);
    border: 2px solid #fff; }
.multiple .multiple_block:nth-child(even) .multiple_arrow:hover {
    opacity: 0.8;
    background-color: transparent; }
.multiple .multiple_block:nth-child(even) .multiple_content {
    float: right; }
.multiple .multiple_block:nth-child(even) .multiple_slider_wrapper {
    position: relative;
    top: 70px; }

.multiple .wrapper {
    /*display:flex;
          align-items:center;
          flex-wrap:wrap;*/
    font-size: 0;
    overflow: hidden; }

.multiple .multiple_content {
    padding: 0 30px 0 0;
    display: inline-block;
    width: 50%;
    font-size: 16px;
    vertical-align: middle; }
.multiple .multiple_content h2 {
    color: #0D5786;
    font-family: 'Roboto Bold',sans-serif;
    font-size: 27px;
    margin: 0 0 10px; }
.multiple .multiple_content h3 {
    color: #999999;
    font-size: 17px;
    margin: 0 0 30px;
    font-family: 'Roboto Bold',sans-serif; }
.multiple .multiple_content p {
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 15px; }
.multiple .multiple_content ul {
    padding: 30px 0; }
.multiple .multiple_content ul li {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    position: relative;
    line-height: 1.4; }
.multiple .multiple_content ul li:before {
    content: "";
    background: url(../images/multiple_li_one.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px; }
.multiple .multiple_content strong {
    font-family: 'Roboto Bold',sans-serif; }
.multiple .multiple_content .multiple_content_btns a {
    margin: 0 10px; }

.multiple .multiple_slider_wrapper {
    display: inline-block;
    width: 50%;
    vertical-align: middle; }

.multiple .multiple_slider {
    width: 522px;
    height: 314px;
    background: url(../images/slider_template.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    font-size: 16px; }
.multiple .multiple_slider .multiple_slider_item {
    position: absolute;
    width: 379px;
    height: 237px;
    overflow: hidden;
    top: 29px;
    left: 71px;
    z-index: 10; }
.multiple .multiple_slider .multiple_slider_item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
.multiple .multiple_slider .multiple_arrow {
    position: absolute;
    top: 44%;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #CCCCCC no-repeat 9px 8px url(../images/multiple_slider_arrow.png);
    outline: none;
    transition: all 0.2s 0.05s ease; }
.multiple .multiple_slider .multiple_arrow.multiple_arrow_right {
    left: auto;
    right: 0;
    transform: rotate(180deg); }
.multiple .multiple_slider .multiple_arrow:hover {
    background-color: #36C7FC; }

.multiple .blue_btn {
    transition: all 0.2s 0.05s ease; }
.multiple .blue_btn:hover {
    background: #2FADDB; }

.multiple .dark_blue_btn {
    transition: all 0.2s 0.05s ease; }
.multiple .dark_blue_btn:hover {
    background: #0A4468; }

@media only screen and (max-width: 1024px) {
    .multiple .multiple_block {
        padding: 40px 20px; }
    .multiple .multiple_block .multiple_content {
        width: 100%;
        margin: 0 0 40px;
        float: none; }
    .multiple .multiple_block .multiple_slider_wrapper {
        width: 100%;
        margin: 0 0 40px;
        position: static; }
    .multiple .multiple_block .multiple_slider {
        margin: auto; }
    .multiple .multiple_block:nth-child(even) .multiple_slider_wrapper {
        position: static; } }
		
		
@media only screen and (max-width: 450px) {
  .header_desktop {
    display: none; }
  .header_mobile {
    display: block;
    padding: 6px 14px; }
    .header_mobile .header_mobile_block {
      display: flex;
      align-items: center;
      position: relative; }
    .header_mobile .header_mobile_btns {
      text-align: right; }
    .header_mobile .header_call {
      background: url(../images/header_call.png) no-repeat;
      background-size: 100% 100%;
      width: 22px;
      height: 22px; }
    .header_mobile .header_menu_toggle {
      background: url(../images/header_menu_toggle.png) no-repeat;
      background-size: 100% 100%;
      width: 25px;
      height: 19px;
      margin: 0 0 0 30px; }
  .header_menu_mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 21px 29px;
    z-index: 20; }
    .header_menu_mobile_header {
      padding: 0 0 21px;
      margin: 0 0 21px;
      border-bottom: 1px solid #EAEAEA; }
    .header_menu_mobile_list {
      padding: 0 0 21px;
      margin: 0 0 21px;
      border-bottom: 1px solid #EAEAEA; }
      .header_menu_mobile_list li {
        margin: 0 0 21px;
        font-family: "Roboto Light", Arial, Helvetica, sans-serif;
        font-size: 20px; }
        .header_menu_mobile_list li a:hover {
          color: #36C7FC; }
    .header_menu_mobile_points {
      margin: 0;
      text-align: left; }
      .header_menu_mobile_points .slider_contact_item {
        margin: 0 0 14px; }
  .header_mobile_menu_close {
    background: url(../images/header_menu_mobile_close.png) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    float: right;
    margin: 10px 0 0; }
  .slider_section {
    height: auto;
    padding: 30px 0 30px; }
    .slider_section .slider_contacts {
      display: none; }
    .slider_section .slider {
      width: 100%; }
      .slider_section .slider .main_slide_title {
        font-size: 50px;
        line-height: 59px;
        margin: 0 0 21px; }
    .slider_section .slider_btns {
      padding: 0 16px; }
      .slider_section .slider_btns .btn {
        width: 100%; }
  .plus_section {
    padding: 26px 16px; }
    .plus_section .plus_item {
      min-width: 0;
      max-width: 100%;
      width: 100%;
      text-align: center; }
    .plus_section .plus_title {
      font-size: 24px;
      text-align: center;
      margin: 0 auto 25px; }
    .plus_section .plus_description {
      font-family: "Roboto Light", Arial, Helvetica, sans-serif;
      text-align: left; }
      .plus_section .plus_description p {
        margin: 0 0 15px; }
  .home_page_title {
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    margin: 0 0 30px; }
  .version_section {
    padding: 26px 16px; }
    .version_section .version_item {
      width: 100%;
      min-height: 0;
      padding: 15px 15px; }
      .version_section .version_item .version_header .col_2 {
        width: 33%; }
      .version_section .version_item .version_header .col_10 {
        width: 66%; }
      .version_section .version_item .version_title {
        margin: 0; }
    .version_section .version_btns {
      position: static;
      margin: 0; }
      .version_section .version_btns a {
        width: 100%;
        margin: 0 0 10px; }
    .version_section .versions_footer a {
      margin: 0 0 10px;
      font-size: 14px;
      padding: 19px 10px 16px;
      width: 100%; }
  .reviews_section {
    padding: 26px 16px; }
    .reviews_section .reviews_item {
      width: 100%;
      min-width: 0;
      max-width: 100%;
      margin: 0 0 10px;
      text-align: center; }
      .reviews_section .reviews_item .reviews_description {
        font-family: "Roboto Light", Arial, Helvetica, sans-serif; }
    .reviews_section .reviews_all {
      padding: 19px 10px;
      width: 100%; }
  .reviews_desktop {
    display: none;
    overflow: hidden; }
  .reviews_mobile {
    display: block;
    position: relative;
    overflow: hidden; }
  .blue_btn {
    font-size: 14px;
    padding: 19px 10px; }
  .clients_section {
    padding: 26px 16px; }
    .clients_section .clients {
      display: flex; }
      .clients_section .clients img {
        width: 47%;
        margin: 0 0 10px; }
  .can_section {
    padding: 26px 16px; }
  .cans_desktop {
    display: none;
    overflow: hidden; }
  .cans_mobile {
    display: block;
    position: relative;
    overflow: hidden; }
    .cans_mobile .can_item {
      width: 100%;
      margin: 0 0 10px; }
      .cans_mobile .can_item .can_description {
        padding: 20px 30px;
        height: auto; }
        .cans_mobile .can_item .can_description ul li {
          font-family: "Roboto Light", Arial, Helvetica, sans-serif; }
  .reasons_section {
    padding: 26px 19px; }
  .grid_desktop {
    display: none;
    overflow: hidden; }
  .grid_mobile {
    display: block;
    position: relative;
    overflow: hidden; }
    .grid_mobile .reasons_item {
      width: 100%;
      margin: 0 0 10px; }
      .grid_mobile .reasons_item .reason_count {
        position: absolute;
        top: 10px;
        left: 10px;
        font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 23px;
        color: #36C7FC; }
  .functions_section {
    padding: 26px 19px; }
  .functions_desktop {
    display: none;
    overflow: hidden; }
  .functions_mobile {
    display: block;
    position: relative;
    overflow: hidden; }
    .functions_mobile .functions_item {
      width: 100%;
      margin: 0 0 10px;
      display: block;
      padding: 30px 39px; }
      .functions_mobile .functions_item .col_3 {
        width: 100%; }
      .functions_mobile .functions_item .col_9 {
        width: 100%; }
      .functions_mobile .functions_item .functions_image {
        margin: 0 0 10px; }
      .functions_mobile .functions_item .functions_description {
        font-family: "Roboto Light", Arial, Helvetica, sans-serif; }
  .functions_footer {
    display: none; }
  .functions_section {
    padding-bottom: 0; }
    .functions_section .functions {
      margin: 0; }
  .license_section {
    padding: 26px 19px; }
    .license_section .licenses {
      padding: 0; }
      .license_section .licenses .license_item {
        width: 49%;
        margin: 0 0 30px; }
        .license_section .licenses .license_item.license_item_full {
          width: 100%;
          margin: 0 0 0; }
          .license_section .licenses .license_item.license_item_full .license_more {
            padding: 10px 0; }
  .news_section {
    padding: 26px 19px; }
    .news_section .news {
      margin: 0; }
    .news_section .btn {
      width: 100%; }
  .news_desktop {
    display: none;
    overflow: hidden; }
  .news_mobile {
    display: block;
    position: relative;
    overflow: hidden; }
    .news_mobile .news_item {
      width: 100%;
      margin: 0 0 10px;
      min-width: 0;
      max-width: 100%; }
  footer {
    padding: 20px 0 20px; }
    footer .slider {
      margin: 0; }
    footer .footer_menu {
      display: none; }
    footer .slider_contacts {
      padding: 0 30px;
      margin: 0; }
      footer .slider_contacts .slider_contact_item {
        margin: 0 0 10px; }
  .page_slider {
    display: none; }
  .page_header_mobile {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14); }
  .breadcrump_section {
    display: none; }
  .content_section {
    padding: 26px 20px; }
    .content_section .page_title {
      font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
      font-size: 26px;
      line-height: 30px;
      padding: 0;
      margin: 0 0 10px;
      border: 0; }
    .content_section .content_functions .content_functions_item {
      width: 100%; }
    .content_section .content_section_col {
      width: 100%; }
    .content_section .content_widget {
      text-align: center;
      padding: 20px 10px; }
      .content_section .content_widget .col_9 {
        width: 100%; }
      .content_section .content_widget .col_3 {
        width: 100%; }
      .content_section .content_widget .content_widget_description {
        margin: 0 0 20px; }
      .content_section .content_widget .btn {
        width: 70%;
        padding: 19px 10px;
        font-size: 14px; }
  .tabs .tabs_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .tabs .tabs_header .tabs_header_item {
      width: 48%;
      margin: 0 0 20px;
      font-size: 16px; }
  .content_buy_widget {
    text-align: center; }
    .content_buy_widget .col_5 {
      width: 100%; }
    .content_buy_widget .col_7 {
      width: 100%; }
    .content_buy_widget .btn {
      width: 100%;
      padding: 19px 10px;
      font-size: 14px;
      margin: 0 0 20px; }
  .sidebar {
    display: none; }
  .download_btns .btn {
    width: 100%;
    margin: 0 0 10px; }
  .download_form .download_input {
    width: 100%; }
  .download_form .col_6 {
    width: 100%; }
  table tr {
    border: 1px solid #E8EDF2; }
    table tr th {
      display: none; }
    table tr td {
      display: block;
      width: 100%;
      border: none; } 

.multiple .multiple_block .multiple_content {
    padding: 0; }
.multiple .multiple_block .multiple_content .multiple_content_btns .btn {
    width: 100%;
    margin: 0 0 10px; }
.multiple .multiple_block .multiple_slider {
    width: 320px;
    height: 180px;
    top: 0;
    left: 0; }
.multiple .multiple_block .multiple_slider .multiple_slider_item {
    top: 17px;
    left: 44px;
    width: 233px;
    height: 135px; }	  
	  }


a.button {
     
        text-decoration: none; 
	    
	    border-radius: 3px; 
	    
	margin: 20px;
	text-align: center;
	font-size: 14pt;
	font-family: arial;
	display: inline-block;
	overflow: hidden; 
	
   }
   a.button:hover{text-shadow:0 0 2px  #fff;}
   .b1{color: #fff;
   background: #81c265; 
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81c265', endColorstr='#397619'); 
	    background: -webkit-gradient(linear, left top, left bottom, from(#81c265), to(#397619)); 
	    background: -moz-linear-gradient(top,  #81c265,  #397619); 
		background: -o-linear-gradient(top,  #81c265,  #397619);
	    background: gradient(linear, top,  #81c265,  #397619); 
		/*background: -moz-background-size(191px 38px);*/
	    border: 1px solid #397619; 
		padding: 10px 35px;
		width: 140px;}
	.b2{color: #fff;
   background: #fe8421; 
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb87e', endColorstr='#fe8421'); 
	    background: -webkit-gradient(linear, left top, left bottom, from(#ffb87e), to(#fe8421)); 
	    background: -moz-linear-gradient(top,  #ffb87e,  #fe8421); 
		background: -o-linear-gradient(top,  #ffb87e,  #fe8421);
	    background: gradient(linear, top,  #ffb87e,  #fe8421); 
		/*background: -moz-background-size(191px 38px);*/
	    border: 1px solid #fe8421; 
		padding: 20px 55px;
	}	
	.b3{color: #fff;
   background: #81c265; 
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81c265', endColorstr='#397619'); 
	    background: -webkit-gradient(linear, left top, left bottom, from(#81c265), to(#397619)); 
	    background: -moz-linear-gradient(top,  #81c265,  #397619); 
		background: -o-linear-gradient(top,  #81c265,  #397619);
	    background: gradient(linear, top,  #81c265,  #397619); 
		/*background: -moz-background-size(191px 38px);*/
	    border: 1px solid #397619;
		padding: 20px 55px;
	}

	.rel_products {
    	display: inline-block;
    	width: 270px;
    	min-height: 160px;
    	float: left;
    	margin-right: 20px;
    	margin-bottom: 20px;
    	margin-top: 20px;    	
    	padding: 0px 12px;
		text-decoration: none; 
	    border-radius: 3px;    
	    overflow: hidden; 
	    color: #000000;
		background: #eef1ff;
		-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;	        
	}

	a.block_button{
    text-decoration: none;
	border-radius: 3px 3px 3px 3px;    
	margin: 20px;
	text-align: center;
	font-size: 14pt;
	font-family: arial;
	display: inline-block;
	overflow: hidden; 
	color: #fff;
    background: #4fac39; 
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fac39', endColorstr='#3a9923'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#4fac39), to(#3a9923)); 
	background: -moz-linear-gradient(top,  #4fac39,  #3a9923); 
    background: -o-linear-gradient(top,  #4fac39,  #3a9923);
	background: gradient(linear, top,  #4fac39,  #3a9923); */
	border: 1px solid #3a9923; 
	padding: 10px 35px;
	width: 140px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}


	.rel_products2 {
    	display: inline-block;
    	width: 270px;
    	min-height: 160px;
    	float: left;
    	margin-right: 20px;
    	margin-bottom: 20px;
    	margin-top: 20px;    	
    	padding: 0px 12px;
		text-decoration: none; 
	    border-radius: 3px;    
	    overflow: hidden; 
	    color: #000000;
		background: #eef1ff;
		-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	a.block_button2{
    text-decoration: none;
	border-radius: 3px 3px 3px 3px;    
	margin: 20px;
	text-align: center;
	font-size: 14pt;
	font-family: arial;
	display: inline-block;
	overflow: hidden; 
	color: #fff;
    background: #da1b1b; 
	border: 1px solid #da1b1b; 
	padding: 10px 35px;
	width: 140px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}


	.rel_products3 {
    	display: inline-block;
    	width: 160px;
    	min-height: 100px;
    	float: left;
    	margin-right: 10px;
    	margin-bottom: 20px;
    	margin-top: 20px;    	
    	padding: 0px 12px;
		text-decoration: none; 
	    border-radius: 3px;    
	    overflow: hidden; 
	    color: #000000;
		background: #eef1ff;
		-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;	        
	}

	a.block_button3{
    text-decoration: none;
	border-radius: 3px 3px 3px 3px;    
	margin: 20px;
	text-align: center;
	font-size: 14pt;
	font-family: arial;
	display: inline-block;
	overflow: hidden; 
	color: #fff;
    background: #da1b1b; 
	border: 1px solid #da1b1b; 
	padding: 10px 30px;
	width: 50px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		
	}
		