

/* Start:/bitrix/templates/stellar/css/slick.css?16656521241776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

/* End */


/* Start:/bitrix/templates/stellar/css/jquery.fancybox.css?166565212417412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

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

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

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

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

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

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

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

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

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

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

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

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

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

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

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

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

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

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

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

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

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

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

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

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

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

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

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

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/bitrix/templates/stellar/css/font.css?16656521241132*/
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/stellar/css/../fonts/montserrat-regular.eot');
    src: url('/bitrix/templates/stellar/css/../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/stellar/css/../fonts/montserrat-regular.woff') format('woff'),
         url('/bitrix/templates/stellar/css/../fonts/montserrat-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/stellar/css/../fonts/montserrat-bold.eot');
    src: url('/bitrix/templates/stellar/css/../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/stellar/css/../fonts/montserrat-bold.woff') format('woff'),
         url('/bitrix/templates/stellar/css/../fonts/montserrat-bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/bitrix/templates/stellar/css/../fonts/montserratalternates-bold.eot');
    src: url('/bitrix/templates/stellar/css/../fonts/montserratalternates-bold.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/stellar/css/../fonts/montserratalternates-bold.woff') format('woff'),
         url('/bitrix/templates/stellar/css/../fonts/montserratalternates-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* End */


/* Start:/bitrix/templates/stellar/template_styles.css?1665652125130136*/
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
}

a {
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

a img {
  border: none;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

p {
  margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
}

strong, b {
  font-weight: bold;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

hr {
  border: 0;
}

*:focus, *:active {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  min-width: 320px;
  font-weight: 400;
  color: #000037;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.main_section {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page_width {
  padding: 0px 90px;
  margin: 0 auto;
  max-width: 1530px;
  position: relative;
}

.page_width:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1400px) {
  .page_width {
    padding: 0px 50px;
  }
}

@media screen and (max-width: 1200px) {
  .page_width {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 600px) {
  .page_width {
    padding: 0px 10px;
  }
  .wrapper {
    overflow: hidden;
  }
  .main_section h2 {
    margin-bottom: 20px;
  }
}

a {
  text-decoration: none;
  color: #000037;
}

a:hover {
  text-decoration: underline;
  color: #323269;
}

strong, b {
  font-weight: 600;
}

p {
  margin-bottom: 10px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
}

h1, .h1 {
  font-size: 35px;
  line-height: 43px;
}

h2, .h2 {
  font-size: 30px;
  line-height: 37px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 29px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 20px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 22px;
}

h6, .h6 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  h1, .h1 {
    font-size: 30px;
    line-height: 37px;
  }
  h2, .h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3, .h3 {
    font-size: 18px;
    line-height: 22px;
  }
  h4, .h4 {
    font-size: 16px;
    line-height: 20px;
  }
  h5, .h5 {
    font-size: 14px;
    line-height: 18px;
  }
  h6, .h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 25px;
    line-height: 30px;
  }
  h2, .h2 {
    font-size: 20px;
    line-height: 24px;
  }
  h3, .h3 {
    font-size: 16px;
    line-height: 20px;
  }
  h4, .h4, h5, .h5 {
    font-size: 14px;
    line-height: 17px;
  }
}

.clear {
  clear: both;
}

.mob {
  display: none;
}

@media screen and (max-width: 1030px) {
  .mob {
    display: block;
  }
}

.center {
  text-align: center;
}

.button {
  padding: 0px 15px;
  height: 44px;
  min-width: 127px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  color: #000037;
  border-radius: 5px;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button::before, .button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button::after {
  opacity: 0;
}

.button span {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button:hover {
  text-decoration: none;
}

.button:hover::after {
  opacity: 1;
}

.button.btn_green::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
  background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
}

.button.btn_green::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #B7F82D), to(#83BB0D));
  background: linear-gradient(180deg, #B7F82D 15.1%, #83BB0D 100%);
}

.button.btn_blue {
  color: #fff;
  font-weight: 600;
}

.button.btn_blue::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #1B537D), to(#0E2A53));
  background: linear-gradient(180deg, #1B537D 23.96%, #0E2A53 100%);
}

.button.btn_blue::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #2F6791), to(#0E2A53));
  background: linear-gradient(180deg, #2F6791 23.96%, #0E2A53 100%);
}

.button.btn_green_border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #71B200), to(#3D7500));
  background: linear-gradient(180deg, #71B200 15.1%, #3D7500 100%);
}

.button.btn_green_border span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #71B200), to(#3D7500));
  background: linear-gradient(180deg, #71B200 15.1%, #3D7500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button.btn_green_border::before {
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
}

.button.btn_green_border::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
  background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
}

.button.btn_green_border:hover span {
  color: #000037;
  background: none;
  -webkit-text-fill-color: inherit;
}

.button.btn_blue_border {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #1B537D), to(#0E2A53));
  background: linear-gradient(180deg, #1B537D 23.96%, #0E2A53 100%);
}

.button.btn_blue_border::before {
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
}

.button.btn_blue_border::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #1B537D), to(#0E2A53));
  background: linear-gradient(180deg, #1B537D 23.96%, #0E2A53 100%);
}

.button.btn_blue_border:hover span {
  color: #fff;
}

.buttons .button {
  margin-right: 30px;
  margin-bottom: 20px;
}

.buttons .button:last-child {
  margin-right: 0;
}

.all_link, .more {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000037;
}

.all_link:hover, .more:hover {
  text-decoration: none;
  color: #323269;
}

.all_link {
  margin-top: -48px;
  float: right;
}

@media screen and (max-width: 1030px) {
  .button {
    font-size: 14px;
    height: 41px;
  }
  .buttons {
    padding-bottom: 10px;
  }
  .buttons .button {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .all_link {
    margin-top: -40px;
  }
}

@media screen and (max-width: 600px) {
  .button {
    height: 31px;
    font-size: 12px;
    line-height: 15px;
    padding: 0 10px;
    min-width: 95px;
  }
  .button.btn_blue {
    font-weight: 400;
  }
}

.slick-slider {
  position: relative;
  margin: 0 -70px;
  padding: 0 70px;
}

.slick-slider .slick-list {
  margin: 0 -15px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  bottom: 0;
  margin-top: -46px;
  width: 40px;
  height: 40px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E1E7EB;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slick-arrow:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  top: 13px;
  border-top: 3px solid #000037;
  border-left: 3px solid #000037;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-arrow:hover {
  background-color: #000037;
}

.slick-arrow:hover:before {
  border-color: #fff;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-next {
  right: 0;
}

.slick-next:before {
  right: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.our_history_slider {
  overflow: hidden;
  margin-top: -50px;
}

.our_history_slider .text_and_img .text_img_item {
  padding-top: 50px;
}

.our_history_slider .slick-list {
  overflow: visible;
  margin: 0;
}

.our_history_slider .slick-arrow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
  background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
  top: 60%;
  margin-top: 0px;
}

.our_history_slider .slick-prev {
  left: calc(40% - 40px);
}

.our_history_slider .slick-next {
  right: calc(50% + 80px);
}

@media screen and (max-width: 1400px) {
  .slick-slider {
    margin: 0 -5px;
  }
  .our_history_slider {
    margin: 0 -50px;
    padding: 0 50px;
  }
  .our_history_slider .text_and_img .text_img_item {
    padding-top: 0px;
  }
  .our_history_slider .text_and_img .text_img_item .image {
    width: 50%;
  }
}

@media screen and (max-width: 1350px) {
  .our_history_slider .slick-arrow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
    background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
    top: 70%;
    margin-top: 0px;
  }
  .our_history_slider .slick-prev {
    left: calc(40% - 50px);
  }
  .our_history_slider .slick-next {
    right: calc(50% + 30px);
  }
}

@media screen and (max-width: 1200px) {
  .slick-slider {
    margin: 0 10px;
    padding: 0 60px;
  }
  .our_history_slider {
    margin: 0 -30px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1030px) {
  .slick-slider {
    margin: 0 0px;
  }
  .our_history_slider {
    margin: 0 -30px;
  }
  .our_history_slider .text_and_img .text_img_item {
    padding-top: 0px;
  }
}

@media screen and (max-width: 730px) {
  .our_history_slider {
    margin-bottom: 60px;
  }
  .our_history_slider .slick-arrow {
    top: auto;
    bottom: 0;
  }
  .our_history_slider .slick-prev {
    left: 10px;
  }
  .our_history_slider .slick-next {
    left: 70px;
  }
  .our_history_slider .text_and_img .text_img_item .image {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .slick-slider {
    padding: 0 0px;
  }
  .our_history_slider {
    margin: 0 -10px 60px;
    padding: 0 10px;
  }
}

.text ul {
  padding-bottom: 15px;
  margin-left: -5px;
}

.text ul li {
  position: relative;
  padding: 0px 0 0px 25px;
  margin-bottom: 6px;
  margin-left: 4px;
  overflow: hidden;
}

.text ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
  background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
}

.text ul li::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  top: 7px;
  left: 5px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.text ol {
  counter-reset: ol_ounter;
  list-style-type: none;
}

.text ol li {
  padding: 0px 0 0px 40px;
  margin-bottom: 20px;
  margin-left: 4px;
  position: relative;
}

.text ol li:before {
  counter-increment: ol_ounter;
  content: counter(ol_ounter);
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1030px) {
  .text ul li::before {
    top: 0px;
  }
  .text ul li::after {
    top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.tabs_container {
  position: relative;
}

.tabs_container:hover {
  z-index: 3;
}

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.tab.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.tab_buttons {
  position: relative;
  z-index: 1;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 30px;
}

.tab_buttons span, .tab_buttons a {
  cursor: pointer;
  z-index: 2;
  white-space: nowrap;
  padding: 0px 15px;
  margin: 0 30px 15px;
  height: 44px;
  line-height: 20px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #71B200), to(#3D7500));
  background: linear-gradient(180deg, #71B200 15.1%, #3D7500 100%);
}

.tab_buttons span b, .tab_buttons a b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #71B200), to(#3D7500));
  background: linear-gradient(180deg, #71B200 15.1%, #3D7500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.tab_buttons span:last-child, .tab_buttons a:last-child {
  margin-right: 0;
}

.tab_buttons span::before, .tab_buttons span::after, .tab_buttons a::before, .tab_buttons a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tab_buttons span::before, .tab_buttons a::before {
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
}

.tab_buttons span::after, .tab_buttons a::after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
  background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
}

.tab_buttons span.active::after, .tab_buttons a.active::after {
  opacity: 1;
}

.tab_buttons span.active b, .tab_buttons a.active b {
  color: #000037;
  background: none;
  -webkit-text-fill-color: inherit;
}

.pagination {
  text-align: center;
  margin-bottom: 100px;
}

.pagination:last-child {
  margin-bottom: 0;
}

.pagination ul li {
  display: inline-block;
  line-height: 25px;
  margin: 0 13px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.pagination ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #000037;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}

.pagination ul li a.activ, .pagination ul li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
  background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
}

.pagination ul .pag-ar {
  font-size: 16px;
  line-height: 18px;
  width: auto;
  height: auto;
  padding-top: 0;
  font-weight: 700;
  border: 0;
}

.pagination ul .pag-ar:hover {
  background: none;
}

.pagination ul .prev, .pagination ul .next {
  display: inline-block;
  position: relative;
  margin-bottom: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E1E7EB;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination ul .prev:before, .pagination ul .next:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  top: 10px;
  border-top: 3px solid #000037;
  border-left: 3px solid #000037;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination ul .prev:hover, .pagination ul .next:hover {
  background: none;
  background-color: #000037;
}

.pagination ul .prev:hover:before, .pagination ul .next:hover:before {
  border-color: #fff;
}

.pagination ul .prev:before {
  right: 50%;
  margin-right: -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pagination ul .next:before {
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.catalog + .pagination {
  margin-bottom: 100px;
}

@media screen and (max-width: 1030px) {
  .tab_buttons span, .tab_buttons a {
    padding: 8px 15px 8px;
    margin-right: 0;
  }
  .pagination {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  .pagination {
    margin-bottom: 30px;
  }
  .pagination ul li {
    margin: 0 5px;
  }
  .pagination ul li .prev {
    margin-right: 0px;
  }
  .pagination ul li .next {
    margin-left: 0px;
  }
}

@media screen and (max-width: 425px) {
  .pagination {
    text-align: center;
    position: relative;
  }
  .pagination ul li {
    margin: 0 -4px 0 0;
  }
  .pagination ul li a {
    display: none;
    margin: 0 5px;
  }
  .pagination ul li a.activ {
    position: static;
    display: block;
    text-align: center;
    margin: 0 35px;
  }
  .pagination ul .pag-ar {
    display: block;
    margin: 0 0;
  }
  .pagination ul .pag-ar:hover {
    background: none;
  }
  .pagination ul li .prev {
    margin-right: 10px;
  }
  .pagination ul li .next {
    margin-left: 10px;
  }
}

body.compensate-for-scrollbar, .fancybox-enabled {
  overflow: auto;
}

@-webkit-keyframes preloader {
  0% {
    width: 115px;
  }
  50% {
    width: 115px;
  }
  100% {
    width: 385px;
  }
}

@keyframes preloader {
  0% {
    width: 115px;
  }
  50% {
    width: 115px;
  }
  100% {
    width: 385px;
  }
}

#preloader {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #000037;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  text-align: center;
}

#preloader .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 115px;
  height: 100px;
  margin: auto;
  max-width: 80%;
  overflow: hidden;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: preloader;
  animation-name: preloader;
}

@media screen and (max-width: 600px) {
  @-webkit-keyframes preloader2 {
    0% {
      width: 80px;
    }
    50% {
      width: 80px;
    }
    100% {
      width: 250px;
    }
  }
  @keyframes preloader2 {
    0% {
      width: 80px;
    }
    50% {
      width: 80px;
    }
    100% {
      width: 250px;
    }
  }
  #preloader .img {
    -webkit-animation-name: preloader2;
    animation-name: preloader2;
  }
  #preloader .img img {
    width: 250px;
  }
}

/* start header styles */
header {
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}

header #logo {
  float: left;
  width: 217px;
  text-align: center;
}

header #logo img {
  width: 125px;
}

header #logo .sub_logo {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 23px;
  line-height: 29px;
  padding-top: 3.5px;
  color: #0063A5;
}

header #logo .sub_logo strong {
  display: block;
  letter-spacing: 3px;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  color: transparent;
  background: url(/bitrix/templates/stellar/images/logo_sub.svg) left center no-repeat;
}

