@charset "UTF-8";

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 {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2em;
  
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  caption-side: top;
}

@font-face {
  font-family: proxima-nova-thin;
  src: url("../fonts/proxima-nova-thin.eot");
  src:
    url("../fonts/proxima-nova-thin?#iefix") format("embedded-opentype"),
    url("../fonts/proxima-nova-thin.woff") format("woff"),
    url("../fonts/proxima-nova-thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-semibold;
  src: url("../fonts/proxima-nova-semibold.eot");
  src:
    url("../fonts/proxima-nova-semibold?#iefix") format("embedded-opentype"),
    url("../fonts/proxima-nova-semibold.woff") format("woff"),
    url("../fonts/proxima-nova-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-regular;
  src: url("../fonts/proxima-nova-regular.eot");
  src:
    url("../fonts/proxima-nova-regular?#iefix") format("embedded-opentype"),
    url("../fonts/proxima-nova-regular.woff") format("woff"),
    url("../fonts/proxima-nova-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-light;
  src: url("../fonts/proxima-nova-light.eot");
  src:
    url("../fonts/proxima-nova-light?#iefix") format("embedded-opentype"),
    url("../fonts/proxima-nova-light.woff") format("woff"),
    url("../fonts/proxima-nova-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-extrabold;
  src: url("../fonts/proxima-nova-extrabold.eot");
  src:
    url("../fonts/proxima-nova-extrabold?#iefix") format("embedded-opentype"),
    url("../fonts/proxima-nova-extrabold.woff") format("woff"),
    url("../fonts/proxima-nova-extrabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-bold;
  src: url("../fonts/proxima-nova-bold.eot");
  src:
    url("../fonts/proxima-nova-bold?#iefix") format("embedded-opentype"),
    url("../fonts/proxima-nova-bold.woff") format("woff"),
    url("../fonts/proxima-nova-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-black;
  src: url("../fonts/proxima-nova-black.eot");
  src:
    url("../fonts/proxima-nova-black?#iefix") format("embedded-opentype"),
    url("../fonts/proxima-nova-black.woff") format("woff"),
    url("../fonts/proxima-nova-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
.image-wrapper > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
input.error {
  border-color: red !important;
}
label.error {
  display: none !important;
}
.wrapper {
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.container {
  padding: 0 15px;
  width: 1200px;
  margin: auto;
}
::-webkit-input-placeholder {
  color: #000;
  transition: 0.3s;
}
::-moz-placeholder {
  color: #000;
  transition: 0.3s;
}
:-moz-placeholder {
  color: #000;
  transition: 0.3s;
}
:-ms-input-placeholder {
  color: #000;
  transition: 0.3s;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
.image-wrapper {
  position: relative;
}
.image-overlay {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 119, 185, 0.67) url(../img/ico_zoom.png) no-repeat center
    center;
  border: 3px solid #fff;
  opacity: 0;
  transition: 0.3s;
}
.image-overlay:hover {
  opacity: 1;
}
.input-wrapper input {
  border: 2px solid #ebeef0;
  background: #f8f8f8;
  height: 100%;
  width: 100%;
  font:
    13px/24px proxima-nova-thin,
    sans-serif;
  letter-spacing: 0.08em;
  color: #8f9196;
  padding: 0 17px;
}
.btnblue {
  background-color: #359acf;
  background-image: -webkit-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  background-image: linear-gradient(to bottom, #57bce4 0%, #1377b9 100%);
  background-image: -ms-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  color: #fff;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnblue:hover {
  color: #fff;
  box-shadow: 0px 12px 24px 0px rgba(0, 92, 148, 0.66);
}

.arrow-left {
  background-image: url(../img/ico_left-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.2s;
  background-color: #fbfbfb;
  cursor: pointer;
}
.arrow-left:hover {
  background-image: url(../img/ico_left-arrow-hover.png);
  background-color: #359acf;
}
.arrow-right {
  background-image: url(../img/ico_right-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.2s;
  background-color: #fbfbfb;
  cursor: pointer;
}
.arrow-right:hover {
  background-image: url(../img/ico_right-arrow-hover.png);
  background-color: #359acf;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 18020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 18030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font:
    14px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 18040;
  background-image: url(../img/ico_close-btn.jpg);
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.75);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font:
    normal 13px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    
  }
}

.content-emphasis {
  font-weight: 600;
  white-space: nowrap;
}

.product-tech-section td {
  background-color: #f2f6fa;
  font-weight: 700;
}



.skidka-price {
  color: #ff8e8e; 
  font-weight: bold; 
}


.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  display: block;
  width: 40px;
  padding: 0;
  height: 54px;
  list-style: none;
  text-align: center;
}
.slick-dots:before {
  position: absolute;
  content: "/3";
  display: block;
  left: calc(100% + 5px);
  bottom: 2px;
  color: #c5c5c5;
  font:
    29px/29px proxima-nova-regular,
    sans-serif;
}
.slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 54px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 54px;
  line-height: 54px;
  font-family: proxima-nova-black, sans-serif;
  display: block;
  text-align: right;
  width: 40px;
  height: 54px;
  cursor: pointer;
  opacity: 0;
  color: #2f97cd;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  z-index: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.modal-button {
  min-height: 100px;
  width: 100%;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 26px 20px 28px;
}

.modal-close {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: -19px;
  right: -19px;
  background: url(../img/ico_close-btn.jpg) no-repeat center center;
}
.modal-border {
  border: 2px solid #4cb2de;
  display: block;
  padding: 8px;
  width: 470px;
  min-height: 100px;
  display: none;
  position: relative;
}
.modal-button-title {
  text-transform: uppercase;
  text-align: center;
  color: #071426;
  font:
    20px/24px proxima-nova-bold,
    sans-serif;
}
.modal-button-subtitle {
  text-align: center;
  color: #7b7c7e;
  font:
    20px/24px proxima-nova-regular,
    sans-serif;
  margin-bottom: 16px;
}
.modal-form {
  background: #fff;
  width: 370px;
}
.modal-form .input-wrapper {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
}
.modal-form .send-btn {
  font:
    15px proxima-nova-light,
    sans-serif;
  width: 100%;
  height: 55px;
  letter-spacing: 0.035em;
}
.header {
  transition: 0.4s;
  top: -100px;
  background: #fff;
  z-index: 100;
  width: 100%;
}
.header .container {
  padding-left: 23px;
  padding-top: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 153px;
  align-items: center;
  padding-bottom: 13px;
  width: 1290px;
}
.header-logo {
  width: 225px;
  margin-bottom: 3px;
}
.header-right {
  width: 1030px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu {
  width: 560px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-menu li:hover a {
  color: #fff;
  background: #51abd8;
}
.header-menu a {
  display: block;
  padding: 6px 13px;
  margin: 4px 0;
  text-transform: uppercase;
  font:
    11px/20px proxima-nova-light,
    sans-serif;
  letter-spacing: 0.12em;
  transition: 0.3s;
}
.header-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 455px;
}
.header-phone {
  background: #ebeef0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 223px;
}
.header-phone span {
  padding-left: 31px;
  padding-right: 8px;
  letter-spacing: 0.02em;
  display: block;
  color: #0c0c0b;
  font:
    18px/38px proxima-nova-light,
    sans-serif;
  background: url(../img/ico_phone.png) no-repeat center left;
}
.header-btn {
  letter-spacing: 0.12em;
  font:
    16px/20px proxima-nova-bold,
    sans-serif;
  height: 72px;
  width: 215px;
}
.menu-toggle {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  width: 44px;
  height: 36px;
  right: 25px;
  top: 22px;
  position: absolute;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 9px;
  background: #449cc2;
}
.header.active {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
}
.header.active .container {
  height: 120px;
  padding-left: 15px;
  padding-bottom: 5px;
  width: 1280px;
}
.header.active .header-logo {
  height: 90px;
}
.promo {
  min-height: 775px;
  background: #ebeef0 url(../img/bg_promo.jpg) no-repeat top center;
}
.promo .container {
  min-height: 793px;
  position: relative;
  z-index: 10;
  padding-top: 243px;
}
.product_top {
  padding: 11px 27px 6px 24px;
  float: left;
  font:
    22px/26px proxima-nova-regular,
    sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}
.promo-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.promo-title h1 {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.promo-title__first {
  padding: 11px 27px 6px 24px;
  float: left;
  font:
    52px/59px proxima-nova-black,
    sans-serif;
  background: rgba(0, 0, 0, 0.75);
}
.promo-subtitle {
  margin-top: 22px;
  margin-left: 0px;
}
.promo-subtitle span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.promo-subtitle__first {
  float: left;
  font:
    29px/38px proxima-nova-regular,
    sans-serif;
  background: #449cc2;
  padding: 0px 6px 0px 10px;
}
.promo-subtitle__second {
  float: left;
  font:
    29px/38px proxima-nova-regular,
    sans-serif;
  background: rgba(0, 0, 0, 0.75);
  padding: 0px 6px 0px 10px;
}
.promo-subtitle__third {
  float: left;
  font:
    29px/38px proxima-nova-regular,
    sans-serif;
  background: rgba(0, 0, 0, 0.75);
  padding: 0px 6px 0px 10px;
}
.promo-subtitle__forth {
  float: left;
  font:
    29px/38px proxima-nova-regular,
    sans-serif;
  background: #449cc2;
  padding: 0px 6px 0px 10px;
}
.promo-slogan {
  margin-top: 142px;
  position: relative;
  z-index: 2;
}
.promo-slogan:after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  background: url(../img/decor_features.png) no-repeat 0 0;
  width: 194px;
  height: 221px;
  top: -88px;
  right: -96px;
}
.promo-slogan p {
  text-transform: uppercase;
  color: #676869;
  display: block;
}
.infos {
  background: #ebeef0;
}
.infos .container {
  padding-top: 50px;
  padding-bottom: 20px;
}
.infos-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.infos-item {
  margin: 2px;
  width: 280px;
  padding: 0 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.infos-item-left {
  margin: 2px;
  width: 280px;
  padding: 0 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  flex-direction: column;
}
.infos-item:hover .infos-item__img {
  transform: scale(1.2);
}
.infos-item__img {
  transition: 0.3s;
  height: 120px;
  width: 100%;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  background: url(../img/ico_blue-diamond.png) no-repeat center bottom;
}
.infos-item__text {
  margin-top: 14px;
  text-align: center;
  color: #0c0c0b;
  font:
    18px/22px proxima-nova-light,
    sans-serif;
  letter-spacing: 0.04em;
}
.infos-item__advantages_top {
  margin-top: 14px;
  margin-right: 30px;
  text-align: left;
  color: #5a5a5a;
  font:
    16px/20px proxima-nova-light,
    sans-serif;
  letter-spacing: 0.03em;
}
.solution {
  background: #f3f5f7;
}
.solution .container {
  padding-top: 10px;
  padding-bottom: 55px;
}
.solution-title span {
  text-transform: uppercase;
  color: #fff;
  padding: 6px 27px 3px;
  display: inline-block;
}
.solution-title__first {
  font:
    60px/65px proxima-nova-black,
    sans-serif;
  background: #d5d8da;
}
.solution-title__second {
  font:
    54px/66px proxima-nova-black,
    sans-serif;
  background: #49abd5;
}
.solution-dots {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  margin-top: 55px;
}
.solution-dot {
  transition: 0.3s;
  color: #071426;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-dot:hover {
  box-shadow: 0px 12px 24px 0px rgba(0, 92, 148, 0.66);
  background-color: #359acf;
  background-image: -webkit-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  background-image: linear-gradient(to bottom, #57bce4 0%, #1377b9 100%);
  background-image: -ms-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  color: #fff;
}
.solution-dot.active {
  background-color: #359acf;
  background-image: -webkit-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  background-image: linear-gradient(to bottom, #57bce4 0%, #1377b9 100%);
  background-image: -ms-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  color: #fff;
}
.solution-dot span {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.02em;
  font:
    16px/24px proxima-nova-light,
    sans-serif;
}
@media (max-width: 600px) {
  .solution-dot span {
    font-size: 12px;
  }
}
.solution-dot-1 {
  width: 350px;
  height: 76px;
}
.solution-dot-2 {
  width: 435px;
  height: 76px;
}
.solution-dot-3 {
  width: 385px;
  height: 76px;
}
.solution-slider {
  width: 100%;
}

.product-top {
  border: 2px solid #4cb2de;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 8px;
}
.product-top_inner {
  background: #fff;
  padding: 10px 10px 10px;
  width: 100%;
}
.product-top__title {
  text-transform: uppercase;
  text-align: center;
  color: #071426;
  font:
    20px/24px proxima-nova-bold,
    sans-serif;
}

.solution-slide {
  justify-content: space-between;
  margin-top: 40px;
  align-items: flex-start;
}
.solution-slide__images {
  width: 370px;
  padding-top: 10px;
  float: left;
}
.solution-slide__image {
  width: 100%;
  height: 297px;
  float: left;
}
.solution-slide__miniatures {
  margin-top: 17px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.solution-slide__mini {
  width: 113px;
  margin-top: 17px;
}
.solution-slide__descr {
  width: 425px;
  float: left;
  padding: 0 15px;
}
.solution-slide__title {
  color: #071426;
  font:
    26px/30px proxima-nova-regular,
    sans-serif;
  padding-bottom: 3px;
}
.solution-slide__text {
  margin-top: 22px;
  font:
    17px/22px proxima-nova-thin,
    sans-serif;
  font-weight: 600;
  padding-left: 25px;
  background: url(../img/ico_blue-diamond-small.png) no-repeat 2px 3px;
}
.solution-slide__list {
  list-style-type: disc;
  margin-left: 16px;
}
.solution-slide__list li {
  font:
    16px/22px proxima-nova-thin,
    sans-serif;
  padding-left: 25px;
  margin-left: 3px;
  font-weight: 600;
}
.solution-slide__form {
  border: 2px solid #4cb2de;
  width: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 8px;
}
.solution-form {
  background: #fff;
  padding: 24px 21px 28px;
  width: 100%;
}
.solution-form__title {
  text-transform: uppercase;
  text-align: center;
  color: #071426;
  font:
    20px/24px proxima-nova-bold,
    sans-serif;
}
.solution-form__subtitle {
  text-align: center;
  color: #7b7c7e;
  font:
    20px/24px proxima-nova-regular,
    sans-serif;
  margin-bottom: 16px;
}
.solution-form .input-wrapper {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
}
.solution-form .send-btn {
  font:
    15px proxima-nova-light,
    sans-serif;
  width: 100%;
  height: 55px;
  letter-spacing: 0.035em;
}
.solution-slider .solution-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.features {
  background: #ebeef0;
}
.features .container {
  position: relative;
  padding-top: 121px;
  padding-bottom: 70px;
}
.features-title {
  position: relative;
  z-index: 2;
}
.features-title:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/decor_features.png) no-repeat 0 0;
  height: 221px;
  width: 194px;
  z-index: -1;
  top: -85px;
  left: -96px;
}
.features-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.features-title__first {
  padding: 6px 27px 3px;
  float: left;
  font:
    60px/65px proxima-nova-black,
    sans-serif;
  background: #e2e2e3;
}
.features-title__second {
  padding: 6px 27px 3px;
  float: left;
  font:
    60px/66px proxima-nova-black,
    sans-serif;
  background: #49abd5;
}
.features-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.features-item {
  width: 270px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 20px 12px 15px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 22px 0px rgba(143, 149, 147, 0.13);
}
.features-item:hover .features-item__image {
  transform: scale(1.2);
}
.features-item-1 {
  background-image: url(../img/bg_feature-item-1.jpg);
}
.features-item-2 {
  background-image: url(../img/bg_feature-item-2.jpg);
}
.features-item-3 {
  background-image: url(../img/bg_feature-item-3.jpg);
}
.features-item-4 {
  background-image: url(../img/bg_feature-item-4.jpg);
}
.features-item-5 {
  background-image: url(../img/bg_feature-item-5.jpg);
}
.features-item-6 {
  background-image: url(../img/bg_feature-item-6.jpg);
}
.features-item-7 {
  background-image: url(../img/bg_feature-item-7.jpg);
}
.features-item-8 {
  background-image: url(../img/bg_feature-item-8.jpg);
}
.features-item__image {
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  height: 130px;
}
.features-item__title {
  color: #454545;
  font:
    18px/21px proxima-nova-regular,
    sans-serif;
  text-align: center;
  margin-top: 44px;
}
.features-item__text {
  color: #000;
  text-align: center;
  font:
    16px/21px proxima-nova-thin,
    sans-serif;
  margin-top: 14px;
}
.buy {
  background: #fff url(/img/bg_white.webp) no-repeat top center;
}
.buy .container {
  position: relative;
  padding-top: 121px;
  padding-bottom: 76px;
}
.buy-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.buy-title__first {
  padding: 6px 27px 3px;
  float: right;
  font:
    60px/65px proxima-nova-black,
    sans-serif;
  background: #bec1c4;
  text-align: right;
}
.buy-title__second {
  padding: 6px 27px 3px 29px;
  float: right;
  font:
    60px/66px proxima-nova-black,
    sans-serif;
  background: #49abd5;
}

.buy-infos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.buy-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  position: relative;
  margin-top: 30px;
}
.buy-info:hover .buy-info__bg {
  color: #49abd5;
  opacity: 0.5;
}
.buy-info-1 {
  width: 185px;
}
.buy-info-2 {
  width: 250px;
}
.buy-info-3 {
  width: 250px;
}
.buy-info-4 {
  width: 320px;
}
.buy-info__bg {
  text-align: center;
  font:
    100px/130px proxima-nova-black,
    sans-serif;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #eaeaeb;
  transition: 0.3s;
}
.buy-info__text {
  position: relative;
  text-align: center;
  color: #454545;
  font:
    23px/28px proxima-nova-regular,
    sans-serif;
}
.statistics-sertificates {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 67px;
}
.statistics-list {
  padding-top: 80px;
  width: 700px;
}
.statistics-list1 {
  padding-top: 10px;
  width: 700px;
}
.statistics-list2 {
  padding-top: 10px;
}
.statistics-item {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.statistics-item:hover .statistics-item__image img {
  transform: scale(1.2);
}
.statistics-item__image {
  width: 89px;
  padding-top: 20px;
}
.statistics-item__bg {
  width: 89px;
  height: 89px;
  background: #f7f7f7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statistics-item__bg img {
  position: relative;
  top: -24px;
  left: 24px;
  transition: 0.3s;
}
.statistics-item__descr {
  margin-left: 40px;
  width: 565px;
}
.statistics-item__title {
  font:
    26px/28px proxima-nova-regular,
    sans-serif;
  color: #454545;
}
.statistics-item__text {
  font:
    17px/22px proxima-nova-thin,
    sans-serif;
  color: #404751;
  margin-top: 12px;
}
.statistics-item__text_decimal {
  list-style-type: decimal;
  margin-left: 16px;
}
.statistics-item__text_decimal li {
  font:
    17px/22px proxima-nova-thin,
    sans-serif;
  padding-left: 15px;
  padding-top: 10px;
  margin-left: 3px;
}
.statistics-item1 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}
.statistics-item1:hover .statistics-item1__image img {
  transform: scale(1.2);
}
.statistics-item1__image {
  width: 89px;
  padding-top: 20px;
}
.statistics-item1__bg {
  width: 89px;
  height: 89px;
  background: #f7f7f7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statistics-item1__bg img {
  position: relative;
  top: -24px;
  left: 24px;
  transition: 0.3s;
}
.statistics-item1__descr {
  margin-left: 40px;
  width: 100%;
}
.statistics-item1__title {
  font:
    26px/28px proxima-nova-regular,
    sans-serif;
  color: #454545;
}
.statistics-item1__text {
  font:
    17px/22px proxima-nova-thin,
    sans-serif;
  color: #404751;
  margin-top: 12px;
}
.sertificates-arrows {
  z-index: 10;
  height: 73px;
  width: 155px;
  position: absolute;
  right: 0;
  top: -3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.sertificates-arrows__left {
  width: 77px;
  height: 73px;
}
.sertificates-arrows__right {
  width: 77px;
  height: 73px;
}
.sertificates-slider-wrapper {
  position: relative;
  width: 370px;
  padding-top: 102px;
}
.sertificates-slider-wrapper1 {
  position: relative;
  width: 370px;
  padding-top: 32px;
}
.sertificates-slider .slick-dots {
  bottom: -65px;
  left: calc(50% - 40px);
}
.sertificates-slider .slick-dots:before {
  content: "/3";
}
.services {
  background: #ebeef0;
  position: relative;
  z-index: 1;
}
.services .container {
  padding-top: 130px;
  position: relative;
  z-index: 10;
  padding-bottom: 57px;
}
.services-title {
  position: relative;
  z-index: -1;
}
.services-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.services-title__first {
  padding: 6px 31px 3px 27px;
  float: left;
  font:
    60px/65px proxima-nova-black,
    sans-serif;
  background: #bec1c4;
}
.services-decor {
  position: absolute;
  left: -361px;
  top: 189px;
}
.services-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.services-item {
  width: 270px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 20px 12px 21px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 22px 0px rgba(143, 149, 147, 0.13);
}
.services-item:hover .services-item__image {
  transform: scale(1.2);
}
.services-item-1 {
  background-image: url(../img/bg_service-item-1.jpg);
}
.services-item-2 {
  background-image: url(../img/bg_service-item-2.jpg);
}
.services-item-3 {
  background-image: url(../img/bg_service-item-3.jpg);
}
.services-item-4 {
  background-image: url(../img/bg_service-item-4.jpg);
}
.services-item__image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  height: 127px;
  transition: 0.3s;
}
.services-item__text {
  color: #404751;
  text-align: center;
  font:
    17px/22px proxima-nova-thin,
    sans-serif;
  margin-top: 33px;
}
.services-item1 {
  width: 350px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 20px 12px 21px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 22px 0px rgba(143, 149, 147, 0.13);
}
.services-item1:hover .services-item__image {
  transform: scale(1.2);
}
.services-item1-1 {
  background-image: url(../img/bg_service-item-1.jpg);
}
.services-item1-2 {
  background-image: url(../img/bg_service-item-2.jpg);
}
.services-item1-3 {
  background-image: url(../img/bg_service-item-3.jpg);
}
.services-item1-4 {
  background-image: url(../img/bg_service-item-4.jpg);
}
.services-item1__image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  height: 127px;
  transition: 0.3s;
}
.services-item1__text {
  color: #404751;
  font:
    17px/22px proxima-nova-thin,
    sans-serif;
  margin-top: 33px;
}
.order {
  background: url(/img/bg_order.webp) no-repeat top center;
  min-height: 530px;
  background-size: cover;
}
.order .container {
  padding-top: 180px;
  padding-bottom: 94px;
}
.order-2 {
  min-height: inherit;
}
.order-2 .container {
  padding-top: 165px;
  padding-bottom: 145px;
}
.order-title {
  color: #fff;
  font:
    42px/45px proxima-nova-black,
    sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.order-subtitle {
  color: #fff;
  font:
    26px/30px proxima-nova-regular,
    sans-serif;
  text-align: center;
  margin-top: 12px;
}
.order-form {
  margin-top: 36px;
  margin-bottom: 36px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.order-form .input-wrapper {
  width: 258px;
  height: 55px;
  margin: 0 15px;
}
.order-form .input-wrapper input {
  font:
    15px/24px proxima-nova-thin,
    sans-serif;
  letter-spacing: 0.08em;
  color: #8f9196;
}
.order-form .send-btn {
  width: 258px;
  height: 55px;
  margin: 0 15px;
  font:
    15px/20px proxima-nova-light,
    sans-serif;
  letter-spacing: 0.02em;
}

.clients {
  background: #ebeef0;
}
.clients .container {
  padding-top: 120px;
  padding-bottom: 50px;
}
.clients-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.clients-title__first {
  padding: 6px 31px 3px 27px;
  float: left;
  font:
    60px/65px proxima-nova-black,
    sans-serif;
  background: #bec1c4;
}
.clients-title__second {
  padding: 6px 31px 3px 27px;
  float: left;
  font:
    60px/65px proxima-nova-black,
    sans-serif;
  background: #49abd5;
}
.clients-slider-wrapper {
  position: relative;
  width: 100%;
  margin-top: 61px;
}
.clients-decor {
  position: absolute;
  top: 180px;
  left: -96px;
}
.clients-slider {
  z-index: 1;
  position: relative;
  width: 100%;
}
.clients-arrows {
  z-index: 10;
  height: 73px;
  width: 155px;
  position: absolute;
  right: 0;
  top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.clients-arrows__left {
  width: 77px;
  height: 73px;
}
.clients-arrows__right {
  width: 77px;
  height: 73px;
}
.clients-slide {
  position: relative;
  padding-left: 0px;
}
.clients-slide__photo {
  position: absolute;
  top: 10px;
  left: 0;
}
.clients-slide__person {
  padding-left: 25px;
}
.clients-slide__name {
  color: #454545;
  font:
    26px/38px proxima-nova-regular,
    sans-serif;
}
.clients-slide__position {
  color: #717273;
  font:
    17px/32px proxima-nova-thin,
    sans-serif;
}
.clients-slide__review {
  margin-top: 12px;
  background: #fff;
  padding-left: 25px;
  padding-top: 53px;
  padding-right: 40px;
  padding-bottom: 37px;
}
.clients-slide__text {
  color: #454545;
  font:
    17px/22px proxima-nova-thin,
    sans-serif;
  margin-bottom: 22px;
}
.partners-slider-wrapper {
  margin: 80px -15px 0 -15px;
  position: relative;
}
.partners-arrows__left {
  width: 77px;
  height: 73px;
  position: absolute;
  left: -77px;
  top: 64px;
}
.partners-arrows__right {
  width: 77px;
  height: 73px;
  position: absolute;
  right: -77px;
  top: 64px;
}
.partners-slider {
  width: 100%;
}
.partners-slider .partners-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.partners-slide {
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.partners-slide__inner {
  background: #fff;
  width: 270px;
  height: 177px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-slider .slick-dots {
  top: 16px;
  right: 205px;
}
.clients-slider .slick-dots:before {
  content: "/2";
}
.product_descr2_imgbg {
  background: url(../images/dinstar_picto/bg/60_P2_BG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product_descr2_imgbg .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_descr2_imgbg-info {
  position: relative;
}
.product_descr2_pixo {
  background: #ebeef0;
  background-size: cover;
  z-index: 10;
}
.product_descr2_pixo .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_descr2_pixo-info {
  background: #ebeef0;
}
.product_descr2_white {
  background: #fff;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.product_descr2_white .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_descr2_white-info {
  background: #fff;
  position: relative;
}
.cooperation {
  background: url(/img/bg_cooperation.webp) no-repeat top center;
  min-height: 740px;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.cooperation .container {
  padding-top: 104px;
}
.cooperation-info {
  background: #fff;
  position: relative;
  width: 900px;
}
.cooperation-info:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/decor_cooperation-form.png) no-repeat 0 0;
  width: 843px;
  height: 816px;
  top: -142px;
  right: -440px;
}
.cooperation-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.cooperation-title__first {
  padding: 10px 40px 0px 47px;
  float: left;
  font:
    42px/63px proxima-nova-black,
    sans-serif;
  background: #e2e2e3;
}
.cooperation-title__second {
  padding: 8px 37px 2px 47px;
  float: left;
  font:
    42px/65px proxima-nova-black,
    sans-serif;
  background: #e2e2e3;
}
.cooperation-title__third {
  padding: 6px 31px 1px 47px;
  float: left;
  font:
    42px/61px proxima-nova-black,
    sans-serif;
  background: #49abd5;
}
.cooperation-descr {
  margin-top: 40px;
  padding-left: 48px;
  width: 470px;
  padding-bottom: 35px;
}
.cooperation-descr__text {
  margin-bottom: 32px;
  color: #404751;
  font:
    27px/32px proxima-nova-thin,
    sans-serif;
}
.cooperation-form-wrapper {
  border: 2px solid #4cb2de;
  width: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 8px;
  position: absolute;
  top: 29px;
  z-index: 10;
  right: -180px;
}
.cooperation-form-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  
  width: 657px;
  height: 705px;
  z-index: -1;
  left: -212px;
  top: 11px;
}
.cooperation-form {
  box-shadow: 0px 4px 43px 0px #49abd5;
  background: #fff;
  padding: 24px 21px 28px;
  width: 100%;
}
.cooperation-form__title {
  text-transform: uppercase;
  text-align: center;
  color: #071426;
  font:
    20px/24px proxima-nova-bold,
    sans-serif;
}
.cooperation-form__subtitle {
  text-align: center;
  color: #7b7c7e;
  font:
    18px/24px proxima-nova-regular,
    sans-serif;
  margin-bottom: 16px;
}
.cooperation-form .input-wrapper {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
}
.cooperation-form .send-btn {
  font:
    15px proxima-nova-light,
    sans-serif;
  width: 100%;
  height: 55px;
  letter-spacing: 0.035em;
}
.questions {
  background: #ebeef0 url(/img/bg_grey.webp) no-repeat top center;
}
.questions .container {
  padding-top: 120px;
  padding-bottom: 70px;
}
.questions-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.questions-title__first {
  padding: 6px 39px 3px 27px;
  float: left;
  font:
    60px/65px proxima-nova-black,
    sans-serif;
  background: #49abd5;
}
.questions-title__second {
  padding: 6px 31px 3px 27px;
  float: left;
  font:
    60px/65px proxima-nova-black,
    sans-serif;
  background: #bec1c4;
}
.questions-list {
  margin-top: 28px;
  padding-top: 1px;
}
.questions-list__question {
  margin-top: 21px;
  padding: 21px 45px 17px 35px;
  background: #fff;
  color: #656564;
  transition: 0.3s;
  font:
    23px/26px proxima-nova-bold,
    sans-serif;
  letter-spacing: -0.035em;
  cursor: pointer;
  position: relative;
}
.questions-list__question:after {
  background: url(../img/decor_question.png) no-repeat 0 0;
  height: 9px;
  width: 13px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 27px;
}
.questions-list__question.active {
  color: #fff;
  background: #49abd5;
}
.questions-list__question.active:after {
  background: url(../img/decor_question-active.png) no-repeat 0 0;
  height: 9px;
  width: 13px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 27px;
}
.questions-list__answer {
  padding-left: 36px;
  padding-top: 30px;
  padding-bottom: 14px;
}
.questions-list__text {
  color: #30302f;
  font:
    16px/22px proxima-nova-light,
    sans-serif;
  margin-bottom: 22px;
}
.questions-list__text a {
  text-decoration: underline;
  color: #49abd5;
}
.questions-list__text a:hover {
  text-decoration: none;
}
.recommend-list__text {
  color: DimGray;
  font:
    16px/22px proxima-nova-light,
    sans-serif;
  font-weight: bold;
}
.recommend-list__text a {
  text-decoration: none;
  color: DimGray;
  font-weight: bold;
}
.recommend-list__text a:hover {
  text-decoration: underline;
}
.other-questions {
  margin-top: 34px;
  padding-top: 20px;
}
.other-questions__title {
  font:
    34px/40px proxima-nova-black,
    sans-serif;
  text-transform: uppercase;
  color: #071426;
  text-align: center;
}
.other-questions__title1 {
  font:
    34px/40px proxima-nova-black,
    sans-serif;
  text-transform: uppercase;
  color: #071426;
  text-align: left;
}
.other-questions__btn {
  font:
    18px/20px proxima-nova-light,
    sans-serif;
  letter-spacing: 0.02em;
  height: 55px;
  width: 258px;
  margin: 36px auto 0;
}
.contacts {
  background: #fff;
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
.contacts .container {
  padding-top: 120px;
  padding-bottom: 85px;
  position: relative;
  z-index: 10;
}
.contacts-decor {
  position: absolute;
  left: -361px;
  top: 177px;
}
.contacts-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.contacts-title__first {
  padding: 8px 33px 1px 27px;
  float: left;
  font:
    60px/65px proxima-nova-black,
    sans-serif;
  background: #bec1c4;
}
.contacts-content {
  margin-top: 113px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.contacts-list {
  width: 400px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-right: 15px;
  position: relative;
  z-index: 10;
}
.contacts-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
  margin-bottom: 41px;
}
.contacts-item:hover .contacts-item__image img {
  transform: scale(1.2);
}
.contacts-item:last-child {
  margin-bottom: 28px;
}
.contacts-item__image {
  height: 110px;
  position: relative;
  text-align: center;
}
.contacts-item__image img {
  transition: 0.3s;
}
.contacts-item__bg {
  position: absolute;
  background: #f7f7f7;
  height: 89px;
  width: 89px;
  bottom: 0;
  left: calc(50% - 45px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-item__bg img {
  position: relative;
  top: -27px;
  left: 25px;
}
.contacts-item__text {
  margin-top: 24px;
  color: #2f2f2f;
  font:
    20px/23px proxima-nova-thin,
    sans-serif;
  letter-spacing: 0.02em;
}
.contacts-map {
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 400px;
}
.footer {
  background: #1f3d4f;
}
.footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 40px;
}
.footer-logo {
  width: 270px;
}
.footer-descr {
  color: #fff;
  font:
    21px/34px proxima-nova-extrabold,
    sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 470px;
  padding-top: 25px;
}
.footer-dev {
  padding-top: 13px;
  width: 270px;
  text-align: right;
  text-transform: uppercase;
  color: #4bb1dd;
  font:
    12px/16px proxima-nova-light,
    sans-serif;
  letter-spacing: 0.045em;
}
.thanks {
  background: url(../img/bg_thanks.jpg) no-repeat center center;
}
.thanks .container {
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
}
.thanks-title {
  color: #fff;
  font:
    58px/75px proxima-nova-black,
    sans-serif;
  background: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  padding: 7px 40px 0px;
  position: relative;
  text-align: center;
}
.thanks-title:after {
  display: block;
  content: "";
  background: url(../img/decor_features.png) no-repeat 0 0;
  width: 194px;
  height: 221px;
  position: absolute;
  top: -82px;
  right: -97px;
  z-index: -11;
}
.thanks-subtitle {
  color: #3d3e3e;
  font:
    29px/38px proxima-nova-regular,
    sans-serif;
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 1400px) {
  .header .container {
    padding-left: 0;
    width: 1200px;
    padding-bottom: 5px;
  }
  .header.active .container {
    width: 1200px;
  }
  .header-logo {
    margin-bottom: 0;
  }
  .header-right {
    width: 870px;
  }
  .header-btns {
    width: 215px;
    flex-direction: column;
  }
  .header-phone {
    height: 36px;
    width: 215px;
    margin-bottom: 10px;
  }
  .header-btn {
    height: 36px;
  }
  .partners-slider-wrapper {
    width: 900px;
    margin: 80px auto 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper {
    max-width: 1200px;
    min-width: 992px;
  }
  .container {
    padding: 0 11px;
    width: 970px !important;
  }
  .header-menu {
    width: 530px;
  }
  .promo .container {
    min-height: 700px;
  }
  .infos .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .infos-item {
    width: 220px;
  }
  .solution .container {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .solution-title__first,
  .solution-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .solution-dots {
    margin-top: 35px;
  }
  .solution-dot {
    width: 30%;
    padding: 0 20px;
    height: 60px;
  }
  .solution-dot-2 {
    width: 40%;
  }
  .solution-slide__images {
    width: 320px;
    padding-top: 0;
  }
  .solution-slide__image {
    height: auto;
  }
  .solution-slide__miniatures {
    flex-wrap: wrap;
  }
  .solution-slide__mini {
    width: 30%;
  }
  .solution-slide__descr {
    padding-top: 5px;
    width: 340px;
  }
  .solution-slide__title {
    flex: 22px;
    line-height: 26px;
  }
  .solution-slide__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .solution-slide__form {
    width: 270px;
  }
  .solution-form {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .features .container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .features-title__first,
  .features-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .features-item {
    width: 230px;
  }
  .buy .container {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .buy-title__first,
  .buy-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .buy-infos {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .buy-info {
    width: 340px;
  }
  .statistics-sertificates {
    margin-top: 20px;
  }
  .statistics-list {
    width: 560px;
  }
  .services .container {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .services-title__first {
    font-size: 45px;
    line-height: 50px;
  }
  .services-list {
    margin-top: 30px;
  }
  .services-item {
    width: 220px;
  }
  .services-item__text br {
    display: none;
  }
  .order {
    min-height: inherit;
  }
  .order .container {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .order-form {
    flex-wrap: wrap;
    max-width: 800px;
    margin: 36px auto;
  }
  .order-form .input-wrapper {
    margin-bottom: 20px;
  }
  .clients .container {
    padding-top: 50px;
  }
  .clients-title__first {
    font-size: 45px;
    line-height: 50px;
  }
  .partners-slider-wrapper {
    width: 810px;
    margin-top: 45px;
  }
  .partners-slide {
    padding: 10px;
  }
  .partners-slide__inner {
    width: 250px;
    height: 160px;
  }
  .cooperation-form-wrapper {
    right: -55px;
  }
  .cooperation-info:after {
    right: -315px;
  }
  .questions .container {
    padding-top: 75px;
  }
  .questions-title__first,
  .questions-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .contacts .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .contacts-title__first {
    font-size: 45px;
    line-height: 50px;
  }
  .contacts-content {
    margin-top: 50px;
  }
  .contacts-list {
    width: 300px;
  }
  .contacts-map {
    left: 300px;
    width: 900px;
  }
  .footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-logo {
    width: 170px;
  }
  .footer-descr {
    padding-top: 0;
  }
  .footer-dev {
    padding-top: 0;
    width: 170px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    max-width: 992px;
    min-width: 768px;
  }
  .container {
    padding: 0 9px;
    width: 768px !important;
  }
  .header-logo {
    width: 160px;
  }
  .header-menu {
    width: 390px;
  }
  .header-menu a {
    font-size: 10px;
    line-height: 17px;
    margin: 2px 0;
  }
  .header-right {
    width: 600px;
  }
  .header-btns {
    width: 190px;
  }
  .header-phone span {
    font-size: 15px;
  }
  .header-phone {
    width: 190px;
  }
  .header-btn {
    width: 190px;
    font-size: 14px;
  }
  .infos-list {
    flex-wrap: wrap;
  }
  .infos-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .solution-slider .solution-slide {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .solution-dot span {
    font-size: 14px;
    line-height: 17px;
  }
  @media (max-width: 500px) {
    .solution-dot span {
      font-size: 12px;
    }
  }
  .solution-dot span br {
    display: none;
  }
  .solution-slide__images {
    width: 300px;
  }
  .solution-slide__descr {
    width: 420px;
  }
  .solution-slide__form {
    margin-top: 30px;
    width: 550px;
  }
  .features-list {
    justify-content: space-around;
  }
  .buy-title__first {
    font-size: 35px;
  }
  .statistics-item__title {
    font-size: 23px;
  }
  .statistics-item__text {
    font-size: 16px;
    line-height: 19px;
  }
  .features-item {
    width: 270px;
  }
  .statistics-list {
    width: 380px;
  }
  .sertificates-slider-wrapper {
    width: 330px;
  }
  .services-list {
    justify-content: space-around;
  }
  .partners-slider-wrapper {
    width: 540px;
  }
  .cooperation {
    min-height: inherit;
  }
  .cooperation .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cooperation-info {
    width: 100%;
    min-height: 460px;
  }
  .cooperation-info:after {
    display: none;
  }
  .cooperation-title__first,
  .cooperation-title__second,
  .cooperation-title__third {
    font-size: 35px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 14px;
  }
  .cooperation-descr {
    padding-left: 21px;
    width: 330px;
  }
  .cooperation-descr__text {
    font-size: 21px;
    line-height: 25px;
  }
  .cooperation-form-wrapper {
    width: 300px;
    top: 10px;
    right: 10px;
  }
  .cooperation-form-wrapper:after {
    display: none;
  }
  .services-item {
    width: 270px;
    margin-bottom: 15px;
  }
  .contacts-map {
    width: 692px;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer-descr {
    width: 370px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 768px;
    min-width: 320px;
  }
  .container {
    padding: 0 9px;
    width: 100% !important;
  }
  .menu-toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .header.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
  }
  .header.active .container {
    height: 80px;
    padding-left: 9px;
    padding-bottom: 5px;
    width: 1280px;
  }
  .header.active .header-logo {
    height: 70px;
  }
  .header .container {
    position: relative;
    height: 80px;
  }
  .header-btns {
    margin: 10px auto 0;
  }
  .header-logo {
    height: 70px;
  }
  .header-right {
    width: 100%;
    padding: 10px;
    position: absolute;
    background: #fff;
    top: 100%;
    z-index: 100;
    flex-direction: column;
    left: 0;
    display: none;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
  }
  .header-menu {
    width: 300px;
    margin: auto;
    justify-content: space-around;
  }
  .promo {
    min-height: inherit;
  }
  .promo .container {
    padding-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: inherit;
    padding-bottom: 50px;
  }
  .promo-title__first {
    font-size: 35px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .promo-subtitle__first,
  .promo-subtitle__second,
  .promo-subtitle__third,
  .promo-subtitle__forth {
    font-size: 22px;
    line-height: 24px;
  }
  .infos-item {
    width: 100%;
  }
  .solution-title__first,
  .solution-title__second {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .solution-title span {
    padding: 4px;
  }
  .solution-dots {
    flex-direction: column;
  }
  .solution-dot {
    width: 100%;
  }
  .solution-slide__images {
    margin-bottom: 20px;
  }
  .features-title__first,
  .features-title__second {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .buy-title__first,
  .buy-title__second {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .statistics-sertificates {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .statistics-list {
    width: 100%;
  }
  .sertificates-slider .slick-dots {
    left: 0;
    top: -80px;
    bottom: auto;
  }
  .sertificates-slider-wrapper {
    width: 300px;
  }
  .services-title__first {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .order-title {
    font-size: 30px;
    line-height: 35px;
  }
  .order-subtitle {
    font-size: 22px;
    line-height: 26px;
  }
  .clients .container {
    padding-bottom: 90px;
  }
  .clients-title__first {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .clients-slider-wrapper {
    margin-top: 100px;
  }
  .clients-arrows {
    top: -80px;
  }
  .clients-slider .slick-dots {
    top: -64px;
  }
  .clients-slide__name {
    font-size: 22px;
  }
  .clients-slide__position {
    line-height: 20px;
  }
  .clients-slide__review {
    padding: 15px 10px;
  }
  .clients-slide__text {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .partners-slider-wrapper {
    width: 270px;
  }
  .partners-arrows__right {
    margin-top: 10px;
    top: 100%;
    right: 10px;
  }
  .partners-arrows__left {
    margin-top: 10px;
    top: 100%;
    left: 10px;
  }
  .cooperation-info {
    padding-bottom: 20px;
  }
  .cooperation-title__first,
  .cooperation-title__second,
  .cooperation-title__third {
    font-size: 25px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .cooperation-form-wrapper {
    position: relative;
    margin: auto;
    right: 0;
    top: 0;
  }
  .cooperation-descr {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cooperation-descr__text {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
  }
  .questions .container {
    padding-top: 45px;
  }
  .questions-title__first,
  .questions-title__second {
    font-size: 25px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .questions-list__question {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 29px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .questions-list__question:after {
    right: 10px;
  }
  .questions-list__question.active:after {
    right: 10px;
  }
  .questions-list__text {
    font-size: 15px;
    line-height: 18px;
  }
  .questions-list__answer {
    padding: 15px 10px;
  }
  .other-questions__title {
    font-size: 28px;
    line-height: 31px;
  }
  .contacts-title__first {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .contacts-content {
    flex-direction: column;
    margin-top: 20px;
  }
  .contacts-list {
    padding-right: 5px;
    padding-left: 5px;
    margin: 10px auto;
  }
  .contacts-map {
    position: relative;
    width: 100%;
    height: 330px;
    left: 0;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer-logo {
    width: 155px;
  }
  .footer-descr {
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
  }
  .footer-dev {
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .modal-border {
    width: 280px;
  }
  .modal-form {
    width: 240px;
  }
  .thanks-title {
    font-size: 40px;
    line-height: 45px;
  }
  .thanks-subtitle {
    font-size: 23px;
    line-height: 27px;
  }
}

.btn-etoll {
  background-color: #359acf; 
  border: none;
  color: white;
  font-size: 1rem; 
  padding: 8px 20px; 
  border-radius: 5px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.btn-etoll:hover {
  background-color: #0056b3; 
  box-shadow: 0 0 15px rgba(30, 111, 139, 0.5); 
  transform: scale(1.05); 
}
@media (max-width: 768px) {
  .alert {
    flex-wrap: wrap; 
  }

  .btn-etoll {
    margin-top: 10px; 
    margin-left: 0; 
  }
}

.rating-title {
  font-size: 0.9rem; 
  font-weight: bold;
  color: #359acf; 
  margin-bottom: 10px; 
}

.rating-title a {
  color: inherit; 
  text-decoration: none;
}

.rating-title a:hover {
  text-decoration: underline;
}


.rating-empty {
  background-color: #f8f9fa; 
  padding: 0px; 
  border-radius: 6px; 
  margin-top: 5px; 
}

.rating-empty-message {
  font-size: 0.85rem; 
  color: #6c757d; 
  margin-bottom: 3px; 
  display: flex; 
  align-items: center;
  justify-content: center;
  gap: 5px; 
}

.rating-empty-message i {
  color: #359acf; 
}

.rating-empty-message a {
  color: #359acf; 
  text-decoration: none;
  font-weight: bold;
}

.rating-empty-message a:hover {
  text-decoration: underline;
}

.rating-empty-cta {
  font-size: 0.8rem; 
  color: #6c757d; 
  margin-top: 2px; 
  font-style: italic; 
  text-align: center;
}


.rating-section-bg {
  background-color: #f8f9fa;
  padding: 10px 10px !important;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


.rating-row {
  background-color: #f8f9fa;
  display: flex;
  align-items: center; 
  justify-content: space-between; 
  gap: 5px; 
  flex-wrap: nowrap; 
  padding: 3px 0; 
}


.rating-stars-and-score {
  display: flex; 
  align-items: center;
  gap: 5px; 
  white-space: nowrap; 
}

.rating-stars-and-score i {
  font-size: 0.9rem; 
  margin-right: 1px; 
  transition: transform 0.2s ease; 
}

.rating-stars-and-score i:hover {
  transform: scale(1.1); 
}

.rating-stars-and-score span {
  font-size: 0.9rem; 
  font-weight: bold;
  color: #2c3e50; 
}


.rating-icons {
  display: flex;
  align-items: center;
  gap: 6px; 
  flex-wrap: nowrap; 
}


.rating-icons .rating-icon {
  display: flex;
  align-items: center;
  font-size: 0.9rem; 
  padding: 2px 4px; 
  border-radius: 3px; 
  transition:
    background-color 0.3s,
    color 0.3s;
  white-space: nowrap; 
  gap: 5px; 
}

.rating-icons .rating-icon i {
  font-size: 0.9rem; 
  margin-right: 2px; 
}


.rating-icons .rating-icon:hover {
  background-color: rgba(0, 123, 255, 0.1); 
  color: #0056b3; 
}


.rating-icons .text-primary:hover {
  background-color: rgba(0, 123, 255, 0.1); 
}

.rating-icons .text-success:hover {
  background-color: rgba(40, 167, 69, 0.1); 
}

.product-top-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5); 
  background-blend-mode: overlay;
}


.product-top-card {
  padding: 16px;
  border: 2px solid #dee2e6;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
}


.product-top-price-container {
  margin: 0; 
}


.product-top-price-block {
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  text-align: center; 
  padding: 12px; 
}


.product-top-price-text {
  text-transform: uppercase; 
  color: #071426; 
  font:
    20px/24px "proxima-nova-bold",
    sans-serif; 
  margin: 0; 
  
}


.product-top-price-small-text {
  font-size: 14px; 
  line-height: 20px; 
  color: #555;
  margin-left: 4px;
  white-space: nowrap; 
}


.product-top-buy-button-block {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  text-align: center;
}


.product-top-title {
  text-align: center; 
  margin-top: 190px;
  margin-bottom: 24px; 
  padding: 16px; 
  background: linear-gradient(to right, #f9f9f9, #ffffff); 
  border: 3px solid #dee2e6;
  border-radius: 8px; 
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2); 
}


@media (max-width: 768px) {
  .product-top-title {
    margin-top: 230px; 
  }
}


.product-top-title__main {
  font-size: 36px; 
  font-weight: 700; 
  line-height: 1.2; 
  color: #071426; 
  text-transform: uppercase; 
  margin: 0; 
}


.product-top-title__highlight {
  color: #359acf; 
  
  font-weight: 700; 
  text-transform: uppercase;
  text-wrap: nowrap;
}

.product-top-title__subtitle {
  font-size: 26px; 
  font-weight: 700; 
  line-height: 1.2; 
  color: #071426; 
  text-transform: none; 
  margin: 0; 
  text-wrap: nowrap;
}


@media (max-width: 768px) {
  .product-top-title__main {
    font-size: 22px; 
  }

  .product-top-title__subtitle {
    font-size: 14px; 
  }

  .product-top-title {
    padding: 12px; 
  }
}


.product-top-subtitle__item {
  font:
    14px/22px "proxima-nova-regular",
    sans-serif; 
  line-height: 32px; 
  padding: 6px 12px; 
  color: #ffffff; 
  border-radius: 4px; 
  background: rgba(0, 0, 0, 0.75); 
  text-transform: uppercase; 
  text-align: center; 
  min-width: 120px; 
  flex: 1 1 auto; 
  white-space: normal; 
  word-break: break-word; 
  letter-spacing: 1px; 
}


.product-top-subtitle__highlight {
  background: #359acf; 
  font-weight: 700; 
}


@media (max-width: 768px) {
  .product-top-subtitle {
    padding: 12px; 
    flex-direction: column; 
    align-items: center; 
  }

  .product-top-subtitle__item {
    font-size: 13px; 
    line-height: 34px; 
    padding: 8px 10px; 
    min-width: auto; 
    flex: 1 1 100%; 
    text-align: center; 
    white-space: normal; 
  }
}


.product-top-contact-block {
  background: #fff;
  border: 2px solid #dee2e6;
  border-radius: 8px; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
  padding: 16px; 
}


.product-top-contact-title {
  font-size: 18px;
  font-weight: 500;
  color: #071426;
  margin: 0;
  text-align: center;
}


.product-top-contact-link {
  font-size: 16px;
  font-weight: 500;
  color: #359acf;
  text-decoration: none;
  display: flex;
  align-items: center; 
  justify-content: center; 
}

.product-top-contact-link .bi {
  font-size: 1.2rem; 
  margin-right: 8px; 
}

.product-top-contact-link:hover {
  text-decoration: underline;
  color: #2a7da8;
}


.product-top-rating-buttons .btn {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
}

.product-top-rating-btn {
  background-color: #359acf;
  min-height: 40px;
  color: #ffffff;
}

.product-top-rating-btn:hover {
  background-color: #0056b3;
  color: #ffffff;
}

.product-top-question-btn {
  background-color: #2d9f6e;
  min-height: 40px;
  color: #ffffff;
}

.product-top-question-btn:hover {
  background-color: #218838;
  color: #ffffff;
}


.product-top-rating-row {
  background-color: #f8f9fa;
  display: flex;
  align-items: center; 
  justify-content: space-between; 
  gap: 5px; 
  flex-wrap: nowrap; 
  padding: 3px 0; 
  margin: 38px 0;
}


.product-top-rating-stars-and-score {
  display: flex; 
  align-items: center;
  gap: 5px; 
  white-space: nowrap; 
}

.product-top-rating-stars-and-score i {
  font-size: 1rem; 
  margin-right: 1px; 
  transition: transform 0.2s ease; 
}

.product-top-rating-stars-and-score i:hover {
  transform: scale(1.1); 
}

.product-top-rating-stars-and-score span {
  font-size: 1rem; 
  font-weight: bold;
  color: #2c3e50; 
}


.product-top-rating-icons {
  display: flex;
  align-items: center;
  gap: 6px; 
  flex-wrap: nowrap; 
}


.product-top-rating-icons .product-top-rating-icon {
  display: flex;
  align-items: center;
  font-size: 1rem; 
  padding: 2px 4px; 
  border-radius: 3px; 
  transition:
    background-color 0.3s,
    color 0.3s;
  white-space: nowrap; 
  gap: 5px; 
}

.product-top-rating-icons .product-top-rating-icon i {
  font-size: 1rem; 
  margin-right: 5px; 
}


.product-top-rating-icons .product-top-rating-icon:hover {
  background-color: rgba(0, 123, 255, 0.1); 
  color: #0056b3; 
}


.product-top-rating-icons .text-primary:hover {
  background-color: rgba(0, 123, 255, 0.1); 
}

.product-top-rating-icons .text-success:hover {
  background-color: rgba(40, 167, 69, 0.1); 
}


.product-top-rating-title {
  font-size: 1rem; 
  font-weight: bold;
  color: #359acf; 
  margin-bottom: 10px; 
}

.product-top-rating-title a {
  color: inherit; 
  text-decoration: none;
}

.product-top-rating-title a:hover {
  text-decoration: underline;
}


.product-top-rating-empty {
  background-color: #f8f9fa; 
  padding: 10px; 
  border-radius: 6px; 
  margin-top: 13px; 
  margin-bottom: 13px; 
}

.product-top-rating-empty-message {
  font-size: 0.85rem; 
  color: #6c757d; 
  margin-bottom: 3px; 
  display: flex; 
  align-items: center;
  justify-content: center;
  gap: 5px; 
}

.product-top-rating-empty-message i {
  color: #359acf; 
}

.product-top-rating-empty-message a {
  color: #359acf; 
  text-decoration: none;
  font-weight: bold;
}

.product-top-rating-empty-message a:hover {
  text-decoration: underline;
}

.product-top-rating-empty-cta {
  font-size: 0.8rem; 
  color: #6c757d; 
  margin-top: 2px; 
  font-style: italic; 
  text-align: center;
}


.product-top-soft-image {
  width: 100%;
  max-width: 170px; 
  height: auto; 
  transition: transform 0.3s ease;
}

.product-top-soft-image:hover {
  transform: scale(1.1); 
}


.product-top-soft-title {
  font-size: 1rem; 
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}


.product-top-soft-free {
  font-size: 1.1rem; 
  font-weight: bold;
  color: #e53935;
}


.product-top-soft-description {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 8px; 
  line-height: 1.5;
}


.product-top-soft-link {
  font-weight: 600; 
  color: #359acf !important; 
  text-decoration: none; 
  transition:
    color 0.3s ease,
    text-shadow 0.3s ease;
}

.product-top-soft-link:hover {
  color: #2a7da8; 
  text-shadow: 0 0 5px rgba(53, 154, 207, 0.5); 
}

.product-top-soft-link:active {
  color: #1e5f80; 
}


.product-top-rental-info {
  background-color: #f9f9f9; 
  border: 1px solid #ddd; 
  border-radius: 5px; 
  color: #333; 
  font-size: 0.95rem; 
  line-height: 1.6; 
}

.product-top-rental-info ul {
  padding-left: 20px; 
  margin-bottom: 10px; 
}

.product-top-rental-info li {
  margin-bottom: 5px; 
  position: relative;
  padding-left: 25px; 
}


.product-top-rental-info li::before {
  content: "\2713"; 
  font-size: 1rem;
  color: #28a745; 
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(3px); 
}

.product-top-rental-info .text-success {
  color: #28a745; 
}
