/* OWL & BOOTSTRAP & FONTS */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
/* OWL & BOOTSTRAP & FONTS */
body, html {
  height: 100%; }

body {
  margin: 0;
  line-height: 28px;
  font-size: 17px;
  color: #000000;
  font-family: "ProximaNova"; }
  body.open {
    overflow: hidden; }

input, textarea, select, button {
  outline: none;
  font-family: "ProximaNova";
  box-sizing: border-box; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

a {
  color: #0096cc;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.2; }

h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 25px;
      margin-bottom: 20px; } }

h2 {
  font-size: 38px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 20px; } }

.tablewrapper {
  width: 100%;
  overflow: auto; }

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%; }
  @media screen and (max-width: 991px) {
    .wrapper {
      padding-top: 56px; } }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding-bottom: 55px; } }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.inline {
    display: inline-flex; }
  .flex.jcsb {
    justify-content: space-between; }
  .flex.ais {
    align-items: flex-start; }
  .flex.aic {
    align-items: center; }
  .flex.jcc {
    justify-content: center; }
  .flex.aib {
    align-items: flex-end; }
  .flex.aif {
    align-items: flex-start; }
  .flex.nowrap {
    flex-wrap: nowrap; }
  .flex:after {
    display: none !important; }

.blockin {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }
  .blockin:after {
    content: '';
    display: block;
    clear: both; }

