@charset "UTF-8";
@font-face {
    font-family: 'FreeSetDemiC';
    src: local("FreeSetDemiC"), url(../fonts/FreeSetDemiC.woff2) format("woff2"), url(../fonts/FreeSetDemiC.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FreeSetDemiC";
    src: local("FreeSetDemiC"), url(../fonts/FreeSetDemiC-Italic.woff2) format("woff2"), url(../fonts/FreeSetDemiC-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreeSetC';
    src: local("FreeSetC"), url(../fonts/FreeSetC.woff2) format("woff2"), url(../fonts/FreeSetC.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreeSetC';
    src: local("FreeSetC"), url(../fonts/FreeSetC-Italic.woff2) format("woff2"), url(../fonts/FreeSetC-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreeSetLightC';
    src: local("FreeSetLightC"), url(../fonts/FreeSetLightC.woff2) format("woff2"), url(../fonts/FreeSetLightC.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreeSetLightC';
    src: local("FreeSetLightC"), url(../fonts/FreeSetLightC-Italic.woff2) format("woff2"), url(../fonts/FreeSetLightC-Italic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body,
html {
    overflow-x: hidden
}

html.short-page,
html.short-page body {
    height: 100vh
}

html.short-page footer {
    padding-top: 0
}

body {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    font-family: FreeSetLightC, Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #727271;
    background-color: #fff;
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.main-wrap {
    flex: 1 0 auto
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1420px;
    padding-right: 30px;
    padding-left: 30px
}

.container::after {
    content: "";
    display: table;
    clear: both
}

.container--footer {
    display: flex;
    justify-content: space-between
}

.title {
    margin: 0;
    padding: 65px 20px;
    font-family: FreeSetC, Arial, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #0d98fc;
    text-transform: uppercase;
    letter-spacing: .03em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

svg:not(:root) {
    overflow: hidden
}

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

td,
th {
    padding: 0
}

.page-header {
    color: #fff;
    background-color: #0d98fc
}

.page-header .container::before {
    content: '';
    position: absolute;
    left: -200px;
    bottom: 20px;
    width: 460px;
    height: 170px;
    background-image: url(../img/electro-line-sky.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: left .3s ease-out
}

.page-header__title {
    max-width: 1090px;
    margin: 0 auto 20px;
    padding-top: 20px;
    font-family: FreeSetDemiC, Arial, Tahoma, sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: .01em
}

.page-header__content {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.phones {
    flex-shrink: 0;
    margin-right: 20px;
    font-family: FreeSetDemiC, Arial, Tahoma, sans-serif
}

.phones__list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    column-count: 2
}

.phones__item {
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-left: 20px;
    font-size: 13px
}

.phones__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(../img/old-phone.svg) center no-repeat;
    background-size: contain
}

.phones__item--velcom::before {
    background-image: url(../img/velcome-logo.svg)
}

.phones__item--mtc::before {
    background-image: url(../img/mtc-logo.svg);
    background-size: 90%
}

.page-footer__contacts a,
.phones__item a {
    color: #fff;
    text-decoration: none
}

.main-nav__link:focus,
.main-nav__link:hover,
.phones__item a:focus,
.phones__item a:hover {
    color: #e31e24
}

.phones__item a span {
    font-size: 18px
}

.main-nav {
    position: relative
}

.main-nav__toggler {
    display: none;
    position: absolute;
    top: -35px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 0;
    outline: 0
}

.main-nav__toggler span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    height: 2px;
    font-size: 0;
    background: #fff;
    transition: background-color .3s
}

.main-nav__toggler span::after,
.main-nav__toggler span::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s
}

.main-nav__toggler span::before {
    top: 6px
}

.main-nav__toggler span::after {
    top: -6px
}

.main-nav__toggler:focus span::before,
.main-nav__toggler:hover span::before {
    top: 8px
}

.main-nav__toggler:focus span::after,
.main-nav__toggler:hover span::after {
    top: -8px
}

.main-nav__toggler--close.main-nav__toggler span {
    background-color: transparent;
    transition: background-color .3s, transform .3s .5s;
    transition: background-color .3s, transform .3s .5s, -webkit-transform .3s .5s
}

.main-nav__toggler--close.main-nav__toggler span::after,
.main-nav__toggler--close.main-nav__toggler span::before {
    top: 0;
    transition: top .3s, transform .3s .5s;
    transition: top .3s, transform .3s .5s, -webkit-transform .3s .5s
}

.main-nav__toggler--close.main-nav__toggler span::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.main-nav__toggler--close.main-nav__toggler span::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.main-nav__toggler--close.main-nav__toggler:focus span,
.main-nav__toggler--close.main-nav__toggler:hover span {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    transition: transform .3s .5s;
    transition: transform .3s .5s, -webkit-transform .3s .5s
}

.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: right
}

.main-nav__item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    flex-grow: 0;
    font-family: FreeSetC, Arial, Tahoma, sans-serif;
    margin: 0 10px
}

.main-nav__item:first-child .main-nav__link::after {
    content: '';
    display: none
}

.main-nav__link {
    display: block;
    padding: 16px 12px;
    font-size: 14px;
    font-family: FreeSetLightC, "Arial Narrow", Tahoma, sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    outline: 0;
    transition: all .4s ease-in-out
}

.main-nav__link::first-letter {
    text-transform: capitalize
}

.main-nav__link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    transition: all .3s
}

.main-nav__link:active {
    opacity: .8
}

.main-nav__link--active {
    font-family: FreeSetC, Arial, Tahoma, sans-serif;
    font-weight: 400
}

/*.main-nav__link--active::after {*/
    /*left: 0;*/
    /*right: 0;*/
    /*height: 5px;*/
    /*background-color: #fff;*/
    /*transition: all .3s*/
/*}*/

.search {
    flex-grow: 1;
    max-width: 400px;
    margin-left: auto;
    border-radius: 5px;
    overflow: hidden
}

.form--search,
.search__content {
    position: relative
}

.form--search {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 5px;
    float: left;
    width: 100%;
    font-weight: 400;
    border-radius: 5px
}

.btn,
.form--search .form-search__input {
    box-sizing: border-box;
    border: 0;
    outline: 0
}

.form--search .form-search__input {
    width: 100%;
    height: 40px;
    font-family: FreeSetC, Arial, Tahoma, sans-serif;
    font-size: 14px;
    padding: 10px 60px 10px 15px;
    background-color: #fff
}

.btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
    padding: 2px 6px 3px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    cursor: default;
    color: #fff;
    background-color: #0d98fc
}

.btn:first-letter {
    text-transform: uppercase
}

.btn:hover {
    background-color: #026dba
}

.btn--search-submit {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 53px;
    height: 100%;
    margin: 0;
    font-size: 20px;
    color: #348ecf;
    background-color: #fff
}

.btn--search-submit:active,
.btn--search-submit:hover {
    color: #e31e24;
    background-color: #fff
}

.promo {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-right: -30px;
    background: #dedede url(../img/bg-promo.jpg) 0 0
}

@supports (display:grid) {
    .promo {
        margin-right: 0
    }
}

.promo .title {
    padding-top: 20px
}

.promo__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@supports (display:grid) {
    .promo__list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 30px
    }
}

.promo__item {
    width: 33.33%;
    height: 239px;
    padding-right: 30px;
    margin-bottom: 30px;
    overflow: hidden
}

@supports (display:grid) {
    .promo__item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0
    }
}

.promo__link {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #727271;
    background-color: #fff;
    transition: color .2s ease-in-out
}

.promo__link--big {
    font-size: 28px
}

.promo__link span {
    margin: 0
}

.promo__link img,
.promo__link span {
    position: relative;
    z-index: 9999;
    width: 90%
}

.promo__link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background-color: #e31e24;
    transition: height .4s ease-in-out
}

