@charset "utf-8";/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    backdrop-filter: blur(10px);
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999999;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  display: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */

}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
 
    background-color: transparent;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-container {
/*    background: url(http://www.ubnt.su/style_1/caption.png);*/
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close-2.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@keyframes imgCat1{
	
	0%{opacity: 1;}
	20%{opacity: 1;}
	25%{opacity: 0;}
	75%{opacity: 0;}
	80%{opacity: 1;}
	100%{opacity: 1;}
	
}
@keyframes imgCat2{
	0%{opacity: 0;}
	20%{opacity: 0;}
	25%{opacity: 1;}
	75%{opacity: 1;}
	80%{opacity: 0;}
	100%{opacity: 0;}
}

 
.lity {
  z-index: 99999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 99999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9999;
  width: 35px;
  height: 35px;
  margin-right: -35px;
    margin-top: -35px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none!important;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}


.lityYP {
	transition: .5s;
  display: flex;
  align-items: center;
  border-radius: 3px;
  color: #9f9f9f;
  background: none;
  padding: 0px 10px;
  margin: 5px 4px 4px 2px;
  font-size: 12px;
	font-family: 'Exo 2', sans-serif;
	float: right;
}

			.lityYP:hover {
    color: #fff!important;
    background: #29AFE4!important;
	transform: scale(1.01);
    font-size: 12px;
			}

          .lityYP:hover .ubnt-icon--youtube {
            color: #fff!important;
              }
    

/*

.lityYP {
	transition: .5s;
  display: flex;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  border: 1px solid darkgrey;
  background: none;
  padding: 0px 10px;
  margin: 5px 4px 4px 2px;
  font-size: 13px;
	font-family: 'Exo 2', sans-serif;
	float: right;
}

			.lityYP:hover {
    color: #fff!important;
    background: #00aaffe0!important;
	transform: scale(1.01);
    font-size: 13px;
			}*/

      
			.lityYP:focus {
   color: #fff!important; 
			}

      .rightYP {
        float: right!important;
      }

      .lityYP .ubnt-icon--youtube {
        transition: .5s;
        font-size: 20px;
        vertical-align: bottom;
        color: #9f9f9f;
            }

            .rightYP .ubnt-icon--youtube {
              transition: .5s;
              font-size: 26px;
              vertical-align: bottom;
              color: #9f9f9f;
                  }

            .rightYP {
              color: #fff;
              float: right!important;
              display: flex;
              align-items: center;
              padding: 0px 5px;
              margin-top: 20px;
              border-radius: 3px;
              border: 1px solid darkgrey;
              background: none;
              font-size: 13px;
            }

            .rightYP:hover {
              color: #fff!important;
              background: #00aaffe0!important;
            transform: scale(1.01);
              font-size: 13px;
                }
      
            .rightYP .ubnt-icon--youtube {
              vertical-align: middle!important;
              color: red;
                  }

                  .rightYP span {
                  color: red;
                  }





                  .ypfix {padding-right: 0px!important;padding-left: 0px!important;}
                  .ypacs-name {display: block;font-size: 13px;color: #fff;width: 100%;text-align: center;font-family: 'Exo 2';}
                  .ypacs-img {text-align: center;filter: drop-shadow(rgba(0, 0, 0,1) 0px 0px 4px);}
                  .ypacs-img > img {margin-top: 15px;height: 100px;width: auto;}
                  .ypacs-block {margin: 0 0 0 0;display: block;height: 215px;padding: 0;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
                  .ypacs-block:hover {background: #1c262c;z-index: 10;height: 215px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);}
                  .ypacs-descr {margin: 0;padding: 0;height: 25px;}
                  .ypacs-block:hover .ypacs-descr {display: block;}
                  .yp-span {margin-top: 5px;margin: 5px;color: #b1b1b1;text-align: justify;font-size: 11px;line-height: 1.2;font-family: Verdana, Geneva, sans-serif;text-align: center;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;-ms-line-clamp: 2;-webkit-line-clamp: 2;line-clamp: 2;display: -webkit-box;display: box;word-wrap: break-word;-webkit-box-orient: vertical;box-orient: vertical;}
                  .ypacs-row {display: block;margin: 0;width: 100%;background: #0c1114;text-align: center;}
                  /*
                  .ypacs-row {display: block;margin: 0;width: 100%;background: linear-gradient(to right, #0c1114, #1e2931, #0c1114);text-align: center;}
                  .ypacs-row {display: block;margin: 0;width: 100%;background: linear-gradient(to right, #0c1114, #1e2931, #0c1114);text-align: center;}
                  .ypacs-board {border: 1px solid #1d262c;}*/
                  #yp-pricex {position: relative;display: inline-block;width: auto;line-height: 20px;text-align: center;font-size: 14px;font-family: "Exo 2", sans-serif;font-weight: 500;color: #ffffff;text-shadow: rgba(255, 255, 255, 0.3) 0px 1px 0px;cursor: pointer;background: linear-gradient(rgb(13 18 21) 0%, rgb(14 19 23) 100%);border-radius: 4px;padding: 0px 5px 0px 12px;border-width: initial;border-style: none;border-color: initial;border-image: initial;}
                  #yp-pricex::before {display: none;text-align: center;content: "";margin-right: 5px;position: relative;top: 4px;display: inline-block;text-rendering: auto;-webkit-font-smoothing: antialiased;transform: translate(0px, 0px);color: rgb(9, 24, 35);text-shadow: none;float: left;right: 2px;font: 18px / 1 FontAwesome;}
                  #yp-pricex:after {content: "p";font-family: als_rublregular;font-size: 84% !important;color: #ffffff;margin: 0px 5px 0px 3px;position: relative;right: 0px;top: 1px;margin-left: 4px;float: right;}
                  .yp-pricex:hover .yp-pricex:after {color: #000;filter: invert(0%);}
                  #yp-pricex:hover {background: #afffaa;color: #fff;text-shadow: rgba(1, 1, 1, 1) 1px 1px 4px;background: -moz-linear-gradient(top, #afffaa 0%, #62d666 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afffaa), color-stop(100%,#62d666));background: -webkit-linear-gradient(top, #afffaa 0%,#62d666 100%);background: -o-linear-gradient(top, #afffaa 0%,#62d666 100%);background: -ms-linear-gradient(top, #afffaa 0%,#62d666 100%);background: linear-gradient(to bottom, #afffaa 0%,#62d666 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afffaa', endColorstr='#62d666',GradientType=0);}
                  .ypacs-descr .pozaprosu:after {line-height: 20px;color: #fff !important;margin-right: 10px !important;top: -1px !important;}
                  .ypacs-descr .price.pozaprosu {min-height: 0px;top: 4px;}
                  .ypacsblock__control__item h3:after {content: '';position: absolute;bottom: -2px;left: 0;width: 100%;height: 2px;background-color: rgb(0, 161, 223);transition: .3s ease-in-out;transform: scale(0, 1);z-index: 999;}
                  .ypacsblock {text-align: center;}
                  .ypacsblock h3 {text-align: center;font-size: 16px;}
                  .ypacsblock__controls {position: relative;white-space: nowrap;}
                  .ypacsblock__controls__bg {display: block;position: absolute;z-index: 1;top: 0;left: 0;width: 100px;opacity: 1;height: 100%;border-radius: 99px;transition: .5s;}
                  .ypacsblock__control__item {position: relative;z-index: 2;cursor: pointer;display: table-cell!important;text-align: left;font-family: 'Exo 2';padding: 8px 16px 6px 24px;line-height: 1.2;font-size: .9em;opacity: .7;}
                  .ypacsblock__control__item span {transition: .3s .1s;}
                  .ypacsblock__control__item:hover,
                  .ypacsblock__control__item:focus {opacity: 1;}
                  .ypacsblock__control__item.active {opacity: 1;color: #fff;}
                  .ypacsblock__content {position: relative;z-index: 3;margin-bottom: 20px;overflow: hidden;transition: .35s;min-height: 140px;}
                  .ypacsblock__content__item {position: absolute;visibility: hidden;opacity: 0;z-index: 1;top: 0;left: 0;width: 100%;transition: .3s;}
                  .ypacsblock__content__item.active {position: relative;visibility: visible;opacity: 1;z-index: 2;}
                  @media screen and (max-width: 1169px){.ypacsblock .techno-menu {height: 60px;}}
                  @media screen and (max-width: 660px) {
                  .ypacsblock__controls .techno-menu::after {display: none;}
                  .ypacsblock__controls {border: none;display: flex;justify-content: center;flex-wrap: wrap;text-align: center;min-width: auto;}
                  .ypacsblock__controls__bg {display: none;}
                  .ypacsblock__control__item {border: 2px solid #CFD6E5;border-radius: 99px;font-size: 0.8em;width: 100%;text-align: center;margin: 0;margin-bottom: 10px;display: flex;padding: 0px 5px;justify-content: center!important;margin-top: 5px!important;margin-bottom: 5px!important;}
                  .ypacsblock__control__item.active {border-color: #27b0e4;background-image: linear-gradient(0deg, #27b0e4 0%, #29aee0 100%);}
                  }