

/* Start:/local/templates/pars/css/slick.css?16760515721776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

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

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/pars/css/slick-theme.css?16760515723158*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/pars/css/../images/ajax-loader.gif') center center no-repeat;
}

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

    src: url('/local/templates/pars/css/../fonts/slick.eot');
    src: url('/local/templates/pars/css/../fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/pars/css/../fonts/slick.woff') format('woff'), url('/local/templates/pars/css/../fonts/slick.ttf') format('truetype'), url('/local/templates/pars/css/../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: 20px;
    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;
}

/* End */


/* Start:/local/templates/pars/css/style.css?167605157257592*/

/* Reset styles
-----------------------------------------------------------------------------*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:05 PM */

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Light.eot');
	src: local('Montserrat Light'), local('Montserrat-Light'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Light.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-MediumItalic.eot');
	src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-MediumItalic.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Thin.eot');
	src: local('Montserrat Thin'), local('Montserrat-Thin'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Thin.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraLightItalic.eot');
	src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraLightItalic.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-BoldItalic.eot');
	src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-BoldItalic.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraLight.eot');
	src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraLight.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot');
	src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Italic.eot');
	src: local('Montserrat Italic'), local('Montserrat-Italic'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Italic.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-LightItalic.eot');
	src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-LightItalic.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-BlackItalic.eot');
	src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-BlackItalic.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-SemiBoldItalic.eot');
	src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-SemiBoldItalic.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraBold.eot');
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Black.eot');
	src: local('Montserrat Black'), local('Montserrat-Black'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Black.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ThinItalic.eot');
	src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ThinItalic.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary {
	display: block;
}
:focus {
	outline: 0;
}
input, textarea {
	padding: 0;
}
textarea {
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #000;
	font: 16px Montserrat, Tahoma, Verdana, sans-serif;
	height: 100%;
	width: 100%;
	min-width: 1040px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 3px 0 8px 0;
}


input {
	vertical-align: middle;
}
hr {
	border: 0;
	height: 1px;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}


/* for clear floats */
.clear {
	clear: both;
}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.ie8 .clearfix{zoom: 1; display: block; }
.ie9 .clearfix{zoom: 1; display: block; }
.hCenter, .cCenter, .fCenter{
	width: 1320px;
	margin: 0 auto;
	padding: 20px 0px 0 0;
	box-sizing: border-box;
}
.wrapper {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}
.hidden{
	display: none;
}
@font-face {
	font-family: 'icomoon';
	src:  url('/local/templates/pars/css/../fonts/icomoon.eot');
	src:  url('/local/templates/pars/css/../fonts/icomoon.eot#iefix') format('embedded-opentype'),
	url('/local/templates/pars/css/../fonts/icomoon.ttf') format('truetype'),
	url('/local/templates/pars/css/../fonts/icomoon.woff') format('woff'),
	url('/local/templates/pars/css/../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before,[class^="icon-"]:after, [class*=" icon-"]:after {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	content: "\e900";
}
.icon-phone:before {
	content: "\e901";
}

.icon-strtop:after {
	content: "\e903";
	font-size: 4px;position: absolute;top: 28px;right: -6px;color: #013601;}
.icon-strtop:hover:after {
	content: "\e902";
}
.icon-lan:before {
	content: "\e904";
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 11px 0px 0px;
	color: #013601;
}
a {
	color: #008000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/* HEADER
-----------------------------------------------------------------------------*/
.hCenter{
	height:100px
}
.header{padding-bottom: 35px;}
.head_logo{
	float: left;
	padding: 0 14px;
}
.head_lang{
	float: right;
	padding: 19px 3px 20px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	z-index: 40;
	color: #1C1B17;
	position: relative;
	width: 80px;
	margin-right: 24px;
}
.head_lang .icon-lan:before{
	color: #013601;
}
.headmune{}
.headmune ul{
	list-style: none;
	margin: 0px;
	padding: 22px 127px 0 137px;
	display: flex;
}
.headmune ul li{list-style-type: none;flex-basis: auto;flex-grow: 1;text-align: center;}
.headmune ul li.active{}
.headmune ul li.active a{
	border-bottom: 1px solid #008000;
	color: #1C1B17;
}
.headmune ul li a:hover{
	color: #1C1B17;
}
.headmune ul li a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	padding-bottom: 3px;
}
.header2 .hCenter{
	height: auto;
}
.sliderimg{
	height: 400px;
	background-size: cover !important;
	background-position: center !important;
}
.header2 h1:after,
.header2 .title_slider:after{
	content: "";
	background: #008000;
	height: 2px;
	width: 166px;
	position: absolute;
	bottom: -25px;
	left: 0px;
}
.header2 h1:before,
.header2 .title_slider:before{
	content: "";
	background: #FFFFFF;
	height: 1px;
	max-width: 466px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.header2{
	padding-bottom: 120px;
	margin-top: -35px;
}
img{
	max-width:100%;
}
.header2 h1,
.header2 .title_slider{
	position: relative;
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
	line-height: 98px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: -120px 0 0 14px;
	z-index: 10;
}
.header2 span,
.header2 .title_slider span{
	color: #013601;
	display: block;
}
.head_text_right{
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 39px;
	text-align: right;
	color: #1C1B17;
	padding: 0 16px 0px 190px;
	margin: 0 0 20px 0px;
}
a.header2_link{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #013601;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 14px;
}
a.header2_link:before{
	top: -36px;
}
.header3{
	position: relative;
	padding: 161px 0 0 25px;
	margin-top: -36px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.727)), to(rgba(0, 0, 0, 0.7))), url(/local/templates/pars/css/../images/contacts-header123.jpg);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.727), rgba(0, 0, 0, 0.7)), url(/local/templates/pars/css/../images/contacts-header123.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.header2_img1{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 87, 87, 0.5)), to(rgba(87, 87, 87, 0.5))), url(/local/templates/pars/css/../images/collective-min.jpg);
	background: linear-gradient(rgba(87, 87, 87, 0.5), rgba(87, 87, 87, 0.5)), url(/local/templates/pars/css/../images/collective-min.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: -2;
	height: 400px;
}

.header2_img2{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 87, 87, 0.5)), to(rgba(87, 87, 87, 0.5))), url(/local/templates/pars/css/../images/slider1-min.jpg);
	background: linear-gradient(rgba(87, 87, 87, 0.5), rgba(87, 87, 87, 0.5)), url(/local/templates/pars/css/../images/slider1-min.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: -2;
	height: 400px;
}