.promo__link--yellow::after {
    background-color: #ffc301
}

.promo__link--blue::after {
    background-color: #348ecf
}

.promo__link--violet::after {
    background-color: #ae4a84
}

.promo__link--green::after {
    background-color: #02bf5a
}

.promo__link--green-sea::after {
    background-color: #5ca595
}

.promo__link--orange::after {
    background-color: #ff7600
}

.promo__link:focus,
.promo__link:hover {
    color: #fff
}

.promo__link:focus::after,
.promo__link:hover::after {
    height: 100%
}

.promo__link:active {
    color: rgba(255, 255, 255, .8)
}

.promo__link--no-active:focus,
.promo__link--no-active:hover {
    color: #fff
}

.promo__link--no-active:focus::after,
.promo__link--no-active:hover::after {
    height: 20px
}

.promo__link--energodocs-2 {
    padding: 20px 10px 30px
}

.docs {
    height: 180px!important
}

.docs__list {
    margin: 0;
    list-style: none;
    padding: 10px 0 0;
    text-align: left
}

.docs__item {
    font-size: 12px;
    margin-bottom: 12px
}

.docs__item .docs__date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #348ecf
}

.docs__item .docs_link {
    color: #727271;
    text-decoration: none;
    text-transform: none;
    line-height: 1.4;
    font-size: 16px;
}

.docs__item .docs_link:hover {
    text-decoration: underline
}

.running-line {
    padding: 25px 0;
    background-color: #0d98fc;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

.marquee,
.running-line .container {
    height: 30px;
    overflow: hidden
}

.partners {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1
}

.partners__item {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    margin: 10px 3px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #727271
}

.partners__item:focus,
.partners__item:hover {
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .4)
}

.partners__link,
.site-logo {
    display: block;
    position: relative
}

.partners__link {
    height: 100%;
    overflow: hidden;
    font-size: 0;
    text-align: center
}

.partners__link img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-logo {
    width: 80%;
    margin-left: auto
}

.page-footer {
    padding: 20px 0;
    color: #fff;
    background-color: #0d98fc
}

.page-footer__desc,
.page-footer__social {
    position: relative;
    width: 16%;
    padding-right: 20px;
    text-align: right
}

.page-footer__social .facebook-logo {
    display: inline-flex;
    position: relative;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    align-items: center;
    text-decoration: none;
    z-index: 99999;
}
.page-footer__social .facebook-logo svg {
    font-size: 43px;
    margin-left: 10px;
}