header .button {
  padding: 0 15px;
  color: #fff;
  margin-top: 15px;
  margin-left: 85px;
  float: right;
}

header .contacts {
  margin-top: 24px;
  float: right;
}

header .contacts a:first-child {
  margin-left: 80px;
}

header .contacts a {
  margin-left: 120px;
}

header .contacts .tel::before {
  background-image: url(/bitrix/templates/stellar/images/icon_phon.svg);
}

header .contacts .email::before {
  background-image: url(/bitrix/templates/stellar/images/icon_mail.svg);
}

header .menu_botton {
  float: right;
  width: 30px;
  height: 25px;
  margin: 34px 75px 0 0px;
  position: relative;
  border-top: 4px solid #0A2A4F;
  border-bottom: 4px solid #0A2A4F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .menu_botton::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 4px solid #0A2A4F;
  left: 0;
  top: 7px;
  color: #fff;
}

header .menu_botton::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 1;
}

header .menu_botton.active {
  border: 0;
  left: 5px;
  top: 5px;
}

header .menu_botton.active::after {
  display: block;
}

header .menu_botton.active::before {
  top: -1px;
  left: -10px;
  content: "\d7";
  color: #fff;
  font-size: 70px;
  border: 0;
}

header .block_menu .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50px;
  height: 27px;
  float: left;
  margin-top: 23px;
  margin-left: 35px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

header .block_menu .language::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  border-left: 2px solid #1FCEF7;
  border-bottom: 2px solid #1FCEF7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 2;
}

header .block_menu .language::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
}

header .block_menu .language .lang_item {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  padding: 5px 11px 7px 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .block_menu .language .lang_item.active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  opacity: 1;
}

header .block_menu .language.show .lang_item {
  opacity: 1;
  pointer-events: initial;
  background-color: #1FCEF7;
  color: #fff;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .block_menu .language.show::before {
  display: block;
}

header .block_menu .language.show::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-color: #fff;
  margin-top: -2px;
}

header .block_menu .search {
  margin-top: 16px;
  margin-left: 85px;
  overflow: hidden;
  border: 1px solid #8DB2CB;
  width: 199px;
  height: 40px;
  border-radius: 5px;
  display: inline-block;
}

header .block_menu .search button {
  float: left;
  padding: 10px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

header .block_menu .search input {
  height: 40px;
  border: none;
  background-color: transparent;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

header .block_menu .search input::-webkit-input-placeholder {
  color: #8DB2CB;
}

header .block_menu .search input:-ms-input-placeholder {
  color: #8DB2CB;
}

header .block_menu .search input::-ms-input-placeholder {
  color: #8DB2CB;
}

header .block_menu .search input::placeholder {
  color: #8DB2CB;
}

header .block_menu nav .menu {
  margin-top: 29px;
  margin-left: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

header .block_menu nav .menu::before {
  content: "";
  width: 100%;
  height: 1px;
  right: 0;
  top: -19px;
  position: absolute;
  background-color: #8DB2CB;
  z-index: 1;
}

header .block_menu nav .menu li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .block_menu nav .menu li a:hover {
  text-decoration: none;
  color: #1FCEF7;
}

header .block_menu nav .menu li ul {
  display: none;
}

header .block_menu nav .menu .submenu ul {
  display: block;
}

header .block_menu nav .submenu {
  position: relative;
  white-space: nowrap;
}

header .block_menu nav .submenu::before {
  position: absolute;
  width: 100%;
  height: 10px;
  content: '';
  top: 100%;
  left: 0;
}

header .block_menu nav .submenu > a {
  position: relative;
  display: inline;
}

header .block_menu nav .submenu > a::after {
  content: '';
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  border-left: 2px solid #1FCEF7;
  border-bottom: 2px solid #1FCEF7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .block_menu nav .submenu > ul {
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100%;
  z-index: 1;
  left: 0;
  top: 100%;
  display: block;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 43, 43, 0.1);
          box-shadow: 10px 10px 20px rgba(0, 43, 43, 0.1);
  padding: 15px 0 20px;
  margin-top: 10px;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #FFF;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

header .block_menu nav .submenu > ul li {
  display: block;
  width: 100%;
}

header .block_menu nav .submenu > ul li a {
  display: block;
  padding: 5px 35px 5px 20px;
}

header .block_menu nav .submenu > ul li a:hover {
  color: #000037;
}

header .block_menu nav .submenu > ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
  background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
}

header .block_menu nav .submenu > ul li:hover a {
  text-decoration: none;
}

header .block_menu nav .submenu:hover > ul {
  opacity: 1;
  pointer-events: initial;
  z-index: 2;
  display: block;
}

header .block_menu nav .submenu:hover a::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.scroll {
  position: fixed;
  -webkit-box-shadow: 10px 10px 20px rgba(36, 70, 122, 0.25);
          box-shadow: 10px 10px 20px rgba(36, 70, 122, 0.25);
  background-color: #FFF;
}

header.nobg {
  position: absolute;
  z-index: 10;
}

header.nobg #logo .sub_logo {
  color: #fff;
}

header.nobg #logo .sub_logo strong {
  background-image: url(/bitrix/templates/stellar/images/logo_sub_white.svg);
}

header.nobg .contacts a {
  color: #fff;
}

header.nobg .menu_botton {
  border-color: #fff;
}

header.nobg .menu_botton::before, header.nobg .menu_botton::after {
  border-color: #FFF;
}

header.nobg .block_menu .search {
  border: 1px solid #FFF;
}

header.nobg .block_menu .search input {
  color: #FFF;
}

header.nobg .block_menu .search input::-webkit-input-placeholder {
  color: #FFF;
}

header.nobg .block_menu .search input:-ms-input-placeholder {
  color: #FFF;
}

header.nobg .block_menu .search input::-ms-input-placeholder {
  color: #FFF;
}

header.nobg .block_menu .search input::placeholder {
  color: #FFF;
}

header.nobg .block_menu .language .lang_item {
  color: #FFF;
}

header.nobg .block_menu nav .menu::before {
  background-color: #FFF;
}

header.nobg .block_menu nav .menu li a {
  color: #FFF;
}

header.nobg .block_menu nav .menu .submenu > ul li a {
  color: #000037;
}

@media screen and (max-width: 1670px) {
  header .block_menu .search {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1620px) {
  header .contacts a:first-child {
    margin-left: 0px;
  }
  header .block_menu .search {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1580px) {
  header .button {
    margin-left: 40px;
  }
  header .contacts a {
    margin-left: 75px;
  }
}

@media screen and (max-width: 1500px) {
  header #logo {
    width: 170px;
  }
  header #logo .sub_logo {
    font-size: 18px;
    line-height: 25px;
  }
  header #logo .sub_logo strong {
    letter-spacing: 2px;
    background-size: 100% auto;
  }
  header .block_menu .language {
    margin-left: 12px;
  }
  header .block_menu nav .language {
    margin-left: 0;
  }
  header .block_menu nav .menu {
    margin-left: 210px;
  }
}

@media screen and (max-width: 1440px) {
  header .contacts a {
    font-size: 18px;
  }
  header .block_menu nav .menu {
    margin-left: 190px;
  }
}

@media screen and (max-width: 1300px) {
  header #logo {
    width: 150px;
  }
  header #logo img {
    width: 85px;
  }
  header #logo .sub_logo {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  header #logo .sub_logo strong {
    letter-spacing: 1px;
  }
  header .button {
    font-size: 14px;
  }
  header .contacts a {
    margin-left: 50px;
  }
  header .block_menu .language {
    margin-left: 30px;
  }
  header .block_menu .search {
    width: 150px;
  }
  header .block_menu .search input {
    width: 100px;
  }
  header .block_menu .search button img {
    width: 15px;
  }
  header .block_menu nav .menu {
    margin-left: 189px;
  }
}

@media screen and (max-width: 1150px) {
  header .button {
    margin-left: 20px;
  }
  header .block_menu .language {
    margin-left: 18px;
  }
  header .block_menu nav .menu {
    margin-left: 173px;
  }
}

/*@media screen and (max-width:1030px)*/
@media screen and (max-width: 1125px) {
  header {
    padding-top: 20px;
  }
  header .menu_botton {
    display: block;
  }
  header .button {
    margin-top: 25px;
    margin-left: 40px;
    font-size: 14px;
  }
  header .contacts a {
    margin-left: 75px;
    font-size: 18px;
  }
  header .btn_call, header .contacts {
    margin-top: 33px;
    top: 50%;
  }
  header .block_menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    margin-top: 0px;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    background-color: #FFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    z-index: 3;
    border-top: 1px solid rgba(0, 43, 43, 0.2);
    -webkit-box-shadow: 1px 20px 20px rgba(0, 43, 43, 0.1);
            box-shadow: 1px 20px 20px rgba(0, 43, 43, 0.1);
  }
  header .block_menu .language {
    margin-left: 0px;
    margin-top: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
  }
  header .block_menu .search {
    width: 200px;
    float: right;
    margin-top: 0;
  }
  header .block_menu .search input {
    width: 160px;
  }
  header .block_menu nav .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    clear: both;
    margin-top: 60px;
    margin-left: 0px;
  }
  header .block_menu nav .menu::before {
    display: none;
  }
  header .block_menu nav .menu li {
    padding: 5px 0 5px 0;
  }
  header .block_menu nav .menu .submenu > ul {
    position: static;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-top: 0px;
    padding: 0px 0 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  header .block_menu nav .menu .submenu > ul li {
    padding: 0;
  }
  header .block_menu nav .menu .submenu > ul li:hover {
    background: none;
  }
  header .block_menu nav .menu .submenu > ul li:hover a {
    color: #1FCEF7;
  }
  header .block_menu nav .menu .submenu:hover > ul {
    opacity: none;
    pointer-events: painted;
    z-index: 2;
  }
  header .block_menu nav .menu .submenu .show > ul a::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  header .block_menu nav .menu .show > ul {
    opacity: 1;
  }
  header .activ {
    display: block;
  }
  header.nobg .block_menu .search {
    border: 1px solid #8DB2CB;
  }
  header.nobg .block_menu .search input {
    color: #8DB2CB;
  }
  header.nobg .block_menu .search input::-webkit-input-placeholder {
    color: #8DB2CB;
  }
  header.nobg .block_menu .search input:-ms-input-placeholder {
    color: #8DB2CB;
  }
  header.nobg .block_menu .search input::-ms-input-placeholder {
    color: #8DB2CB;
  }
  header.nobg .block_menu .search input::placeholder {
    color: #8DB2CB;
  }
  header.nobg .block_menu .language .lang_item {
    color: #000037;
  }
  header.nobg .block_menu nav .menu li a {
    color: #000037;
  }
  header.nobg .block_menu nav .menu .submenu > ul li a {
    color: #0063A5;
  }
}

@media screen and (max-width: 995px) {
  header #logo {
    width: 120px;
  }
  header #logo .sub_logo {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  header .contacts a {
    margin-left: 50px;
  }
  header .button {
    margin-left: 20px;
  }
}

@media screen and (max-width: 930px) {
  header .contacts a {
    font-size: 15px;
  }
  header .button {
    margin-top: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 850px) {
  header .menu_botton {
    margin-right: 50px;
  }
  header .contacts a {
    font-size: 14px;
  }
  header .contacts a::before {
    width: 17px;
    height: 18px;
    left: -28px;
    margin-top: -9px;
    background-size: cover;
  }
}

@media screen and (max-width: 800px) {
  header #logo {
    width: 93px;
  }
  header #logo img {
    width: 54px;
  }
  header #logo .sub_logo {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.1px;
  }
  header .menu_botton {
    margin-top: 22px;
    margin-right: 40px;
  }
  header .contacts {
    margin-top: 26px;
  }
  header .button {
    margin-top: 13px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 744px) {
  header .contacts a:nth-child(2) {
    display: none;
  }
  header .menu_botton {
    margin-right: 50px;
  }
}

@media screen and (max-width: 600px) {
  header .button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  header {
    position: relative;
  }
  header .contacts {
    margin-top: 0;
    float: none;
    top: 0;
    right: 11px;
    position: absolute;
  }
  header .contacts a::before {
    width: 15px;
    height: 16px;
    left: -20px;
    margin-top: -9px;
    background-size: cover;
  }
  header .button {
    margin-top: 30px;
  }
  header .menu_botton {
    margin-top: 16px;
    margin-right: 33px;
  }
}