.header3 .hCenter{
	height: auto;
}
.header3 img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.header3 h1{
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
	line-height: 98px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.header3 h1 span{
	color: #81D2B1;
}
.header3_tit{
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 39px;
	color: #FFFFFF;
	text-align: right;
}
.header3_text{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	max-width: 530px;
	padding: 60px 0 0 2px;
}
.header3_link{
	padding: 116px 0 55px 2px;
}
.header3_link a:hover{
	text-decoration: none;
}
.header3_link a{
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 39px;
	color: #FFFFFF;
	border-bottom: 2px solid #87D623;
	padding-right: 48px;
	margin-right: 29px;
	padding-bottom: 3px;
}
.icon-adr:before{
	content: "\e905";
}
.icon-ph:before{
	content: "\e901";
}
.icon-em:before{
	content: "\e900";
}
/* END HEADER
-----------------------------------------------------------------------------*/




/* CONTENT
-----------------------------------------------------------------------------*/
.block2main{
	margin: 80px auto 0;
}
.block2main_c:first-child{
	border: none;
}
.block2main_c{
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 94px 0 101px 0;
	border-top: 2px solid #B4B4B4;
	column-gap: 10px;
}
.block2main_c_img img{
	max-width: 90%;
}
.block2main_c_img{

	display: none;
	align-self: center;
}
.block2main_c_img2{
	align-self: center;
	text-align: right;
}
.block2main_c_b{
	align-self: center;
	justify-self: center;
}
.block2main_c:nth-child(2n) .block2main_c_img{
	display: block;
}
.block2main_c:nth-child(2n) .block2main_c_img2{
	display: none;
}


.block1main{
	max-width: 1118px;
	margin: 0px auto 0;
}
.block1main_c{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 60px;
}
.block1main_c_img{
	display: none;
	align-self: center;
}
.block1main_c_img2{
	align-self: center;
	text-align: right;
}
.block1main_c_b{
	align-self: center;
	justify-self: center;
	margin-bottom: -28px;
}
.block1main_c:nth-child(2n) .block1main_c_img{
	display: block;
}
.block1main_c:nth-child(2n) .block1main_c_img2{
	display: none;
}
.block1main_c_tit span{
	position: absolute;
	font-style: normal;
	font-weight: 700;
	font-size: 96px;
	line-height: 117px;
	color: #E5E5E5;
	top: -65px;
	left: -30px;
	z-index: -1;
}
.main_hist .block1main_c_tit{
	border-bottom: 2px solid green;
}
.main_hist{
	margin-top: 40px;
}
.block1main_c_tit{
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #1C1B17;
	position: relative;
}
.block1main_c_teg{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #008000;
	margin: 21px 0 0 0;
}
.block1main_c_text{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #1C1B17;
	margin-top: 11px;
}
.block1main_c_link{
	text-align: right;
	margin-top: 30px;
}

.block_tab{}
.block_tab_head{
	border-bottom: 1px solid #013601;;
}
.block_tab_head ul.sliderpag{
	/*margin: 50px 0 -140px 0;*/
}
.block_tab_head ul{
	display: flex;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tab_num{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #013601;
	padding-bottom: 21px;
}
.tab_text{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #013601;
}
.block_tab_head ul li.scroll2:hover{
	background-color: rgba(192, 192, 192, 0.7);
}
.block_tab_head ul li:hover .tab_num,
.block_tab_head ul li.active .tab_num{
	color: #1C1B17;
}
.block_tab_head ul li:hover .tab_text,
.block_tab_head ul li.active .tab_text{
	color: #1C1B17;
}
.block_tab_head ul li:hover,
.block_tab_head ul li.active {
	background: #D4D4D4;
}
.block_tab_head ul li{
	list-style-type: none;
	flex-basis: auto;
	flex-grow: 1;
	background: #ECECEC;
	width: 25%;
	box-sizing: border-box;
	padding: 30px 0 34px 14px;
	cursor: pointer;
}
.main_b1{
	max-width: 1118px;
	margin: 0px auto 0;
}

.main_b1_c{margin-bottom: 90px;}

.main_b1_c:nth-child(2n) .main_b1_c_img{
	float: left;
	margin-left: 16px;
}
.main_b1_c_img{
	float: right;
}
.main_b1_c_img img{}
.main_b1_c_tit{
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #1C1B17;
	position: relative;
}
.main_b1_c_tit span{
	position: absolute;
	font-style: normal;
	font-weight: 700;
	font-size: 96px;
	line-height: 117px;
	color: #E5E5E5;
	top: -65px;
	left: -30px;
	z-index: -1;
}
.main_b1_c_teg{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #008000;
	margin: 21px 0 0 0;
}
.main_b1_c_text{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #1C1B17;
	margin-top: 11px;
}
.main_b1_c_link{
	text-align: right;
	margin-top: 30px;
}
.main_b1_c_link a{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #008000;
}
.main_b1_c_b{
	padding: 0px 0 0 24px;
	max-width: 519px;
	height: 420px;
	display: table-cell;
	vertical-align: middle;
}
.main_b1_c:nth-child(2n) .main_b1_c_b{
	padding-left: 115px;
}

.main_b2{
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	margin: 96px 0 0 0;
	box-sizing: border-box;
	padding: 60px 0 0 13px;
}
.main_b2 h2{
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	/* identical to box height */
	text-transform: uppercase;

	/* black */
	color: #1C1B17;
	position: relative;
}
.main_b2 h2:before{
	content: "";
	background: #008000;
	height: 1px;
	width: 410px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.main_b2 h2:after{
	content: "";
	background: #008000;
	height: 2px;
	width: 190px;
	position: absolute;
	bottom: -25px;
	left: 0px;
}
.main_b2 .row{
	padding: 28px 131px 55px 0px;
}
.main_b2_c{
	display: flex;
}
.main_b2_c_l{
	width: 33%;
	position: relative;
}
.main_b2_c_l_link{
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.main_b2_c_l_link a{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */


	/* brand / old 2 */
}
.main_b4.main_hist .main_b4_c_b{
	height: 420px
}
.main_b4.main_hist .main_b4_c{
	border: none;
	padding: 65px 0;
}
.main_b4_c:first-child{
	border-top: none;
}
.main_b2_c_2{
	width: 35%;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #616B7C;
}
.main_b2_c_3{
	width: 33%;
}
.block_banber_main{
	margin: -158px 0 -98px 0;
	z-index: -1;
	position: relative;
	background: url(/local/templates/pars/css/../images/BRD_0320-min.jpg);
	height: 35em;
	background-size: cover;
	background-position: center;
}
.main_b4.main_hist .main_b4_c_tit{
	border-bottom: 2px solid green;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #1C1B17;
	position: relative;
}
.main_b4.main_hist .main_b4_c_tit:after,
.main_b4.main_hist .main_b4_c_tit:before{
	display: none;
}
.main_b4.main_hist{
	margin: 0;
	padding: 127px 93px 0 18px;
	box-sizing: border-box;
}
.main_b4{
	max-width: 1288px;
	margin: 5px auto 0;
}

.main_b4_c{border-top: 2px solid #B4B4B4;padding: 94px 0 101px 0;}

.main_b4_c:nth-child(2n) .main_b4_c_img{
	float: left;
	margin-left: -8px;
	max-width: 50%;
}
.main_b4_c_img{
	float: right;
}
.main_b4_c_img img{}
.main_b4_c_tit{
	font-size: 3em;
	font-weight: 800;
	text-transform: uppercase;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	position: relative;
	margin: 0;
}
.main_b4_c_tit:before {
	content: '';
	position: absolute;
	top: 0;
	width: 550px;
	height: 2px;
	background: green;
}
.main_b4_c_tit:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 1px;
	background: green;
}
.main_b4_c_tit span{
	position: absolute;
	font-style: normal;
	font-weight: 700;
	font-size: 96px;
	line-height: 117px;
	color: #E5E5E5;
	top: -65px;
	left: -30px;
	z-index: -1;
}
.main_b4_c_teg{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #008000;
	margin: 21px 0 0 0;
}
.main_b4_c_text{
	margin-top: 11px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	/* or 22px */


	/* gray-dark */
	color: #616B7C;
}
.main_b4_c_link{
	margin-top: 30px;
}
.main_b4_c_link a{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #008000;
}
.main_b4_c_b{
	padding: 0px 0 0 27px;
	max-width: 549px;
	height: 520px;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.main_b4_c:nth-child(2n) .main_b4_c_b{
	padding-left: 145px;
	width: 50%;
	box-sizing: border-box;
}
.block_banber2_main{
	margin: 0px 0 -119px 0;
	z-index: -1;
	position: relative;
	height: 20em;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 52, 52, 0.5)), to(rgba(87, 87, 87, 0.5))), url(/local/templates/pars/css/../images/contacts-header123.jpg);
	background: linear-gradient(rgba(131, 52, 52, 0.5), rgba(87, 87, 87, 0.5)), url(/local/templates/pars/css/../images/contacts-header123.jpg);
	background-size: cover;
	background-position: center;
}
.baner_com1_1{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.385)), to(rgba(0, 0, 0, 0.378))), url(/local/templates/pars/css/../images/BRD_0373.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.385), rgba(0, 0, 0, 0.378)), url(/local/templates/pars/css/../images/BRD_0373.jpg);
	background-size: cover;
	background-position: center;
	height: 405px;
}
.baner_com1_2{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.385)), to(rgba(0, 0, 0, 0.378))), url(/local/templates/pars/css/../images/Photo1_19.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.385), rgba(0, 0, 0, 0.378)), url(/local/templates/pars/css/../images/Photo1_19.jpg);
	background-size: cover;
	background-position: center;
	height: 405px;
}
.main_b5{
	padding-left: 14px;
}
.main_b5 h2{
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
	line-height: 98px;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
}
.main_b5 h2 span{
	color: #013601;
	display: block;
}
.main_b5 h2:before{
	content: "";
	background: #FFFFFF;
	height: 2px;
	width: 410px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.main_b5 h2:after{
	content: "";
	background: #008000;
	height: 1px;
	width: 190px;
	position: absolute;
	bottom: -22px;
	left: 0px;
}
.main_b5_text{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #1C1B17;
	padding-top: 47px;
}
.catalog_list1_b .cCenter{
	position: relative;
	padding: 0px;
}
.catalog_list1{
	margin: -55px 0 0 0;
}
.catalog_list1_b:hover{
	text-decoration: none;
}
.catalog_list1_b{
	height: 600px;
	overflow: hidden;
	display: block;
}
.catalog_list1_b:nth-child(1){background: #7FD1B0;}
.catalog_list1_b:nth-child(2){background: #A48087;}
.catalog_list1_b:nth-child(3){background: #80A2DF;}
.catalog_list1_b:nth-child(4){background: #7FD8D0;}
.catalog_list1_b:nth-child(1) .catalog_list1_num{background: url(/local/templates/pars/css/../images/01.png);width: 300px;height: 223px;}
.catalog_list1_b:nth-child(2) .catalog_list1_num{
	background: url(/local/templates/pars/css/../images/02.png);
	width: 300px;
	height: 179px;
	top: 268px;
}
.catalog_list1_b:nth-child(3) .catalog_list1_num{
	background: url(/local/templates/pars/css/../images/03.png);
	width: 300px;
	height: 180px;
	top: 268px;
}
.catalog_list1_b:nth-child(4) .catalog_list1_num{
	background: url(/local/templates/pars/css/../images/04.png);
	width: 300px;
	height: 163px;
	top: 284px;
}
.catalog_list1_b:nth-child(1) .catalog_list1_img{}
.catalog_list1_b:nth-child(2) .catalog_list1_img{}
.catalog_list1_b:nth-child(3) .catalog_list1_img{}
.catalog_list1_b:nth-child(4) .catalog_list1_img{}
.catalog_list1_b:nth-child(1) .catalog_list1_text span{color: #7FD1B0;}
.catalog_list1_b:nth-child(2) .catalog_list1_text span{color: #A48087;}
.catalog_list1_b:nth-child(3) .catalog_list1_text span{color: #80A2DF;}
.catalog_list1_b:nth-child(4) .catalog_list1_text span{color: #7FD8D0;}
.catalog_list1_b a:hover{
	text-decoration: none;
}
.catalog_list1_b a{
	display: block;
	width: 100%;
	height: 100%;
}
.catalog_list1_img{
	position: absolute;
	width: 470px;
	height: 473px;
	top: 68px;
	right: 176px;
}
.catalog_list1_img img{
	max-height: 100%;
}
.catalog_list1_num{
	position: absolute;
	top: 226px;
	right: 17px;
}
.catalog_list1_text{
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
	line-height: 98px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 154px 0 0px 15px;
	display: block;
	/*position: relative;*/
	/*z-index: 10;*/
}
.catalog_list1_text span{
	display: block;
	text-shadow: #fff 1px 0px, #fff 1px 1px, #fff 0px 1px, #fff -1px 1px, #fff -1px 0px, #fff -1px -1px, #fff 0px -1px, #fff 1px -1px;
	color: #7FD1B0;
}
.histori{
	padding-bottom: 50px;
}
.histori_title{
	padding: 45px 0 97px 13px;
}
.histori_title img{}
.histori_b1{}
.histori_b1_b{
	padding-bottom: 101px;
}
.histori_b1_b2{
	padding-bottom: 101px;
}
.histori_b1_b table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: none;
}


.histori_b1_b table tr:nth-child(2n) td:nth-child(1){
	display: none;
}
.histori_b1_b table tr td{
	padding-bottom: 101px;
}
.histori_b1_b table tr td:nth-child(3){
	display: none;
}
.histori_b1_b table tr:nth-child(2n) td:nth-child(3){
	display: table-cell;
}
.histori_b1_b table tr{}
.histori_b1_b table td{}
.histori_b1_b table td:nth-child(3),
.histori_b1_b table td:nth-child(1){
	font-style: normal;
	font-weight: 800;
	font-size: 128px;
	line-height: 100%;
	color: #E5E5E5;
	width: 42.8%;
	text-align: center;
	vertical-align: middle;
}
.histori_b1_b table td:nth-child(3) span,
.histori_b1_b table td:nth-child(1) span{
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #E5E5E5;
	display: block;
	text-transform: initial;
}
.histori_b1_b table td:nth-child(2){
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #1C1B17;
	padding-right: 16px;
	vertical-align: middle;
}
.histori_b1_b table td:nth-child(2) span{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #008000;
	border-top: 2px solid #008000;
	display: block;
	padding: 18px 0 7px 0;
}
.histori_b1_b2 table{
	margin-left: 14px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: none;
}
.histori_b1_b2 table tr{}
.histori_b1_b2 table td{}
.histori_b1_b2 table td:nth-child(1){
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #1C1B17;
	padding-right: 16px;
	vertical-align: middle;
}
.histori_b1_b2 table td:nth-child(1) span{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #008000;
	border-top: 2px solid #008000;
	display: block;
	padding: 18px 0 7px 0;
}
.histori_b1_b2 table td:nth-child(2){
	font-style: normal;
	font-weight: 800;
	font-size: 128px;
	line-height: 100%;
	text-transform: uppercase;
	color: #E5E5E5;
	width: 42.8%;
	text-align: center;
	vertical-align: middle;
}
.histori_b1_b2 table td:nth-child(2) span{
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #E5E5E5;
	display: block;
	text-transform: initial;
}

.baner_com1{
	position: relative;
}
.baner_com1_text{
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
	line-height: 98px;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	bottom: 1px;
	left: 306px;
}
.histori2{
	padding: 127px 0px 0 14px;
	margin-right: -21px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;}
.histori2_b{width: 31%;display: inline-block;vertical-align: top;font-size: 0px;line-height: 0px;margin: 0  0 50px 0px;background: #F5F5F5;text-align: left;margin-right: 29px;}
.histori2_b_img{
	height: 410px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}
.histori2_b_img img{
	max-height: 100%;
}
.histori2_b_img2{

}
.histori2_b_img3{

}
.histori2_b_t{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #1C1B17;
	padding: 32px 30px 0;
}
.histori2_b_title{
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #1C1B17;
	padding: 9px 30px 0;
}
.histori2_b_text{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #616B7C;
	border-top: 1px solid #008000;
	margin: 9px 30px 0;
	padding: 32px 0 30px 0;
	text-align: left;
}
.maps{
	display: flex;
	padding: 78px 0  0 16px;
	align-items: center;
}
.maps_b1{
	width: 135%;
}
.maps_b1 img{ }
.maps_b2{
	vertical-align: middle;
}
.maps_t{
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
	line-height: 98px;
	text-transform: uppercase;
	color: #013601;

}
.maps_text{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	color: #616B7C;

}
.slider_catalog .slick-next{
	width: 49px;
	height: 48px;
	right: 10px;
	z-index: 10;
	margin-left: 0;
	margin-top: 6px;
	top: 50%;
	left: inherit;
}
.slider_catalog .slick-prev{
	width: 49px;
	height: 48px;
	left: 10px;
	z-index: 10;
	margin-left: 0;
	margin-top: 6px;
	top: 50%;

}
.slider_catalog .slick-next:hover:before{
	background-position: -50px -51px;
}
.slider_catalog .slick-next:before{
	background-position: -50px -102px;
}
.slider_catalog .slick-prev:before {
	width: 49px;
	background-position: 0px -102px;

}
.slider_catalog .slick-prev:hover:before{
	background-position: 0px -51px;
}
.slider_catalog .slick-dots {
	position: absolute;
	bottom: -45px;
}
.slider_catalog_c{
	margin: 0 10px;
	background: #ECECEC;
	height: 100%;
}
.slider_catalog_img img{
	margin: 0 auto;
}
.slider_catalog_t2{
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 34px;
	color: #1C1B17;
	padding: 0 10px 11px;
	text-align: center;
}
.slider_catalog_img{
	display: block;
	text-align: center;
}
.slider_catalog_img2{
	display: block;
	text-align: center;
}
b{
	font-weight: bold;
}
.career{
	position: relative;
	max-width: 847px;
	margin: 3px auto;
}
.career:before{
	content: "";
	background: url("/local/templates/pars/css/../images/kav1.png");
	width: 142px;
	height: 113px;
	position: absolute;
	top: -59px;
	left: -224px;
}
.career:after{
	content: "";
	background: url("/local/templates/pars/css/../images/kav2.png");
	width: 142px;
	height: 113px;
	right: -220px;
	bottom: -6px;
	position: absolute;
}
.career_title{
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 59px;
	text-align: center;
	color: #1C1B17;
	position: relative;
}
.career_text{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #616B7C;
	padding: 31px 0 50px 0;
}
.career_b{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
	padding: 102px 17px 0 12px;
}
.career_b *{ box-sizing: border-box;}
.career_c{
	width: 100%;
	height: 100%;
	background: #F5F5F5;
}
.career_img:after{
	content:"";
	background: url(/local/templates/pars/css/../images/str.png);
	width: 54px;
	height: 54px;
	position: absolute;
	bottom: 27px;
	right: 26px;
}
.career_img:before{
	content:"";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.career_img{
	height: 490px;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
}
.career_img img{}
.career_block{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #1C1B17;
}
.career_info{
	position: relative;
	height: calc(100% - 490px);
	padding: 32px 29px 30px 32px;
}
.career_c_title{
	font-style: normal;
	font-weight: 500;
	font-size: 29px;
	display: flex;
	align-items: flex-end;

	/* white */
	color: #FFFFFF;
	position: absolute;
	bottom: 108px;
	left: 0px;
	padding: 0 31px;
}
.button-wrap {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 29px;
	left: 31px;
}
.career_c_link{
	display: inline-flex;
	text-decoration: none;
	position: relative;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #008000;
}
@media only screen and (max-width: 1200px) {
	.career_b {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 900px) {
	.career_b {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 600px) {
	.career_b {
		grid-template-columns: 1fr;
	}
}

.career_vak{
	margin: 154px 0 0 13px;
}
.career_vak h2{
	position: relative;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	/* identical to box height */
	text-transform: uppercase;

	/* black */
	color: #1C1B17;
}
.career_vak h2:before{
	content: "";
	background: #008000;
	height: 1px;
	width: 410px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.career_vak h2:after{
	content: "";
	background: #008000;
	height: 2px;
	width: 190px;
	position: absolute;
	bottom: -25px;
	left: 0px;
}

.career_vak_l{
	display: grid;
	/*grid-template-columns: 1fr 1fr 1fr 1fr;*/
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 33px;
	padding: 72px 20px 0 0px;
	box-sizing: border-box;
}
.career_vak_b{

	width: 100%;

	height: 100%;

	border: 1px solid #1C1B17;

	box-sizing: border-box;

	padding: 19px 20px 19px 20px;

	position: relative;
}
@media only screen and (max-width: 1200px) {
	.career_vak_l {
		/*grid-template-columns: 1fr 1fr 1fr;*/
	}
}
@media only screen and (max-width: 900px) {
	.career_vak_l {
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 600px) {
	.career_vak_l {
		grid-template-columns: 1fr;
	}
}
.career_vak_t{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #1560B2;
	padding-bottom: 9px;
}
a.career_vak_link{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #1560B2;
}
.career_vak_price{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #616B7C;
	padding: 13px 0 0 0;
}
.career_vak_img{
	display: block;
	width: 48px;
	/*position: absolute;*/
	/*bottom: 29px;*/
	/*left: 20px;*/
	float: right;
	background: url(/local/templates/pars/css/../images/hh.png);
	height: 48px;
}
.career_vak_img img{}
.contact{
}
.contact_left{

	padding: 46px 0 0 14px;
}
.contact_right{
	float: right;
	padding: 47px 14px 0 0;
	max-width: 48%;
	width: 100%;
	height: 679px;
}
.contact_right img{}
.contact_b{
	margin-bottom: 101px;
}
.contact_title{
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 59px;
	text-transform: uppercase;
	color: #1C1B17;
	padding: 0 0 10px 0;
}
.contact_text{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #616B7C;
}
.header4 .hCenter{
	height: auto;
	position: relative;
}
.header4{
	background: url(/local/templates/pars/css/../images/catdet.jpg);
	background-size: 100% 100%;
	padding: 219px 0 0 0;
	margin-top: -54px;
	background-size: cover !important;
	background-position: center !important;
}
.header4:before{
	content: "";

}
.header4 h1{
	position: relative;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 59px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 0 15px;
	max-width: 940px;
}
.header4 h1:before{
	content: "";
	background: #008000;
	height: 1px;
	width: 740px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.header4 h1:after{
	content: "";
	background: #008000;
	height: 2px;
	width: 185px;
	position: absolute;
	bottom: -31px;
	left: 0px;
}
.header4_text{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	margin: 62px 0 0 17px;
	max-width: 520px;
}
.header4_info{
	margin: 214px 0 0px 17px;
	padding: 0 0 98px 0;
	z-index: 10;
	position: relative;
}
.header4_info_b{
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #008000;
	margin-right: 60px;
}
.header4_info_b1{
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 0 0 14px;
}
.header4_info_b2{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	padding: 11px 0 0 16px;
}
.header4_img{
	position: absolute;
	bottom: -253px;
	right: 14px;
	z-index: 1;
	max-width: 37%;
}
.header4_img img{}

.catalog_list_l2{
	padding: 197px 15px 80px 16px;
}
.catalog_list_l2+.catalog_list_l2{
	padding-top: 71px;
}
.catalog_list_l2_title{
	position: relative;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	color: #1C1B17;
}
.catalog_list_l2_title span{
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #616B7C;
}
.catalog_list_l2_title:before{
	content: "";
	background: #008000;
	height: 1px;
	width: 410px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.catalog_list_l2_title:after{
	content: "";
	background: #008000;
	height: 2px;
	width: 190px;
	position: absolute;
	bottom: -25px;
	left: 0px;
}
.catalog_list_l2_b{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 0px;
	row-gap: 70px;
	padding: 57px 0px 28px 0px;
	overflow: hidden;
}
.catalog_list_l2_b *{
	box-sizing: border-box;
}
.catalog_list_l2_c{
	width: 100%;
	height: 100%;
	position: relative;
}
.catalog_list_l2_c a:hover{
	text-decoration:none;
}
.catalog_list_l2_c a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 15px;
}
.catalog_list_l2_c a:before{
	content:"";
	background: #ECECEC;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -27px;
	left: 0px;
}
.catalog_list_l2_c a:hover .catalog_list_l2_t2{
	text-decoration:none;
	color:#013601;
}
.catalog_list_l2_c a:hover .catalog_list_l2_t{
	text-decoration:none;
}
.catalog_list_l2_c a:hover:before{
	background:#013601;
}
.catalog_list_l2_img{
	height: 360px;
	overflow: hidden;
	position: relative;
	background: #ECECEC;
	display: table;
	text-align: center;
	width: 100%;
}
.catalog_list_l2_img2{
	display: table-cell;
	vertical-align: middle;
	height: 360px;
	width: 100%;
	text-align: center;
}
.catalog_list_l2_img img{
	max-height: 360px;
	max-width: 71%;
}
.catalog_list_l2_text{
	position: relative;
	height: calc(100% - 360px);
	padding: 0 0 0 0;
}
.catalog_list_l2_t{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #616B7C;
	display: block;
	padding: 9px 0 0 0;
}
.catalog_list_l2_t2{
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #1C1B17;
	display: block;
}
.cat_b2_img{
	background: url(/local/templates/pars/css/../images/cat2jpg.jpg);
	margin: 69px 0 0 0;
	padding: 82px 0 194px 0;
	background-size: cover !important;
	background-position: center !important;
}
.cat_b2_img_tit{
	position: relative;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 0 0 17px;
}
.cat_b2_img_tit:before{
	content: "";
	background: #008000;
	height: 1px;
	width: 410px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.cat_b2_img_tit:after{
	content: "";
	background: #008000;
	height: 2px;
	width: 190px;
	position: absolute;
	bottom: -25px;
	left: 0px;
}

.cat_b2_img_text{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	padding: 51px 0 31px 17px;
	max-width: 520px;
}
.cat_b2_img_link{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin-left: 15px;
}

.header5 .hCenter{
	height:
			auto;
	position: relative;
	padding: 151px 0 0 0;
	margin-top: -54px;

}
.header5{
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.header5:before{
	content: "";

}
.header5 h1{
	position: relative;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 59px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 0 15px;
	max-width: 940px;
}
.header5 h1:before{
	content: "";
	background: #008000;
	height: 1px;
	width: 740px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.header5 h1:after{
	content: "";
	background: #008000;
	height: 2px;
	width: 185px;
	position: absolute;
	bottom: -31px;
	left: 0px;
}
.mob{
	display: none;
}
.header5_text{
	line-height: 120%;
	color: #FFFFFF;
	margin: 62px 0 0 17px;
	max-width: 520px;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
}
.header5_text2{
	color: #FFFFFF;
	margin: 11px 0 0 17px;
	max-width: 520px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.header5_info{
	margin: 107px 0px 0px 0px;
	position: relative;
	z-index: 10;
}

.header5_info_back{
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	margin-left: 152px;
	margin-right: 33%;
	border-right: 1px solid #008000;
	position: relative;
	min-height: 108px;
}
.header5_info_back:before{
	content: "";
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 60%;
	top:0px;
	right: -60%;
	position: absolute;
	height: 100%;
	z-index: -1;
}
.header5_info_str{
	background: url(/local/templates/pars/css/../images/srtniz.png);
	width: 65px;
	height: 65px;
	display: inline-block;
	vertical-align: top;
	margin: 28px 72px 27px 15px;
	float: left;
	cursor: pointer;
}
.header5_info_b{
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #008000;
	margin-right: 59px;
	padding: 27px 0;
	min-height: 70px;
}
.header5_info_b1{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 2px 0px 0 14px;
}
.header5_info_b2{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	padding: 11px 0 0 16px;
}
.header5_img{
	position: absolute;
	right: 14px;
	z-index: 5;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	position: absolute;
 width: 33%;
	right: 0;
	top: 0px;
	height: 100%;
}
.header5_img div{
	display: table;
	width: 100%;
	height: 100%;
}
.header5_img span{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}
.header5_img img{
	max-width: 80%;
}
.catalog_detail{padding: 85px 0 0 0;text-align: center;}
.tegimg{}
.tegimg img{}
.block2main_c a:hover{
	/*text-decoration: underline;*/
}
.block2main_c a{
	text-decoration: none;
	color: #000;
}
.catalog_detail2{background: #FFF;margin: 0px 0 0 0;}
.catalog_detail2 .cCenter{position: relative;padding-right: 17px;}
.catalog_detail2_b_b{font-style: normal;
	font-weight: 800;
	font-size: 156px;
	line-height: 156px;
	text-transform: uppercase;

	color: #D9D9D9;position: absolute;top: 101px;left: 16px;z-index: 1;}
.catalog_detail4_b{
	border-top: 1px solid #c3c3c3;
}
.catalog_detail2_b{position: relative;z-index: 2;padding: 129px 0 0 13px;display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;overflow: hidden;

}
.catalog_detail2_c{
	display: -ms-flexbox;
	width: 25.6%;position: relative;
}
.catalog_detail2_c50{
	width: 50%;
}
.catalog_detail2_img{display: table;height: 303px; width: 100%}
.catalog_detail2_img2{text-align: center;display: table-cell;vertical-align: middle;}
.catalog_detail2_img2 img{
	max-height: 300px;
}
.catalog_detail3_c .catalog_detail2_title{

	padding: 2px 0 0 29px;}
.catalog_detail3_c2{margin: 25px 0 0 0;}
.catalog_detail3_b:before{
	content: "";
	border-right: 1px solid #C2C2C2;
	height: 100%;
	width: 1px;
	top:0px;
	left: 0px;
}
.catalog_detail2_title{
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #1C1B17;
	padding: 27px 0 0 1px;
}
.catalog_detail2_prop{
	padding: 23px 0 9px 0;
	position: relative;}
.catalog_detail2_prop:before{
	}
.catalog_detail2_prop_c{
	padding: 0 25px 22px 0;
}
.catalog_detail2_prop_t{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #1C1B17;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 2px;
}
.catalog_detail2_prop_t2{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #1C1B17;
	float: right;
	display: inline-block;
	vertical-align: top;
}
.catalog_detail2_prop_lin{
	clear: both;
	background: #C2C2C2;
	border-radius: 2px;
	width: 100%;
	height: 4px;
	margin: 6px 0 0 0;
	position: relative;
}
.catalog_detail2_prop_lin span{
	background: #808080;
	position: absolute;
	width: 100%;
	height: 100%;
}

.catalog_detail2_pdf{
	margin: 33px 28px 0px 0px;
	display: inline-block;
	vertical-align: top;
	width: 297px;
	box-sizing: border-box;
}
.catalog_detail2_pdf a{color: #000;position: relative;display: block;margin-bottom: 20px;padding: 15px 34px 15px 59px;}
.catalog_detail2_pdf a:before{
	content:"";
	background: url(/local/templates/pars/css/../images/pdf.png);width: 30px;height: 32px;display: block;position: absolute;left: 18px;top: 50%;margin-top: -18px;}
.catalog_detail2_pdf a:after{
	content:"";
	background: url(/local/templates/pars/css/../images/down.png);width: 16px;height: 16px;position: absolute;right: 16px;top: 50%;margin-top: -10px;}
.catalog_detail2_pdf_t{display: block;font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #1C1B17;}
.catalog_detail2_pdf_r{display: block;font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	color: #616B7C;}
.catalog_detail2_pdf a:hover{
	background: #FFFFFF;
	border-radius: 4px;
	text-decoration: none;}
.catalog_detail3_c{
	width: 47%;
	box-sizing: border-box;
	padding: 0 0  0 2px;
	position: relative;
}
.catalog_detail3_c{
	overflow: hidden;
}
.catalog_detail3_c:before{
	content: "";
	top: 304px;
	left: 1px;
	width: 1px;
	background: #C2C2C2;
	position: absolute;
	height: 100%;
}


.catalog_detail3_text{
	padding: 19px 0 0 30px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #1C1B17;
}
.catalog_detail3_text p{padding-bottom: 12px;}
.catalog_detail3_c .catalog_detail2_img{height: 304px;}
.catalog_detail3{margin: 228px 0 -101px 0;position: relative;padding-bottom: 99px;}
.catalog_detail3:after{
	content: "";
	background: #070707;
	width: 100%;height: 56.5%;position: absolute;bottom: 3px;left: 0px;z-index: -1;border-bottom: 1px solid #898989;}
.catalog_detail3 img{}
.catalog_detail3 .cCenter{text-align: center;position: relative;padding: 0px;}
.catalog_detail3_t{position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;display: flex;
	align-items: center;
	justify-content: center;}
.catalog_detail3_t_t{
}
.catalog_detail3_t1{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.catalog_detail3_t2{
	font-style: normal;
	font-weight: 800;
	font-size: 77px;
	line-height: 104px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px 0 60px 0;}
.catalog_detail3_t3{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}
.catalog_detail3_t3 a{
	color: #FFFFFF;
}
.head_lang:hover .head_lang_hiden{display:block;}
.head_lang_hiden{background: #FFFFFF;
	box-shadow: 0px 2px 16px rgba(44, 46, 55, 0.25);
	border-radius: 16px;width: 78px;text-align: center;padding: 9px 0px;position: absolute;top: 44px;left: 10px;
	display:none;}
.head_lang_hiden a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #1C1B17;
	display: block;padding: 1px 0;}
.head_lang_hiden a:hover{color: #008000;}
.slick-prev{width: 48px;height: 48px;left: 50%;z-index: 10;margin-left: 532px;top: 347px;}
.slick-next{width: 48px;height: 48px;left: 50%;z-index: 10;margin-left: 594px;top: 347px;}
.slick-prev:before{width: 48px;height: 48px;background: url(/local/templates/pars/css/../images/slider.png);content: "";display: block;background-position: 0px -51px;}
.slick-next:before{width: 48px;height: 48px;background: url(/local/templates/pars/css/../images/slider.png);content: "";display: block;background-position: -50px -51px;}
.slick-prev:hover:before{
	background-position: 0px -102px;
}
.slick-next:hover:before{
	background-position: -50px -102px;
}
.block_tab_cont_c{
	display: none;
}
.block_tab_cont_c.active{
	display: block;
}
/* END CONTENT
-----------------------------------------------------------------------------*/




/* FOOTER
-----------------------------------------------------------------------------*/
.pre-footer{
	height: 649px;
	position: relative;
}
.footer{
	min-height: 551px;
	padding-top: 10px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: url(/local/templates/pars/css/../images/foot2.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	color: #FFFFFF;
	box-sizing: border-box;
}
.footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.footer_top{}
.footer_top_right{
	float: right;
	padding: 23px 90px 0 0;
}
.footer_top_phone{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
}
.footer_top_phone span{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #616B7C;
	display: block;
	text-align: right;
}
.footer_top_phone.icon-phone:before{
	color: #FFFFFF;
	padding-right: 11px;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}
.footer_top_email{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	margin-left: 120px;
}
.footer_top_email.icon-email:before{color: #FFFFFF;padding-right: 11px;font-size: 21px;display: inline-block;vertical-align: middle;margin-top: -4px;}
.footer_top_logo{
	padding: 0 0 0 14px;
}
.footer_top_logo img{}
.footer_c{
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	margin: 57px auto 0;
	max-width: 1290px;
	padding: 60px 0 48px 0px;
	box-sizing: border-box;
}
.footer_c_r{
	display: flex;
}
.footer_c_b{
	width: 33%;
}
.footer_c_b_tit{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 21px;
}
.footer_c_b ul{
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}
.footer_c_b li{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #B4B4B4;
	margin-bottom: 10px;
}
.footer_c_b a{
	color: #B4B4B4;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.footer_c_b a:hover{
	color: #FFFFFF;
}
.footer_c_b_t{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #B4B4B4;
}
.footer_f{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 33px 0 0 15px;
}
/* END FOOTER
-----------------------------------------------------------------------------*/




.mobile div {
	display: none;
	position: fixed;
	top: 5px;
	right: 6px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	z-index: 9999999;
	box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
	cursor: pointer;
	box-sizing: content-box;
}
.mobile div.active{
	display: block;
}
.mobile div span {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 13px;
	transition-duration: .4s;
}
.mobile div span:nth-child(1) {
	top: 14px;
}
.mobile div span:nth-child(2) {
	top: 23px;
}
.mobile div span:nth-child(3) {
	bottom: 14px;
}
.mobile div.active span:nth-child(1) {
	transform: translate(-15px, 9px) rotate(-45deg);
}
.mobile div.active span:nth-child(2) {
	transition-duration: 0s;
	opacity: 0;
}
.mobile div.active span:nth-child(3) {
	transform: translate(-15px, -9px) rotate(45deg);
}
.mobile nav {
	display: block;
	position: fixed;
	bottom: 16px;
	right: 16px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	z-index: 9999990;
	transition-duration: .4s;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.mobile nav.open {
	background-color: rgba(0, 0, 0, 0.9);
	width: 100vw;
	height: 100vh;
	right: 0px;
	top: 0px;
	border-radius: 0;
}
.mobile nav ul {
	display: none;
}
.mobile nav ul.show {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	width: 100%;
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.mobile ul li:not(:last-child) {
	margin-bottom: 22px;
}
.mobile ul li a {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #fff;
}
@keyframes fadein {
	0% {
		opacity: 0;

	}
	100% {
		opacity: 1;
	}
}

/* End */


/* Start:/local/templates/pars/css/mob.css?167605157223395*/
body {
    min-width: 350px;
    /*overflow: hidden;*/
}

.hCenter, .cCenter, .fCenter {
    max-width: 1320px;
    width: auto;
}

.cat_det_c_3 .catalog_detail2_c {
    width: 33%;
}

.cat_det_c_3 .catalog_detail3_c:before,
.cat_det_c_3 .catalog_detail3_c .catalog_detail2_img {
    display: none;
}

.cat_det_c_3 .catalog_detail3_c {
    border-top: 1px solid #C2C2C2;
    width: 100%;

}

.cat_det_c_3 .catalog_detail3_text,
.cat_det_c_3 .catalog_detail3_c .catalog_detail2_title {
    padding-left: 0px;
}

@media (max-width: 1320px) {
    .histori2_b {
        width: 30%;
    }

    .hCenter, .cCenter, .fCenter {
        box-sizing: border-box;
        padding: 0 72px;
    }

    .wrapper {
        overflow: hidden;
    }

    .slick-prev {
        right: 65px;
        left: initial;
        margin: 0px;
    }

    .slick-next {
        right: 10px;
        left: initial;
        margin: 0px;
    }

    .main_b4_c_img {
        float: right;
        width: 49%;
        text-align: center;
    }

    .main_b4_c_b {
        width: 49%;
        box-sizing: border-box;
        padding-left: 0px;
    }

    .main_b4_c:nth-child(2n) .main_b4_c_b {
        padding-left: 0px;
    }

    .main_b4_c_img img {
        max-width: 95%;
    }

    .career_img {
        height: 300px;
    }

    .career:before {
        content: "";

        top: -30px;
        left: -70px;
        width: 92px;
        height: 73px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .career:after {
        content: "";
        right: -70px;
        bottom: -6px;
        width: 92px;
        height: 73px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1234px) {


    .headmune ul {
        padding-left: 0px;
        padding-right: 0px;
    }

    .career_img:after {
        display: none;
    }

    .career_c_title {
        position: absolute;
        bottom: 10px;
    }

    .main_b4_c_tit {
        font-size: 2.5em;
    }

    .main_b4_c_tit:before {
        width: 100%;
    }

    .main_b4_c_tit:after {
        width: 55%;
    }

    .main_b4_c_b {
        height: 430px;
    }

    .main_b1_c_b {
        padding: 0px 0 0 0px;
        max-width: 50%;
    }

    .main_b1_c_img {
        width: 49%;
        text-align: center;
    }

    .main_b1_c_img img {
        max-width: 95%;
    }

    .main_b1_c:nth-child(2n) .main_b1_c_img {
        margin-left: 0px;
    }
}

@media (max-width: 1152px) {
    .histori2_b {
        width: 46%;
    }
    .career_b {
        grid-template-columns: 1fr 1fr;
    }
    .header4_img{
        max-width: 60%;
        top:100%;
    }
    .header4_img img {
        margin-top: -50%;
    }
    .cat_det_c_3 .catalog_detail2_c {
        width: 50%;
    }

    .catalog_list_l2_b {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header4 {
        padding-top: 100px;
    }

    .header4 h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .header4_text {
        font-size: 16px;
        line-height: 140%;
    }

    .header4_info {
        margin: 50px 0 0px 17px;
    }

    .header4_info_b {
        display: block;
        margin-bottom: 20px;
    }



    .header4_info_b1 {
        font-size: 22px;
        line-height: 27px;
    }

    .header4_info_b2 {
        font-size: 16px;
        line-height: 140%;
    }
}

@media (max-width: 1100px) {
    .histori_b1_b table td:nth-child(3), .histori_b1_b table td:nth-child(1) {
        font-size: 98px;
    }
}
@media (max-width: 1084px) {
    .catalog_detail2_img2 img {
        max-height: 260px;
    }
    .main_b4_c_tit {
        font-size: 2em;
        line-height: normal;
    }
    .block2main_c{
        padding: 44px 0;
    }
    .block2main {
        margin: 0px auto 0;
    }
    .block1main_c img{
        max-width: 90%;
    }
    .cat_det_c_2 .catalog_detail2_c {
        width: 50%;
    }

    .cat_det_c_2 .catalog_detail3_c:before,
    .cat_det_c_2 .catalog_detail3_c .catalog_detail2_img {
        display: none;
    }

    .cat_det_c_2 .catalog_detail3_c {
        border-top: 1px solid #C2C2C2;
        width: 100%;

    }

    .cat_det_c_2 .catalog_detail3_text,
    .cat_det_c_2 .catalog_detail3_c .catalog_detail2_title {
        padding-left: 0px;
    }

    .header5 .hCenter {
        padding-top: 110px;
    }

    .header5 h1 {
        font-size: 36px;
        line-height: 44px;
        position: relative;
        z-index: 10;
    }

    .header5_text {
        font-size: 36px;
        line-height: 44px;
        position: relative;
        z-index: 10;
    }

    .header5_text2 {
        font-size: 16px;
        line-height: 140%;
        position: relative;
        z-index: 10;
    }

    .header5_img {
    }

    .header5_info {
        margin-right: 0px;
    }

    .catalog_list1_b {
        height: 469px;
    }

    .catalog_list1_img {
        position: absolute;
        width: 460px;
        height: 339px;
        top: 68px;
        right: -34px;
    }

    .catalog_list1_text {
        font-size: 48px;
        line-height: 59px;
    }

    .histori2 {
        display: block;
        padding: 40px 0 20px 0;
        box-sizing: border-box;
        width: 100%;
    }

    .histori2_b {
        width: 100%;
    }

    .career_c_title {
        font-size: 20px;
        line-height: normal;
    }
    .contact {
        margin: 0 -72px;
    }
    .contact_right {
        float: inherit;
        /*padding: 0;*/
        max-width: 100%;
        width: 100%;
        height: 370px;
        overflow: hidden;

    }
    .contact_left{
        padding: 46px 72px ;
    }
    .maps {
        display: block;
    }

    .maps_b1 {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .header5_info_back{
        margin: 0px;
    }

    .block1main_c {
        margin-top: 60px;
    }
    .mob:after {
        content: "";
        background: url(/local/templates/pars/css/../images/mob.png);
        width: 24px;
        height: 18px;
        float: right;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

    .mob {
        display: block;
        float: right;
        padding: 20px 3px 20px 0;
        margin-left: 20px;
        cursor: pointer;
    }

    .headmune {
        display: none;
    }

    .mob span {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #1C1B17;
    }

    .baner_com1_text {
        left: 50px;
        font-size: 48px;
        line-height: 59px;
    }

    .header2 {
        padding-bottom: 20px;
        margin-top: -35px;
    }

    .maps_t {
        font-size: 48px;
        line-height: 59px;
    }

    .contact_title {
        font-size: 36px;
        line-height: 44px;
    }

    .contact_text {
        font-size: 20px;
        line-height: 160%;
    }

    .maps_text {
        font-size: 24px;
        line-height: 140%;
    }

    .main_b1_c:nth-child(2n) .main_b1_c_b {
        padding-left: 35px;
    }

    .header2 h1, .header2 .title_slider {
        font-size: 48px;
        line-height: 59px;
        margin-top: -58px;
        margin-bottom: 25px;
    }

    .head_text_right {
        font-size: 24px;
        line-height: 29px;
        padding-left: 0px;
    }

    .header2 h1:after, .header2 .title_slider:after {
        width: 50%;
        bottom: -10px;
    }

    .main_b2 .row {
        padding: 0px 0px 55px 0px;
    }

    .block_tab_head ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .block_tab_head ul li {
        width: 100%;
    }

    .footer_c_r {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .block_tab_head ul.sliderpag {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer_c_b {
        width: 100%;
        margin-bottom: 30px;
    }

    .block_tab_head ul li {
        width: 100%;
    }

    .main_b2_c_3 {
        display: none;
    }

    .main_b2_c_l, .main_b2_c_2 {
        width: 50%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .main_b2 h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .main_b2_c_2 {
        font-size: 14px;
        line-height: 140%;
    }

    .main_b2 h2:before {
        width: 50%;
    }

    .main_b4_c_tit {
        font-size: 28px;
        line-height: 34px;
    }

    .main_b4_c_b {
        height: auto;
    }

    .main_b5 h2 {
        font-size: 48px;
        line-height: 59px;
    }

    .block_banber2_main {
        margin: 0px 0 -60px 0;
    }

    .pre-footer {
        height: 60px;
        position: relative;
    }

    .footer {
        position: inherit;
    }

    .footer_top_right {
        float: right;
        padding: 23px 0px 0 0;
    }

    .footer a {
        font-size: 16px;
        line-height: 20px;
    }

    .footer_top_email {
        margin-left: 30px;
    }

    .footer_c_b_tit {
        font-size: 24px;
        line-height: 29px;
    }

    .footer a {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 900px) {
    .block1main{
        max-width: 100%;
    }
    .block1main_c {
        margin-bottom: 80px;
    }
    .histori_b1_b table td:nth-child(3), .histori_b1_b table td:nth-child(1) {
        font-size: 78px;
    }

    .cat_det_c_2 .catalog_detail2_c {
        width: 100%;
    }

    .catalog_detail2_c50 {
        width: 100%;
    }

    .catalog_detail3_t2 {
        font-size: 60px;
        line-height: 73px;
    }

    .catalog_detail3_c {
        overflow: hidden;
        width: 100%;
        border-top: 1px solid #c3c3c3;
        padding: 0;
    }

    .catalog_detail3_c .catalog_detail2_img {
        display: none;
    }

    .catalog_detail3_text,
    .catalog_detail3_c .catalog_detail2_title {
        padding-left: 0px;
    }

    .catalog_detail3_c:before {
        display: none;
    }

    .cat_b2_img_tit {
        font-size: 36px;
        line-height: 44px;
    }

    .cat_b2_img_text {
        font-size: 16px;
        line-height: 140%;
    }

    .cat_b2_img_link {
        font-size: 16px;
        line-height: 140%;
    }

    .catalog_list_l2_b {
        grid-template-columns: 1fr 1fr;
    }

    .career_b {
        display: block;
    }

    .career_img {
        height: 410px;
    }

    .career_c {
        margin-bottom: 30px;
    }

    .career_title {
        font-size: 36px;
        line-height: 44px;
    }

    .career_text {
        font-size: 18px;
        line-height: 22px;
    }

    .header3 h1 {
        font-size: 48px;
        line-height: 59px;
    }

    .header3_tit {
        font-size: 24px;
        line-height: 29px;
    }

    .header3_text {
        font-size: 16px;
        line-height: 140%;
    }

    .header3_link a {
        font-size: 24px;
        line-height: 29px;
    }

    .header3 {
        padding: 41px 0 0 0px;
    }

}

@media (max-width: 834px) {
    .hCenter, .cCenter, .fCenter {
        box-sizing: border-box;
        padding: 0px 28px;
    }
    .main_hist .block1main_c {
        margin-top: 60px;
    }

    .main_hist  .block1main_c_b {
        align-self: center;
        justify-self: center;
         margin-bottom: 0px;
    }
    .main_hist .block1main_c_img,
    .main_hist .block1main_c_img2{
        height: 100%;
        position: relative;
        overflow: hidden;
        margin-left: 10px;
    }
    .main_hist .block1main_c_img img,
    .main_hist .block1main_c_img2 img{
        max-width: inherit;
        height: 100%;
    }
    .main_hist .block1main_c_img div,
    .main_hist .block1main_c_img2 div{
        position: absolute;
        width: auto;
        height: 100%;
        top: 0px;
        left: 0;
        max-width: initial;
    }
    .footer_top_logo {
         padding: 0;
    }
    .main_b4_c_tit {
        font-size: 24px;
        line-height: normal;
    }
    .main_b4_c_text {
        font-size: 15px;
    }
    .header5_info_str{
        display: none;
    }
    .header5_info_back{
        margin-left: 0px;
    }


    .histori_b1_b table tr td {
        display: block;
        width: 100% !important;
    }

    .histori_b1_b table tr {
        display: block;
    }

    .histori_b1_b table tr:nth-child(2n) td:nth-child(1) {
        display: block;
    }

    .histori_b1_b table tr:nth-child(2n) td:nth-child(3) {
        display: none;
    }

    .histori_b1_b table td:nth-child(3) span, .histori_b1_b table td:nth-child(1) span {
        font-size: 28px;
        line-height: 34px;
    }

    .histori_b1_b table td:nth-child(3), .histori_b1_b table td:nth-child(1) {
        font-size: 128px;
        line-height: 100%;
    }

    .histori_b1_b table td:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
    }

    .histori_b1_b table td:nth-child(2) span {

    }

    .main_b4.main_hist {
        padding-right: 0px;
    }

}

@media (max-width: 730px) {
    .header3_link a {
        margin-right: 19px;
    }
}
@media (max-width: 700px) {
    .main_hist .block1main_c_img{
        margin-left: 0px;
    }
    .main_hist .block1main_c_img div{
        position: inherit;
    }
    .main_hist .block1main_c_img img{
        height: auto;
        width: 100%;
    }
    .contact {
        margin: 0 -15px;
    }
    .contact_left{
        padding: 46px 15px 0 15px;
    }
    .catalog_detail2_img2 img {
        max-height: 260px;
    }
    .catalog_detail2_img2 img {
        max-height: 210px;
        padding-top: 60px;
    }
    .block1main_c_b {
        padding-top: 20px;
    }
    .block2main_c,
    .block1main_c{
        display: block;
    }
    .block2main_c img,
    .block1main_c img{
        width: 100%;
        max-width: 100%;
    }
    .block1main_c_tit span {
        left: inherit;
        top: -46px;
        font-size: 60px;
        right: 0px;
        left: inherit;
    }
    .block2main_c_img,
    .block2main_c:nth-child(2n) .block2main_c_img,
    .block1main_c_img,
    .block1main_c:nth-child(2n) .block1main_c_img{
        display: block;
        width: 100%;
    }
    .block2main_c:nth-child(2n) .block2main_c_img2,
    .block2main_c_img2,
    .block1main_c:nth-child(2n) .block1main_c_img2,
    .block1main_c_img2{
        display: none;
    }

    .block1main_c_text {
        font-size: 15px;
        line-height: normal;
    }

    .block1main_c_tit span {
        font-size: 56px;
    }

    .header5_info_back{
        border-bottom: none;
        margin-right: 0px;
    }
    .catalog_detail2_b_b {
        font-size: 88px;
    }

    .cat_det_c_3 .catalog_detail2_c {
        width: 100%;
    }

    .header5 h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .header5_text {
        font-size: 18px;
        line-height: 120%;
    }

    .header5_text2 {
        font-size: 16px;
        line-height: 140%;
    }

    .header5_img {
        width: 100%;
        position: inherit;
        margin: 0 0 0 0;
        left: 0px;
        margin: 0 0 -107px 0;
        padding: 0px;

    }

    .header5_info_b {
        /*margin-bottom: 25px;*/
    }

    .header5_info_str {
        display: none;
    }

    .hCenter, .cCenter, .fCenter {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .catalog_detail2_prop_c {
        padding: 0 0px 22px 0;
    }

    .catalog_detail3 {
        margin: 96px 0 -101px 0;
    }
    .catalog_detail2 {
        margin: 0px 0 0 0;
    }
}

@media (max-width: 630px) {
    .footer_top_phone span {
         text-align: left;
        padding-left: 101px;
    }
    .catalog_detail2_img2 img{
        padding: 0px;
    }
    .footer_top_right {
        float: none;
        padding: 23px 0px 0 0;
    }
    .footer a {
        font-size: 16px;
        line-height: 20px;
        display: block;
        margin: 0px 0px 15px 0;
    }
    .catalog_detail2_b_b {
        top: 71px;
        line-height: normal;
    }
}

@media (max-width: 580px) {
    .catalog_list_l2_c a{
        padding: 0px;
    }
    .catalog_list1_b:nth-child(4) .catalog_list1_num,
    .catalog_list1_b:nth-child(3) .catalog_list1_num,
    .catalog_list1_b:nth-child(2) .catalog_list1_num,
    .catalog_list1_num{
        top: 0px;
    }
    .head_logo {
        float: left;
        padding: 0px;
    }
        .mob {

            margin-left: 0px;
        }
    .mob span{
        display: none;
    }
    .catalog_detail2_b_b {
        font-size: 58px;
    }

    .catalog_detail3_t2 {
        font-size: 24px;
        line-height: 29px;
    }

    .cat_b2_img_tit {
        font-size: 24px;
        line-height: 29px;
    }

    .catalog_list_l2_b {
        grid-template-columns: 1fr;
    }

    .catalog_list_l2_title {
        font-size: 24px;
        line-height: 29px;
    }

    .catalog_list_l2_title span {
        font-size: 14px;
        line-height: 17px;
    }

    .catalog_list_l2_t {
        font-size: 16px;
        line-height: 20px;
    }

    .catalog_list_l2_t2 {
        font-size: 22px;
        line-height: 27px;
    }

    .header4 h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .header4_text {
        font-size: 16px;
        line-height: 140%;
    }

    .header4_info_b1 {
        font-size: 18px;
        line-height: 22px;
    }

    .header4_info_b2 {

    }



    .catalog_list1_b {
        height: auto;
        padding: 20px 0px;
    }

    .catalog_list1_num {
        width: 112px !important;
        height: 93px !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
    }

    .catalog_list1_img {
        position: inherit;
        width: 251px;
        height: 251px;
        display: block;
        padding: 0 0 0 0;
        margin: 0px;
    }

    .catalog_list1_text {
        font-size: 25px;
        line-height: 32px;
        padding: 0 0 0 16px;
    }
    .main_b5 h2 {
        font-size: 36px;
        line-height: normal;
    }
    .main_b5 h2:before{
        width: 100%;
    }
    .block_banber2_main {
        margin: 0px 0 -45px 0;
    }
    .baner_com1_text {
        left: 50px;
        font-size: 36px;
        line-height: 44px;
    }

    .histori_b1_b table td:nth-child(3) span, .histori_b1_b table td:nth-child(1) span {
        font-size: 18px;
        line-height: 22px;
    }

    .histori_b1_b table td:nth-child(3), .histori_b1_b table td:nth-child(1) {
        font-size: 84px;
        line-height: 100%;
    }

    .histori_b1_b table td:nth-child(2) {
        font-size: 16px;
        line-height: 160%;
    }

    .header3_link {
        padding: 26px 0 25px 2px;
    }

    .header3 h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .header3_tit {
        font-size: 16px;
        line-height: 20px;
    }

    .header3_text {
        font-size: 16px;
        line-height: 140%;
    }

    .header3_link a {
        font-size: 24px;
        line-height: 29px;
        display: block;
        max-width: 100px;
        margin-bottom: 15px;
    }

    .career_title {
        font-size: 24px;
        line-height: 29px;
    }

    .career_text {
        font-size: 16px;
        line-height: 20px;
    }

    .career_img {
        height: 345px;
    }

    .career_c_title {
        font-size: 20px;
        line-height: 29px;
    }

    .career_block {
        font-size: 16px;
        line-height: 140%;
    }

    .header2_img1,
    .header2_img2 {
        height: 300px;
    }

    .maps_t {
        font-size: 36px;
        line-height: 44px;
    }

    .contact_title {
        font-size: 24px;
        line-height: 29px;
    }

    .contact_text {
        font-size: 14px;
        line-height: 160%;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .header2 h1, .header2 .title_slider {
        font-size: 36px;
        line-height: 44px;
        margin-top: -44px;
    }

    .sliderimg {
        height: 300px;
    }

    .head_text_right {
        font-size: 16px;
        line-height: 20px;
    }

    .block_tab_head ul.sliderpag {
        display: block;
    }

    .tab_text {
        font-size: 14px;
        line-height: 17px;
    }

    .main_b1_c:nth-child(2n) .main_b1_c_img,
    .main_b1_c_img {
        width: 100%;
        text-align: center;
        float: none;
    }

    .main_b1_c:nth-child(2n) .main_b1_c_b,
    .main_b1_c_b {
        padding: 50px 0 0 25px;
        max-width: 100%;
        height: auto;
    }

    .main_b1_c_text {
        font-size: 16px;
        line-height: 140%;
    }

    .main_b2_c_l {
        display: none;
    }

    .main_b2_c_2 {
        width: 100%;
        font-size: 14px;
        line-height: 140%;
        padding-top: 50px;
    }

    .main_b2 h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .block_tab_head ul {
        display: block;
    }

    .main_b4_c:nth-child(2n) .main_b4_c_img,
    .main_b4_c_img {
        width: 100%;
        max-width: 100%;
        float: none;
        text-align: center;
    }

    .main_b4_c:nth-child(2n) .main_b4_c_b,
    .main_b4_c_b {
        width: 100%;
    }

    .footer_c_r {
        display: block;
    }

    .footer_top_right {
        float: none;
        padding: 23px 0px 0 0;
    }

    .footer_c {
        margin: 7px auto 0;
        padding: 20px 0 28px 0px;
    }

    .footer a {
        font-size: 16px;
        line-height: 20px;
        display: block;
        margin: 0px 0px 15px 0;
    }

    .footer_c_b_tit {
        font-size: 24px;
        line-height: 29px;
    }

    .footer a {
        font-size: 16px;
        line-height: 20px;
    }

    .footer_f {
        color: #FFFFFF;
        padding: 10px;
    }

    .main_b4_c_tit {
        font-size: 22px;
        line-height: 30px;
    }

    .main_b4_c {
        padding: 49px 0;
    }
}
@media (max-width: 480px) {
    .histori_b1_b table td:nth-child(3), .histori_b1_b table td:nth-child(1) {
        font-size: 64px;
        line-height: 100%;
    }
    .catalog_detail2_b_b {
        font-size: 48px;
    }
    .header5_info_b {
        display: block;
        vertical-align: top;
        border-bottom: 1px solid #008000;
        margin-right: 0;
        padding: 27px 0;
        min-height: auto;
    }
}
/* End */
/* /local/templates/pars/css/slick.css?16760515721776 */
/* /local/templates/pars/css/slick-theme.css?16760515723158 */
/* /local/templates/pars/css/style.css?167605157257592 */
/* /local/templates/pars/css/mob.css?167605157223395 */