.page-footer__social .facebook-logo:active,
.page-footer__social .facebook-logo:hover {
    opacity: .8
}

.page-footer__social::before {
    content: '';
    position: absolute;
    left: -220px;
    top: -10px;
    width: 460px;
    height: 170px;
    background-image: url(../img/electro-line-sky.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s ease-out
}

.page-footer__desc {
    width: 30%;
    padding-left: 10px;
    text-align: left
}

.page-footer__desc h5 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase
}

.page-footer__desc h5 span {
    display: block;
    font-size: 11px;
    text-transform: none
}

.page-footer__desc p {
    font-size: 12px;
    line-height: 1.4
}

.page-footer__contacts {
    position: relative;
    width: 19%;
    padding-right: 20px
}

.page-footer__contacts .address,
.table .line span {
    display: block;
    width: 100%
}

.page-footer__contacts a:active,
.page-footer__contacts a:hover {
    color: #e31e24
}

.page-footer__map {
    width: 33%
}

.copyright {
    font-size: 10px
}

.copyright span,
.news__img a {
    display: block
}

.table {
    display: table
}

.table div {
    display: table-cell;
    padding-bottom: 8px
}

.table .first {
    padding-right: 15px;
    text-align: right
}

.table .line {
    display: table-row;
    font-size: 13px;
    line-height: 1.4
}

.news {
    height: 830px;
    padding-right: 45px;
    margin-bottom: 50px;
    overflow-x: hidden;
    overflow-y: scroll
}

.news__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.news__item {
    width: 27%;
    margin-right: 9%;
    margin-bottom: 70px
}

.news__item:nth-child(3n) {
    margin-right: 0
}

.news__img {
    font-size: 0;
    background-color: #727271
}

.news__img img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

.news__title {
    position: relative;
    margin: 0 0 15px;
    padding: 4px 0 0 40px;
    font-family: FreeSetLightC, "Arial Narrow", Tahoma, sans-serif;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #02bf5a
}

.news__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;
    background-color: #02bf5a
}

.news__title--yellow {
    color: #ffc301
}

.news__title--yellow::before {
    background-color: #ffc301
}

.news__title--red {
    color: #e31e24
}

.news__title--red::before {
    background-color: #e31e24
}

.news__title--orange {
    color: #ff7600
}

.news__title--orange::before {
    background-color: #ff7600
}

.news__title--violet {
    color: #ae4a84
}

.news__title--violet::before {
    background-color: #ae4a84
}

.news__desc {
    padding: 0 0 0 30px;
    font-family: FreeSetLightC, "Arial Narrow", Tahoma, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

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

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

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

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

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

.slick-track:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

/*.slick-loading .slick-list {*/
/*    background: #fff url(./ajax-loader.gif) center center no-repeat*/
/*}*/

@font-face {
    font-family: "slick";
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-display:swap;
    font-style: normal
}

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

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

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

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

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

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

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

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

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

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

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

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

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

.slider__content {
    margin: 0;
    padding: 0 80px;
    list-style: none;
    outline: 1px solid red
}

.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
    color: gray
}

.slick-dots {
    left: 0
}

.slick-dots li button::before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #00f
}

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

.slick-next,
.slick-prev {
    z-index: 2;
    height: 150px;
    width: 50px
}

.slick-next:before,
.slick-prev:before {
    transition: opacity .3s ease-in-out
}

.slick-prev {
    left: 0
}

.slick-next::before,
.slick-prev::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    background: url(../img/arrow-long.svg) center center no-repeat;
    background-size: cover;
    top: 30px;
    height: 80px
}

.slick-prev::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 20
}

.slick-next {
    right: 0
}

.slick-next::before {
    z-index: 2
}

.slider-partners {
    padding: 0 70px 30px
}

.slider-partners span {
    display: flex;
    margin: 0 10px;
    max-width: 180px;
    height: 150px;
    padding: 0 5px;
    text-align: center;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.slider-partners img {
    margin: auto
}

#slider-customers span {
    max-width: 100%;
    background-color: transparent
}

.map {
    background-color: #348ecf;
    background-image: url(../img/bg-map-desktop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.advert {
    display: flex;
    justify-content: space-between;
    padding: 50px 20px
}

.advert__block {
    display: flex;
    width: 47%;
    font-size: 50px;
    text-align: center;
    color: #fff;
    background-color: #5ca595
}

.advert__block video {
	width: 100%;
	height: 100%;
	background: #000;
}

.advert__block span {
    display: block;
    margin: auto
}

.advert__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 47%;
    font-size: 0
}

@supports (display:grid) {
    .advert__list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 30px
    }
}

.advert__item {
    margin-right: 5%;
    margin-bottom: 5%;
    text-align: center
}

@supports (display:grid) {
    .advert__item {
        margin: 0
    }
}

@media only screen and (max-width:1540px) {
    .page-header .container::before {
        left: -150px;
        transition: left .4s ease-out
    }
    .page-footer__social::before {
        left: -200px;
        transition: all .4s ease-out
    }
}

