@font-face {
    font-family: 'Helios';
    src: url('fonts/Helios.eot');
    src: url('fonts/Helios.eot?iefix') format('eot'),
    url('fonts/Helios.woff') format('woff'),
    url('fonts/Helios.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helios';
    src: url('fonts/Helios-Italic.eot');
    src: url('fonts/Helios-Italic.eot?iefix') format('eot'),
    url('fonts/Helios-Italic.woff') format('woff'),
    url('fonts/Helios-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helios';
    src: url('fonts/Helios-Bold.eot');
    src: url('fonts/Helios-Bold.eot?iefix') format('eot'),
    url('fonts/Helios-Bold.woff') format('woff'),
    url('fonts/Helios-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*:focus {
    outline: 0;
}

.text-about:not(a) {
    line-height: normal;
}

/* banner numbers */
.bunner-numbers {
    font-size: 300px;
    color: #f5f5f5;
    left: 15px;
    z-index: -1;
}

.about-about-card {
    max-width: 385px !important;
}

/* outline */
button, button:hover, button:active, button:focus, textarea, textarea:hover, textarea:active, textarea:focus, input, input:hover, input:active, input:focus, a, a:active, a:hover, a:focus, input:focus {
    outline: 0;
    outline-offset: 0;
}

a:hover {
    text-decoration: none;
}

/* location footer and content */
html {
    position: relative;
    min-height: 100%;
}

body {
    background: url(../../img/line.png) center repeat-y;
    margin-bottom: 174px;
}

.main-menu {
    background: url(../../img/line-menu.png) center repeat-y #00447c;
}

.container-max {
    max-width: 58em;
}

@media (max-width: 1199.98px) {
    body {
        background-size: 962px;
    }

    .container-max {
        max-width: 49em;
    }
}

@media (max-width: 991.98px) {
    body {
        background-size: 720px;
    }
}

@media (max-width: 767.98px) {
    body {
        background: url(../../img/line-xs.jpg) center repeat-y;
        background-size: 510px;
    }

    .container-max {
        max-width: 39em;
    }
}

@media (max-width: 575.98px) {
    body {
        background: url(../../img/line-xxs.jpg) center repeat-y;
        background-size: calc(100% - 30px);
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 174px;
}

.bg-darkBlue {
    background-color: #00447c;
}

.bg-darkGray {
    background-color: #47525e;
}

.bg-whiteGray {
    background: #f5f5f5;
}

/* color */
.c-darkBlue {
    color: #00447c;
}

.c-GrayBlack {
    color: #4b4f54;
}

.c-darkGray {
    color: #47525e;
}

.c-lightGray {
    color: #888;
}

.c-darkWhite {
    color: #f5f5f5;
}

.c-white {
    color: #fff;
}

.button.c-white:hover {
    color: #fff;
}

.c-main-menu {
    color: #80a1be;
}

a.c-main-menu:after {
    display: block;
    content: "";
    height: 2px;
    width: 60%;
    background-color: #80a1be;
    transition: width .3s ease-in-out;
}

a.c-main-menu:hover:after,
a.c-main-menu:focus:after {
    width: 100%;
    background-color: #fff;
    transition: .5s;
}

a.c-main-menu:hover {
    color: #fff;
}

.c-orange {
    color: #e57d00;
}

.c-black {
    color: #20212f;
}

/* background-color */
.bg-f5 {
    background: #f5f5f5;
}

.back-white {
    background-color: #fff;
}

.back-darkBlue {
    background: #00447c;
}

/* line-height */
.lin-h-13 {
    line-height: 1.3em;
}

.lin-h-1 {
    line-height: 1em;
}

.lin-h-08 {
    line-height: .8em;
}

.lin-h-07 {
    line-height: .7em;
}

/* font-size */
.f-s-180 {
    font-size: 180px;
}

.f-s-72 {
    font-size: 72px;
}

.f-s-70 {
    font-size: 70px;
}

.f-s-45 {
    font-size: 45px;
}

.f-s-36 {
    font-size: 36px;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-11 {
    font-size: 11px;
}

.f-s-10 {
    font-size: 10px;
}

/* opacity */
.opac-07 {
    opacity: 0.7;
}

.opac-04 {
    opacity: 0.4;
}

/* line caption */
.line-caption::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    background: #00447c;
    width: 60%;
    height: 4px;
}

/* line card about (about.php;) */
.about-card-line::after {
    position: absolute;
    content: "";
    left: 30%;
    bottom: 0;
    background: #fff;
    width: 40%;
    height: 1px;
}

/* border 1px */
.bor-lightGray {
    border: 1px solid #cdd2d8;
}

.bor-darkBlue {
    border: 1px solid #00447c;
}

.bor-white {
    border: 1px solid #fff;
}

.bor-bottom-darkGray {
    border-bottom: 1px solid #47525e;
}

/* border 3px */
.bor-bottom-orange {
    border-bottom: 3px solid #e57d00;
}

/* IMG ICONS */
.img-icons-right {
    background: url(../../img/index/icons/icons_sprites.png) -43px -45px;
    width: 4px;
    height: 9px;
}

.img-icons-phone {
    background: url(../../img/index/icons/icons_sprites.png) -10px -10px;
    width: 15px;
    height: 15px;
}

.img-icons-message {
    background: url(../../img/index/icons/icons_sprites.png) -10px -45px;
    width: 13px;
    height: 13px;
}

.img-icons-search {
    background: url(../../img/index/icons/sm-sprites.png) no-repeat -10px -10px;;
    width: 27px;
    height: 26px;
}

.img-icons-search.bor-bottom-darkGray:hover span {
    background: url(../../img/index/icons/sm-sprites.png) no-repeat -57px -9px;
    transition: 0s;
}

.img-icons-menu {
    background: url(../../img/index/icons/sm-sprites.png) no-repeat -10px -56px;
    width: 32px;
    height: 21px;
    transition: .5s;
}

.img-icons-facebook {
    background: url(../../img/index/icons/facebook.png) no-repeat;
    width: 10px;
    height: 19px;
    position: absolute;
}

.img-icons-twitter {
    background: url(../../img/index/icons/twitter.png) no-repeat;
    width: 22px;
    height: 16px;
    position: absolute;
}

.img-icons-in {
    background: url(../../img/index/icons/in.png) no-repeat;
    width: 20px;
    height: 19px;
    position: absolute;
}

.img-icons-p {
    background: url(../../img/index/icons/p.png) no-repeat;
    width: 14px;
    height: 19px;
    position: absolute;
}

.img-icons-ampoule, .img-icons-ampoule span {
    width: 78px;
    height: 134px;
    position: absolute;
    transition: .5s;
}

.img-icons-ampoule {
    background: url(../../img/production-category/ampoule.png) -10px -10px;
}

.img-icons-ampoule span {
    background: url(../../img/production-category/ampoule.png) -108px -10px;
}

.img-icons-human {
    background: url(../../img/index/icons/human.png) no-repeat;
    width: 12px;
    height: 17px;
}
.img-icons-krug {
    background: url(../../img/index/icons/krug.png) no-repeat;
    width: 12px;
    height: 17px;
}

.img-icons-company {
    background: url(../../img/index/icons/companu.png) no-repeat;
    width: 12px;
    height: 17px;
}

.img-icons-star {
    background: url(../../img/index/icons/star.png) no-repeat;
    width: 12px;
    height: 12px;
}

.img-icons-mails {
    background: url(../../img/index/icons/mails.png) no-repeat;
    width: 18px;
    height: 17px;
}

.img-icons-download {
    background: url(../../img/index/icons/download.png) no-repeat;
    width: 18px;
    height: 17px;
}

.img-icons-email {
    width: 17px;
    height: 12px;
    background: url(../../img/index/icons/icons_sprites.png) -45px -10px;
}

.label-our-clients span, .img-icons-ampoule span, .img-icons-search span, .img-icons-menu span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.label-our-clients span, .img-icons-ampoule span {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.our-clients-1, .our-clients-1 span {
    width: 98px;
    height: 82px;
}

.our-clients-2, .our-clients-2 span {
    width: 109px;
    height: 43px;
}

.our-clients-3, .our-clients-3 span {
    width: 85px;
    height: 37px;
}

.our-clients-4, .our-clients-4 span {
    width: 133px;
    height: 34px;
}

.our-clients-5, .our-clients-5 span {
    width: 139px;
    height: 51px;
}

.our-clients-6, .our-clients-6 span {
    width: 115px;
    height: 73px;
}

.our-clients-7, .our-clients-7 span {
    width: 107px;
    height: 66px;
}

.our-clients-8, .our-clients-8 span {
    width: 86px;
    height: 77px;
}

.our-clients-9, .our-clients-9 span {
    width: 121px;
    height: 45px;
}

.our-clients-10, .our-clients-10 span {
    width: 135px;
    height: 20px;
}

.our-clients-11, .our-clients-11 span {
    width: 135px;
    height: 40px;
}

.our-clients-12, .our-clients-12 span {
    width: 135px;
    height: 35px;
}

.our-clients-13, .our-clients-13 span {
    width: 135px;
    height: 45px;
}
.our-clients-14, .our-clients-14 span {
    width: 135px;
    height: 35px;
}

.our-clients-1 {
    background: url('../../img/index/our-clients/clients.png') no-repeat -128px -103px;
}

.our-clients-2 {
    background: url('../../img/index/our-clients/clients.png') no-repeat -439px -10px;
}

.our-clients-3 {
    background: url('../../img/index/our-clients/clients.png') no-repeat -439px -136px;
}

.our-clients-4 {
    background: url('../../img/index/our-clients/clients.png') no-repeat -248px -276px;
}

.our-clients-5 {
    background: url('../../img/index/our-clients/clients.png') no-repeat -7px -205px;
}

.our-clients-6 {
    background: url('../../img/index/our-clients/clients.png') no-repeat -145px -10px;
}

.our-clients-7 {
    background: url('../../img/index/our-clients/clients.png') no-repeat -323px -326px;
}

.our-clients-8 {
    background: url('../../img/index/our-clients/clients.png') no-repeat -280px -81px;
}

.our-clients-9 {
    background: url('../../img/index/our-clients/clients.png') no-repeat -435px -234px;
}

.our-clients-10 {
    background: url(../../img/index/our-clients/clients.png) no-repeat -8px -436px;
}

.our-clients-11 {
    background: url(../../img/index/our-clients/clients.png) no-repeat -8px -481px;
}

.our-clients-12 {
    background: url(../../img/index/our-clients/clients.png) no-repeat -8px -558px;
}

.our-clients-13 {
    background: url(../../img/index/our-clients/clients.png) no-repeat -158px -390px;
}
.our-clients-14 {
    background: url(../../img/index/our-clients/clients.png) no-repeat -158px -490px;
}

.our-clients-1 span {
    background: url('../../img/index/our-clients/clients.png') no-repeat -10px -103px;
}

.our-clients-2 span {
    background: url('../../img/index/our-clients/clients.png') no-repeat -439px -73px;
}

.our-clients-3 span {
    background: url('../../img/index/our-clients/clients.png') no-repeat -439px -193px;
}

.our-clients-4 span {
    background: url('../../img/index/our-clients/clients.png') no-repeat -10px -362px;
}

.our-clients-5 span {
    background: url('../../img/index/our-clients/clients.png') no-repeat -277px -10px;
}

.our-clients-6 span {
    background: url('../../img/index/our-clients/clients.png') no-repeat -10px -10px;
}

.our-clients-7 span {
    background: url('../../img/index/our-clients/clients.png') no-repeat -437px -326px;
}

.our-clients-8 span {
    background: url('../../img/index/our-clients/clients.png') no-repeat -280px -178px;
}

.our-clients-9 span {
    background: url('../../img/index/our-clients/clients.png') no-repeat -435px -280px;
}
.our-clients-10 span {
background: url(../../img/index/our-clients/clients.png) no-repeat -8px -457px;
}

.our-clients-11 span {
background: url(../../img/index/our-clients/clients.png) no-repeat -8px -521px;
}

.our-clients-12 span {
background: url(../../img/index/our-clients/clients.png) no-repeat -8px -591px;
}

.our-clients-13 span {
    background: url(../../img/index/our-clients/clients.png) no-repeat -158px -447px;
}
.our-clients-14 span {
    background: url(../../img/index/our-clients/clients.png) no-repeat -158px -520px;
}

.label-our-clients:hover span, .card-products:hover i span, .img-icons-search:hover span, .img-icons-menu:hover span {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .our-clients-1, .our-clients-1 span {
        width: 58px;
        height: 49px;
    }

    .our-clients-2, .our-clients-2 span {
        width: 65px;
        height: 26px;
    }

    .our-clients-3, .our-clients-3 span {
        width: 65px;
        height: 26px;
    }

    .our-clients-4, .our-clients-4 span {
        width: 77px;
        height: 20px;
    }

    .our-clients-5, .our-clients-5 span {
        width: 80px;
        height: 29px;
    }

    .our-clients-6, .our-clients-6 span {
        width: 74px;
        height: 47px;
    }

    .our-clients-7, .our-clients-7 span {
        width: 62px;
        height: 42px;
    }

    .our-clients-8, .our-clients-8 span {
        width: 57px;
        height: 51px;
    }

    .our-clients-9, .our-clients-9 span {
        width: 77px;
        height: 10px;
    }

    .our-clients-1 {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -198px -10px;
    }

    .our-clients-2 {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -110px -210px;
    }

    .our-clients-3 {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -278px -13px;
    }

    .our-clients-4 {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -95px -259px;
    }

    .our-clients-5 {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -10px -210px;
    }

    .our-clients-6 {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -10px -10px;
    }

    .our-clients-7 {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -92px -148px;
    }

    .our-clients-8 {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -10px -77px;
    }

    .our-clients-9 {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -107px -305px;
    }

    .our-clients-1 span {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -198px -79px;
    }

    .our-clients-2 span {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -10px -259px;
    }

    .our-clients-3 span {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -276px -60px;
    }

    .our-clients-4 span {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -192px -259px;
    }

    .our-clients-5 span {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -174px -148px;
    }

    .our-clients-6 span {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -104px -10px;
    }

    .our-clients-7 span {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -10px -148px;
    }

    .our-clients-8 span {
        background: url('../../img/index/our-clients/clients-mobile.png') no-repeat -87px -77px;
    }

    .our-clients-9 span {
        background: url('../../img/index/our-clients/clients.png') no-repeat -435px -280px;
    }
}

/* IMG ICONS:HOVER */
.img-icons-search span {
    background: url(../../img/index/icons/sm-sprites.png) no-repeat -57px -10px;;
    width: 27px;
    height: 26px;
}

.img-icons-menu span {
    background: url(../../img/index/icons/sm-sprites.png) no-repeat -104px -10px;;
    width: 32px;
    height: 21px;
    transition: .5s;
}

/* close button */
.icons-close {
    position: absolute;
    width: 16px;
    height: 19px;
    top: 10px;
    right: 15px;
    z-index: 100;
}

.icons-close:before, .icons-close:after {
    position: absolute;
    left: 6px;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #00447c;
    z-index: 1;
}

.icons-close:before {
    transform: rotate(45deg);
}

.icons-close:after {
    transform: rotate(-45deg);
}

/* search header (index.php) */
#search {
    height: 27px;
    font-size: 14px;
    display: inline-block;
    border: none;
    outline: none;
    color: #47525e;
    width: 0;
    top: 0;
    right: 0;
    border-bottom: 1px solid #47525e;
    background: none;
    z-index: 3;
    transition: width .2s;
    cursor: pointer;
    padding: 0;
}

.slider-search-txt {
    font-size: 36px;
}

.search-focus {
    width: 200px !important;
    z-index: 1 !important;
    cursor: text !important;
}

/* slider number (animate) */
.slick-active > .dots-sliders {
    color: #00447c !important;
    font-size: 24px !important;
    opacity: 1 !important;
    transition: .5s;
}

/* our-cliets (index.php) */
.label-our-clients {
    width: 162.81px;
    height: 148px;
    transition: .5s;
}

.label-our-no-clients {
    width: 162px;
    height: 148px;
    transition: .5s;
}

/* news-all substrate */
.news-all-substrate {
    width: 97%;
    right: 0;
    top: 40px;
    z-index: -1;
}

.news-all-img {
    max-width: 90%;
}

@media (max-width: 1199.98px) {
    .label-our-clients {
        width: 136.5px
    }

    .label-our-no-clients {
        width: 137.3px
    }
}

@media (max-width: 991.98px) {
    .label-our-clients {
        width: 102.5px;
    }

    .label-our-no-clients {
        width: 102.6px;
    }

    .label-our-clients, .label-our-no-clients {
        height: 80px;
    }
}

@media (max-width: 767.98px) {
    .label-our-clients {
        width: 101px;
    }

    .label-our-no-clients {
        width: 102px;
    }
}

/* hover our-cliets (index.php) */
.label-our-clients:hover {
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.13);
    transition: .5s;
}

/* production (index.php) */
.production-cards {
    width: 100px;
    height: 100px;
    background: #e9eff4;
    border: 1px solid #cdd2d8;
    transition: .4s;
}

/* production hover  (index.php) */
.production-cards:hover {
    border-bottom: 5px solid #e57d00;
    transition: .4s;
    box-shadow: 2.5px 3.3px 6.7px rgba(0, 0, 0, 0.13);
}

/* production active (index.php) */
.production-cards:active {
    background: #00447c;
    border: 1px solid #00447c;
    color: #fff;
    transition: .4s;
    box-shadow: 2.5px 3.3px 6.7px rgba(0, 0, 0, 0.13);
}

/* product-information (index.php) */
#product-information {
    min-height: 496px;
    box-shadow: 4px 10px 35px rgba(0, 0, 0, 0.25);
}

.product-information-right {
    height: 260px;
    overflow-y: auto;
}

/* news (index.php and all-news.php) */
.news-card-shadow {
    box-shadow: 0 6.9px 20.7px rgba(32, 33, 47, 0.08);
}

/* footer email (index.php) */
.footer-email-input {
    background-color: #00447c;
    color: #fff;
    border: 0;
    height: 40px;
    flex: 1 1 auto;
}

.footer-email-input::placeholder {
    color: #fff;
}

.footer-email-button {
    background-color: #00447c;
    border: 0;
}

/* slider buttons (animate) (index.php and cooperation) */
.prev {
    color: #47525e;
}

.next {
    color: #00447c;
}

.prev:hover, .prev:active, .next:hover {
    color: #00447c;
    text-decoration: none;
}

a .img-icons-right {
    transition: .5s;
    position: relative;
    right: -3px;
}

a:hover .img-icons-right {
    right: -15px;
}

/* height banner (development.php) */
.banner-sleder-h {
    height: 626px;
}

/* slider buttons */
.forward, .backward {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(75, 85, 98, 0.4);
    transition: .5s;
}

.forward:hover, .backward:hover {
    border: 2px solid rgba(75, 85, 98, 0);
    background: rgba(75, 85, 98, 0.4);
    transition: .5s;
}

.forward:active, .backward:active {
    background: #00447c;
    border: 2px solid #00447c;
    transition: .5s;
}

.arrow-left, .arrow-right {
    position: relative;
    width: 23px;
    height: 3px;
    background: #00447c;
    transition: .5s;
}

.arrow-left::after, .arrow-left::before, .arrow-right::after, .arrow-right::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 15px;
    background: #00447c;
    border-radius: 1rem;
    transition: .5s;
}

.arrow-right::after {
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

.arrow-right::before {
    transform: rotate(45deg);
    transform-origin: left top;
}

.arrow-left::after {
    transform: translate3d(7px, 0, 0) rotate(45deg);
    transform-origin: right bottom;
}

.arrow-left::before {
    transform: translate3d(7px, 0, 0) rotate(-45deg);
    transform-origin: right top;
}

.forward:active .arrow-left::after, .forward:active .arrow-left::before, .forward:active .arrow-left, .backward:active .arrow-right::after, .backward:active .arrow-right::before, .backward:active .arrow-right {
    background: #fff;
    transition: .5s;
}

/* slider data (development.php) */
.development-data {
    height: 48px;
}

@media (min-width: 992px) {
    .development-data {
        width: 160px !important;
    }
}

.dev-year .slick-slide {
    width: 160px;
}

.development-slider .slick-slide {
    margin: 0;
}

.slick-current > div > .development-data {
    background-color: #00447c;
    transition: 1s;
}

.slick-current > div > .development-data span {
    color: #fff;
    font-size: 36px;
    box-shadow: none;
    line-height: 0.8;
    height: 48px;
    opacity: 1;
}

/* slider card (development.php) */
.development-slider-substrate {
    background-color: #f5f5f5;
    height: 424px;
    right: 0;
}

@media (min-width: 768px) {
    .card-products {
        width: 324px;
    }
}

.card-products {
    height: 148px;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.13);
    transition: .8s;
}

.card-products:hover {
    background: #f5f5f5;
}

.card-products span, .card-products a, .card-products h3 {
    z-index: 1;
}

.card-products:hover .img-icons-honey {
    background: url(../../img/production-category-hover/honey.png) no-repeat;
    z-index: 0;
    transition: 0.8s;
}

/* square and circle (cooperation) */
.square-orange, .circle-blue {
    width: 21px;
    height: 21px;
}

.square-orange {
    background: #f2994a;
}

.circle-blue {
    background: #00447c;
}

/* slider cooperation */
.cooperation-slider-h {
    height: 456px;
}

.cooperation-slider-b {
    height: 464px;
    background: #f5f5f5;
    left: 55px;
    top: -8px;
}

/* table (product.php) */
.table-shadow {
    box-shadow: 0 6px 13px rgba(148, 148, 148, 0.16);
}

.table-bor-gray-l {
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-top: 0;
}

.table-bor-gray-r {
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-top: 0;
    border-left: 0;
}

.img-element {
    right: -95px;
}

@media (min-width: 1200px) {
    .element-h {
        height: 496px;
    }

    .contacts-input .input-group, .textarea-order, .button-order {
        width: 489px;
    }
}

.element-h {
    box-shadow: 4px 10px 35px rgba(0, 0, 0, 0.25);
}

.trbl-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 991.98px) {
    #production-table {
        padding-left: 15px !important;
        margin-right: 42px !important;
    }
}

