@charset "UTF-8";
/*
 Theme Name:   iRemont
 Description:  iRemont theme is theme, based on Yevhen Andrikanych http://andrikanich.guru/ HTML/CSS/JS template and appended for WordPress
 Author:       Yevhen Andrikanych, Begy Kyrylo
*/
@font-face {
  font-family: 'Geometria';
  src: url("fonts/Geometria-Bold.eot");
  src: local("☺"), url("fonts/Geometria-Bold.woff") format("woff"), url("fonts/Geometria-Bold.ttf") format("truetype"), url("fonts/Geometria-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'SFUIDisplay';
  src: url("fonts/SFUIDisplay-Light.eot");
  src: local("☺"), url("fonts/SFUIDisplay-Light.woff") format("woff"), url("fonts/SFUIDisplay-Light.ttf") format("truetype"), url("fonts/SFUIDisplay-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SFUIDisplay';
  src: url("fonts/SFUIDisplay-Bold.eot");
  src: local("☺"), url("fonts/SFUIDisplay-Bold.woff") format("woff"), url("fonts/SFUIDisplay-Bold.ttf") format("truetype"), url("fonts/SFUIDisplay-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'SFUIDisplay';
  src: url("fonts/SFUIDisplay-Regular.eot");
  src: local("☺"), url("fonts/SFUIDisplay-Regular.woff") format("woff"), url("fonts/SFUIDisplay-Regular.ttf") format("truetype"), url("fonts/SFUIDisplay-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SFUIDisplay';
  src: url("fonts/SFUIDisplay-Heavy.eot");
  src: local("☺"), url("fonts/SFUIDisplay-Heavy.woff") format("woff"), url("fonts/SFUIDisplay-Heavy.ttf") format("truetype"), url("fonts/SFUIDisplay-Heavy.svg") format("svg");
  font-weight: 800;
  font-style: normal; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "SFUIDisplay";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
  body.page {
    padding: 0 !important; }

input, button, textarea {
  font-family: "SFUIDisplay"; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

.gm, .mainservices-item__title, .mainbanner-content__title, .morelink {
  font-family: 'Geometria'; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .wrapper.loaded {
    opacity: 1; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1192px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(js/fancybox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(js/fancybox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(js/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(js/fancybox/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(js/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(js/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

header {
  position: relative;
  z-index: 50; }

.header-top {
  background-color: #009fe3;
  -webkit-box-shadow: 0 -1px 8px rgba(25, 25, 25, 0.5);
  box-shadow: 0 -1px 8px rgba(25, 25, 25, 0.5);
  position: relative;
  z-index: 2; }

.header-top-body {
  height: 74px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-top-column_menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

@media (max-width: 767px) {
  .header-top-body {
    height: 50px; }
    .header-top-body:before {
      content: '';
      background-color: #009fe3;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2; } }

.header__logo {
  position: relative;
  z-index: 5; }

.header-menu__icon {
  display: none; }

.header-menu {
  margin: 0 40px;
  padding: 5px 0px 0px 0px; }

.header-menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around; }

.header-menu__link {
  color: #ffffff;
  font-size: 14px; }
  .header-menu__link:hover {
    text-decoration: underline; }

@media (max-width: 1192px) {
  .header-menu {
    margin: 0 30px; } }

@media (max-width: 992px) {
  .header-menu {
    margin: 0 20px; } }

@media (max-width: 767px) {
  .header-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: #fff;
    margin: 0;
    padding: 70px 10px 0px 10px;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .header-menu.active {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
  .header-menu__icon {
    display: block;
    position: absolute;
    top: 17px;
    right: 10px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5; }
    .header-menu__icon span {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      top: 8px;
      left: 0px;
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff; }
      .header-menu__icon span:first-child {
        top: 0px; }
      .header-menu__icon span:last-child {
        top: auto;
        bottom: 0px; }
    .header-menu__icon.active span {
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .header-menu__icon.active span:first-child {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px; }
      .header-menu__icon.active span:last-child {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 8px; }
  .header-menu-list {
    display: block;
    margin: 0px 0px 20px 0px; }
    .header-menu-list li {
      margin: 0px 0px 15px 0px; }
      .header-menu-list li:last-child {
        margin: 0px 0px 0px 0px; }
  .header-menu__link {
    color: #0086bf;
    font-size: 26px; } }

.header-contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-contacts__address {
  font-size: 13px;
  font-weight: 300;
  background: url("img/icons/map.svg") left no-repeat;
  padding: 0px 0px 0px 24px;
  color: #fff;
  line-height: 16px;
  margin: 0px 40px 0px 0px; }

.header-contacts-phones {
  text-align: center;
  cursor: pointer;
  position: relative; }
  .header-contacts-phones.active .header-contacts-phones-box {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }

.header-contacts-phones__icon {
  background: url("img/icons/arrow-down.svg") right no-repeat;
  padding: 0px 15px 0px 0px;
  display: inline-block;
  margin: 0px 0px 4px 0px; }

.header-contacts-phones__title {
  font-size: 13px;
  color: #fff; }

.header-contacts-phones-box {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 40px;
  right: 0;
  padding: 10px 15px;
  white-space: nowrap;
  border-radius: 13px;
  background-color: rgba(232, 232, 232, 0.95); }

.header-contacts-phones-box__item {
  color: #000;
  font-size: 11px;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 5px 0px;
  display: inline-block;
  line-height: 15px; }
  .header-contacts-phones-box__item:hover {
    text-decoration: underline; }

.header-contacts-phones-box__item_1 {
  background: url("img/icons/operators/01_g.svg") left no-repeat; }

.header-contacts-phones-box__item_2 {
  background: url("img/icons/operators/02_g.svg") left no-repeat; }

.header-contacts-phones-box__item_3 {
  background: url("img/icons/operators/03_g.svg") left no-repeat; }

.header-contacts-phones-box__item_4 {
  background: url("img/icons/operators/04_g.svg") left no-repeat;
  margin: 0px 0px 0px 0px; }

@media (max-width: 1192px) {
  .header-contacts__address {
    margin: 0px 20px 0px 0px; } }

@media (max-width: 992px) {
  .header-contacts {
    display: block; }
  .header-contacts__address {
    font-size: 12px;
    margin: 0px 0px 8px 0px; }
  .header-contacts-phones {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-contacts-phones__icon {
    padding: 0px 0px 0px 0px;
    background: none;
    margin: 0px 8px 0px 0px; }
  .header-contacts-phones__title {
    background: url("img/icons/arrow-down.svg") right no-repeat;
    padding: 0px 15px 0px 0px; } }

@media (max-width: 767px) {
  .header-contacts {
    background-color: #000;
    margin: 0px -10px;
    padding: 15px 10px; }
  .header-contacts__address {
    font-size: 16px; }
  .header-contacts-phones {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header-contacts-phones.header-contacts-phones-box {
      display: block; }
  .header-contacts-phones__title {
    font-size: 16px; }
  .header-contacts-phones-box {
    width: 100%;
    top: 0;
    margin-top: 10px;
    text-align: left;
    display: block;
    opacity: 1;
    border-radius: 0;
    position: relative;
    z-index: 5;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
	}

.header-contacts-phones-box__item {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    padding-left: 30px;
}
	
.header-contacts-phones-box__item_1,
.header-contacts-phones-box__item_2,
.header-contacts-phones-box__item_3,
.header-contacts-phones-box__item_4
	{
    background-size: 17px;
}	
	
}

.header-bottom {
  background-color: #000; }
  .header-bottom .container {
    position: relative; }

.header-bottom-menu {
  text-align: center; }

.header-bottom-menu-list {
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-bottom-menu-list li {
    margin: 0 23px; }

.header-bottom-menu__link {
  font-size: 14px;
  font-weight: 300;
  color: #fff; }
  .header-bottom-menu__link:hover {
    text-decoration: underline; }

@media (max-width: 1192px) {
  .header-bottom-menu {
    text-align: left; }
  .header-bottom-menu-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .header-bottom-menu-list li {
      margin: 0 25px 0 0px; } }

@media (max-width: 992px) {
  .header-bottom-menu-list li {
    margin: 0 15px 0 0px; } }

@media (max-width: 767px) {
  .header-bottom-menu-list {
    height: auto;
    display: block;
    margin: 0px 0px 20px 0px; }
    .header-bottom-menu-list li {
      margin: 0px 0px 15px 0px; }
      .header-bottom-menu-list li:last-child {
        margin: 0px 0px 0px 0px; }
  .header-bottom-menu__link {
    font-size: 18px;
	 color: #009fe3;
    font-weight: 500;
	} }

.header-bottom-lang {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  .header-bottom-lang.active .header-bottom-lang-box {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }

.header-bottom-lang__label {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 38px; }

.header-bottom-lang-items {
  position: relative;
  margin: 0px 0px 0px 5px; }

.header-bottom-lang__title {
  line-height: 38px;
  font-size: 12px;
  color: #fff;
  padding: 0px 15px 0px 0px;
  cursor: pointer; }
  .header-bottom-lang__title:after {
    content: '';
    background: url("img/icons/arrow-down.svg") center no-repeat;
    width: 9px;
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    background-size: 9px; }

.header-bottom-lang-box {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 33px;
  right: 0;
  position: absolute;
  right: 0;
  padding: 15px 15px;
  white-space: nowrap;
  border-radius: 13px;
  background-color: rgba(232, 232, 232, 0.95); }

.header-bottom-lang__item {
  display: block;
  color: #000;
  font-size: 16px;
  text-align: right;
  margin: 0px 0px 10px 0px; }
  .header-bottom-lang__item:hover {
    text-decoration: underline; }
  .header-bottom-lang__item:last-child {
    margin: 0px 0px 0px 0px; }

@media (max-width: 767px) {
  .header-bottom-lang {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header-bottom-lang.active .header-bottom-lang-box {
      display: block; }
  .header-bottom-lang__label {
    font-size: 16px; }
  .header-bottom-lang__title {
    font-size: 16px; }
  .header-bottom-lang-box {
    position: relative;
    border-radius: 0;
    top: 0;
    display: none;
    width: 100%; }
  .header-bottom-lang__item {
    text-align: left; } }

footer {
  background-color: #000;
  padding: 65px 0; }

@media (max-width: 767px) {
  footer {
    padding: 30px 0; } }

.footer-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }
  .footer-column:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

@media (max-width: 992px) {
  .footer-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

@media (max-width: 767px) {
  .footer-body {
    display: block; }
  .footer-column:last-child {
    display: block; } }

.footer-menus {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }

.footer-menus-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 15px 0px 0px; }

.footer-menu li {
  margin: 0px 0px 20px 0px; }
  .footer-menu li:last-child {
    margin: 0px 0px 0px 0px; }

.footer-menu__link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px; }
  .footer-menu__link:hover {
    text-decoration: underline; }

@media (max-width: 767px) {
  .footer-menus {
    margin: 0px 0px 30px 0px; } }

@media (max-width: 500px) {
  .footer-menus {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-menus-column {
    margin: 0px 0px 15px 0px; } }

.footer-contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -35px; }

.footer-contacts-column {
  padding: 0px 35px; }

.footer-contacts-phones {
  margin: 7px 0px 10px 0px; }

.footer-contacts-phones__item {
  color: #ffffff;
  font-size: 13px;
  padding: 0px 0px 0px 21px;
  margin: 0px 0px 15px 0px;
  display: inline-block;
  line-height: 15px; }

.footer-contacts-phones__item_1 {
  background: url("img/icons/operators/01.svg") 0 0 no-repeat;
  margin: 0px 0px 20px 0px; }

.footer-contacts-phones__item_2 {
  background: url("img/icons/operators/02.svg") 0 0 no-repeat; }

.footer-contacts-phones__item_3 {
  background: url("img/icons/operators/03.svg") 0 0 no-repeat; }

.footer-contacts-phones__item_4 {
  background: url("img/icons/operators/04.svg") 0 0 no-repeat; }

.footer-contacts-message__icons {
  margin: 0px 0px 5px 0px; }
  .footer-contacts-message__icons img {
    margin: 0px 5px 0px 0px; }

.footer-contacts-message__item {
  color: #ffffff;
  font-size: 13px; }

.footer-contacts__logo {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  margin: 0px 0px 20px 25px; }
  .footer-contacts__logo img {
    margin: 0px 0px 4px 0px; }

.footer-contacts__address {
  background: url("img/icons/map.svg") left no-repeat;
  padding: 0px 0px 0px 25px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin: 0px 0px 15px 0px; }

.footer-contacts-schedule {
  margin: 0px 0px 0px 25px;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  line-height: 16px; }

.footer-contacts-schedule__label {
  font-weight: 500;
  margin: 0px 0px 10px 0px;
  font-size: 14px; }

@media (max-width: 992px) {
  .footer-contacts {
    margin: 0px -15px; }
  .footer-contacts-column {
    padding: 0px 15px; } }

@media (max-width: 992px) {
  .footer-contacts {
    margin: 0px -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-contacts-column {
    padding: 0px 15px; } }

@media (max-width: 500px) {
  .footer-contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-contacts-phones__item {
    font-size: 12px; } }

.mainslider {
  padding: 26px 0px; }
  .mainslider.view .mainslider-slide-content__title {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .mainslider.view .mainslider-slide-content__text {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0.1s;
    -moz-transition: all 0.8s ease 0.1s;
    -ms-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s; }
  .mainslider.view .mainslider-slide-content__btn {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s; }

.mainslider-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -14px 0px 0px 0px;
  width: 14px;
  height: 28px;
  z-index: 10; }
  .mainslider-slider .slick-arrow.slick-prev {
    background: url("img/icons/sl-left.svg") 0 0 no-repeat;
    left: 15px; }
  .mainslider-slider .slick-arrow.slick-next {
    background: url("img/icons/sl-right.svg") 0 0 no-repeat;
    right: 15px; }

.mainslider-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center; }
  .mainslider-slider .slick-dots li {
    margin: 0px 5px;
    display: inline-block; }
    .mainslider-slider .slick-dots li button {
      font-size: 0;
      border-radius: 50%;
      background-color: #fff;
      width: 10px;
      height: 10px; }
    .mainslider-slider .slick-dots li.slick-active button {
      opacity: 0.3; }

.mainslider-slide {
  border-radius: 6px; }

.mainslider-slide-content {
  position: relative;
  z-index: 2;
  height: 350px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mainslider-slide-body {
  max-width: 990px;
  margin: 0px auto;
  width: 100%;
  padding: 0 20px; }

.mainslider-slide-content__title {
  opacity: 0;
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  letter-spacing: 0.7px; }

.mainslider-slide-content__text {
  opacity: 0;
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  font-size: 13px;
  font-weight: 300;
  max-width: 405px;
  color: #fff;
  line-height: 16px;
  margin: 0px 0px 30px 0px; }

.mainslider-slide-content__btn {
  opacity: 0;
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px); }

.mainslider-slide__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .mainslider-slide__bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6; }

@media (max-width: 1192px) {
  .mainslider-slide-content {
    padding: 0 30px; } }

@media (max-width: 767px) {
  .mainslider-slide-content__title {
    font-size: 24px; }
  .mainslider-slide-content__text {
    margin: 0px 0px 15px 0px; } }

.advantages {
  margin: 0px 0px 27px 0px; }
  .advantages.view .advantages-item__icon {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .advantages.view .advantages-item__text {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }

.advantages-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -6px; }

.advantages-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0px 14px; }

.advantages-column:first-of-type {
	padding-left: 6px;
}

.advantages-column:last-of-type {
	padding-right: 6px;
}

.advantages-item {
  -webkit-box-shadow: 0 1px 6px #d7d7d7;
  box-shadow: 0 1px 6px #d7d7d7;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  text-align: center;
  height: 225px;
  padding: 55px 0px 0px 0px; }

.advantages-item__icon {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  margin: 0px 0px 20px 0px; }

.advantages-item__text {
  opacity: 0;
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.37px; }

@media (max-width: 992px) {
  .advantages-item {
    height: 180px;
    padding: 25px 0px 0px 0px; }
  .advantages-item__text {
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 700px) {
  .advantages-body {
    display: block; }
  .advantages-column {
    max-width: none;
    margin: 0px 0px 10px 0px; }
    .advantages-column:last-child {
      margin: 0px 0px 0px 0px; }
  .advantages-item {
    height: auto;
    padding: 15px 0; } }

.mainservices {
  margin: 0px 0px 9px 0px; }
  .mainservices.view .mainservices-item__image {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .mainservices.view .mainservices-item__title {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0.1s;
    -moz-transition: all 0.8s ease 0.1s;
    -ms-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s; }
  .mainservices.view .mainservices-item__text {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s; }
  .mainservices.view .mainservices-item__link {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0.3s;
    -moz-transition: all 0.8s ease 0.3s;
    -ms-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s; }

.mainservices-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -3.5px; }

.mainservices-column {
  padding: 0px 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%; }

.mainservices-column:first-of-type {
	padding-left: 3.5px;
}

.mainservices-column:last-of-type {
	padding-right: 3.5px;
}


.mainservices-item__image {
  opacity: 0;
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  border-radius: 5px;
  display: block;
  height: 245px;
  position: relative;
  overflow: hidden; }
  .mainservices-item__image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5; }

.mainservices-item-body {
  padding: 20px 15px; }

.mainservices-item__title {
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  opacity: 0;
  color: #000000;
  font-size: 20px;
  margin: 0px 0px 5px 0px;
  display: inline-block; }
  .mainservices-item__title:hover {
    text-decoration: underline; }

.mainservices-item__text {
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  opacity: 0;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 0.32px;
  margin: 0px 0px 15px 0px; }

.mainservices-item__link {
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
  opacity: 0; }
  .mainservices-item__link:hover {
    text-decoration: underline; }

@media (max-width: 992px) {
  .mainservices-item__image {
    height: 200px; }
  .mainservices-item-body {
    padding: 20px 10px; } }

@media (max-width: 767px) {
  .mainservices-list {
    display: block; } }

.about-gallery {
  padding: 30px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.about-gallery-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0px 6px;
  margin: 0px 0px 12px 0px; }

.about-gallery__item img {
  max-width: 100%;
  width: 100%; }

@media (max-width: 767px) {
  .about-gallery {
    display: block;
    margin: 0; }
  .about-gallery-column {
    padding: 0; } }

.contacts-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.contacts-column {
  padding: 0px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0px 0px 10px 0px; }

.contacts-block {
  height: 100%;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  border: 1px solid #f3f3f3;
  background-color: #ffffff;
  padding: 40px; }

.contacts-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -5px; }

.contacts-items-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0px 5px; }

.contacts-item {
  margin: 0px 0px 25px 0px; }
  .contacts-item:last-child {
    margin: 0px 0px 0px 0px; }

.contacts-item__label {
  color: #009fe3;
  font-size: 16px;
  letter-spacing: 0.52px;
  padding: 0px 0px 0px 22px;
  margin: 0px 0px 10px 0px;
  font-weight: 500; }

.contacts-item__txt {
  padding: 0px 0px 0px 22px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300; }

.contacts-item-phones__item {
  color: #000;
  font-size: 13px;
  padding: 0px 0px 0px 21px;
  margin: 0px 0px 10px 0px;
  display: inline-block;
  line-height: 15px; }

.contacts-item-phones__item_1 {
  background: url("img/icons/operators/01_b.svg") 0 0 no-repeat; }

.contacts-item-phones__item_2 {
  background: url("img/icons/operators/02_b.svg") 0 0 no-repeat; }

.contacts-item-phones__item_3 {
  background: url("img/icons/operators/03_b.svg") 0 0 no-repeat; }

.contacts-item-phones__item_4 {
  background: url("img/icons/operators/04_b.svg") 0 0 no-repeat;
  margin: 0; }

.contacts-item-message__icons {
  margin: 0px 0px 5px 0px; }
  .contacts-item-message__icons img {
    margin: 0px 5px 0px 0px; }

.contacts-item-message__item {
  color: #000;
  font-size: 13px; }

.contacts-item-social__item {
  color: #000;
  font-size: 13px;
  padding: 0px 0px 0px 21px;
  margin: 0px 0px 10px 0px;
  display: inline-block;
  line-height: 15px; }

.contacts-item-social__item_1 {
  background: url("img/icons/inctagram.svg") 0 0 no-repeat; }

.contacts-item-social__item_2 {
  background: url("img/icons/facebook.svg") 0 0 no-repeat;
  margin: 0; }

.contacts-item__address {
  background: url("img/icons/map_b.svg") 0 0 no-repeat;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  padding: 0px 0px 0px 22px; }

.contacts-block__title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.78px;
  margin: 0px 0px 10px 0px; }

.contacts-block__txt {
  font-size: 14px;
  font-weight: 300;
  max-width: 280px;
  line-height: 16px; }

.contacts-form {
  padding: 10px 0px 0px 0px; }
  .contacts-form .form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0; }
    .contacts-form .form-inputs .form-input {
      margin: 0; }

.contacts-sms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  border: 1px solid #f3f3f3;
  background-color: #ffffff;
  padding: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contacts-sms-form {
  position: relative; }
  .contacts-sms-form.load:after {
    content: '';
    opacity: 0.5;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15; }

.contacts-sms-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0px 10px; }

.contacts-sms__title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.78px;
  margin: 0px 0px 10px 0px; }

.contacts-sms__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px; }

.contacts-sms-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -15px; }

.contacts-sms-form-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0px 15px;
  position: relative; }

.contacts-sms__message {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: -17px;
  left: 15px; }
  .contacts-sms__message.red {
    color: red; }
  .contacts-sms__message.green {
    color: green; }

@media (max-width: 992px) {
  .contacts-row {
    display: block;
    margin: 0; }
  .contacts-column {
    padding: 0; }
  .contacts-sms {
    display: block;
    margin: 0; }
  .contacts-sms-column {
    padding: 0; }
    .contacts-sms-column:first-child {
      margin: 0px 0px 20px 0px; } }

@media (max-width: 767px) {
  .contacts-sms__title, .contacts-block__title {
    font-size: 18px; } }

@media (max-width: 600px) {
  .contacts-block, .contacts-sms {
    padding: 15px; }
  .contacts-block__txt, .contacts-sms__txt {
    font-size: 13px;
    max-width: none; } }

@media (max-width: 450px) {
  .contacts-item__label, .contacts-item__txt {
    padding: 0; }
  .contacts-item__label {
    font-size: 14px; }
  .contacts-item__txt {
    font-size: 11px; }
  .contacts-item__address {
    font-size: 11px;
    line-height: 14px; }
  .contacts-form .form-row {
    display: block;
    margin: 0; }
  .contacts-form .form-column {
    padding: 0; }
  .contacts-form .form-inputs .form-input {
    margin: 0px 0px 10px 0px; }
  .contacts-sms-form {
    display: block; }
  .contacts-sms-form-column:first-child {
    margin: 0px 0px 10px 0px; } }

.price__title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin: 0px 0px 30px 0px; }

@media (max-width: 767px) {
  .price__title {
    font-size: 24px;
    margin: 0px 0px 20px 0px; } }

.price-devices {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #d5d5d5; }

.price-devices-item {
  margin: 0 3px 20px 3px;
  width: 140px;
  height: 130px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .price-devices-item.active, .price-devices-item:hover {
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.21);
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.21); }

.price-devices-item__icon {
  height: 78px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.price-devices-item__txt {
  font-size: 14px;
  display: block;
  padding: 15px 0px 0px 0px; }

@media (max-width: 767px) {
  .price-devices {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .price-devices-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 10px;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 5px 0px; }
    .price-devices-item:last-child {
      margin: 0px 0px 0px 0px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: none;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .price-devices-item__icon {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    min-width: 40px; }
    .price-devices-item__icon img {
      max-width: 100%;
      width: 100%;
      max-height: 30px; }
  .price-devices-item__txt {
    padding: 0px 0px 0px 15px;
    text-align: left; } }

.price-models {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.price-models__item {
  height: 48px;
  font-weight: 700;
  color: #000;
  padding: 0 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  white-space: nowrap; }
  .price-models__item small {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.26px; }
  .price-models__item.active, .price-models__item:hover {
    background-color: #009fe3;
    color: #fff; }

@media (max-width: 992px) {
  .price-models__item {
    font-size: 18px;
    height: 40px;
    padding: 0 12px; } }

@media (max-width: 767px) {
  .price-models {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .price-models__item {
    font-size: 14px;
    height: 35px;
    padding: 0 10px; }
    .price-models__item small {
      font-size: 12px; } }

.price-content {
  margin: 0px 0px 40px 0px; }

.price-body-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }

.price-body-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }
  .price-body-column:first-child {
    border-right: 1px solid #d5d5d5; }

.price-table .cell {
  padding: 0 25px;
  height: 60px;
  vertical-align: middle;
  border-bottom: 1px solid #d5d5d5; }
  .price-table .cell:first-child {
    width: 70%; }

.price-table__label {
  font-size: 16px;
  font-weight: 300; }

.price-table__value {
  font-size: 16px;
  font-weight: 500;
  text-align: center; }

.price-content-footer {
  text-align: center;
  padding: 45px 0px 0px 0px; }

.price-content__more {
  padding: 0 35px;
  display: inline-block;
  line-height: 32px;
  color: #fff;
  height: 32px;
  border-radius: 4px;
  background-color: #636363;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .price-content__more:hover {
    background-color: #878787; }
  .price-content__more i:last-child {
    background: url("img/icons/top.svg") right no-repeat;
    padding: 0px 15px 0px 0px; }

@media (max-width: 992px) {
  .price-table .cell {
    padding: 0 10px; }
  .price-table__label {
    font-size: 14px; }
  .price-table__value {
    font-size: 14px; } }

@media (max-width: 767px) {
  .price-body-row {
    display: block; }
  .price-body-column {
    border: none !important; }
  .price-content {
    margin: 0px 0px 20px 0px; }
  .price-content-footer {
    padding: 20px 0px 0px 0px; } }

.faq-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -7px; }

.faq-column {
  padding: 0px 7px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }

.faq-block {
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  border: 1px solid #f3f3f3;
  background-color: #ffffff;
  padding: 40px; }

.faq-items {
  margin: 0px 0px 30px 0px; }

.faq-item {
  margin: 0px 0px 20px 0px; }
  .faq-item:last-child {
    margin: 0px 0px 0px 0px; }

.faq-item-ask {
  margin: 0px 0px 10px 0px; }

.faq-item-ask__txt {
  line-height: 16px;
  padding: 10px 20px;
  border-radius: 20px;
  letter-spacing: -0.25px;
  position: relative;
  display: inline-block;
  background-color: #e5e6ea;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  max-width: 315px; }
  .faq-item-ask__txt:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e5e6ea; }

.faq-item-ask__inf {
  display: block;
  color: #858e99;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0px 0px 18px; }

.faq-item-answ {
  text-align: right; }

.faq-item-answ__txt {
  background-color: #2fa3fc;
  line-height: 16px;
  padding: 10px 20px;
  border-radius: 20px;
  letter-spacing: -0.25px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  max-width: 315px; }
  .faq-item-answ__txt:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #2fa3fc; }

.faq-item-answ__inf {
  display: block;
  color: #858e99;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 18px 0px 0px; }

.faq-pages {
  margin-bottom: -20px; }

.faq-pages__item {
  color: #858e99;
  font-size: 16px;
  font-weight: 300;
  margin: 0px 10px 0px 0px; }
  .faq-pages__item.active {
    font-weight: 500; }

@media (max-width: 992px) {
  .faq-row {
    display: block;
    margin: 0; }
  .faq-column {
    padding: 0; }
    .faq-column:first-child {
      margin: 0px 0px 10px 0px; } }

@media (max-width: 600px) {
  .faq-block {
    padding: 15px; }
  .faq-pages {
    margin-bottom: 0px; } }

.page404 {
  padding: 100px 0;
  background-color: #e8e8e8;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.page404-body {
  background: url("img/404.svg") center no-repeat;
  min-height: 252px;
  max-width: 550px;
  text-align: center;
  margin: 0px auto; }

.page404-body__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.97px;
  padding: 20px 0px 30px 0px; }

.page404-body__text {
  font-size: 15px;
  font-weight: 300;
  max-width: 450px;
  line-height: 18px;
  margin: 0px auto; }
  .page404-body__text a {
    color: #009fe3; }
    .page404-body__text a:hover {
      text-decoration: underline; }

.page404-body-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0px 0px 0px; }

.page404-body-footer-column {
  padding: 0px 27px; }

.page404-body__btn {
  width: 175px; }

@media (max-width: 767px) {
  .page404 {
    padding: 50px 0; }
  .page404-body__title {
    font-size: 25px; } }

@media (max-width: 450px) {
  .page404-body-footer {
    display: block; }
  .page404-body-footer-column {
    padding: 0px; }
    .page404-body-footer-column:first-child {
      margin-bottom: 10px; }
  .page404-body__btn {
    width: 100%; } }

.page {
  padding: 25px 0; }
  .page h1 {
    font-size: 25px;
    letter-spacing: 0.37px;
    font-weight: 500;
    margin: 0px 0px 20px 0px; }

.page-text span {
  text-indent: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.35px; }

.page-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.35px;
  margin: 0px 0px 15px 0px; }
  .page-text p:last-child {
    margin: 0px 0px 0px 0px; }

.page-text a {
  color: #009fe3;
  text-decoration: underline; }
  .page-text a:hover {
    text-decoration: none; }

.page-text ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  margin: 0px 0px 15px 0px; }
  .page-text ul li {
    margin: 0px 0px 5px 15px;
    position: relative;
    padding: 0px 0px 0px 15px; }
    .page-text ul li:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '•'; }
    .page-text ul li:last-child {
      margin: 0px 0px 0px 15px; }

.mainbanner {
  margin: 0px 0px 27px 0px; }
  .mainbanner.view .mainbanner__image {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .mainbanner.view .mainbanner-content {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s; }

.mainbanner-item {
  display: block;
  height: 330px;
  border-radius: 6px; }
  .mainbanner-item.black .mainbanner-content__title {
    color: #000; }
    .mainbanner-item.black .mainbanner-content__title:after {
      background-color: #6e6e6e; }
  .mainbanner-item.black .mainbanner-content__text {
    color: #000000; }
  .mainbanner-item.rtl .mainbanner-column:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .mainbanner-item.rtl .mainbanner-column:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .mainbanner-item.rtl .mainbanner-content {
    margin: 0px auto; }
    @media (max-width: 992px) {
      .mainbanner-item.rtl .mainbanner-content {
        padding: 20px; } }

.mainbanner-item_changedevice {
  background-image: -webkit-gradient(linear, left top, right top, from(#46eeaa), to(#1cc1ca));
  background-image: -webkit-linear-gradient(left, #46eeaa 0%, #1cc1ca 100%);
  background-image: -o-linear-gradient(left, #46eeaa 0%, #1cc1ca 100%);
  background-image: linear-gradient(to right, #46eeaa 0%, #1cc1ca 100%); }

.mainbanner-item_unlockdevice {
  -webkit-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
  background-color: #f9f9f9;
  margin: 0px 0px 6px 0px; }
  .mainbanner-item_unlockdevice .mainbanner__image {
    top: -17px;
    margin-bottom: -34px; }

.mainbanner-item_paydelivery {
  background-image: -webkit-linear-gradient(315deg, #fc9e93 0%, #ff70a9 100%);
  background-image: -o-linear-gradient(315deg, #fc9e93 0%, #ff70a9 100%);
  background-image: linear-gradient(135deg, #fc9e93 0%, #ff70a9 100%); }
  .mainbanner-item_paydelivery .mainbanner__image {
    top: -15px; }

.mainbanner-item_price {
  background-image: -webkit-linear-gradient(315deg, #fc9e93 0%, #ff70a9 100%);
  background-image: -o-linear-gradient(315deg, #fc9e93 0%, #ff70a9 100%);
  background-image: linear-gradient(135deg, #fc9e93 0%, #ff70a9 100%); }
  .mainbanner-item_price .mainbanner__image {
    margin-top: -15px; }

.mainbanner-item_warranty {
  background-image: -webkit-linear-gradient(315deg, #3b4b70 0%, #7174ff 100%);
  background-image: -o-linear-gradient(315deg, #3b4b70 0%, #7174ff 100%);
  background-image: linear-gradient(135deg, #3b4b70 0%, #7174ff 100%); }
  .mainbanner-item_warranty .mainbanner__image {
    margin: 0px;
    top: 0; }

.mainbanner-row {
  margin: 0px -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.mainbanner-column {
  padding: 0px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }

.mainbanner__image {
  opacity: 0;
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
  position: relative;
  top: -6px;
  margin-bottom: -12px;
  text-align: center;
  display: block;
  padding: 0 20px; }

.mainbanner-content {
  opacity: 0;
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
  padding: 0px 30px 0px 0px;
  display: block;
  max-width: 400px; }

.mainbanner-content__title {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  display: block; }
  .mainbanner-content__title:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 116px;
    height: 3px;
    background-color: #cecece; }

.mainbanner-content__text {
  padding: 20px 0px 0px 0px;
  font-size: 13px;
  line-height: 16px;
  display: block;
  color: #fff;
  font-weight: 300; }

.mainbanner-content__btn {
  margin: 20px 0px 0px 0px; }

@media (max-width: 992px) {
  .mainbanner-row {
    margin: 0px -10px; }
  .mainbanner-column {
    padding: 0px 10px; } }

@media (max-width: 767px) {
  .mainbanner-item {
    height: auto; }
  .mainbanner-row {
    margin: 0;
    display: block; }
  .mainbanner-column {
    display: block;
    padding: 0; }
    .mainbanner-column:first-child {
      text-align: center; }
  .mainbanner__image {
    margin: 0px 0px 0px 0px;
    display: inline-block; }
    .mainbanner__image img {
      max-width: 100%;
      width: 100%; }
  .mainbanner-content {
    padding: 20px;
    max-width: none; }
  .mainbanner-content__title {
    font-size: 22px; }
    .mainbanner-content__title:after {
      bottom: -7px; }
  .mainbanner-content__text {
    max-width: none;
    padding: 15px 0px 0px 0px; }
  .mainbanner-item_warranty {
    padding: 5px 0; } }

.map {
  margin: 0px 0px 10px 0px; }

.map__item {
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  height: 355px; }

@media (max-width: 767px) {
  .map__item {
    height: 280px; } }

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.form-column {
  padding: 0px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }

.form-input {
  margin: 0px 0px 10px 0px; }

.btn {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 0 25px;
  border-radius: 4px;
  background-color: #009fe3;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn:hover {
    background-color: #20baf7; }
  .btn.fw {
    width: 100%; }

.btn-2 {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 0 25px;
  border-radius: 4px;
  background-color: #636363;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-2:hover {
    background-color: #878787; }
  .btn-2.fw {
    width: 100%; }

.select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }
  .select .select-title {
    z-index: 1;
    width: 100%;
    position: relative;
    height: 29px;
    border: 1px solid #f3f3f3;
    background-color: #fff; }
  .select .select-title__arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 5px;
    width: 12px;
    height: 8px;
    background: url("img/icons/select-arrow.png") 0 0 no-repeat; }
  .select .select-title__value {
    font-size: 14px;
    color: #0097ac;
    font-weight: 300;
    line-height: 27px;
    display: block;
    overflow: hidden;
    padding: 0 25px 0 10px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 28px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    border: 1px solid #f3f3f3;
    border-top: none; }
  .select .select-options-inside {
    background-color: #fff;
    padding-bottom: 5px; }
  .select .select-options__value {
    color: #9b9b9b;
    font-weight: 300;
    font-size: 13px;
    padding: 5px 10px; }
    .select .select-options__value:hover {
      color: #000; }

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #dadada;
  background-color: #fcfcfc;
  font-size: 13px;
  letter-spacing: 0.72px;
  width: 100%;
  display: block;
  padding: 0px 20px; }
  .input.err {
    border: 1px solid red; }

textarea.input {
  resize: none;
  height: 95px;
  padding: 10px 20px; }

.check {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 300;
  color: #a9a9a9;
  line-height: 16px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #dadada;
    background-color: #fbfbfb;
    position: absolute; }
  .check.err:before {
    border: 1px solid red; }
  .check.active:before {
    border: 1px solid #dadada;
    background: url("img/icons/check.svg") center no-repeat; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 13px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 80px;
  height: 13px;
  top: 0;
  left: 0;
  background: url("img/icons/bg_rating.png") 0 0 no-repeat;
  z-index: 1; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 13px;
  top: 0;
  left: 0;
  background: url("img/icons/bg_rating_active.png") 0 0 no-repeat;
  z-index: 2; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color: #da0005; }
  .quantity__btn.dwn {
    top: 25px; }

.category-params-item-price-table {
  margin-bottom: 25px; }
  .category-params-item-price-table .cell:first-child {
    padding-right: 15px;
    position: relative; }
    .category-params-item-price-table .cell:first-child:after {
      content: '-';
      position: absolute;
      right: -4px;
      top: 8px;
      font-size: 20px; }
  .category-params-item-price-table .cell:last-child {
    padding-left: 15px; }
  .category-params-item-price-table .cell input {
    height: 37px;
    border: 2px solid #393939;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    width: 100%; }

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative; }
  .category-params-item-price-range .ui-slider-range {
    background-color: #000;
    height: 2px;
    position: relative; }
  .category-params-item-price-range .ui-slider-handle {
    width: 23px;
    height: 28px;
    border: 3px solid #fbfbfb;
    background-color: #ea5922;
    display: block;
    position: absolute;
    top: -14px;
    margin-left: -12px;
    cursor: pointer; }
    .category-params-item-price-range .ui-slider-handle span {
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 50px;
      text-align: center;
      font-size: 10px;
      margin-left: -25px;
      font-weight: 500;
      color: #94a6aa; }

.morelink {
  text-transform: uppercase;
  font-size: 14px;
  color: #009fe3;
  font-weight: 700;
  letter-spacing: 0.64px; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.rub:after {
  content: '₽'; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.baloon {
  max-width: 325px !important; }

.baloon-style {
  display: none; }

.baloon-content {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 25px;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content:after {
    content: '';
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 0px 0px 0px -20px;
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    position: absolute;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: -15px; }

.baloon-close {
  top: 18px !important; }

@media (max-width: 767px) {
  .baloon {
    max-width: 280px !important; } }

.loader_wait {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 999; }

.loader_wait__icon {
  width: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.loader_wait__icon.__circle {
  background: url("img/loader/circle-pulse-loader-200px.svg") no-repeat center;
  background-size: contain; }

.loader_wait__icon.__circle:before {
  content: '';
  display: block;
  padding-top: 100%; }

.loader_wait__icon.__line {
  background: url("img/loader/lblue-big.gif") no-repeat center;
  background-size: contain; }

.loader_wait__icon.__line:before {
  content: '';
  display: block;
  padding-top: 10%; }

.alert {
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  margin: 6px 0;
  display: block;
  font-size: 14px; }

.alert.alert-success {
  border-color: #2a8735;
  color: #2a8735;
  background: #2a873505; }

.alert.alert-info {
  border-color: #03A9F4;
  color: #03A9F4;
  background: #03A9F405; }

.alert.alert-danger {
  border-color: #ffc107;
  color: #ffc107;
  background: #ffc10705; }

.alert.alert-warning {
  border-color: #ff5722;
  color: #ff5722;
  background: #ff572205; }

.alert.alert-error {
  border-color: #F44336;
  color: #F44336;
  background: #F4433605; }

.content-box{
	background-color: #f0f0f0;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	margin-bottom: 10px; }