@media screen and (max-width: 337px) {
  header .menu_botton {
    margin-right: 15px;
  }
}

/* end header styles */
/* start main screen styles */
#main_screen {
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
  background: url(/bitrix/templates/stellar/images/bg_main_screen.jpg), -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #1B537D), to(#0E2A53));
  background: url(/bitrix/templates/stellar/images/bg_main_screen.jpg), linear-gradient(180deg, #1B537D 23.96%, #0E2A53 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main_screen.exclusive_products {
  background-image: url(/bitrix/templates/stellar/images/bg_main_screen_2.jpg);
}

#main_screen.exclusive_products .text {
  top: 0px;
  height: auto;
}

#main_screen .page_width {
  height: calc(100% - 170px);
  padding-top: 170px;
}

#main_screen .title {
  margin-top: 20px;
  position: relative;
}

#main_screen .title .breadcrumbs {
  color: #fff;
}

#main_screen .title .breadcrumbs ul li > a {
  font-weight: 400;
  color: #fff;
}

#main_screen .text {
  max-width: 730px;
  height: calc(100vh - 345px);
  position: relative;
  padding-bottom: 1px;
  color: #fff;
  top: 20.7%;
}

#main_screen h1 {
  margin-bottom: 20px;
}

#main_screen p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 60px;
}

#main_screen .button {
  margin-right: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

#main_screen .button::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #2F6791), to(#0E2A53));
  background: linear-gradient(180deg, #2F6791 23.96%, #0E2A53 100%);
}

#main_screen .button:hover span {
  color: #fff;
}

#main_screen .benefits {
  color: #fff;
}

.benefits {
  position: absolute;
  height: 114px;
  width: calc(100% - 180px);
  max-width: 1530px;
  bottom: 7.23%;
}

.benefits:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.benefits:not(.slick-slider) .item {
  max-width: 260px;
  width: 25%;
}

.benefits.slick-slider .item {
  padding: 0 10px;
}

.benefits.slick-slider .item h6 {
  max-width: 200px;
  margin: 0 auto;
}

.benefits .item {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.benefits .item .icon {
  margin-bottom: 19px;
  height: 52px;
}

.benefits .item .icon img {
  display: inline-block;
  max-height: 100%;
}

@media screen and (min-width: 1030px) {
  #main_screen h1 {
    font-size: 40px;
    line-height: 49px;
  }
  #main_screen.exclusive_products {
    height: 790px;
  }
  #main_screen.exclusive_products .text {
    padding-top: 60px;
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 1400px) {
  .benefits {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1200px) {
  .benefits {
    width: calc(100% - 60px);
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1130px) {
  #main_screen .page_width {
    height: calc(100% - 91px);
    padding-top: 91px;
  }
}

@media screen and (max-width: 1030px) {
  #main_screen {
    min-height: 570px;
  }
  #main_screen .text {
    max-width: 500px;
  }
  #main_screen h1 {
    margin-bottom: 10px;
  }
  #main_screen p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 800px) {
  #main_screen .text {
    top: 40px;
  }
}

@media screen and (max-width: 600px) {
  #main_screen p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  #main_screen.exclusive_products .page_width::before {
    content: '';
    position: absolute;
    width: 439px;
    height: 128px;
    left: -99px;
    top: 182px;
    background: #000201;
    mix-blend-mode: multiply;
    -webkit-filter: blur(200px);
            filter: blur(200px);
    border-radius: 49px;
  }
  #main_screen.exclusive_products .page_width::after {
    content: '';
    position: absolute;
    width: 439px;
    height: 98px;
    left: -99px;
    top: 212px;
    background: #000201;
    mix-blend-mode: multiply;
    -webkit-filter: blur(200px);
            filter: blur(200px);
    border-radius: 49px;
  }
  #main_screen.exclusive_products .page_width .text {
    top: 12%;
    z-index: 1;
  }
  .benefits {
    width: calc(100% - 20px);
    bottom: 5%;
  }
  .benefits .item .icon {
    margin-bottom: 10px;
  }
}

/* end main screen styles */
/* start production styles */
#production {
  overflow: hidden;
}

#production .page_width {
  padding-top: 100px;
  padding-bottom: 80px;
}

#production .buttons {
  text-align: center;
}

.catalog {
  position: relative;
  overflow: hidden;
}

.catalog:not(.catalog_slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 30px;
}

.catalog:not(.catalog_slider) .item {
  width: calc(25% - 30px);
}

.catalog.catalog_slider {
  margin-bottom: -15px;
  margin-top: -25px;
}

.catalog.catalog_slider .item {
  opacity: 0;
  margin-top: 25px;
}

.catalog.catalog_slider .item.slick-active {
  opacity: 1;
}

.catalog .slick-list {
  overflow: visible;
}

.catalog .item {
  position: relative;
  border-radius: 5px;
  margin: 0 15px 55px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.catalog .item .image {
  width: 100%;
  height: 299px;
  text-align: center;
}

.catalog .item .image a {
  display: block;
  height: 100%;
  width: 150%;
  margin-left: -25%;
  text-align: center;
}

.catalog .item .image img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.catalog .item .info {
  padding: 21px 34px 5px 20px;
}

.catalog .item .info .h4 {
  margin-bottom: 10px;
  display: block;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.catalog .item .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 20px;
}

.catalog .item .characteristics .char {
  display: inline-block;
  max-width: 130px;
  min-width: 120px;
}

.catalog .item .characteristics .char strong {
  display: block;
  min-height: 48px;
}

.catalog .item .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 34px 0px 20px;
}

.catalog .item .buttons .button {
  margin-right: 0px;
}

.catalog .item .buttons .button:first-child {
  margin-right: 10px;
}

.catalog .item:hover {
  -webkit-box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
          box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
}

.tags {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 150px;
  z-index: 1;
}

.tags .tag {
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
  background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
  border-radius: 5px 0px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1550px) {
  .catalog:not(.catalog_slider) {
    margin: 0 -15px 30px;
  }
  .catalog:not(.catalog_slider) .item {
    width: calc(33% - 30px);
  }
}

@media screen and (max-width: 1090px) {
  .catalog:not(.catalog_slider) {
    margin: 0 -70px 30px;
  }
  .catalog:not(.catalog_slider) .item {
    width: calc(50% - 140px);
    margin: 0 70px 20px;
  }
}

@media screen and (max-width: 1030px) {
  #production .page_width {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 900px) {
  .catalog:not(.catalog_slider) {
    margin: 0 -40px 30px;
  }
  .catalog:not(.catalog_slider) .item {
    width: calc(50% - 80px);
    margin: 0 40px 20px;
  }
}

@media screen and (max-width: 780px) {
  .catalog:not(.catalog_slider) {
    margin: 0 -10px 30px;
  }
  .catalog:not(.catalog_slider) .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 720px) {
  .catalog:not(.catalog_slider) {
    margin: 0 -5px 30px;
  }
  .catalog:not(.catalog_slider) .item {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .catalog:not(.catalog_slider) .item .image {
    height: auto;
  }
  .catalog:not(.catalog_slider) .item .image img {
    width: 100%;
  }
  .catalog:not(.catalog_slider) .item .info {
    padding: 21px 20px 29px 10px;
  }
  .catalog:not(.catalog_slider) .item .buttons {
    padding: 0 22px 0px 10px;
  }
  .catalog:not(.catalog_slider) .item .buttons .button {
    min-width: 93px;
    padding: 0 10px;
    font-size: 12px;
  }
  .catalog:not(.catalog_slider) .item .buttons .button:first-child {
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  #production .page_width {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .catalog:not(.catalog_slider) {
    margin: 0 0px 30px;
  }
  .catalog:not(.catalog_slider) .item {
    width: 100%;
    margin: 0 0px 10px;
  }
}

.product_images {
  float: left;
  width: 44.44444%;
  position: relative;
  padding-bottom: 100px;
}

.main_slider {
  position: relative;
  width: 100%;
  height: 500px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 43, 43, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 43, 43, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.main_slider.slick-slider {
  margin: 0 0 30px;
  padding: 0;
}

.main_slider .slick-list {
  margin: 0;
}

.main_slider .slick-arrow {
  margin-top: -20px;
}

.main_slider .slick-prev {
  left: 30px;
}

.main_slider .slick-next {
  right: 30px;
}

.main_slider .item {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.main_slider .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.main_slider .item a img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.preview_slider {
  height: 190px;
  position: relative;
  margin-bottom: 60px;
}

.preview_slider.slick-slider {
  margin: 0 -20px;
  padding: 0 20px;
}

.preview_slider.slick-slider .slick-list {
  margin: 0 -15px;
}

.preview_slider.slick-slider .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}

.preview_slider .item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 190px;
  margin: 0 15px 30px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 43, 43, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 43, 43, 0.1);
  border-radius: 5px;
}

.preview_slider .item img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.description {
  margin-left: 50.98039%;
}

.description .h3, .description h3 {
  margin-bottom: 30px;
}

.description .characteristicsr {
  margin-bottom: 38px;
}

.description .characteristicsr .char {
  margin-bottom: 15px;
  border-bottom: 1px dashed #8DB2CB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.description .characteristicsr .char .name, .description .characteristicsr .char .strong {
  background-color: #fff;
  margin-bottom: -6px;
}

.description .characteristicsr .char .name {
  margin-right: 5px;
}

.description .characteristicsr .char .strong {
  margin-left: 5px;
  font-weight: 600;
}

.docs {
  position: relative;
  padding-bottom: 30px;
}

.docs .item {
  margin-bottom: 10px;
}

.docs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.docs a::before {
  content: '';
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 40px;
  background: url(/bitrix/templates/stellar/images/icon_doc.svg) no-repeat center;
  margin-right: 10px;
}

.similar_products {
  clear: both;
  padding-bottom: 68px;
}

.similar_products h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 1030px) {
  .title .all_link {
    display: none;
  }
  .product_images {
    float: none;
    width: auto;
    padding-bottom: 60px;
  }
  .description {
    margin-left: 0px;
    margin-bottom: 60px;
  }
  .similar_products {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1030px) and (min-width: 601px) {
  .main_slider {
    width: 57.76699%;
    height: 440px;
    float: left;
  }
  .main_slider .item {
    height: 440px;
  }
  .preview_slider.slick-slider {
    margin-left: 57.76699%;
    padding-left: 20px;
    height: 457px;
  }
  .preview_slider.slick-slider .slick-list {
    height: 100%;
    width: 100%;
    overflow: visible;
    margin: 0;
  }
  .preview_slider.slick-slider .slick-list > div {
    height: 100%;
    width: 100% !important;
  }
  .preview_slider.slick-slider .item {
    height: 210px;
    width: 100% !important;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .product_images {
    padding-bottom: 30px;
  }
  .preview_slider.slick-slider {
    display: none;
  }
  .description {
    margin-bottom: 40px;
  }
  .description .buttons {
    text-align: center;
  }
  .similar_products {
    padding-bottom: 20px;
  }
}

/* end production styles */
/* start exclusive_block styles */
#exclusive_block {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8EAEB), color-stop(50.95%, #F5F5F8), color-stop(67.71%, #FDFDFD), color-stop(82.88%, #FBFBFB), to(#E6E7EA));
  background: linear-gradient(180deg, #E8EAEB 0%, #F5F5F8 50.95%, #FDFDFD 67.71%, #FBFBFB 82.88%, #E6E7EA 100%);
}

#exclusive_block .page_width {
  padding-top: 100px;
  padding-bottom: 100px;
}

#exclusive_block .page_width::after {
  content: '';
  position: absolute;
  width: 509px;
  height: 530px;
  left: 50%;
  margin-left: -748px;
  bottom: 73px;
  background: url(/bitrix/templates/stellar/images/branch.png) no-repeat center/contain;
}

.exclusive_container {
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.exclusive_container::before {
  content: '';
  position: absolute;
  width: 76.47059%;
  height: 483px;
  right: 20px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #A3E419), to(#83BB0D));
  background: linear-gradient(180deg, #A3E419 15.1%, #83BB0D 100%);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 19, 19, 0.25);
          box-shadow: 0px 20px 40px rgba(0, 19, 19, 0.25);
}

.exclusive_container .image {
  float: right;
  position: relative;
  margin-right: 6.55%;
  width: 40.19608%;
  height: 490px;
  z-index: 1;
}

.exclusive_container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.exclusive_container .text {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 43, 43, 0.55);
          box-shadow: 20px 20px 50px rgba(0, 43, 43, 0.55);
  min-height: 410px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45.09804%;
  padding: 60px 10% 40px 3.9%;
  margin: 40px 0 40px 17%;
}

.exclusive_container .text h4 {
  padding-bottom: 20px;
  border-bottom: 2px solid #E1E7EB;
  display: inline-block;
}

.exclusive_container .text ul {
  margin-bottom: 15px;
}

.exclusive_container .text .button:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 1550px) {
  #exclusive_block .page_width::after {
    margin-left: -770px;
  }
  .exclusive_container::before {
    width: 85%;
  }
  .exclusive_container .text {
    width: 50%;
    margin: 40px 0 40px 8%;
  }
}

@media screen and (max-width: 1280px) {
  #exclusive_block .page_width::after {
    margin-left: -670px;
  }
  .exclusive_container {
    padding-bottom: 50px;
  }
  .exclusive_container::before {
    width: 85%;
    height: 396px;
  }
  .exclusive_container .text {
    width: 60%;
    margin: 20px 0 20px 5%;
    padding: 40px 15% 20px 40px;
    min-height: 342px;
  }
  .exclusive_container .image {
    margin-right: 4%;
    width: 45%;
    height: 382px;
  }
}

