/*
	Ekoonka CSS
	developed by >Artnet Company<
									*/
/* reset_css */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
html, body {
	min-width: 1200px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align:top;
}
/* transition */
body, #content,
.blog_page .news_item .news_date:hover {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
* {
	box-sizing: border-box;
}
#content {
	opacity: 0;
	height: 100%;
}
.wrapper {
	width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
.wrapper.min {
	width: 800px;
}
.wrapper.mid {
	width: 970px;
}
.wrapper.page {
	padding-top: 126px;
}
.wrapper.page h2 {
	color: #4c4c4c;
	margin-bottom: 36px;
}
.wrapper.page p {
	line-height: 26px;
	color: #808080;
	margin-bottom: 40px;
}
.fullwidth {
	width: 100%;
}
h2, h3, h4, p, span {
	font-family: 'Open Sans', sans-serif;
}
h2, p {
	font-weight: 400;
}
h2 {
	font-size: 24px;
}
h3 {
	font-weight: 600;
	font-size: 16px;
}
p {
	font-size: 14px;
}
a {
	font-family: 'Open Sans', sans-serif;
    color: #0096ff;
    text-decoration: none;
    font-style: initial;
}
a:hover {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
header {
	position: relative;
	height: 54px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	z-index: 9999;
}
header a.logotype,
#fullpage {
	background-repeat: no-repeat;
	background-position: center;
}
header a.logotype {
	display: inline-block;
	width: 200px;
	height: 100%;
	background-image: url('http://xn----8sb3amcbz1g.xn--p1ai/assets/images/logo_bg.png');
	font-family: 'HelveticaNeueCyr_Bd', Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 54px;
	letter-spacing: 0.05em;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
header nav {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	display: inline-block;
	width: 630px;
	height: 54px;
	text-align: center;
}
nav.main_menu ul {
	position: relative;
	font-size: 0;
}
nav.main_menu ul li {
	display: inline-block;
	line-height: 54px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	margin: 0 12px;
}
nav.main_menu a {
	display: inline-block;
	height: 54px;
	font-size: 14px;
	text-decoration: none;
}
nav.main_menu .active_el {
	display: block;
	position: absolute;
	bottom: 0;
	content: '';
	height: 4px;
	background-color: #259b0a;
	opacity: 0;
}
header .contacts {
	margin-right: 50px;
	margin-top: 9px;
	float: right;
	text-align: right;
}
header .contacts .tel_num, 
header .contacts a {
	letter-spacing: 0.0025em;
}
header .contacts .tel_num {
	font-weight: 600;
	font-size: 16px;
	color: #259b0a;
	margin-top: 2px;
}
header .contacts a {
	font-weight: 400;
	font-size: 12px;
	color: #a8a8a8;
	text-decoration: none;
}
/*===== mainpage =====*/
#fullpage.home {
	background-color: #282828;
}
#fullpage.home .main_half {
	display: inline-block;
	width: 400px;
	position: absolute;
	top: 30vh;
	margin: auto;
	z-index: 100;
}
.hover_place .shadow,
.main_half a.v_btn,
.main_half h2 {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.hover_place {
	height: 100%;
	background: url('http://xn----8sb3amcbz1g.xn--p1ai/assets/images/preview.jpg') no-repeat center;
	background-size: cover;
}
.hover_place .back_video {
	position: absolute;
  width: 100%;
  min-height: 100%;
}
.hover_place .placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 10;
}
.hover_place .shadow {
	display: block;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: skew(17deg);
	-moz-transform: skew(17deg);
	-ms-transform: skew(17deg);
	transform: skew(17deg);
	z-index: 99;
}
.hover_place .shadow.left {
	right: 50%;
}
.hover_place .shadow.right {
	left: 50%;
}
.hover_place_item.hovered .shadow {
	opacity: 0.3;
}
.main_half.left {
	right: 600px;
	left: 0;
}
.main_half.right{
	left: 600px;
	right: 0;
}
.main_half h2 {
	font-family: 'HelveticaNeueCyr_Md', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 52px;
	color: #fff;
	cursor: default;
	transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
}
.hover_place_item.hovered a.v_btn, 
.hover_place_item.hovered h2 {
	transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.hover_place_item.hovered a.v_btn {
	opacity: 1;
}
.main_half a.v_btn {
	opacity: 0;
	display: block;
	width: 200px;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 42px;
	letter-spacing: 0.025em;
	text-decoration: none;
	text-align: center;
	background: url(http://xn----8sb3amcbz1g.xn--p1ai/assets/images/play_video.png) no-repeat 26px center;
	padding-left: 36px;
	margin-top: 32px;
	transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  cursor: pointer;
}
#fullpage .video_place {
	display: none;
	position: relative;
	height: 100%;
}
.video_place #close {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 40px;
	right: 40px;
	background-image: url('http://xn----8sb3amcbz1g.xn--p1ai/assets/images/close.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.video_place iframe {
	margin-top: -54px;
}
.alert_el {
	position: absolute;
	right: 50px;
	bottom: 50px;
	display: block;
	width: 368px;
	height: 70px;
	padding-left: 70px;
	border-radius: 5px;
	background-image: url(http://xn----8sb3amcbz1g.xn--p1ai/assets/images/alert_el.png);
	background-repeat: no-repeat;
	background-position: left 25px center;
	background-color: rgb(37, 155, 10);
	z-index: 9999;
}
.alert_el p {
	line-height: 64px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.alert_el sup {
	font-size: 12px;
}
.alert_el:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -16px;
	border: 10px solid transparent;	
	border-left: 10px solid rgb(37, 155, 10); 
	border-top: 10px solid rgb(37, 155, 10);
}
.company_logos {
	position: absolute;
	bottom: 50px;
	left: 24px;
}
.company_logos ul {
	display: table;
	border-spacing: 26px 0; 
}
.company_logos ul li {
	display: table-cell;
}
.company_logos li > img {
	vertical-align: middle;
}
/*===== delivery =====*/
.wrapper.page .av_header {
	margin-bottom: 68px;
}
.delivery_page iframe {
	margin-bottom: 40px;
}
.avto_items.wrapper {
	padding: 0;
	font-size: 0;
	margin-bottom: 70px;
}
.avto_items .item {
	display: inline-block;
	width: 300px;
	margin-bottom: 64px;
}
.avto_items .item img {
	width: 100%;
	height: 195px;
	margin-bottom: 28px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.avto_items .item:nth-child(odd) img {
	background-color: #e5e5e5;
}
.avto_items .item:nth-child(even) img {
	background-color: #cccccc;
}
.avto_items .item h3 {
	font-size: 14px;
	font-weight: 800;
	color: #595959;
	margin-bottom: 6px;
}
.avto_items .item p {
	line-height: 22px;
	margin-bottom: 0;
}
/*===== about_page =====*/
.about_page_backgounded {
	background-image: url(http://xn----8sb3amcbz1g.xn--p1ai/assets/images/rus_geomap.png);
	background-position: center -30px;
	background-repeat: no-repeat;
}
.about_page {
	margin-bottom: 136px;
}
.about_page .map_place_wrapper {
	position: relative;
}
.about_page .map_place{
	background-image: url(http://xn----8sb3amcbz1g.xn--p1ai/assets/images/rus_geomap_cities.png);
	background-position: 50px 46px;
	background-repeat: no-repeat;
	border: none;
	outline: 0;
	box-shadow: none;
}
.about_page .map_point {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #2727a1;
}
.about_page .map_point.a {
	-webkit-box-shadow: 0px 0px 0px 13px rgba(147,147,208,0.5);
	-moz-box-shadow: 0px 0px 0px 13px rgba(147,147,208,0.5);
	box-shadow: 0px 0px 0px 13px rgba(147,147,208,0.5);
	-o-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}
span.map_point.ekb {
	top: 199px;
	left: 138px;
}
span.map_point.srt {
	top: 98px;
	left: 301px;
}
/*===== manufacture_page =====*/
.manufacture_page {
	font-size: 0;
}
/*===== howtostart_page =====*/
.howtostart_page.wrapper.page p {
	margin-bottom: 26px;
}
#tabs {
	margin-right: -15px;
	margin-left: -15px;
	clear: both;
	margin-bottom: 120px;
	border-left: 1px solid #e5e5e5;
}
#tabs .tabs_nav {
	position: relative;
	float: left;
	width: 185px;
	margin-right: 100px;
}
#tabs .tabs_nav li {
	height: 36px;
	padding-left: 15px;
	cursor: pointer;
}
#tabs .tabs_nav li.active, 
#tabs li.active > .tab_liink {
	cursor: default;
}
#tabs a.tab_liink {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 36px;
	color: #808080;
	text-decoration: none;
}
#tabs a.tab_liink:hover,
#tabs li:hover > a.tab_liink,
#tabs li.active > a.tab_liink {
	color: #259b0a;
}
.active_nav_item {
	position: absolute;
	top: 0;
	width: 3px;
	height: 36px;
	background-color: #259b0a;
	-o-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}