@media only screen and (max-width:1420px) {
    .container--footer {
        flex-wrap: wrap
    }
    .page-header .container::before {
        left: -150px;
        transition: left .4s ease-out
    }
    .partners__item {
        width: 60px;
        height: 60px;
        margin-right: 7px;
        margin-left: 7px
    }
    .page-footer__contacts,
    .page-footer__desc,
    .page-footer__map,
    .page-footer__social {
        width: 50%
    }
    .page-footer__social {
        display: flex
    }
    .page-footer__social::before {
        left: -110px;
        width: 370px;
        height: 127px
    }
    .page-footer__social .site-logo {
        width: 70%;
        margin-left: 0;
        margin-right: 30px
    }
    .page-footer__social .site-logo img {
        width: 80%
    }
    .page-footer__contacts .table {
        display: flex;
        flex-wrap: wrap
    }
    .page-footer__contacts .line {
        width: 50%;
        margin-right: 0;
        padding-bottom: 0
    }
    .page-footer__contacts .line div {
        min-width: 75px;
        padding-bottom: 4px
    }
    .page-footer__contacts .line span {
        padding-bottom: 4px
    }
    .page-footer__contacts .address {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 13px
    }
    .page-footer__contacts .address br {
        display: none
    }
    .page-footer__desc {
        margin-bottom: 20px
    }
    .page-footer__map {
        min-height: 150px
    }
    .news__item {
        width: 29%;
        margin-right: 6%;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:1000px) {
    .container--footer {
        display: block
    }
    .title {
        font-size: 26px;
        padding: 50px 20px
    }
    .phones__list {
        -webkit-column-count: 1;
        column-count: 1
    }
    .phones__item:first-child {
        display: none
    }
    .main-nav {
        margin-right: 10px
    }
    .main-nav__item {
        margin-left: 3px;
        margin-right: 3px
    }
    .main-nav__link {
        padding-right: 10px;
        padding-left: 10px
    }
    .promo__link {
        font-size: 19px
    }
    .promo__link--big {
        font-size: 21px
    }
    .page-footer__contacts,
    .page-footer__desc,
    .page-footer__map,
    .page-footer__social .site-logo {
        width: 100%
    }
    .page-footer__social {
        display: block;
        width: 30%;
        float: left;
        padding-right: 20px;
        margin-bottom: 20px
    }
    .page-footer__social .facebook-logo {
        margin-top: 10px
    }
    .page-footer__social::before {
        left: -110px;
        width: 370px;
        height: 127px
    }
    .page-footer__desc {
        padding-left: 30%
    }
    .page-footer__desc br {
        display: none
    }
    .page-footer__map {
        min-height: 250px;
        height: 250px;
        margin-bottom: 20px
    }
    .news {
        height: 650px;
        padding-right: 10px
    }
    .news__item {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 50px
    }
    .news__item:nth-child(3n) {
        margin-right: 5%
    }
    .advert__block {
        font-size: 40px
    }
}

@media only screen and (max-width:960px) {
    .page-footer__social::before {
        left: -170px;
        top: -10px;
        width: 460px;
        height: 170px
    }
    .page-footer__contacts .address {
        padding-left: 30%
    }
}

@media only screen and (max-width:768px) {
    .container {
        padding-right: 20px;
        padding-left: 20px
    }
    .container--slider {
        padding-left: 0;
        padding-right: 0
    }
    .main-nav__item::after,
    .main-nav__link::after,
    .page-header .container::before {
        display: none
    }
    .page-header__title {
        max-width: 1090px;
        margin: 0 auto 10px;
        padding-top: 20px
    }
    .page-header__content {
        align-items: flex-start
    }
    .phones {
        margin-right: 40px
    }
    .main-nav {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%
    }
    .main-nav,
    .main-nav__toggler {
        display: block
    }
    .main-nav__list {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: left;
        border-top: 1px solid rgba(0, 0, 0, .8)
    }
    .main-nav__item {
        display: block;
        margin: 0
    }
    .main-nav__link {
        background-color: rgba(13, 152, 252, .95);
        padding: 12px 20px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        border-bottom: 1px solid rgba(0, 0, 0, .7);
        letter-spacing: 1px
    }
    .main-nav__link:focus,
    .main-nav__link:hover {
        padding-left: 40px;
        background-color: rgba(114, 176, 222, .95)
    }
    .main-nav__link--active {
        background-color: rgba(227, 30, 36, .95)
    }
    .main-nav__link--active:focus,
    .main-nav__link--active:hover {
        color: #fff;
        background-color: rgba(227, 30, 36, .95)
    }
    .no-js .main-nav {
        display: block;
        position: static;
        width: auto;
        margin-top: 10px;
        margin-left: -20px;
        margin-right: -20px
    }
    .no-js .main-nav__toggler {
        display: none
    }
    .no-js .main-nav__list {
        display: block;
        position: static
    }
    .promo__list {
        display: flex;
        flex-wrap: wrap;
        margin-right: -30px;
        grid-gap: 0
    }
    .promo__item {
        padding-right: 30px;
        margin-bottom: 30px;
        width: 50%;
        order: -1
    }
    .promo__item:last-child {
        order: 0;
        width: 100%;
        height: 150px
    }
    .promo__link--big {
        font-size: 24px
    }
    .magazine-1,
    .magazine-2 {
        order: -2
    }
    .energodocs-1,
    .energodocs-2 {
        order: 0
    }
    .site-logo {
        width: 100%
    }
    .page-footer__contacts .table {
        display: block
    }
    .page-footer__contacts .line {
        width: 100%;
        margin-right: 0
    }
    .page-footer__social::before {
        left: -100px;
        width: 360px;
        height: 140px
    }
    .page-footer__social {
        width: 100%;
        display: flex
    }
    .page-footer__social .site-logo {
        width: 80%;
        margin-right: 40px
    }
    .page-footer__contacts .address,
    .page-footer__contacts .table,
    .page-footer__desc {
        padding-left: 0
    }
    .page-footer__desc h5 {
        font-size: 14px
    }
    .slider-partners span {
        height: 100px
    }
    .video .advert__block-half-width {
        width:100% !important;
        max-width: 100%;
    }
}

@media only screen and (max-width:768px) and (-ms-high-contrast:active),
only screen and (max-width:768px) and (-ms-high-contrast:none) {
    .promo__list {
        margin-right: 0
    }
}

@media only screen and (max-width:600px) {
    .title {
        padding: 35px 20px;
        font-size: 22px
    }
    .page-footer__social::before,
    .page-header .container::before {
        display: none
    }
    .page-header__content {
        margin-bottom: 10px
    }
    .phones {
        margin-right: 20px
    }
    .phones__item {
        font-size: 12px
    }
    .phones__item a span {
        font-size: 16px
    }
    .promo,
    .promo__list {
        margin-right: 0
    }
    .promo {
        display: block;
        padding-top: 20px
    }
    .promo__item {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
        padding-right: 0;
        order: 0
    }
    .magazine-1,
    .magazine-2 {
        order: -3
    }
    .energodocs-1 {
        order: -2
    }
    .energodocs-2 {
        order: -1;
        height: 180px
    }
    .magazine-2 img {
        width: 100%;
        height: auto;
		padding-top: 107% !important;
    }
    .docs {
        height: 140px!important
    }
    .partners__item {
        width: 50px;
        height: 50px
    }
    .page-footer__contacts .table {
        display: flex;
        flex-wrap: wrap
    }
    .page-footer__contacts .line {
        width: 50%;
        margin-right: 0
    }
    .page-footer__contacts .line div {
        min-width: 75px
    }
    .news {
        height: 300px;
        margin-bottom: 30px
    }
    .news__item {
        width: 80%;
        margin: 0 auto 20px
    }
    .news__item:nth-child(3n) {
        margin-right: auto
    }
    .news__img img {
        min-height: 150px
    }
    .news__title {
        padding: 4px 0 0 30px;
        font-size: 22px
    }
    .news__title::before {
        width: 23px;
        height: 23px
    }
    .news__desc {
        padding: 0 0 0 30px;
        font-size: 13px
    }
    .slick-slider .slick-next::before,
    .slick-slider .slick-prev::before {
        top: 45px;
        height: 60px
    }
    
    .advert {
        display: block
    }
    .advert__block {
        width: 100%;
        min-height: 180px;
        margin-bottom: 30px;
        font-size: 30px
    }
    .advert__list {
        width: 100%
    }
    @supports (display:grid) {
        .advert__list {
            grid-template-columns: 1fr 1fr
        }
    }
}

@media only screen and (max-width:400px) {
    .slider-partners {
        padding: 0 50px
    }
    .slider-partners span {
        height: 80px
    }
}

/*
 * New
 */
.static-page .page-header {
	margin-bottom: 25px;
}
.page-header__content {
    justify-content: center;
}
.phones {
    margin-right: auto;
}
.search {
    margin-left: auto;
}
.news__title::before {
	width: 20px;
    height: 20px;
}
.news__title {
    font-size: 18px;
}
.static-page > header {
    background-color: #fff;
}
.static-page > header > .container::before {
    background-image: url(../img/logo2.svg);
}
.static-page > header > .sub-header .container::before {
    background-image: none;
}
.static-page .phones__item::before {
    background-color: #0d98fc;
    border-radius: 20px;
    border: 3px solid #0d98fc;
}
.static-page .page-footer__contacts a, .static-page .phones__item a {
    color: #000;
}
.static-page .phones__item--velcom:before,
.static-page .phones__item--mtc:before{
    background-color: transparent;
    border: none;
    border-radius: unset;
}
.static-page .main-nav__link {
    color: #000;
}
.static-page .main-nav__link::after {
    background-color: #000;
}
.static-page .form--search .form-search__input {
    border: 1px solid #b2b3b3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.static-page .btn--search-submit {
    width: 66px;
    color: #727271;
    background-color: #fff;
    text-transform: none;
    border-top: 1px solid #b2b3b3;
    border-right: 1px solid #b2b3b3;
    border-bottom: 1px solid #b2b3b3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
}
.static-page .btn:first-letter {
    text-transform: none;
}
.static-page .sub-header {
    min-height: 25px;
    background-color: #0d98fc;
}
.static-page .sub-header ul {
    text-align: right;
    margin: 0;
    padding: 0;
}
.static-page .sub-header li {
    display: inline-block;
    position: relative;
    vertical-align: sub;
}
.static-page .sub-header li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 5px;
}
.static-page .sub-header li:not(:nth-child(1)) a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
}
.static-page-footer {
    background-color: #fff;
    padding: 0;
    margin-top: 50px;
}
.static-page-footer ul {
    text-align: left;
    margin: 0;
    padding: 20px 0;
    height: 100%;
    border-top: 1px solid #727271;
    height: 75px;
}
.static-page-footer ul li {
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.static-page-footer ul li a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 5px;
}
.static-page-footer li:not(:nth-child(1)) a::after {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 1px;
     height: 100%;
     background-color: #000;
     transition: all .3s;
}
.static-page .content h1 {
    display: inline-block;
    color: #fff;
    background-color: #e31e24;
    padding: 5px 25px;
    font-size: 20px;
}
.calendar {
    margin-top: 30px;
}
.calendar-years a {
    display: inline-block;
    font-size: 0.8rem;
    color: grey;
    text-decoration: none;
    padding: 7px 12px;
}
.calendar-years a:hover, .calendar-years a:active, .calendar-years a:focus {
    background-color: #43979B;
    color: #fff;
}
.calendar-years a.active-year {
    background-color: #43979B;
    color: #fff;
}
.calendar-months {
    background-color: #43979B;
    word-spacing: 0;
    text-transform: lowercase;
}
.calendar-months a {
    display: inline-block;
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
    padding: 7px 12px;
}
.calendar-months a:hover, .calendar-months a:active, .calendar-months a:focus {
    background-color: #89C9CC;
}
.calendar-months a.active-month {
    background-color: #89C9CC;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0;
    padding: 0 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.section-book img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 50px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .4);
}
.info-book-title {
    color: #E31E24;
    font-size: 25px;
    margin: 0;
    padding: 0;
}
.info-book {
    margin-top: 65px;
}
.section-book div {
    margin-bottom: 50px;
}
.section-book div a {
    color: #43979B;
    display: block;
    text-decoration: none;
    margin-top: 5px;
}
.info-book-content {
    margin-top: 30px;
}
.info-book-content p {
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}
.static-page .content h1.orange {
    background-color: #FFC301;
}
.service-title {
    color: #4D68AE;
    font-size: 17px;
    margin: 0;
    text-indent: 0;
}
.service-text {
    margin-top: 30px;
}
.service-text p {
    color: #000;
    font-size: 16px;
    margin: 0 0 20px;
}
.service-jobs figure {
    padding-top: 40px;
}
.service-jobs figure img {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .4);
    max-width: 167px;
    max-height: 167px;
}
.service-jobs figcaption {
    margin-top: 20px;
}
.service-jobs figcaption a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
.pagination {
    text-align: right;
    margin-top: 35px;
}
.pagination {
    list-style-type: none;
}
.pagination li {
    display: inline-block;
}
.pagination a {
    padding: .5rem .75rem;
    border-radius: 4px;
    text-decoration: none;
    color: #898989;
    border: 1px solid transparent;
}
.pagination li.active a {
    border: 1px solid #C5C6C6;
}
.pagination a:hover, .pagination a:active, .pagination a:focus {
    border: 1px solid #C5C6C6;
}
.static-page h2 {
    color: #E31E24;
    font-size: 20px;
}
.about-journal-text {
    margin-bottom: 80px;
}
.about-journal-text p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.editorial-board img {
    float: left;
    margin-right: 20px;
}
.editorial-board p {
    margin: 0;
    font-size: 15px;
    color: #000;
}
.editorial-board {
    margin-top: 50px;
}
.editorial-board p:nth-child(2) {
    margin-bottom: 15px;
}
.editorial-board .col-md-6 {
    margin-bottom: 30px;
}
.static-page .content h1.burgundy {
    background-color: #AE4A84;
}
.regulatory-literature-text {
    margin-bottom: 60px;
}
.regulatory-literature-text p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.regulatory-literature-form {
    display: flex;
    align-items: center;
}
.regulatory-literature-form span {
    color: #AE4A84;
    margin-right: 20px;
}
.regulatory-literature-form input {
    border: 1px solid #B2B3B3;
    border-radius: 4px;
    height: 30px;
    width: 400px;
}
.regulatory-literature-form a {
    background: #AE4A84;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #AE4A84;
    height: 30px;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.regulatory-literature-form a:hover {
    color: #AE4A84;
    background: #fff;
}
.regulatory-literature-list {
    border-top: 1px solid #727271;
    margin-top: 20px;
}
.regulatory-literature-list figure {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #727271;
}
.regulatory-literature-list figcaption {
    vertical-align: top;
}
.regulatory-literature-list img {
    display: inline-block;
    margin-right: 30px;
}
.regulatory-literature-list .regulatory-literature-list-title {
    color: #000;
    font-size: 16px;
}
.regulatory-literature-list .regulatory-literature-list-link {
    color: #0000FF;
}
.regulatory-literature-list .regulatory-literature-list-content {
    color: #000;
    font-size: 13px;
}
.static-page .content h1.green {
    background-color: #02BF5A;
}
.exhibition-activity-text p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.our-work-slider .slick-slide, .participation-exhibitions-slider .slick-slide,
.digital-printing-slider .slick-slide, .digital-printing-equipment-slider .slick-slide {
    border-right: 1px solid #BDBDBB;
    padding: 20px;
    text-align: center;
    margin-bottom: -29985px;
    padding-bottom: 30000px;
}
.our-work-slider .slick-slide img, .participation-exhibitions-slider .slick-slide img,
.digital-printing-slider .slick-slide img, .digital-printing-equipment-slider .slick-slide img {
    display: inline-block;
}
.our-work-slider .slick-list, .participation-exhibitions-slider .slick-list,
.digital-printing-slider .slick-list, .digital-printing-equipment-slider .slick-list {
    border: 1px solid #BDBDBB;
}
.our-work-slider, .participation-exhibitions-slider, .digital-printing-slider, .digital-printing-equipment-slider {
    padding: 0 70px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}
.our-work-slider .slick-arrow, .participation-exhibitions-slider .slick-arrow,
.digital-printing-slider .slick-arrow, .digital-printing-equipment-slider .slick-arrow {
    position: absolute;
    top: 70px;
}
.our-work-slider .slick-arrow:nth-child(1), .participation-exhibitions-slider .slick-arrow:nth-child(1),
.digital-printing-slider .slick-arrow:nth-child(1), .digital-printing-equipment-slider .slick-arrow:nth-child(1) {
    left: 0;
}
.our-work-slider .slick-arrow:nth-child(3), .participation-exhibitions-slider .slick-arrow:nth-child(3),
.digital-printing-slider .slick-arrow:nth-child(3), .digital-printing-equipment-slider .slick-arrow:nth-child(3) {
    right: 0;
}
.exhibition-activity-text {
    margin-bottom: 50px;
}
.static-page .content h1.orange2 {
    background-color: #FF7600;
}
.digital-printing-list ul {
    margin: 10px 0 0 17px;
    padding: 0;
}
.digital-printing-list ul li {
    color: #4D68AE;
    margin-bottom: 5px;
}
.digital-printing-list ul li span {
    color: #000;
    font-size: 16px;
}
.news-section .col-md-3 figure {
	margin: 0;
}
.news-section .col-md-3 figcaption {
	margin-top: -3px;
}
.news-section .col-md-3 figcaption .news__title {
	padding: 4px 0 0 32px;
	font-size: 15px;
}
.news-section .col-md-3 figcaption .news__title::before {
    width: 18px;
    height: 18px;
}
.static-page h2.title-news {
	color: #4D68AE;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0px;
}
.news-section .date-news {
	color: #898989;
}
.news-section .desc-news {
	color: #5B5B5B;
	line-height: 19px;
}
.news-section .col-md-9 a {
	text-decoration: none;
	color: #898989;
	font-size: 14px;
}
.news-section .col-md-9 a:hover {
	text-decoration: underline;
}
.news-section .row {
	margin-top: 10px;
}
.border-1px {
	height: 1px;
	background: #727271;
}
.static-page .content .new-section h1 {
	background: transparent;
	padding: 0;
	color: #4D68AE;
	font-size: 29px;
	margin: 0;
}
.new-date {
	font-size: 16px;
	color: #898989;
}
.new-desc img {
	float: left;
	margin-right: 15px;
}
.about {
	color: #000;
	font-size: 16px;
}
.static-page .contacts h2 {
	color: #5B5B5B;
	font-weight: normal;
	font-size: 17px;
}
.static-page .contacts p {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 17px;
	color: #5B5B5B;
}
.contact-form {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #D3E4FC;
}
.contact-form .col-md-6 label,
.contact-form .col-md-12 label {
	display: block;
	color: #2B2A29;
}
.contact-form input {
	height: 30px;
	border: none;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.contact-form .col-md-6 input,
.contact-form .col-md-12 input {
	padding-left: 10px;
}
.contact-form textarea {
	height: 100px;
	width: 100%;
	border: none;
	margin-top: 5px;
	margin-bottom: 10px;
	resize: none;
	padding-left: 10px;
}
.contact-form input#code {
	background-color: #fff;
	width: 130px;
	text-align: center;
}
.contact-form button {
	background: #74ACFC;
	width: 150px;
	height: 30px;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 7px;
	float: right;
	margin-top: 10px;
}
.contact-form .col-md-5 label {
	color: #2B2A29;
}
.view_temporarily {
	height: 690px;
	width: 100%;
	text-align: center;
	background: #383838;
}
.view_cancel {
	color: #FFC301;
	font-size: 14px;
	text-decoration: none;
}
.view_cancel:hover {
	text-decoration: underline;
}
.scientific_practical_journal_author table {
	width: 100%;
}
.scientific_practical_journal_author table thead td {
	text-align: center;
	background: #4D68AE;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.scientific_practical_journal_author table tbody td {
	text-align: center;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.scientific_practical_journal_author table tbody tr:nth-child(even) {
	background: #D4EDFC;
}
.scientific_practical_journal_author .text-block ul {
	padding-left: 17px;
}
.scientific_practical_journal_author .text-block p, .scientific_practical_journal_author .text-block li {
	color: #000;
	font-size: 16px;
}
.scientific_practical_journal_author .text-block li {
	margin-bottom: 10px;
}
.scientific_practical_journal_author .text-block-contacts {
	margin-top: 40px;
}
.scientific_practical_journal_author .text-block p {
	margin-bottom: 10px;
	margin-top: 0;
}
.scientific_practical_journal_author .text-block-contacts p {
	margin-bottom: 2px;
	margin-top: 0;
}
.scientific_practical_journal_author .images img {
	margin-right: 20px;
}
.scientific_practical_journal_contacts p {
	color: #000;
	font-size: 16px;
}
.scientific_practical_journal_contacts li {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}
.scientific_practical_journal_contacts ul {
	padding-left: 17px;
}
.text-danger {
	color: #E31E24;
}
.scientific_practical_journal_contacts .contact-form {
	background: #D4EDFC;
}
.scientific_practical_journal_contacts .contact-form button {
	background: #4D68AE;
}
.contact-company-info a {
	color: #5B5B5B;
	font-size: 15px;
}
.contact-company-info p {
	color: #5B5B5B;
}
.contact-company-info-desc {
	margin-bottom: 40px;
}
.energy_strategy_archive a {
	color: #43979B;
	text-decoration: none;
}
.energy_strategy_archive a:hover {
	text-decoration: underline;
}
.energy_strategy_archive_numbers figure {
	margin: 20px 0 0 0;
	width: 130px;
	display: inline-block;
	margin-right: 40px;
}
.energy_strategy_archive_numbers figcaption {
	color: #5B5B5B;
	text-align: center;
	margin-top: 8px;
}
.energy_strategy_archive_numbers img {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .4);
}
.page-header {
    margin: 0;
}
a.title {
    display: block;
    text-decoration: none;
}
#contact_map > ymaps {
    width: 100% !important;
}
h1.green, h1.orange, h1.burgundy {
    text-transform: uppercase;
}

