@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

.fancybox-container,
.fancybox-infobar,
.fancybox-thumbs,
.fancybox-thumbs>ul>li,
.slick-slider {
    -webkit-tap-highlight-color: transparent
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: "Open Sans";
}

menu,
article,
aside,
details,
footer,
header,
nav,
section {
    display: block
}

ol, ul {    
    font: normal 100 14px "Open Sans";
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

body.fancybox-active,
svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=submit],
[type=reset],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: no-repeat;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-share__button,
.fancybox-thumbs>ul>li>img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: 0
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-navigation {
    display: none
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:focus:after {
    outline: #888 dotted 1px
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.no-active,
.slick-slide.dragging img {
    pointer-events: none
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.btn,
.fancybox-share__button:hover,
.header .header__logo,
.header .header__phone,
.main-menu li a,
.solution-item {
    text-decoration: none
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    user-select: none;
    color: #fff;
    transition: all .2s
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: 0 0;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-show-thumbs .fancybox-thumbs,
.slick-dots {
    display: block
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.btn,
.main-menu li a {
    -webkit-transition: .3s
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dots {
    position: absolute;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.main-slide,
.product-item,
.slick-list,
.slick-slider,
.slick-track {
    position: relative
}

.news-item .news-item__content .news-item__data,
p {
    font: normal 100 16px "Open Sans"
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	min-width: 450px;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/OpenSans.woff2) format("woff2"), url(fonts/OpenSans.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/OpenSans-Light.woff2) format("woff2"), url(fonts/OpenSans-Light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/OpenSans-Semibold.woff2) format("woff2"), url(fonts/OpenSans-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: MuseoSansCyrl;
    src: url(fonts/MuseoSansCyrl-500.woff2) format("woff2"), url(fonts/MuseoSansCyrl-500.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: MuseoSansCyrl;
    src: url(fonts/MuseoSansCyrl-100.woff2) format("woff2"), url(fonts/MuseoSansCyrl-100.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@-webkit-keyframes kamera-img-1 {
    from {
        top: -100%
    }

    to {
        top: 50%
    }
}

@keyframes kamera-img-1 {
    from {
        top: -100%
    }

    to {
        top: 50%
    }
}

@-webkit-keyframes kamera-img-2 {
    from {
        right: -100%
    }

    to {
        right: 0
    }
}

@keyframes kamera-img-2 {
    from {
        right: -100%
    }

    to {
        right: 0
    }
}

@-webkit-keyframes kamera-img-3 {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@keyframes kamera-img-3 {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 5px
}

p:last-child {
    margin-bottom: 0
}

.list,
.main-menu,
.reset-ul,
.tab-description-content,
.tab-description-content ul,
.years__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.bg-img,
.head-page-bg,
.section_services {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden
}

.slide-content,
.slide-image-block {
    max-width: 490px;
    width: 100%
}

.btn {
    display: inline-block;
    border: 1px solid #2b5095;
    color: #2b5095;
    background: 0 0;
    font: normal 400 16px "Open Sans";
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    padding: 10px 23px;
    cursor: pointer;
    transition: .3s
}

.btn:hover,
.btn_blue {
    color: #fff;
    background-color: #2b5095
}

.btn_blue {
    border: 1px solid #2b5095
}

.btn_blue:hover {
    background-color: #fff;
    color: #2b5095
}

.title-mp {
    color: #647786;
    font: normal 100 16px MuseoSansCyrl;
    font-size: 36px;
    margin: 0 0 45px;
    text-align: center
}

.title-mp_w {
    color: #fff
}

.product-title {
    margin: 0 0 10px;
    color: #2b5095;
    font: normal 100 16px MuseoSansCyrl;
    font-size: 30px
}

.product-sub-title {
    color: #404040;
    font: normal 600 16px "Open Sans";
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9
}

.product-under-order {
    color: #2b5095;
    font-size: 14px;
    margin-bottom: 24px;
}

.product-main-info {
    margin-bottom: 23px;
}

.product-warranty-period {
    color: #2b5095;
    font-size: 14px;
}

.section {
    padding: 45px 0
}

.header {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    padding: 25px 0;
    margin-bottom: 1px
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header__phone {
    margin-left: auto;
    font: normal 500 16px MuseoSansCyrl;
    color: #2b5095;
    font-size: 20px
}

.header .logotype {
	width: 100%;
}

.header .header__logo img {
    width: 202px
}

.main-menu li {
    display: inline-block;
    margin-right: 26px;
    font-size: 0
}

.main-menu li a,
.product-item {
    color: #404040;
    font: normal 400 16px "Open Sans"
}

.main-menu li a {
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: .3s
}

.main-menu li a:hover {
    color: #2b5095
}

.main-menu .current-menu-item {
    color: #2b5095;
    border-bottom: 2px solid #2b5095;
    padding-bottom: 2px
}

.main-slide .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 600px
}

.section-bg {
    background-color: #fafafa
}

.slick-dots {
    bottom: 20px;
    font-size: 0
}

.slick-dots li {
    width: 5px;
    height: 5px;
    background-color: #d9d9d9
}

.slick-dots li button {
    display: none
}

.slick-dots .slick-active {
    background-color: #2b5095
}

.slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 70px
}

.slide-content h2 {
    color: #2b5095;
    font: normal 100 16px MuseoSansCyrl;
    font-size: 50px;
    margin: 0 0 20px
}

.slide-content .slide-content__wrapper {
    margin-bottom: 34px
}

.slide-image-block img {
    display: block;
    max-width: 100%;
    height: auto
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.about {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left center
}

.about .about__content {
    padding: 20px 0 20px 25px;
    background: rgba(255, 255, 255, .8);
    border-radius: 3px;
    max-width: 600px;
    width: 100%;
    margin: 80px 0;
    float: right
}

.product-item,
.service-item {
    background-position: center top;
    text-transform: uppercase;
    letter-spacing: .075em;
    background-repeat: no-repeat
}

.about .about__content .title-mp {
    margin-bottom: 15px;
    text-align: left
}

.address__col,
.btn_solution,
.product-item,
.service-item,
.solution-item {
    text-align: center
}

.about .about__content p {
    margin-bottom: 30px
}

.products-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section_products {
    padding: 60px 0
}

.section_products .title-mp {
    margin-bottom: 70px
}

.product-item {
    display: block;
    width: 33.33%;
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 98px 30px 0;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0
}

.product-item:hover {
    top: -5px;
    color: #2b5095
}

.product-item:last-child {
    margin-right: 0
}

.solutions-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 5px
}

.solution-item {
    display: block;
    width: calc(33.33% - 40px);
    margin: 0 20px 30px
}

.solution-item .solution-item__img-block {
    overflow: hidden;
    height: 240px;
    margin-bottom: 20px
}

.solution-item .solution-item__img-block .solution-item__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

.solution-item .solution-item__title {
    color: #404040;
    font: normal 600 16px "Open Sans";
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.news-pagination a,
.news-pagination span,
.service-item {
    font: normal 400 16px "Open Sans"
}

.solution-item:hover .solution-item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.solution-item:hover .solution-item__title {
    text-decoration: underline;
    color: #2b5095
}

.btn_solution {
    width: 150px;
    padding-right: 0;
    padding-left: 0;
    display: block;
    margin: 0 auto
}

.section_services {
    padding-bottom: 0
}

.section_services .title-mp {
    margin-bottom: 70px
}

.services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.service-item {
    width: 25%;
    padding: 65px 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 90px
}

.news-slider .slick-list {
    margin: 0 -21px;
    padding-bottom: 10px
}

.news-item {
    display: block;
    margin: 0 21px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.news-item:hover {
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .1)
}

.news-item:hover .news-item__item {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-item .news-item__img-block {
    font-size: 0;
    width: 100%;
    height: auto;
    overflow: hidden
}

.news-item .news-item__img-block .news-item__item {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

.news-item .news-item__content {
    padding: 25px 35px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.address__col,
.mobile-menu {
    -webkit-box-sizing: border-box
}

.news-item .news-item__content .news-item__title {
    font: normal 600 16px "Open Sans";
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px
}

.news-item .news-item__content .news-item__text {
    margin-bottom: 15px
}

.news-item .news-item__content .news-item__data {
    position: relative;
    color: #999;
    font-size: 12px;
    line-height: 1
}

.address__col div,
.footer .footer__down div {
    font: normal 100 16px "Open Sans"
}

.news-item .news-item__content .news-item__data::after {
    content: url(../img/svg/arrow-rm.svg);
    position: absolute;
    top: 0;
    right: 0
}

.section_news .container {
    position: relative
}

.slide-pagination_news .slick-dots {
    position: static;
    margin-top: 40px
}

.mobile-menu,
.overlay {
    position: fixed;
    top: 0;
    z-index: 1
}

#map {
    height: 550px;
    width: 100%
}

.footer {
    background-color: #36486a;
    border: 1px solid #4d4d4d;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.footer .footer__up {
    padding: 20px 0;
    border-bottom: 1px solid #2c3b57;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .06)
}

.footer .footer__up .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer__down {
    padding: 11px 0
}

.footer .footer__down .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .footer__down div {
    color: #717d92;
    font-size: 12px;
    line-height: 22px
}

.footer .footer__down div a {
    color: #7afaff
}

.footer .footer__logo {
    margin-right: 55px
}

.footer .footer__menu li a {
    color: #717d92;
    -webkit-transition: .3s;
    transition: .3s
}

.footer .footer__menu li a:hover {
    color: #7afaff;
    text-decoration: underline
}

.footer .footer_phone {
    margin-left: auto;
    text-decoration: none;
    color: #717d92;
    font: normal 500 16px MuseoSansCyrl;
    font-size: 20px
}

.overlay {
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .76)
}

.mobile-menu-ico {
    display: none;
    width: 42px;
    height: 42px;
    margin-left: 30px;
    cursor: pointer
}

.mobile-menu {
    right: -100%;
    max-width: 280px;
    width: 100%;
    height: 100%;
    padding: 20px 35px 20px 25px;
    box-sizing: border-box;
    background-color: #fff
}

.mobile-menu .header__menu {
    display: block
}

.mobile-menu .main-menu li {
    display: block;
    margin: 0 0 10px
}

.address .container,
.form-contact__row {
    display: -webkit-box;
    display: -ms-flexbox
}

.close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    cursor: pointer
}

/*
.address {
    background-color: #f7f7f7;
    padding: 28px 0
}
*/

.address .container {
    display: flex;
    overflow: visible
}

.section_contacts .title-mp {
    margin-bottom: 15px
}

.section_contacts .sub-title {
    text-align: center;
    margin-bottom: 45px
}

.address__col {
    width: 33.33%;
    position: relative;
    padding: 0 5px;
    box-sizing: border-box
}

.address__col::after {
    content: '';
    position: absolute;
    right: 0;
    z-index: 1;
    top: calc(50% - 33px);
    width: 1px;
    height: 65px;
    background-color: #e6e6e6;
    -webkit-box-shadow: 1px 0 0 #fff;
    box-shadow: 1px 0 0 #fff
}

.address__col:last-child::after {
    display: none
}

.address__col div {
    display: inline-block;
    text-align: left;
    color: #404040;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.address__col div a {
    text-decoration: none;
    color: #404040
}

.address__col div::before {
    position: absolute;
    top: 3px;
    left: 0
}

.address-map div::before {
    content: url(../img/svg/marker.svg)
}

.address-phone div::before {
    content: url(../img/svg/phone.svg)
}

.address__email div::before {
    content: url(../img/svg/email.svg)
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 10px;
    opacity: .75;
    color: #404040;
    font: normal 100 16px "Open Sans";
    font-size: 14px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #404040
}

input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #404040
}

input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #404040
}

input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder {
    color: #404040
}

textarea {
    height: 136px;
    resize: none
}

.form-contact span {
    display: block;
    font-size: 0
}

.form-contact p {
    margin: 0
}

.form-contact__row {
    display: flex;
    margin-bottom: 20px
}

.block-submit,
.head-page-bg .container {
    display: -webkit-box;
    display: -ms-flexbox
}

.form-contact__row span {
    width: 50%;
    margin-right: 20px
}

.form-contact__row span:last-child {
    margin-right: 0
}

.block-submit {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.checkbox-wrapper {
    position: relative
}

.checkbox-wrapper input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 3px;
    opacity: 0
}

.checkbox {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    position: relative;
    top: 2px
}

.block-submit .checkbox {
    display: inline-block
}

.block-submit label {
    font: normal 100 16px "Open Sans";
    font-size: 14px;
    line-height: 22px;
    color: #404040
}

.block-submit label a {
    color: #2b5095
}

input[type=checkbox]:checked+.checkbox {
    background-image: url(../img/svg/check-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px
}

.head-page-bg {
    height: 600px
}

.head-page-bg .container {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.head-page-bg__title {
    max-width: 380px;
    color: #2b5095;
    font: normal 100 16px MuseoSansCyrl;
    font-size: 50px;
    line-height: 54px;
    margin: 0
}

.head-page-bg__title_front {
    max-width: 100%;
    margin-bottom: 16px;
}

.section_about {
    padding-top: 30px
}

.section_about .container {
    /*max-width: 710px*/	
}

@media screen and (min-width:1200px) {
    .section_about .sub-title {
        min-width: 1200px;
    }
}

.section_about .title-mp {
    margin-bottom: 20px
}

.section_about .sub-title {
    text-align: justify;
}

.about-blocks {
    background-color: #fafafa
}

.about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-info .about-info__content,
.about-info .about-info__img-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.about-info .about-info__content {
    padding: 85px 0 90px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about-info .about-info__content .title-mp {
    text-align: left;
    margin-bottom: 20px
}

.about-info .about-info__content p {
    margin-bottom: 12px
}

.about-info .about-info__content p:last-child {
    margin-bottom: 0
}

.about-info:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.about-info:nth-child(even) .about-info__content {
    padding: 85px 60px 90px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ai-wrapper {
    max-width: 570px;
    width: 100%
}

.news-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -21px
}

.news-item_post {
    width: calc(33.33% - 44px);
    margin: 0 21px 44px
}

.news-pagination {
    text-align: center;
    font-size: 0
}

.news-pagination a,
.news-pagination span {
    text-align: center;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    text-decoration: none
}

.news-pagination .current,
.news-pagination a:hover,
.news-pagination span:hover {
    color: #fff;
    background-color: #2b5095
}

.tabs .tabs__item::after,
.years__list li::after {
    background-color: #d9d9d9;
    content: ''
}

.years__list {
    text-align: center;
    margin-bottom: 45px
}

.years__list li {
    display: inline-block
}

.years__list li::after {
    height: 15px;
    width: 1px;
    display: inline-block;
    vertical-align: -2px
}

.years__list li:last-child::after {
    display: none
}

.section_sidebar .container,
.tabs {
    display: -webkit-box;
    display: -ms-flexbox
}

.years__list li a {
    margin: 0 15px;
    text-decoration: none;
    font: normal 400 16px "Open Sans";
    color: #999;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .075em;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

.years__list li .active,
.years__list li a:hover {
    color: #2b5095
}

.section_sidebar .container {
    display: flex
}

.sidebar {
    max-width: 320px;
    width: 100%;
    margin-right: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar .news-item_sidebar {
    margin: 0 0 40px
}

.content-wrapper {
    max-width: 775px;
    width: 100%
}

.main-image {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 25px
}

.page-title {
    color: #404040;
    font: normal 600 16px "Open Sans";
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px
}

.content-page p {
    margin-bottom: 7px
}

.content-page p:last-child {
    margin-bottom: 0
}

.share-buttons {
    margin-top: 15px;
    text-align: right
}

form h3,
table td:last-child,
table th:last-child {
    text-align: center
}

.tabs {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px
}

.tabs .tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none
}

.tabs .tabs__item::after {
    width: 1px;
    height: 40px;
    display: block;
    margin: 0 30px
}

.tabs .tabs__item:last-child::after {
    display: none
}

.tabs .tabs__item svg {
    margin-right: 13px
}

.tabs .tabs__item .cls-1 {
    -webkit-transition: .3s;
    transition: .3s
}

.tabs .tabs__item .tab-name {
    color: #999;
    font: normal 400 16px "Open Sans";
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: .075em;
    -webkit-transition: .3s;
    transition: .3s
}

.tabs .tab-active .tab-name,
.tabs .tabs__item:hover .tab-name {
    color: #000
}

.tabs .tabs__item:hover .cls-1 {
    fill: #2b5095
}

.tabs .tab-active .cls-1 {
    fill: #2b5095
}

.tab-box-item {
    display: block;
    width: calc(25% - 30px);
    margin: 0 15px 35px;
    text-decoration: none
}

.tab-box-item .tab-box-item__img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 262px;
    border: 1px solid #e6e6e6;
    margin-bottom: 18px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.tab-box-item .tab-box-item__img-block img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.tab-box-item .tab-box-item__title {
    font: normal 600 16px "Open Sans";
    color: #2b5095;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.tab-box-item:hover .tab-box-item__img-block img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.kamera-img,
.kamera-img-2 {
    -webkit-transform: translateY(-50%)
}

.tab-box-item:hover .tab-box-item__title {
    text-decoration: underline
}

.tab-box {
    display: none
}

.tab-box .tab-box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.tab-product-box {
    display: none
}

.tab-active {
    display: block
}

.product-gallery {
    max-width: 540px;
    width: 100%;
    margin-right: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.product-gallery .slick-list,
.product-gallery .slick-track {
    height: 100%
}

.product-gallery .product-gallery__main-img {
    width: 100%;
    height: 400px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden
}

.product-gallery .product-gallery__main-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block
}

.product-box,
.product-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox
}

.product-gallery .product-gallery__thumbnails {
    margin: 0 -7px;
	display: flex;
}

.product-gallery .product-gallery__thumbnails .slick-current {
    border-color: #2b5095
}

.product-gallery .product-gallery__thumbnails .slick-current img {
    opacity: 1
}

.product-box {
    display: flex;
    margin-bottom: 55px
}

.product-content {
    width: 100%
}

.product-content .product-content__wrapper p {
    margin-bottom: 10px
}

.product-content .product-content__wrapper p:last-child {
    margin-bottom: 0
}

.product-info-wrapper {
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
    display: flex;
    margin: 23px 0 45px;
	flex-wrap: wrap;
}

.product-info {
    width: 14%;
  /*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;*/
    align-items: center;
	margin-bottom: 18px;
	padding-right: 10px;
}

.product-info img {
    margin-right: 15px
}

.product-info span {
    color: #2b5095;
    font: normal 100 16px "Open Sans";
    font-size: 14px;
    line-height: 21px
}
/*
.product-info:first-child {
    margin-right: 25px
}
*/
.gallery-image-link,
.gallery-thumbnail {
    text-decoration: none;
    font-size: 0
}

.gallery-image-link {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-thumbnail {
    margin: 0 8px;
    width: 96px!important;
    height: 96px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    cursor: pointer
}

.gallery-thumbnail img {
    max-width: 100%;
    max-height: 100%;	
    height: auto;
	width: auto;
    display: block;
    opacity: .4
}

.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between
}

.product-price .product-price__price {
    color: #2b5095;
    font: normal 100 16px MuseoSansCyrl;
    font-size: 30px;
    margin-right: 30px
}

.product-price__title {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-right: 12px;
}

.product-price__price_on-request {
    text-decoration: underline;
    font-size: 18px;
    font-weight: normal;
}

.product-tabs .product-tabs__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px
}

.product-tabs .product-tabs__head .tab-active {
    color: #2b5095
}

.tab-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: normal 400 16px "Open Sans";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .075em;
    color: #999;
    cursor: pointer
}

.list li,
.tab-description-content li,
table td {
    font: normal 100 16px "Open Sans"
}

.tab-product::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #d9d9d9;
    margin: 0 25px
}

.tab-product:last-child::after {
    display: none
}

.tab-product-box_settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tab-product-box_settings .product-sub-title {
    width: 100%
}

.tab-product-box_settings .list {
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tab-product-box_settings .list:last-child {
    padding: 0
}

.list li,
.tab-description-content li {
    color: #404040;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px
}

.list li:last-child,
.tab-description-content li:last-child {
    margin-bottom: 0
}

.list li::before,
.tab-description-content li::before {
    content: url(../img/svg/li-marker.svg);
    position: absolute;
    top: 0;
    left: 0
}

.tab-product-box .product-sub-title {
    padding: 0;
    border: none
}

table td,
table th {
    height: 40px;
    padding: 0 18px;
    -webkit-box-sizing: border-box
}

.tab-description-content h3 {
    color: #404040;
    font: normal 600 16px "Open Sans";
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px
}

.tab-description-content p {
    margin-bottom: 15px
}

table {
    width: 100%
}

table th {
    background-color: #2b5095;
    color: #fff;
    font: normal 600 16px "Open Sans";
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    text-align: left
}

table td {
    background-color: #e9edf4;
    color: #404040;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box
}

.tab-product-box_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-product-box_description>div {
    width: 50%
}

.tab-product-box_description>div:first-child {
    margin-right: 60px
}

.tab-description-tables table {
    margin-bottom: 38px
}

.tab-description-tables table:last-child {
    margin-bottom: 0
}

.product-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px
}

.doc-item {
    display: block;
    position: relative;
    width: calc(25% - 60px);
    margin: 0 30px 45px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #404040;
    font: normal 100 16px "Open Sans";
    font-size: 14px;
    line-height: 22px
}

.doc-item::before {
    content: url(../img/svg/doc.svg);
    position: absolute;
    top: 0;
    left: 0
}

.doc-item:hover {
    text-decoration: underline
}

form h3 {
    margin: 0 0 30px;
    color: #2b5095;
    font: normal 100 16px MuseoSansCyrl;
    font-size: 30px
}

form .btn {
    display: block;
    margin: 0 auto
}

form input {
    margin-bottom: 20px
}

.no-active {
    cursor: no-drop;
    background: #dadada
}

#kamera {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.kamera-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100%;
    max-width: 100%;
    width: 100%;
    height: auto
}

.kamera-img-1 {
    top: -100%;
    left: 0;
    -webkit-animation: kamera-img-1 .3s ease;
    animation: kamera-img-1 .3s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.kamera-img-2,
.kamera-img-3 {
    top: 50%;
    left: auto;
    right: -100%
}

.kamera-img-2 {
    transform: translateY(-50%);
    -webkit-animation: kamera-img-2 .5s ease-in;
    animation: kamera-img-2 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.kamera-img-3 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: kamera-img-2 .5s ease-in;
    animation: kamera-img-2 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.kamera-img-4 {
    top: -100%;
    left: 0;
    -webkit-animation: kamera-img-1 .5s ease-in;
    animation: kamera-img-1 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.kamera-img-5 {
    top: -100%;
    left: 0;
    -webkit-animation: kamera-img-1 .5s ease-in;
    animation: kamera-img-1 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.kamera-img-6,
.kamera-img-8 {
    top: 50%;
    -webkit-transform: translateY(-50%)
}

.kamera-img-6 {
    transform: translateY(-50%);
    right: -100%;
    left: auto;
    -webkit-animation: kamera-img-2 .5s ease-in;
    animation: kamera-img-2 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.kamera-img-7 {
    top: -100%;
    left: 0;
    -webkit-animation: kamera-img-1 .5s ease-in;
    animation: kamera-img-1 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.kamera-img-8 {
    transform: translateY(-50%);
    right: -100%;
    left: auto;
    -webkit-animation: kamera-img-2 .5s ease-in;
    animation: kamera-img-2 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.kamera-img-10,
.kamera-img-9 {
    -webkit-transform: translateY(-50%);
    top: 50%;
    right: -100%;
    left: auto
}

.kamera-img-9 {
    transform: translateY(-50%);
    -webkit-animation: kamera-img-3 .5s ease-in;
    animation: kamera-img-3 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.kamera-img-10 {
    transform: translateY(-50%);
    -webkit-animation: kamera-img-2 .5s ease-in;
    animation: kamera-img-2 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s
}

.kamera-img-11 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100%;
    left: auto;
    -webkit-animation: kamera-img-3 .5s ease-in;
    animation: kamera-img-3 .5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

@media screen and (max-width:1900px) {
    .about-info__img-block {
        background-size: cover;
        background-position: center center
    }
}

@media screen and (max-width:1260px) {
    .about-info .about-info__content {
        padding: 85px 15px 90px 60px
    }

    .about-info:nth-child(even) .about-info__content {
        padding: 85px 60px 90px 15px
    }
}

@media screen and (max-width:1140px) {
    .container {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header__menu {
        display: none
    }

    .mobile-menu-ico {
        display: block
    }

    .header .header__logo {
        margin-right: 0
    }

    .solution-item .solution-item__img-block {
        height: 21vw
    }

    .news-item .news-item__img-block {
        height: auto
    }

    .tab-box-item .tab-box-item__img-block {
        height: calc(25vw - 30px)
    }
}

@media screen and (max-width:1080px) {
    .product-gallery {
        max-width: 460px;
        margin-right: 30px
    }

    .gallery-thumbnail {
        height: 79px
    }
}

@media screen and (max-width:1024px) {
    .slide-content {
        max-width: 460px
    }

    .slide-content h2 {
        font-size: 38px
    }

    .solutions-wrapper {
        margin: 0 -10px 5px
    }

    .solution-item {
        width: calc(33.33% - 20px);
        margin: 0 10px 30px
    }

    .news-slider .slick-list {
        margin: 0 -11px
    }

    .news-item {
        margin: 0 11px
    }

    .head-page-bg {
        height: 480px
    }

    .news-posts {
        margin: 0 -10px
    }

    .news-item_post {
        margin: 0 10px 20px;
        width: calc(33.33% - 22px)
    }

    .news-item_post .news-item__content {
        padding: 25px 25px 30px
    }
}

@media screen and (max-width:960px) {
    .about .about__content {
        float: none;
        margin: 80px auto;
        padding: 20px 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .product-item {
        padding: 90px 0 0
    }

    .service-item {
        width: 33.33%
    }

    .product-info-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-info {
        width: 100%
    }

    .product-info:not(:last-child) {
        margin: 0 0 20px
    }

    .product-gallery {
        max-width: 380px
    }

    .gallery-thumbnail {
        height: 63px
    }

    .doc-item {
        width: calc(33.33% - 60px)
    }
}

@media screen and (max-width:860px) {
    .slide-content {
        max-width: 380px;
        margin-right: 50px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .about-info,
    .about-info:nth-child(even) {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .news-item .news-item__content {
        padding: 15px
    }

    .about-info .about-info__content,
    .about-info:nth-child(even) .about-info__content {
        padding: 35px 15px
    }

    .about-info {
        flex-direction: column
    }

    .about-info .about-info__img-block {
        height: 58vw
    }

    .about-info:nth-child(even) {
        flex-direction: column
    }

    .ai-wrapper {
        min-width: 100%
    }

    .sidebar {
        margin-right: 25px;
        max-width: 260px
    }

    .tab-box-item {
        width: calc(33.33% - 30px)
    }

    .tab-box-item .tab-box-item__img-block {
        height: calc(33.33vw - 30px)
    }

    .product-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .product-price .product-price__price {
        margin: 0 0 20px
    }
}

@media screen and (max-width:720px) {

    .sidebar,
    .slide-content {
        max-width: 320px
    }

    .slide-content h2 {
        font-size: 28px
    }

    .solution-item {
        width: calc(50% - 20px)
    }

    .solution-item .solution-item__img-block {
        height: 32vw
    }

    #map {
        height: 350px
    }

    .head-page-bg .head-page-bg__title {
        font-size: 42px;
        line-height: 46px
    }

    .news-item_post {
        width: calc(50% - 22px)
    }

    .section_sidebar .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .product-box,
    .tab-product-box_description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .content-wrapper {
        margin-bottom: 35px
    }

    .news-item_sidebar:last-child {
        margin-bottom: 0
    }

    .tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tabs__item:nth-child(2)::after {
        display: none
    }

    .tabs__item:last-child {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }

    .product-box {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-gallery {
        max-width: 100%;
        margin: 0 0 30px
    }

    .product-gallery .product-gallery__main-img {
        height: calc(100vw - 130px)
    }

    .product-gallery .gallery-thumbnail {
        height: calc(20vw - 19px)
    }

    .product-price {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tab-product-box_description {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tab-description-content {
        margin: 0 0 40px
    }

    .tab-product-box_description>div {
        width: 100%
    }

    .tab-product-box_description>div:first-child {
        margin-right: 0
    }

    .product-doc {
        margin: 0 -15px
    }

    .doc-item {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }
}

@media screen and (max-width:640px) {
    .main-slide .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .main-slide__item .container {
        padding: 50px 15px
    }

    .slide-content {
        margin-right: 0;
        max-width: 100%
    }

    .slide-content .btn {
        display: block;
        width: 95px;
        margin: 0 auto
    }

    .slide-image-block {
        margin: 0 auto 50px;
        height: calc(100vw - 30px)
    }

    .title-mp {
        font-size: 32px
    }

    .about .about__content {
        margin: 50px auto
    }

    .products-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .product-item {
        width: calc(50% - 30px);
        margin: 0 15px 50px
    }

    .product-item:last-child {
        margin: 0
    }

    .service-item {
        width: 50%
    }

    .address .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .address__col {
        width: 100%;
        margin-bottom: 15px
    }

    .address__col:last-child {
        margin-bottom: 0
    }

    .address__col::after {
        display: none
    }

    .head-page-bg {
        height: 360px
    }

    .tab-box-item {
        width: calc(50% - 30px)
    }

    .tab-box-item .tab-box-item__img-block {
        height: calc(50vw - 30px)
    }

    .product-tabs .product-tabs__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-tabs .tab-product:last-child {
        width: 100%;
        margin: 10px 0 0;
        text-align: center;
        display: block
    }

    .product-tabs .tab-product:nth-child(2)::after {
        display: none
    }

    .tab-product-box_settings .list {
        width: 100%;
        padding: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width:520px) {

    .block-submit,
    .header .container,
    .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .header .container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .header__phone {
        margin: 20px 0 0
    }

    .mobile-menu-ico {
        width: 32px;
        height: 32px;
        margin: 0;
        position: absolute;
        top: 15px;
        right: 15px
    }

    .solution-item .solution-item__img-block {
        height: 30vw
    }

    .form-contact__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .form-contact__row span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .block-submit {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-submit .checkbox-wrapper {
        margin-bottom: 20px
    }

    .tabs {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tabs__item:nth-child(1)::after {
        display: none
    }

    .tabs__item:nth-child(2) {
        margin-top: 30px
    }
}

@media screen and (max-width:460px) {

    .footer .footer__down .container,
    .footer .footer__up .container,
    .product-tabs .product-tabs__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .title-mp {
        font-size: 28px
    }

    .product-item {
        width: 100%;
        margin: 0 0 50px
    }

    .product-item:last-child {
        margin: 0
    }

    .solution-item {
        max-width: 353px;
        width: 100%;
        margin: 0 auto 30px
    }

    .solution-item .solution-item__img-block {
        height: auto
    }

    .service-item {
        width: 100%
    }

    .news-slider {
        max-width: 350px;
        margin: 0 auto
    }

    #map {
        height: 320px
    }

    .footer .footer__up .container {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer .footer__up .footer__logo {
        margin: 0
    }

    .footer .footer__up .footer_phone {
        margin: 20px 0 0
    }

    .footer .footer__down .container {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .head-page-bg {
        height: 280px
    }

    .head-page-bg .head-page-bg__title {
        font-size: 36px;
        line-height: 40px
    }

    .news-posts {
        margin: 0
    }

    .news-item_post {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 40px
    }

    .tab-box-item {
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }

    .tab-box-item .tab-box-item__img-block {
        height: 70vw
    }

    .gallery-thumbnail {
        padding: 10px
    }

    .product-gallery .product-gallery__main-img {
        height: calc(100vw - 30px)
    }

    .product-tabs .product-tabs__head {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-tabs .tab-product {
        margin-top: 10px
    }

    .product-tabs .tab-product::after {
        display: none
    }

    .product-doc {
        margin: 0
    }

    .doc-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:360px) {
    .header .container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .slide-content h2 {
        font-size: 26px
    }

    .head-page-bg .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header .header__logo img {
    height: 100%
}

.slide-content .slide-content__wrapper {
    width: 100%
}

.ai-wrapper ul {
    font: normal 100 14px "Open Sans"
}

.ai-wrapper ul li,
.product-content__wrapper ul li,
.page-id-25 .content-page ul li,
.page-id-25 .content-page ol li {
    margin: 5px 0;
}

.page-id-25 .content-page ul,
.page-id-25 .content-page ol,
.product-content__wrapper ul {
    font: normal 100 14px "Open Sans"
}

.product-content__wrapper h3,
.product-content__wrapper h4,
.product-content__wrapper h2 {
    font-family: "Open Sans";
}

.bread-crumbs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    color: #999999;
    font: normal 400 14px "Open Sans"
}

.bread-crumbs__item {
    color: #2b4f94;
    text-decoration: none;
    opacity: 0.8;
}

.bread-crumbs__item-wrapper {
    position: relative;
    display: flex;
}

.bread-crumbs__item-wrapper::after {
    content: '»';
    width: 30px;
    display: inline-block;
    text-align: center;
}

.bread-crumbs__item-wrapper:last-child::after {
    content: none;
}

/**/
.title-h1 {
    color: #2b5095;
    font: normal 100 16px MuseoSansCyrl;
    font-size: 50px;
    margin: 0 0 20px
}
/**/

/* sizes and colors */
.text-title {
    font-family: MuseoSansCyrl;
    font-weight: 300;
    margin-bottom: .5em;
}

.text-size__lg {
    font-size: 2.5em;
}

.text-size__md {
    font-size: 1em;
}

.text-color_dark-blue {
    color: #2b5095;
}

/* sizes and colors */

/* Оплата и доставка */
.payment-list {
    display: flex;
    justify-content: space-between;
    font-family: MuseoSansCyrl;
    padding-top: 40px;
    flex-wrap: wrap;
}

.payment-list__item {
    font-size: 1.2em;
    font-weight: 300;
    color: #727476;
    min-width: 80px;
    text-align: center;
    padding-top: 90px;
    background-size: auto 74px;
    background-repeat: no-repeat;
    background-position: 50% 0;;
}

@media screen and (max-width:  640px) {
    .payment-list__item {
        flex-basis: 50%;
        margin-bottom: 32px
    }
}

.delivery-list {
    display: flex;
    justify-content: space-between;
    font-family: MuseoSansCyrl;
    padding-top: 40px;
    flex-wrap: wrap;
}

.delivery-list__item {
    font-size: 1.2em;
    font-weight: 300;
    color: #727476;
    min-width: 80px;
    text-align: center;
    padding-top: 90px;
    background-size: auto 64px;
    background-repeat: no-repeat;
    background-position: 50% 0;;
}

@media screen and (max-width:  640px) {
    .delivery-list__item {
        flex-basis: 50%;
        margin-bottom: 32px
    }
}
/* Оплата и доставка */

/* Контакты */
.container_contacts {
    margin-top: 32px;
    margin-bottom: 32px;
}

.container_contacts h2 {
    color: #647786;
    font: normal 100 16px MuseoSansCyrl;
    font-size: 36px;
    margin: 0 0 24px;
}

.container_contacts p {
    margin-bottom: 24px;
}

.container_contacts table {
    margin-bottom: 24px;
}

.container_contacts td {
    text-align: left !important;
}
/* Контакты */

/* Продукты */
.products-children-category {
    position: relative;
    margin-bottom: 24px;
}

.products-children-category__item {
    display: inline-block;
    margin: 0 24px 12px 0;
    color: #2b4f94;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
    width: 100%; /* По умолчанию 100% для мобильных */
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1280px; /* Ограничение для больших экранов */
  height: 100%;
  border: none;
  outline: none;

}

/* Мобильные стили */
@media (max-width: 767px) {
  .thumb-wrap {
    width: 100%; /* Полная ширина на мобильных */
  }
}
/* Десктопные стили */
@media (min-width: 768px) {
  .thumb-wrap {
    width: 50%; /* 50% ширины на десктопе */
    max-width: 1280px; /* Ограничение максимальной ширины */
    margin: 0 auto; /* Центрирование */
    padding-bottom: 28.125%; /* Пропорция 16:9 для 50% ширины (56.25% / 2) */
  }
}
/* Продукты */




/* Oracool add */
.politicnotice{
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	font-size: .8rem;
	text-align: justify;
	border-radius: 6px;
	padding: 6px 10px;
	box-shadow: 0 0 10px #dfdfdf;
	bottom: 30px;
	background: #e9f0ff;	
}

header .tiles .row div:nth-child(2){
	
}