

/* Start:/bitrix/templates/synercon/components/intec.universe/settings/.default/style.css?155265882415857*/
.universe-settings {}

.universe-settings .universe-settings-button-open,
.universe-settings .universe-settings-modal {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.universe-settings .universe-settings-button-open {
    position: absolute;
    z-index: 997;
    top: 50px;
    left: 0;
    width: 65px;
    height: 65px;
    margin-left: 20px;
    background: #0065ff;
    color: #fff;
    text-align: center;
    cursor: pointer;

    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 38, 186, 0.34);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 38, 186, 0.34);
    box-shadow: 0 10px 10px 0 rgba(0, 38, 186, 0.34);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.universe-settings.open .universe-settings-button-open {
    left: 100%;
    margin-left: -32px;
}
.universe-settings .universe-settings-button-open:after {
    content: '';
    width: 0;
    height: 100%;
}
.universe-settings .universe-settings-button-open:after,
.universe-settings .universe-settings-button-open > * {
    display: inline-block;
    vertical-align: middle;
}
.universe-settings .universe-settings-button-open-icon {
    font-size: 30px;
    line-height: 0;
    margin-left: 4px;
    margin-top: -2px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.universe-settings .universe-settings-button-open:hover .universe-settings-button-open-icon {
    transform: rotate(90deg);
}

.universe-settings .universe-settings-bg {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
}

.universe-settings .universe-settings-modal {
    position: fixed;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: -890px;
    background-color: #fff;
}
.universe-settings.open .universe-settings-modal {
    left: 0;
}
.universe-settings .universe-settings-button-open-wrapper {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
}
.universe-settings .universe-settings-modal,
.universe-settings .universe-settings-button-open-wrapper {
    width: 890px;
    max-width: 90%;
}
.universe-settings .universe-settings-modal-wrapper {
    min-width: 450px;
}

.universe-settings .universe-settings-groups {
    width: 220px;
    float: left;
}
.universe-settings .universe-settings-groups-list {
    padding: 0;
    list-style: none;
}
.universe-settings .universe-settings-group {
    margin-bottom: 3px;
}
.universe-settings .universe-settings-group a {
    display: block;
    padding: 15px 20px;
    background-color: #f8f8f8;
    color: #292828;
    font-size: 14px;
    text-decoration: none;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.universe-settings .universe-settings-group a:hover {
    color: #0065ff;
}
.universe-settings .universe-settings-group.active a {
    background-color: #fff;
}
.universe-settings .universe-settings-group .universe-settings-group-icon,
.universe-settings .universe-settings-group .universe-settings-group-name {
    display: inline-block;
    vertical-align: top;
}
.universe-settings .universe-settings-group .universe-settings-group-icon {
    width: 20px;
    height: 19px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.universe-settings .universe-settings-group.group-global i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/global.png'); }
.universe-settings .universe-settings-group.group-main i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/main.png'); }
.universe-settings .universe-settings-group.group-header i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/header.png'); }
.universe-settings .universe-settings-group.group-regions i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/regions.png'); }
.universe-settings .universe-settings-group.group-catalog i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/catalog.png'); }
.universe-settings .universe-settings-group.group-services i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/services.png'); }
.universe-settings .universe-settings-group.group-basket i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/cart.png'); }
.universe-settings .universe-settings-group.group-sections i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/sections.png'); }
.universe-settings .universe-settings-group.group-footer i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/footer.png'); }
.universe-settings .universe-settings-group.group-banners i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/banners.png'); }
.universe-settings .universe-settings-group.group-mobile i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/mobile.png'); }
.universe-settings .universe-settings-group.group-cabinet i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/cabinet.png'); }
.universe-settings .universe-settings-group.group-templates i { background-image: url('/bitrix/templates/synercon/components/intec.universe/settings/.default/images/icons/templates.png'); }

.universe-settings .universe-settings-wrapper {
    padding: 25px 0;
}
.universe-settings .universe-description-wrapper .intec-button {
    margin-left: 10px;
    font-size: 14px !important;
}
.universe-settings .universe-description-wrapper .intec-button .intec-button-icon {
    margin-top: -3px;
    margin-right: 5px;
}
.universe-settings .universe-description-wrapper .intec-button .intec-button-icon.glyph-icon-cancel {
    font-size: 10px;
}
.universe-settings .universe-description-wrapper .intec-button .intec-button-icon.glyph-icon-settings_2 {
    font-size: 16px;
}
.universe-settings .universe-description-wrapper .universe-settings-wrapper {
    padding-top: 25px;
}
.universe-settings .universe-description-wrapper .description-image-wrapper {
    text-align: center;
}
.universe-settings .universe-description-wrapper img.description-image {
    max-width: 100%;
}
.universe-settings .universe-description-wrapper .description-wrapper {
    padding: 0 35px;
    margin: 25px 0;
}
.universe-settings .universe-description-wrapper .description-wrapper p {
    margin: 10px 0;
}
.universe-settings .universe-description-wrapper .description-button-center {
    text-align: center;
}
.universe-settings .universe-description-wrapper .description-bottom-buttons {
    text-align: right;
}
.universe-settings .universe-description-wrapper .description-bottom-buttons .intec-button {
    margin-bottom: 10px;
}
.universe-settings .universe-description-wrapper .universe-templates-list {
    margin-bottom: 45px;
}
.universe-settings .universe-description-wrapper .universe-templates-list .row:first-child > div {
    border-top: 1px solid #e8e8e8;
}
.universe-settings .universe-description-wrapper .universe-templates-list .row > div {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.universe-settings .universe-description-wrapper .universe-templates-list .column-link {
    text-align: right;
}
.universe-settings .universe-description-wrapper .universe-templates-list .column-link a {
    padding: 0;
    font-size: 13px;
}

.universe-settings .universe-settings-list {
    margin-left: 250px;
    margin-right: 30px;
    overflow-x: hidden;
}
.universe-settings .universe-settings-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
    color: #292828;
}
.universe-settings .universe-settings-wrapper > .universe-settings-item:last-child {
    border: none;
}
.universe-settings .universe-settings-item-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}
.universe-settings .universe-settings-item-wrapper {}
.universe-settings .universe-settings-item-wrapper .settings-color-list {
    padding: 0;
    margin: 0 -4px;
    list-style: none;
}
.universe-settings .universe-settings-item-wrapper .settings-color-wrapper {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 6px;
    margin: 4px;
    background-color: #e8e8e8;
    border: 1px solid transparent;
    cursor: pointer;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.universe-settings .universe-settings-item-wrapper .settings-color-wrapper:hover {
    background-color: #fff;

    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .18);
}
.universe-settings .universe-settings-item-wrapper .settings-color-wrapper.active {
    background-color: #fff;
    border-color: #0065ff;
}
.universe-settings .universe-settings-item-wrapper .settings-color {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    font-size: 14px;
    color: #fff;
    text-align: center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.universe-settings .universe-settings-item-wrapper .settings-color-wrapper .icon-check {
    opacity: 0;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.universe-settings .universe-settings-item-wrapper .settings-color-wrapper.active .icon-check {
    opacity: 1;
}
.universe-settings .universe-settings-item-wrapper .settings-color.settings-color-custom {
    padding-top: 4px;
    font-size: 12px;
}

.universe-settings .universe-settings-item-wrapper .settings-radio-label,
.universe-settings .universe-settings-item-wrapper .settings-checkbox-label {
    position: relative;
    margin-right: 5px;
    color: #292828;
    border: 2px solid #e8e8e8;
    background-color: #fff;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.universe-settings .universe-settings-item-wrapper .settings-radio-label:hover,
.universe-settings .universe-settings-item-wrapper .settings-checkbox-label:hover,
.universe-settings .bottom-panel .intec-button.intec-button-cl-default.intec-button-transparent:hover {
    border-color: #0e6afc;
}
.universe-settings .universe-settings-item-wrapper .settings-radio-label.checked,
.universe-settings .universe-settings-item-wrapper .settings-checkbox-label.checked {
    color: #fff;
    background-color: #0e6afc;
    border-color: #0e6afc;
}
.universe-settings .universe-radio-link {
    font-weight: normal;
    cursor: pointer;
}
.universe-settings .universe-radio-link.checked {
    color: #0e6afc;
}
.universe-settings .universe-settings-item-wrapper .settings-radio-label .settings-radio-input,
.universe-settings .universe-settings-item-wrapper .settings-checkbox-label .settings-checkbox-input,
.universe-settings .universe-settings-item-wrapper .settings-template-label .settings-template-input,
.universe-settings .universe-radio-link input {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.universe-settings .universe-settings-item-wrapper .settings-font-label {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: normal;
}
.universe-settings .universe-settings-item-wrapper .settings-font-label .settings-radio-title {
    padding-left: 5px;
}
.universe-settings .universe-settings-item-wrapper .jsRadioItem.checked label.settings-font-label {
    font-weight: bold;
}

.universe-settings .universe-settings-item-wrapper .settings-template-label {
    margin-bottom: 20px;
}
.universe-settings .universe-settings-item-wrapper .settings-template-image {
    display: block;
    max-width: 100%;
    border: 2px solid #e8e8e8;
    cursor: pointer;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.universe-settings .universe-settings-item-wrapper .settings-template-image:hover {
    border-color: rgba(0, 0, 0, 0.15);

    /*-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);*/
}
.universe-settings .universe-settings-item-wrapper .settings-template-label.checked .settings-template-image {
    border-color: #007bff;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.universe-settings .universe-settings-item-wrapper .settings-template-title {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: normal;
}

.universe-settings .universe-settings-item.universe-settings-type-checkbox-inline {
    position: relative;
    display: table-row;
}
.universe-settings .universe-settings-item.universe-settings-type-checkbox-inline > div {
    display: table-cell;
    vertical-align: middle;
}
.universe-settings .universe-settings-item.universe-settings-type-checkbox-inline .universe-settings-item-wrapper {
    padding-right: 15px;
}
.universe-settings .universe-settings-item.universe-settings-type-checkbox-inline .universe-settings-item-title {
    margin: 0;
}

.universe-settings .universe-settings-item.universe-settings-type-colors-bg .universe-settings-color-bg-wrapper {
    padding: 8px 15px;
    margin: -8px -15px -17px;
    background-color: #fbfbfb;
    border-radius: 15px;
}

.universe-settings .universe-settings-modal .nano {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
}
.universe-settings .universe-settings-modal .bottom-panel + .nano {
    bottom: 60px;
}
.universe-settings .nano .nano-content {
    padding: 0;
    overflow-x: scroll;
    outline: none;
}
.universe-settings .nano .nano-pane {
    width: 6px;
    margin: 2px 1px;
    background: #efefef;
}
.universe-settings .nano .nano-pane .nano-slider {
    background: #999;
}

.universe-settings .universe-settings-blocks-wrapper .universe-settings-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.universe-settings .universe-settings-blocks-wrapper .universe-settings-item .universe-settings-item-title {
    display: none;
}
.universe-settings .universe-settings-blocks-wrapper .universe-settings-sub-title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}
.universe-settings .universe-settings-blocks-wrapper .blocks-row {
    margin-bottom: 5px;
    padding: 20px 10px 15px 25px;
    background-color: #f8f8f8;
}
.universe-settings .universe-settings-blocks-wrapper .blocks-column.column-name {
    padding-top: 2px;
}
.universe-settings .universe-settings-blocks-wrapper .blocks-column.column-checkbox {
    text-align: right;
}


.universe-settings .bottom-panel {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    border-top: 1px solid #e8e8e8;
}
.universe-settings .bottom-panel .universe-settings-item {
    margin: 5px 0 0;
    padding: 0;
    border: none;
}
.universe-settings .bottom-panel .universe-settings-item label {
    font-size: 13px;
    font-weight: normal;
}
.universe-settings .bottom-panel .intec-button-icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.universe-settings .bottom-panel .intec-button {
    color: #292828 !important;
}
.universe-settings .bottom-panel .intec-button:hover .intec-button-text,
.universe-settings .bottom-panel .intec-button:hover .intec-button-icon {
    color: #0e6afc !important;
}
.universe-settings .bottom-panel .intec-button:hover .intec-button-icon {
    transform: rotate(180deg);
}
.universe-settings .bottom-panel .intec-button-text {
    padding-left: 5px;
}


@media (max-width: 768px) {
    .universe-settings {
        display: none;
    }
    .universe-settings .universe-settings-side-menu-wrapper .side-menu-column.column-side,
    .universe-settings .universe-settings-side-menu-wrapper .side-menu-column.column-checkbox {
        text-align: left;
    }
}
/* End */


/* Start:/bitrix/templates/synercon/fonts/font-awesome/css/font-awesome.min.css?155265882531000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/synercon/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/bitrix/templates/synercon/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/bitrix/templates/synercon/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/bitrix/templates/synercon/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/bitrix/templates/synercon/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/bitrix/templates/synercon/fonts/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/templates/synercon/fonts/p22underground/style.min.css?1552658825568*/
@font-face{font-family:'P22 underground';font-style:normal;font-weight:400;src:url(/bitrix/templates/synercon/fonts/p22underground/P22UNDERGROUNDCYPRO-BOOK.OTF)}@font-face{font-family:'P22 underground';font-style:normal;font-weight:100;src:url(/bitrix/templates/synercon/fonts/p22underground/P22UNDERGROUNDCYPRO-THIN.OTF)}@font-face{font-family:'P22 underground';font-style:normal;font-weight:500;src:url(/bitrix/templates/synercon/fonts/p22underground/P22UNDERGROUNDCYPRO-MEDIUM.OTF)}@font-face{font-family:'P22 underground';font-style:normal;font-weight:700;src:url(/bitrix/templates/synercon/fonts/p22underground/P22UNDERGROUNDCYPRO-DEMI.OTF)}@font-face{font-family:'P22 underground';font-style:normal;font-weight:900;src:url(/bitrix/templates/synercon/fonts/p22underground/P22UNDERGROUNDCYPRO-HEAVY.OTF)}
/* End */


/* Start:/bitrix/templates/synercon/fonts/glyphter/style.min.css?15526588253226*/
@font-face{font-family:Glyphter;src:url(/bitrix/templates/synercon/fonts/glyphter/Glyphter.eot);src:url(/bitrix/templates/synercon/fonts/glyphter/Glyphter.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/synercon/fonts/glyphter/Glyphter.woff) format('woff'),url(/bitrix/templates/synercon/fonts/glyphter/Glyphter.ttf) format('truetype'),url(/bitrix/templates/synercon/fonts/glyphter/Glyphter.svg#Glyphter) format('svg');font-weight:400;font-style:normal}[class*=glyph-icon-]:before{display:inline-block;vertical-align:middle;font-family:Glyphter;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyph-icon-arrow_margin_bottom:before{content:'\0041'}.glyph-icon-arrow_margin_left:before{content:'\0042'}.glyph-icon-arrow_margin_right:before{content:'\0043'}.glyph-icon-arrow_margin_top:before{content:'\0044'}.glyph-icon-arrow_offset_bottom:before{content:'\0045'}.glyph-icon-arrow_offset_left:before{content:'\0046'}.glyph-icon-arrow_offset_right:before{content:'\0047'}.glyph-icon-arrow_offset_top:before{content:'\0048'}.glyph-icon-arrow_padding_bottom:before{content:'\0049'}.glyph-icon-arrow_padding_left:before{content:'\004a'}.glyph-icon-arrow_padding_right:before{content:'\004b'}.glyph-icon-arrow_padding_top:before{content:'\004c'}.glyph-icon-cancel:before{content:'\004d'}.glyph-icon-cart:before{content:'\004e'}.glyph-icon-cart_hollow:before{content:'\004f'}.glyph-icon-check:before{content:'\0050'}.glyph-icon-clock:before{content:'\0051'}.glyph-icon-code:before{content:'\0052'}.glyph-icon-compare:before{content:'\0053'}.glyph-icon-copy:before{content:'\0054'}.glyph-icon-cup:before{content:'\0055'}.glyph-icon-facebook:before{content:'\0056'}.glyph-icon-filter:before{content:'\0057'}.glyph-icon-font:before{content:'\0058'}.glyph-icon-heart:before{content:'\0059'}.glyph-icon-instagram:before{content:'\005a'}.glyph-icon-key:before{content:'\0061'}.glyph-icon-landscape:before{content:'\0062'}.glyph-icon-layer_down:before{content:'\0063'}.glyph-icon-layer_up:before{content:'\0064'}.glyph-icon-linked:before{content:'\0065'}.glyph-icon-location:before{content:'\0066'}.glyph-icon-location_2:before{content:'\0067'}.glyph-icon-lock:before{content:'\0068'}.glyph-icon-login:before{content:'\0069'}.glyph-icon-login_2:before{content:'\006a'}.glyph-icon-logout:before{content:'\006b'}.glyph-icon-logout_2:before{content:'\006c'}.glyph-icon-loop:before{content:'\006d'}.glyph-icon-mail:before{content:'\006e'}.glyph-icon-menu-icon:before{content:'\006f'}.glyph-icon-menu-icon_2:before{content:'\0070'}.glyph-icon-one_click:before{content:'\0071'}.glyph-icon-phone:before{content:'\0072'}.glyph-icon-phone_hollow:before{content:'\0073'}.glyph-icon-scenery:before{content:'\0074'}.glyph-icon-settings:before{content:'\0075'}.glyph-icon-settings_2:before{content:'\0076'}.glyph-icon-show-more:before{content:'\0077'}.glyph-icon-size_height:before{content:'\0078'}.glyph-icon-size_width:before{content:'\0079'}.glyph-icon-squere_evolution:before{content:'\007a'}.glyph-icon-twitter:before{content:'\0030'}.glyph-icon-unlinked:before{content:'\0031'}.glyph-icon-user:before{content:'\0032'}.glyph-icon-user_2:before{content:'\0033'}.glyph-icon-view_list:before{content:'\0034'}.glyph-icon-view_text:before{content:'\0035'}.glyph-icon-view_tile:before{content:'\0036'}.glyph-icon-vk:before{content:'\0037'}.glyph-icon-window:before{content:'\0038'}
/* End */


/* Start:/bitrix/templates/synercon/fonts/typicons/style.css?155265882514987*/
@charset 'UTF-8';

@font-face{font-family:'typicons';font-weight:normal;font-style:normal;src:url('/bitrix/templates/synercon/fonts/typicons/typicons.eot');src:url('/bitrix/templates/synercon/fonts/typicons/typicons.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/synercon/fonts/typicons/typicons.woff') format('woff'),url('/bitrix/templates/synercon/fonts/typicons/typicons.ttf') format('truetype'),url('/bitrix/templates/synercon/fonts/typicons/typicons.svg#typicons') format('svg')}.typcn:before{font-family:'typicons';font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;height:1em;font-size:1em;text-align:center;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.typcn-adjust-brightness:before{content:'\e000'}.typcn-adjust-contrast:before{content:'\e001'}.typcn-anchor-outline:before{content:'\e002'}.typcn-anchor:before{content:'\e003'}.typcn-archive:before{content:'\e004'}.typcn-arrow-back-outline:before{content:'\e005'}.typcn-arrow-back:before{content:'\e006'}.typcn-arrow-down-outline:before{content:'\e007'}.typcn-arrow-down-thick:before{content:'\e008'}.typcn-arrow-down:before{content:'\e009'}.typcn-arrow-forward-outline:before{content:'\e00a'}.typcn-arrow-forward:before{content:'\e00b'}.typcn-arrow-left-outline:before{content:'\e00c'}.typcn-arrow-left-thick:before{content:'\e00d'}.typcn-arrow-left:before{content:'\e00e'}.typcn-arrow-loop-outline:before{content:'\e00f'}.typcn-arrow-loop:before{content:'\e010'}.typcn-arrow-maximise-outline:before{content:'\e011'}.typcn-arrow-maximise:before{content:'\e012'}.typcn-arrow-minimise-outline:before{content:'\e013'}.typcn-arrow-minimise:before{content:'\e014'}.typcn-arrow-move-outline:before{content:'\e015'}.typcn-arrow-move:before{content:'\e016'}.typcn-arrow-repeat-outline:before{content:'\e017'}.typcn-arrow-repeat:before{content:'\e018'}.typcn-arrow-right-outline:before{content:'\e019'}.typcn-arrow-right-thick:before{content:'\e01a'}.typcn-arrow-right:before{content:'\e01b'}.typcn-arrow-shuffle:before{content:'\e01c'}.typcn-arrow-sorted-down:before{content:'\e01d'}.typcn-arrow-sorted-up:before{content:'\e01e'}.typcn-arrow-sync-outline:before{content:'\e01f'}.typcn-arrow-sync:before{content:'\e020'}.typcn-arrow-unsorted:before{content:'\e021'}.typcn-arrow-up-outline:before{content:'\e022'}.typcn-arrow-up-thick:before{content:'\e023'}.typcn-arrow-up:before{content:'\e024'}.typcn-at:before{content:'\e025'}.typcn-attachment-outline:before{content:'\e026'}.typcn-attachment:before{content:'\e027'}.typcn-backspace-outline:before{content:'\e028'}.typcn-backspace:before{content:'\e029'}.typcn-battery-charge:before{content:'\e02a'}.typcn-battery-full:before{content:'\e02b'}.typcn-battery-high:before{content:'\e02c'}.typcn-battery-low:before{content:'\e02d'}.typcn-battery-mid:before{content:'\e02e'}.typcn-beaker:before{content:'\e02f'}.typcn-beer:before{content:'\e030'}.typcn-bell:before{content:'\e031'}.typcn-book:before{content:'\e032'}.typcn-bookmark:before{content:'\e033'}.typcn-briefcase:before{content:'\e034'}.typcn-brush:before{content:'\e035'}.typcn-business-card:before{content:'\e036'}.typcn-calculator:before{content:'\e037'}.typcn-calendar-outline:before{content:'\e038'}.typcn-calendar:before{content:'\e039'}.typcn-camera-outline:before{content:'\e03a'}.typcn-camera:before{content:'\e03b'}.typcn-cancel-outline:before{content:'\e03c'}.typcn-cancel:before{content:'\e03d'}.typcn-chart-area-outline:before{content:'\e03e'}.typcn-chart-area:before{content:'\e03f'}.typcn-chart-bar-outline:before{content:'\e040'}.typcn-chart-bar:before{content:'\e041'}.typcn-chart-line-outline:before{content:'\e042'}.typcn-chart-line:before{content:'\e043'}.typcn-chart-pie-outline:before{content:'\e044'}.typcn-chart-pie:before{content:'\e045'}.typcn-chevron-left-outline:before{content:'\e046'}.typcn-chevron-left:before{content:'\e047'}.typcn-chevron-right-outline:before{content:'\e048'}.typcn-chevron-right:before{content:'\e049'}.typcn-clipboard:before{content:'\e04a'}.typcn-cloud-storage:before{content:'\e04b'}.typcn-cloud-storage-outline:before{content:'\e054'}.typcn-code-outline:before{content:'\e04c'}.typcn-code:before{content:'\e04d'}.typcn-coffee:before{content:'\e04e'}.typcn-cog-outline:before{content:'\e04f'}.typcn-cog:before{content:'\e050'}.typcn-compass:before{content:'\e051'}.typcn-contacts:before{content:'\e052'}.typcn-credit-card:before{content:'\e053'}.typcn-css3:before{content:'\e055'}.typcn-database:before{content:'\e056'}.typcn-delete-outline:before{content:'\e057'}.typcn-delete:before{content:'\e058'}.typcn-device-desktop:before{content:'\e059'}.typcn-device-laptop:before{content:'\e05a'}.typcn-device-phone:before{content:'\e05b'}.typcn-device-tablet:before{content:'\e05c'}.typcn-directions:before{content:'\e05d'}.typcn-divide-outline:before{content:'\e05e'}.typcn-divide:before{content:'\e05f'}.typcn-document-add:before{content:'\e060'}.typcn-document-delete:before{content:'\e061'}.typcn-document-text:before{content:'\e062'}.typcn-document:before{content:'\e063'}.typcn-download-outline:before{content:'\e064'}.typcn-download:before{content:'\e065'}.typcn-dropbox:before{content:'\e066'}.typcn-edit:before{content:'\e067'}.typcn-eject-outline:before{content:'\e068'}.typcn-eject:before{content:'\e069'}.typcn-equals-outline:before{content:'\e06a'}.typcn-equals:before{content:'\e06b'}.typcn-export-outline:before{content:'\e06c'}.typcn-export:before{content:'\e06d'}.typcn-eye-outline:before{content:'\e06e'}.typcn-eye:before{content:'\e06f'}.typcn-feather:before{content:'\e070'}.typcn-film:before{content:'\e071'}.typcn-filter:before{content:'\e072'}.typcn-flag-outline:before{content:'\e073'}.typcn-flag:before{content:'\e074'}.typcn-flash-outline:before{content:'\e075'}.typcn-flash:before{content:'\e076'}.typcn-flow-children:before{content:'\e077'}.typcn-flow-merge:before{content:'\e078'}.typcn-flow-parallel:before{content:'\e079'}.typcn-flow-switch:before{content:'\e07a'}.typcn-folder-add:before{content:'\e07b'}.typcn-folder-delete:before{content:'\e07c'}.typcn-folder-open:before{content:'\e07d'}.typcn-folder:before{content:'\e07e'}.typcn-gift:before{content:'\e07f'}.typcn-globe-outline:before{content:'\e080'}.typcn-globe:before{content:'\e081'}.typcn-group-outline:before{content:'\e082'}.typcn-group:before{content:'\e083'}.typcn-headphones:before{content:'\e084'}.typcn-heart-full-outline:before{content:'\e085'}.typcn-heart-half-outline:before{content:'\e086'}.typcn-heart-outline:before{content:'\e087'}.typcn-heart:before{content:'\e088'}.typcn-home-outline:before{content:'\e089'}.typcn-home:before{content:'\e08a'}.typcn-html5:before{content:'\e08b'}.typcn-image-outline:before{content:'\e08c'}.typcn-image:before{content:'\e08d'}.typcn-infinity-outline:before{content:'\e08e'}.typcn-infinity:before{content:'\e08f'}.typcn-info-large-outline:before{content:'\e090'}.typcn-info-large:before{content:'\e091'}.typcn-info-outline:before{content:'\e092'}.typcn-info:before{content:'\e093'}.typcn-input-checked-outline:before{content:'\e094'}.typcn-input-checked:before{content:'\e095'}.typcn-key-outline:before{content:'\e096'}.typcn-key:before{content:'\e097'}.typcn-keyboard:before{content:'\e098'}.typcn-leaf:before{content:'\e099'}.typcn-lightbulb:before{content:'\e09a'}.typcn-link-outline:before{content:'\e09b'}.typcn-link:before{content:'\e09c'}.typcn-location-arrow-outline:before{content:'\e09d'}.typcn-location-arrow:before{content:'\e09e'}.typcn-location-outline:before{content:'\e09f'}.typcn-location:before{content:'\e0a0'}.typcn-lock-closed-outline:before{content:'\e0a1'}.typcn-lock-closed:before{content:'\e0a2'}.typcn-lock-open-outline:before{content:'\e0a3'}.typcn-lock-open:before{content:'\e0a4'}.typcn-mail:before{content:'\e0a5'}.typcn-map:before{content:'\e0a6'}.typcn-media-eject-outline:before{content:'\e0a7'}.typcn-media-eject:before{content:'\e0a8'}.typcn-media-fast-forward-outline:before{content:'\e0a9'}.typcn-media-fast-forward:before{content:'\e0aa'}.typcn-media-pause-outline:before{content:'\e0ab'}.typcn-media-pause:before{content:'\e0ac'}.typcn-media-play-outline:before{content:'\e0ad'}.typcn-media-play-reverse-outline:before{content:'\e0ae'}.typcn-media-play-reverse:before{content:'\e0af'}.typcn-media-play:before{content:'\e0b0'}.typcn-media-record-outline:before{content:'\e0b1'}.typcn-media-record:before{content:'\e0b2'}.typcn-media-rewind-outline:before{content:'\e0b3'}.typcn-media-rewind:before{content:'\e0b4'}.typcn-media-stop-outline:before{content:'\e0b5'}.typcn-media-stop:before{content:'\e0b6'}.typcn-message-typing:before{content:'\e0b7'}.typcn-message:before{content:'\e0b8'}.typcn-messages:before{content:'\e0b9'}.typcn-microphone-outline:before{content:'\e0ba'}.typcn-microphone:before{content:'\e0bb'}.typcn-minus-outline:before{content:'\e0bc'}.typcn-minus:before{content:'\e0bd'}.typcn-mortar-board:before{content:'\e0be'}.typcn-news:before{content:'\e0bf'}.typcn-notes-outline:before{content:'\e0c0'}.typcn-notes:before{content:'\e0c1'}.typcn-pen:before{content:'\e0c2'}.typcn-pencil:before{content:'\e0c3'}.typcn-phone-outline:before{content:'\e0c4'}.typcn-phone:before{content:'\e0c5'}.typcn-pi-outline:before{content:'\e0c6'}.typcn-pi:before{content:'\e0c7'}.typcn-pin-outline:before{content:'\e0c8'}.typcn-pin:before{content:'\e0c9'}.typcn-pipette:before{content:'\e0ca'}.typcn-plane-outline:before{content:'\e0cb'}.typcn-plane:before{content:'\e0cc'}.typcn-plug:before{content:'\e0cd'}.typcn-plus-outline:before{content:'\e0ce'}.typcn-plus:before{content:'\e0cf'}.typcn-point-of-interest-outline:before{content:'\e0d0'}.typcn-point-of-interest:before{content:'\e0d1'}.typcn-power-outline:before{content:'\e0d2'}.typcn-power:before{content:'\e0d3'}.typcn-printer:before{content:'\e0d4'}.typcn-puzzle-outline:before{content:'\e0d5'}.typcn-puzzle:before{content:'\e0d6'}.typcn-radar-outline:before{content:'\e0d7'}.typcn-radar:before{content:'\e0d8'}.typcn-refresh-outline:before{content:'\e0d9'}.typcn-refresh:before{content:'\e0da'}.typcn-rss-outline:before{content:'\e0db'}.typcn-rss:before{content:'\e0dc'}.typcn-scissors-outline:before{content:'\e0dd'}.typcn-scissors:before{content:'\e0de'}.typcn-shopping-bag:before{content:'\e0df'}.typcn-shopping-cart:before{content:'\e0e0'}.typcn-social-at-circular:before{content:'\e0e1'}.typcn-social-dribbble-circular:before{content:'\e0e2'}.typcn-social-dribbble:before{content:'\e0e3'}.typcn-social-facebook-circular:before{content:'\e0e4'}.typcn-social-facebook:before{content:'\e0e5'}.typcn-social-flickr-circular:before{content:'\e0e6'}.typcn-social-flickr:before{content:'\e0e7'}.typcn-social-github-circular:before{content:'\e0e8'}.typcn-social-github:before{content:'\e0e9'}.typcn-social-google-plus-circular:before{content:'\e0ea'}.typcn-social-google-plus:before{content:'\e0eb'}.typcn-social-instagram-circular:before{content:'\e0ec'}.typcn-social-instagram:before{content:'\e0ed'}.typcn-social-last-fm-circular:before{content:'\e0ee'}.typcn-social-last-fm:before{content:'\e0ef'}.typcn-social-linkedin-circular:before{content:'\e0f0'}.typcn-social-linkedin:before{content:'\e0f1'}.typcn-social-pinterest-circular:before{content:'\e0f2'}.typcn-social-pinterest:before{content:'\e0f3'}.typcn-social-skype-outline:before{content:'\e0f4'}.typcn-social-skype:before{content:'\e0f5'}.typcn-social-tumbler-circular:before{content:'\e0f6'}.typcn-social-tumbler:before{content:'\e0f7'}.typcn-social-twitter-circular:before{content:'\e0f8'}.typcn-social-twitter:before{content:'\e0f9'}.typcn-social-vimeo-circular:before{content:'\e0fa'}.typcn-social-vimeo:before{content:'\e0fb'}.typcn-social-youtube-circular:before{content:'\e0fc'}.typcn-social-youtube:before{content:'\e0fd'}.typcn-sort-alphabetically-outline:before{content:'\e0fe'}.typcn-sort-alphabetically:before{content:'\e0ff'}.typcn-sort-numerically-outline:before{content:'\e100'}.typcn-sort-numerically:before{content:'\e101'}.typcn-spanner-outline:before{content:'\e102'}.typcn-spanner:before{content:'\e103'}.typcn-spiral:before{content:'\e104'}.typcn-star-full-outline:before{content:'\e105'}.typcn-star-half-outline:before{content:'\e106'}.typcn-star-half:before{content:'\e107'}.typcn-star-outline:before{content:'\e108'}.typcn-star:before{content:'\e109'}.typcn-starburst-outline:before{content:'\e10a'}.typcn-starburst:before{content:'\e10b'}.typcn-stopwatch:before{content:'\e10c'}.typcn-support:before{content:'\e10d'}.typcn-tabs-outline:before{content:'\e10e'}.typcn-tag:before{content:'\e10f'}.typcn-tags:before{content:'\e110'}.typcn-th-large-outline:before{content:'\e111'}.typcn-th-large:before{content:'\e112'}.typcn-th-list-outline:before{content:'\e113'}.typcn-th-list:before{content:'\e114'}.typcn-th-menu-outline:before{content:'\e115'}.typcn-th-menu:before{content:'\e116'}.typcn-th-small-outline:before{content:'\e117'}.typcn-th-small:before{content:'\e118'}.typcn-thermometer:before{content:'\e119'}.typcn-thumbs-down:before{content:'\e11a'}.typcn-thumbs-ok:before{content:'\e11b'}.typcn-thumbs-up:before{content:'\e11c'}.typcn-tick-outline:before{content:'\e11d'}.typcn-tick:before{content:'\e11e'}.typcn-ticket:before{content:'\e11f'}.typcn-time:before{content:'\e120'}.typcn-times-outline:before{content:'\e121'}.typcn-times:before{content:'\e122'}.typcn-trash:before{content:'\e123'}.typcn-tree:before{content:'\e124'}.typcn-upload-outline:before{content:'\e125'}.typcn-upload:before{content:'\e126'}.typcn-user-add-outline:before{content:'\e127'}.typcn-user-add:before{content:'\e128'}.typcn-user-delete-outline:before{content:'\e129'}.typcn-user-delete:before{content:'\e12a'}.typcn-user-outline:before{content:'\e12b'}.typcn-user:before{content:'\e12c'}.typcn-vendor-android:before{content:'\e12d'}.typcn-vendor-apple:before{content:'\e12e'}.typcn-vendor-microsoft:before{content:'\e12f'}.typcn-video-outline:before{content:'\e130'}.typcn-video:before{content:'\e131'}.typcn-volume-down:before{content:'\e132'}.typcn-volume-mute:before{content:'\e133'}.typcn-volume-up:before{content:'\e134'}.typcn-volume:before{content:'\e135'}.typcn-warning-outline:before{content:'\e136'}.typcn-warning:before{content:'\e137'}.typcn-watch:before{content:'\e138'}.typcn-waves-outline:before{content:'\e139'}.typcn-waves:before{content:'\e13a'}.typcn-weather-cloudy:before{content:'\e13b'}.typcn-weather-downpour:before{content:'\e13c'}.typcn-weather-night:before{content:'\e13d'}.typcn-weather-partly-sunny:before{content:'\e13e'}.typcn-weather-shower:before{content:'\e13f'}.typcn-weather-snow:before{content:'\e140'}.typcn-weather-stormy:before{content:'\e141'}.typcn-weather-sunny:before{content:'\e142'}.typcn-weather-windy-cloudy:before{content:'\e143'}.typcn-weather-windy:before{content:'\e144'}.typcn-wi-fi-outline:before{content:'\e145'}.typcn-wi-fi:before{content:'\e146'}.typcn-wine:before{content:'\e147'}.typcn-world-outline:before{content:'\e148'}.typcn-world:before{content:'\e149'}.typcn-zoom-in-outline:before{content:'\e14a'}.typcn-zoom-in:before{content:'\e14b'}.typcn-zoom-out-outline:before{content:'\e14c'}.typcn-zoom-out:before{content:'\e14d'}.typcn-zoom-outline:before{content:'\e14e'}.typcn-zoom:before{content:'\e14f'}
/* End */


/* Start:/bitrix/templates/synercon/style.css?1721214344114560*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

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

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

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

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

/* No Js */

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

/*
 *  Owl Carousel - Animate Plugin
 */

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

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

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */

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

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

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

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

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

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

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.card__product:after,
.copyright:after,
.eng__text:after,
.card__product:before,
.copyright:before,
.eng__text:before {
  content: "";
  display: table;
}

.card__product:after,
.copyright:after,
.eng__text:after {
  clear: both;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 31, 2018 */

@font-face {
  font-family: 'lato';
  src: url("/bitrix/templates/synercon/./fonts/lato/lato-bold-webfont.woff2") format("woff2"), url("/bitrix/templates/synercon/./fonts/lato/lato-bold-webfont.woff") format("woff"), url("/bitrix/templates/synercon/./fonts/lato/lato-bold-webfont.ttf") format("truetype"), url("/bitrix/templates/synercon/./fonts/lato/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("/bitrix/templates/synercon/./fonts/lato/lato-hairline-webfont.woff2") format("woff2"), url("/bitrix/templates/synercon/./fonts/lato/lato-hairline-webfont.woff") format("woff"), url("/bitrix/templates/synercon/./fonts/lato/lato-hairline-webfont.ttf") format("truetype"), url("/bitrix/templates/synercon/./fonts/lato/lato-hairline-webfont.svg#latohairline") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("/bitrix/templates/synercon/./fonts/lato/lato-heavy-webfont.woff2") format("woff2"), url("/bitrix/templates/synercon/./fonts/lato/lato-heavy-webfont.woff") format("woff"), url("/bitrix/templates/synercon/./fonts/lato/lato-heavy-webfont.ttf") format("truetype"), url("/bitrix/templates/synercon/./fonts/lato/lato-heavy-webfont.svg#latoheavy") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("/bitrix/templates/synercon/./fonts/lato/lato-light-webfont.woff2") format("woff2"), url("/bitrix/templates/synercon/./fonts/lato/lato-light-webfont.woff") format("woff"), url("/bitrix/templates/synercon/./fonts/lato/lato-light-webfont.ttf") format("truetype"), url("/bitrix/templates/synercon/./fonts/lato/lato-light-webfont.svg#latolight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("/bitrix/templates/synercon/./fonts/lato/lato-medium-webfont.woff2") format("woff2"), url("/bitrix/templates/synercon/./fonts/lato/lato-medium-webfont.woff") format("woff"), url("/bitrix/templates/synercon/./fonts/lato/lato-medium-webfont.ttf") format("truetype"), url("/bitrix/templates/synercon/./fonts/lato/lato-medium-webfont.svg#latomedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("/bitrix/templates/synercon/./fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("/bitrix/templates/synercon/./fonts/lato/lato-regular-webfont.woff") format("woff"), url("/bitrix/templates/synercon/./fonts/lato/lato-regular-webfont.ttf") format("truetype"), url("/bitrix/templates/synercon/./fonts/lato/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("/bitrix/templates/synercon/./fonts/lato/lato-semibold-webfont.woff2") format("woff2"), url("/bitrix/templates/synercon/./fonts/lato/lato-semibold-webfont.woff") format("woff"), url("/bitrix/templates/synercon/./fonts/lato/lato-semibold-webfont.ttf") format("truetype"), url("/bitrix/templates/synercon/./fonts/lato/lato-semibold-webfont.svg#latosemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("/bitrix/templates/synercon/./fonts/lato/lato-thin-webfont.woff2") format("woff2"), url("/bitrix/templates/synercon/./fonts/lato/lato-thin-webfont.woff") format("woff"), url("/bitrix/templates/synercon/./fonts/lato/lato-thin-webfont.ttf") format("truetype"), url("/bitrix/templates/synercon/./fonts/lato/lato-thin-webfont.svg#latothin") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("/bitrix/templates/synercon/./fonts/lato/lato-black-webfont.woff2") format("woff2"), url("/bitrix/templates/synercon/./fonts/lato/lato-black-webfont.woff") format("woff"), url("/bitrix/templates/synercon/./fonts/lato/lato-black-webfont.ttf") format("truetype"), url("/bitrix/templates/synercon/./fonts/lato/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: 900;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
}

.html_fixed {
  overflow-y: hidden;
}

body {
  font-family: 'lato', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.2;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  min-width: 320px;
  padding-bottom: 240px;
}

.container {
  max-width: 1366px;
  padding-left: 65px;
  padding-right: 65px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  /*font-weight: normal;*/
  /*font-size: 1rem;*/
  /*line-height: 1.15;*/
}

.intec-button.intec-button-cl-common {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  width: 200px;
  padding: 15px 10px;
  text-align: center;
  background-color: #004f9f;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.intec-button.intec-button-cl-common:hover {
  border-color: #004f9f;
  color: #004f9f;
  background-color: #fff;
}

textarea {
  resize: none;
}

.about-title {
  font-size: 30px;
  font-weight: 700;
  color: #004f9f;
}

.about {
  padding-bottom: 15px;
}

.about__title {
  margin-bottom: 27px;
  display: inline-block;
}

.about__text p {
  margin-bottom: 18px;
  color: #333;
}
.art_about__title{
  margin-bottom: 27px;
  display: inline-block;
}
.about__text p:last-child {
  margin-bottom: 0;
}

.about__link {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 800;
  border-bottom: none;
  color: #fff;
  background-color: #004f9f;
  border-radius: 4px;
  padding: 12px 5px;
  text-align: center;
  display: none;
}

.about__pic {
  float: right;
  margin-left: 70px;
  margin-bottom: 45px;
  max-width: 523px;
}

.about__pic-elem {
  width: 100%;
}

.about__item {
  padding-top: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.about__item:last-child {
  border-bottom: none;
}

.address {
  padding-left: 50px;
  position: relative;
}

.address__text {
  margin-bottom: 8px;
  color: #fff;
  max-width: 240px;
  font-size: 18px;
  line-height: 31px;
}

.address__pic {
  position: absolute;
  top: 0;
  left: 0;
}

.brand-production {
  text-align: center;
  padding: 20px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.brand-production:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
}

.brand-production__pic {
  width: 100%;
  height: 220px;
  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;
}

.brand-production__pic-elem {
  max-height: 220px;
  max-width: 100%;
  max-height: 100%;
}

.brand-production__text {
  text-align: center;
  color: #004f9f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  max-width: 200px;
  display: inline-block;
  width: 100%;
}

.brand__title {
  font-size: 30px;
  font-weight: 700;
  color: #004f9f;
  margin-bottom: 24px;
}

.brand__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 58px;
}

.brand__pic {
  width: 167px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.brand__pic-elem {
  width: 100%;
  max-width: 200px;
}

.brand__text {
  color: #333333;
  font-size: 16px;
  padding-left: 68px;
}

.brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 69px 0;
}

.brand__item {
  width: 33%;
  margin-bottom: 10px;
}

.brand__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands-preview__common-link {
  color: #004f9f;
  border-bottom: 2px solid #004f9f;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.brands-preview__common-link:hover {
  color: #333;
  border-bottom-color: transparent;
}

.brands-preview__title {
  margin-bottom: 35px;
}

.brands-preview__footer {
  text-align: right;
}

.brands-preview__content {
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands-preview__pic {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.brands-preview__pic_active {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.brands-preview__link {
  display: block;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
  margin-bottom: 10px;
}

.brands__list {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__item {
  width: 25%;
  text-align: center;
  margin-bottom: 117px;
}

.brands__pic {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  max-height: 130px;
}

.brands__pic_active {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.breadcrumbs {
  padding-top: 27px;
  margin-bottom: 20px;
}

.breadcrumbs__item {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  margin-bottom: 4px;
}

.breadcrumbs__item:after {
  content: '\\';
  display: block;
  position: absolute;
  right: -1px;
  top: 2px;
  color: #333333;
  font-size: 14px;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__link {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  line-height: 12px;
  border-bottom: 1px solid transparent;
}

.breadcrumbs__link.active {
  border-bottom: 1px solid #333;
}

.burger {
  display: none;
  z-index: 300;
  width: 39px;
  height: 24px;
}

.burger__trigger {
  position: relative;
  display: block;
  width: 39px;
  height: 24px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.burger__trigger_active .burger__elem-1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  background-color: #004f9f;
}

.burger__trigger_active .burger__elem-2 {
  opacity: 0;
}

.burger__trigger_active .burger__elem-3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  background-color: #004f9f;
}

.burger__elem-1 {
  width: 39px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.burger__elem-2 {
  width: 39px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.burger__elem-3 {
  width: 39px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.button {
  padding: 13px 16px;
  min-width: 224px;
  text-align: center;
  background-color: #004f9f;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.button:hover {
  border-color: #004f9f;
  color: #004f9f;
  background-color: #fff;
  text-decoration: none;
}

.contacts-form-field-content.intec-form-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-form-field-content.intec-form-value img {
  display: block;
  width: unset !important;
  margin-right: 10px;
}

.card-slider {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.card-slider__pic {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.card-slider__pic.active {
  opacity: 1;
}

.card-slider__top {
  margin-bottom: 17px;
  height: 494px;
  position: relative;
  width: 100%;
}

.card-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-slider__img {
  width: 100%;
}

.card-slider__item {
  cursor: pointer;
  border: 2px solid #dddddd;
  margin-left: 35px;
  width: calc(25% - 35px);
  margin-bottom: 10px;
  height: 120px;
}

.card__product {
  margin-bottom: 70px;
  padding-top: 10px;
}

.card__left {
  width: 50%;
}

.card__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__right-top {
  float: right;
  width: 50%;
  margin-bottom: 93px;
}

.card__right-bot {
  float: right;
  width: 50%;
  padding-right: 20px;
}

.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.card__title {
  font-size: 30px;
  font-weight: 700;
  color: #004f9f;
}

.card__button {
  width: 175px;
  padding: 13px 16px;
  text-align: center;
  background-color: #004f9f;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.card__button:hover {
  border-color: #004f9f;
  color: #004f9f;
  background-color: #fff;
}

.card__button.b24-web-form-popup-btn-10 {
  cursor: pointer;
}

.card__button_mobile {
  display: none;
  margin-bottom: 37px;
  width: 100%;
}

.card__text {
  color: #333333;
}

.card__text p {
  color: #333333;
  margin-bottom: 19px;
}

.card__text_pb-10 {
  padding-bottom: 10px;
}

.card__text_desc {
  margin-bottom: 43px;
}

.card__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #004f9f;
  margin-bottom: 15px;
}

.card__subtitle__characteristics {
  margin-bottom: 30px;
}

.card__subtitle_form {
  margin-bottom: 26px;
}

.card__video {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.card__video iframe {
  width: 640px;
  height: 390px;
}

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

.intec-content-left {
  width: 28%;
}

.intec-content-right {
  width: calc(72% - 20px);
  margin-left: 20px;
}

.catalog-menu {
  background-color: #fff;
}

.catalog-menu-item {
  position: relative;
  border: 1px solid #e8e8e8;
  border-bottom: none;
}

.catalog-menu-item-text {
  padding: 14px 14px 14px 30px;
  font-size: 13px;
  line-height: 21px;
  color: #303030;
}

.menu-vertical-item-arrow {
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 18px;
}

.menu-vertical-item-arrow:before {
  content: "\f105";
  display: block;
}

.catalog-menu-submenu {
  display: none;
}

.catalog-menu-submenu-wrapper {
  padding: 10px 30px;
}

.catalog-menu-item-picture {
  padding: 5px 5px;
  cursor: pointer;
  background-color: #f6f6f6;
  margin-bottom: 15px;
}

.catalog-menu-item-picture:last-child {
  margin-bottom: 0;
}

.catalog-menu-item-pucture-text {
  display: block;
  color: #323337;
  font-size: 12px;
}

.intec-sections-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  margin-bottom: 20px;
}

.element-wrapper {
  width: 25%;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.element-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.element {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.element img {
  max-height: 100%;
  max-width: 100%;
  margin-top:auto;
}

.intec-section-info {
  text-align: center;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intec-section-name {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intec-section-name div {
	margin-top:auto;
}


.catalog-section-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e8e8e8;
  padding: 20px 15px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-block {
  width: 150px;
  height: 150px;
  font-size: 0;
  text-align: center;
  margin-right: 15px;
}

.image-block img {
  max-width: 150px;
  max-height: 150px;
}

.element-description {
  padding: 5px 0px 5px 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.element-name {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.intec-cl-text-hover {
  font-size: 16px;
  color: #33312e;
  text-decoration: none;
}

.element-dest {
  margin-bottom: 20px;
  color: #c3c3c3;
}

.intec-button {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  width: 164px;
  padding: 10px 4px;
  text-align: center;
  background-color: #004f9f;
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: block;
}

.intec-button:hover {
  border-color: #004f9f;
  color: #004f9f;
  background-color: #fff;
}

.show-more {
  margin: 20px auto;
  width: 150px;
  text-align: center;
  color: #0a56d3;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.show-more i {
  width: 28px;
  font-size: 16px;
  color: #fff;
  padding: 6px;
  background: #0a56d3;
}

.min-button-block {
  display: none;
}

.intec-panel-sort {
  display: none;
}

.bx-pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bx-pagination-container ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.bx-pagination-container ul li {
  margin: 0 2px 15px 2px;
}

.bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}

.bx-pagination-container ul li .bx-pag-next a span,
.bx-pagination-container ul li .bx-pag-prev a span {
  border: 0;
  padding: 0 18px;
  color: #444;
  display: block;
  width: 15px;
  opacity: 0.4;
  height: 31px;
}

.bx-pagination-container ul li .bx-pag-next a:hover,
.bx-pagination-container ul li .bx-pag-prev a:hover {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.bx-pagination-container ul li .bx-pag-next a:hover span,
.bx-pagination-container ul li .bx-pag-prev a:hover span {
  opacity: 1;
}

.bx-pagination-container ul li .bx-pag-next {
  background: url(/bitrix/templates/synercon/image/arrow_right.png) no-repeat center;
}

.bx-pagination-container ul li span {
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  border-radius: 4px;
}

.bx-pagination-container ul li a {
  border: 1px solid transparent;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
}

.bx-pagination-container ul li a:hover span {
  background: #DADADA;
}

.outer_newel_block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.intec-section-desription {
  margin-top: 20px;
}

.intec-section-desription a {
  color: #337ab7;
}

.intec-section-desription a:hover {
  color: #23527c;
  text-decoration: underline;
}

.catalog-menu.catalog-menu-vertical .catalog-menu-submenu-picture .catalog-menu-item-picture {
  float: none !important;
}

.menu-vertical-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 49px;
  background-color: #f6f6f6;
}

.menu-vertical-item-arrow {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  left: 12px !important;
}

.catalog-menu-item.intec-cl-text-hover.opened .menu-vertical-item-arrow {
  -webkit-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

.characteristics {
  margin-top: 20px;
}

.characteristics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #0071bc;
  min-height: 60px;
}

.characteristics__item-left {
  max-width: 180px;
  color: #333333;
  margin-right: 20px;
}

.characteristics__item-right {
  color: #333333;
  text-align: right;
}

.checkbox-container__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-container__checkbox + label {
  position: relative;
  padding: 0 0 0 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #004f9f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container__checkbox + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -40px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 1px solid #c4c4c4;
}

.checkbox-container__label_form {
  max-width: 200px;
  display: inline-block;
}

.checkbox-container__checkbox + label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: -40px;
  width: 0;
  height: 0;
  background: url("/img/checkbox.svg") center center no-repeat;
  background-size: cover;
  border-radius: 2px;
}

.checkbox-container__checkbox:checked + label:after {
  width: 22px;
  height: 22px;
}

.contacts {
  padding-top: 25px;
  padding-bottom: 60px;
}

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

.contacts__left {
  width: 50%;
  padding-top: 90px;
  padding-bottom: 44px;
}

.contacts__right {
  width: 50%;
}

.contacts__list {
  max-width: 400px;
}

.contacts__item {
  padding-left: 40px;
  position: relative;
  margin-bottom: 40px;
}

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

.contacts__pic {
  position: absolute;
  left: 0;
  top: 5px;
}

.contacts__link {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.contacts__link:hover {
  color: #004f9f;
}

.contacts__text {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.contacts__text-mail {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  padding-left: 4px;
}

.contacts__map {
  height: 464px;
}

.contacts__map-elem {
  width: 100%;
  height: 100%;
}

.copyright {
  background-color: #082450;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.copyright__text {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.copyright__logo {
  float: right;
}

.customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customer__left {
  margin-right: 60px;
}

.customer__text {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
}

.customer__logo {
  margin-bottom: 10px;
  margin-right: 10px;
}

.date_news .date__text {
  font-size: 14px;
}

.date__text {
  vertical-align: top;
  color: #333333;
  font-size: 16px;
}

.date_fz-14 {
  font-size: 14px;
}

.date__pic {
  vertical-align: top;
  margin-right: 10px;
}

.demo {
  padding-bottom: 100px;
}

.demo__slider {
  position: relative;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.demo__slider-item {
  position: relative;
  display: none;
}

.demo__slider-item:first-child {
  display: block;
}

.demo__pic {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.demo__arrow-left {
  width: 62px;
  height: 62px;
  background-color: #004f9f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.demo__arrow-left-elem {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 49px;
}

.demo__arrow-right {
  width: 62px;
  height: 61px;
  background-color: #004f9f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.demo__arrow-right-elem {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 49px;
}

.demo__address {
  padding-left: 47px;
  position: relative;
}

.demo__address-pic {
  position: absolute;
  left: 0;
  top: 0;
}

.demo__title {
  font-size: 18px;
  font-weight: 900;
  color: #004f9f;
}

.demo__desc {
  font-weight: 900;
  color: #333333;
  margin-bottom: 25px;
}

.demo__text {
  font-size: 14px;
  color: #333333;
}

.dot {
  position: absolute;
}

.dot:hover .dot__popup {
  opacity: 1;
  z-index: 1;
}

.dot__elem {
  background-color: #004f9f;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 4px solid #4588bf;
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.dot__popup {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding: 14px 22px;
  width: 190px;
  background-color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: 0;
  z-index: -1;
}

.dot__popup_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 45px;
}

.dot__popup_right:after {
  right: 100%;
  display: block;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}

.dot__popup_left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}

.dot__popup_left:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}

.dot__popup_top {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 45px;
}

.dot__popup_top:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.dot__popup_bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 45px;
}

.dot__popup_bottom:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  15% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {

  }
}

@keyframes scale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  15% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {

  }
}

.eng-footer {
  background-color: #004f9f;
  padding-top: 13px;
  min-width: 320px;
  margin-top: -202px;
  position: relative;
}

.eng-footer__list {
  padding-bottom: 35px;
  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;
}

.eng-footer__mail {
  margin-top: 30px;
  width: 100%;
}

.eng {
  padding-top: 28px;
  padding-bottom: 25px;
}

.eng__title {
  margin-bottom: 27px;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  color: #004f9f;
}

.eng__text {
  margin-bottom: 18px;
}

.eng__text p {
  margin-bottom: 18px;
  color: #333;
}

.eng__text p:last-child {
  margin-bottom: 0;
}

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

.eng__link {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 800;
  border-bottom: none;
  color: #fff;
  background-color: #004f9f;
  border-radius: 4px;
  padding: 12px 5px;
  text-align: center;
  display: none;
  margin-bottom: 25px;
}

.eng__pic {
  float: right;
  margin-left: 70px;
  margin-bottom: 45px;
  max-width: 523px;
}

.eng__pic_bot {
  float: left;
  margin-left: 0;
  margin-right: 70px;
}

.eng__pic-elem {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.eng__capcha {
  margin-bottom: 30px;
}

.equipment {
  padding-top: 23px;
}

.equipment__title {
  margin-bottom: 24px;
}

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

.equipment__item {
  width: 25%;
  margin-bottom: 26px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.equipment__item:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
}

.equipment__pic {
  height: 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.equipment__pic-elem {
  max-width: 100%;
  max-height: 100%;
}

.equipment__text {
  color: #082450;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.equipment__link {
  padding: 20px;
  display: block;
}

.error {
  max-width: 700px;
  margin: 0 auto 100px;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error__left {
  font-weight: 700;
  font-size: 188px;
  color: #004f9f;
  line-height: 1;
  padding-right: 25px;
}

.error__right {
  font-size: 30px;
  font-weight: 700;
  padding-left: 25px;
  color: #004f9f;
}

.file {
  margin-bottom: 35px;
}

.file__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 310px;
}

.file__text-top {
  color: #004f9f;
}

.file__text-bot {
  color: #919191;
  font-size: 14px;
}

.file__input {
  display: none;
}

.file__content {
  display: none;
}

.file__link {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #004f9f;
  border-bottom: 1px solid #004f9f;
  margin-left: 5px;
}

.file__link:hover {
  color: #333;
  border-bottom-color: transparent;
}

.file__left-pic {
  margin-right: 20px;
}

.file__right-pic {
  margin-left: 20px;
}

.footer {
  background-color: #004f9f;
  padding-top: 13px;
  min-width: 320px;
  margin-top: -240px;
  position: relative;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.footer__vertical-nav {
  padding-top: 5px;
  width: 25%;
  max-width: 300px;
}

.footer__socials {
  min-height: 50px;
  width: 16%;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

.footer__phones {
  padding-top: 5px;
  vertical-align: top;
  width: 25%;
  grid-area: phones;
}

.footer__address {
  width: 34%;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.footer__mail {
  min-height: 50px;
  margin-top: 10px;
  margin-left: -50px;
}

.form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-inputs_card .form-inputs__left {
  margin-bottom: 15px;
}

.form-inputs_card .form-inputs__textarea {
  height: 124px;
}

.form-inputs__left {
  width: 50%;
  padding-right: 30px;
}

.form-inputs__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-inputs__title {
  color: #333333;
  font-size: 18px;
  margin-bottom: 5px;
  width: 100%;
}

.form-inputs__input {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  width: 100%;
  height: 42px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}

.form-inputs__input.validation-error {
  border-color: red;
}

.form-inputs__item {
  margin-bottom: 15px;
}

.form-inputs__item:last-child {
  margin-bottom: 0;
}

.form-inputs__textarea {
  height: 100%;
  resize: none;
  width: 100%;
  border: 1px solid #c4c4c4;
  outline: none;
  padding: 10px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 110px 30px 27px;
  background-color: #c9e9f6;
  position: relative;
}

.form_card .form__left {
  padding-right: 60px;
}

.form_card .form__right {
  padding-top: 28px;
}

.form:before,
.form:after {
  content: '';
  display: block;
  background-color: #c9e9f6;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 50vw;
}

.form:before {
  right: 100%;
}

.form:after {
  left: 100%;
}

.form__left {
  padding-right: 26px;
  border-right: 3px solid #fff;
  width: 67%;
}

.form__right {
  width: 33%;
  padding-left: 57px;
}

.form__checkbox-container {
  max-width: 263px;
  padding-left: 40px;
  margin-bottom: 25px;
}

.form__submit-elem {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  width: 200px;
  padding: 15px 10px;
  text-align: center;
  background-color: #004f9f;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.form__submit-elem:hover {
  border-color: #004f9f;
  color: #004f9f;
  background-color: #fff;
}

.form__capcha {
  margin-bottom: 25px;
  margin-top: 30px;
}

.form__capcha img {
  margin-bottom: 20px;
}

.form__capcha input {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  width: 100%;
  height: 42px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}

.form__capcha_eng {
  margin-top: 0;
}

.form__capcha img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.form2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 110px 30px 30px;
  background-color: #c9e9f6;
  position: relative;
}

.form2:before,
.form2:after {
  content: '';
  display: block;
  background-color: #c9e9f6;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 50vw;
}

.form2:before {
  right: 100%;
}

.form2:after {
  left: 100%;
}

.form2__left {
  padding-right: 26px;
  border-right: 3px solid #fff;
  width: 70%;
}

.form2__right {
  width: 30%;
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form2__checkbox-container {
  max-width: 263px;
  padding-left: 40px;
  margin-bottom: 30px;
}

.form2__submit-elem {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  width: 200px;
  padding: 15px 10px;
  text-align: center;
  background-color: #004f9f;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.form2__submit-elem:hover {
  border-color: #004f9f;
  color: #004f9f;
  background-color: #fff;
}

.form2__capcha {
  margin-bottom: 25px;
}

.form2__capcha input {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  width: 100%;
  height: 42px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}

.form2__capcha img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.header__phone {
  text-align: left;
  margin-top: 10px;
  position: absolute;
  top: 27px;
  left: 43%;
}

div.header__phone_text_div
{
  margin-left: 34px;
  margin-right: 35px;
}
.header__phone-link {
  white-space: nowrap;
  margin-left: 17px;
  font-size: 20px;
  font-weight: 900;
  color: #0d47a1;
}
.header_socials-pic {
  border-style: solid;
  border-radius: 10px;
  border-color: #004f9f;
  background: #004f9f;
  width: 50px;
  height: 50px;
}

.header__logo {
  width: 428px;
}
.header_socials-pic
{
  border-style: solid;
  border-radius: 10px;
  border-color: #004f9f;
  background:#004f9f;
  width: 50px;
  height: 50px;

}
.header_icon
{
  padding-right: 20px;
  padding-top: 5px;
}
.header__logo-elem {
  width: 100%;
}

.header__top {
  padding-top: 23px;
  position: relative;
  padding-bottom: 23px;
}

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

.header__nav_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

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

.header__lang {
  margin-left: 80px;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 16px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.header__link:hover {
  border-color: #004f9f;
}

.header__link.header__link-borderless:hover {
  border-color: rgba(0, 0, 0, 0);
}

.header__link-pic {
  margin-right: 13px;
}

.header__link-text {
  color: #0d47a1;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.header__link-text.header__email__link{
  margin-left: 8px;
  font-size: 20px;
}

table.header__buttons_table{
  margin-right: 35px;
}
div.header__phone_text_div
{
  margin-left: 34px;
  margin-right: 35px;
  margin-top: 16px;
}
table.header__buttons_table_right{
  margin-right: 35px;
}
.lang__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang__pic {
  margin-right: 10px;
}

.lang__text {
  font-size: 20px;
  font-weight: 900;
  color: #0d47a1;
}

.link {
  color: #004f9f;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #004f9f;
  display: inline-block;
}

.list__item {
  padding-left: 12px;
  position: relative;
  color: #333333;
}

.list__item:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.logo-list__item {
  text-align: center;
}

.logo-list__link {
  display: block;
}

.logo-list__pic {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.logo-list__pic_active {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.logos__title {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}

.logos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logos__item {
  margin-right: 45px;
  margin-bottom: 10px;
}

.logos__item:last-child {
  margin-right: 0;
}

.logos__pic {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.logos__pic_active {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.mail {
  padding-left: 53px;
  position: relative;
}

.mail__item {
  margin-bottom: 10px;
}

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

.mail__link {
  color: #fff;
  font-size: 18px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-bottom: 1px solid transparent;
}

.mail__link:hover {
  border-bottom-color: #fff;
}

.mail__pic {
  position: absolute;
  left: 0;
  top: 0;
}

.nav {
  background-color: #004f9f;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav__text {
  font-size: 18px;
  color: #fff;
}

.nav__phone-link.button {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  margin-bottom:10px;
}

.nav__container {
  position: relative;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 65px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.nav__list_hidden {
  opacity: 0;
}

.nav__list_active {
  -webkit-transform: translateX(-70vw);
  -ms-transform: translateX(-70vw);
  transform: translateX(-70vw);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.nav__item {
  margin-right: 30px;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__item_phone {
  margin-top: 40px;
  display: none;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__item_phone {
  margin-top: 40px;
  display: none;
}
.nav__link {
  color: #fff;
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 18px;
  border-bottom: 1px solid transparent;
}

.nav__link:hover {
  border-bottom: 1px solid #fff;
}

.nav__link.active {
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

.nav__search {
  position: absolute;
  right: 65px;
  top: -24px;
}

.nav__search-elem {
  width: 15px;
  width: 24px;
}


.art-common {
  padding-bottom: 45px;
}

.art-common__item {
  list-style-type: none;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.art-common__item:first-child {
  padding-top: 0;
}

.art-common__item:last-child {
  border-bottom: none;
}

.art-preview__title {
  margin-bottom: 27px;
}

.art-preview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.art-preview__content-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.art-preview__content-left:hover .art-preview__link {
  color: #333;
  border-bottom-color: transparent;
}

.art-preview__content-right {
  padding-left: 85px;
  width: 485px;
}

.art-preview__text {
  color: #333333;
}

.art-preview__subtitle {
  margin-bottom: 27px;
  font-weight:700;
  font-size:20px;
  color:#004f9f;

}

.art-preview__pic_art-common {
  width: 400px;
  text-align: right;
}

.art-preview__pic-elem {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.art-preview__date {
  margin-bottom: 15px;
}

.art-preview__link {
  color: #004f9f;
  border-bottom: 1px solid #004f9f;
  margin-left: 5px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.art-preview__footer {
  text-align: right;
}

.art-preview__content {
  margin-bottom: 40px;
}

.art-preview__content_mb-0 {
  margin-bottom: 0;
}

.art-preview__common-link {
  color: #004f9f;
  border-bottom: 2px solid #004f9f;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.art-preview__common-link:hover {
  color: #333;
  border-bottom-color: transparent;
}

.art-previews {
  background-color: #eeeeee;
  padding-top: 21px;
  position: relative;
}

.art-previews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 44px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.art-previews__list {
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.art-previews__item {
  margin-left: 50px;
  width: calc(33.33333333% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 355px;
  margin-bottom: 68px;
}

.art {
  padding-bottom: 50px;
}

.art__title {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #004f9f;
  display: block;
}

.art__text {
  margin-bottom: 52px;
}

.art__text p {
  margin-bottom: 18px;
  color: #333;
}

.art__text p:last-child {
  margin-bottom: 0;
}

.art__pic {
  float: right;
  margin-left: 70px;
  margin-bottom: 45px;
  max-width: 523px;
}

.art__pic-elem {
  width: 100%;
}

.art__video {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 640px;
  height: 360px;
}

.art__video iframe {
  width: 100%;
  height: 100%;
}

.art__date {
  margin-bottom: 10px;
}
.news-common {
  padding-bottom: 45px;
  background-color: #eee;
}
.news-common__list {
  margin-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
}

.news-common__item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.news-common__item:first-child {
  padding-top: 0;
}

.news-common__item:last-child {
  border-bottom: none;
}

.news-preview__title {
  margin-bottom: 27px;
}

.news-preview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-preview__content-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-preview__content-left:hover .news-preview__link {
  color: #333;
  border-bottom-color: transparent;
}

.news-preview__content-right {
  padding-left: 85px;
  width: 485px;
}

.news-preview__text {
  color: #333333;
}

.news-preview__subtitle {
  font-weight: 700;
  font-size: 20px;
  color: #004f9f;
  margin-bottom: 27px;
}

.news-preview__pic_news-common {
  width: 400px;
  height: 200px;
  text-align: right;
}
news-preview__pic-elem {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.news-preview__date {
  margin-bottom: 15px;
  margin-left: 5px
}
.news-preview__link {
  color: #004f9f;
  border-bottom: 1px solid #004f9f;
  margin-left: 5px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.news-preview__footer {
  text-align: right;
}

.news-preview__content {
  margin-bottom: 40px;
}

.news-preview__content_mb-0 {
  margin-bottom: 0;
}

.news-preview__common-link {
  color: #004f9f;
  border-bottom: 2px solid #004f9f;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.news-preview__common-link:hover {
  color: #333;
  border-bottom-color: transparent;
}

.news-previews {
  background-color: #eeeeee;
  padding-top: 21px;
  position: relative;
}

.news-previews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 44px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.news-previews__list {
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-previews__item {
  margin-left: 50px;
  width: calc(33.33333333% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 355px;
  margin-bottom: 68px;
}

.news {
  padding-bottom: 50px;
}

.news__title {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #004f9f;
  display: block;
}

.news__text {
  margin-bottom: 52px;
}

.news__text p {
  margin-bottom: 18px;
  color: #333;
}

.news__text p:last-child {
  margin-bottom: 0;
}

.news__pic {
  float: right;
  margin-left: 70px;
  margin-bottom: 45px;
  max-width: 523px;
}

.news__pic-elem {
  width: 100%;
}

.news__video {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 640px;
  height: 360px;
}

.news__video iframe {
  width: 100%;
  height: 100%;
}

.news__date {
  margin-bottom: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev:last-child,
.owl-carousel .owl-nav button.owl-next:last-child,
.owl-carousel button.owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel .owl-nav button.owl-prev.active,
.owl-carousel .owl-nav button.owl-next.active,
.owl-carousel button.owl-dot.active {
  background-color: #fff;
}

.owl-dots {
  margin-top: -30px;
  position: relative;
  text-align: center;
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.paginator__button {
  color: #333333;
  padding: 11px 5px;
  background-color: #dcdcdc;
  width: 100px;
  border-radius: 4px;
  text-align: center;
}

.paginator__button_active {
  color: #fff;
  background-color: #004f9f;
  border: 2px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.paginator__button_active:hover {
  border-color: #004f9f;
  color: #004f9f;
  background-color: #fff;
}

.paginator__text {
  text-align: center;
}

.paginator__text-elem {
  color: #333333;
  margin-right: 18px;
  display: inline-block;
  width: 19px;
  text-align: center;
}

.paginator__text-elem:last-child {
  margin-right: 0;
}

.paginator__text-elem_active {
  color: #fff;
  background-color: #082450;
}

.phones {
  padding-left: 50px;
  position: relative;
}

.phones__item {
  margin-bottom: 10px;
}

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

.phones__link {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-bottom: 1px solid transparent;
}

.phones__link:hover {
  border-bottom-color: #fff;
}

.phones__pic {
  position: absolute;
  left: 0;
  top: 0;
}

.pic-list {
  margin-bottom: 40px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.pic-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -21px;
}

.pic-list__item {
  margin-left: 21px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 2px solid transparent;
  margin-bottom: 10px;
}

.pic-list__item_active {
  border-color: #004f9f;
}

.pic-list__item:last-child {
  margin-right: 0;
}

.pic-list__link {
  display: block;
  width: 187px;
  height: 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.preview-block {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}

.preview-block_bordered {
  border: 1px solid rgba(51, 51, 51, 0.25);
}

.preview-block_active {
  -webkit-box-shadow: 0px 0px 5.58px 0.42px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 5.58px 0.42px rgba(51, 51, 51, 0.25);
}

.preview-block__desc {
  padding: 22px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.preview-block__text {
  font-weight: 900;
  color: #004f9f;
  font-size: 20px;
  margin-bottom: 15px;
}

.preview-block__pic {
  overflow: hidden;
}

.preview-block__pic-elem {
  width: 100%;
}

.preview-block__date {
  margin-bottom: 18px;
}

.preview-block__link {
  margin-top: -5px;
}

.preview-block__details {
  margin-top: auto;
}

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

.project__left {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project__left:hover .project__link {
  color: #333;
  border-bottom-color: transparent;
}

.project__right {
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  text-align: center;
}

.project__title {
  font-size: 20px;
  font-weight: 700;
  color: #004f9f;
  margin-bottom: 17px;
}

.project__text {
  color: #333333;
}

.project__link {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #004f9f;
  border-bottom: 1px solid #004f9f;
  margin-left: 5px;
}

.project__pic {
  max-width: 100%;
  max-height: 320px;
}

.project__desc {
  margin-bottom: 20px;
}

.project__customer {
  min-height: 86px;
}

.projects-done {
  padding-bottom: 50px;
}

.projects-done__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects-done__desc {
  padding-bottom: 30px;
  width: 50%;
  padding-right: 20px;
}

.projects-done__slider {
  width: 50%;
  position: relative;
  height: 293px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.projects-done__pic {
  max-width: 100%;
  max-height: 100%;
}

.projects-done__arrow-left {
  width: 28px;
  height: 34px;
  background-color: #004f9f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.projects-done__arrow-left-elem {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.projects-done__arrow-right {
  width: 28px;
  height: 34px;
  background-color: #004f9f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.projects-done__arrow-right-elem {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.projects-done__title {
  color: #004f9f;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.projects-done__text {
  font-size: 17px;
  color: #333333;
}

.projects-done__photos {
  margin-bottom: 39px;
}

.projects-done__photos-list {
  margin-left: -21px;
  font-size: 0;
  text-align: right;
}

.projects-done__photo {
  font-size: 1rem;
  overflow: hidden;
  margin-left: 21px;
  display: inline-block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 2px solid transparent;
  margin-bottom: 10px;
}

.projects-done__photo_active {
  border-color: #004f9f;
}

.projects-done__link {
  display: block;
  width: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 187px;
  height: 125px;
}

.projects-done__about-text p {
  color: #333333;
  font-size: 16px;
  margin-bottom: 20px;
}

.projects-preview {
  padding-top: 50px;
  position: relative;
}

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

.projects-preview__list {
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects-preview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 68px;
  width: calc(33.33333333% - 50px);
  min-height: 355px;
  margin-left: 50px;
}

.projects {
  padding-bottom: 45px;
}

.projects__list {
  padding-top: 30px;
  margin-bottom: 35px;
}

.projects__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 18px;
}

.search {
  overflow: hidden;
  height: 70px;
  width: 26px;
}

.search_active {
  width: 100%;
}

.search_active .search__pic {
  right: 0;
  position: absolute;
  z-index: 1;
}

.search__input {
  position: absolute;
  left: 100%;
  width: 100vw;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #5285ba;
  border: none;
  height: 42px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  height: 70px;
}

.search__input::-webkit-input-placeholder {
  color: #fff;
}

.search__input:-moz-placeholder {
  color: #fff;
}

.search__input::-moz-placeholder {
  color: #fff;
}

.search__input:-ms-input-placeholder {
  color: #fff;
}

.search__pic {
  width: 24px;
  padding-top: 24px;
  vertical-align: middle;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.search__pic_hidden {
  opacity: 0;
  z-index: -1;
}

.search__submit {
  position: absolute;
  right: 44px;
  z-index: 1;
  top: 21px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.search__submit_active {
  display: block;
}

.search__close {
  width: 25px;
  height: 24px;
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 23px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
  cursor: pointer;
}

.search__close_active {
  display: block;
}

.search__close-elem-1 {
  width: 26px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

.search__close-elem-3 {
  width: 26px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.service {
  padding-top: 30px;
}

.service__title {
  font-size: 30px;
  font-weight: 700;
  color: #004f9f;
  margin-bottom: 30px;
}

.service__text {
  margin-bottom: 50px;
}

.service__text p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 25px;
}

.service__list {
  margin-bottom: 30px;
}

.service__button {
  display: none;
  width: 100%;
  margin-bottom: 50px;
}

.slider {
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.slider__pic {
  position: absolute;
  left: 0;
  width: 100%;
}

.slider__pic-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 300px;
}

.slider__item {
  position: relative;
  min-height: 300px;
}

.slider__content {
  position: relative;
  padding-top: 65px;
  max-width: 775px;
  padding-left: 66px;
  padding-bottom: 60px;
}

.slider__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 43px;
  line-height: 1.2;
}

.slider__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.slider__link {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
}

.slider__link:hover {
  border-bottom-color: transparent;
}

.slow-show {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}

.slow-show_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.socials__link {
  margin-right: 19px;
}

.socials__link:last-child {
  margin-right: 0;
  display: inline-block;
}
.social_text {
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 10px;
}
.title {
  color: #004f9f;
  font-weight: 900;
  font-size: 30px;
}

.vacancies-preview__title {
  margin-bottom: 27px;
}

.vacancies-preview__subtitle {
  font-weight: 700;
  font-size: 20px;
  color: #004f9f;
  margin-bottom: 20px;
}

.vacancies-preview__footer {
  text-align: right;
  margin-top: 40px;
}

.vacancies-preview__text {
  color: #333333;
}

.vacancies-preview__link {
  color: #004f9f;
  border-bottom: 1px solid #004f9f;
  margin-left: 5px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.vacancies-preview__link:hover {
  color: #333;
  border-bottom-color: transparent;
}

.vacancies-preview__content {
  margin-bottom: 40px;
}

.vacancies-preview__content:hover .vacancies-preview__link {
  color: #333;
  border-bottom-color: transparent;
}

.vacancies-preview__common-link {
  color: #004f9f;
  border-bottom: 2px solid #004f9f;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.vacancies-preview__common-link:hover {
  color: #333;
  border-bottom-color: transparent;
}

.vacancies {
  padding-bottom: 50px;
}

.vacancies__title {
  color: #004f9f;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 17px;
}

.vacancies__list {
  padding-top: 14px;
  padding-bottom: 23px;
}

.vacancies__item {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 16px;
  padding-bottom: 20px;
}

.vacancies__item:last-child {
  border-bottom: none;
}

.vacancies__text {
  margin-bottom: 20px;
  color: #333;
}

.vacancies__footer {
  text-align: right;
}

.vacancies__link {
  color: #004f9f;
  font-size: 18px;
  font-weight: 900;
  border-bottom: 2px solid #004f9f;
  display: inline-block;
  line-height: 23px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.vacancies__link:hover {
  color: #333;
  border-bottom-color: transparent;
}

.vacancy-contacts {
  margin-bottom: 43px;
}

.vacancy-contacts__title {
  font-size: 20px;
  color: #004f9f;
  font-weight: 700;
  margin-bottom: 18px;
}

.vacancy-contacts__phone-link {
  padding-left: 4px;
}

.vacancy-contacts__mail {
  margin-bottom: 18px;
}

.vacancy-contacts__mail-link {
  padding-left: 4px;
}

.vacancy-contacts__pic {
  vertical-align: middle;
  margin-right: 15px;
}

.vacancy-contacts__text {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.vacancy-contacts__text:hover {
  color: #004f9f;
}

.vacancy-contacts__tel {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}

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

.vacancy-contacts__link-elem {
  font-weight: 900;
  font-size: 20px;
  border-radius: 4px;
  color: #fff;
  padding: 11px 10px;
  text-align: center;
  width: 224px;
  background-color: #004f9f;
  display: inline-block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 2px solid transparent;
}

.vacancy-contacts__link-elem:hover {
  border-color: #004f9f;
  color: #004f9f;
  background-color: #fff;
}

.vacancy__title {
  color: #004f9f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.vacancy__desc {
  color: #333333;
  margin-bottom: 20px;
}

.vacancy__subtitle {
  color: #333333;
  font-weight: 700;
}

.vacancy__lists {
  margin-bottom: 44px;
}

.vacancy__items {
  margin-bottom: 20px;
}

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

.vacancy__item {
  padding-left: 12px;
  position: relative;
  color: #333333;
}

.vacancy__item:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.vertical-nav__item {
  margin-bottom: 9px;
}

.vertical-nav__item:last-child {
  margin-bottom: 0;
}

.vertical-nav__link {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-bottom: 1px solid transparent;
}

.vertical-nav__link:hover {
  border-bottom-color: #fff;
}

.header__top .header__buttons .header__buttons_table{
  margin: 0;
}
.header__top .header__buttons .header__phone_text_div .header__link {
  margin-right: 0;
}
@media (min-width: 1101px) {
  .footer__list .socials .socials__link:last-child {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1366px) {
  .header__phone {
    position: static;
    padding-right: 318px;
  }
}

@media screen and (max-width: 1100px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .art_about__title{
    margin-bottom: 27px;
    display: inline-block;
    margin-top: 0px;
  }
  .about-title {
    font-size: 24px;
    margin-bottom: 21px;
  }

  .about__pic {
    width: 50%;
    max-width: unset;
    margin-left: 15px;
    margin-bottom: 20px;
  }

  .about__item {
    padding-bottom: 25px;
  }

  .brand-production__pic {
    height: 165px;
  }

  .brand-production__text {
    font-size: 14px;
  }

  .brand__title {
    font-size: 24px;
  }

  .brand__list {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }

  .brands-preview__content {
    padding-left: 0;
    padding-right: 0;
  }

  .brands__list {
    padding-top: 46px;
  }

  .brands__item {
    margin-bottom: 66px;
    width: 33%;
  }

  .breadcrumbs {
    padding-top: 30px;
  }

  .button {
    min-width: 176px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card-slider {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: 55px;
    width: 100%;
    padding-right: 0px;
  }

  .card-slider__top {
    text-align: center;
    margin-bottom: 38px;
    height: 390px;
  }

  .card__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .card__product:after,
  .card__product:before {
    display: none;
  }

  .card__right-top {
    width: 100%;
    margin-bottom: 23px;
  }

  .card__right-bot {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    padding-right: 0px;
  }

  .card__header {
    margin-bottom: 23px;
  }

  .card__video {
    margin-bottom: 59px;
  }

  .element-wrapper {
    width: 50%;
  }

  .characteristics__item-left {
    max-width: 50%;
  }

  .contacts {
    padding-bottom: 25px;
    padding-top: 40px;
  }

  .contacts__left {
    width: 100%;
    padding-top: 0;
  }

  .contacts__right {
    width: 100%;
  }

  .contacts__map {
    margin-left: -30px;
    width: calc(100% + 60px);
    height: 575px;
  }

  .date {
    font-size: 10px;
  }

  .date_fz-14 {
    font-size: 14px;
  }

  .date__pic {
    width: 9px;
    margin-right: 6px;
  }

  .date__pic_news-preview {
    width: 15px;
  }

  .demo {
    padding-bottom: 20px;
  }

  .demo__slider {
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .demo__arrow-left-elem {
    width: 16px;
    height: 31px;
  }

  .demo__arrow-left {
    width: 39px;
    height: 39px;
  }

  .demo__arrow-right-elem {
    width: 16px;
    height: 31px;
  }

  .demo__arrow-right {
    width: 39px;
    height: 39px;
  }

  .dot__elem {
    width: 14px;
    height: 14px;
    border: 2px solid #4588bf;
  }

  .dot__popup {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 2px;
    width: 160px;
  }

  .dot__popup_right {
    left: 35px;
  }

  .dot__popup_right:after {
    border-width: 13px;
    margin-top: -13px;
  }

  .dot__popup_left {
    right: 35px;
  }

  .dot__popup_left:after {
    border-width: 13px;
    margin-top: -13px;
  }

  .dot__popup_top {
    bottom: 35px;
  }

  .dot__popup_top:after {
    border-width: 13px;
    margin-left: -13px;
  }

  .dot__popup_bottom {
    top: 35px;
  }

  .dot__popup_bottom:after {
    border-width: 13px;
    margin-left: -13px;
  }

  .eng-footer {
    padding-top: 18px;
  }

  .eng-footer__phones {
    width: 50%;
  }

  .eng-footer__mail {
    width: 50%;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

  .eng-footer__address {
    width: 50%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .eng-footer__socials {
    width: 50%;
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }

  .eng__title {
    font-size: 24px;
    margin-bottom: 21px;
  }

  .eng__pic {
    width: 50%;
    max-width: unset;
    margin-left: 15px;
    margin-bottom: 20px;
  }

  .eng__pic_bot {
    margin-left: 0;
  }

  .equipment {
    padding-top: 33px;
    padding-bottom: 45px;
  }

  .equipment__title {
    margin-bottom: 18px;
  }

  .equipment__list {
    margin-left: -5%;
  }

  .equipment__item {
    width: 20%;
    margin-bottom: 10px;
    margin-left: 5%;
  }

  .equipment__text {
    font-size: 14px;
  }

  .error {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .error__left {
    padding-right: 0;
    margin-bottom: 80px;
  }

  .error__right {
    padding-left: 0;
    max-width: 400px;
    text-align: center;
  }

  .file {
    width: 50%;
    padding-right: 30px;
  }

  .footer {
    padding-top: 18px;
  }

  .footer__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 36px;
  }

  .footer__vertical-nav {
    width: 50%;
    padding-top: 0;
    margin-bottom: 18px;
  }

  .footer__socials {
    width: 50%;
    float: none;
    text-align: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__phones {
    width: 34%;
    padding-top: 0;
  }

  .footer__address {
    width: 50%;
  }

  .footer__mail {
    margin-top: 0;
  }

  .form-inputs_card .form-inputs__right {
    margin-bottom: 15px;
  }

  .form_card .form__left {
    padding-right: 0;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-right: 30px;
  }

  .form__left {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
    border-right: none;
  }

  .form__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
  }

  .form__checkbox-container {
    width: 50%;
    max-width: unset;
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .form__submit {
    width: 50%;
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .form__capcha {
    width: 50%;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 30px;
  }

  .form__capcha img {
    width: unset;
  }

  .form2:before,
  .form2:after {
    display: none;
  }

  .form2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-right: 30px;
  }

  .form2__left {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
    border-right: none;
  }

  .form2__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .form2__checkbox-container {
    max-width: unset;
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
    text-align: center;
  }

  .form2__submit {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    text-align: center;
  }

  .form2__capcha {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

  .form2__capcha img {
    width: unset;
  }

  .header__phone {
    padding-right: 237px;
  }

  .header__logo {
    width: 203px;
  }

  .header__top {
	position: static;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .header__lang {
    margin-left: 25px;
  }

  .header__link {
    margin-right: 39px;
  }

  .header__link_eng {
    margin-right: 25px;
  }

  .link {
    font-size: 10px;
  }

  .logo-list {
    padding-bottom: 44px;
    overflow: auto;
  }

  .logo-list__pic {
    width: 60%;
  }

  .nav {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .nav__item {
    margin-right: 22px;
  }

  .nav__link {
    font-size: 14px;
  }

  .nav__search {
    right: 30px;
    top: -21px;
  }
  .art-preview__text {
    font-size: 14px;
    line-height: 17px;
  }
  .art-preview__pic_news-common {
    width: 100%;
  }
  .news-preview__content-left {
    width: 50%;
  }

  .news-preview__content-right {
    width: 50%;
    min-width: unset;
    padding-left: 16px;
  }

  .news-preview__text {
    font-size: 14px;
    line-height: 17px;
    margin-top:auto;
  }

  .news-preview__pic_news-common {
    width: 100%;
  }

  .news-previews__header {
    margin-bottom: 22px;
  }

  .news-previews__list {
    margin-left: -24px;
  }

  .news-previews__item {
    min-height: 204px;
    margin-left: 24px;
    margin-bottom: 35px;
    width: calc(33.33333333% - 24px);
  }

  .news__title {
    font-size: 24px;
    margin-bottom: 21px;
  }

  .news__pic {
    width: 50%;
    max-width: unset;
    margin-left: 15px;
    margin-bottom: 20px;
  }

  .paginator {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .phones__list {
    margin-bottom: 36px;
  }

  .pic-list__list {
    margin-left: -14px;
    display: block;
    white-space: nowrap;
    font-size: 0;
  }

  .pic-list {
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow-x: auto;
  }

  .pic-list__item {
    margin-left: 14px;
    display: inline-block;
  }

  .pic-list__link {
    height: 84px;
    width: 116px;
  }

  .preview-block__desc {
    padding: 16px 14px;
  }

  .preview-block__text {
    font-size: 14px;
    margin-bottom: 9px;
  }

  .preview-block__date {
    margin-bottom: 0;
  }

  .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project__left {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }

  .project__right {
    max-height: 209px;
    overflow: hidden;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  .project__pic {
    max-height: 209px;
  }

  .project__desc {
    margin-bottom: 25px;
  }

  .projects-done__desc {
    width: 100%;
    padding-right: 0;
  }

  .projects-done__slider {
    width: 100%;
  }

  .projects-done__pic {
    width: 100%;
  }

  .projects-done__arrow-left {
    display: none;
  }

  .projects-done__arrow-right {
    display: none;
  }

  .projects-done__title {
    font-size: 24px;
  }

  .projects-done__photos {
    margin-left: -30px;
    width: calc(100% + 60px);
    overflow-x: auto;
  }

  .projects-done__photos-list {
    text-align: left;
    white-space: nowrap;
    margin-left: -14px;
  }

  .projects-done__photo {
    margin-left: 14px;
  }

  .projects-done__link {
    height: 84px;
    width: 116px;
  }

  .projects-preview {
    padding-bottom: 0;
    padding-top: 29px;
  }

  .projects-preview__header {
    margin-bottom: 16px;
  }

  .projects-preview__list {
    margin-left: -24px;
  }

  .projects-preview__item {
    min-height: 204px;
    margin-bottom: 20px;
    margin-left: 24px;
    width: calc(33.33333333% - 24px);
  }

  .projects__list {
    padding-top: 0;
  }

  .search {
    height: 59px;
  }

  .search__input {
    height: 59px;
  }

  .search__pic {
    right: 30px;
    padding-top: 19px;
  }

  .search__close {
    top: 19px;
  }

  .service__title {
    font-size: 24px;
  }

  .slider__content {
    padding-top: 65px;
    padding-left: 29px;
  }

  .slider__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .slider__text {
    font-size: 16px;
  }

  .socials__link {
    margin-right: 37px;
  }

  .socials__pic {
    width: 33px;
  }

  .socials__pic_eng {
    width: 42px;
  }

  .title {
    font-size: 24px;
  }

  .vacancies-preview__content {
    margin-bottom: 13px;
  }

  .vacancies__list {
    padding-top: 0;
  }

  .vacancies__item {
    padding-top: 37px;
    padding-bottom: 19px;
  }

  .vacancies__text {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .projects.legacy .project {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav__list {
    flex-wrap: nowrap!important;
    overflow: auto;
    padding-left: 30px !important;
  }
  art_about__title{
    margin-bottom: 27px;
    display: inline-block;
  }
  .projects.legacy .project__right {
    margin-left: 0;
    width: 100%;
    max-height: 10000px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about__link {
    display: block;
  }

  .about__pic {
    margin-left: 0;
    margin-right: -24px;
    width: calc(100% + 48px);
  }

  .about__item {
    padding-top: 20px;
    padding-bottom: 36px;
  }

  .brand {
    padding-bottom: 20px;
  }

  .brand__desc {
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand__pic {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .brand__text {
    padding-left: 0;
  }

  .brand__item {
    width: 50%;
  }

  .brand__link {
    display: block;
  }

  .brands-preview__common-link {
    border-bottom: none;
    color: #fff;
    background-color: #004f9f;
    border-radius: 4px;
    padding: 12px 5px;
    text-align: center;
    display: block;
  }

  .brands-preview__pic {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .brands-preview__link {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
  }

  .brands__list {
    padding-top: 56px;
  }

  .brands__item {
    width: 100%;
    margin-bottom: 77px;
  }

  .burger {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .button {
    font-size: 20px;
  }

  .card-slider {
    margin-bottom: 39px;
  }

  .card-slider__top {
    height: 250px;
  }

  .card-slider__bot {
    margin-left: -24px;
    width: calc(100% + 48px);
  }

  .card-slider__list {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }

  .card-slider__item {
    width: 120px;
    display: inline-block;
    margin-bottom: 0;
  }

  .card-slider__item:last-child {
    margin-right: 0;
  }

  .card__header {
    margin-bottom: 19px;
  }

  .card__title {
    font-size: 24px;
  }

  .card__button {
    display: none;
  }

  .card__button_mobile {
    display: block;
  }

  .card__button_mobile.b24-web-form-popup-btn-10 {
    cursor: pointer;
  }

  .card__subtitle_form {
    margin-bottom: 15px;
  }

  .card__video {
    padding-bottom: 56.25%;
    margin-left: -24px;
    margin-bottom: 62px;
    width: calc(100% + 48px);
  }

  .card__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .intec-content-left {
    display: none;
  }

  .intec-content-right {
    width: 100%;
    margin-left: 0;
  }

  .element-wrapper {
    width: 100%;
  }



  .catalog-section-element {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-block {
    width: 100%;
  }

  .element-description {
    width: 100%;
  }

  .element-name {
    text-align: center;
  }

  .element-dest {
    text-align: center;
  }

  .element-catalog {
    margin: 0 auto;
  }

  .characteristics {
    margin-top: 0;
  }

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

  .characteristics__item-left {
    max-width: 100%;
    width: 100%;
    color: #7d7d7d;
  }

  .characteristics__item-right {
    width: 100%;
	text-align: left;
  }

  .checkbox-container__checkbox + label.pt-6 {
    padding-top: 6px;
  }

  .checkbox-container__checkbox + label:before {
    width: 29px;
    height: 29px;
  }

  .checkbox-container__checkbox:checked + label:after {
    width: 31px;
    height: 31px;
  }

  .contacts {
    padding-bottom: 40px;
  }

  .contacts__map {
    height: 331px;
  }

  .copyright__text {
    margin-bottom: 30px;
    padding: 0 40px;
  }

  .copyright__logo {
    float: none;
  }

  .customer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .customer__left {
    margin-right: 0;
  }

  .customer__logo {
    max-width: 110px;
  }

  .date {
    font-size: 16px;
  }

  .date__pic {
    width: 16px;
    margin-right: 9px;
  }

  .demo__title {
    margin-bottom: 20px;
  }

  .demo__desc {
    margin-left: -47px;
  }

  .demo__text {
    margin-left: -47px;
  }

  .dot__elem {
    width: 20px;
    height: 20px;
    border: 3px solid #4588bf;
  }

  .eng-footer__phones {
    width: 100%;
    margin-bottom: 45px;
    padding-left: 30%;
  }

  .eng-footer__mail {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    padding-left: 30%;
    margin-top: 0;
    margin-bottom: 45px;
  }

  .eng-footer__address {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
    width: 100%;
    padding-left: 30%;
    margin-bottom: 45px;
  }

  .eng-footer__socials {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .eng__link {
    display: block;
  }

  .eng__pic {
    margin-left: 0;
    margin-right: -24px;
    width: calc(100% + 48px);
  }

  .eng__pic_bot {
    margin-right: 0;
    margin-left: -24px;
  }

  .equipment {
    padding-top: 23px;
    padding-bottom: 33px;
  }

  .equipment__title {
    margin-bottom: 15px;
  }

  .equipment__list {
    margin-left: 0;
  }

  .equipment__item {
    width: 50%;
    margin-left: 0;
  }

  .equipment__pic {
    height: 135px;
  }

  .equipment__text {
    font-size: 11px;
  }

  .error {
    padding-top: 133px;
  }

  .error__left {
    font-size: 120px;
    margin-bottom: 35px;
  }

  .error__right {
    font-size: 23px;
    max-width: 330px;
  }

  .file__content {
    margin-left: auto;
    margin-right: auto;
  }

  .file {
    width: 100%;
  }

  .footer__vertical-nav {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__socials {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__phones {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer__address {
    width: 100%;
    margin-bottom: 62px;
  }

  .footer__mail {
    width: 100%;
  }

  .form-inputs_card .form-inputs__left {
    margin-bottom: 33px;
  }

  .form-inputs_card .form-inputs__right {
    margin-bottom: 33px;
  }

  .form-inputs_card .form-inputs__textarea {
    height: 245px;
  }

  .form-inputs__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .form-inputs__right {
    width: 100%;
  }

  .form-inputs__item {
    margin-bottom: 33px;
  }

  .form-inputs__textarea {
    height: 243px;
  }

  .form {
    padding-top: 25px;
  }

  .form__checkbox-container {
    width: 100%;
    max-width: 263px;
    margin: 0 auto 35px;
  }

  .form__submit {
    width: 100%;
  }

  .form__submit-elem {
    width: 100%;
  }

  .form__capcha {
    width: 100%;
    margin-bottom: 40px;
  }

  .form__capcha img {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .form2__checkbox-container {
    max-width: 263px;
    margin: 0 auto 35px;
  }

  .form2__submit-elem {
    width: 100%;
  }

  .form2__capcha {
    text-align: center;
  }

  .form2__capcha img {
    max-width: 100%;
    margin: 0 auto 20px;
  }

 .header__phone {
    display: none;
  }

  .header__logo {
    width: 307px;
  }

  .header__top {
    padding-top: 13px;
    padding-bottom: 8px;
  }

  .header__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
  .header_socials-pic{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50px;
    height: 50px;
  }

  .header__buttons {
    display: none;
  }

  .link {
    font-size: 16px;
  }

  .logo-list__item {
    margin-right: 60px;
  }

  .logo-list__pic {
    width: unset;
  }

  .nav {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav__list_hidden {
    opacity: 1;
  }

  .nav__list {
    padding-right: 35px;
    position: fixed;
    top: 0;
    width: 70vw;
    right: -70vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    z-index: 200;
    padding-top: 46px;
    padding-left: 40px;
  }

  .nav__item {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .nav__item {
    padding-right: 26px;
  }

  .nav__item_phone {
    padding-right: 0;
    display: block;
  }

  .nav__link.active {
    border-bottom: 1px solid #004f9f;
    display: inline-block;
  }

  .nav__link {
    color: #004f9f;
    font-size: 18px;
  }

  .nav__search {
    position: relative;
    right: 0;
    top: 0;
  }
  .art-common__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .art-preview__title {
    margin-bottom: 14px;
  }

  .art-preview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .art-preview__content-left {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
  }

  .art-preview__content-right {
    width: calc(100% + 48px);
    padding-left: 0;
    margin-bottom: 10px;
  }

  .art-preview__text {
    font-size: 16px;
  }

  .art-preview__subtitle {
    margin-bottom: 21px;
  }

  .art-preview__pic-elem {
    width: 100%;
  }

  .art-preview__link {
    font-size: 16px;
  }

  .art-preview__content {
    margin-bottom: 20px;
  }

  .art-preview__content_mb-0 {
    margin-bottom: 0;
  }

  .art-preview__common-link {
    border-bottom: none;
    color: #fff;
    background-color: #004f9f;
    border-radius: 4px;
    padding: 12px 5px;
    text-align: center;
    display: block;
  }
  .art-preview__content-right {
    width: calc(100% + 48px);
    padding-left: 0;
    margin-left: -24px;
    margin-bottom: 10px;
  }

  .art-previews {
    padding-bottom: 107px;
    padding-top: 29px;
  }

  .art-previews__list {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .art-previews__item:last-child {
    margin-bottom: 0;
  }

  .art-previews__item {
    margin-left: 0;
    margin-bottom: 30px;
    min-height: 360px;
    width: 100%;
  }

  .art-previews__button {
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    bottom: 34px;
  }

  .art__pic {
    margin-left: 0;
    margin-right: -24px;
    width: calc(100% + 48px);
  }

  .art__video {
    width: unset;
    height: unset;
    padding-bottom: 56.25%;
  }

  .art__video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: -24px;
    width: calc(100% + 48px);
  }
  .news-common__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news-preview__title {
    margin-bottom: 14px;
  }

  .news-preview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-preview__content-left {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
  }

  .news-preview__content-right {
    width: calc(100% + 48px);
    padding-left: 0;
    margin-left: -24px;
    margin-bottom: 10px;
  }

  .news-preview__text {
    font-size: 16px;
  }

  .news-preview__subtitle {
    font-weight: 700;
    font-size: 20px;
    color: #004f9f;
    margin-bottom: 13px;
    margin-top: 13px;
    margin-left: 5px;
  }

  .news-preview__pic-elem {
    width: 100%;
  }

  .news-preview__link {
    font-size: 16px;
  }

  .news-preview__content {
    margin-bottom: 20px;
  }

  .news-preview__content_mb-0 {
    margin-bottom: 0;
  }

  .news-preview__common-link {
    border-bottom: none;
    color: #fff;
    background-color: #004f9f;
    border-radius: 4px;
    padding: 12px 5px;
    text-align: center;
    display: block;
  }

  .news-previews {
    padding-bottom: 107px;
    padding-top: 29px;
  }

  .news-previews__list {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-previews__item:last-child {
    margin-bottom: 0;
  }

  .news-previews__item {
    margin-left: 0;
    margin-bottom: 30px;
    min-height: 360px;
    width: 100%;
  }

  .news-previews__button {
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    bottom: 34px;
  }

  .news__pic {
    margin-left: 0;
    margin-right: -24px;
    width: calc(100% + 48px);
  }

  .news__video {
    width: unset;
    height: unset;
    padding-bottom: 56.25%;
  }

  .news__video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: -24px;
    width: calc(100% + 48px);
  }

  .paginator {
    height: 100px;
  }

  .paginator__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .paginator__text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
  }

  .phones__list {
    margin-bottom: 40px;
  }

  .pic-list {
    margin-bottom: 15px;
  }

  .pic-list__list {
    margin-left: -11px;
  }

  .pic-list {
    margin-left: -24px;
    width: calc(100% + 48px);
  }

  .pic-list__item {
    margin-left: 11px;
  }

  .pic-list__link {
    width: 114px;
    height: 62px;
  }

  .preview-block__desc {
    padding: 24px;
  }

  .preview-block__text {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .preview-block__date {
    margin-bottom: 21px;
  }

  .project__right {
    width: calc(100% + 48px);
    margin-left: -24px;
    max-height: unset;
  }

  .project__text {
    font-size: 14px;
  }

  .projects-done__top {
    display: block;
  }

  .projects-done__slider {
    background-size: contain;
    margin-left: -24px;
    width: calc(100% + 48px);
    background-position: center 100%;
  }

  .projects-done__photos {
    margin-left: -24px;
    width: calc(100% + 48px);
  }

  .projects-done__photos-list {
    margin-left: -11px;
  }

  .projects-done__photo {
    margin-left: 11px;
  }

  .projects-done__link {
    width: 114px;
    height: 62px;
  }

  .projects-preview {
    padding-top: 28px;
    padding-bottom: 170px;
  }

  .projects-preview__header {
    margin-bottom: 28px;
  }

  .projects-preview__list {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .projects-preview__item:last-child {
    margin-bottom: 0;
  }

  .projects-preview__item {
    margin-left: 0;
    min-height: 360px;
    width: 100%;
  }

  .projects-preview__button {
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    bottom: 93px;
  }

  .search {
    height: 55px;
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .search__input {
    height: 56px;
    top: 0;
	padding-right: 36px;
  }

  .search__pic {
    position: static;
    padding-top: 0;
    height: 23px;
  }

  .search__submit {
    right: 0;
    top: 14px;
  }

  .search__close {
    left: 0;
  }

  .service__button {
    display: block;
  }

  .slider__content {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 45px;
  }

  .slider__title {
    margin-bottom: 30px;
    font-size: 27px;
  }

  .slider__text {
    font-size: 14px;
  }

  .slider__link {
    font-size: 14px;
  }

  .socials__pic {
    width: 46px;
  }

  .vacancies-preview__footer {
    margin-top: 20px;
  }

  .vacancies-preview__text {
    font-size: 16px;
  }

  .vacancies-preview__link {
    font-size: 16px;
  }

  .vacancies-preview__content {
    margin-bottom: 27px;
  }

  .vacancies-preview__common-link {
    border-bottom: none;
    color: #fff;
    background-color: #004f9f;
    border-radius: 4px;
    padding: 12px 5px;
    text-align: center;
    display: block;
  }

  .vacancies__title {
    margin-bottom: 26px;
  }

  .vacancies__item {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .vacancies__text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .vacancies__link {
    width: 100%;
    border-bottom: none;
    background-color: #004f9f;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
  }

  .vacancy-contacts__link-elem {
    width: 100%;
  }

  .vacancy__desc {
    font-size: 14px;
  }

  .vacancy__subtitle {
    font-size: 14px;
  }

  .vacancy__lists {
    margin-bottom: 31px;
  }

  .vacancy__item {
    font-size: 14px;
  }

  .vertical-nav__item {
    margin-bottom: 23px;
  }

  .vertical-nav__link {
    font-size: 20px;
  }
}

@media screen and (max-width: 560px) {
  .header__container {
    flex-direction: column;
    gap: 15px;
  }
}
.validation-error > label:before
{
  content: '';
  position: absolute;
  top: 0px;
  left: -40px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-color: red;
}
input.validation-error{
  border-color: red!important;

}
.form-inputs__textarea.validation-error, .inputtext.validation-error, .inputtextarea.validation-error{
  border-color: red!important;

}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.intec-section-desription p{
  margin-bottom: 15px;
}

li.about__item ,li.equipment__item, li.logo-list__item, li.projects__item,
li.contacts__item, li.brand__item,li.brands__item,
li.logos__item, li.news-common__item, ul.vacancies__list li,ul.card-slider__list li
{
  list-style: none;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}


body img:not(.img)[height], body img:not(.img)[width], body img:not([class]){
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.35rem;
  height: auto !important
}

body img:not(.img)[height].float-left, body img:not(.img)[height][align=left], body img:not(.img)[width].float-left, body img:not(.img)[width][align=left], body img:not([class]).float-left, body img:not([class])[align=left] {
  margin-right: 1.875rem;
  max-width: 50%
}

body img:not(.img)[height].float-right, body img:not(.img)[height][align=right], body img:not(.img)[width].float-right, body img:not(.img)[width][align=right], body img:not([class]).float-right, body img:not([class])[align=right] {
  margin-left: 1.875rem;
  max-width: 50%
}

@media (max-width: 575.98px) {
  body img:not(.img)[height].float-left, body img:not(.img)[height].float-right, body img:not(.img)[height][align=left], body img:not(.img)[height][align=right], body img:not(.img)[width].float-left, body img:not(.img)[width].float-right, body img:not(.img)[width][align=left], body img:not(.img)[width][align=right], body img:not([class]).float-left, body img:not([class]).float-right, body img:not([class])[align=left], body img:not([class])[align=right] {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto
  }
}

body iframe:not(.iframe)[height], body iframe:not(.iframe)[width], body iframe:not([class]) {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body iframe:not(.iframe)[height].float-left, body iframe:not(.iframe)[height][align=left], body iframe:not(.iframe)[width].float-left, body iframe:not(.iframe)[width][align=left], body iframe:not([class]).float-left, body iframe:not([class])[align=left] {
  margin-right: 1.875rem;
  max-width: 50%
}

body iframe:not(.iframe)[height].float-right, body iframe:not(.iframe)[height][align=right], body iframe:not(.iframe)[width].float-right, body iframe:not(.iframe)[width][align=right], body iframe:not([class]).float-right, body iframe:not([class])[align=right] {
  margin-left: 1.875rem;
  max-width: 50%
}

@media (max-width: 575.98px) {
    body iframe:not(.iframe)[height].float-left, body iframe:not(.iframe)[height].float-right, body iframe:not(.iframe)[height][align=left], body iframe:not(.iframe)[height][align=right], body iframe:not(.iframe)[width].float-left, body iframe:not(.iframe)[width].float-right, body iframe:not(.iframe)[width][align=left], body iframe:not(.iframe)[width][align=right], body iframe:not([class]).float-left, body iframe:not([class]).float-right, body iframe:not([class])[align=left], body iframe:not([class])[align=right] {
        max-width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 775px) {
  .slider, .slider__pic-overlay, .owl-stage-outer{
    min-height: 500px;
  }
}

.cookie-fixed {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background-color: #fff;
  box-shadow: -10px 0 20px #000;
}

.cookie_body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie_href {
  text-decoration: underline;
  color: #004f9f;
}

.cookie_button {
  background-color: #004f9f;
  border-radius: 4px;
  padding: 8px;
  color: #fff;
  font-weight: 900;
  border: 2px solid transparent;
  margin-left: 10px;
  cursor: pointer;
}

.cookie_button:hover {
  border-color: #004f9f;
  color: #004f9f;
  background-color: #fff;
  text-decoration: none;
}

.hide {
  display: none;
}

.b24-window .b24-window-panel-pos-right {
  top: 50%;
  left: 50%;
  border-radius: 0;
  transform: translate(-50%, -50%);
  height: 750px;
}

.b24-window .b24-window-scrollable {
  overflow-x: unset;
  overflow-y: unset;
}

@media (max-width: 767px) {
  .b24-window .b24-window-panel {
    height: 750px;
  }
}
@media (max-width: 512px) {
  .b24-form .b24-window-panel .b24-window-scrollable {
     padding-bottom: 0;
  }
}


/* End */


/* Start:/bitrix/templates/synercon/components/bitrix/menu/horizontal/style.css?155265882413435*/
.menu.menu-horizontal {
    display: block;
    background: #116afc;
}
.menu.menu-transparent {
    background: transparent;
}
.menu.menu-horizontal .intec-content {
    overflow: visible;
}

.menu.menu-horizontal .menu-wrapper {
    display: block;
    position: relative;
    font-size: 0;
    white-space: normal;
    overflow: hidden;
    height: 50px;
}
.menu.menu-horizontal.menu-adapted .menu-wrapper {
    white-space: nowrap;
}
.menu.menu-horizontal.menu-initialized .menu-wrapper {
    overflow: visible;
}
.menu.menu-horizontal .menu-item {
    display: none;
    vertical-align: top;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: background, border;
    -moz-transition-property: background, border;
    -ms-transition-property: background, border;
    -o-transition-property: background, border;
    transition-property: background, border;
}
.menu.menu-horizontal.menu-initialized .menu-item {
    display: inline-block;
}
.menu.menu-horizontal .menu-item.menu-item-default {
    position: relative;
}
.menu.menu-horizontal .menu-item .menu-item-text {
    display: block;
    position: relative;
    padding: 0 14px;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}
.menu.menu-horizontal .menu-item .menu-item-text.menu-item-catalog-text {
    padding-right: 30px;
}
.menu.menu-horizontal .menu-item .menu-item-catalog-text{
    text-align: left;
}
.menu.menu-horizontal .menu-item .menu-item-text .menu-item-text-wrapper {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    text-align: center;
}
.menu.menu-horizontal .menu-item:hover,
.menu.menu-horizontal .menu-item.menu-item-active {
    background: #008ffc;
}
.menu.menu-horizontal .menu-item:hover .menu-item-text,
.menu.menu-horizontal .menu-item.menu-item-active .menu-item-text {}
.menu.menu-horizontal .menu-item .menu-submenu {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}

.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    cursor: default;
    background: #fff;
    z-index: 11;
}
.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu .menu-submenu {
    top: 0;
    left: 100%;
}
.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu.menu-submenu-right {
    left: auto;
    right: 0;
}
.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu .menu-submenu.menu-submenu-right {
    left: auto;
    right: 100%;
}
.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu .menu-submenu-wrapper {
    width: 260px;
}
.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu .menu-submenu-item {
    display: block;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    white-space: normal;
}
.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu .menu-submenu-item:first-child {
    border-top: none;
}
.menu.menu-horizontal .menu-item-border {
    border-right: 1px solid;
}
.menu.menu-horizontal .menu-item-border:first-child {
    border-left: 1px solid;
}
.menu.menu-horizontal .menu-item-arrow-down {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    font-size: 14px;
    color: #ffffff;
}
.menu.menu-horizontal .menu-item.menu-item-default.menu-item-more > .menu-submenu > .menu-submenu-wrapper > .menu-submenu-item {
    display: none;
}

.menu.menu-horizontal .menu-item.menu-item-more .menu-item-text .menu-item-text-wrapper {
    line-height: 14px;
    font-size: 16px;
    word-spacing: -2px;
    margin-top: -6px;
}

.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu .menu-submenu-item > .menu-submenu-item-text {
    display: block;
    padding: 15px 30px;
    color: #2f2f2f;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    text-decoration: none;
}
.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu .menu-submenu-item:hover > .menu-submenu-item-text {
    color: #116afc;
}
.menu.menu-horizontal .menu-item.menu-item-default .menu-submenu .menu-submenu-item .menu-submenu-item-arrow {
    display: block;
    position: absolute;
    right: 30px;
    font-size: 14px;
    line-height: 1;
    top: 50%;
    margin-top: -7px;
    color: #2d2d2d;
}

.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: default;
    background: #fff;
    z-index: 11;
    overflow: hidden;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-wrapper {
    display: block;
    margin: 15px 30px 40px 30px;
    overflow: hidden;
    font-size: 0;
    white-space: normal;
}

.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333333%;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default .menu-submenu-section-header {
    display: block;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default .menu-submenu-section-header .menu-submenu-section-header-wrapper {
    color: #116afc;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default .menu-submenu-section-header .menu-submenu-section-header-wrapper:hover {
    color: #2d2d2d !important;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default .menu-submenu-section-items {
    display: block;
    overflow: hidden;
    margin-top: 8px;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default .menu-submenu-section-items .menu-submenu-section-items-wrapper {
    display: block;
    overflow: hidden;
    margin: -3px -9px;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default .menu-submenu-section-items .menu-submenu-section-item {
    display: inline-block;
    padding: 3px 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d2d2d;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default .menu-submenu-section-items .menu-submenu-section-item:hover,
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default .menu-submenu-section-items .menu-submenu-section-item.menu-submenu-section-item-active {
    color: #116afc;
}

.menu.menu-horizontal .menu-catalog-icon {
    display: inline-block;
    margin: 13px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
}

@media all and (max-width: 880px) {
    .menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default {
        width: 50%;
    }
    .menu.menu-horizontal .menu-item .menu-item-text.menu-item-catalog-text {
        padding-right: 20px;
    }
    .menu.menu-horizontal .menu-item-arrow-down {
        right: 10px;
    }
}

@media all and (max-width: 520px) {
    .menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-default {
        display: block;
        width: auto;
    }
}

.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333333%;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-image {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-links {
    display: block;
    margin-left: 85px;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-header {
    display: block;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-header .menu-submenu-section-header-wrapper {
    color: #2d2d2d;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-header .menu-submenu-section-header-wrapper:hover {
    color: #116afc;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-items {
    display: block;
    overflow: hidden;
    margin-top: 8px;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-items .menu-submenu-section-items-wrapper {
    display: block;
    overflow: hidden;
    margin: -2px -9px;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-items .menu-submenu-section-item {
    display: block;
    padding: 2px 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-items .menu-submenu-section-item .menu-submenu-section-item-wrapper {
    color: #656565;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images .menu-submenu-section-items .menu-submenu-section-item .menu-submenu-section-item-wrapper:hover,
.menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-imagest .menu-submenu-section-items .menu-submenu-section-item.menu-submenu-section-item-active .menu-submenu-section-item-wrapper {
    color: #116afc;
}

@media all and (max-width: 880px) {
    .menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images {
        width: 50%;
    }
}

@media all and (max-width: 520px) {
    .menu.menu-horizontal .menu-item.menu-item-section .menu-submenu .menu-submenu-section.menu-submenu-section-with-images {
        display: block;
        width: auto;
    }
}
/* End */


/* Start:/bitrix/templates/synercon/components/bitrix/search.title/new/style.css?15526588255205*/
.intec-search {
	display: block;
	float: left;
	padding: 0;
	text-align: center;
}

.intec-search-form-btn {
	display: inline-block;
}

.intec-search-form-btn,
.intec-search-form-btn:focus,
.intec-search-form-btn:hover {
	background: transparent;
	border: none;
	outline: none;
}

.intec-search .search-title {
	display: inline-block;
	vertical-align: middle;
	color: #5b5b5b;
	font-size: 12px;
	line-height: 1.5;
	padding-top: 2px;
}

.intec-search .intec-search-icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
	margin-right: 10px;
	color: #116afc;
}

.intec-search-header-fixed .header-info-button {
	color: #bebebf;
}

.intec-search-header-fixed .intec-search-icon {
	font-size: 20px;
	margin: 0;
	color: inherit;
}

.intec-search-form-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
	z-index: 2999;
}

.intec-search-form-popup {
	display: block;
	position: fixed;
	top: -150px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	height: 150px;
	opacity: 0;
	z-index: 3000;
}

.search-form-popup-wrap {
	display: block;
	max-width: 1280px;
	min-width: 320px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.intec-search-form-popup .intec-search-form {
	position: relative;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
}

.intec-search-form-popup .intec-search-icon,
.intec-search-form-popup .intec-search-close{
	position: absolute;
	left: 0;
	top: 60px;
	font-size: 24px;
	line-height: 24px;
	color: #808080;
}
.intec-search-form-popup .intec-search-icon {
	padding: 0;
	border: none;
	background: none;
	outline: none;
}.intec-search-form-popup .intec-search-icon:focus {
	 background: none;
	 border: none;
	 outline: none;
 }

.intec-search-form-popup .intec-search-close {
	font-size: 18px;
	line-height: 18px;
	top: 66px;
}

.intec-search-form-popup .intec-search-close {
	left: auto;
	right: 0;
	cursor: pointer;
}

.intec-search-form-popup .intec-search-input {
	width: 100%;
	height: 150px;
	padding: 0 40px;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 24px;
	line-height: 24px;
	color: #808080;
}
.intec-search-form-popup .intec-search-input:hover,
.intec-search-form-popup .intec-search-input:focus,
.intec-search-form-popup .intec-search-input:active {
	border: none;
	border-radius: 0;
	outline: none;
}

.title-search-result {
	width: 100% !important;
	left: 0 !important;
	background: #ffffff;
	margin-top: -5px;
	max-height: 400px;
	overflow-y: auto;
}
.title-search-result.nano .nano-pane .nano-slider {
	background: #999;
}
.title-search-result.nano .nano-pane {
	width: 6px;
	margin: 2px 1px;
	background: #efefef;
}
.title-search-result .bx_item_block {
	position: relative;
	display: block;
//padding: 15px 0;
	text-decoration: none;
	color: #2f383d;
	border-top: 1px solid #f6f6f6;
}

.title-search-result .bx_item_block .search-form-popup-table {
	width: 100%;
	min-height: 90px;
}

.title-search-result .bx_item_block .title-search-all {
	display: inline-block;
	padding: 15px 25px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	font-size: 16px;
	color: #848484;
}

.title-search-result .bx_item_block .title-search-more {
	font-size: 18px;
}

.title-search-result .bx_item_block .search-item-img {
	text-align: left;
	width: 80px;
	padding: 10px 0;
}

.title-search-result .bx_item_block  .search-item-info {
	text-align: left;
	padding: 10px 0;
}

.title-search-result .bx_item_block .search-item-name {
	margin-bottom: 10px;
	color: #363532;
	font-size: 18px;
	line-height: 18px;
}
.title-search-result .bx_item_block .search-item-section-name {
	font-size: 14px;
	line-height: 14px;
	color: #888b92;
}

.title-search-result .bx_item_block .search-item-price {
	text-align: right;
	font-size: 0;
	padding: 10px 0;
}

.title-search-result .bx_item_block .search-item-new-price {
	display: inline-block;
	vertical-align: middle;
	color: #363532;
	font-size: 18px;
	line-height: 18px;
}

.title-search-result .bx_item_block .search-item-old-price {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color: #c41633;
	font-size: 18px;
	line-height: 18px;
	text-decoration: line-through;
}

.intec-search-normal {
	position: relative;
	width: 100%;
	min-width: 250px;
}
.intec-search-normal .intec-search-normal-wrapper {
	position: relative;
	display: block;
	margin: 0 20px;
}
.intec-search-normal-top {
	width: auto;
	float: left;
}

.intec-search-normal form {
	width: 100%;
}
.intec-search-normal input {
	font-size: 13px;
	width: 100%;
	padding: 10px 15px;
	border: none;
	outline: none;
	border-radius: 5px;
	background: #f0f0f0;
}
.intec-search-normal-top input {
	height: 38px;
	padding: 2px 40px 0 15px;
	border-radius: 0;
	color: #5b5b5b;
	font-size: 12px;
	line-height: 1.5;
}
.intec-search-normal input:focus,
.intec-search-normal input:hover {
	outline: none;
}
.intec-search-normal .intec-search-icon {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	padding: 0;
	border: none;
	background: none;
	outline: none;
	color: #116af8;
}.intec-search-normal .intec-search-icon {
	 background: none;
	 border: none;
	 outline: none;
 }






/* End */


/* Start:/bitrix/templates/synercon/components/bitrix/breadcrumb/.default/style.css?1552658824397*/
.breadcrumbs {
    font-size: 12px;
}
.breadcrumbs .breadcrumbs-item {
    color: #116afc;
}
.breadcrumbs .breadcrumbs-item,
.breadcrumbs .breadcrumbs-separator {
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs .breadcrumbs-item a,
.breadcrumbs .breadcrumbs-separator {
    color: #9a9a9a;
    text-decoration: none;
}
.breadcrumbs .breadcrumbs-separator {
    margin: 0 10px;
}
/* End */


/* Start:/bitrix/templates/synercon/components/intec.universe/widget/footer/style.css?16258378729089*/
.widget-footer {
    padding-top:30px;
}
.widget-footer.dark {
    background:#2b2f32;
}
.widget-footer hr {
    margin: 30px 0;
}
.widget-footer.dark hr {
    border-top: 1px solid #777e89;
}
.widget-footer.dark .intec-cl-text {
    color:#fff!important;
}
.widget-footer.dark {
    color:#777e89;
}
.widget-footer.dark .phone,
.widget-footer.dark .phone a,
.widget-footer.dark .address,
widget-footer.dark .email,
+.widget-footer.dark .socials
{
    color:#fff;
}
.widget-footer.dark .link-button:hover {
    color:#777e89!important;
    border-color:#777e89!important;
}
.widget-footer.dark .social li a:hover {
    color:#fff;
}
.widget-footer.dark .footer-search {
    background:#414447;
    border-color:#414447;
}
.widget-footer.dark .footer-search input {
    background:transparent;
    color:#dadada;
}
    /*contacts {*/
    .widget-footer .first-col {
        float: left;
        width: 25%;
        margin-right: 1%;
    }
    .widget-footer .TYPE_2 .first-col {
        width:28%;
    }
    .widget-footer .TYPE_3 .first-col,
    .widget-footer .TYPE_4 .first-col,
    .widget-footer .TYPE_5 .first-col
    {
        width:62%;
    }
    .widget-footer .phone a {
        color:#4a5059;
        font-size:18px;
        font-weight:bold;
        text-decoration:none;
        vertical-align:middle;
    }
    .widget-footer .phone i {
        font-size: 16px;
    }
    .widget-footer .email {
        margin-bottom:16px;
    }
    .widget-footer .address {
        margin-top:20px;
        margin-bottom:20px;
    }
    .widget-footer i {
        margin-right: 10px;
        font-size: 16px;
    }
    .widget-footer .email a {
        font-size:14px;
        color:#116afc;
        text-decoration:underline;
    }
    .widget-footer .button_feedback a {
        padding: 7px 25px;
        font-size: 14px;
        margin-top:10px;
        transition: 0.8s;
    }
    .widget-footer .link-button {
        text-decoration:none!important;
        text-transform: uppercase;
        margin-top:2px;
        border-bottom:1px dashed #ccc;
        cursor:pointer;
    }
    .widget-footer .link-button:hover {
        color:#000!important;
        border-color:#000!important;
    }
    .widget-footer .button_feedback {
        margin-bottom:20px;
    }
/*}*/
/*menu {*/
    .widget-footer .second-col {
        float:left;
        width:50%;
    }
    .widget-footer .TYPE_3 .second-col,
    .widget-footer .TYPE_4 .second-col,
    .widget-footer .TYPE_5 .second-col {
        float:right;
        width:35%;
    }
/*}*/
/*search {*/
    .widget-footer .third-col {
        width:21%;
        float:right;
    }
    .widget-footer .TYPE_2 .third-col {
        text-align:right;
    }
    .widget-footer .footer-search {
        height:43px;
        border:1px solid #e8e8e8;
        border-radius:3px;
        width:100%;
        color:#c2c2c2;
        margin-bottom:30px;
        background:#fff;
    }
    .widget-footer .footer-search button {
        background-color: transparent;
        float: right;
        height:100%;
        border: 0;
        outline: none;
        font-size: 14px;
        line-height: 41px;
        padding-right: 14px;
    }
    .widget-footer .footer-search input[type="text"] {
        border: 0;
        padding-left: 18px;
        outline: none;
        height: 100%;
        width: 75%;
        font-size: 13px;
        float: left;
    }
/*}*/
/*social block {*/
    .widget-footer .social-title {
        color:#777e89;
        font-size:14px;
        margin-top:20px;
         margin-bottom:20px;
    }
    .widget-footer .TYPE_2 .social-title,
    .widget-footer .TYPE_3 .social-title,
    .widget-footer .TYPE_4 .social-title
    {
        display:none;
    }
    .widget-footer .social li,
    .widget-footer ul.social  {
        list-style:none;
        padding:0;
        margin:0;
    }
    .widget-footer .social li:last-child {
        margin-right:0;
    }
    .widget-footer .TYPE_2 ul.social i {
        margin-right: 0;
        font-size: 22px;
    }
    .widget-footer .social li {
        display: inline-block;
        margin-right: 18px;
        vertical-align: middle;
        margin-top: 5px;
    }
    .widget-footer .social li a {
        font-size: 18px;
        color: #bfc2c7;
        transition: 0.8s;
    }
    .widget-footer .social li a:hover {
        color:#000;
    }
/*}*/
/*copyright {*/
.widget-footer .social li div {
     font-size: 18px;
      color: #fff;
     transition: 0.8s;
     width:auto!important;
      text-align:center!important;
+}
    .widget-footer .copyright-text,
    .widget-footer .logo {
        padding-bottom: 30px;
        font-size: 13px;
    }

    .widget-footer .copyright-text {
        text-align:left;
    }
    .widget-footer .TYPE_2 .copyright-text {
        padding-top: 5px;
        max-width: 295px;
        margin-top: 26px;
    }
    .widget-footer .copyright-text {
        padding-top: 5px;
    }
/*}*/
/*logo {*/
    .widget-footer .logo img{
        max-width: 100px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        transition: 0.8s;
    }
    .widget-footer .logo img:hover {
        filter:none;
        -webkit-filter:none;
    }
/*}*/
/*paysystems {*/
    .widget-footer .paysystem ul,
    .widget-footer .paysystem li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .widget-footer .paysystem ul {
        float:right;
    }
    .widget-footer .paysystem li {
        display:inline-block;
        margin-right: 10px;
        vertical-align:middle;
        margin-bottom:15px;
    }
    .widget-footer .paysystem li.alfabank {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 0;
        width: 50px;
        height: 21px;
    }
    .widget-footer .paysystem.grey li.alfabank {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -254px;
    }
    .widget-footer .paysystem li.sberbank {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -38px;
        width: 50px;
        height: 22px;
    }
    .widget-footer .paysystem.grey li.sberbank {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -296px;
    }
    .widget-footer .paysystem li.qiwi {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -79px;
        width: 50px;
        height: 27px;
    }
    .widget-footer .paysystem.grey li.qiwi {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -339px;
    }
    .widget-footer .paysystem li.yandex-money {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -124px;
        width: 50px;
        height: 26px;
    }
    .widget-footer .paysystem.grey li.yandex-money {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -387px;
    }
    .widget-footer .paysystem li.visa {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -169px;
        width: 50px;
        height: 16px;
    }
    .widget-footer .paysystem.grey li.visa {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -434px;
    }
    .widget-footer .paysystem li.mastercard {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -204px;
        width: 50px;
        height: 29px;
    }
    .widget-footer .paysystem.grey li.mastercard {
        background: url('/bitrix/templates/synercon/components/intec.universe/widget/footer/images/sprite_pay_icons.png') no-repeat 0 -471px;
    }
    .widget-footer .paysystem li:last-child {
        margin:0;
    }
     .widget-footer .TYPE_2 .paysystem li {
        margin-right:15px;
    }
    .widget-footer .TYPE_2 .paysystem ul {
        max-width: 239px;
        margin-right:-15px;
        float:none;
        display:block;
    }
/*}*/
.footer-menu a.child-link {
    line-height: 1.3;
}
@media (max-width:767px) {
    .widget-footer .address * {
        float:none!important;
        display: inline;
    }
    .widget-footer .socials * {
        float:none!important;
        display: inline;
     }
    .widget-footer .paysystem ul {
        max-width:100%!important;
    }
    .widget-footer .address div {
        width:auto!important;
    }
    .social_text{
      font-size: 200;
    }
    .widget-footer .first-col,
    .widget-footer .second-col,
    .widget-footer .third-col,
    .widget-footer .bottom-footer,
    .widget-footer .logo,
    .widget-footer .phone,
    .widget-footer .button_feedback{
        width:100%!important;
        text-align:center!important;
        margin-bottom:15px;
        margin-left:0;
        margin-right:0;
    }
    .root-item {
        margin-bottom:15px;
    }
    .widget-footer .paysystem ul {
        float:none;
    }
    .widget-footer .paysystem li {
        margin-right: 11px;
    }
    .widget-footer .copyright-text {
        text-align:center;
    }
    .widget-footer .footer-menu .child-item {
        padding-bottom: 0;
    }
    .widget-footer .footer-menu a.child-link {
        line-height: 28px;
    }
    .col-xs-6{
        position:relative;
        min-height:1px;
        text-align: center;
        padding-left:16px;
        padding-right:16px;
        float:right;
        width:50%;
    }
}
/* End */


/* Start:/bitrix/templates/synercon/components/bitrix/menu/footer/style.css?16279849281419*/
.footer-menu a.root-link {
    font-weight: bold;
    font-size: 15px;
    display: block;
    height: 33px;
    overflow: hidden;
    line-height: 16px;
    color: #116afc;
}
.footer-menu a.root-link:hover {
    color: #777e89;
    text-decoration:none;
}
.footer-menu a.root-link.active {
    color:#000;
}
.footer-menu ul,
.footer-menu li {
    list-style:none;
    padding:0;
    margin:0;
}
.footer-menu li {
    padding-bottom: 7px;
}
.footer-menu a.child-link {
    font-size:14px;
    color: #777e89;
}
.footer-menu a.child-link:hover {
    text-decoration:none;
    color:#116afc;
}
.footer-menu a.child-link.active {
    color:#116afc;
}

.footer-menu,
.footer-menu .root-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-menu {
    margin-right: -15px;
    margin-left: -15px;
}
.footer-menu:before, .footer-menu:after {
    content: " ";
    display: table;
}
.footer-menu:after {
    clear: both;
}
.footer-menu .root-item {
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .footer-menu .root-item {
        width: 33.33333333%;
    }
}
.vertical-nav__item{
    position:relative;
    min-height:1px; 
    text-align: left;
    padding-left:16px;
    padding-right:16px;
    float:left;
    width:50%;
}
/* End */


/* Start:/bitrix/templates/synercon/template_styles.css?175094924654*/
.intec-content-right .image-block {
	flex-shrink: 0;
}
/* End */
/* /bitrix/templates/synercon/components/intec.universe/settings/.default/style.css?155265882415857 */
/* /bitrix/templates/synercon/fonts/font-awesome/css/font-awesome.min.css?155265882531000 */
/* /bitrix/templates/synercon/fonts/p22underground/style.min.css?1552658825568 */
/* /bitrix/templates/synercon/fonts/glyphter/style.min.css?15526588253226 */
/* /bitrix/templates/synercon/fonts/typicons/style.css?155265882514987 */
/* /bitrix/templates/synercon/style.css?1721214344114560 */
/* /bitrix/templates/synercon/components/bitrix/menu/horizontal/style.css?155265882413435 */
/* /bitrix/templates/synercon/components/bitrix/search.title/new/style.css?15526588255205 */
/* /bitrix/templates/synercon/components/bitrix/breadcrumb/.default/style.css?1552658824397 */
/* /bitrix/templates/synercon/components/intec.universe/widget/footer/style.css?16258378729089 */
/* /bitrix/templates/synercon/components/bitrix/menu/footer/style.css?16279849281419 */
/* /bitrix/templates/synercon/template_styles.css?175094924654 */