@media screen and (max-width: 1030px) {
  #exclusive_block .page_width {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #exclusive_block .page_width::after {
    display: none;
  }
  .exclusive_container .image {
    width: 50%;
  }
  .exclusive_container .text {
    margin: 20px 0 20px 0%;
  }
  .exclusive_container .text .button:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 900px) {
  .exclusive_container .text {
    padding-left: 20px;
  }
}

@media screen and (max-width: 800px) {
  .exclusive_container {
    padding-bottom: 0;
  }
  .exclusive_container::before, .exclusive_container .image {
    display: none;
  }
  .exclusive_container .text {
    width: auto;
    margin: 0;
    padding: 30px 20px 10px;
    min-height: auto;
  }
  .exclusive_container .text .button:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 600px) {
  #exclusive_block .page_width {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* end exclusive_block styles */
/* start advantages styles */
#advantages {
  overflow: hidden;
}

#advantages .page_width {
  padding-top: 100px;
  padding-bottom: 70px;
}

#advantages h2 {
  margin-bottom: 40px;
}

#advantages .image {
  float: left;
}

.content + #advantages .page_width {
  padding-top: 0px;
}

.advantages_container {
  margin-left: 50.98039%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages_container .item {
  width: calc(33.33% - 20px);
  margin: 0 0 30px 0;
  height: 220px;
  padding: 40px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
          box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
  border-radius: 5px;
}

.advantages_container .item .icon {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages_container .item .icon img {
  max-height: 100%;
}

.advantages_container .item h6 {
  font-weight: 400;
}

.advantages_container .item h6 strong {
  font-weight: 600;
  display: block;
}

@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 4px #A3E419;
            box-shadow: 0 0 0 4px #A3E419;
  }
  90% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    -webkit-box-shadow: 0 0 0 1px #A3E419;
            box-shadow: 0 0 0 1px #A3E419;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-box-shadow: 0 0 0 1px #A3E419;
            box-shadow: 0 0 0 1px #A3E419;
    opacity: 0;
  }
}

@keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 4px #A3E419;
            box-shadow: 0 0 0 4px #A3E419;
  }
  90% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    -webkit-box-shadow: 0 0 0 1px #A3E419;
            box-shadow: 0 0 0 1px #A3E419;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-box-shadow: 0 0 0 1px #A3E419;
            box-shadow: 0 0 0 1px #A3E419;
    opacity: 0;
  }
}

.video_play {
  position: relative;
  width: 44.44444%;
  height: 470px;
}

.video_play img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_play a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_play a::before, .video_play a::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -70px;
  opacity: 0.7;
  -webkit-box-shadow: 0 0 0 5px #A3E419;
          box-shadow: 0 0 0 5px #A3E419;
  border-radius: 50%;
  -webkit-animation: pulse1 2s ease-in-out infinite;
          animation: pulse1 2s ease-in-out infinite;
}

.video_play a::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.video_play a b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -70px;
  width: 140px;
  height: 140px;
  background: url(/bitrix/templates/stellar/images/icon_play.svg), -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #ADFF00), to(#356600));
  background: url(/bitrix/templates/stellar/images/icon_play.svg), linear-gradient(180deg, #ADFF00 15.1%, #356600 100%);
  background-position: 55% center, center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 19, 19, 0.25);
          box-shadow: 0px 20px 40px rgba(0, 19, 19, 0.25);
  border-radius: 50%;
  color: transparent;
  z-index: 1;
}

@media screen and (max-width: 1450px) {
  .video_play {
    position: relative;
    width: 44%;
    height: 450px;
  }
  .advantages_container {
    margin-left: 45.5%;
  }
  .advantages_container .item {
    width: calc(33.33% - 10px);
    margin: 0 0 20px 0;
    height: 215px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 1100px) {
  #advantages .image {
    float: none;
    max-width: 715px;
    width: auto;
    margin: 0 auto 40px;
  }
  .advantages_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 715px;
    width: auto;
  }
}

@media screen and (max-width: 1030px) {
  #advantages .page_width {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  #advantages .page_width {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #advantages .image {
    margin-bottom: 30px;
  }
  .advantages_container {
    margin-bottom: 20px;
  }
  .advantages_container .item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}

/* end advantages styles */
/* start partners styles */
#partners {
  overflow: hidden;
}

#partners h2 {
  margin-bottom: 40px;
}

.partners_slider {
  margin-bottom: 100px;
}

.partners_slider .slick-arrow {
  margin-top: -20px;
}

.partners_slider .item {
  width: calc(33.33% - 20px);
  margin: 0 15px;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners_slider .item img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1030px) {
  .partners_slider {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 600px) {
  .partners_slider {
    margin-bottom: 60px;
  }
  .partners_slider .slick-list {
    margin: 0 20px;
  }
}

/* end partners styles */
/* start about styles */
#about {
  overflow: hidden;
}

#about .page_width {
  padding-bottom: 100px;
}

#about .image {
  float: right;
  margin-top: 80px;
}

#about .about_image {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #00E3C8), to(#0AC5AA));
  background: linear-gradient(180deg, #00E3C8 15.1%, #0AC5AA 100%);
  height: 460px;
  width: 43.79085%;
}

#about .about_image .shift {
  position: relative;
  width: 100%;
  height: 100%;
  top: -60px;
  left: -60px;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 60px rgba(4, 29, 47, 0.6);
          box-shadow: 0px 20px 60px rgba(4, 29, 47, 0.6);
}

#about .about_image .shift img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .about_image .inscription {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 381px;
  margin: -190px 0 0 -190px;
  background: url(/bitrix/templates/stellar/images/inscription.svg) no-repeat center/contain;
  text-indent: -10000px;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}

#about .text {
  margin-top: 104px;
  max-width: 46%;
}

#about .sections {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding-right: 6px;
  position: relative;
  max-width: 610px;
}

#about .sections::before {
  content: '';
  position: absolute;
  width: 206px;
  height: 126px;
  top: 45px;
  left: 0;
  background: url(/bitrix/templates/stellar/images/decor.png) no-repeat center/contain;
}

#about .sections a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 8px;
  position: relative;
}

#about .sections a:hover {
  text-decoration: none;
  border-color: #000037;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 1100px) {
  #about .image {
    float: none;
    max-width: 635px;
    width: auto;
    margin: 80px auto 40px;
    left: 30px;
  }
  #about .image .shift {
    width: calc(100% + 55px);
    left: -80px;
  }
  #about .text {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: auto;
    margin-top: 0;
  }
  #about .sections {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1030px) {
  #about .page_width {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 800px) {
  #about .about_image {
    background: none;
    left: auto;
    margin-top: 40px;
    height: 360px;
  }
  #about .about_image .shift {
    left: auto;
    top: auto;
    width: 100%;
  }
  #about .about_image .inscription {
    width: 280px;
    height: 281px;
    margin: -140px 0 0 -140px;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 600px) {
  #about .page_width {
    padding-bottom: 60px;
  }
  #about .about_image {
    height: 260px;
  }
  #about .about_image .inscription {
    width: 180px;
    height: 181px;
    margin: -90px 0 0 -90px;
  }
  #about .sections {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  #about .sections::before {
    display: none;
  }
  #about .sections a {
    width: 40%;
    margin-right: 10%;
  }
}

@media screen and (max-width: 450px) {
  #about .about_image {
    height: 190px;
  }
  #about .about_image .inscription {
    width: 166px;
    height: 166px;
    margin: -83px 0 0 -83px;
  }
}

/* end about styles */
/* start forms styles */
#main_form {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8EAEB), color-stop(50.95%, #F5F5F8), color-stop(67.71%, #FDFDFD), color-stop(82.88%, #FBFBFB), to(#E6E7EA));
  background: linear-gradient(180deg, #E8EAEB 0%, #F5F5F8 50.95%, #FDFDFD 67.71%, #FBFBFB 82.88%, #E6E7EA 100%);
}

#main_form .page_width {
  padding-top: 100px;
  padding-bottom: 180px;
}

#main_form h2 + p {
  margin-bottom: 68px;
  font-size: 14px;
  line-height: 20px;
}

#main_form .dsz {
  width: 410px;
  font-size: 43px;
  line-height: 38px;
  float: left;
  margin-right: -200px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #CFDCE4;
  position: relative;
  top: 223px;
  margin-left: -97px;
}

#main_form .dsz strong {
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-size: 51px;
  line-height: 37px;
  font-weight: 700;
}

#main_form .form_block {
  margin-left: 213px;
  max-width: 1170px;
  position: relative;
}

#main_form .form_block::before {
  content: '';
  position: absolute;
  bottom: -108px;
  right: -80px;
  width: 100%;
  height: 483px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.1%, #0DA9B6), to(#00818E));
  background: linear-gradient(180deg, #0DA9B6 15.1%, #00818E 100%);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 19, 19, 0.25);
          box-shadow: 0px 20px 40px rgba(0, 19, 19, 0.25);
}

#main_form .form_block .image {
  position: relative;
  height: 500px;
  width: 52.5641%;
  float: right;
  margin-top: -28px;
  -webkit-filter: drop-shadow(0px 20px 60px rgba(0, 43, 43, 0.7));
          filter: drop-shadow(0px 20px 60px rgba(0, 43, 43, 0.7));
  z-index: 1;
}

#main_form .form_block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main_form .form_block form {
  max-width: 690px;
  padding: 40px 195px 20px 40px;
  position: relative;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 43, 43, 0.55);
          box-shadow: 20px 20px 50px rgba(0, 43, 43, 0.55);
  background-color: #fff;
}

.form_block form {
  margin-bottom: 28px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_block .rf .input_text {
  margin: 0 0px 15px;
  position: relative;
}

.form_block .rf .input_text label, .form_block .rf .textarea label {
  display: block;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #ABB8C0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: text;
}

.form_block .rf .input_text label .green, .form_block .rf .textarea label .green {
  color: #A3E419;
}

.form_block .rf .input_text input[type="text"]:focus + label,
.form_block .rf .input_text input[type="text"].filled_field + label,
.form_block .rf .input_text textarea:focus + label,
.form_block .rf .input_text textarea.filled_field + label, .form_block .rf .textarea input[type="text"]:focus + label,
.form_block .rf .textarea input[type="text"].filled_field + label,
.form_block .rf .textarea textarea:focus + label,
.form_block .rf .textarea textarea.filled_field + label {
  font-size: 10px;
  line-height: 10px;
  top: 5px;
}

.form_block .rf .input_text input[type="text"]:focus + label input, .form_block .rf .input_text input[type="text"]:focus + label textarea,
.form_block .rf .input_text input[type="text"].filled_field + label input,
.form_block .rf .input_text input[type="text"].filled_field + label textarea,
.form_block .rf .input_text textarea:focus + label input,
.form_block .rf .input_text textarea:focus + label textarea,
.form_block .rf .input_text textarea.filled_field + label input,
.form_block .rf .input_text textarea.filled_field + label textarea, .form_block .rf .textarea input[type="text"]:focus + label input, .form_block .rf .textarea input[type="text"]:focus + label textarea,
.form_block .rf .textarea input[type="text"].filled_field + label input,
.form_block .rf .textarea input[type="text"].filled_field + label textarea,
.form_block .rf .textarea textarea:focus + label input,
.form_block .rf .textarea textarea:focus + label textarea,
.form_block .rf .textarea textarea.filled_field + label input,
.form_block .rf .textarea textarea.filled_field + label textarea {
  border-color: #0e2a53;
}

.form_block .rf .textarea {
  position: relative;
  margin-bottom: 10px;
}

.form_block .rf input[type="text"], .form_block .rf textarea {
  padding: 15px 20px 5px 20px;
  height: 50px;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border: 1px solid #ABB8C0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #000037;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  z-index: 1;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.form_block .rf input[type="text"]::-webkit-input-placeholder, .form_block .rf textarea::-webkit-input-placeholder {
  opacity: 0;
  color: #333333;
}

.form_block .rf input[type="text"]::-moz-placeholder, .form_block .rf textarea::-moz-placeholder {
  opacity: 0;
  color: #333;
}

.form_block .rf input[type="text"]:-moz-placeholder, .form_block .rf textarea:-moz-placeholder {
  opacity: 0;
  color: #333;
}

.form_block .rf input[type="text"]:-ms-input-placeholder, .form_block .rf textarea:-ms-input-placeholder {
  opacity: 0;
  color: #333;
}

.form_block .rf input[type="text"]:active, .form_block .rf input[type="text"]:focus, .form_block .rf textarea:active, .form_block .rf textarea:focus {
  background-color: #fff;
}

.form_block .rf textarea {
  line-height: 18px;
  resize: none;
}

.form_block .gUniForm input[type="text"] {
  padding: 15px 20px 5px 20px;
}

.form_block .input_file {
  vertical-align: top;
  position: relative;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.form_block .input_file label.file + div {
  color: #ABB8C0;
  display: inline-block;
  vertical-align: baseline;
}

.form_block .gUniForm .input_file {
  margin-top: -5px;
}

.form_block input[type="file"] {
  position: absolute;
  z-index: 0;
  opacity: 0;
  width: 160px;
}

.form_block input[type="file"] + label {
  position: relative;
  z-index: 2;
  font-weight: 500;
  height: 40px;
  line-height: 38px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.form_block input[type="file"] + label::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(/bitrix/templates/stellar/images/clip.svg) no-repeat center top;
}

.form_block input[type="file"] + label::after {
  display: none;
}

.form_block .input_personal_info {
  position: relative;
  float: left;
}

.form_block .checkbox {
  position: relative;
}

.form_block input[type="radio"], .form_block input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-bottom: 0;
  opacity: 0;
  margin-left: -20px;
  position: absolute;
  margin-right: 0;
}

.form_block input[type="checkbox"]:not(checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  clear: both;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form_block input[type="checkbox"]:not(checked) + label:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  position: absolute;
  left: 0px;
  top: 3px;
}

.form_block input[type="checkbox"]:not(checked) + label:after {
  content: '';
  width: 10px;
  height: 5px;
  position: absolute;
  left: 1px;
  top: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-left: 2px solid #000037;
  border-bottom: 2px solid #000037;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form_block input[type="checkbox"]:not(checked) + label:hover {
  opacity: 0.8;
}

.form_block input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.form_block .gUniForm input[type="checkbox"] + label, .form_block .gUniForm input[type="radio"] + label {
  margin-right: 0px;
}

.form_block .gUniForm input[type="checkbox"]:not(checked) + label, .form_block .gUniForm input[type="radio"]:not(checked) + label {
  padding-left: 25px;
}

.form_block a {
  color: #000037;
  text-decoration: underline;
}

.form_block a:hover {
  text-decoration: none;
}

.form_block .input_personal_info {
  margin-right: 15px;
  float: left;
  max-width: 250px;
}

.form_block .input_personal_info input[type=checkbox]:not(checked) + label:before {
  width: 14px;
  height: 14px;
  top: 0px;
  border-radius: 2px;
}

.form_block .gUniForm .uformTools {
  margin-top: -5px;
  min-width: 150px;
}

.form_block .gUniForm .uFormButton {
  float: none;
  width: auto;
  margin-top: 0;
}

.form_block .gUniForm .uFormButton:last-child, .form_block .gUniForm .uFormButton:first-child {
  padding-left: 0;
  padding-right: 0;
}

.form_block .gUniForm .uFormSubmit, .form_block .gUniForm .uFormReset {
  font-size: 16px;
  line-height: 20px;
  border-radius: 5px;
  height: 44px;
}

.form_block .gUniForm .uFormSubmit:active, .form_block .gUniForm .uFormReset:active {
  top: 0;
}

.form_block .buttons {
  text-align: right;
  margin-top: -5px;
}

.form_block button[type="submit"], .form_block button[type="reset"], .form_block .gUniForm .uFormSubmit, .form_block .gUniFormSuccessButton, .form_block .button {
  width: 142px;
}

@media screen and (max-width: 1500px) {
  #main_form .dsz {
    margin-left: -149px;
  }
  #main_form .form_block {
    margin-left: 120px;
  }
  #main_form .form_block::before {
    bottom: -90px;
    right: -35px;
    width: 95%;
  }
  #main_form .form_block form {
    max-width: 650px;
  }
}