.site_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 54px;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #0096cc; }
  .site_button:hover {
    background: #00a9e6; }
  .site_button.maxbut {
    max-width: 270px;
    width: 100%; }
  .site_button.block {
    display: flex;
    width: 100%; }
  .site_button span {
    font-size: 0;
    line-height: 0;
    margin-left: 15px; }
    .site_button span img {
      display: block; }
  .site_button.orange {
    background: #ff4802; }
    .site_button.orange:hover {
      background: #ff5a1c; }

.logo {
  font-size: 0;
  line-height: 0; }

.city {
  display: flex;
  align-items: center; }
  .city a {
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    line-height: 1;
    display: block;
    background: url(../images/city.png) 100% 50% no-repeat;
    padding-right: 15px;
    color: #000000; }
    .city a span {
      font-weight: normal !important; }
    .city a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 15px;
      border-bottom: 1px dashed #8d8d8d; }

.header .top {
  height: 40px;
  background: #f2f2f2;
  font-size: 16px; }
  .header .top span {
    font-weight: 600; }
.header .logo img {
  display: block; }
  .header .logo img + img {
    display: none; }
.header .center {
  padding: 18px 0;
  font-size: 16px;
  line-height: 25px; }
  .header .center .right {
    display: none;
    align-items: center; }
    .header .center .right .searchopen {
      cursor: pointer;
      display: block;
      margin-right: 18px;
      width: 20px;
      height: 20px;
      background: url(../images/searchopen.png) 0 0 no-repeat; }
      .header .center .right .searchopen.active {
        background-position: 0 100%; }
    .header .center .right .mobbasket {
      width: 28px;
      height: 24px;
      position: relative;
      background: url(../images/basket.png) 0 0 no-repeat;
      margin-right: 15px;
      background-size: contain; }
.header .mail {
  padding-top: 5px;
  line-height: 25px; }
  .header .mail a {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #ff4802; }
    .header .mail a:hover {
      border-color: transparent; }
.header .phone {
  position: relative;
  padding: 5px 25px 0;
  max-width: 420px;
  width: 100%; }
  .header .phone:before, .header .phone:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 49px;
    background: #e2e2e2; }
  .header .phone:after {
    left: auto;
    right: 0; }
  .header .phone .tel a {
    font-size: 19px;
    font-weight: bold;
    color: #0096cc; }
  .header .phone .openmodal {
    color: #000000;
    border-bottom: 1px dashed #ff5413;
    line-height: 1;
    display: inline-block; }
    .header .phone .openmodal:hover {
      border-color: transparent; }
.header .bottom {
  background: #0096cc; }
.header .basket {
  padding-right: 10px;
  min-width: 160px;
  position: relative;
  margin-top: 29px; }
  .header .basket:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 49px;
    background: #e2e2e2; }
  .header .basket a {
    display: block;
    padding-left: 50px;
    color: #696969;
    background: url(../images/basket.png) 0 50% no-repeat; }
    .header .basket a > strong {
      display: block;
      text-transform: uppercase;
      color: #000; }
    .header .basket a > span strong {
      font-size: 18px;
      color: #ff4802; }
    .header .basket a > span em {
      color: #ff4802;
      font-style: normal;
      font-family: "Roboto"; }
@media screen and (max-width: 1170px) {
  .header .phone {
    padding: 0;
    max-width: 340px; }
    .header .phone:before, .header .phone:after {
      display: none; }
  .header .basket {
    padding-right: 0;
    min-width: auto; }
    .header .basket:before {
      display: none; } }
@media screen and (max-width: 991px) {
  .header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    border-bottom: 1px solid #e6e6e6; }
    .header .top {
      display: none; }
    .header .logo img {
      display: none; }
      .header .logo img + img {
        display: block; }
    .header .center {
      padding: 0; }
      .header .center .blockin {
        align-items: center;
        padding-right: 0; }
      .header .center .mail, .header .center .phone, .header .center .basket {
        display: none; }
      .header .center .right {
        display: flex; }
    .header .bottom {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding: 10px 0;
      display: none; }
      .header .bottom .search {
        max-width: none; }
      .header .bottom .topmenu {
        display: none; } }

.burgerwrap {
  position: relative;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecfaff;
  cursor: pointer; }

.burger {
  width: 25px;
  position: relative;
  height: 19px; }
  .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0096cc;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .burger span:nth-child(1) {
    top: 0px; }
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 8px; }
  .burger span:nth-child(4) {
    top: 16px; }
  .burger.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

.topmenu {
  max-width: 780px;
  width: 100%;
  margin-right: 20px; }
  .topmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .topmenu ul li.active a {
      border-color: #ff4802; }
    .topmenu ul li a {
      display: block;
      line-height: 48px;
      padding-top: 6px;
      border-bottom: 6px solid transparent;
      font-size: 18px;
      font-weight: 600;
      color: #ffffff; }
      .topmenu ul li a:hover {
        border-color: #ff4802; }

.search {
  position: relative;
  max-width: 300px;
  width: 100%;
  border-bottom: 1px solid #48b1d7; }
  .search input {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: none;
    border: 0;
    font-size: 16px;
    padding: 0 30px 0 0; }
    .search input::placeholder {
      color: #b3e0f0; }
    .search input::-ms-input-placeholder {
      color: #b3e0f0; }
    .search input::-webkit-input-placeholder {
      color: #b3e0f0; }
  .search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    border: 0;
    padding: 0;
    background: url(../images/search.png) 50% 50% no-repeat; }

.scrollmenu {
  position: fixed;
  top: -69px;
  left: 0;
  right: 0;
  z-index: 6;
  background: #fff;
  padding: 11px 0;
  transition: all 0.4s ease 0s; }
  .scrollmenu.fixed {
    top: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15); }
  .scrollmenu .openmenuscroll {
    position: relative;
    padding-left: 36px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    background: url(../images/burger.png) 0 0 no-repeat; }
    .scrollmenu .openmenuscroll.open {
      background-position: 0 100%; }
  .scrollmenu .mail {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #ff4802;
    line-height: 1; }
    .scrollmenu .mail:hover {
      border-color: transparent; }
  .scrollmenu .phone {
    font-weight: bold;
    font-size: 19px;
    color: #0096cc; }
  .scrollmenu .search input {
    color: #6f6f6f; }
    .scrollmenu .search input::placeholder {
      color: #6f6f6f; }
    .scrollmenu .search input::-ms-input-placeholder {
      color: #6f6f6f; }
    .scrollmenu .search input::-webkit-input-placeholder {
      color: #6f6f6f; }
  .scrollmenu .search button {
    background-image: url(../images/searchblue.png); }
  .scrollmenu .basket {
    width: 31px;
    height: 27px;
    position: relative;
    background: url(../images/basket.png); }
  .scrollmenu .bottom {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0096cc;
    display: none; }
  @media screen and (max-width: 991px) {
    .scrollmenu {
      display: none; } }

.mobmenu {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ecfaff;
  border-top: 1px solid #0096cc;
  max-height: calc(100vh - 55px);
  z-index: 6;
  display: none; }
  .mobmenu .wrap {
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 40px; }
    .mobmenu .wrap ul {
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none; }
      .mobmenu .wrap ul li {
        padding-top: 5px; }
        .mobmenu .wrap ul li:first-child {
          padding-top: 0; }
        .mobmenu .wrap ul li a {
          font-weight: 600;
          color: #0096cc; }
    .mobmenu .wrap .bottom {
      text-align: center;
      width: 100%;
      font-size: 16px; }
    .mobmenu .wrap .mail a {
      color: #000;
      font-weight: 600;
      border-bottom: 1px solid #ff4802; }
      .mobmenu .wrap .mail a:hover {
        border-color: transparent; }
    .mobmenu .wrap .phone {
      margin-top: 30px; }
      .mobmenu .wrap .phone .tel a {
        font-size: 19px;
        font-weight: bold;
        color: #0096cc; }
      .mobmenu .wrap .phone .openmodal {
        color: #000000;
        border-bottom: 1px dashed #ff5413;
        line-height: 1;
        display: inline-block; }
        .mobmenu .wrap .phone .openmodal:hover {
          border-color: transparent; }

.path {
  padding: 10px 0;
  min-height: 53px;
  border-bottom: 1px solid #e6e6e6; }
  .path a {
    color: #838383;
    border-bottom: 1px solid transparent; }
    .path a:hover {
      border-color: #a4a4a4; }
  .path span {
    font-size: 0;
    line-height: 0;
    margin: 0 13px;
    display: inline-block; }
    .path span img {
      display: block; }

.content {
  padding: 60px 0 80px; }
  .content.minbot {
    padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .content {
      padding: 30px 0; } }

.page ul, .page ol {
  padding: 0;
  list-style: none; }
  .page ul li, .page ol li {
    position: relative;
    margin-top: 10px;
    padding-left: 30px; }
    .page ul li:first-child, .page ol li:first-child {
      margin: 0; }
.page ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #ff4802; }
.page ol {
  counter-reset: heading; }
  .page ol li {
    counter-increment: heading; }
    .page ol li:before {
      content: counter(heading) ".";
      position: absolute;
      top: 0;
      left: 0;
      font-weight: bold;
      color: #ff4802; }

.documentifo {
  padding-bottom: 30px; }
  .documentifo > div {
    margin-bottom: 20px; }
  .documentifo a {
    display: block;
    position: relative; }
    .documentifo a img {
      display: block;
      width: 100%;
      min-height: 200px;
      object-fit: cover; }
    .documentifo a span {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      padding: 20px;
      font-size: 16px;
      color: #ffffff;
      font-weight: 600;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000); }
  @media screen and (max-width: 767px) {
    .documentifo {
      padding-bottom: 10px; } }

.documentlink {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1; }
  .documentlink li {
    margin-top: 17px; }
    .documentlink li:first-child {
      margin-top: 0; }
    .documentlink li a {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding-left: 41px;
      line-height: 1.2;
      background: url(../images/download.png) 0 0 no-repeat; }
      .documentlink li a span span {
        vertical-align: top;
        border-bottom: 1px solid #bfe5f2;
        font-size: 16px; }

.contacts {
  margin-top: -30px;
  font-size: 16px;
  line-height: 28px; }
  .contacts > div {
    margin-top: 30px; }
    .contacts > div.big {
      margin-top: 60px;
      margin-bottom: 0; }
  .contacts h3 {
    margin: 0; }
  .contacts strong {
    display: block;
    font-size: 18px;
    color: #0096cc;
    margin-bottom: 5px; }
  .contacts .tel a {
    font-weight: bold;
    color: #000; }
  .contacts .mail a {
    color: #000;
    border-bottom: 1px solid #ff4802; }
    .contacts .mail a:hover {
      border-color: transparent; }
  .contacts .scroll {
    color: #ff4802;
    border-bottom: 1px solid #ffd1c0; }
    .contacts .scroll:hover {
      border-color: transparent; }
  @media screen and (max-width: 767px) {
    .contacts > div.big {
      margin-top: 30px; } }

.map {
  height: 650px;
  background: #ccc; }
  @media screen and (max-width: 767px) {
    .map {
      height: 400px; } }

.faq .f_block {
  margin-top: 16px;
  border-left: 3px solid #0096cc;
  background: #ecfaff; }
.faq .title {
  line-height: 50px;
  color: #000;
  font-weight: 600;
  padding: 0 28px;
  font-size: 18px; }
.faq .f_title {
  display: flex;
  min-height: 50px;
  padding: 10px 40px 10px 28px;
  cursor: pointer;
  font-size: 18px;
  color: #0096cc;
  font-weight: 600;
  position: relative; }
  .faq .f_title:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 30px;
    width: 8px;
    height: 12px;
    background: url(../images/arrowfaq.png) 0 0 no-repeat; }
  .faq .f_title.active:before {
    transform: rotate(-90deg); }
.faq .f_body {
  display: none; }
  .faq .f_body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 28px 25px; }
    .faq .f_body ul li {
      margin-top: 10px; }
      .faq .f_body ul li:first-child {
        margin: 0; }
@media screen and (max-width: 767px) {
  .faq .f_title, .faq .f_body ul {
    padding-left: 20px; } }

.folder {
  background: #ecfaff;
  position: relative;
  z-index: 3; }
  .folder .title {
    line-height: 56px;
    padding-left: 20px;
    background: #0096cc;
    color: #fff;
    font-weight: bold;
    font-size: 20px; }
  .folder > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .folder > ul > li {
      border-top: 1px solid #c9ebf7; }
      @media screen and (min-width: 768px) {
        .folder > ul > li:hover > a {
          color: #008cbf; }
        .folder > ul > li:hover > ul {
          display: flex; } }
      .folder > ul > li > a {
        display: block;
        padding: 15px 30px 15px 20px;
        font-size: 17px;
        line-height: 23px;
        color: #000000;
        font-weight: 600;
        background: url(../images/arrowfolderm.png) calc(100% - 15px) 50% no-repeat; }
        .folder > ul > li > a:hover {
          color: #008cbf; }
      .folder > ul > li > ul {
        position: absolute;
        top: 56px;
        bottom: 0;
        left: 100%;
        right: -900px;
        overflow-y: auto;
        background: #ecfaff;
        display: flex;
        justify-content: space-between;
        padding: 25px;
        list-style: none;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
        display: none; }
        .folder > ul > li > ul::-webkit-scrollbar {
          background-color: #b6e5f6;
          margin: 10px;
          width: 15px; }
        .folder > ul > li > ul::-webkit-scrollbar-button {
          background: #0096cc url(../images/arrow.png) 50% 50% no-repeat;
          width: 15px;
          height: 15px;
          border-radius: 3px;
          display: block; }
        .folder > ul > li > ul::-webkit-scrollbar-button:increment:start {
          display: none; }
        .folder > ul > li > ul::-webkit-scrollbar-button:increment:end {
          background: #0096cc url(../images/arrow2.png) 50% 50% no-repeat; }
        .folder > ul > li > ul::-webkit-scrollbar-button:decrement:end {
          display: none; }
        .folder > ul > li > ul::-webkit-scrollbar-track {
          background: #b6e5f6;
          margin: 3px 0; }
        .folder > ul > li > ul::-webkit-scrollbar-thumb {
          background: #0096cc;
          border-radius: 3px; }
        .folder > ul > li > ul > li {
          width: 30%; }
          .folder > ul > li > ul > li ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            .folder > ul > li > ul > li ul li {
              margin-top: 26px; }
              .folder > ul > li > ul > li ul li:last-child {
                padding-bottom: 25px; }
              .folder > ul > li > ul > li ul li a {
                font-size: 16px;
                line-height: 20px;
                color: #0786b4;
                display: block; }
                .folder > ul > li > ul > li ul li a:hover {
                  color: #000; }
              .folder > ul > li > ul > li ul li:first-child {
                margin: 0; }
        @media screen and (max-width: 1200px) {
          .folder > ul > li > ul {
            right: auto;
            width: calc(100vw - 25vw); } }
        @media screen and (max-width: 991px) {
          .folder > ul > li > ul {
            right: auto;
            width: calc(100vw - 34vw); } }
  @media screen and (max-width: 767px) {
    .folder {
      margin-bottom: 20px; }
      .folder .title {
        cursor: pointer;
        background: #0096cc url(../images/arrow2.png) calc(100% - 20px) 50% no-repeat; }
      .folder > ul {
        display: none; }
        .folder > ul > li > ul {
          position: relative;
          display: block;
          width: auto;
          left: auto;
          top: auto;
          box-shadow: none;
          display: none; }
          .folder > ul > li > ul > li {
            width: 100%; }
            .folder > ul > li > ul > li ul li:last-child {
              padding-bottom: 0; } }

.foldersearch {
  margin-bottom: 25px;
  background: #ecfaff;
  border: 1px solid #0096cc;
  position: relative;
  display: flex; }
  .foldersearch input {
    display: block;
    border: 0;
    background: none;
    width: 100%;
    line-height: 53px;
    height: 53px;
    font-size: 16px;
    padding: 0 20px 0 55px;
    background: url(../images/searchblue.png) 17px 14px no-repeat; }
  .foldersearch button {
    min-width: 150px;
    background: #0096cc;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .foldersearch input {
      padding-left: 20px;
      background: none; }
    .foldersearch button {
      min-width: 100px;
      font-size: 18px; } }

.foldertext {
  font-size: 16px; }
  .foldertext a {
    color: #ff4802;
    border-bottom: 1px solid #ffd1c0; }
    .foldertext a:hover {
      border-color: transparent; }

.folder_blocks {
  padding: 30px 0; }
  .folder_blocks > div {
    margin-bottom: 30px; }
  .folder_blocks a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 5px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #0096cc;
    line-height: 25px; }
    .folder_blocks a img {
      display: block;
      margin: 0 auto; }
    .folder_blocks a > span {
      padding: 5px 5px 10px;
      display: block;
      width: 100%;
      font-weight: 600; }
      .folder_blocks a > span span {
        border-bottom: 1px solid transparent; }
    .folder_blocks a:hover > span span {
      border-color: #bfe5f2; }
  @media screen and (max-width: 767px) {
    .folder_blocks {
      padding-bottom: 0; } }

.leftmenu {
  background: #ecfaff;
  position: relative;
  z-index: 3; }
  .leftmenu .title {
    line-height: 56px;
    padding-left: 20px;
    background: #0096cc;
    color: #fff;
    font-weight: bold;
    font-size: 20px; }
  .leftmenu > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .leftmenu > ul > li {
      border-top: 1px solid #c9ebf7; }
      .leftmenu > ul > li > a {
        display: block;
        padding: 15px 30px 15px 20px;
        font-size: 17px;
        line-height: 23px;
        color: #000000;
        font-weight: 600;
        background: url(../images/arrowfolderm.png) calc(100% - 15px) 50% no-repeat; }
        .leftmenu > ul > li > a:hover {
          color: #008cbf; }
        .leftmenu > ul > li > a.active {
          background-image: url(../images/arrowfolderm2.png);
          color: #0096cc; }
      .leftmenu > ul > li ul {
        padding: 0 10px 20px 20px;
        margin: 0 0 0 20px;
        list-style: none;
        display: none; }
        .leftmenu > ul > li ul li {
          margin-top: 20px;
          line-height: 18px; }
          .leftmenu > ul > li ul li:first-child {
            margin: 0; }
          .leftmenu > ul > li ul li a {
            font-size: 15px;
            color: #000000;
            border-bottom: 1px solid transparent; }
            .leftmenu > ul > li ul li a:hover {
              color: #ff4802;
              border-color: #f1cdc0; }
  @media screen and (max-width: 767px) {
    .leftmenu {
      margin-bottom: 20px; }
      .leftmenu .title {
        cursor: pointer;
        background: #0096cc url(../images/arrow2.png) calc(100% - 20px) 50% no-repeat; }
      .leftmenu ul {
        display: none; } }

.sortwrap {
  padding: 10px 15px;
  background: #ecfaff;
  margin-top: -15px;
  font-size: 16px; }
  .sortwrap .left select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(../images/arrowsort.png) 100% 50% no-repeat;
    height: 35px;
    padding: 0 40px 0 15px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    color: #888888;
    width: 240px;
    margin-left: 12px; }
    .sortwrap .left select::-ms-expand {
      display: none; }
  .sortwrap .sortbut {
    margin-left: 13px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .sortwrap .sortbut div {
      width: 18px;
      height: 18px;
      cursor: pointer;
      background: url(../images/sort.png) 0 0 no-repeat; }
      .sortwrap .sortbut div:last-child {
        background-position: 100% 0; }
      .sortwrap .sortbut div.active {
        background-position-y: 100%; }
  @media screen and (max-width: 767px) {
    .sortwrap .left {
      flex-direction: column;
      align-items: flex-start;
      width: 100%; }
      .sortwrap .left select {
        width: 100%;
        margin: 5px 0 0; }
    .sortwrap .right {
      display: none; } }

.sort_bodyblock .s_block {
  display: none; }
  .sort_bodyblock .s_block.active {
    display: block; }

.productwrap > div {
  margin-top: 30px; }

.product {
  position: relative;
  padding: 13px 25px 25px;
  border: 1px solid #e6e6e6;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .product:hover {
    border-color: #ff4802;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .product > div {
    width: 100%; }
  .product .top {
    position: relative; }
  .product .label {
    position: absolute;
    top: 8px;
    left: 0;
    line-height: 28px;
    padding: 0 6px;
    background: #0dab32;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    z-index: 2; }
  .product .img {
    display: block;
    font-size: 0;
    line-height: 0; }
    .product .img img {
      width: 100%; }
  .product .title {
    margin-top: 10px;
    line-height: 23px; }
    .product .title a {
      font-size: 18px;
      font-weight: 600;
      color: #000000; }
      .product .title a:hover {
        color: #ff4802; }
  .product .icon {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .product .icon img {
      min-width: 37px;
      max-width: 37px;
      padding: 10px 5px 0px; }
  .product .bottom {
    margin-top: 15px; }
  .product .pricewrap {
    font-size: 24px; }
    .product .pricewrap > div {
      margin-bottom: 10px; }
    .product .pricewrap em {
      font-family: "Roboto";
      font-style: normal;
      font-size: 22px;
      font-weight: normal; }
  .product .old {
    color: #ff4802;
    position: relative;
    font-weight: bold; }
    .product .old span {
      color: #9b9b9b; }
    .product .old:before {
      content: '';
      position: absolute;
      top: 49%;
      left: 0;
      right: 0;
      height: 1px;
      background: #ff4802; }
  .product .price {
    font-weight: bold;
    color: #ff4802; }
  .product .butwrap {
    border: 1px solid #0096cc; }
    .product .butwrap .amount {
      text-align: center;
      padding: 0 5px; }
      .product .butwrap .amount button {
        width: 22px;
        border: 0;
        background: none;
        font-size: 20px;
        font-weight: bold;
        color: #0096cc; }
      .product .butwrap .amount input {
        width: 100%;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        color: #7d7d7d;
        border: 0;
        text-align: center; }
    .product .butwrap .site_button {
      padding: 0 13px;
      min-height: 44px;
      white-space: nowrap;
      flex-grow: 2; }

.paginationwrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6; }
  .paginationwrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center; }
    .paginationwrap ul li {
      margin-left: 15px;
      font-size: 16px; }
      .paginationwrap ul li:first-child {
        margin: 0; }
      .paginationwrap ul li.prev + li {
        margin-left: 25px; }
      .paginationwrap ul li.next {
        margin-left: 25px;
        transform: rotate(180deg); }
      .paginationwrap ul li a {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #919191;
        line-height: 21px; }
        .paginationwrap ul li a img {
          display: block; }
        .paginationwrap ul li a:hover {
          color: #ff4802; }
      .paginationwrap ul li span {
        display: block;
        line-height: 21px;
        color: #fff;
        background: #ff4802;
        text-align: center;
        width: 21px; }
  .paginationwrap .radioselect {
    display: flex;
    align-items: center;
    line-height: 1; }
    .paginationwrap .radioselect label {
      margin-left: 8px;
      cursor: pointer; }
      .paginationwrap .radioselect label input {
        display: none; }
        .paginationwrap .radioselect label input:checked + span {
          border-color: #ff4802;
          font-weight: bold;
          color: #ff4802; }
      .paginationwrap .radioselect label span {
        display: block;
        font-size: 14px;
        color: #919191;
        border-bottom: 1px solid transparent; }
  @media screen and (max-width: 767px) {
    .paginationwrap {
      justify-content: center !important; }
      .paginationwrap .radioselect {
        display: none; } }

.productlist {
  padding: 15px 25px 25px;
  border: 1px solid #e6e6e6; }
  .productlist:hover {
    border-color: #ff4802;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 991px) {
    .productlist .row .left {
      width: 29%; }
    .productlist .row .center {
      width: 40%; }
    .productlist .row .col-md-3 {
      width: 31%; }
    .productlist .row .right {
      padding-left: 25px;
      border-left: 1px solid #e6e6e6;
      height: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .productlist .row .right > div {
        width: 100%; } }
  .productlist .img {
    font-size: 0;
    line-height: 0; }
    .productlist .img img {
      display: block; }
  .productlist .title {
    line-height: 22px; }
    .productlist .title a {
      font-size: 18px;
      font-weight: bold;
      color: #0096cc; }
      .productlist .title a:hover {
        color: #ff4802; }
  .productlist ul {
    padding: 15px 0 0;
    margin: 0;
    list-style: none; }
    .productlist ul li {
      font-size: 14px;
      line-height: 18px;
      margin-top: 10px; }
      .productlist ul li:first-child {
        margin: 0; }
  .productlist .icon {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .productlist .icon img {
      min-width: 40px;
      max-width: 40px;
      padding: 10px 5px 0px; }
  .productlist .right {
    font-size: 14px;
    color: #858585; }
  .productlist .pricewrap {
    font-size: 30px; }
    .productlist .pricewrap > div {
      margin-bottom: 15px; }
    .productlist .pricewrap em {
      font-family: "Roboto";
      font-style: normal;
      font-size: 22px;
      font-weight: normal; }
    .productlist .pricewrap .right_p {
      padding: 0 6px;
      background: #0dab32;
      color: #fff;
      font-size: 18px;
      font-weight: bold; }
  .productlist .old {
    color: #ff4802;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    display: inline-block; }
    .productlist .old span {
      color: #9b9b9b; }
    .productlist .old em {
      font-size: 18px; }
    .productlist .old:before {
      content: '';
      position: absolute;
      top: 49%;
      left: 0;
      right: 0;
      height: 1px;
      background: #ff4802; }
  .productlist .price {
    font-weight: bold;
    color: #ff4802; }
  .productlist .butwrap {
    border: 1px solid #0096cc; }
    .productlist .butwrap .amount {
      text-align: center;
      padding: 0 10px; }
      .productlist .butwrap .amount button {
        width: 22px;
        border: 0;
        background: none;
        font-size: 20px;
        font-weight: bold;
        color: #0096cc; }
      .productlist .butwrap .amount input {
        width: 100%;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        color: #7d7d7d;
        border: 0;
        text-align: center; }
    .productlist .butwrap .site_button {
      padding: 0 15px;
      min-height: 44px;
      white-space: nowrap;
      flex-grow: 2; }

.maintextblock {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6; }
  .maintextblock h2 {
    letter-spacing: -0.4px;
    margin-bottom: 35px; }
  .maintextblock .site_button {
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .maintextblock {
      text-align: center;
      margin-top: 40px; }
      .maintextblock ul, .maintextblock p {
        display: none; }
      .maintextblock .col-sm-6:first-child {
        padding: 0; }
        .maintextblock .col-sm-6:first-child img {
          width: 100%; } }

.maincontent {
  padding: 70px 0;
  border-top: 3px solid #0096cc;
  background: url(../images/mainbg.png) 50% 70px no-repeat; }
  .maincontent .button {
    display: none;
    margin-top: 30px; }
  .maincontent .mobtitle {
    display: none;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #0096cc;
    padding-top: 30px;
    margin-bottom: -10px; }
  @media screen and (max-width: 767px) {
    .maincontent {
      padding: 1px 0 50px; }
      .maincontent .mobtitle {
        display: block; }
      .maincontent .tab_main, .maincontent .folder {
        display: none; }
      .maincontent .button {
        display: block; } }

.tab_main {
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 510px; }
  .tab_main li {
    cursor: pointer;
    font-size: 26px;
    color: #9b9b9b;
    line-height: 1; }
    .tab_main li span {
      border-bottom: 1px dashed transparent;
      display: block; }
    .tab_main li.active {
      font-weight: bold;
      color: #0096cc; }
      .tab_main li.active span {
        border-color: #0096cc; }

.mainblock {
  min-height: 640px;
  background: url(../images/mainbg.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 90px; }
  .mainblock h1 {
    color: #fff;
    font-size: 46px; }
  .mainblock ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none; }
    .mainblock ul li {
      position: relative;
      line-height: 1;
      margin-top: 22px;
      padding-left: 33px;
      font-size: 20px; }
      .mainblock ul li:before {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 12px;
        height: 12px;
        background: #00b2f2; }
      .mainblock ul li:first-child {
        margin: 0; }
  @media screen and (max-width: 767px) {
    .mainblock {
      min-height: calc(100vh - 110px);
      background-image: url(../images/mainbgmob.jpg);
      padding-top: 0;
      display: flex;
      align-items: center; }
      .mainblock h1 {
        font-size: 26px;
        text-align: center;
        margin: 0 -10px 15px; }
      .mainblock .row > div:last-child {
        margin-top: 17px; }
      .mainblock ul {
        max-width: 270px;
        margin: 0 auto; }
        .mainblock ul li {
          font-size: 16px; } }

.mobphone {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  background: #00ac00;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .mobphone {
      display: none; } }
  .mobphone img {
    margin-right: 20px; }

.seewrap {
  padding-top: 40px;
  border-top: 1px solid #e6e6e6; }
  .seewrap .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .seewrap {
      padding-top: 20px; }
      .seewrap .title {
        text-align: center; } }

.seeslider .product:hover {
  box-shadow: none; }
.seeslider .owl-stage {
  display: flex;
  flex-wrap: wrap; }
.seeslider .owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  left: -65px;
  right: -65px;
  font-size: 0;
  line-height: 0;
  height: 0;
  display: flex;
  justify-content: space-between; }
  .seeslider .owl-nav div {
    cursor: pointer;
    width: 22px;
    height: 41px;
    background: url(../images/seearrow.png) 0 0 no-repeat; }
    .seeslider .owl-nav div:last-child {
      transform: rotate(180deg); }
@media screen and (max-width: 1320px) {
  .seeslider {
    padding: 0 60px; }
    .seeslider .owl-nav {
      left: -7px;
      right: -7px; } }
@media screen and (max-width: 767px) {
  .seeslider {
    padding: 0 25px; } }

.bigdetail {
  border: 1px solid #e6e6e6; }
  .bigdetail a {
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .bigdetail a img {
      width: auto !important; }

@media (max-width:502px) {
    #itemphoto {
      height: calc(100vw - 100px);
    }
}

/*
@media (max-width:767px) {
    .col-sm-6 {
      height: calc(100vw - 30px);
    }
}
*/

.detailnav {
  margin-top: 10px; }
  .detailnav .item {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #e6e6e6; }
    .detailnav .item.active {
      border-color: #ff4802; }
  .detailnav .owl-nav {
    position: absolute;
    top: 50%;
    left: -15px;
    right: -15px;
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0; }
    .detailnav .owl-nav div {
      cursor: pointer;
      width: 8px;
      height: 12px;
      background: url(../images/detailnav.png) 0 0 no-repeat; }
      .detailnav .owl-nav div:last-child {
        transform: rotate(180deg); }
  @media screen and (max-width: 767px) {
    .detailnav {
      padding: 0 15px; }
      .detailnav .owl-nav {
        left: 0;
        right: 0; } }

.detailwrap > div {
  margin-bottom: 60px; }
.detailwrap .right {
  padding-left: 20px; }
.detailwrap .l_block {
  max-width: 220px; }
.detailwrap .article {
  margin-bottom: 50px;
  color: #858585; }
  .detailwrap .article span {
    color: #000; }
.detailwrap .pricewrap {
  font-size: 30px; }
  .detailwrap .pricewrap > div {
    margin-bottom: 15px; }
  .detailwrap .pricewrap em {
    font-family: "Roboto";
    font-style: normal;
    font-size: 22px;
    font-weight: normal; }
  .detailwrap .pricewrap .right_p {
    padding: 0 6px;
    background: #0dab32;
    color: #fff;
    font-size: 18px;
    font-weight: bold; }
.detailwrap .old {
  color: #ff4802;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  display: inline-block; }
  .detailwrap .old span {
    color: #9b9b9b; }
  .detailwrap .old em {
    font-size: 18px; }
  .detailwrap .old:before {
    content: '';
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ff4802; }
.detailwrap .price {
  font-weight: bold;
  color: #ff4802; }
.detailwrap .butwrap {
  border: 1px solid #0096cc; }
  .detailwrap .butwrap .amount {
    text-align: center;
    padding: 0 10px; }
    .detailwrap .butwrap .amount button {
      width: 22px;
      border: 0;
      background: none;
      font-size: 20px;
      font-weight: bold;
      color: #0096cc; }
    .detailwrap .butwrap .amount input {
      width: 100%;
      height: 44px;
      line-height: 44px;
      font-size: 18px;
      color: #7d7d7d;
      border: 0;
      text-align: center; }
  .detailwrap .butwrap .site_button {
    padding: 0 15px;
    min-height: 44px;
    white-space: nowrap;
    flex-grow: 2; }
.detailwrap .r_block {
  max-width: 270px;
  padding: 35px 30px;
  background: #ecfaff;
  width: 100%; }
  .detailwrap .r_block a {
    display: flex;
    align-items: center;
    color: #ff4802;
    font-size: 16px;
    line-height: 22px;
    margin-top: 37px; }
    .detailwrap .r_block a:first-child {
      margin: 0; }
    .detailwrap .r_block a img {
      margin-right: 26px;
      min-width: 61px; }
    .detailwrap .r_block a > span span {
      border-bottom: 1px solid #f1cdc0; }
    .detailwrap .r_block a:hover > span span {
      border-color: transparent; }
.detailwrap .description {
  margin-top: 105px;
  font-size: 16px;
  line-height: 31px;
  padding-bottom: 5px; }
@media screen and (max-width: 767px) {
  .detailwrap > div {
    margin-bottom: 30px; }
  .detailwrap .right {
    padding: 0; }
    .detailwrap .right .scroll {
      display: none; }
  .detailwrap .dbblock {
    display: block; }
  .detailwrap .article {
    margin-bottom: 20px; }
  .detailwrap .l_block {
    max-width: none; }
  .detailwrap .r_block {
    max-width: none;
    margin-top: 20px; }
  .detailwrap .description {
    margin-top: 20px; }
  .detailwrap .butwrap .amount {
    max-width: 130px; } }

.page_link {
  font-size: 16px;
  color: #ff4802;
  border-bottom: 1px solid #ffd1c0; }
  .page_link:hover {
    border-color: transparent; }

.descriptionblock {
  font-size: 16px;
  line-height: 22px; }
  .descriptionblock .row > div {
    margin-bottom: 100px; }
  .descriptionblock .left {
    padding-right: 55px; }
  .descriptionblock h4 {
    font-size: 20px;
    font-weight: bold;
    color: #0096cc; }
  .descriptionblock .tablewrapper {
    margin: 30px 0 40px; }
  .descriptionblock .page ul {
    padding-left: 19px; }
    .descriptionblock .page ul li {
      padding-left: 20px; }
      .descriptionblock .page ul li:before {
        top: 7px;
        width: 7px;
        height: 7px; }
  .descriptionblock table {
    width: 100%;
    border-spacing: 0; }
    .descriptionblock table th, .descriptionblock table td {
      text-align: left; }
      .descriptionblock table th:last-child, .descriptionblock table td:last-child {
        text-align: right; }
    .descriptionblock table tr:nth-child(even) {
      background: #ecfaff; }
    .descriptionblock table th {
      padding: 0 10px 10px; }
    .descriptionblock table td {
      padding: 10px; }
  @media screen and (max-width: 767px) {
    .descriptionblock .row > div {
      margin-bottom: 30px; }
    .descriptionblock .left {
      padding: 0; } }

.buyblock {
  padding: 20px 25px;
  background: #ecfaff; }
  .buyblock .b_title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: -0.5px; }
  .buyblock .block {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c9ebf7; }
    .buyblock .block .title a {
      font-size: 15px;
      color: #000000; }
      .buyblock .block .title a:hover {
        color: #ff4802; }
    .buyblock .block .img {
      font-size: 0;
      line-height: 0;
      margin-right: 20px;
      min-width: 134px; }
    .buyblock .block .right {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .buyblock .block .right > div {
        width: 100%; }
    .buyblock .block .pricewrap .price {
      font-size: 20px;
      font-weight: bold;
      color: #ff4802; }
      .buyblock .block .pricewrap .price span {
        font-family: "Roboto";
        font-weight: normal;
        font-size: 18px; }
    .buyblock .block .pricewrap a {
      width: 50px;
      height: 34px;
      background: #0096cc url(../images/buybut.png) 50% 50% no-repeat; }
  .buyblock .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    line-height: 0; }
    .buyblock .owl-nav div {
      width: 10px;
      height: 18px;
      background: url(../images/arrowbuy.png) 0 0 no-repeat;
      transform: rotate(180deg); }
      .buyblock .owl-nav div:last-child {
        transform: rotate(0); }
  .buyblock .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 6px;
    left: 20px;
    right: 20px; }
    .buyblock .owl-dots div {
      cursor: pointer;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #eecebd;
      margin-left: 16px; }
      .buyblock .owl-dots div:first-child {
        margin: 0; }
      .buyblock .owl-dots div.active {
        background: #f26724; }
  @media screen and (max-width: 767px) {
    .buyblock {
      padding: 15px; }
      .buyblock .b_title {
        font-size: 20px; }
      .buyblock .block .img {
        min-width: 100px;
        width: 100px;
        max-width: 100px;
        margin-right: 10px; }
      .buyblock .block .title a {
        font-size: 14px;
        line-height: 1.3; } }

.cartwrap {
  margin-bottom: 50px; }
  .cartwrap .text {
    font-size: 15px;
    color: #000000;
    padding-top: 15px; }

.cart {
  display: table;
  border-spacing: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cart .tr {
      display: table-row; }
    .cart .td, .cart .th {
      display: table-cell;
      vertical-align: middle; }
    .cart .th {
      background: #0096cc;
      text-align: center;
      color: #fff;
      padding: 13px; }
      .cart .th span {
        font-family: "Roboto"; }
      .cart .th:nth-child(2) {
        text-align: left; }
    .cart .td {
      border-bottom: 1px solid #e6e6e6;
      padding: 13px;
      text-align: center; }
      .cart .td:nth-child(2) {
        text-align: left; }
      .cart .td:first-child {
        border-left: 1px solid #e6e6e6;
        width: 1%; }
      .cart .td:last-child {
        border-right: 1px solid #e6e6e6;
        width: 1%;
        padding-right: 30px; }
    .cart .img {
      min-width: 119px;
      display: block; } }
  .cart .title a {
    font-size: 18px;
    color: #000000;
    font-weight: 600; }
    .cart .title a:hover {
      color: #ff4802; }
  .cart .price {
    font-size: 20px;
    font-weight: 600; }
    .cart .price.orange {
      color: #ff4802; }
  .cart .amount {
    display: inline-flex;
    align-items: center; }
    .cart .amount button {
      border: 0;
      padding: 0 10px;
      font-size: 20px;
      font-weight: bold;
      color: #0096cc;
      background: none; }
    .cart .amount input {
      border: 0;
      width: 30px;
      height: 20px;
      line-height: 20px;
      font-size: 18px;
      color: #7d7d7d;
      text-align: center; }
  .cart .del {
    display: block;
    width: 16px;
    height: 19px;
    min-width: 16px;
    background: url(../images/del.png) 0 0 no-repeat; }
    .cart .del:hover {
      background-position: 0 100%; }
  @media screen and (max-width: 767px) {
    .cart .tr {
      border: 1px solid #e6e6e6;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
      position: relative;
      padding: 20px; }
      .cart .tr:first-child {
        display: none; }
      .cart .tr:last-child {
        margin: 0; }
    .cart .td:first-child {
      flex-basis: 110px;
      max-width: 110px; }
    .cart .td:nth-child(2) {
      flex-basis: calc(100% - 119px); }
    .cart .td:last-child {
      position: absolute;
      top: 5px;
      right: 5px; }
    .cart .title {
      padding-bottom: 6px; }
      .cart .title a {
        font-size: 18px;
        line-height: 1.2;
        display: block; } }

.total {
  padding: 10px 30px 10px 160px;
  line-height: 1.2;
  min-height: 60px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ecfaff; }
  .total .left {
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    color: #000000; }
    .total .left span {
      color: #ff4802; }
    .total .left em {
      font-family: "Roboto";
      font-style: normal;
      font-weight: normal; }
  @media screen and (max-width: 767px) {
    .total {
      padding: 13px;
      display: block; }
      .total .left {
        margin-bottom: 10px; } }

.order_tab {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e5e5e5; }
  .order_tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center; }
    .order_tab ul li {
      margin-left: 40px;
      padding-left: 40px;
      border-left: 1px solid #e5e5e5; }
      .order_tab ul li:first-child {
        margin: 0;
        padding: 0;
        border: 0; }
      .order_tab ul li a {
        font-size: 20px;
        color: #7b7b7b;
        border-bottom: 1px dashed transparent; }
      .order_tab ul li.active a {
        font-weight: bold;
        color: #0096cc;
        border-color: #0096cc; }
  @media screen and (max-width: 767px) {
    .order_tab {
      padding-top: 10px; }
      .order_tab ul {
        justify-content: space-between; }
        .order_tab ul li {
          padding: 0;
          margin: 0;
          border: 0; }
          .order_tab ul li a {
            font-size: 15px; } }

@media screen and (min-width: 768px) {
  .order h2 {
    font-size: 36px; } }
.order .default {
  font-size: 14px;
  line-height: 1.2; }
  .order .default.o_tbody .row {
    display: none; }
    .order .default.o_tbody .row.active {
      display: block; }
  .order .default .row > div {
    margin-top: 30px; }
  .order .default .oferta label input {
    display: none; }
  .order .default label {
    display: block; }
    .order .default label span {
      display: block; }
      .order .default label span em {
        color: #f00; }
    .order .default label input, .order .default label textarea {
      display: block;
      width: 100%;
      line-height: 52px;
      height: 54px;
      border: 1px solid #0096cc;
      font-size: 16px;
      padding: 0 20px;
      margin-top: 6px; }
    .order .default label textarea {
      resize: none;
      line-height: 1.2;
      padding: 20px;
      height: 155px; }
    .order .default label .fileinput {
      display: none; }
    .order .default label .file {
      display: block;
      width: 100%;
      line-height: 52px;
      font-size: 16px;
      height: 54px;
      color: #6d6d6d;
      border: 1px solid #0096cc;
      background: url(../images/file.png) 0 50% no-repeat;
      font-size: 16px;
      padding: 0 60px 0 55px;
      margin-top: 6px;
      white-space: nowrap;
      position: relative;
      cursor: pointer; }
      .order .default label .file .button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 55px;
        background: #0096cc url(../images/search.png) 50% 50% no-repeat; }
.order .radiowrap {
  margin-top: 40px; }
.order .radioblock > div {
  margin-top: 6px; }
.order .radioblock label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 1.2; }
  .order .radioblock label input {
    display: none; }
    .order .radioblock label input:checked + span {
      background-position: 0 0; }
  .order .radioblock label span {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/radio.png) 0 100% no-repeat; }

.pageform {
  min-height: 385px;
  background: #ecfaff url(../images/formbg.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 25px 0; }
  .pageform .title {
    font-size: 38px;
    line-height: 45px;
    font-weight: 600; }
  .pageform .text {
    padding: 10px 0 20px; }
  .pageform form {
    max-width: 870px; }
  .pageform input {
    display: block;
    width: 100%;
    line-height: 52px;
    height: 54px;
    border: 1px solid #0096cc;
    font-size: 16px;
    padding: 0 20px; }
  .pageform .row > div {
    margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .pageform .title {
      text-align: center;
      font-size: 24px;
      line-height: 28px; }
      .pageform .title br {
        display: none; }
    .pageform .text {
      padding: 5px 0;
      text-align: center;
      font-size: 16px; }
      .pageform .text br {
        display: none; }
    .pageform form .row > div {
      order: 0; }
      .pageform form .row > div.order2 {
        order: 1; }
      .pageform form .row > div.order3 {
        order: 2; } }

.footer {
  line-height: 1.2;
  padding: 30px 0;
  color: #fff;
  background: #0096cc;
  font-size: 16px; }
  .footer a {
    color: #fff; }
  .footer .top {
    line-height: 26px; }
  .footer .flex {
    flex-wrap: nowrap; }
  .footer .phone .tel a {
    font-weight: bold;
    font-size: 19px; }
  .footer .phone > a {
    border-bottom: 1px solid #eef8fc;
    line-height: 1;
    display: inline-block; }
    .footer .phone > a:hover {
      border-color: transparent; }
  .footer .right {
    width: 100%;
    margin-left: 20px;
    max-width: 700px; }
  .footer .center {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #33abd6;
    border-bottom: 1px solid #33abd6;
    line-height: 23px; }
  .footer .title {
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase; }
  .footer .textright {
    text-align: right; }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer ul li {
      margin-top: 10px; }
      .footer ul li:first-child {
        margin: 0; }
      .footer ul li a {
        border-bottom: 1px solid transparent; }
        .footer ul li a:hover {
          border-color: #77c7e4; }
  .footer .f_link {
    border-bottom: 1px solid transparent; }
    .footer .f_link:hover {
      border-color: #77c7e4; }
  .footer .insite a {
    font-weight: bold;
    border-bottom: 1px solid transparent; }
    .footer .insite a:hover {
      border-color: #77c7e4; }
  @media screen and (max-width: 991px) {
    .footer {
      text-align: center; }
      .footer .flex {
        display: block; }
      .footer .top .address {
        display: none; }
      .footer .top .left {
        margin-bottom: 15px; }
      .footer .top .textright .tel {
        display: none; }
      .footer .textright {
        text-align: center; }
      .footer .center {
        display: none; }
      .footer .right {
        max-width: none;
        margin: 0; }
        .footer .right > div {
          margin-bottom: 20px; }
      .footer .bottom {
        padding-top: 25px;
        border-top: 1px solid #33abd6; }
        .footer .bottom .f_link {
          margin: 15px 0;
          display: inline-block; }
        .footer .bottom .insite {
          margin: 0; } }

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }
  .popup_wrap .wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 630px;
    width: 100%;
    padding: 25px 30px 40px;
    background: #ffffff;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    box-sizing: border-box;
    text-align: left;
    border-top: 4px solid #ff4802; }
  .popup_wrap .p_title {
    text-align: center;
    font-size: 38px;
    font-weight: 600; }
  .popup_wrap .row > div {
    margin-top: 23px; }
  .popup_wrap .closebut {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url(../images/closebut.png) 0 0 no-repeat;
    cursor: pointer; }
  .popup_wrap label {
    display: block; }
    .popup_wrap label span {
      display: block; }
      .popup_wrap label span em {
        color: #f00; }
    .popup_wrap label input, .popup_wrap label textarea {
      display: block;
      width: 100%;
      line-height: 52px;
      height: 54px;
      border: 1px solid #0096cc;
      font-size: 16px;
      padding: 0 20px;
      margin-top: 6px; }
    .popup_wrap label textarea {
      resize: none;
      line-height: 1.2;
      padding: 20px;
      height: 135px; }
  .popup_wrap form + .success {
    display: none; }
  .popup_wrap .success {
    text-align: center;
    font-size: 16px; }
    .popup_wrap .success .p_title {
      margin-bottom: 20px; }
  .popup_wrap:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .popup_wrap .wrap {
      padding: 30px 20px 20px; }
    .popup_wrap .closebut {
      top: 15px;
      right: 15px; }
    .popup_wrap .p_title {
      font-size: 27px; }
    .popup_wrap .success .p_title {
      margin-bottom: 10px; } }

.oferta {
  position: relative;
  padding-left: 33px;
  display: flex;
  align-items: center;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #6d6d6d; }
  .oferta a {
    border-bottom: 1px solid transparent; }
    .oferta a:hover {
      border-color: #44b2da; }
  .oferta label {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .oferta label input {
      display: none; }
      .oferta label input:checked + span {
        background: #fff url(../images/checked.png) 50% 50% no-repeat; }
    .oferta label span {
      display: block;
      width: 20px;
      height: 20px;
      background: #fff;
      border: 1px solid #0096cc; }

.popup_wrap.citypopup .wrap {
  background: #fff;
  max-width: 375px;
  padding: 30px;
  border-radius: 5px; }
.popup_wrap.citypopup .block {
  margin-top: 35px; }
  .popup_wrap.citypopup .block:first-child {
    margin-top: 0; }
.popup_wrap.citypopup .title {
  margin-bottom: 20px;
  font-size: 14px;
  color: #0096cc; }
.popup_wrap.citypopup input {
  display: block;
  line-height: 53px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  width: 100%; }
.popup_wrap.citypopup ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .popup_wrap.citypopup ul li {
    margin-top: 15px; }
    .popup_wrap.citypopup ul li:first-child {
      margin-top: 0; }
    .popup_wrap.citypopup ul li a {
      font-size: 16px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .popup_wrap.citypopup ul li a:hover {
        border-color: #838383; }
.popup_wrap.citypopup .scroll {
  position: relative; }
  .popup_wrap.citypopup .scroll .baron__scroller {
    height: 270px;
    overflow: hidden; }
  .popup_wrap.citypopup .scroll .baron__track {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 5px;
    background: #f4f7fa;
    border-radius: 3px; }
    .popup_wrap.citypopup .scroll .baron__track .baron__free {
      position: relative;
      height: 100%; }
    .popup_wrap.citypopup .scroll .baron__track .baron__bar {
      border-radius: 3px;
      width: 5px;
      background: #d4d4d4;
      position: absolute; }
@media screen and (max-width: 767px) {
  .popup_wrap.citypopup .wrapp_in {
    padding-top: 0; } }

#gotop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/gotop.png) 0 0 no-repeat; }
  @media screen and (max-width: 767px) {
    #gotop {
      bottom: 70px; } }

/*# sourceMappingURL=styles.css.map */
