@font-face {
font-family: 'NotoSans-Bold';
src: url('fonts/NotoSans-Bold.ttf');
}
@font-face {
font-family: 'NotoSans-BoldItalic';
src: url('fonts/NotoSans-BoldItalic.ttf');
}
@font-face {
font-family: 'NotoSans-Italic';
src: url('fonts/NotoSans-Italic.ttf');
}
@font-face {
font-family: 'NotoSans-Regular';
src: url('fonts/NotoSans-Regular.ttf');
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font: normal normal 15px/1.7em 'Noto Serif', Georgia, Serif;
    background: #222;
    color: #444444;
}
a {
	text-decoration: none;
}

.header_pic2,
.header_pic,
.header_right,
.header_left_menu_shadow,
.login_block,
.products_table_top_left,
.products_table_top_right,
.footer_container_left,
.footer_container_right,
#clear,
.line_menu2,
.selected_filters_left,
.last_news_titles,
body#landing .header_left {
	display: none !important;
}


.header {
	padding: 0 50px;
    text-align: center;
    overflow: hidden;
}
.header .top_menu {
	text-align: left;
}
.top_menu .header_menu_top li {
	display: inline-block;
    margin: 0 20px;
}
.top_menu .header_menu_top li a {
	font: normal bold .86em 'NotoSans-Bold', Helvetica, Arial;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
    display: inline-block;
    color: #aaaaaa;
    padding: 16px 0;
}
.top_menu .header_menu_top li a:hover,
.top_menu .header_menu_top li.active a {
	position: relative;
    color: #ffffff;
}
.top_menu .header_menu_top li.active a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.top_menu .header-right-block {
    float: right;
}
.top_menu .header-right-block a.soc {
    margin-right: 15px;
}
.top_menu .header-right-block a,
.top_menu .header-right-block p {
    display: inline-block;
    vertical-align: top;
    padding: 16px 0 15px;
    font: normal bold .86em 'NotoSans-Bold', Helvetica, Arial;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
    color: #fff;
    margin: 0 5px 0 0;
}
.top_menu .header-right-block a.header-phone-btn {
    /*color: #aaaaaa;*/
    margin-right: 15px;
    background: url(icons/ic_email_white_24px.svg) left 10px center no-repeat;
    padding-left: 42px; 
}
.top_menu .header-right-block a span {
    display: inline-block;
    border-bottom: 1px solid #7d7d7d;
    line-height: 1;
}
.top_menu .header-right-block a:hover,
.top_menu .header-right-block a:focus {
    color: #fff;
}
.top_menu .header-right-block a:hover span,
.top_menu .header-right-block a:focus span {
    border-bottom: 1px solid #fff;
}
.top_menu .header-right-block .header-phone {
    background: url(icons/ic_phone_white_24px.svg) left 10px center no-repeat;
    padding-left: 40px;
}
.header_left,
#container {
	padding: 0 50px;
    background: #fff;
}
.header_left {
	padding: 60px 0;
    text-align: center;
    line-height: 0;
}
.header_left a.logo {
	display: inline-block;
    padding: 0 15px;
}
.header_left a.logo img {
	display: block;
    margin: 0 auto;
    /*max-height: 50px;*/
    max-width: 100%;
}
.main-content-wrp,
.top_menu {
	overflow: hidden;
    padding: 0 80px;
}
.haeder_container {
	margin: 0 -80px;
}
.main-content-wrp .last_news:nth-child(1),
.main-content-wrp .last_news:nth-child(2),
.main-content-wrp .last_news:nth-child(3) {
	float: left;
	background: #f9f9f9;
}
.main-content-wrp .last_news:nth-child(1) {
	width: 100%;
}
.main-content-wrp .last_news:nth-child(2) {
    width: 66.666%;
}
.main-content-wrp .last_news:nth-child(3) {
	width: 33.333%;
}
.main-content-wrp .last_news:nth-child(1) > .left-article {
	float: left;
	width: 66.666%;
}
.main-content-wrp .last_news:nth-child(1) > li {
	float: left;
	width: 33.333%;
}
.main-content-wrp .last_news {
	list-style: none;
}
.main-content-wrp .last_news li {
	overflow: hidden;
	position: relative;
}
.main-content-wrp .last_news li .news_img_block {
	display: block;
	width: 50%;
    position: relative;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.main-content-wrp .last_news li .news_img_block a,
.main-content-wrp .last_news li .news_img_block a .news_img {
	display: block;
}
.main-content-wrp .last_news li .news_img_block a .news_img img {
	max-width: 100%;
    height: auto;
}
.main-content-wrp .last_news li .news_img_block a .news_img img:first-child {
	display: none;
}
.main-content-wrp .last_news li .article-info-wrp {
	width: 50%;
    position: relative;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    letter-spacing: .1em;
}
.main-content-wrp .last_news li .article-info-wrp .article-info-block {
	/*position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;*/
    display: table-cell;
    vertical-align: middle;
}
.main-content-wrp .last_news li .article-info-wrp .article-info-block .article-info {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;       
    flex-direction: column;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    resize: vertical;
    height: 100%;*/
    padding: 0 50px;
}
.main-content-wrp .last_news li .article-info-wrp .article-info-block .article-info .date {
	display: inline-block;
    padding: 3px 0;
    font: normal bold .86em 'NotoSans-Bold', Helvetica, Arial;
    text-transform: uppercase;
    color: #222;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.main-content-wrp .last_news li .article-info-wrp .article-info-block .article-info > div:nth-child(2) {
	font: italic normal 1.6em/1.5em 'Times New Roman', Georgia, Serif;
    letter-spacing: 0;
    color: #222;
    padding-bottom: 0;
    margin: 20px 0;
    display: inline-block;
    text-align: center;
}
.main-content-wrp .last_news li .article-info-wrp .article-info-block .article-info .title a {
    color: #222;
    text-decoration: none;
}
.main-content-wrp .last_news li .article-info-wrp .article-info-block .article-info .desc {
	font-size: 0;
}
.main-content-wrp .last_news li .article-info-wrp .article-info-block .article-info .desc a {
	display: inline-block;
    font: normal bold .86em 'NotoSans-Bold', Helvetica, Arial;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
	padding: 30px 0 0;
    background: url(icons/icon_title.png) no-repeat center top;
    border: 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}
.main-content-wrp .last_news:nth-child(1) .left-article li:nth-child(1):after,
.main-content-wrp .last_news:nth-child(2) li:nth-child(1):after {
    -moz-transform: scale(.9999);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    clear: both;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f9f9f9;
}
.main-content-wrp .last_news:nth-child(1) .left-article li:nth-child(2):after,
.main-content-wrp .last_news:nth-child(2) li:nth-child(2):after {
    margin-left: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f9f9f9;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
}
.main-content-wrp .last_news:nth-child(1) .left-article li:nth-child(2) .news_img_block,
.main-content-wrp .last_news:nth-child(2) li:nth-child(2) .news_img_block {
	float: right;
}
.main-content-wrp .last_news:nth-child(1) .left-article + li .news_img_block,
.main-content-wrp .last_news:nth-child(3) li .news_img_block,
.main-content-wrp .last_news:nth-child(1) .left-article + li .article-info-wrp,
.main-content-wrp .last_news:nth-child(3) li .article-info-wrp {
	width: 100%;
}
.main-content-wrp .last_news:nth-child(1) .left-article + li:after,
.main-content-wrp .last_news:nth-child(3) li:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f9f9f9;
    -moz-transform: scale(.9999);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
}
.who_make a:first-child {
    display: block;
    text-align: right;
    padding-right: 90px;
    background: url(icons/totalcan_logo.svg) right center no-repeat;
    -webkit-background-size: 85px 17px;
    background-size: 85px 17px;
    min-width: 85px;
    font-family: 'Noto Serif', Georgia, serif;
	font-size: 13.95px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 22.32px;
	color: #7f7f81;
}
.who_make a:last-child {
    display: none;
}
.copyright {
	font-family: 'Noto Serif', Georgia, serif;
	font-size: 13.95px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 22.32px;
	color: #7f7f81;
}
.copyright p {
	display: inline-block;
	vertical-align: top;
}
.who_make,
.copyright {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.footer_container {
	background: #222;
    text-align: center;
    padding: 16px 0;
}
.article_details_news.full {
	max-width: 1100px;
	margin: 0 auto;
	background: #f9f9f9;
	overflow: hidden;
}
.article_details_news.full .article-header {
	padding: 50px 0 20px;
    padding: 0 200px;
    text-align: center;
}
.article_details_news.full .article-header .date-wrp .date {
	    display: inline-block;
    padding: 3px 0;
    font: normal bold .86em 'NotoSans-Bold', Helvetica, Arial;
    text-transform: uppercase;
    color: #222;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.article_details_news.full .article-header h1 {
	display: block;
    font-size: 2.4em;
    line-height: 1.6em;
    font: italic normal 1.6em/1.5em 'Times New Roman', Georgia, Serif;
    letter-spacing: 0;
    color: #222;
    padding-bottom: 0;
    margin: 20px 0;
    display: inline-block;
    text-align: center;
}
.article_details_news.full .article-header .blocks.blocks_right {
	font: normal bold .86em 'Noto Sans', Helvetica, Arial;
    text-transform: uppercase;
    margin: 10px 0 30px;
}
.article_details_news.full .article-header .blocks.blocks_right h4 {
	font: italic normal 1em 'Libre Baskerville', Georgia, Serif;
    text-transform: lowercase;
    display: inline-block;
}
.article_details_news.full .article-header .blocks.blocks_right h6 {
	color: #222;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    font-family: 'NotoSans-Bold';
    font-size: 12.9px;
}
.article_details_news.full .article_full_img_block,
.article_details_news.full > p.full_desc_news + div,
.article_details_news.full > p,
.article_details_news.full > ul,
.article_details_news.full > ol,
.article_details_news.full > h2,
.article_details_news.full > h3,
.article_details_news.full > h4,
.article_details_news.full > h5,
.article_details_news.full > h6 {
	max-width: 700px;
	margin: 10px auto 30px;
	display: block;
	font-family: Georgia, serif;
    padding: 0 10px;
}
.article_details_news.full .article_full_img_block {
    margin: 0 auto;
}
.article_details_news.full > p,
.article_details_news.full > ul,
.article_details_news.full > ol {
	font-size: 15px;
	line-height: 1.7em;
}
.article_details_news.full .article_full_img_block .article_full_img {
	display: block;
}
.article_details_news.full .article_full_img_block .article_full_img img {
	display: block;
	max-width: 100%;
    margin: 10px 0 30px;
}
.article_details_news.full > h2,
.article_details_news.full > h3,
.article_details_news.full > h4,
.article_details_news.full > h5,
.article_details_news.full > h6 {
	margin-top: 20px;
    margin-bottom: 10px;
    font-size: .92em;
    font-weight: bold;
    line-height: 1.2em;
}
.article_details_news.full > h2 {
	font-size: 1.92em;
}
.article_details_news.full > h3 {
	font-size: 1.57em;
    line-height: 1.4em;
}
.article_details_news.full > h4 {
	font-size: 1.28em;
    line-height: 1.6em;
}
.article_details_news.full > h5 {
	font-size: 1.07em;
    line-height: 1.8em;
}
.article_details_news.full > h6 {
	font-size: .85em;
    line-height: 1.8em;
}
.article_details_news.full ul {
	list-style: disc;
}
.article_details_news.full ol {
	list-style: decimal;
}
.article_details_news.full > ul,
.article_details_news.full > ol {
	padding-left: 20px;
}
.article_details_news.full blockquote {
	text-align: center;
    padding: 30px 150px 20px;
    margin: 10px auto 30px;
    position: relative;
    font: italic normal 1.86em/1.5em 'Libre Baskerville', 'Times New Roman', Georgia, Serif;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    max-width: 810px;
}
.article_details_news.full blockquote:before {
    content: '';
    width: 24px;
    height: 19px;
    background: url(pic/icon_quote-left.png) no-repeat center;
    position: absolute;
    top: 30px;
    left: 0;
}
.article_details_news.full blockquote:after {
    content: '';
    width: 24px;
    height: 19px;
    background: url(pic/icon_quote-right.png) no-repeat center;
    position: absolute;
    bottom: 30px;
    right: 0;
}
.article_details_news.full blockquote cite {
    background: url(pic/icon_quote-cite.png) no-repeat center top;
    display: block;
    clear: both;
    padding-top: 20px;
    margin-top: 20px;
    font: normal bold .46em 'Noto Sans', Helvetica, Arial;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.article_details_news.full > ul li ul,
.article_details_news.full > ol li ol,
.article_details_news.full > ul li ol,
.article_details_news.full > ol li ul {
	margin-left: 20px;
}
.footer-outer {
    padding: 0 50px;
    background: #262627;
    font-size: .93em;
    line-height: 1.6em;
    color: #7f7f81;
    text-align: left;
}
.footer-outer .blox {
    margin: 0 80px;
    list-style: none;
    overflow: hidden;
}
.footer-outer .widget {
    width: 33.333%;
    float: left;
    padding: 60px;
}
.footer-outer .widget .title {
    font: normal bold 1em 'Noto Sans', Helvetica, Arial;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.footer-outer .widget .title:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #414141;
}
.footer-outer .widget .title span {
    padding-right: 20px;
    background: #262627;
    z-index: 2;
    position: relative;
}
.footer-outer p {
    margin: 10px 0 20px;
}
.footer-outer a {
    color: #afafb4;
}
.footer-outer p a {
	display: block;
	margin-top: 10px;
}
.articles_container {
	overflow: hidden;
    padding: 0 80px;
}
.widget-vidio + .widget-vidio {
	margin-top: 10px;
}
.articles_container .articles-horiz,
.main-content-wrp .last_news .articles-horiz {
    float: left;
    width: 66.666%;
}
.articles_container .articles-horiz + .article_details.short,
.main-content-wrp .last_news .articles-horiz +li {
	float: left;
	width: 33.333%;
}
.articles_container .article_details.short {
	overflow: hidden;
    position: relative;
    background: #f9f9f9;
}
.articles_container .article_details.short > a {
	display: block;
    width: 50%;
    min-height: 1px;
    position: relative;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.articles_container .article_details.short > a .article_img {
	display: block;
}
.articles_container .article_details.short > a .article_img img {
    max-width: 100%;
    height: auto;
}
.articles_container .article_details.short > a .article_img img:first-child {
    display: none;
}
.articles_container .article_details.short .article-info-wrp {
	width: 50%;
    position: relative;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    letter-spacing: .1em;
}
.articles_container .article_details.short .article-info-wrp .article-info-block {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;*/
    display: table-cell;
    vertical-align: middle;
}
.articles_container .article_details.short .article-info-wrp .article-info-block .article_info {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    resize: vertical;
    height: 100%;*/
    padding: 0 50px;
}
.articles_container .article_details.short .article-info-wrp .article-info-block .article_info .author,
.articles_container .article_details.short .article-info-wrp .article-info-block .article_info br,
.articles_container .article_details.short .article-info-wrp .article-info-block .article_info .desc_short_news {
	display: none;
}
.articles_container .articles-horiz + .article_details.short > a,
.articles_container .articles-horiz + .article_details.short .article-info-wrp,
.main-content-wrp .last_news .articles-horiz + li .news_img_block,
.main-content-wrp .last_news .articles-horiz + li .article-info-wrp {
	width: 100%;
}
.articles_container .articles-horiz .article_details.short:nth-child(2) > a,
.main-content-wrp .last_news .articles-horiz li:nth-child(2) .news_img_block {
	float: right;
}
.articles_container .article_details.short .date {
    display: inline-block;
    padding: 3px 0;
    font: normal bold .86em 'NotoSans-Bold', Helvetica, Arial;
    text-transform: uppercase;
    color: #222;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.articles_container .article_details.short .title-wrp {
	font: italic normal 1.6em/1.5em 'Times New Roman', Georgia, Serif;
    letter-spacing: 0;
    color: #222;
    padding-bottom: 0;
    margin: 20px 0;
    display: inline-block;
    text-align: center;
}
.articles_container .article_details.short .title-wrp a {
	color: #222;
    text-decoration: none;
    font-weight: normal;
}
.articles_container .article_details.short .read-more-wrp a {
	display: inline-block;
    font: normal bold .86em 'NotoSans-Bold', Helvetica, Arial;
    text-transform: uppercase;
    color: #222;
    padding: 30px 0 0;
    background: url(icons/icon_title.png) no-repeat center top;
    border: 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}
.articles_container .articles-horiz .article_details.short:nth-child(1):after,
.main-content-wrp .last_news .articles-horiz li:nth-child(1):after {
    -moz-transform: scale(.9999);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    clear: both;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f9f9f9;
}
.articles_container .articles-horiz .article_details.short:nth-child(2):after,
.main-content-wrp .last_news .articles-horiz li:nth-child(2):after {
    margin-left: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f9f9f9;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
}
.articles_container .articles-horiz + .article_details.short:after,
.main-content-wrp .last_news .articles-horiz + li:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f9f9f9;
    -moz-transform: scale(.9999);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
}
.article-page-title {
	padding: 0px 0 20px;
    margin: 0 80px;
    text-align: center;
    /*background: #f9f9f9;*/
}
.article-page-title h1 {
	font-size: 2.4em;
    line-height: 1.6em;
    font: italic normal 1.6em/1.5em 'Times New Roman', Georgia, Serif;
    letter-spacing: 0;
    color: #222;
    padding-bottom: 0;
    margin: 0 0 50px;
    display: inline-block;
    text-align: center;
}
.pageid5719 .articles_container .article_details.short .date,
.pageid5722 .articles_container .article_details.short .date,
.pageid5724 .articles_container .article_details.short .date, 
.pageid5721 .articles_container .article_details.short .date,
.pageid5719 .article_details_news.full .article-header .date-wrp .date,
.pageid5722 .article_details_news.full .article-header .date-wrp .date,
.pageid5724 .article_details_news.full .article-header .date-wrp .date, 
.pageid5721 .article_details_news.full .article-header .date-wrp .date {
	display: none !important;
}
.pageid5719 .articles_container .article_details.short .person-social {
	display: block;
	text-align: center;
	margin-top: 10px;
}
.pageid5719 .articles_container .article_details.short .person-social a {
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	margin: 0 5px;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.pageid5719 .articles_container .article_details.short .desc_short_news {
	display: block !important;
}
.pageid5719 .articles_container .article_details.short .person-social a.facebook-link {
	background-image: url(icons/facebook.svg);
}
.pageid5719 .articles_container .article_details.short .person-social a.linkedin-link {
	background-image: url(icons/linkedin.svg);
}
.pageid5719 .articles_container .article_details.short:hover .person-social a {
	opacity: 1;
	-webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.contact-form-wrp,
.popup-form-wrp {
    padding: 0 80px;
    padding-top: 160px;
    padding-bottom: 80px;
    position: relative;
    background-color: #F7F6EF;
}
.contact-form-wrp:before,
.popup-form-wrp:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 6px;
    background: #333;
    top: 80px;
    left: 50%;
    margin-left: -40px;
}
.contact-form-wrp form,
.popup-form-wrp form,
form {
    display: block;
    width: 85%;
    max-width: 561px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
form .input_line {
    position: relative;
}
/*.contact-form-wrp form .label,
.popup-form-wrp form .label,
form .label {
    font-size: 19px !important;
    margin-bottom: 18px;
    color: #737373;
    display: block;
    text-align: left;
}*/
form .label {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #999999;
    font-size: 10pt;
    font-weight: 100;
    line-height: 1;
}
form .input_line.select .label {
    display: none;
}
/*.contact-form-wrp form input,
.popup-form-wrp form input,
form input,
form select {
    display: block;
    width: 100%;
    padding: 8px 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #cccccc;
    height: 50px;
    margin-bottom: 34px;
    background-color: #FDFDF9;
    color: #9e9e9e;
    letter-spacing: 1px;
    font-size: 17px !important;
    box-sizing: border-box;
    text-align: left;
}*/
form input[type="text"],
form select {
    display: block;
    width: 100%;
    padding: 14px 15px;
    line-height: 20px;
    vertical-align: middle;
    border: none;
    border-bottom: 2px solid #cccccc;
    height: 50px;
    margin-bottom: 34px;
    background-color: #FDFDF9;
    color: #9e9e9e;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 17px !important;
    box-sizing: border-box;
    text-align: left;
}
/*.contact-form-wrp form textarea,
.popup-form-wrp form textarea,
form textarea {
    font-size: 16px !important;
    height: 190px;
    margin-bottom: 75px;
    background-color: #FDFDF9;
    color: #9e9e9e;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #cccccc;
    overflow: auto;
    text-align: left;
}*/
form textarea {
    font-size: 17px !important;
    height: 120px;
    margin-bottom: 34px;
    background-color: #FDFDF9;
    color: #9e9e9e;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 15px;
    line-height: 20px;
    vertical-align: middle;
    border: none;
    border-bottom: 2px solid #cccccc;
    overflow: auto;
    text-align: left;
}
form input[type="text"]:focus,
form textarea:focus,
form select:focus {
    border-color: #444;
}
.contact-form-wrp form input[type="button"],
.popup-form-wrp form input[type="button"],
form input[type="button"] {
    display: inline-block;
    line-height: inherit;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 300ms ease;
    color: #444;
    padding: 16px 60px;
    border: 5px solid #444;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    margin-bottom: 0px;
    font-size: 16px !important;
    cursor: pointer;
    -webkit-appearance: button;
    width: auto;
    height: auto;
}
.contact-form-wrp form input[type="button"]:hover,
.popup-form-wrp form input[type="button"]:hover,
form input[type="button"]:hover {
    background-color: #444;
    color: #ededed;
}
.contact-form-wrp .contact-form-title,
.popup-form-wrp .popup-form-title {
    display: block;
    width: 85%;
    max-width: 561px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;

    font-size: 2.4em;
    line-height: 1.6em;
    font: italic normal 1.6em/1.5em 'Times New Roman', Georgia, Serif;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 50px;
}
.footer-outer .youtube-link {
    margin-top: 10px;
}
.menu-bottom {
    text-align: left;
}
.footer-outer .site-description .header_menu_top,
.footer-outer .site-contacts ul,
.menu-bottom ul {
	list-style: none;
	margin-top: 10px;
}
.footer-outer .site-description .header_menu_top {
    margin-left: -10px;
}
.footer-outer .site-description .header_menu_top a,
.footer-outer .site-contacts ul a,
.menu-bottom ul a {
	color: #fff;
}
.footer-outer .site-description .header_menu_top a:hover,
.footer-outer .site-description .header_menu_top a:focus,
.footer-outer .site-contacts ul a:hover,
.footer-outer .site-contacts ul a:focus,
.menu-bottom ul a:hover,
.menu-bottom ul a:focus {
	color: #afafb4;
}
.social-share-button {
	text-align: center;
	margin: 20px 0 30px;
}
.social-share-button #linkedin_plagin_wrapper,
.social-share-button .facebook_plagin_wrapper,
.social-share-button #vk_plagin_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 49px;
	height: 50px;
	font-size: 0;
	margin: 0 5px;
}
.social-share-button #linkedin_plagin_wrapper #linkedin_plagin_content > span,
.social-share-button #linkedin_plagin_wrapper #linkedin_plagin_content > span * {
	display: block !important;
	width: 50px !important;
	height: 50px !important;
}
.social-share-button #linkedin_plagin_wrapper #linkedin_plagin_content span a span:first-child {
	width: 49px !important;
	height: 50px !important;
	background-image: url(icons/modal_share_sprites.png) !important;
	background-repeat: no-repeat !important;
	background-position: -31px -94px !important;
}
.social-share-button #linkedin_plagin_wrapper #linkedin_plagin_content span a span:last-child {
	display: none !important;
}
.social-share-button .facebook_plagin_wrapper #share {
	width: 49px !important;
	height: 50px !important;
	background-image: url(icons/modal_share_sprites.png) !important;
	background-repeat: no-repeat !important;
	background-position: -31px -164px !important;
	display: block !important;
}
.social-share-button #vk_plagin_wrapper a {
	width: 49px !important;
	height: 50px !important;
	background-image: url(icons/modal_share_sprites.png) !important;
	background-repeat: no-repeat !important;
	background-position: -31px -374px !important;
	display: block !important;
}
.social-share-button #linkedin_plagin_wrapper:hover,
.social-share-button .facebook_plagin_wrapper:hover,
.social-share-button #vk_plagin_wrapper:hover {
	opacity: .7;
}
.pages_selector {
    text-align: center;
    margin-top: 40px;
}
.pages_selector ul {
    list-style: none;
}
.pages_selector ul li {
    display: inline-block;
    background: #F9F9F9;
    margin: 0 5px;
}
.pages_selector ul li a {
    padding: 0 11px;
    color: #222;
    font: normal bold .86em 'NotoSans-Bold', Helvetica, Arial;
    display: block;
    line-height: 30px;
    background: #F9F9F9;
}
.pages_selector ul li a.active {
    background: #222;
    color: #F9F9F9;
}
.header_menu_top {
	margin-left: -20px;
}
div.dl {
    padding: 0 15px;
}
div.dl ul.dl {
    list-style: none;
    padding-left: 0;
} 
.cotact_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.cotact_block .cotact_block_left,
.cotact_block .cotact_block_right {
    float: left;
    min-height: 100% !important;
}
.cotact_block .cotact_block_left {
    width: 60%;
    padding-right: 30px;
}
.cotact_block .cotact_block_right {
    width: 40% !important;
}
.cotact_block .cotact_block_left h3 {
    font-size: 24px;
}
.cotact_block .cotact_block_left h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.cotact_block .cotact_block_left h6 {
    font-size: 16px;
    width: auto !important;
    text-align: left !important;
    font-weight: normal;
}
.swiper-pagination-bullet-active {
    background: #222222;
}
.swiper-button-next {
    background-image: url(pic/arrow-slider-right.png);
    
}
.swiper-button-prev {
    background-image: url(pic/arrow-slider-left.png);
    
}
.swiper-button-next, .swiper-button-prev {
    height: 54px;
    margin-top: -27px;
}
.new-img-slider img {
    width: 100%;
}
.swiper-pagination {
    padding-top: 2px;
    width: 0px;
    height: 0px;
    position: absolute;
    opacity: 0;
    margin: 0 !important;
}
.new-swiper-pagination {
    padding-top: 2px;
    position: static;
    margin-bottom: 20px;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.new-swiper-pagination-bullet {
    cursor: pointer;
    display: inline-block;
}
.swiper-pagination-bullet,
.new-swiper-pagination-bullet {
    width: 64px;
    height: 64px;
    border-radius: 0;
    opacity: 1;
    margin: 0 1px;
    position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.new-swiper-pagination-bullet.new-swiper-pagination-bullet-active:before {
    border: 2px solid #222;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: "";
}
.footer-top-bar-wrp {
    background: #7f7f81;
    padding: 30px 50px;
} 
.footer-top-bar {
    margin: 0 80px;
    text-align: center;
}
.footer-top-bar a {
    border: 5px solid #a39a99;
    background-color: #fff;
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    margin: 0 15px;
}
.footer-top-bar p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 15px;
}
.top_menu .header_menu_top li:first-child a svg {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
    fill: #aaaaaa;
}
.top_menu .header_menu_top li:first-child a:hover svg,
.top_menu .header_menu_top li.active a svg {
    fill: #fff;
}
body > iframe,
.toggle-menu {
    display: none;
}


























































































@media screen and (max-width: 1290px) {
	.article_details_news.full .article-header {
		padding: 0 150px;
	}
	.header_menu_top {
		margin-left: -10px;
	}
	.header_menu_top li {
		margin: 0 10px !important;
	}
    .footer-outer .site-description .header_menu_top li {
        margin: 0 !important;
    }
}
@media screen and (max-width: 1100px) {
	.main-content-wrp .last_news:nth-child(2),
	.main-content-wrp .last_news:nth-child(3),
	.main-content-wrp .last_news:nth-child(1) > .left-article,
	.main-content-wrp .last_news:nth-child(1) > li {
		width: 100%;
	}
	.main-content-wrp .last_news li .news_img_block,
	.main-content-wrp .last_news li .article-info-wrp,
	.main-content-wrp .last_news:nth-child(1) .left-article + li .news_img_block,
	.main-content-wrp .last_news:nth-child(3) li .news_img_block,
	.main-content-wrp .last_news:nth-child(1) .left-article + li .article-info-wrp,
	.main-content-wrp .last_news:nth-child(3) li .article-info-wrp {
		width: 50%;
	}
	.main-content-wrp .last_news:nth-child(2) li:nth-child(1) .news_img_block,
	.main-content-wrp .last_news:nth-child(3) li .news_img_block {
		float: right;
	}
	.main-content-wrp .last_news:nth-child(2) li:nth-child(2) .news_img_block {
		float: left;
	}
	.main-content-wrp .last_news:nth-child(1) .left-article li:nth-child(1):after,
	.main-content-wrp .last_news:nth-child(1) > li:after,
	.main-content-wrp .last_news:nth-child(2) li:nth-child(2):after {
	    -moz-transform: scale(.9999);
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -20px !important;
	    margin-left: -20px !important;
	    width: 0;
	    height: 0;
	    overflow: hidden;
	    display: block;
	    clear: both;
	    border-top: 20px solid transparent !important;
	    border-bottom: 20px solid transparent !important;
	    border-right: 20px solid #f9f9f9 !important;
	    border-left: none !important;
	}
	.main-content-wrp .last_news:nth-child(1) .left-article li:nth-child(2):after,
	.main-content-wrp .last_news:nth-child(2) li:nth-child(1):after,
	.main-content-wrp .last_news:nth-child(3) li:after {
	    margin-left: 0 !important;
	    border-top: 20px solid transparent !important;
	    border-bottom: 20px solid transparent !important;
	    border-left: 20px solid #f9f9f9 !important;
	    border-right: none !important;
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -20px;
	    width: 0;
	    height: 0;
	    clear: both;
	    overflow: hidden;
	    display: block;
	}
	.article_details_news.full .article-header {
		padding: 0 100px;
	}
	.footer-outer .widget {
		width: 50%;
	}
	.footer-outer .widget:last-child {
		width: 100%;
	}
	.articles_container .articles-horiz,
	.articles_container .articles-horiz + .article_details.short,
    .main-content-wrp .last_news .articles-horiz,
    .main-content-wrp .last_news .articles-horiz + li {
		width: 100%;
	}
	.articles_container .articles-horiz + .article_details.short > a,
	.articles_container .articles-horiz + .article_details.short .article-info-wrp,
    .main-content-wrp .last_news .articles-horiz + li .news_img_block,
    .main-content-wrp .last_news .articles-horiz + li .article-info-wrp {
		width: 50%;
	}
	.articles_container .article_details.short.article-left > a,
    .main-content-wrp .last_news li.article-left .news_img_block {
		float: left !important;
	}
	.articles_container .article_details.short.article-right > a,
    .main-content-wrp .last_news li.article-right .news_img_block {
		float: right !important;
	}
	.articles_container .article_details.short.article-left:after,
    .main-content-wrp .last_news li.article-left:after {
	    -moz-transform: scale(.9999);
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -20px !important;
	    margin-left: -20px !important;
	    width: 0;
	    height: 0;
	    overflow: hidden;
	    display: block;
	    clear: both;
	    border-top: 20px solid transparent !important;
	    border-bottom: 20px solid transparent !important;
	    border-right: 20px solid #f9f9f9 !important;
	    border-left: none !important;
	}
	.articles_container .article_details.short.article-right:after,
    .main-content-wrp .last_news li.article-right:after {
	    margin-left: 0 !important;
	    border-top: 20px solid transparent !important;
	    border-bottom: 20px solid transparent !important;
	    border-left: 20px solid #f9f9f9 !important;
	    border-right: none !important;
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -20px;
	    width: 0;
	    height: 0;
	    clear: both;
	    overflow: hidden;
	    display: block;
	}
	.top_menu .header-right-block {
		float: none;
		text-align: center;
	}
    .header {
        overflow: visible;
        padding: 0;
    }
	.header .top_menu {
		text-align: center;
        position: relative;
        padding-left: 60px;
        overflow: visible;
        padding-right: 10px;
    }
    .top_menu .toggle-menu {
        display: block;
        position: absolute;
        left: 15px;
        width: 30px;
        top: 15px;
        cursor: pointer;
    }
    .top_menu .toggle-menu span {
        display: block;
        border-top: 2px solid #aaaaaa;
    }
    .top_menu .toggle-menu span + span {
        margin-top: 5px;
    }
    .top_menu .header_menu_top {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #222;
        z-index: 999;
        display: none;
    }
    .top_menu .header_menu_top li {
        display: block;
        margin-right: 0 !important;
        border-top: 1px solid #aaa;
    }
    .top_menu .header-right-block {
        text-align: right;
    }
}
@media screen and (max-width: 920px) {
    .lb-container {
        padding: 0 15px;
    }
	.header_left, #container {
	    padding: 0;
	}
	.main-content-wrp,
	.articles_container,
	.top_menu {
	    padding: 0 40px;
	}
	.haeder_container {
		margin: 0 0px;
	}
	.header {
		padding: 0;
	}
	.article_details_news.full .article-header {
		padding: 0 40px;
	}
	.footer-outer {
		padding: 0;
	}
	.footer-outer .blox {
	    width: 100%;
	    padding: 0 15px;
	}
    .footer-outer .blox {
        margin: 0;
    }
    .contact-form-wrp,
    .popup-form-wrp {
        padding: 0;
    }
    .header .top_menu {
    	text-align: center;
    }
    .cotact_block {
        display: block !important;
        padding: 30px 15px 0;
    }
    .cotact_block .cotact_block_left,
    .cotact_block .cotact_block_right {
        float: none;
        min-height: 100% !important;
        width: 100% !important;
    }
    .cotact_block .cotact_block_left {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .footer-top-bar {
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 750px) {
	.article_details_news.full .article_full_img_block,
	.article_details_news.full > p,
	.article_details_news.full > ul,
	.article_details_news.full > ol,
	.article_details_news.full > h2,
	.article_details_news.full > h3,
	.article_details_news.full > h4,
	.article_details_news.full > h5,
	.article_details_news.full > h6 {
		padding: 0 15px;
	}
	.article_details_news.full > ul,
	.article_details_news.full > ol {
		padding-left: 35px;
    }
    .contact-form-wrp form input[type="button"],
    .popup-form-wrp form input[type="button"],
    form input[type="button"] {
        padding: 16px;
    }
    .mobile-hide {
        display: none !important;
    }
}
@media screen and (max-width: 601px) {
	.main-content-wrp .last_news li .news_img_block,
	.main-content-wrp .last_news li .article-info-wrp,
	.main-content-wrp .last_news:nth-child(1) .left-article + li .news_img_block,
	.main-content-wrp .last_news:nth-child(3) li .news_img_block,
	.main-content-wrp .last_news:nth-child(1) .left-article + li .article-info-wrp,
	.main-content-wrp .last_news:nth-child(3) li .article-info-wrp {
		width: 100%;
	}
	.main-content-wrp .last_news:nth-child(1) .left-article li:nth-child(1):after,
	.main-content-wrp .last_news:nth-child(1) > li:after,
	.main-content-wrp .last_news:nth-child(2) li:nth-child(2):after,
	.main-content-wrp .last_news:nth-child(1) .left-article li:nth-child(2):after,
	.main-content-wrp .last_news:nth-child(2) li:nth-child(1):after,
	.main-content-wrp .last_news:nth-child(3) li:after {
		border-left: 20px solid transparent !important;
	    border-right: 20px solid transparent !important;
	    border-bottom: 20px solid #f9f9f9 !important;
	    border-top: none !important;
	    -moz-transform: scale(.9999);
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -20px;
	    margin-left: -20px !important;
	    width: 0;
	    height: 0;
	    clear: both;
	    overflow: hidden;
	    display: block;

	}
	.top_menu .header_menu_top li.active a:before {
		display: none !important;
	}
	.header {
		padding: 0;
	}
	.article_details_news.full blockquote {
		padding: 30px 30px 20px;
	}
	.footer-outer .widget {
		width: 100%;
		padding: 60px 0 0;
	}
	.footer-outer .widget:last-child {
	    padding-bottom: 60px;
	}
	.articles_container .article_details.short > a,
	.articles_container .article_details.short .article-info-wrp,
    .main-content-wrp .last_news li .news_img_block,
    .main-content-wrp .last_news li .article-info-wrp {
		width: 100% !important;
	}
	.articles_container .article_details.short:after,
	.main-content-wrp .last_news li:after {
		display: none !important;
	}
	.articles_container .article_details.short .article-info-wrp .article-info-block .article_info {
		padding: 0 10px;
	}
	.main-content-wrp,
	.articles_container,
	.article_details_news.full .article-header,
	.top_menu {
		padding: 0 7px;
	}
	.haeder_container {
		margin: 0 0;
	}
    .footer-top-bar-wrp {
        padding: 30px 15px;
    }
    .top_menu .header-right-block a.header-phone-btn,
    .top_menu .header-right-block a.header-phone {
        font-size: 0;
        height: 49px;
    }
    .top_menu .header-right-block a.header-phone-btn {
        margin-right: 5px;
    }
}