@media screen and (max-width: 1200px) {
  #main_form .dsz {
    display: none;
  }
  #main_form .form_block {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1030px) {
  #main_form .page_width {
    padding-top: 80px;
    padding-bottom: 130px;
  }
  #main_form h2 + p {
    margin-bottom: 40px;
  }
  #main_form .image {
    display: none;
  }
  #main_form .form_block::before {
    bottom: -50px;
    right: 0px;
    width: calc(100% - 80px);
    height: calc(100% - 20px);
  }
  #main_form .form_block form {
    width: calc(100% - 80px);
    max-width: 835px;
    padding-left: 170px;
    padding-right: 170px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 900px) {
  #main_form .form_block form {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 600px) {
  #main_form .page_width {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #main_form h2 + p {
    margin-bottom: 30px;
  }
  #main_form .form_block::before {
    display: none;
  }
  #main_form .form_block form {
    width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 43, 43, 0.2);
            box-shadow: 10px 10px 30px rgba(0, 43, 43, 0.2);
  }
  #main_form .form_block .gUniForm .uformTools {
    clear: left;
    padding-top: 20px;
  }
  #main_form .form_block .gUniForm .uformTools .buttons {
    text-align: center;
  }
}

/* end forms styles */
/* start footer styles */
#pre_foo {
  display: table-row;
  height: 100%;
}

footer {
  width: 100%;
  position: relative;
  z-index: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  background: url(/bitrix/templates/stellar/images/bg_footer123.jpg), -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #1B537D), to(#0E2A53));
  background: url(/bitrix/templates/stellar/images/bg_footer123.jpg), linear-gradient(180deg, #1B537D 23.96%, #0E2A53 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

footer .page_width {
  padding-top: 80px;
  padding-bottom: 45px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .foo_left {
  width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
}

footer #foo_logo {
  position: relative;
  margin-top: -20px;
  margin-bottom: 42px;
}

footer #foo_logo img {
  width: 81px;
  vertical-align: bottom;
  margin-right: 2px;
}

footer #foo_logo a:hover {
  text-decoration: none;
}

footer #foo_logo .sub_logo {
  display: inline-block;
  width: 145px;
  vertical-align: bottom;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: -3px;
}

footer #foo_logo .sub_logo strong {
  display: block;
  letter-spacing: 3px;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  color: transparent;
  text-shadow: 0 0 0px rgba(255, 255, 255, 0);
  background: url(/bitrix/templates/stellar/images/logo_sub_white.svg) no-repeat left center/142px auto;
}

footer .foo_right {
  width: 256px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: right;
}

footer .foo_menu {
  margin: 0 19.8% 0 21.1%;
}

footer .foo_menu h5 {
  margin-bottom: 28px;
}

footer .foo_menu > ul {
  -webkit-columns: 4;
          columns: 4;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

footer .foo_menu > ul > li {
  margin-bottom: 40px;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0 0 0px rgba(255, 255, 255, 0);
}

footer .foo_menu > ul ul {
  padding-top: 10px;
  padding-bottom: 1px;
}

footer .foo_menu > ul ul li {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

footer .foo_text a {
  text-decoration: underline;
}

footer .foo_text a:hover {
  text-decoration: none;
}

footer .foo_text p {
  margin-bottom: 40px;
}

footer .h6 {
  color: #fff;
  margin-bottom: 8px;
}

footer .foo_bottom {
  border-top: 1px solid #fff;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .contacts .item {
  margin-bottom: 31px;
}

footer .contacts .tel, footer .contacts .email {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  text-shadow: 0 0 0px rgba(255, 255, 255, 0);
}

footer .contacts .place {
  top: 2px;
  line-height: 26px;
}

footer .contacts .place::before {
  top: 12px;
}

footer .contacts .order_coll {
  display: inline-block;
  margin-top: 8px;
  margin-left: 36px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

footer .contacts .order_coll:hover {
  text-decoration: none;
}

footer #copy {
  max-width: 300px;
  margin-bottom: 40px;
}

footer .social {
  margin-left: -35px;
}

footer .social * {
  margin: 0 9px 0 0;
}

.cont {
  margin-right: 15px;
}

.cont a, .cont p.address {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  min-height: 25px;
}

.cont a:before, .cont p.address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  -webkit-filter: brightness(0.5) contrast(300%) invert(1);
          filter: brightness(0.5) contrast(300%) invert(1);
  background: no-repeat left top;
}

.cont a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}

.cont a.btn_call {
  letter-spacing: 0.3px;
  color: #000037;
  border-bottom: 1px dashed #000037;
  margin-left: 50px;
  font-weight: 300;
  padding-left: 0;
}

.cont a.btn_call::before {
  display: none;
}

.cont a.tel::before {
  background-image: url(/bitrix/templates/stellar/images/icon_tel.png);
}

.cont a.email::before {
  background-image: url(/bitrix/templates/stellar/images/icon_email.svg);
}

.cont p.address::before {
  background-image: url(/bitrix/templates/stellar/images/icon_address.svg);
}