.main-wrap .search .select2-selection--single {
    height: 40px;
    border: none;
}
.main-wrap .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: FreeSetLightC,Arial,Tahoma,sans-serif;
    font-size: 14px;
    line-height: 42px;
    text-transform: capitalize;
    padding-left: 15px;
}
.main-wrap .search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}
.main-wrap .search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #727271;
}

.main-wrap .search .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: '\f002';
    color: #348ecf;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}
.main-wrap .search .select2-container--default .select2-selection--single .select2-selection__arrow b:hover:after {
    color: #e31e24;
}
.main-wrap .search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: -2px;
    right: 18px;
    width: 20px;
}
.main-wrap.static-page .search .select2-selection--single {
    height: 40px;
    border: 1px solid #b2b3b3;
}
.main-wrap.static-page .search .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: '';
}
.main-wrap.static-page .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
    text-transform: uppercase;
    padding-right: 6px;
}
.main-wrap.static-page .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.static-page .main-nav__toggler span {
    background: #0d98fc;
}
.static-page .main-nav__toggler span::before, .static-page .main-nav__toggler span::after {
    background: #0d98fc;
}
.static-page  .main-nav__toggler--close.main-nav__toggler span {
    background: transparent;
}
@media (max-width: 1024px) {
    .contact-form.col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #contact_map {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .digital-printing-list {
        margin-bottom: 20px;
    }
    .digital-printing-list .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our-work-slider .slick-arrow, .participation-exhibitions-slider .slick-arrow, .digital-printing-slider .slick-arrow, .digital-printing-equipment-slider .slick-arrow {
        top: 30px;
    }
    .news-section .col-md-3, .news-section .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news-section .row {
        margin-bottom: 50px;
    }
    .col-md-2-5 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .scientific_practical_journal_author .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 590px) {
    .static-page h2.title-news {
        font-size: 20px;
    }
}
@media (max-width: 540px) {
    #contact-form .col-md-4, #contact-form .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .info-book .col-md-3, .info-book .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .info-book .col-md-3 {
        text-align: center;
    }
    .editorial-board .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #subscribe-form .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .col-md-2-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 500px) {
    .col-md-2-5 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}
@media (max-width: 400px) {
    .regulatory-literature-form input {
        width: 100px;
    }
    .regulatory-literature-list figure > a {
        float: unset !important;
        display: block;
        text-align: center;
    }
}
@media (max-width: 389px) {
    .our-work-slider .slick-arrow, .participation-exhibitions-slider .slick-arrow, .digital-printing-slider .slick-arrow, .digital-printing-equipment-slider .slick-arrow {
        top: 70px;
    }
}
.advert__block-full-width {
    width: 100%;
    text-align: center;
}

.advert__block-full-width video {
    max-height: 400px;
}

.advert__block-half-width {
    width: 50%;
    float: left;
    padding: 20px;
    text-align: center;
}

.advert__block-half-width video {
    max-height: 400px;
    max-width: 99%;
}

.title--big {
    font-size: 26px;
}

.sub-header a {
    font-family: FreeSetC, Arial, Tahoma, sans-serif;
}
.contact-title b {
    font-weight: bold;
}