@import url("https://fonts.googleapis.com/css?family=Pacifico|Roboto:300,300i,400,400i,500,500i,700&subset=cyrillic");
/*@import '../../node_modules/font-awesome/css/font-awesome.min.css';*/
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
@media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
.sweet-alert fieldset {
    border: none;
    position: relative; }
.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    -webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
.sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      -webkit-transition: padding 0.25s, max-height 0.25s;
      transition: padding 0.25s, max-height 0.25s; }
.sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
.sweet-alert .sa-error-container p {
      display: inline-block; }
.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
.sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
.sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
.sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
.sweet-alert input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.sweet-alert input:focus {
      outline: none;
      -webkit-box-shadow: 0px 0px 3px #c4e6f5;
              box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
.sweet-alert input:focus::-moz-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
.sweet-alert input:focus:-ms-input-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
.sweet-alert input:focus::-webkit-input-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
.sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
.sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
.sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
.sweet-alert.show-input input {
    display: block; }
.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
.sweet-alert button:focus {
      outline: none;
      -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
.sweet-alert button:hover {
      background-color: #7ecff4; }
.sweet-alert button:active {
      background-color: #5dc2f1; }
.sweet-alert button.cancel {
      background-color: #C1C1C1; }
.sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
.sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
.sweet-alert button.cancel:focus {
        -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
                box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
.sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
.sweet-alert button.confirm[disabled] {
      color: transparent; }
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
.sweet-alert button::-moz-focus-inner {
      border: 0; }
.sweet-alert[data-has-cancel-button=false] button {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
.sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
.sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
.sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
.sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
.sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }
/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }
/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }
.la-ball-fall.la-dark {
  color: #333; }
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }
.la-ball-fall {
  width: 54px;
  height: 18px; }
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms; }
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms; }
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-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{-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}
.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.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:var(--swiper-pagination-color,var(--swiper-theme-color))}
.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%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}
.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%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-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-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white{--swiper-pagination-color:#ffffff}
.swiper-pagination-black{--swiper-pagination-color:#000000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.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:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.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%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-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)}}
.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;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-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;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;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-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{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:.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-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
body.compensate-for-scrollbar{overflow:hidden}
.fancybox-active{height:auto}
.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}
.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}
.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}
.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}
.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}
.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}
.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}
.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-toolbar{right:0;top:0}
.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}
.fancybox-is-open .fancybox-stage{overflow:hidden}
.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}
.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}
.fancybox-slide--image{overflow:hidden;padding:44px 0}
.fancybox-slide--image:before{display:none}
.fancybox-slide--html{padding:6px}
.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}
.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}
.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}
.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}
.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}
.fancybox-container [data-selectable=true]{cursor:text}
.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}
.fancybox-spaceball{z-index:1}
.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}
.fancybox-slide--video .fancybox-content{background:#000}
.fancybox-slide--map .fancybox-content{background:#e5e3df}
.fancybox-slide--iframe .fancybox-content{background:#fff}
.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}
.fancybox-iframe{left:0;position:absolute;top:0}
.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}
.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}
.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}
.fancybox-button:hover{color:#fff}
.fancybox-button:focus{outline:none}
.fancybox-button.fancybox-focus{outline:1px dotted}
.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}
.fancybox-button div{height:100%}
.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}
.fancybox-button svg path{fill:currentColor;stroke-width:0}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}
.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}
.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}
.fancybox-close-small:hover{color:#fff;opacity:1}
.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}
.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}
.fancybox-navigation .fancybox-button div{padding:7px}
.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}
.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}
.fancybox-caption{background:-webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}
@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}
.fancybox-caption--separate{margin-top:-50px}
.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}
.fancybox-caption a:hover{color:#fff;text-decoration:underline}
.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}
@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}
.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}
.fancybox-fx-fade.fancybox-slide--current{opacity:1}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}
.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}
.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}
.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}
.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}
.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}
.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}
.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}
.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}
.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}
@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}
.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}
.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}
.fancybox-share p{margin:0;padding:0}
.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}
.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}
.fancybox-share__button:hover{text-decoration:none}
.fancybox-share__button--fb{background:#3b5998}
.fancybox-share__button--fb:hover{background:#344e86}
.fancybox-share__button--pt{background:#bd081d}
.fancybox-share__button--pt:hover{background:#aa0719}
.fancybox-share__button--tw{background:#1da1f2}
.fancybox-share__button--tw:hover{background:#0d95e8}
.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}
.fancybox-share__button svg path{fill:#fff}
.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}
.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}
.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}
.fancybox-show-thumbs .fancybox-thumbs{display:block}
.fancybox-show-thumbs .fancybox-inner{right:212px}
.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}
.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}
.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}
.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}
.fancybox-thumbs__list a:focus:before{opacity:.5}
.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}
@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:active, a:hover, a:focus {
  outline: none;
}
input {
  outline: none;
}
*::-webkit-input-placeholder {
  color: #868686;
  opacity: 1;
}
*:-moz-placeholder {
  color: #868686;
  opacity: 1;
}
*::-moz-placeholder {
  color: #868686;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #868686;
  opacity: 1;
}
*.error::-webkit-input-placeholder {
  color: #f00;
  opacity: 1;
}
*.error:-moz-placeholder {
  color: #f00;
  opacity: 1;
}
*.error::-moz-placeholder {
  color: #f00;
  opacity: 1;
}
*.error:-ms-input-placeholder {
  color: #f00;
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}
.animationBaretsky1 {
  -webkit-animation-name: slide-info;
          animation-name: slide-info;
}
@-webkit-keyframes slide-info {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes slide-info {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -33px;
  width: 66px;
  height: 66px;
  background: transparent url("../img/loader.gif") no-repeat scroll center center;
}
.toTop {
  z-index: 2600;
  position: fixed;
  right: 20px;
  bottom: 50px;
  opacity: 0.75;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.toTop:hover {
  opacity: 1;
}
.toTop i {
  font-size: 2rem;
  color: #254c69;
}
.breadcrumbs__area {
  display: block;
  margin: 0 0 5px;
}
.breadcrumbs__area_filtr {
  display: block;
  margin: 10px auto 0;
  width: 100%;
  max-width: 1680px;
  padding: 0 20px;
}
.breadcrumbs {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #738ea2;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}
.breadcrumbs div {
  margin: 0 5px;
}
.breadcrumbs div a {
  color: #738ea2;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.breadcrumbs div a:hover {
  color: #034573;
}
.breadcrumbs div span {
  color: #034573;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: relative;
}
.header__ssOuter{
  margin-left: 30px;
}
.header__ss {
  /*width: 250px;*/
}
form.form-search {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form.form-search .inputs-group {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 29px;
}
form.form-search .inputs-group .search-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  background-color: white;
  color: #738ea2;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  vertical-align: middle;
  margin-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  border: none;
  outline: none;
}
form.form-search .inputs-group .search-input.active {
}
form.form-search .inputs-group .search-input::-webkit-input-placeholder {
  color: #738ea2;
  opacity: 1;
}
form.form-search .inputs-group .search-input:-moz-placeholder {
  color: #738ea2;
  opacity: 1;
}
form.form-search .inputs-group .search-input::-moz-placeholder {
  color: #738ea2;
  opacity: 1;
}
form.form-search .inputs-group .search-input:-ms-input-placeholder {
  color: #738ea2;
  opacity: 1;
}
form.form-search .inputs-group .search-submit {
  position: absolute;
  border: none;
  right: 0;
  top: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
form.form-search .inputs-group .search-submit i {
  font-size: .75rem;
  margin: 0;
  color: #738ea2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
form.form-search .inputs-group .search-submit:hover {
  background: #1d91d6;
}
form.form-search .inputs-group .search-submit:hover i {
  color: #fff;
}
.simplesearch-highlight {
  background: #ffbc0d;
}
.simplesearch-results {
  padding: 10px 0;
  font-style: italic;
  font-weight: 700 !important;
}
.simplesearch-paging {
  padding: 10px 0;
}
.pagin {
  padding: 0;
  margin-top: 20px;
}
.pagin ul.pagination {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagin ul.pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2px;
}
.pagin ul.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  width: 40px;
  height: 40px;
  color: #738ea2;
  background: #e7faff;
  text-decoration: none;
}
.pagin ul.pagination li.control a {

}
.pagin ul.pagination li.disabled {
  display: none;
}
.pagin ul.pagination li.active a,
.pagin ul.pagination li a:hover {
  background: #157fbe;
  color: #fff;
}
.pagin ul.pagination li.control.active a,
.pagin ul.pagination li.control a:hover {

}
.rows {
  font-size: 0;
}
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?hecv0o");
	src: url("../fonts/icomoon.eot?hecv0o#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.ttf?hecv0o") format("truetype"), url("../fonts/icomoon.woff?hecv0o") format("woff"),
		url("../fonts/icomoon.svg?hecv0o#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-hit-product:before {
	content: "\e945";
	color: #157fbe;
}
.icon-bold-text:before {
	content: "\e901";
}
.icon-discount:before {
	content: "\e902";
}
.icon-document:before {
	content: "\e90f";
}
.icon-ecommerce:before {
	content: "\e92a";
}
.icon-facebook-logo:before {
	content: "\e92b";
}
.icon-hanging-calendar:before {
	content: "\e92c";
}
.icon-icon:before {
	content: "\e92d";
}
.icon-instagram1:before {
	content: "\e92f";
}
.icon-new-product:before {
	content: "\e930";
}
.icon-odnoklassniki-logo:before {
	content: "\e931";
}
.icon-old-telephone:before {
	content: "\e932";
}
.icon-percentage:before {
	content: "\e933";
}
.icon-sale .path1:before {
	content: "\e934";
	color: rgb(0, 0, 0);
}
.icon-sale .path2:before {
	content: "\e935";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}
.icon-sale .path3:before {
	content: "\e936";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}
.icon-sale .path4:before {
	content: "\e937";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}
.icon-sale .path5:before {
	content: "\e938";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}
.icon-sale .path6:before {
	content: "\e939";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}
.icon-sale .path7:before {
	content: "\e93a";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}
.icon-sale .path8:before {
	content: "\e93b";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.icon-sale .path9:before {
	content: "\e93c";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.icon-sale .path10:before {
	content: "\e93d";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.icon-sale .path11:before {
	content: "\e93e";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.icon-sale .path12:before {
	content: "\e93f";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}
.icon-sale-badge:before {
	content: "\e940";
}
.icon-shopping-cart-black-shape:before {
	content: "\e941";
}
.icon-supermarket-sale-tag:before {
	content: "\e943";
}
.icon-wallet:before {
	content: "\e944";
}
.icon-viber:before {
	content: "\e90a";
}
.icon-pinterest1:before {
	content: "\e900";
}
.icon-avatar:before {
	content: "\e903";
}
.icon-back:before {
	content: "\e904";
}
.icon-back2:before {
	content: "\e905";
}
.icon-down1:before {
	content: "\e906";
}
.icon-close:before {
	content: "\e907";
}
.icon-correct:before {
	content: "\e908";
}
.icon-close1:before {
	content: "\e909";
}
.icon-email2:before {
	content: "\e90b";
}
.icon-email:before {
	content: "\e90c";
}
.icon-eye1:before {
	content: "\e90d";
}
.icon-down2:before {
	content: "\e90e";
}
.icon-instagram-symbol:before {
	content: "\e910";
}
.icon-next:before {
	content: "\e911";
}
.icon-next2:before {
	content: "\e912";
}
.icon-paper-plane:before {
	content: "\e913";
}
.icon-phone-call:before {
	content: "\e914";
}
.icon-phone-call2:before {
	content: "\e915";
}
.icon-marker1:before {
	content: "\e916";
}
.icon-profile:before {
	content: "\e917";
}
.icon-shield-checked:before {
	content: "\e918";
}
.icon-shopping-cart:before {
	content: "\e919";
}
.icon-shopping-cart2:before {
	content: "\e91a";
}
.icon-telephone:before {
	content: "\e91b";
}
.icon-twitter1:before {
	content: "\e91c";
}
.icon-twitter2:before {
	content: "\e91d";
}
.icon-up-arrow:before {
	content: "\e91e";
}
.icon-upload:before {
	content: "\e91f";
}
.icon-vk2:before {
	content: "\e920";
}
.icon-youtube1:before {
	content: "\e921";
}
.icon-home:before {
	content: "\e922";
}
.icon-newspaper:before {
	content: "\e923";
}
.icon-pencil:before {
	content: "\e924";
}
.icon-camera:before {
	content: "\e925";
}
.icon-play:before {
	content: "\e926";
}
.icon-film:before {
	content: "\e927";
}
.icon-video-camera:before {
	content: "\e928";
}
.icon-book:before {
	content: "\e929";
}
.icon-stack:before {
	content: "\e92e";
}
.icon-phone:before {
	content: "\e942";
}
.icon-location:before {
	content: "\e947";
}
.icon-location2:before {
	content: "\e948";
}
.icon-map:before {
	content: "\e94b";
}
.icon-map2:before {
	content: "\e94c";
}
.icon-alarm:before {
	content: "\e950";
}
.icon-bell:before {
	content: "\e951";
}
.icon-printer:before {
	content: "\e954";
}
.icon-bubble2:before {
	content: "\e96e";
}
.icon-user:before {
	content: "\e971";
}
.icon-users:before {
	content: "\e972";
}
.icon-user-tie:before {
	content: "\e976";
}
.icon-search:before {
	content: "\e986";
}
.icon-zoom-in:before {
	content: "\e987";
}
.icon-zoom-out:before {
	content: "\e988";
}
.icon-gift:before {
	content: "\e99f";
}
.icon-rocket:before {
	content: "\e9a5";
}
.icon-fire:before {
	content: "\e9a9";
}
.icon-truck:before {
	content: "\e9b0";
}
.icon-accessibility:before {
	content: "\e9b2";
}
.icon-switch:before {
	content: "\e9b6";
}
.icon-clipboard:before {
	content: "\e9b8";
}
.icon-eye:before {
	content: "\e9ce";
}
.icon-cross:before {
	content: "\ea0f";
}
.icon-play2:before {
	content: "\ea15";
}
.icon-pause:before {
	content: "\ea16";
}
.icon-play3:before {
	content: "\ea1c";
}
.icon-pause2:before {
	content: "\ea1d";
}
.icon-circle-up:before {
	content: "\ea41";
}
.icon-circle-right:before {
	content: "\ea42";
}
.icon-circle-down:before {
	content: "\ea43";
}
.icon-circle-left:before {
	content: "\ea44";
}
.icon-scissors:before {
	content: "\ea5a";
}
.icon-google:before {
	content: "\ea88";
}
.icon-google-plus:before {
	content: "\ea8b";
}
.icon-instagram:before {
	content: "\ea92";
}
.icon-whatsapp:before {
	content: "\ea93";
}
.icon-twitter:before {
	content: "\ea96";
}
.icon-vimeo:before {
	content: "\eaa0";
}
.icon-skype:before {
	content: "\eac5";
}
.icon-linkedin2:before {
	content: "\eaca";
}
.icon-pinterest2:before {
	content: "\ead2";
}
.form1__outer {
	background: #738ea2;
	padding: 20px;
	border-radius: 3px;
}
.form1 {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}
.form1 input {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 32px;
	background-color: #fff;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
}
.form1 input.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
.form1 input.work_email1 {
	display: none;
}
.form1 textarea {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 105px;
	background-color: #fff;
	padding: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
	margin-bottom: 10px;
	resize: none;
}
.form1 textarea.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
.submit1 {
	width: 100%;
	border: none;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	text-decoration: none;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	padding: 0 25px;
	background-color: #1d91d6;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 2rem;
	border-radius: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.submit1:hover {
	color: #1d91d6;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	        box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7777;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
.popupCallBack {
	display: none;
	z-index: 8888;
	position: fixed;
	top: 100px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
}
.formZ__area {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 20px 10px;
	position: relative;
	border-radius: 3px;
}
.formZ_title {
	font-size: 1.25rem;
	text-align: center;
	padding: 10px 15px;
	font-weight: 300;
}
.formZ1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.formZ1 input {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 32px;
	background-color: #fff;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
}
.formZ1 input.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
input.work_emailZ1 {
	display: none;
}
.submitZ1 {
	width: 100%;
	border: none;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	text-decoration: none;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	padding: 0 25px;
	background: #738ea2;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 2rem;
	border-radius: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.submitZ1:hover {
	background-color: #1d91d6;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	        box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
.formClose {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #157fbe;
}
.formClose i {
	font-size: 0.875rem;
	color: #fff;
}
.form__policy {
	font-size: 0.75rem;
	color: #000;
	margin-bottom: 10px;
}
.form__policy p {
	font-size: 0.75rem;
	color: #000;
	font-weight: 300;
}
.form__policy a {
	font-size: 0.75rem;
	color: #000;
}
.form__policy_cont {
	font-size: 0.75rem;
	color: #fff;
	margin-bottom: 10px;
}
.form__policy_cont p {
	font-size: 0.75rem;
	color: #fff;
	font-weight: 300;
}
.form__policy_cont a {
	font-size: 0.75rem;
	color: #fff;
}
/*******************/
.mf__area {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 20px 10px;
	position: relative;
	border-radius: 3px;
}
.mf_title {
	font-size: 1.25rem;
	text-align: center;
	padding: 10px 15px;
	font-weight: 300;
}
.mf_subj {
	font-size: 1.325rem;
	text-align: center;
	padding: 0 15px 10px;
	font-weight: 300;
}
.mf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.mf input {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 32px;
	background-color: #fff;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
}
.mf input.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
.mf textarea {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 150px;
	background-color: #fff;
	padding: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
	resize: none;
}
.mf textarea.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
input.work_email-mf {
	display: none;
}
.submit-mf {
	width: 100%;
	border: none;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	text-decoration: none;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	padding: 0 25px;
	background: #738ea2;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 2rem;
	border-radius: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.submit-mf:hover {
	background-color: #1d91d6;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	        box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
/*************************/
.xs__area {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 20px 10px;
	position: relative;
	border-radius: 3px;
}
.xs_title {
	font-size: 1.25rem;
	line-height: 1.2;
	text-align: center;
	padding: 10px 15px;
	font-weight: 300;
}
.xs_subj {
	font-size: 1.325rem;
	text-align: center;
	padding: 0 15px 10px;
	font-weight: 300;
}
.xs_desc {
	font-size: 1rem;
	line-height: 1.2;
	text-align: center;
	padding: 10px 15px;
	font-weight: 300;
}
.xs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.xs input {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 32px;
	background-color: #fff;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
}
.xs input.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
.xs textarea {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 150px;
	background-color: #fff;
	padding: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
	resize: none;
}
.xs textarea.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
input.work_email-xs {
	display: none;
}
.submit-xs {
	width: 100%;
	border: none;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	text-decoration: none;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	padding: 0 25px;
	background: #738ea2;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 2rem;
	border-radius: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.submit-xs:hover {
	background-color: #1d91d6;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	        box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
/*************************/
.mov__area {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 20px 10px;
	position: relative;
	border-radius: 3px;
}
.mov_title {
	font-size: 1.25rem;
	line-height: 1.2;
	text-align: center;
	padding: 10px 15px;
	font-weight: 300;
}
.mov_subj {
	font-size: 1.325rem;
	text-align: center;
	padding: 0 15px 10px;
	font-weight: 300;
}
.mov_desc {
	font-size: 1rem;
	line-height: 1.2;
	text-align: center;
	padding: 10px 15px;
	font-weight: 300;
}
.mov {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.mov input {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 32px;
	background-color: #fff;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
}
.mov input.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
.mov textarea {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 150px;
	background-color: #fff;
	padding: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
	resize: none;
}
.mov textarea.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
input.work_email-mov {
	display: none;
}
.select-mov {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 32px;
	background-color: #fff;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
}
.select-mov.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
.submit-mov {
	width: 100%;
	border: none;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	text-decoration: none;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	padding: 0 25px;
	background: #738ea2;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 2rem;
	border-radius: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.submit-mov:hover {
	background-color: #1d91d6;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	        box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
.mainSlider {
  width: 100%;
  max-width: 990px;
  margin: 0 20px;
}
.swiper-container1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
}
.swiper-slide1 {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper__cadr {
  width: 100%;
  max-width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper__inner1 {
  background: rgba(37, 76, 105, 0.8);
  padding: 20px;
  width: 100%;
  max-width: 400px;
}
.swiper__title1 {
  color: #fefefe;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  /*text-align: center;*/
}
.swiper__text1 {
  color: #fefefe;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  /*text-align: center;*/
  /*margin-bottom: 20px;*/
}
.swiper__link1 {
  text-align: right;
  margin-top: 10px;
}
.swiper__link1 a {
  color: white;
  font-family: Arial;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
.swiper__link1 a:hover {
  text-decoration: none;
}
.swiper-pagination1 {
  bottom: 30px !important;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 22px;
  height: 22px;
  background-color: white;
  border: 2px solid #254c69;
  border-radius: 11px;
}
.swiper-pagination-bullet-active {
  background-color: #254c69;
}
.tovar__slider {
  width: 40%;
  float: left;
  padding: 0 20px 20px 0;
}
.swiper-container2 {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container2 .swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-slide2 {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
}
.swiper-slide2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-slide2 img {
  display: block;
  max-height: 100%;
}
.gallery-top {
  /*height: 80%;*/
  /*width: 100%;*/
  border: 1px solid #738ea2;
}
.gallery-thumbs {
  /*height: 20%;*/
  height: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  padding: 20px;
  border: 2px solid #738ea2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-thumbs .swiper-slide img {
  display: block;
  max-width: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-prev2,
.swiper-button-next2 {
  background-color: rgba(212, 225, 234, 0.8);
  background-image: none !important;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  margin-top: -20px;
}
.swiper-button-prev2 i,
.swiper-button-next1 i {
  color: #000;
  font-size: 1rem;
}
.swiper-button-prev2:hover,
.swiper-button-next2:hover {
  background: #158bca;
  background-image: none;
}
.swiper-button-prev2:hover i,
.swiper-button-next2:hover i {
  color: #fff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #034573;
  font-weight: 300;
  line-height: 1.1;
}
h1 {
  font-size: 2.25rem;
  text-transform: uppercase;
}
h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
h3 {
  font-size: 1.75rem;
  text-transform: uppercase;
}
h4 {
  font-size: 1.625rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.375rem;
}
.content h2, .content h3, .content h4, .content h5, .content h6{
  margin: 10px 0 20px;
}
.content{

}
.content p,
.content ul,
.content ol,
.content blockquote,
.content table {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 20px 0;
  color: #000;
}
.content p:last-child,
.content ul:last-child,
.content ol:last-child{
  margin-bottom: 0;
}
.content ul,
.content ol {
  padding: 0 0 0 25px;
}
.content ul li,
.content ol li {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.content ul li {
  list-style-image: url("../img/ulbg.png");
}
.content blockquote {
  color: #fff;
  padding: 30px 40px;
  background: #1d91d6;
}
.content a {
  color: #158bca;
  text-decoration: underline;
}
.content ol {
  counter-reset: li;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
.content ol li {
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.content ol li:before {
  content: counter(li) '.';
  counter-increment: li;
  position: absolute;
  left: 0px;
  width: 25px;
  text-align: right;
  display: inline-block;
  color: #1e7753;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.content img {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  height: auto;
}
.content b,
.content strong {
  font-weight: bold;
}
.content i,
.content cite,
.content em,
.content var,
.content address,
.content dfn {
  font-style: italic;
}
.content table{
  margin-bottom: 20px;
}
.content table th,
.content table td {
  padding: 10px;
}
/*.content table tr:nth-child(odd)  td {*/
/*  background-color: #e7faff;*/
/*}*/
table.clear {
  border-collapse: collapse;
  margin-bottom: 15px;
}
table.clear td {
  text-align: center;
  vertical-align: middle;
  border: 0;
}
.table_outer {
  max-width: 100%;
  overflow: auto;
}
.table_outer table{
  min-width: 350px;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: text-bottom;
  font-size: smaller;
}
strong{
  font-weight: 700;
}
.hColor{
  color: #000;
}
.pColor{
  color: #000;
}
.blockBG{
  background: #e7e7e7;
}
html,
body {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.site__header {
}
.site__center {
}
.site__footer {
}
.header__area {
	width: 100%;
	background: #fff;
}
.header {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 15px 20px;
}
.logo1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo1 a {
	text-decoration: none;
}
.logo1 span {
	color: #157fbe;
	font-family: Pacifico;
	font-size: 1.5rem;
	font-weight: 400;
	padding-left: 40px;
}
.header__info {
	color: #0074c4;
	font-size: 1.5rem;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
.header__cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.header__contItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	position: relative;
	margin-bottom: 10px;
}
.header__contItem:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background-color: #738ea2;
	left: 50%;
	bottom: -3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header__contItem:hover:after {
	width: 100%;
	left: 0;
	background-color: #1d91d6;
}
.header__contItem i {
	color: #738ea2;
	font-size: 1.5rem;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header__contItem:hover i {
	color: #1d91d6;
}
.header__contItem span {
	color: #738ea2;
	font-size: 1.5rem;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header__contItem:hover span {
	color: #1d91d6;
}
.header__contBtn {
	padding: 0 25px;
	background: #738ea2;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 2rem;
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header__contBtn:hover {
	background-color: #1d91d6;
}
.navLine__area {
	width: 100%;
	background-color: #738ea2;
	position: relative;
	z-index: 1000;
}
.navLine {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.closeBtn {
	display: none;
	padding: 15px;
	text-align: center;
	margin-left: auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.closeBtn i {
	color: #fff;
	font-size: 1.5rem;
}
.menuButton {
	width: 36px;
	height: 36px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	display: none;
	z-index: 2005;
}
.menuButton span {
	display: block;
	position: absolute;
	height: 2px;
	width: 20px;
	background: #fff;
	/*border-radius: 9px;*/
	opacity: 1;
	left: 8px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.menuButton span:nth-child(1) {
	top: 8px;
}
.menuButton span:nth-child(2) {
	top: 17px;
}
.menuButton span:nth-child(3) {
	top: 26px;
}
.menuButton.open span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.menuButton.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.menuButton.open span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.topMenu__area {
	position: relative;
	overflow: hidden;
}
.topMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.topMenu li {
	list-style: none;
}
.topMenu li a {
	line-height: 50px;
	display: block;
	padding: 0 20px;
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.topMenu li.active a,
.topMenu li:hover a {
	background: #254c69;
}
/*.navLine__rightArea{*/
/*display: flex;*/
/*align-items: center;*/
/*}*/
.cart1__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: auto;
}
.cart1__area a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
}
.cart1__area i {
	color: #fff;
	font-size: 1.5rem;
}
.cart1__area span {
	margin-left: 10px;
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
}
.sliderLink__area {
	width: 100%;
	background: #fff;
	padding: 10px 0;
}
.sliderLink {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sliderLink__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
.sliderLink__boxItemOuter {
	padding: 0;
}
.sliderLink__boxItem {
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
	height: 240px;
}
.sliderLink__boxItem div {
	position: relative;
}
.sliderLink__boxItem:first-child {
	margin-bottom: 20px;
}
.sliderLink__boxItem a {
	position: relative;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	height: 240px;
}
.sliderLink__boxItem:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 50%;
	background: rgba(37, 76, 105, 0.8);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0.5;
}
.sliderLink__boxItem:hover:before {
	opacity: 1;
	height: 100%;
	bottom: 0;
}
.sliderLink__boxItem img {
	width: 100%;
}
.sliderLink__boxItem span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.375rem;
	font-weight: 300;
	color: #fff;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
	z-index: 10;
}
.sliderLink__boxItem:hover span {
	opacity: 1;
}
.pageBox__area {
	width: 100%;
	background-color: #fff;
	padding: 40px 10px;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.pageBox {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 20px;
}
.pageBox1000 {
	max-width: 1000px;
}
.pageBox__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 10px 0 20px;
	text-align: center;
	position: relative;
}
.pageBox__title h1,
.pageBox__title h2 {
	text-align: center;
	width: 100%;
	padding: 0 140px;
}
.pageBox__title_cont h2 {
	text-align: center;
	width: 100%;
	padding: 0;
}
.redmore1 {
	position: absolute;
	color: #034573;
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: underline;
	text-transform: uppercase;
	right: 0;
	white-space: nowrap;
}
.redmore1:hover {
	text-decoration: none;
}
.catalog {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.category {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog__itemOuter {
	width: 25%;
	padding: 10px;
}
.catalog__itemOuter5 {
	width: 20%;
}
.catalog__item {
	width: 100%;
	border: 1px solid #738ea2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.catalog__item:hover {
	-webkit-box-shadow: 0px 6px 15px 0px rgba(115, 142, 162, 1);
	box-shadow: 0px 6px 15px 0px rgba(115, 142, 162, 1);
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.action__icon {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.action__icon i {
	font-size: 2.5rem;
	margin-bottom: 5px;
	font-style: normal !important;
}
.icon-new-product {
	color: #2ba770;
}
.icon-percentage {
	color: #ff0000;
}
.icon-sale-badge {
	color: #157fbe;
}
.cardTovar__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	text-decoration: none !important;
}
.cardTovar__img {
	width: 100%;
	margin-bottom: 10px;
	min-height: 272px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.cardTovar__img_search {
	min-height: 390px;
}
.cardTovar__img img {
	display: block;
	width: 100%;
}
.cardTovar__title {
	color: #034573;
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.cardTovar__priceOld {
	color: #738ea2;
	font-size: 1.125rem;
	font-weight: 300;
	text-decoration: line-through;
	font-style: italic;
	margin: 0 0 5px 0;
	min-height: 18px;
}
.cardTovar__price {
	color: #034573;
	font-size: 1.875rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.cardTovar__buy {
	color: #fff;
	font-size: 1.625rem;
	font-weight: 300;
	text-transform: uppercase;
	padding: 7px 40px;
	background-color: #738ea2;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	outline: none;
}
.cardTovar__buy:hover {
	background-color: #ff0000;
}
.IIIblock__area {
	width: 100%;
	padding: 0 10px;
}
.IIIblock {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.IIIblock__itemOuter {
	width: 33.333%;
	padding: 10px;
}
.IIIblock__item {
	display: block;
	text-decoration: none;
	position: relative;
}
.IIIblock__item img {
	width: 100%;
	display: block;
}
.IIIblock__item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 50%;
	background: rgba(37, 76, 105, 0.8);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0.5;
}
.IIIblock__item:hover:before {
	opacity: 1;
	height: 100%;
	bottom: 0;
}
.IIIblock__item span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.375rem;
	font-weight: 300;
	color: #fff;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
	z-index: 10;
}
.IIIblock__item:hover span {
	opacity: 1;
}
.action__area {
	width: 100%;
}
.action__outer {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}
.action {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.action__item {
	width: 33.333%;
	padding: 10px 10px;
}
.action__item a {
	display: block;
	position: relative;
}
.action__item a img {
	display: block;
	width: 100%;
}
.action__item a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	color: #1f5a83;
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: 300;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.action__item a:hover span {
	height: 100%;
	background: rgba(37, 76, 105, 0.8);
	color: #fff;
}
.blog__area {
	width: 100%;
}
.blog__outer {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}
.blog {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.blog__itemOuter {
	width: 25%;
	padding: 10px 10px;
}
.blogItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.blogItem__img {
	overflow: hidden;
}
.blogItem img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.blogItem__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #738ea2;
	border-top: none;
	width: 100%;
	color: black;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 20px;
}
.blogItem__text_main {
	min-height: 130px;
}
.blogItem:hover {
	-webkit-box-shadow: 0px 6px 15px 0px rgba(115, 142, 162, 1);
	box-shadow: 0px 6px 15px 0px rgba(115, 142, 162, 1);
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.blogItem:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.addr__area {
	width: 100%;
}
.addr__outer {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}
.addr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -10px;
}
.addr__item {
	padding: 10px;
	width: 33.333%;
}
.addr__item a {
	display: block;
	position: relative;
}
.addr__item a img {
	display: block;
	width: 100%;
}
.addr__top {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: rgba(37, 76, 105, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: white;
	font-size: 1.875rem;
	line-height: 2;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.addr__bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: rgba(37, 76, 105, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: white;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 300;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 10px;
}
.addr__item a:hover .addr__top {
	width: 50%;
	height: auto;
	color: #1f5a83;
	background: rgba(255, 255, 255, 0.8);
}
.addr__item a:hover .addr__bottom {
	width: 50%;
	height: auto;
	color: #1f5a83;
	background: rgba(255, 255, 255, 0.8);
	font-size: 1.375rem;
}
.footer__area {
	width: 100%;
	background: #738ea2;
}
.footer {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 30px 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.f1 {
	width: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.tm1 {
	color: white;
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: 400;
}
.tm2 {
	color: white;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 300;
}
.oferta__footer {
	color: white;
	font-size: 0.75rem;
	line-height: 1.4;
	font-weight: 300;
}
.policy__footer {
	color: white;
	font-family: "Roboto Light";
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 300;
}
.policy__footer:hover {
	text-decoration: none;
}
.dev {
	color: white;
	font-size: 0.875rem;
	line-height: 1.4;
	font-weight: 300;
	font-style: italic;
	margin-top: 10px;
}
.dev a {
	color: white;
	font-size: 0.875rem;
	line-height: 1.4;
	font-weight: 300;
	font-style: italic;
}
.dev a:hover {
	text-decoration: none;
}
.f2 {
	width: 15%;
}
nav.footerMenu {
	position: relative;
}
nav.footerMenu ul {
	list-style: none;
}
nav.footerMenu ul li {
	position: relative;
}
nav.footerMenu ul li a {
	color: white;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 300;
	text-decoration: none;
}
nav.footerMenu ul li:hover a,
nav.footerMenu ul li.active a {
	text-decoration: underline;
}
.f3 {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100px;
}
.social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 40px;
	width: 40px;
	background: #fff;
	margin: 5px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.social a i {
	font-size: 1.5rem;
	color: #738ea2;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.social a:hover {
	background: #254c69;
}
.social a:hover i {
	color: #fff;
}
.f4 {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.footer__contItem {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	margin-bottom: 15px;
}
.footer__contItem:last-child {
	margin-bottom: 0;
}
.footer__contItem i {
	font-size: 1.5rem;
	color: #fff;
	margin-right: 10px;
}
.footer__contItem span {
	font-size: 1.5rem;
	font-weight: 300;
	color: #fff;
}
.footer__contItem:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	left: 50%;
	bottom: -3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footer__contItem:hover:after {
	width: 100%;
	left: 0;
}
.dubleSide__area {
}
.dubleSide {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 20px;
	position: relative;
}
.loading:before {
	content: "";
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/hourglass.png);
}
.navSide {
	width: 20%;
}
.mainSide {
	width: 80%;
	padding: 0 0 0 30px;
}
.filtrLink {
	padding: 10px;
	background: #d4e1ea;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	text-decoration: none;

	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #3e698b;
	position: relative;
}
.smartSearch__area {
	padding: 10px;
	background: #d4e1ea;
	margin-bottom: 10px;
}
.smartSearch__title {
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.smartSearch__title span {
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #3e698b;
	position: relative;
	padding-right: 20px;
	display: block;
}
.smartSearch__title span:after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -3px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #3e6a8b transparent transparent transparent;
}
.smartSearch__title_open span:after {
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #3e6a8b transparent;
}
.smartSearch {
	width: 100%;
	/*height: 250px;*/
	display: none;
}
.smartSearchAll {
	width: 100%;
}
.leftMenu__area {
	position: relative;
}
.leftMenu {
	list-style: none;
}
.leftMenu li {
	margin-bottom: 2px;
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#158bca), to(#1579b9));
	background: linear-gradient(to right, #158bca 0%, #1579b9 100%);
}
.leftMenu li a {
	display: block;
	color: white;
	font-size: 1.375rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 20px;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	position: relative;
}
.leftMenu li:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#254c69), to(#738ea2));
	background: linear-gradient(to right, #254c69 0%, #738ea2 100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}
.leftMenu li:hover:before,
.leftMenu li.active:before {
	opacity: 0;
}
.catalogTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-bottom: 10px;
}
.catalogTitle span {
	margin-left: 20px;
	color: #3e698b;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.6;
}
.catalog__content {
	padding: 20px 0 0 0;
}
.categoryItem__outer {
	width: 20%;
	padding: 10px;
}
.categoryItem {
	text-decoration: none;
	position: relative;
	display: block;
}
.categoryItem:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	/* background: rgba(37, 76, 105, .8); */
	background: rgba(212, 225, 234, 0.9);
	/*background: rgba(21, 127, 190, .8);*/
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}
.categoryItem:hover:before {
	opacity: 0.5;
	height: 0;
	bottom: 50%;
}
.categoryItem img {
	display: block;
	width: 100%;
}
.categoryItem span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	/*background: rgba(37, 76, 105, .85);*/
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 1.625rem;
	line-height: 1.2;
	font-weight: 400;
	color: #034573;
	/* color: #3e698b;
  color: #158bca; */
	text-transform: uppercase;
	opacity: 1;
}
.categoryItem:hover span {
	opacity: 0;
}
.tovar__area {
	/*display: flex;*/
}
.tovar__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 30px;
}
.tovar__info form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.tovar__infoTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	text-align: right;
	margin-bottom: 20px;
}
.tovar__infoTitle span {
	color: #738ea2;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	font-style: italic;
}
.tovar__infoTitle h1 {
	font-weight: 400;
}
.tovar__infoDev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	text-align: right;
	margin-bottom: 20px;
}
.tovar__infoDev span {
	color: #738ea2;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}
.tovar__infoDev p {
	color: #034573;
	font-size: 1.5rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1.5;
}
.tovar__saleIcon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 20px;
}
.tovar__saleIconItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 5px 10px;
}
.tovar__saleIconItem i {
	font-size: 2.5rem;
	margin: 0 5px 0 0;
}
.tovar__saleIconItem span {
	font-size: 1.25rem;
	font-style: italic;
}
.tovar__saleIconItem_new span {
	color: #2ba770;
}
.tovar__saleIconItem_sale span {
	color: #157fbe;
}
.tovar__saleIconItem_percent span {
	color: red;
}
.tovarSklad__area {
	margin-left: auto;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.tovarSklad__title {
	font-weight: 300;
	font-style: italic;
	padding: 5px 0;
	cursor: pointer;
	font-size: 1.375rem;
	text-align: right;
}
.tovarSklad__title span {
	font-weight: 300;
	font-style: italic;
	font-size: 1.375rem;
	color: #157fbe;
	text-decoration: underline;
}
.tovarSklad__contentArea {
	display: none;
}
.tovarSklad__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	background: #eee;
}
.tovarSklad__contentItem {
	font-style: 1.125rem;
	padding: 7px 0;
	font-weight: 300;
	text-align: right;
}
.tovar__priceArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.tovar__oldPrice {
	color: #738ea2;
	font-size: 1.375rem;
	font-weight: 300;
	text-decoration: line-through;
	font-style: italic;
	margin: 0 0 10px 0;
}
.tovar__price {
	color: #157fbe;
	font-size: 2.25rem;
	font-weight: 300;
	margin-bottom: 30px;
	text-align: right;
}
.tovar__price span {
	font-style: italic;
}
.tovar__addToCart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: none;
	outline: none;
	background-color: #1d91d6;
	padding: 15px 30px;
	/*width: 300px;*/
	margin-left: auto;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tovar__addToCart:hover {
	background-color: #f00;
}
.tovar__addToCart i {
	font-size: 1.375rem;
	margin-right: 20px;
	color: white;
}
.tovar__addToCart span {
	color: white;
	font-size: 1.25rem;
	font-weight: 300;
	font-family: Roboto;
	font-style: italic;
}
.noPresentBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: none;
	outline: none;
	background-color: #1d91d6;
	padding: 15px 30px;
	/*width: 300px;*/
	margin-left: auto;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
}
.gallery__area {
	width: 100%;
	padding: 20px 0;
}
.gallery__outer {
	width: 100%;
	margin: 0 auto;
}
.gallery {
	margin: 0 -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*justify-content: space-around;*/
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.gallery__item {
	width: 16.666%;
	padding: 5px;
}
.gallery__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	position: relative;
}
.gallery__item a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(37, 76, 105, 0.8);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/zoom.png);
	opacity: 0;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.gallery__item a:hover:after {
	opacity: 1;
}
.gallery__item a img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.gallery__item a:hover img {
	-webkit-transform: rotateZ(5deg) scale(1.1);
	transform: rotateZ(5deg) scale(1.1);
}
.videoBox__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.videoBox__outer {
	padding: 5px;
	width: 50%;
}
.videoBox {
	position: relative;
}
.videoBox:hover {
}
.videoBox a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(37, 76, 105, 0.8);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/play.png);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.videoBox a:hover:after {
	opacity: 1;
}
.videoBox a {
	display: block;
}
.videoBox a img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.contacts__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contacts__contentLeft {
	width: 70%;
	padding: 0 20px 0 0;
}
.contacts__contentRight {
	width: 30%;
}
.map__area {
	width: 100%;
}
#map {
	width: 100%;
	height: 400px;
}
.baloon__top {
	font-size: 1rem;
	font-weight: 700;
	color: #470700;
}
.baloon__description {
	font-size: 0.875rem;
	font-weight: 400;
	font-style: italic;
	color: #000;
}
.baloon__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}
.baloon__content img {
	display: block;
	width: 179px;
	height: 82px;
}
.baloon__content a {
	font-size: 1rem;
	font-weight: 700;
	color: #ff2d00;
}
.baloon__footer {
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 400;
	color: #470700;
}
.mapJS {
	display: none;
}
.myMScart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.myMScart_empty {
	margin-bottom: 20px;
}
.myMScart__tableArea {
	margin-bottom: 10px;
}
.myMScart__table {
	/* width: 80%; */
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.myMScart__tableRow {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.myMScart__tableRow a {
	color: #034573;
	text-decoration: none;
}
.myMScart__tableRowHeader {
	font-weight: 700;
	padding: 20px 10px;
	background-color: #e7faff;
	margin-bottom: 10px;
}
.msct1 {
	width: 20%;
}
.msct2 {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.msct3 {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.msct4 {
	width: 15%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.msct5 {
	width: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 110px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.number__only {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.375rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.minus,
.plus {
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.minus {
	background: url(../img/bg-minus.png) center center no-repeat;
}
.plus {
	background: url(../img/bg-plus.png) center center no-repeat;
}
.number input {
	display: block;
	text-align: center;
	border: none;
	outline: none;
	color: #525252;
	font-family: Roboto;
	font-size: 23px;
	font-weight: 700;
	line-height: 37px;
	text-transform: uppercase;
	width: 42px;
	border: 1px solid rgba(0, 0, 0, 0.35);
	/*line-height: 32px;*/
}
.priceInCart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.old_priceTab {
	color: #738ea2;
	font-size: 0.875rem;
	font-weight: 300;
	text-decoration: line-through;
	font-style: italic;
	margin: 0 auto 5px 0;
}
.priceTab {
	color: #157fbe;
	font-size: 1.25rem;
	font-weight: 300;
	margin: 0 auto;
}
.cartfooter {
	margin-left: auto;
}
.myMScart__tableRowFooter {
	font-weight: 300;
	padding-bottom: 20px;
	font-size: 1.625rem;
	color: #034573;
}
.myMScart__tableRowFooter > .msct2 {
	text-align: right;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.myMScart__tableRowFooter > .msct3 span {
	margin-right: 10px;
}
.myMScart__tableRowFooter > .msct4 {
	font-weight: 600;
	width: 20%;
}
.myMScart__tableRowFooter > .msct4 span {
	margin-right: 10px;
}
.myMScart__tableRowFooter > .msct5 {
	display: none;
}
.btnCartClear {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 300;
	text-transform: uppercase;
	padding: 5px 20px;
	background-color: #738ea2;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
}
.btnCartClear:hover {
	background-color: #ff0000;
}
.cartForm__area {
	width: 40%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cartForm__areaOk {
	width: 80%;
	margin: 0 auto;
}
.cartForm__areaOk h3 {
	margin-bottom: 10px;
}
.cartForm__areaOk h4 {
	margin-bottom: 20px;
}
.cartForm {
	width: 100%;
}
.cartForm__box {
	margin-bottom: 20px;
	width: 100%;
}
.cartForm__boxItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 10px;
}
.cartForm__box h4 {
	margin-bottom: 10px;
}
.cartForm__boxItemLabel {
	color: #034573;
	font-weight: 300;
	line-height: 1.1;
	font-size: 0.875rem;
}
.cartForm__boxItem input {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 32px;
	background-color: #fff;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
}
.cartForm__boxItem input.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
.cartForm__boxItem textarea {
	width: 100%;
	-webkit-box-shadow: inset 0 0 2px #333;
	        box-shadow: inset 0 0 2px #333;
	height: 50px;
	background-color: #fff;
	padding: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	outline: none;
	margin-bottom: 5px;
	color: #000;
	border: none;
	border-radius: 3px;
	margin-bottom: 10px;
	resize: none;
}
.cartForm__boxItem textarea.error {
	-webkit-box-shadow: inset 0 0 2px #f00;
	        box-shadow: inset 0 0 2px #f00;
}
.cartForm__checkBoxItemLabel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 10px;
}
.cartForm__checkBoxItemLabel p {
	color: #034573;
	font-weight: 300;
	line-height: 1.1;
	font-size: 0.875rem;
	margin-left: 10px;
}
.orderFormFinish {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 20px 0 0 10px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.orderFormFinish h3 {
	margin-bottom: 10px;
	font-weight: 400;
	color: #f00;
}
.orderFormFinish h4 {
	margin-bottom: 5px;
}
.btnCartOrderNow {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 20px;
	width: 300px;
	background-color: #738ea2;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
}
.btnCartOrderNow:hover {
	background-color: #ff0000;
}
.sortType {
	padding: 15px 0 10px;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #3e698b;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sortType a {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: lowercase;
	color: #157fbe;
	position: relative;
	margin-left: 10px;
}
.pageQuantity {
	padding: 10px 0 20px;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #3e698b;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.pageQuantity select {
	margin-left: 20px;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	border-radius: 0.25rem;
}
.pageQuantity select:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#mse2_filters fieldset {
	margin-bottom: 10px;
}
/*************************/
.modelFaq__area {
	width: 100%;
	margin: 50px 0 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.modelFaq {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 20px;
	text-align: right;
}
.modelFaq:hover {
	color: #1d91d6;
}
.jsButton2022 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	outline: none;
	border: 2px solid #1d91d6;
	padding: 15px 30px;
	/* width: 300px; */
	margin: 30px 0 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jsButton2022:hover {
	border: 2px solid #f00;
}
@media only screen and (max-width: 1680px) {
	.footer {
		padding: 30px 10px;
	}
}
@media only screen and (max-width: 1600px) {
	.header {
		padding: 15px 10px;
	}

	.navLine {
		padding: 0 10px;
	}

	.sliderLink__area {
		padding: 10px;
	}

	.mainSlider {
		width: 68%;
		max-width: none;
		margin: 0 1%;
	}

	.sliderLink__box {
		width: 15%;
	}

	.sliderLink__boxItem {
		width: 100%;
	}

	.sliderLink__boxItem a {
		width: 100%;
		height: 100%;
	}

	.sliderLink__boxItem a span {
		font-size: 1.125rem;
	}

	/*.swiper-container1 {*/
	/*height: 450px;*/
	/*}*/
	/*.swiper-slide1 {*/
	/*height: 450px;*/
	/*}*/
	.dubleSide {
		padding: 20px 10px;
	}

	.mainSide {
		padding: 0 0 0 20px;
	}

	.pageBox {
		padding: 0;
	}
}
@media only screen and (max-width: 1440px) {
	.topMenu li a {
		padding: 0 12px;
		font-size: 1.375rem;
	}

	.action__item a span {
		font-size: 1.5rem;
	}

	.categoryItem span {
		font-size: 1.5rem;
	}

	.tovar__slider {
		width: 43%;
	}
}
@media only screen and (max-width: 1280px) {
	.header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.logo1 {
		margin-bottom: 10px;
	}

	.header__cont {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.header__contItem {
		margin: 0 30px 0 0;
	}
	.header__contItem:last-child {
		margin: 0;
	}
	.header__info {
		margin: 0 0 20px 0;
	}

	.header__contBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.topMenu__area {
		position: fixed;
		top: 0;
		left: -280px;
		height: 100%;
		width: 280px;
		z-index: 5000;
		background-color: #738ea2;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.topMenu__area_open {
		/*width: 280px;*/
		left: 0;
		overflow: visible;
		-webkit-box-shadow: 3px 0px 5px 0px rgba(115, 142, 162, 1);
		box-shadow: 3px 0px 5px 0px rgba(115, 142, 162, 1);
	}

	.menuButton {
		display: block;
	}

	.topMenu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.closeBtn {
		display: block;
	}

	.topMenu li {
		width: 100%;
	}

	.topMenu li.active {
		-webkit-box-shadow: 3px 0px 5px 0px rgba(37, 76, 105, 1);
		box-shadow: 3px 0px 5px 0px rgba(37, 76, 105, 1);
	}

	.sliderLink {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.mainSlider {
		width: 100%;
		max-width: none;
		margin: 0 0 10px;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		padding: 0 5px;
	}

	.sliderLink__box {
		width: 50%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.sliderLink__box:first-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.sliderLink__box:last-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.sliderLink__boxItem:first-child {
		margin-bottom: 0;
	}

	.sliderLink__boxItemOuter {
		width: 50%;
		padding: 5px;
	}

	.sliderLink__boxItem a img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.addr__item {
		width: 33.333%;
	}

	.f1 {
		width: 40%;
	}

	.f2 {
		width: 20%;
	}

	.f3 {
		width: 10%;
	}

	.f4 {
		width: 30%;
	}

	.catalog__itemOuter {
		width: 33.333%;
	}

	.catalog__itemOuter5 {
		width: 25%;
	}

	.leftMenu li a {
		font-size: 1.125rem;
		padding: 12px 20px;
	}

	.categoryItem__outer {
		padding: 5px;
	}

	.category {
		margin: 0 -5px;
	}

	.tovar__slider {
		width: 47%;
	}

	.tovar__saleIcon {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}

	.tovar__saleIconItem {
		margin: 5px 0;
	}

	.tovar__saleIconItem i {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin: 0 0 0 5px;
	}

	.tovar__saleIconItem span {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
}
@media only screen and (max-width: 1080px) {
	.pageBox__area {
		padding: 30px 10px;
	}

	.action__item a span {
		font-size: 1.25rem;
	}

	.blogItem__text {
		font-size: 1rem;
		padding: 12px;
	}

	.f1 {
		width: 50%;
	}

	.f2 {
		display: none;
	}

	.f3 {
		width: 20%;
	}

	.f4 {
		width: 30%;
	}

	.catalog {
		margin: 0 -5px;
	}

	.category {
		margin: 0 -5px;
	}

	.catalog__itemOuter {
		padding: 5px;
	}

	.categoryItem__outer {
		width: 25%;
	}

	.dubleSide_tovar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 10px;
	}

	.dubleSide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 10px;
	}

	.navSide_tovar {
		width: 100%;
	}

	.navSide {
		width: 100%;
	}

	.leftMenu__area {
		display: none;
	}

	.smartSearch__area_tovar {
		margin-bottom: 20px;
	}

	.leftMenu__area_tovar {
		display: none;
	}

	.mainSide_tovar {
		width: 100%;
		padding: 0;
	}

	.mainSide {
		width: 100%;
		padding: 0;
	}

	.gallery__item {
		width: 20%;
	}

	.contacts__contentLeft {
		width: 60%;
	}

	.contacts__contentRight {
		width: 40%;
	}

	.cartForm__area {
		width: 50%;
	}
}
@media only screen and (max-width: 920px) {
	.logo1 span {
		font-size: 1.25rem;
		padding-left: 20px;
	}

	.pageBox__area {
		padding: 20px 10px;
	}

	.action__item a span {
		height: 45%;
	}

	.addr__item {
		width: 50%;
	}

	/*.catalog__itemOuter {*/
	/*    width: 50%;*/
	/*}*/

	.catalog__itemOuter5 {
		width: 33.333%;
	}

	/*.navSide {*/
	/*    width: 30%;*/
	/*}*/

	.navSide_tovar {
		width: 100%;
	}

	/*.mainSide {*/
	/*    width: 70%;*/
	/*}*/

	.mainSide_tovar {
		width: 100%;
	}

	.categoryItem span {
		font-size: 1.25rem;
	}

	.swiper-container2 {
		height: 400px;
	}

	.swiper-slide2 {
		height: 400px;
	}

	.gallery-thumbs {
		height: 140px;
	}

	html,
	body {
		font-size: 15px;
	}
}
@media only screen and (max-width: 800px) {
	.topMenu li a {
		line-height: 40px;
		padding: 0 10px;
		font-size: 1.25rem;
	}

	.topMenu__area {
		left: -200px;
		width: 200px;
	}

	.topMenu__area_open {
		left: 0;
	}

	.swiper-container1 {
		height: 400px;
	}

	.swiper-slide1 {
		height: 400px;
	}

	.blog__itemOuter {
		width: 50%;
	}

	.blog__masonry .blog__itemOuter {
		width: 33.333%;
	}

	.f1 {
		width: 60%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.f3 {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-bottom: 20px;
	}

	.f4 {
		width: 40%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.social {
		width: auto;
	}

	.footer {
		padding: 20px 10px;
	}

	.sliderLink__boxItem {
		height: auto;
	}

	.gallery__item {
		width: 25%;
	}
}
@media only screen and (max-width: 768px) {
	.header__contBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.header__contItem {
		margin: 0 0 10px 0;
	}
	.swiper-container1 {
		height: 350px;
	}

	.swiper-slide1 {
		height: 350px;
	}

	html,
	body {
		font-size: 14px;
	}

	.pageBox__title {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 15px;
	}

	.pageBox__title h1,
	.pageBox__title h2 {
		text-align: left;
		width: auto;
		padding: 0;
	}

	.redmore1 {
		position: relative;
	}

	.action {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.action__item {
		width: 60%;
	}

	.action__item a span {
		height: 30%;
	}

	.catalog__itemOuter {
		width: 33.333%;
	}

	.dubleSide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 10px;
	}

	.navSide {
		width: 100%;
	}

	.smartSearch__area {
		margin-bottom: 20px;
	}

	.mainSide {
		width: 100%;
		padding: 0;
	}

	.tovar__slider {
		width: 55%;
	}

	.blogItem__text {
		font-size: 0.875rem;
		padding: 10px;
		min-height: auto;
	}

	.sliderLink__area {
		padding: 5px;
	}

	.mainSlider {
		margin: 0 0 10px;
	}

	.sliderLink__box {
		width: 50%;
	}

	.sliderLink__boxItem {
		/* width: 50%;
        padding: 5px; */
	}

	.contacts__content {
		-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;
	}

	.contacts__contentLeft {
		width: 100%;
		padding: 0 0 20px 0;
	}

	.contacts__contentRight {
		width: 60%;
	}

	.msct1 {
		width: 17%;
	}

	.msct2 {
		width: 37%;
	}

	.msct3 {
		width: 22%;
	}

	.msct4 {
		width: 19%;
	}

	.cartForm__area {
		width: 60%;
	}

	.cartForm__areaOk {
		width: 100%;
	}
	.popupCallBack {
		top: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.logo1 span {
		padding-left: 10px;
	}

	.closeBtn {
		padding: 10px;
	}

	.closeBtn i {
		font-size: 1.125rem;
	}

	.topMenu li a {
		line-height: 34px;
		padding: 0 5px;
		font-size: 1.125rem;
	}

	.mainSlider {
		margin: 0 0 10px;
	}

	.swiper-container1 {
		height: 250px;
	}

	.swiper-slide1 {
		height: 250px;
	}

	.sliderLink__boxItem a span {
		font-size: 1rem;
	}

	.pageBox__area {
		padding: 15px 10px;
	}

	.pageBox__title {
		margin-bottom: 10px;
	}

	.content p,
	.content ul,
	.content ol,
	.content blockquote,
	.content table {
		font-size: 0.875rem;
		line-height: 1.2;
	}

	.redmore1 {
		font-size: 1rem;
	}

	.IIIblock__itemOuter {
		width: 100%;
		padding: 5px 10px;
	}

	.action__item {
		width: 90%;
	}

	.action__item a span {
		height: 32%;
	}

	.blog__itemOuter {
		width: 100%;
		padding: 5px 10px;
	}

	.blog__masonry .blog__itemOuter {
		width: 50%;
	}

	.addr__item {
		width: 100%;
		padding: 5px 10px;
	}

	.f1 {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.f3 {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-bottom: 20px;
	}

	.f4 {
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.catalog__itemOuter {
		width: 50%;
	}

	.catalog__content {
		padding: 10px 0 0 0;
	}

	.categoryItem__outer {
		width: 33.333%;
	}

	.tovar__slider {
		width: 80%;
		float: none;
		margin: 0 auto;
		padding: 0 0 20px 0;
	}

	.gallery__item {
		width: 33.333%;
	}

	.msct1 {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.msct2 {
		width: 100%;
		margin-bottom: 10px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.msct3 {
		width: 40%;
	}

	.msct4 {
		width: 40%;
	}

	.msct5 {
		width: 20%;
	}

	.myMScart__tableRow {
		margin-bottom: 10px;
		padding: 10px;
		border-bottom: 3px solid #e7faff;
	}

	.myMScart__tableRowFooter > .msct1 {
		display: none;
	}

	.myMScart__tableRowFooter > .msct4 {
		width: 50%;
	}

	.myMScart__tableRowFooter > .msct5 {
		display: none;
	}

	.myMScart__tableRowFooter > .msct2 {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.myMScart__tableRowHeader {
		display: none;
	}

	.cartForm__area {
		width: 80%;
	}
	.popupCallBack {
		top: 20px;
		width: 90%;
		left: 5%;
		margin-left: 0;
	}
	.modelFaq__area {
		margin: 20px 0 0px auto;
	}
}
@media only screen and (max-width: 480px) {
	.logo1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.logo1 a {
		margin-bottom: 5px;
	}

	.logo1 span {
		padding: 0;
	}

	.logo1 {
		margin-bottom: 20px;
	}

	.header__cont {
		-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;
	}
	.header__contItem {
		margin: 0 0 20px 0;
	}

	.header__contBtn {
		margin: 20px 0 0 0;
		line-height: 3rem;
	}

	.header__ssOuter {
		margin: 0 0 5px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.header__ss {
		width: 96%;
		margin: 10px 0 0 0;
	}

	.sliderLink__box {
		width: 100%;
	}

	.sliderLink__boxItem {
		height: 100%;
	}

	.mainSlider {
		margin: 0 0 5px;
	}

	.swiper-pagination1 {
		bottom: 5px !important;
	}

	.swiper__cadr {
		padding: 0 10px;
	}

	.swiper__inner1 {
		padding: 10px;
		width: 100%;
	}

	.swiper__title1 {
		font-size: 1.125rem;
	}

	.swiper-container1 {
		height: 200px;
	}

	.swiper-slide1 {
		height: 200px;
	}

	html,
	body {
		font-size: 13px;
	}

	.redmore1 {
		font-size: 0.875rem;
	}

	.cardTovar__buy {
		color: #fff;
		font-size: 1.5rem;
		padding: 5px 0;
		width: 100%;
		text-align: center;
	}

	.catalog__item {
		padding: 15px;
	}

	.action__item {
		width: 100%;
		padding: 5px 10px;
	}

	.catalog__itemOuter {
		width: 80%;
	}

	.catalog {
		-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;
	}

	.tovar__slider {
		width: 100%;
		padding: 0;
	}

	.swiper-container2 {
		height: 350px;
	}

	.swiper-slide2 {
		height: 350px;
	}

	.gallery-thumbs {
		height: 120px;
	}

	.tovar__infoTitle {
		text-align: left;
		margin-bottom: 10px;
	}

	.tovar__infoDev {
		text-align: left;
		margin-bottom: 10px;
	}

	.tovar__saleIcon {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.tovar__saleIconItem {
		margin: 5px 10px;
	}

	.tovar__priceArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-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;
	}

	.tovar__addToCart {
		margin: 0 auto;
	}

	.blog__masonry .blog__itemOuter {
		width: 100%;
	}

	.gallery__item {
		width: 50%;
	}

	.videoBox__outer {
		width: 100%;
	}

	.contacts__contentLeft {
		padding: 0 0 10px 0;
	}

	.contacts__contentRight {
		width: 100%;
	}

	.cartForm__area {
		width: 100%;
	}
	.popupCallBack {
		top: 10px;
		width: 96%;
		left: 2%;
		margin-left: 0;
	}
	.swiper-pagination-bullet {
		height: 11px;
	}

	.jsButton2022 {
		margin: 20px auto 0;
	}
}
@media only screen and (max-width: 400px) {
	.header__ss {
		width: 70%;
	}

	.header__ssOuter {
		margin: 10px 0 5px;
	}

	.catalog__itemOuter {
		width: 100%;
	}

	.categoryItem__outer {
		width: 50%;
	}

	.content img {
		float: none !important;
		margin: 0 !important;
		width: 100%;
	}

	.swiper-container1 {
		height: 160px;
	}

	.swiper-slide1 {
		height: 160px;
	}
}
@media only screen and (max-width: 320px) {
	.header__ss {
		width: 100%;
	}
}

/*# sourceMappingURL=apps.css.map */