@media screen and (max-width: 1550px) {
  footer .foo_menu > ul {
    -webkit-column-gap: 25px;
            column-gap: 25px;
    -webkit-columns: 3;
            columns: 3;
  }
  footer .foo_menu > ul > li {
    margin-bottom: 45px;
  }
  footer .foo_menu > ul > li:nth-last-child(1), footer .foo_menu > ul > li:nth-last-child(2), footer .foo_menu > ul > li:nth-last-child(3) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1300px) {
  footer .page_width {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  footer .foo_right {
    width: 270px;
  }
}

@media screen and (max-width: 1200px) {
  footer .foo_menu {
    margin: 0 25% 0 27%;
  }
  footer .foo_menu > ul {
    -webkit-column-gap: 30px;
            column-gap: 30px;
    -webkit-columns: 2;
            columns: 2;
  }
  footer .foo_menu > ul > li {
    margin-bottom: 15px;
  }
  footer .foo_menu > ul > li:nth-last-child(1), footer .foo_menu > ul > li:nth-last-child(2), footer .foo_menu > ul > li:nth-last-child(3) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1030px) {
  footer .page_width {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .contacts .item {
    margin-bottom: 45px;
  }
  footer .contacts .tel, footer .contacts .email {
    font-size: 16px;
    line-height: 20px;
  }
  footer .contacts .order_coll {
    margin-left: 20px;
  }
  footer .foo_menu > ul {
    -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-columns: 1;
            columns: 1;
  }
  footer .foo_menu > ul > li > ul {
    display: none;
  }
  footer .foo_menu > ul > li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  footer .foo_menu > ul > li:nth-last-child(1), footer .foo_menu > ul > li:nth-last-child(2), footer .foo_menu > ul > li:nth-last-child(3) {
    margin-bottom: 20px;
  }
  footer .foo_menu .submenu > a {
    display: inline-block;
    position: relative;
  }
  footer .foo_menu .submenu > a::after {
    content: '';
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    border-left: 2px solid #1FCEF7;
    border-bottom: 2px solid #1FCEF7;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  footer .foo_menu .submenu.show > a::after {
    margin-top: -1px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  footer .foo_left {
    width: 215px;
  }
  footer .foo_right {
    width: 240px;
  }
}

@media screen and (max-width: 800px) {
  footer .foo_menu {
    margin: 0 260px 0 235px;
  }
  footer .foo_menu li {
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  footer .foo_menu {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  footer .page_width {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .foo_left {
    margin-bottom: 30px;
    float: none;
    width: auto;
  }
  footer .foo_right {
    float: none;
    width: auto;
    margin-left: 35px;
  }
  footer #foo_logo {
    margin: 0 auto 30px;
  }
  footer .foo_text p {
    margin-bottom: 30px;
  }
  footer .contacts .item {
    margin-bottom: 31px;
  }
  footer .contacts a {
    margin-bottom: 20px;
  }
  footer .contacts .tel {
    margin-right: 30px;
  }
  footer .contacts .social {
    padding-top: 0px;
    margin-bottom: 0;
  }
  footer #copy {
    max-width: none;
    margin-bottom: 30px;
  }
}

/* end footer styles */
.title {
  padding-top: 20px;
  padding-bottom: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title .breadcrumbs {
  font-size: 12px;
  line-height: 15px;
}

.title .breadcrumbs ul li {
  display: inline-block;
}

.title .breadcrumbs ul li::after {
  content: "/";
  margin-left: 3px;
}

.title .breadcrumbs .active {
  color: #8eb2cb;
}

.title .breadcrumbs .active::after {
  display: none;
}

.title h1 {
  margin-top: 20px;
}

.title .all_link {
  margin-top: 31px;
}

.gray_bg {
  background-color: #EBEEF0;
}

@media screen and (max-width: 1030px) {
  .title {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .title h1 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 450px) {
  .title {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .title h1 {
    margin-top: 5px;
  }
}

.content .page_width {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content .page_width h2 {
  margin-bottom: 40px;
}

main.content .page_width {
  padding-bottom: 0px;
}

main.content .text {
  margin-bottom: 100px;
}

@media screen and (max-width: 1030px) {
  .content .page_width {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content .page_width h2 {
    margin-bottom: 30px;
  }
  main.content .text {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 600px) {
  .content .page_width {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content .page_width h2 {
    margin-bottom: 20px;
  }
  main.content .text {
    margin-bottom: 60px;
  }
}

.title + .content .page_width, .secondary_menu + .content .page_width, #partners + .content .page_width {
  padding-top: 0px;
}

.product_tipes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.product_tipes .tipes_item {
  width: calc(50% - 30px);
  height: 450px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_tipes .tipes_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product_tipes .tipes_item a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.product_tipes .tipes_item span:first-child {
  line-height: 25px;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_tipes .tipes_item .more {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.product_tipes .tipes_item:hover, .product_tipes .tipes_item.active {
  -webkit-box-shadow: 20px 20px 20px rgba(0, 43, 43, 0.1);
          box-shadow: 20px 20px 20px rgba(0, 43, 43, 0.1);
}

.product_tipes .tipes_item:hover span, .product_tipes .tipes_item.active span {
  color: #FFF;
}

.product_tipes .tipes_item:hover .more, .product_tipes .tipes_item.active .more {
  opacity: 1;
  bottom: 40%;
}

.product_tipes .tipes_item:hover::before, .product_tipes .tipes_item.active::before {
  opacity: 1;
}

.product_tipes .jar {
  background: url(/bitrix/templates/stellar/images/jar.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product_tipes .jar::before {
  background-image: url(/bitrix/templates/stellar/images/jar_green.jpg), -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #1B537D), to(#0E2A53));
  background-image: url(/bitrix/templates/stellar/images/jar_green.jpg), linear-gradient(180deg, #1B537D 23.96%, #0E2A53 100%);
}

.product_tipes .bottle {
  background: url(/bitrix/templates/stellar/images/bottle.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product_tipes .bottle::before {
  background-image: url(/bitrix/templates/stellar/images/bottle_green.jpg);
}

.text h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .product_tipes .tipes_item {
    height: 360px;
  }
  .product_tipes .tipes_item:hover .more {
    bottom: calc(40% - 30px);
  }
}

@media screen and (max-width: 1030px) {
  .title h1 {
    margin-top: 10px;
  }
  .product_tipes .tipes_item {
    height: 282px;
    width: calc(50% - 20px);
  }
  .product_tipes .tipes_item span:first-child {
    font-size: 18px;
  }
  .product_tipes .tipes_item .more {
    font-size: 16px;
  }
  .text h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 666px) {
  .product_tipes .tipes_item {
    width: calc(50% - 5px);
  }
  .product_tipes .tipes_item span:first-child {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 600px) {
  .title h1 {
    margin-top: 5px;
  }
  .product_tipes {
    margin-top: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_tipes .tipes_item {
    width: 100%;
    margin-bottom: 10px;
    height: 200px;
  }
  .text h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 420px) {
  .product_tipes .tipes_item {
    height: 180px;
  }
}

/*Start information styles*/
.text_and_img h2 {
  margin-bottom: 40px;
}

.text_and_img .text_img_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.text_and_img .text_img_item .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  padding: 0px 80px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  margin-bottom: 100px;
}

.text_and_img .text_img_item .text .button {
  margin-top: 10px;
}

.text_and_img .text_img_item .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  width: calc(50% - 30px);
  height: 480px;
  -webkit-box-shadow: 0px 20px 60px rgba(4, 29, 47, 0.6);
          box-shadow: 0px 20px 60px rgba(4, 29, 47, 0.6);
  margin-bottom: 100px;
}

.text_and_img .text_img_item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.text_and_img .text_img_item .right {
  padding: 0px 0px 0 80px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 1030px) {
  .text_and_img .text_img_item .text {
    padding: 0px 20px 0 0;
    margin-bottom: 80px;
  }
  .text_and_img .text_img_item .text .button {
    margin-top: 40px;
  }
  .text_and_img .text_img_item .image {
    width: calc(50% - 20px);
    height: 301px;
    margin-bottom: 80px;
  }
  .text_and_img .text_img_item .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0px 0px 0 48px;
  }
}

@media screen and (max-width: 730px) {
  .text_and_img h2 {
    margin-bottom: 30px;
  }
  .text_and_img .text_img_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text_and_img .text_img_item .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0px 0px 0 0;
  }
  .text_and_img .text_img_item .text .button {
    margin-top: 30px;
  }
  .text_and_img .text_img_item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 310px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(4, 29, 47, 0.3);
            box-shadow: 0px 10px 30px rgba(4, 29, 47, 0.3);
  }
  .text_and_img .text_img_item .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0px 0px 0 0px;
  }
  .button_center {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .text_and_img .text_img_item .image {
    height: 190px;
    margin-bottom: 60px;
  }
  .text_and_img .text_img_item .text {
    margin-bottom: 60px;
  }
}

/*End information styles*/
/*start secondary menu*/
.secondary_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid #8DB2CB;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 43, 43, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 43, 43, 0.1);
  margin-bottom: 60px;
}

.secondary_menu li {
  display: inline-block;
  padding: 20px 30px;
  font-size: 18px;
}

.secondary_menu li a:hover {
  text-decoration: none;
}

.secondary_menu .active {
  border-bottom: 2px solid #000037;
  font-weight: 700;
}

@media screen and (max-width: 1030px) {
  .secondary_menu li {
    font-size: 16px;
    padding: 20px 0px;
    margin: 0 30px;
  }
}

@media screen and (max-width: 640px) {
  .secondary_menu li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 510px) {
  .secondary_menu {
    text-align: left;
    padding-top: 20px;
  }
  .secondary_menu li {
    font-size: 14px;
    padding: 8px 0px;
    margin: 0px 15px 20px 0px;
  }
}

/*end secondary menu*/
/*start galery*/
.galery {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 90px;
}

.galery:not(.galery_slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 0px;
}

.galery:not(.galery_slider):last-child {
  margin-bottom: -40px;
}

.galery:not(.galery_slider) .item {
  width: calc(33% - 30px);
}

.galery.galery_slider .item {
  margin-bottom: 0;
}

.galery .item {
  overflow: hidden;
  height: 330px;
  border-radius: 5px;
  position: relative;
  margin: 0 15px 30px;
  background-color: #00292C;
}

.galery .item img {
  position: relative;
  opacity: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.galery .item:hover img, .galery .item.active img {
  opacity: 100%;
}

.galery.serteficats_page .item {
  width: calc(25% - 30px);
  height: 490px;
}

@media screen and (max-width: 1030px) {
  .galery {
    margin-bottom: 70px;
  }
  .galery:not(.galery_slider) {
    margin: 0 -10px 0px;
  }
  .galery:not(.galery_slider) .item {
    width: calc(50% - 20px);
  }
  .galery .item {
    height: 317px;
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 600px) {
  .galery {
    margin-bottom: 50px;
  }
  .galery:not(.galery_slider) {
    margin: 0 0px 0px;
  }
  .galery:not(.galery_slider) .item {
    width: 100%;
  }
  .galery.galery_slider .slick-prev {
    left: 10px;
    margin-top: -20px;
  }
  .galery.galery_slider .slick-next {
    right: 10px;
    margin-top: -20px;
  }
  .galery .item {
    height: 202px;
    margin: 0 0px 10px;
  }
}

/*end galery*/
/*start about factory*/
.serteficats {
  position: relative;
  z-index: 1;
}

.serteficats:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 100px;
}

.serteficats.slick-slider {
  margin-bottom: -15px;
  overflow: hidden;
  display: block;
  padding-bottom: 60px;
  margin-top: -30px;
}

.serteficats.slick-slider .item {
  opacity: 0;
  margin-bottom: 55px;
  margin-top: 40px;
}

.serteficats.slick-slider .item.slick-active {
  opacity: 1;
}

.serteficats .slick-list {
  overflow: visible;
}

.serteficats .item {
  width: calc(33% - 30px);
  margin: 0 15px;
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
          box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
  border-radius: 5px;
}

.serteficats .item img {
  display: inline-block;
  margin: 0 20px;
}

.serteficats .item p {
  margin-top: 42px;
  padding: 0 75px;
}

.block_about {
  position: relative;
  padding-bottom: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block_about .image {
  position: absolute;
  width: 100%;
  height: 757px;
  left: 0;
  top: -60px;
  text-align: right;
  overflow: hidden;
}

.block_about .image img {
  height: 100%;
  width: 100%;
  margin-left: -50%;
}

.block_about h2 {
  margin-bottom: 152px;
}

.block_about .text {
  width: 50%;
  margin-right: 50%;
  margin-bottom: 0 !important;
}

.block_about .text .button {
  margin-top: 60px;
}

.block_about + .page_width {
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .block_about {
    padding-bottom: 150px;
  }
  .block_about .image {
    height: 660px;
  }
}

@media screen and (max-width: 1230px) {
  .block_about {
    padding-bottom: 100px;
  }
  .block_about .image {
    height: 600px;
  }
  .block_about h2 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1030px) {
  .block_about {
    padding-bottom: 80px;
  }
  .block_about .image {
    height: 403px;
    top: 0;
    bottom: 0;
  }
  .block_about h2 {
    margin-bottom: 40px;
  }
  .block_about .text .button {
    margin-top: 40px;
  }
  .serteficats {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 650px) {
  .block_about {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .block_about .image {
    display: none;
  }
  .block_about h2 {
    margin-bottom: 20px;
  }
  .block_about .text {
    width: 100%;
  }
  .block_about .text .button {
    margin-top: 40px;
  }
}

.serteficats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 60px;
  position: relative;
  z-index: 2;
}

.serteficats .item {
  width: calc(33% - 30px);
  margin: 0 15px;
  padding: 30px 0;
  text-align: center;
  -webkit-box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
          box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
  border-radius: 5px;
}

.serteficats .item img {
  display: inline-block;
  margin: 0 20px;
}

.serteficats .item p {
  margin-top: 42px;
  padding: 0 75px;
}

@media screen and (max-width: 1330px) {
  .serteficats {
    margin: 0 -10px 100px;
  }
  .serteficats .item {
    width: calc(33% - 10px);
    margin: 0 10px;
    padding: 30px 0;
    -webkit-box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
            box-shadow: 15px 15px 40px rgba(0, 43, 43, 0.2);
    border-radius: 5px;
  }
  .serteficats .item img {
    width: 120px;
    margin: 0 20px;
  }
  .serteficats .item p {
    padding: 0 30px;
  }
}

@media screen and (max-width: 600px) {
  .serteficats {
    margin: 0 0px 30px;
    padding: 0 60px;
  }
}

.more_text,
.hide_text {
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.more_text:hover,
.hide_text:hover {
  text-decoration: none;
}

.more_text.hide {
  display: none;
}

/*end about factory*/
/*start vacansis*/
.open_vacansis .container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 43, 43, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 43, 43, 0.1);
  border-radius: 5px;
}

.open_vacansis .container h4 {
  margin-bottom: 0px;
  padding: 39px 60px;
  cursor: pointer;
}

.open_vacansis .container h4::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #E1E7EB;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.open_vacansis .container h4:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 69px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-left: 3px solid #000037;
  border-bottom: 3px solid #000037;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.open_vacansis .container .open_block {
  margin-top: -19px;
  display: none;
  padding: 20px 20px 30px;
  padding: 0 80px 39px;
}

.open_vacansis .container .open_block h5 {
  margin-bottom: 10px;
}

.open_vacansis .container .open_block p {
  margin-bottom: 20px;
}

.open_vacansis .container .open_block .button {
  margin-top: 20px;
}

.open_vacansis .container.active h4::before {
  background-color: #000037;
}

.open_vacansis .container.active h4::after {
  border-color: #E1E7EB;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  margin-top: -3px;
}

@media screen and (max-width: 1030px) {
  .open_vacansis .container h4 {
    font-size: 16px;
    padding: 20px 30px;
    padding-right: 70px;
  }
  .open_vacansis .container h4::before {
    right: 30px;
  }
  .open_vacansis .container h4::after {
    right: 39px;
  }
  .open_vacansis .container .open_block {
    padding: 20px 40px 30px;
  }
}

@media screen and (max-width: 600px) {
  .open_vacansis .container h4 {
    font-size: 16px;
    padding: 20px 20px;
    padding-right: 60px;
  }
  .open_vacansis .container h4::before {
    right: 20px;
  }
  .open_vacansis .container h4::after {
    right: 29px;
  }
  .open_vacansis .container .open_block {
    padding: 20px 30px 20px;
  }
}

/*end vacansis*/
.exsklusiv_galery_slider {
  margin-bottom: 100px;
}

.exsklusiv_galery_slider .item {
  position: relative;
  width: calc(33% - 30px);
  height: 330px;
  margin: 0 15px;
}

.exsklusiv_galery_slider .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hidden_text {
  display: none;
}

@media screen and (max-width: 1100px) {
  .exsklusiv_galery_slider {
    margin-bottom: 80px;
  }
  .exsklusiv_galery_slider .item {
    height: 270px;
  }
}

@media screen and (max-width: 600px) {
  .exsklusiv_galery_slider {
    margin-bottom: 60px;
  }
  .exsklusiv_galery_slider .item {
    height: auto;
  }
}

.bx-404-container {
  margin: 0 auto 10%;
  text-align: center;
}

.bx-404-container .bx-404-block {
  margin-bottom: 30px;
}

.bx-404-container .bx-404-block img {
  max-width: 80%;
}

.bx-404-container .bx-404-text-block {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

.bx-404-container .button {
  margin-left: 20px;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.bx-404-container .button.btn_blue {
  margin-left: 0;
}

.bx-404-container .button.btn_green {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .bx-404-container .bx-404-text-block {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .bx-404-container .buttons {
    max-width: 210px;
    margin: 0 auto;
  }
  .bx-404-container .button {
    width: 200px;
    margin: 20px 0;
  }
}

.content .search {
  margin-bottom: 50px;
  overflow: hidden;
  border: 1px solid #8DB2CB;
  width: 350px;
  height: 40px;
  border-radius: 5px;
}

.content .search button {
  float: left;
  padding: 10px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.content .search input {
  height: 40px;
  border: none;
  background-color: transparent;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.content .search input::-webkit-input-placeholder {
  color: #8DB2CB;
}

.content .search input:-ms-input-placeholder {
  color: #8DB2CB;
}

.content .search input::-ms-input-placeholder {
  color: #8DB2CB;
}

.content .search input::placeholder {
  color: #8DB2CB;
}

.content a {
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}

.content .way {
  margin-bottom: 50px;
}

.content .way + p {
  margin-bottom: 5px;
}

.content p + h4 {
  padding-top: 30px;
}

@media screen and (max-width: 800px) {
  .fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
  }
}

/* start contacts styles*/
.contacts a {
  font-size: 18px;
  font-weight: 700;
}

.contacts a, .contacts p {
  position: relative;
}

.contacts a::before, .contacts p::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 27px;
  top: 50%;
  margin-top: -13.5px;
  left: -35px;
  background-repeat: no-repeat;
}

.contacts p > span {
  font-size: 18px;
  font-weight: 700;
}

.contacts .tel::before {
  background-image: url(/bitrix/templates/stellar/images/icon_phone_green.svg);
}

.contacts .email::before {
  background-image: url(/bitrix/templates/stellar/images/icon_mail_green.svg);
}

.contacts .place::before {
  background-image: url(/bitrix/templates/stellar/images/icon_place.svg);
}

.contacts .time::before {
  background-image: url(/bitrix/templates/stellar/images/icon_time.svg);
}

.contacts_and_map {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 43, 43, 0.2);
          box-shadow: 20px 20px 40px rgba(0, 43, 43, 0.2);
  margin-bottom: 100px;
}

.contacts_and_map .contacts {
  padding: 20px 40px;
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts_and_map .contacts .item {
  width: calc(50% - 60px);
  padding: 20px 5px 20px 55px;
  border-bottom: 1px solid #ABB8C0;
}

.contacts_and_map .contacts .item .title {
  margin-left: -35px;
  padding: 10px 0 0;
}

.contacts_and_map .contacts .item:nth-child(4) p:nth-child(3) {
  margin-top: -10px;
}

.contacts_and_map .contacts .item:last-child {
  border-bottom: none;
  padding: 20px 0px 20px 20px;
}

.contacts_and_map .contacts .item:last-child a:first-child {
  margin-right: 30px;
}

.contacts_and_map .map {
  overflow: hidden;
  width: 53%;
}

.contacts_and_map .map img,
.contacts_and_map .map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}

.contacts_and_map .map div, .contacts_and_map .map .ymaps-map {
  height: 100% !important;
}

.departments {
  margin-bottom: 100px;
}

.departments h2 {
  margin-bottom: 40px;
}

.departments .contacts {
  -webkit-box-shadow: 20px 20px 40px rgba(0, 43, 43, 0.2);
          box-shadow: 20px 20px 40px rgba(0, 43, 43, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 20px 0px;
}

.departments .contacts .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 37px 130px;
  border-right: 1px solid #ABB8C0;
}

.departments .contacts .item a {
  margin-bottom: 13px;
}

.departments .contacts .item .title {
  margin-left: -35px;
  padding: 10px 0 0;
}

.departments .contacts .item:first-child {
  padding: 20px 0 37px 95px;
}

.departments .contacts .item:last-child {
  border-right: none;
}

@media screen and (max-width: 1700px) {
  .contacts_and_map .contacts {
    width: 55%;
  }
  .contacts_and_map .map {
    width: 45%;
  }
}

@media screen and (max-width: 1500px) {
  .departments .contacts .item {
    padding: 20px 0 20px 100px;
  }
  .departments .contacts .item:first-child {
    padding: 20px 0 20px 95px;
  }
}

@media screen and (max-width: 1340px) {
  .contacts_and_map .contacts {
    width: 60%;
  }
  .contacts_and_map .map {
    width: 40%;
  }
}

@media screen and (max-width: 1240px) {
  .contacts_and_map .contacts {
    padding: 0px 40px;
  }
  .departments .contacts .item {
    padding: 20px 0 20px 80px;
  }
}

@media screen and (max-width: 1140px) {
  .departments .contacts .item {
    padding: 20px 0 20px 60px;
  }
}

@media screen and (max-width: 1050px) {
  .departments {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .departments .contacts {
    padding: 10px 20px 7px 40px;
  }
  .departments .contacts .item {
    width: 50%;
    padding: 20px 0 3px 100px;
  }
  .departments .contacts .item:nth-child(2) {
    border-right: none;
  }
  .departments .contacts .item:first-child {
    padding: 20px 0 3px 55px;
  }
  .departments .contacts .item:last-child {
    padding: 20px 0 33px 55px;
    margin-top: 30px;
    border-top: 1px solid #ABB8C0;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .contacts a,
  .contacts p > span {
    font-size: 16px;
  }
  .contacts_and_map .contacts {
    width: 65%;
  }
  .contacts_and_map .map {
    width: 35%;
  }
  .departments {
    margin-top: 80px;
  }
  .departments .contacts {
    padding: 10px 20px 7px 45px;
  }
  .departments .contacts .item:first-child {
    padding: 20px 0 3px 55px;
  }
  .departments .contacts .item:last-child {
    padding: 20px 0 33px 55px;
    margin-top: 30px;
    border-top: 1px solid #ABB8C0;
    width: 100%;
  }
}

@media screen and (max-width: 920px) {
  .contacts_and_map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contacts_and_map .contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 0px;
  }
  .contacts_and_map .contacts .item {
    padding: 20px 5px 20px 55px;
  }
  .contacts_and_map .map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100%);
    height: 230px;
    -webkit-box-shadow: 20px 20px 40px rgba(0, 43, 43, 0.2);
            box-shadow: 20px 20px 40px rgba(0, 43, 43, 0.2);
  }
  .departments .contacts {
    padding: 10px 20px 7px 10px;
  }
  .departments .contacts .item:first-child {
    padding: 20px 0 3px 45px;
  }
  .departments .contacts .item:last-child {
    padding: 20px 0 33px 40px;
    margin-top: 30px;
    border-top: 1px solid #ABB8C0;
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .contacts_and_map .contacts .item:last-child a:first-child {
    margin-left: 0px;
  }
}

@media screen and (max-width: 530px) {
  .departments {
    margin-top: 60px;
  }
  .departments h2 {
    margin-bottom: 30px;
  }
  .departments .contacts {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px 10px 0px 10px;
  }
  .departments .contacts .item {
    width: 100%;
    padding: 20px 0 23px 45px;
    border-right: none;
    border-bottom: 1px solid #ABB8C0;
  }
  .departments .contacts .item:first-child {
    padding: 20px 0 23px 45px;
  }
  .departments .contacts .item:last-child {
    padding: 20px 0 23px 45px;
    margin-top: 0px;
    border-top: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 430px) {
  .contacts_and_map .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
  .contacts_and_map .contacts .item {
    width: calc(100% - 50px);
    padding: 20px 5px 20px 45px;
  }
  .contacts_and_map .contacts .item:last-child {
    padding: 20px 0px 20px 10px;
  }
  .departments .contacts {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px 0px;
  }
  .departments .contacts .item {
    width: 100%;
    padding: 20px 5px 23px 45px;
    border-right: none;
    border-bottom: 1px solid #ABB8C0;
  }
  .departments .contacts .item:first-child {
    padding: 20px 5px 23px 45px;
  }
  .departments .contacts .item:last-child {
    padding: 20px 5px 23px 45px;
    margin-top: 0px;
    border-top: none;
    border-bottom: none;
  }
}

/* end contacts styles*/
.gUniFormModalWindow.form_block {
  background: rgba(0, 0, 35, 0.7);
  max-width: none;
  color: #000037;
}

.gUniFormModalWindow.form_block .gUniFormModalWindowContainer {
  border-radius: 0;
  line-height: 28px;
  padding: 0;
  width: 82%;
  max-width: 490px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gUniFormModalWindow.form_block .gUniFormContainer {
  padding: 45px 10px 25px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 320px;
  margin: 0 auto;
}

.gUniFormModalWindow.form_block .uFormHeading {
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
}

.gUniFormModalWindow.form_block .uFormDescription {
  font-size: 14px;
  line-height: 20px;
  color: #000037;
  max-width: 250px;
  margin: 0 auto 20px;
}

.gUniFormModalWindow.form_block form {
  padding: 0px;
}

.gUniFormModalWindow.form_block .gUniFormModalWindowExit {
  width: 21px;
  height: 21px;
  top: 20px;
  right: 20px;
  border-radius: 0%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: none;
  position: absolute !important;
}

.gUniFormModalWindow.form_block .gUniFormModalWindowExit::before, .gUniFormModalWindow.form_block .gUniFormModalWindowExit::after {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 3px solid #000037;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gUniFormModalWindow.form_block .gUniFormModalWindowExit::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.gUniFormModalWindow.form_block .input_personal_info {
  float: none;
  max-width: none;
  margin-bottom: 30px;
}

.gUniFormModalWindow.form_block .gUniForm .uformTools {
  margin-top: 0px;
  padding-top: 0;
}

.gUniFormModalWindow.form_block .button {
  margin: 0;
  float: none;
}

.gUniFormModalWindow.form_block a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.gUniFormModalWindow.form_block a:hover {
  color: #000037;
}

.gUniFormModalWindow.form_block .input_file {
  text-align: left;
  display: block;
}

.gUniFormSuccess.form_success {
  background: rgba(0, 0, 35, 0.7);
  max-width: none;
  color: #000037;
}

.gUniFormSuccess.form_success .gUniFormSuccessContainer {
  border-radius: 0;
  line-height: 28px;
  padding: 0;
  width: 82%;
  max-width: 390px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: auto;
  margin-top: -70px;
  margin-left: -195px;
}

.gUniFormSuccess.form_success .gUniFormSuccessBg {
  padding: 45px 10px 25px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 320px;
  margin: 0 auto;
}

.gUniFormSuccess.form_success .gUniFormSuccessHeading {
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
}

.gUniFormSuccess.form_success .gUniFormSuccessText {
  font-size: 14px;
  line-height: 20px;
  color: #000037;
  max-width: 250px;
  margin: 0 auto 20px;
}

.gUniFormSuccess.form_success .gUniFormSuccessExit {
  width: 21px;
  height: 21px;
  top: 20px;
  right: 20px;
  border-radius: 0%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: none;
  position: absolute !important;
}

.gUniFormSuccess.form_success .gUniFormSuccessExit::before, .gUniFormSuccess.form_success .gUniFormSuccessExit::after {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 3px solid #000037;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gUniFormSuccess.form_success .gUniFormSuccessExit::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 600px) {
  .gUniFormSuccess.form_success .gUniFormSuccessContainer {
    margin-left: -130px;
    max-width: 260px;
  }
}

/* start blog styles */
#blog {
  overflow: hidden;
}

#blog .page_width {
  padding-bottom: 60px;
}

.blog_container {
  position: relative;
}

.blog_container:not(.blog_slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 0px;
  padding-bottom: 20px;
}

.blog_container:not(.blog_slider) .item {
  width: calc(33.33% - 30px);
  margin-bottom: 30px;
}

.blog_container.blog_slider {
  margin-bottom: -15px;
  padding-top: 15px;
  overflow: hidden;
}

.blog_container.blog_slider .item {
  opacity: 0;
}

.blog_container .slick-list {
  overflow: visible;
  padding: 0 !important;
}

.blog_container .item {
  position: relative;
  border-radius: 5px;
  margin: 0 15px 55px;
  height: 330px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #0E2A53;
  background-image: url(/bitrix/templates/stellar/images/bg_blog_item_normal.png), -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #1B537D), to(#0E2A53));
  background-image: url(/bitrix/templates/stellar/images/bg_blog_item_normal.png), linear-gradient(180deg, #1B537D 23.96%, #0E2A53 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 20px 20px 40px rgba(4, 29, 47, 0.3);
          box-shadow: 20px 20px 40px rgba(4, 29, 47, 0.3);
}

.blog_container .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/stellar/images/bg_blog_item_hover.png), -webkit-gradient(linear, left top, left bottom, from(#E6E7EA), color-stop(50.95%, #F5F5F8), color-stop(67.71%, #FDFDFD), color-stop(82.88%, #FBFBFB), to(#E8EAEB));
  background: url(/bitrix/templates/stellar/images/bg_blog_item_hover.png), linear-gradient(180deg, #E6E7EA 0%, #F5F5F8 50.95%, #FDFDFD 67.71%, #FBFBFB 82.88%, #E8EAEB 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog_container .item:hover::before, .blog_container .item.active::before {
  opacity: 1;
}

.blog_container .item a {
  position: absolute;
  widows: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  color: #fff;
}

.blog_container .item a:hover {
  text-decoration: none;
}

.blog_container .item time {
  display: block;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
}

.blog_container .item .more {
  position: absolute;
  left: 30px;
  bottom: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

@media screen and (min-width: 1100px) {
  .blog_container.blog_slider .item[data-slick-index="0"],
  .blog_container.blog_slider .item[data-slick-index="1"],
  .blog_container.blog_slider .item[data-slick-index="2"] {
    opacity: 1;
  }
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
  .blog_container.blog_slider .item[data-slick-index="-1"],
  .blog_container.blog_slider .item[data-slick-index="0"] {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .blog_container.blog_slider .item.slick-current {
    opacity: 1;
  }
}

@media screen and (max-width: 1030px) {
  .blog_container:not(.blog_slider) {
    margin: 0 -10px 0px;
    padding-bottom: 20px;
  }
  .blog_container:not(.blog_slider) .item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .blog_container .item {
    height: 276px;
    margin: 0 10px 55px;
  }
  .blog_container .item a {
    padding: 20px;
  }
  .blog_container .item .more {
    bottom: 30px;
    left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .blog_container:not(.blog_slider) {
    margin: 0 -10px 0px;
    padding-bottom: 20px;
  }
  .blog_container:not(.blog_slider) .item {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .blog_container.blog_slider {
    margin: 0 -10px;
    padding: 0 10px 15px;
  }
  .blog_container.blog_slider .slick-list {
    margin: 0 -10px;
  }
  .blog_container.blog_slider .slick-arrow {
    top: 100%;
    margin-top: -40px;
  }
  .blog_container.blog_slider .slick-prev {
    left: 50%;
    margin-left: -60px;
  }
  .blog_container.blog_slider .slick-next {
    right: 50%;
    margin-right: -60px;
  }
  .blog_container .item {
    margin: 0 10px 55px;
    height: 200px;
  }
  .blog_container .item .more {
    bottom: 20px;
  }
}

/* end blog styles */
/* start animate styles */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main_section.animated * {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#main_screen.main_section .images div {
  opacity: 0;
  -webkit-transform: translate(0%, 5%);
  transform: translate(0%, 5%);
}

#main_header {
  opacity: 0;
}

#main_header.animated {
  opacity: 1;
  -webkit-transition: opacity 1500ms 300ms ease-in-out;
  transition: opacity 1500ms 300ms ease-in-out;
}

#main_screen.main_section .text h1, #main_screen.main_section .text p, #main_screen.main_section .text .button {
  opacity: 0;
}

#main_screen.main_section.animated .text h1 {
  opacity: 1;
  -webkit-transition: opacity 1500ms 500ms ease-in-out;
  transition: opacity 1500ms 500ms ease-in-out;
}

#main_screen.main_section.animated .text p {
  opacity: 1;
  -webkit-transition: opacity 1500ms 700ms ease-in-out;
  transition: opacity 1500ms 700ms ease-in-out;
}

#main_screen.main_section.animated .text .button {
  opacity: 1;
  -webkit-transition: opacity 1500ms 900ms ease-in-out;
  transition: opacity 1500ms 900ms ease-in-out;
}

#main_screen .benefits .item {
  opacity: 0;
}

#main_screen.animated .benefits .item {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#main_screen.animated .benefits .item:nth-child(1) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#main_screen.animated .benefits .item:nth-child(2) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

#main_screen.animated .benefits .item:nth-child(3) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

#main_screen.animated .benefits .item:nth-child(4) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

#main_screen.animated .benefits .item:nth-child(5) {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

#main_screen.animated .benefits .item:nth-child(6) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

#main_screen.animated .benefits .item:nth-child(7) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

#exclusive_block .exclusive_container .image {
  opacity: 0;
}

#exclusive_block.animated .exclusive_container .image {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#exclusive_block .exclusive_container .text {
  -webkit-transform: translate(50%, 25%);
  transform: translate(50%, 25%);
}

#exclusive_block.animated .exclusive_container .text {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: transform 1.5s .5s ease-in-out;
  -webkit-transition: -webkit-transform 1.5s .5s ease-in-out;
  transition: -webkit-transform 1.5s .5s ease-in-out;
  transition: transform 1.5s .5s ease-in-out;
  transition: transform 1.5s .5s ease-in-out, -webkit-transform 1.5s .5s ease-in-out;
}

#advantages.main_section h2 {
  opacity: 0;
}

#advantages.main_section.animated h2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#advantages.main_section .button {
  opacity: 0;
}

#advantages.main_section.animated .button {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#advantages .advantages_container .item {
  opacity: 0;
}

#advantages.animated .advantages_container .item {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#advantages.animated .advantages_container .item:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#advantages.animated .advantages_container .item:nth-child(2) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#advantages.animated .advantages_container .item:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#advantages.animated .advantages_container .item:nth-child(4) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#advantages.animated .advantages_container .item:nth-child(5) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#advantages.animated .advantages_container .item:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#advantages.animated .advantages_container .item:nth-child(7) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

#about .image .shift {
  -webkit-transform: translate(9%, 12%);
  transform: translate(9%, 13%);
}

#about.animated .image .shift {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: transform 1.5s .5s ease-in-out;
  -webkit-transition: -webkit-transform 1.5s .5s ease-in-out;
  transition: -webkit-transform 1.5s .5s ease-in-out;
  transition: transform 1.5s .5s ease-in-out;
  transition: transform 1.5s .5s ease-in-out, -webkit-transform 1.5s .5s ease-in-out;
}

#main_form.main_section h2 {
  opacity: 0;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

#main_form.main_section.animated h2 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#main_form.main_section h2 + p {
  opacity: 0;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

#main_form.main_section.animated h2 + p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#main_form.main_section .dsz {
  opacity: 0;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

#main_form.main_section.animated .dsz {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main_form.main_section .uFormLine {
  opacity: 0;
}

#main_form.main_section .uFormLine:nth-child(1) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#main_form.main_section .uFormLine:nth-child(2) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#main_form.main_section .uFormLine:nth-child(3) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#main_form.main_section .uFormLine:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#main_form.main_section .uFormLine:nth-child(5) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

#main_form.main_section.animated .uFormLine {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main_form.main_section .personalInfo {
  opacity: 0;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

#main_form.main_section.animated .personalInfo {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main_form.main_section .uformTools {
  opacity: 0;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

#main_form.main_section.animated .uformTools {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.text_and_img .text {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.text_and_img.animated .text {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.text_and_img.animated .text.right {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* end animate styles */
/* End */


/* Start:/bitrix/templates/stellar/components/dweb/uni.form/form-modal/style.css?16656521259561*/
.gUniFormModalWindow{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    line-height: 100vh;
    text-align: center;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormModalWindowContainer{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	background-color: #ffffff;
	vertical-align: middle;
	display: inline-block;
    border-radius: 14px;
    position: relative;
    line-height: 21px;
    text-align: left;
    margin: 24px 0px;
    padding: 24px;
    width: 500px;
}

.gUniFormHideScrollBar{
    position: relative;
    overflow: auto;
    height: 100%;
    width: 120%;
}

.gUniFormCn100{
	position: relative;
    height: 100%;
    width: 100vw;
}

.gUniFormModalWindowExit{
	background: url(/bitrix/templates/stellar/components/dweb/uni.form/form-modal/images/exit.png) 0 0 no-repeat transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: absolute;
	display: block;
	right: -24px;
	height: 54px;
	width: 54px;
	top: -24px;
}

.gUniFormModalWindowExit:hover{
	background-position: -54px 0px;
}

.gUniFormModalWindowExit:active{
	background-position: -108px 0px;
}


.gUniFormModalWindow .uFormHeading{
	font-family: "roboto_medium", "robotomedium";
	text-align: center;
	line-height: 36px;
	font-weight: 400;
	font-size: 24px;
}

.gUniFormModalWindow .uFormDescription{
	text-align: center;
	line-height: 28px;
	margin: 12px 0px;
	font-size: 16px;
	color: #222222;
}

.uLabel{
	margin: 12px 0px;
	overflow: hidden;
}

.uLabel .uName,
.uLabel .uIcon{
	vertical-align: middle;
	display: inline-block;
}

.uLabel .uName{
	margin-top: 3px;
}

.uLabel .uIcon{
	margin-right: 6px;
}

.uLabel .uIcon img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.uLabel .uHint{
	margin-top: 3px;
	color: #888888;
	float: right;
}

.uError,
.uFormGlobalErrors{
	color: #ff0000;
}

.uError,
.uFormGlobalErrors{
	line-height: 28px;
}

.uCaptchaContainer{
	margin-bottom: 12px;
	margin-top: 12px;
	height: 40px;
}

.uCaptchaImage{
	max-width: 100%;
	height: 40px;
}

.gUniForm input,
.gUniForm textarea,
.gUniForm select{
	font-family: "roboto_ltregular", "robotoregular", "roboto";
	transition: all 0.2s ease-in-out;
	background-color: #fdfdfd;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 14px;
	color: #000000;
	outline: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.gUniForm input:focus,
.gUniForm textarea:focus,
.gUniForm select:focus{
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
}

.gUniForm input[type="text"]{
	padding: 0 6px;
	height: 50px;
}

.gUniForm input[type="file"]{
	background-color: transparent;
	margin: 4px;
	border: 0;
}

.gUniForm input[type="checkbox"]{
	vertical-align: middle;
	display: inline-block;
	margin: 0 12px;
	width: auto;
}

.gUniForm input[type="checkbox"] + label,
.gUniForm input[type="radio"] + label {
	margin-right: 12px;
	cursor: pointer;
}

.gUniForm input[type="checkbox"]:not(checked),
.gUniForm input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.gUniForm input[type="checkbox"]:not(checked) + label,
.gUniForm input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.gUniForm input[type="checkbox"] + label:before {
	background: url(/bitrix/templates/stellar/components/dweb/uni.form/form-modal/images/checkBox.png) 0 0 no-repeat transparent;
}

.gUniForm input[type="radio"] + label:before {
	background: url(/bitrix/templates/stellar/components/dweb/uni.form/form-modal/images/radio.png) 0 0 no-repeat transparent;
}

.gUniForm input[type="checkbox"].error + label:before,
.gUniForm input[type="radio"].error + label:before{
	border: 1px solid #ff0000;
	border-radius: 5px;
}

.gUniForm input[type="checkbox"]:not(checked) + label:before,
.gUniForm input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 1px;
}

.gUniForm input[type="checkbox"]:not(checked) + label:hover:before,
.gUniForm input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.gUniForm input[type="checkbox"]:checked + label:before,
.gUniForm input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.gUniForm input[type="checkbox"]:checked + label:hover:before,
.gUniForm input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.gUniForm input[type="checkbox"]:disabled + label,
.gUniForm input[type="radio"]:disabled + label {
	cursor: default;
}

.gUniForm input[type="checkbox"]:disabled + label:before,
.gUniForm input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.gUniForm textarea{
	padding: 12px 6px;
	height: 120px;
}

.gUniForm select{
	padding: 12px 6px;
}

.gUniForm .error{
	border: 1px solid #ff0000 !important;
	position: relative;
}

.gUniForm .error:focus{
	border: 1px solid #ff0000;
}

.gUniForm .uformTools{
	overflow: hidden;
	margin-top: 12px;
	padding-bottom: 1px;
}

.gUniForm .uFormButton{
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.gUniForm .uFormButton:first-child{
	padding-right: 6px;
}

.gUniForm .uFormButton:last-child{
	padding-left: 6px;
}

.gUniForm .uRequired{
	vertical-align: middle;
	display: inline-block;
	color: #ff0000;
}

.gUniForm .uFormSubmit,
.gUniForm .uFormReset{
	transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	line-height: 55px;
	height: 55px;
	width: 100%;
}

.gUniForm .uFormSubmit.loading{
	transition: none;
}

.gUniForm .uFormSubmit{
	background-color: #0d7cca;
	color: #ffffff;
}

.gUniForm .uFormSubmit:hover{
    background-color: #068ae6;
}

.gUniForm .uFormSubmit:active{
	position: relative;
	top: 1px;
}

.gUniForm .uFormSubmit.loading{
	background-image: url(/bitrix/templates/stellar/components/dweb/uni.form/form-modal/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.gUniForm .uFormReset{
	border: 1px solid #e5e5e5;
	color: #888888;
}

.gUniForm .uFormReset:hover{
	border: 1px solid #cfcfcf;
}

.gUniForm .uFormReset:active{
	position: relative;
	top: 1px;
}

.gUniForm .uToolsIcon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -1px;
}

.gUniForm .eFormHidden{
	display: none;
}

.gUniFormSuccess{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    position: fixed;
    overflow: auto;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormSuccessContainer{
    /*box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);*/
    border: 14px solid rgba(255, 255, 255, 0.12);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: transparent;
    border-radius: 14px;
    margin-left: -250px;
    margin-top: -125px;
    position: absolute;
    line-height: 270px;
    max-width: 100%;
    height: 270px;
    width: 500px;
    left: 50%;
    top: 50%;
}

.gUniFormSuccessBg{
    background-color: #ffffff;
   	border-radius: 4px;
}

.gUniFormSuccessMiddler{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.gUniFormSuccessHeading{
	font-family: "roboto_medium";
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	padding: 0 24px;
	font-size: 24px;
}

.gUniFormSuccessText{
	text-align: center;
	line-height: 21px;
	margin-top: 12px;
	padding: 0 24px;
}

.gUniFormButtonContainter{
	text-align: center;
}

.gUniFormSuccessButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.gUniFormSuccessButton:hover{
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active{
	position: relative;
	top: 1px;
}

.gUniFormSuccessExit{
	background: url(/bitrix/templates/stellar/components/dweb/uni.form/form-modal/images/exit.png) 0 0 no-repeat transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: absolute;
	display: block;
	right: -24px;
	height: 54px;
	width: 54px;
	top: -24px;
}

.gUniFormSuccessExit:hover{
	background-position: -54px 0px;
}

.gUniFormSuccessExit:active{
	background-position: -108px 0px;
}

.eFormRequired{
	margin-top: 12px;
}

.eFormBlur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@media all and (max-width: 650px) {
	.gUniFormSuccessContainer{
		margin-left: -150px;
		width: 300px;
	}
}

.open-button-technologies {
	display: none !important;
}
/* End */


/* Start:/bitrix/templates/stellar/styles.css?166565212528*/
.h4 {
    font-size: 17px;
}
/* End */
/* /bitrix/templates/stellar/css/slick.css?16656521241776 */
/* /bitrix/templates/stellar/css/jquery.fancybox.css?166565212417412 */
/* /bitrix/templates/stellar/css/font.css?16656521241132 */
/* /bitrix/templates/stellar/template_styles.css?1665652125130136 */
/* /bitrix/templates/stellar/components/dweb/uni.form/form-modal/style.css?16656521259561 */
/* /bitrix/templates/stellar/styles.css?166565212528 */