@media (max-width: 767.98px) {
    #production-table {
        padding-left: 5px !important;
        margin-right: 42px !important;
    }

    .about-bg {
        background: #00447c;
    }

    .lc-about {
        top: -60px;
    }

    .b-about {
        bottom: -50px;
    }
}

@media (max-width: 575.98px) {
    #production-table {
        padding-left: 0 !important;
        margin-right: 18px !important;
    }
}

.overflow-x {
    overflow-x: hidden;
}

.slick-dots.dots-index {
    bottom: -45px;
    text-align: left;
    padding-left: 160px;
    z-index: 1000;
}

.pn-index {
    right: 170px;
}

.pn-index a {
    z-index: 1100;
}

.ph-filter .dropdown-toggle::after {
    position: absolute;
    right: 25px;
    top: 20px;
}

.ph-filter-dropdown .dropdown-menu {
    min-width: 325px;
}

.h-dropdown.show #dropdownMenuLink {
    border: 1px solid #00000026;
}

.h-dropdown #dropdownMenuLink {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0 !important;
    width: 56px;
}

.h-dropdown .dropdown-menu {
    min-width: 15px;
    padding: 0;
    margin: 0;
    border-top: 0;
    border-radius: 0;
}

.h-dropdown .dropdown-item {
    padding-left: 11px;
    width: 54px;
}