.tabs_container {
	overflow: hidden;
}
.tabs_container.tab1 {
	max-width: 630px;
}
.tabs_container.tab2 {
	max-width: 770px;
}
.tabs_container h2 {
	color: #4c4c4c;
	margin-bottom: 40px;
}
.download_links a.green_btn_style {
	display: inline-block;
	width: 200px;
	height: 44px;	
	padding-left: 24px;
	margin-right: 30px;
	margin-bottom: 40px;
	border: 1px solid #259b0a;
	border-radius: 22px;
	background-image: url('http://xn----8sb3amcbz1g.xn--p1ai/assets/images/download_link.png');
	background-repeat: no-repeat;
	background-position: 22px -32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 42px;
	color: #259b0a;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.025em;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.download_links a.green_btn_style:hover {
	background-position: 22px -2px;
	background-color: #259b0a;
	color: #fff;
}
.tabs_container p {
	line-height: 26px;
	color: #808080;
}
.tabs_container.tab2 span.prg_num,
.tabs_container.tab2 span.phone {
	font-weight: 700;
	margin-right: 12px;
	word-wrap: break-word;
}
.tabs_container.tab2 span.prg_num {
	font-size: 20px;
	color: #259b0a;
}
.tabs_container.tab2 span.phone {
	display: inline-table;
	color: #595959;
}
.tabs_container.tab2 a.mailto {
	color: #0096ff;
	text-decoration: none;
	margin-right: 12px;
}
#send_doc {
	width: 610px;
	font-size: 0;
}
#send_doc > input {
	margin-bottom: 30px!important;
}
#send_doc .upload_file_wrapper{
	position: relative;
	width: 570px;
    height: 44px;
    text-align: left;
    /*border: 1px solid #d9d9d9;
    border-radius: 22px;*/
}
#send_doc .upload_file_wrapper a {
	position: absolute;
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	line-height: 42px;
	letter-spacing: 0.025em;
	padding-left: 30px;
	background: url(http://xn----8sb3amcbz1g.xn--p1ai/assets/images/add_doc.png) center left no-repeat;
	height: inherit;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#send_doc .upload_file_wrapper input[type="file"] {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 140px;
    opacity: 0;
    cursor: pointer;
}
#send_doc .upload_file_wrapper button {
	position: absolute;
	top: 0;
	right: 0;
}
/*===== blog_page =====*/
.blog_page {
	margin-bottom: 60px;
}
.blog_cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog_page .news_item {
	display: inline-block;
	width: 31%;
	margin-bottom: 80px;
}
.blog_page .news_item_full {
	display: inline;
	width: 100%;
	margin-bottom: 30px;
}
.blog_page .news_item_full > h3 {
	display: none;
}
.blog_page .news_item .news_caption {
	display: block;
	width: 100%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
}
.blog_page .news_item_full .news_caption {
	width: 420px;
	margin-left: 40px;
	float: right;
}
.blog_page .news_item .news_title {
	font-size: 18px;
	font-weight: 800;
	color: #595959;
	margin: 14px 0 12px;
}
.blog_page .news_item_full .news_title {
	margin: 0 0 12px;
}
.blog_page .news_item a {
	color: #595959;
}
.blog_page .news_item .news_date {
	color: #808080;
	font-size: 12px;
	opacity: .6;
	cursor: default;
}
.blog_page .news_item .news_date:hover {
	opacity: 1
}
.blog_page .news_item .news_description {
	line-height: 22px;
	margin-bottom: 10px;
}
.blog_page .news_item a.backinblack {
	display: block;
	margin: 14px 0;
}
.blog_page .pagination {
	margin: 0 auto
}
/*===== contact_page =====*/
.contact_page .wrapper.mid {
	padding-left: 50px;
}
.contact_page .wrapper.mid h2 {
	margin-bottom: 40px;
}
.contact_page .cols h3 {
	font-size: 14px;
	font-weight: 800;
	color: #595959;
	margin-bottom: 14px;
}
.contact_page .cols p {
	line-height: 22px;
	margin-bottom: 10px;
}
.contact_page .cols {
	font-size: 0;
	margin-bottom: 80px;
}
.contact_page .cols .item {
	display: inline-block;
	width: 300px;
	float: left;
	margin-bottom: 30px;
}
#cont_map {
	height: 600px;
}
/*===== #r_price_form =====*/
#r_price_form {
	width: 620px;
}
#r_price_form input,
#send_doc > input {
	background: none;
	outline: none;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.35);
	margin-right: 30px;
	width: 270px;
	height: 42px;
	margin-right: 30px;
	margin-bottom: 42px;
}
#r_price_form input:focus,
#send_doc > input:focus {
	border-bottom: 1px solid rgba(0,0,0,1);
}
#r_price_form input::-webkit-input-placeholder,
#r_price_form input::-moz-placeholder,
#r_price_form input:-moz-placeholder,
#r_price_form input:-ms-input-placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	opacity: .65;
	transition: opacity 0.3s ease;
}
#r_price_form input::-webkit-input-placeholder {
	-webkit-transition: opacity 0.3s ease;
}
#r_price_form input::-moz-placeholder {
	-moz-transition: opacity 0.3s ease;
}
#r_price_form input:-moz-placeholder {
	-moz-transition: opacity 0.3s ease;
}
#r_price_form input:-ms-input-placeholder { 
	-ms-transition: opacity 0.3s ease;
}
#r_price_form input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#r_price_form input:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#r_price_form input:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#r_price_form input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#r_price_form button {
	width: 160px;
	height: 44px;
}
/*===== modal =====*/
.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-y: scroll;
	padding-bottom: 130px;
	background-color: #fff;
	display: none;
	z-index: 99999;
}
.modal .modal_header {
	display: table;
	margin: 0 auto 40px;
}
.modal .modal_header img {
	margin-right: 18px;
	float: left;
}
.modal .wrapper.page .modal_header h2 {
	font-size: 36px;
	line-height: 64px;
	color: #4c4c4c;
	margin-bottom: 0;
}
.modal .item {
	margin-bottom: 46px;
}
.modal .wrapper.page h2, 
.modal .wrapper.page p {
	margin-bottom: 20px;
}
.modal h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 40px;
}
.modal h4.list_header {
	margin-top: 40px;
	margin-bottom: 10px;
}
.modal ul {
	margin-left: 46px;
	margin-bottom: 52px;
	list-style: initial; 
}
.modal ul li {
	font-family: 'Open Sans', sans-serif;
	flex-wrap: 200;
	font-size: 14px;
	color: #808080;
	line-height: 26px;
}
.modal ul.num_type {
	font-weight: 600;
	list-style: none;
}
.modal ul.num_type li {
	margin-bottom: 8px;
}
.close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	background: url(http://xn----8sb3amcbz1g.xn--p1ai/assets/images/close_modal.png) #3445a7 center no-repeat;
	cursor: pointer;
	z-index: 999;
}
/*===== foorer =====*/
footer {
	position: relative;
	display: none;
	background: #2727a1;
	padding-top: 52px;
	padding-bottom: 40px;
}
footer .bottom {
	margin-top: 90px;
}
footer .first_col,
footer .secound_col {
	display: inline-block;
	font-size: 0;
	float: left;
} 
footer .first_col {
	width: 200px;
	margin-right: 100px;
}
footer .first_col h2 {
	line-height: 36px;
	color: #fff;
}
footer .first_col p.crt {
	font-size: 12px;
	line-height: 18px;
	color: #24c300;
}
footer form {
	width: 600px;
	margin-top: 14px;
}
footer form h3 {
	color: #fff;
	margin-bottom: 42px;
}
footer form input,
footer form textarea {
	background: none;
	outline: none;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.35);
}
footer form input {
	margin-right: 30px;
	width: 270px;
	height: 42px;
	margin-right: 30px;
	margin-bottom: 42px;
}
footer form input:focus,
footer form textarea:focus {
	border-bottom: 1px solid rgba(255,255,255,1);
}
footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	opacity: .35;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	opacity: .35;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	opacity: .35;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	opacity: .35; 
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
footer form input:focus::-webkit-input-placeholder,
footer form textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
footer form input:focus::-moz-placeholder,
footer form textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
footer form input:focus:-moz-placeholder,
footer form textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
footer form input:focus:-ms-input-placeholder,
footer form textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
footer form textarea {
	max-width: 570px;
	width: 570px;
	margin-bottom: 30px;
}
form button {
	outline: none;
	border: none;
	width: 120px;
	height: 44px;
	background: #259b0a;
	border-radius: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.025em;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding-bottom: 2px;
}
footer .mailto {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
a.mailto {
	padding-left: 4px;
	color: #0096ff;
	text-decoration: none;
	font-style: initial;
}
a.mailto:hover {
	text-decoration: underline;
}
.social_btns_wrapper span {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-right: 12px;
	float: left;
}
a.social_btn {
	display: inline-block;
	height: 18px;
	margin: 0 9px;
	background-image: url(http://xn----8sb3amcbz1g.xn--p1ai/assets/images/socials.png);
	background-repeat: no-repeat;
	float: left;
}
a.social_btn.social_vk {
	width: 24px;
	background-position: 0 0;
}
a.social_btn.social_inst {
	width: 18px;
	background-position: -24px 0;
}

/* artnet-Copyright */
footer .artblamo_cr * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
footer .artblamo_cr {
	position: absolute;
	bottom: 33px;
	right: 14px;
	display: block;
	height: 28px;
	text-align: center;
	line-height: initial;
}
footer .artblamo_cr a {
	font-family: "HelveticaNeueCyr-Roman", sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	text-decoration: none;
}
footer .artblamo_cr span {
	font-family: "HelveticaNeueCyr-Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #e92c4a;
	line-height: 28px;
}
#privacy_info {
  margin-bottom: 8px;
}
#privacy_info.center {
  text-align: center;
}
#privacy_info.black p,
#privacy_info.black a {
  color: #000!important;
}
#privacy_info p,
#privacy_info a {
  color: #f8f8f9!important;
  font-size: 13px!important;
  line-height: 1.5!important;
}
#privacy_info p {
  opacity: 0.8;
}
#privacy_info a {
  text-decoration: underline;
}
#privacy_modal {
  display: none;
  z-index: 99999;
  cursor: pointer;
  font-family: Tahoma;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #f6f6f6;
  overflow: auto;
}
  #privacy_close {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 30px;
    top: 15px;
    cursor: pointer;
    opacity: .3;
  }
  #privacy_close:hover {
    opacity: 1;
  }
  #privacy_close:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzU3cHgiIGhlaWdodD0iMzU3cHgiIHZpZXdCb3g9IjAgMCAzNTcgMzU3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNTcgMzU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNsb3NlIj48cG9seWdvbiBwb2ludHM9IjM1NywzNS43IDMyMS4zLDAgMTc4LjUsMTQyLjggMzUuNywwIDAsMzUuNyAxNDIuOCwxNzguNSAwLDMyMS4zIDM1LjcsMzU3IDE3OC41LDIxNC4yIDMyMS4zLDM1NyAzNTcsMzIxLjMgMjE0LjIsMTc4LjUgIi8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=');
  }
  #privacy_modal .privacy_container {
    cursor: default;
    position: relative;
    margin: 3em 0;
    min-width: 1px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  #privacy_modal .privacy_inner {
    padding: 3em;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: #ffffff;
  }
  #privacy_modal .privacy_inner h3,
  #privacy_modal .privacy_inner p {
    color: #000;
  }
  #privacy_modal .privacy_inner h3 {
    margin: 0.8em 0px;
    font-size: 1.5em;
    font-weight: bold;
  }
  #privacy_modal .privacy_inner p {
    font-size: 1em;
    margin: 1em 0;
    line-height: 1.5;
  }
@media (min-width: 768px) {
#privacy_modal .privacy_container {
  width: 750px;
}
}
@media (min-width: 992px) {
#privacy_modal .privacy_container {
  width: 970px;
}
}
@media (min-width: 1200px) {
#privacy_modal .privacy_container {
  width: 1170px;
}
}
/*
     FILE ARCHIVED ON 11:19:12 Dec 04, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:59:55 Feb 28, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.resolve: 201.692 (3)
  CDXLines.iter: 15.828 (3)
  exclusion.robots.policy: 0.188
  esindex: 0.022
  exclusion.robots: 0.201
  captures_list: 93.87
  PetaboxLoader3.datanode: 93.363 (5)
  LoadShardBlock: 73.297 (3)
  RedisCDXSource: 0.813
  load_resource: 244.717
*/





.top.wrapper {
    text-align: center;
    color: white;
    font-weight: bold;
}