/* select2 */
.select2 {
    width: 325px !important;
    text-align: left;
    background: #f6f6f6;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    height: 45px;
    background-color: #f6f6f6;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f6f6f6
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f6f6f6;
    color: #47525e;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/* slick slider */

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

    content: '';
}

.slick-track:after {
    clear: both;
}

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

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

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

.slick-slide img {
    display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

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

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

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    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');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

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

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

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

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

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

.slick-prev:before {
    content: 'в†ђ';
}

[dir='rtl'] .slick-prev:before {
    content: 'в†’';
}

.slick-next {
    right: -25px;
}

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

.slick-next:before {
    content: 'в†’';
}

[dir='rtl'] .slick-next:before {
    content: 'в†ђ';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 28px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

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

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

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'вЂў';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.w-200px {
    width: 200px;
}

svg {
    touch-action: none;
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none;
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #cdcdcd;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    box-sizing: content-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
}

.jvectormap-zoomin {
    bottom: 30px;
    right: 0;
    left: unset;
}

.jvectormap-zoomout {
    right: 0;
    left: unset;
    bottom: 10px;
}

.jvectormap-goback {
    bottom: 10px;
    z-index: 1000;
    padding: 6px;
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.jvectormap-legend-cnt {
    position: absolute;
}

.jvectormap-legend-cnt-h {
    bottom: 0;
    right: 0;
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0;
}

.jvectormap-legend {
    background: black;
    color: white;
    border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jvectormap-legend-tick-text {
    font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 3px;
}

/* slider (index.php) */
.dots-index .slick-dots li::after {
    position: absolute;
    right: -60px;
    bottom: 0;
    content: '';
    height: 3px;
    width: 0;
    background-color: #00447c;
    transition: 0s;
}

.dots-index .slick-dots li.slick-active::after {
    transition: .5s;
}

.dots-index .slick-dots li {
    margin-left: 0;
    line-height: 2.35;
}

.dots-index .slick-dots li.slick-active:after {
    width: 60px;
    transition: .5s;
    bottom: 6px;
    left: 30px;
}

.dots-index .slick-dots li.slick-active {
    margin-right: 75px !important;
}

.dots-index .slick-dots li {
    margin-right: 0 !important;
    transition: 0s;
}

.dots-index .slick-dots li > .dots-sliders {
    opacity: .75;
    color: #47525e;
    transition: .5s;
}

.dots-index .slick-active {
    line-height: 1 !important;
    transition: .5s;
}

.about .slick-active {
    line-height: 1.5 !important;
}

.dots-index .slick-active + li {
    margin-left: 0;
    transition: 0s;
}

/* slider-main (index.php) */
.slick-slide {
    margin: 20px 0 -7px 20px;
}

.center .slick-center img {
    opacity: 1;
    width: 95%;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.center img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 300ms ease;
}

.slick-slide img {
    width: 95%;
}

.about-main {
    background: #00447c;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

@media (max-width: 767.98px) {
    .about-main {
        top: 2px;
    }
}

.main-menu {
    top: 0;
    z-index: 100000;
}

.stop-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* block-headings  */
.block-headings {
    font-size: 30px;
}

/* gray crap (devlopment.php)  */
.substrate-gray {
    height: 280px;
    background-color: #f5f5f5;
    top: -227px;
    z-index: -1;
    right: 0;
    width: 200%;
}

.table.table-bordered tbody tr:first-child {
    background-color: #00447c;
    color: #fff;
}

.table-bordered tr:first-child th, .table-bordered tr:first-child td {
    border: 1px solid #00447c;
}

.table-bordered tr:not(:first-child) th, .table-bordered tr:not(:first-child) td {
    background-color: #fff;
    border: 1px solid #ededed;
}

.dev-year .slick-slide {
    margin: 0;

}

/* slider (partnership.php) */
.partn-slider-numbers {
    font-size: 180px;
}

.partn-slider-allNumbers {
    font-size: 45px;
}

/* product img (mob) */
.product-img * img {
    max-width: 100%;
    max-height: 100%;
}

/* all-news.php card caption txt */
.news-cap-txt {
    font-size: 16px;
}

.menu-text {
    font-size: 36px;
}

@media (min-width: 1200px) {
    /* about production (about.php) */
    .production-img {
        -webkit-clip-path: polygon(326px 88px, 326px 0, 100% 0, 100% 87%, 815px 87%, 815px 100%, 0 100%, 0 13%);
        clip-path: polygon(326px 88px, 326px 0, 100% 0, 100% 87%, 815px 87%, 815px 100%, 0 100%, 0 13%);
    }
}

@media (min-width: 991px) and (max-width: 1199.98px) {
    .slider-search-txt {
        font-size: 30px;
    }

    /* about production (about.php) */
    .production-img {
        -webkit-clip-path: polygon(326px 88px, 326px 0, 100% 0, 100% 87%, 815px 87%, 815px 100%, 0 100%, 0 13%);
        clip-path: polygon(326px 88px, 326px 0, 100% 0, 100% 87%, 750px 87%, 750px 100%, 0 100%, 0 13%);
    }

    .card-products {
        width: 271px;
    }

    /* all-news.php card caption txt */
    .news-cap-txt {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* about production (about.php) */
    .production-img {
        -webkit-clip-path: polygon(326px 88px, 326px 0, 100% 0, 100% 87%, 815px 87%, 815px 100%, 0 100%, 0 13%);
        clip-path: polygon(326px 56px, 326px 0, 100% 0, 100% 87%, 530px 87%, 530px 100%, 0 100%, 0 13%);
    }

    .block-headings {
        font-size: 30px;
    }

    /* map about.php */
    .about-map {
        height: 200px;
    }

    .substrate-gray {
        top: -700px;
    }

    /* slider (partnership.php) */
    .partn-slider-numbers {
        font-size: 130px;
    }

    .partn-slider-allNumbers {
        font-size: 35px;
    }

    .card-products {
        width: 345px;
    }

    .banner-sleder-h {
        height: 900px;
    }

    .container-max {
        max-width: 37em;
    }

    /* slider card (development.php) */
    .development-slider-substrate {
        bottom: 30px;
    }

    .img-element {
        right: 0;
    }

    .select2 {
        width: 202px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .slider-search-txt {
        font-size: 25px;
    }

    .block-headings {
        font-size: 30px;
    }

    /* map about.php */
    .about-map {
        height: 200px;
    }

    .substrate-gray {
        top: -700px;
    }

    /* development slider mob */
    .slick-center > div > .development-data span {
        font-size: 24px;
        line-height: 1;
    }

    .development-data {
        height: 42px;
        width: 98px !important;
    }

    /* .banner-sleder-h {
        height: 850px;
    } */
    /* slider card (development.php) */
    .development-slider-substrate {
        height: 70%;
        width: 100%;
        right: 0;
        bottom: 20px;
    }

    .menu-text {
        font-size: 24px;
    }

    .slick-dots.dots-index {
        padding-left: 70px;
    }

    .pn-index {
        right: 70px;
    }

    .bunner-numbers {
        font-size: 230px;
        left: 0;
        top: 80px;
    }

    .select2 {
        width: 290px !important;
    }
}

@media (min-width: 425px) and (max-width: 575.98px) {
    .slider-search-txt {
        font-size: 24px;
    }

    .block-headings {
        font-size: 30px;
    }

    /* map about.php */
    .about-map {
        height: 200px;
    }

    .substrate-gray {
        height: 350px;
        top: -670px;
    }

    .slick-center > div > .development-data span {
        font-size: 24px;
        line-height: 1;
    }

    .development-data {
        height: 42px;
        width: 98px !important;
    }

    /* slider card (development.php) */
    .development-slider-substrate {
        width: 100%;
        height: 70%;
        right: 0;
        bottom: 20px;
    }

    .menu-text {
        font-size: 24px;
    }

    .slick-dots.dots-index {
        padding-left: 70px;
    }

    .pn-index {
        right: 35px;
    }

    .bunner-numbers {
        font-size: 230px;
        left: 0;
        top: 80px;
    }

    .select2 {
        width: 290px !important;
    }
}

@media (max-width: 767.98px) {
    .select2 {
        width: 305px !important;
    }
}

@media (max-width: 575.98px) {
    .ph-filter {
        width: 100%;
    }

    .select2 {
        width: 100% !important;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    /* slider (partnership.php) */
    .partn-slider-numbers {
        font-size: 100px;
    }

    .bunner-numbers {
        font-size: 220px;
    }

    .partn-slider-allNumbers {
        font-size: 34px;
    }

    .slider-search-txt {
        font-size: 20px;
    }

    .block-headings {
        font-size: 24px;
    }

    /* map about.php */
    .about-map {
        height: 200px;
    }

    .substrate-gray {
        height: 350px;
        top: -576px;
    }

    .slick-center > div > .development-data span {
        font-size: 24px;
        line-height: 1;
    }

    .development-data {
        height: 42px;
        width: 98px !important;
    }

    /* slider card (development.php) */
    .development-slider-substrate {
        height: 80%;
        width: 100%;
        right: 0;
        bottom: 5px;
    }

    /* Сокращаем текст в "Принимаем заказы" (мобильная версия) */
    .order-text-mob {
        white-space: nowrap;
        overflow: hidden;
        max-width: 74px;
    }

    .order-text-mob:before {
        content: "Обяз. поле";
    }

    /* Сокращаем текст в "Принимаем заказы" (мобильная версия ENG) */
    .order-text-mob-eng {
        white-space: nowrap;
        overflow: hidden;
        max-width: 90px;
    }

    .order-text-mob-eng:before {
        content: "Required field";
    }

    .menu-text {
        font-size: 24px;
    }

    .slick-dots.dots-index {
        padding-left: 30px;
    }

    .pn-index {
        right: 10px;
    }

    .bunner-numbers {
        font-size: 190px;
        left: 0;
        top: 185px;
    }
}

.letter-catalog {
    font-size: 96px;
    color: #f5f5f5;
    line-height: 1.3;
}

.hotspot {
    width: 140px;
    height: 140px;
    display: block;
    left: 122px;
    bottom: 150px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hotspot .border-top, .hotspot-dal .border-top-dal {
    position: absolute;
    top: -15px;
    left: -150px;
    background: #f2994a;
}

.hotspot .border-bottom, .hotspot-dal .border-bottom-dal {
    position: absolute;
    bottom: -15px;
    right: -150px;
    background: #f2994a;
}

.hotspot .border-left, .hotspot-dal .border-left-dal {
    position: absolute;
    left: -15px;
    top: -150px;
    background: #f2994a;
}

.hotspot .border-right, .hotspot-dal .border-right-dal {
    position: absolute;
    right: -15px;
    bottom: -150px;
    background: #f2994a;
}

.hotspot .bg-trans, .hotspot-dal .bg-trans-dal {
    width: 40px;
    height: 40px;
    top: 50px;
    left: 50px;
    position: absolute;
    background: #f2994a66;
}

.hotspot .bg-trans .small-spot, .hotspot-dal .bg-trans-dal .small-spot-dal {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
    background: #f2994a;
    position: absolute;
}

.hotspot .bg-trans .small-spot .big, .hotspot-dal .bg-trans-dal .small-spot-dal .big-dal {
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    display: block;
    position: relative;
    background: white;
}

.hotspot .text-spot, .hotspot-dal .text-spot-dal {
    text-align: center;
    opacity: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hotspot .text-spot {
    top: 50px;
}

.hotspot-dal .text-spot-dal {
    top: 40px;
    right: 10px;
}

.small-spot, .small-spot-dal {
    font-size: 117%;
    font-weight: 500;
}

.hotspot-dal {
    width: 140px;
    height: 140px;
    display: block;
    right: 232px;
    top: 170px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#map {
    height: 500px;
}

.map-height {
    height: 200px;
}

.news-card-shadow .img-fluid {
    min-height: 118px;
}


@media (min-width: 992px) {
    #map {
        height: 100%;
    }

    .wh-articles {
        width: 324px;
        height: 148px;
    }

    .map-height {
        height: 510px;
    }
}


.cc_container {
    left: 20px!important;
    right: initial!important;
    bottom: 20px;
    width: 300px;
    padding-bottom: 77px;
}


.product .table-bordered tr:first-child td {
    border: 1px solid #ffffff;
}
.product .table-bordered tr p {
    margin: 0;
}


.catalog .nav-pills .nav-link {
    background: #e6e3e3;
    margin: 0 5px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.catalog .nav-pills .nav-link.active {
    background: #47525e;
    color: #fff;
}

.header-menu .btn.btn-link::after {
    display:none;
}
.header-menu .dropdown-menu.show {
    display: block;
    background: #0b3354;
    left: inherit;
    right: 13px;
    width: 130px;
    min-width: 130px;
    box-shadow: 1px 2px 4px 1px #00000059;
}
.header-menu .dropdown-menu.show a.dropdown-item {
    width: 100%;
    padding: 5px 25px;
}
.header-menu .dropdown-menu.show a.dropdown-item:hover {
    color: #fff;
    background: none;
}


