/*common*/
/*fonts*/
/* pt-sans-regular - cyrillic-ext_latin-ext_cyrillic_latin */
@import url('reset.css');

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/PT Sans Regular.eot');
	/* IE9 Compat Modes */
	src: local('PT Sans'), local('PTSans-Regular'), url('fonts/PT Sans Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/PT Sans Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/PT Sans Regular.woff') format('woff'), /* Modern Browsers */ url('fonts/PT Sans Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/PT Sans Regular.svg#PTSans') format('svg');
	/* Legacy iOS */
}

/* pt-sans-700 - cyrillic-ext_latin-ext_cyrillic_latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: Bold;
	src: url('fonts/PT Sans Bold.eot');
	/* IE9 Compat Modes */
	src: local('PT Sans Bold'), local('PTSans-Bold'), url('fonts/PT Sans Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/PT Sans Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/PT Sans Bold.woff') format('woff'), /* Modern Browsers */ url('fonts/PT Sans Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/PT Sans Bold.svg#PTSans') format('svg');
	/* Legacy iOS */
}

/* pt-sans-700italic - cyrillic-ext_latin-ext_cyrillic_latin */
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: url('fonts/PT Sans BoldItalic.eot');
	/* IE9 Compat Modes */
	src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('fonts/PT Sans BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/PT Sans BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/PT Sans BoldItalic.woff') format('woff'), /* Modern Browsers */ url('fonts/PT Sans BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/PT Sans BoldItalic.svg#PTSans') format('svg');
	/* Legacy iOS */
}

/* roboto-regular - cyrillic-ext_latin-ext_cyrillic_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Roboto Regular.eot');
	/* IE9 Compat Modes */
	src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto Regular.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Roboto Regular.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/* roboto-900italic - cyrillic-ext_latin-ext_cyrillic_latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: url('fonts/Roboto BlackItalic.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('fonts/Roboto BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto BlackItalic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto BlackItalic.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto BlackItalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Roboto BlackItalic.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/*global*/
.btn_simple {
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transform: skewX(-13deg);
	-moz-transform: skewX(-13deg);
	-o-transform: skewX(-13deg);
	-ms-transform: skewX(-13deg);
	transform: skewX(-13deg);
	border-radius: 5px;
	display: inline-block;
}

.btn {
	z-index: 1;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}

.btn:before,
.btn:after {
	position: absolute;
	background: inherit;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	width: 15px;
	-webkit-transform: skewX(-13deg);
	-moz-transform: skewX(-13deg);
	-o-transform: skewX(-13deg);
	-ms-transform: skewX(-13deg);
	transform: skewX(-13deg);
	z-index: -1;
}

.btn:before {
	left: -10px;
	border-radius: 5px 0 0 5px;
}

.btn:after {
	right: -10px;
	border-radius: 0 5px 5px 0;
}

html,
body,
#wrapper {
	height: 100%;
}

html {
	min-height: 688px;
}

.inner {
	min-width: 964px;
	max-width: 1240px;
	margin: 0 20px;
	margin: 0 auto;
	height: 100%;
	background-color: white;
}

.leftside {
	float: left;
}

.rightside {
	float: right;
}

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

.row {
	display: table;
}

.row .col {
	display: table-cell;
	vertical-align: middle;
}

.row .col2 {
	width: 100%;
}

.row .col3 {
	padding-left: 40px;
}

.row .col3 .wrapper {
	float: right;
}

body {
	-moz-transition: all 0s ease-out 0s;
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
	display: table;
	width: 100%;
}

body .substrate {
	background-image: url("images/substrate.png");
	background-position: center center;
	top: 230px;
	width: 100%;
	height: 248px;
	position: absolute;
	z-index: -1;
}

body .shadow-wrapper {
	height: 210px;
	position: absolute;
	top: 478px;
	width: 100%;
	z-index: -10;
}

body .shadow-wrapper .shadow {
	box-shadow: 0 -50px 100px 4px rgba(0, 0, 0, 0.8);
}

body #wrapper {
	display: table-row;
}

body #wrapper #slider {
	margin-bottom: 30px;
}

body #wrapper #b_images .col {
	vertical-align: bottom;
}

body #wrapper #b_images .col1 {
	width: 100%;
}

body #wrapper #texts .col1 {
	width: 77%;
}

body #wrapper #texts .col2 {
	width: 40%;
}

body footer {
	display: table-row;
}

a.link {
	color: #5873ab;
	border-bottom: 1px dotted;
	font-size: 13px;
	cursor: pointer;
}

a.link:hover {
	border-color: black;
	color: #000000;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

/*blocks*/
#auth {
	white-space: nowrap;
}

#search * {
	font-family: "Roboto";
}

#search .logo {
	-moz-transition: all 0s ease-out 0s;
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
	width: 190px;
	padding: 20px;
}

#search .logo img.fixed {
	display: none;
}

#search .search_block {
	margin-top: 30px;
	margin-bottom: 30px;
	width: calc(100% - 285px);
	padding-right: 55px;
	-moz-transition: all 0s ease-out 0s;
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}

#search .search_block .tabs {
	margin-left: 8px;
}

#search .search_block .tabs .tab {
	background-color: black;
	color: white;
	padding: 8px 12px;
	float: left;
	margin-right: 0px;
	cursor: pointer;
}

#search .search_block .tabs .tab:first-child:before {
	border-bottom-left-radius: 0;
}

#search .search_block .tabs .tab.active {
	background-color: #ffdb4c;
	color: black;
	z-index: 2;
}

#search .search_block .search {
	margin-bottom: 12px;
}

#search .search_block .search .btn {
	background-color: #e5eaf5;
}

#search .search_block .search .btn:after {
	border-top-right-radius: 0;
}

#search .search_block .search .btn:before {
	border-top-left-radius: 0;
}

#search .search_block .search .btn input[type=text] {
	padding: 10px;
	color: #8b8e94;
	background-color: #e5eaf5;
	border: none;
	font-size: 15px;
	width: calc(100% - 20px);
	box-shadow: none;
}

#search .search_block .search .btn input[type=text]:focus {
	color: #000000;
}

#search .search_block .search .btn input[type=submit] {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("images/search.png");
	border: 0 none;
	height: 23px;
	position: absolute;
	right: 0;
	top: 6px;
	width: 23px;
	cursor: pointer;
}

#search .search_block .additional .help {
	margin-left: 30px;
}

#search .search_block .settings {
	margin-right: 60px;
}

#search .search_block .settings input[type=checkbox] {
	display: none;
}

#search .search_block .settings input[type=checkbox] + label {
	padding-left: 20px;
	background-position: left center;
	cursor: pointer;
	position: relative;
}

#search .search_block .settings input[type=checkbox] + label:before {
	background-color: #eeeeee;
	border-radius: 3px;
	content: "";
	display: block;
	height: 19px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 19px;
	background-repeat: no-repeat;
	background-position: left 5px bottom 4px;
}

#search .search_block .settings input[type=checkbox]:checked + label:before {
	background-image: url("images/check.png");
}

header {
	-moz-transition: all 0s ease-out 0s;
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}

header.fixed {
	background-color: #ffdb4c;
	border-top: 4px solid #e7d608;
	margin-left: -20px;
	margin-right: -20px;
	max-width: 1280px;
	min-width: 964px;
	width: calc(100% + 40px);
	position: fixed;
	z-index: 10;
	top: 0;

}

header.fixed .col2 {
	display: none;
}

header.fixed .col1 {
	width: 100%;
}

header.fixed #top_search #search .logo {
	padding: 0 5px 0 0;
}

header.fixed #top_search #search .logo img {
	display: none;
}

header.fixed #top_search #search .logo img.fixed {
	display: block;
}

header.fixed #top_search #search .search_block {
	margin-top: 4px;
	margin-bottom: 0;
	padding-right: 275px;
	width: calc(100% - 470px);
}

header.fixed #top_search #search .search_block .tabs .active {
	background-color: white;
}

header.fixed #top_search #search .additional,
header.fixed #top_search #search .settings {
	display: none;
}

header.fixed .row_wrapper {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

header.fixed #top {
	position: absolute;
	top: -25px;
	margin: 0 auto;
}

#slider img {
	width: 100%;
}

main {
	padding-bottom: 50px;
}

main h1, main h2 {
	margin-bottom: 20px;
	margin-left: 40px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

main h1 {
	font-size: 20px;
}

main h2 {
}
main h2 span.amount {
	font-style: normal;
	color: #cabd05;
}
main .content-block{
	padding: 0 40px 40px;
}
#b_images {
	margin-bottom: 40px;
}

#b_images .items {
	margin: 10px;
}

#b_images .items .item {
	float: left;
	margin: 10px 10px 0;
}

#b_images .items .item img {
	border: 1px solid #ebedf0;
	border-bottom: 4px solid #ffdb4c;
}

#b_images .col2 div:first-child img {
	border: 1px solid #ebedf0;
}

#texts {
	padding: 20px;
}

#texts .col {
	vertical-align: top;
}

.text_block {
	padding-right: 60px;
	max-width: 600px;
}

.text_block * {
	font-family: "Roboto";
}

.text_block .slogan {
	font-size: 25px;
	margin-bottom: 25px;
}

.text_block .slogan h4 {
	font-size: 25px;
	display: inline;
	color: #e6b904;
	font-style: italic;
	font-weight: 900;
}

.text_block .main_text {
	margin-bottom: 25px;
}

.text_block .contact {
	padding: 10px 40px;
	background-position: left 5px center;
}

.text_block .contact.address {
	background-image: url("images/local.png");
}

.text_block .contact.phone {
	background-image: url("images/phone.png");
}

.text_block .contact.callback {
	background-image: url("images/mail.png");
}

#footer {
	height: 100px;
	margin: 0 auto;
	background-color: #ffdb4c;
	max-width: 1450px;
}

#footer .inner {
	background-color: rgba(0, 0, 0, 0);
}

#footer .copyright {
	padding: 40px 20px;
}

.web_datagrid {
	padding-left: 40px;
	padding-right: 20px;
	font-family: "Roboto";
}

.web_datagrid * {
	font-family: "Roboto";
}

.web_datagrid h2 {
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: "PT Sans";
	margin-left: 0;
	text-transform: none;
	font-size: 19px;
}

.web_datagrid h2:first-child::before {
	background: inherit;
	content: "";
	display: block;
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 20px;
}

.web_datagrid table {
	width: 100%;
}

.web_datagrid table caption {
	text-align: left;
}
.web_datagrid table th.item-prp-Direction{
	width: 4%;
}
.web_datagrid table td {
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #e5eaf5;
	position: relative;
}
.web_datagrid table td:first-child, .web_datagrid table td.item-prp-ProducerAdv{
	padding-left: 10px;
}
.web_datagrid table td:last-child{
	padding-right: 10px;
}
.web_datagrid table th{
	white-space: nowrap;
}
.web_datagrid table td.article,
.web_datagrid table td.price {
	font-weight: bold;
}
.web_datagrid table td.item-prp-CaptionWare, .web_datagrid table td.item-prp-Direction{
	width: 16%;
}
.web_datagrid table td:first-child::before {
	background: inherit;
	content: "";
	display: block;
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 20px;
	border-bottom: 1px solid #e5eaf5;
}

.web_datagrid table td .icon {
	position: relative;
	width: 18px;
	display: inline-block;
	cursor: pointer;
}

.web_datagrid table td .icon:before {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	content: "";
	width: 18px;
	height: 16px;
	background-position: left top;
	background-repeat: no-repeat;
}

.web_datagrid table td .icon:hover:before {
	background-position: left top -16px;
}

.web_datagrid table td .info:before {
	background-image: url("images/info.png");
}

.web_datagrid table td .photo:before {
	background-image: url("images/photo.png");
}

.web_datagrid table td input {
	border: none;
	padding: 5px;
	text-align: center;
	width: 34px;
	display: inline-block;
	background-color: #e5eaf5;
	border-radius: 4px;
}

.web_datagrid table td .order {
	background-color: #ffdb4c;
	border-radius: 4px;
	display: inline-block;
	height: 29px;
	position: relative;
	left: 10px;
	width: 42px;
	cursor: pointer;
}

.web_datagrid table td .order:before {
	background-image: url("components/bitrix/system.auth.form/.default/images/top-basket.png");
	background-position: left top -21px;
	width: 21px;
	height: 20px;
	display: block;
	position: absolute;
	content: "";
	top: 4px;
	left: 10px;
	background-repeat: no-repeat;
}

.web_datagrid table td .order:hover {
	background-color: #fac802;
}

.web_datagrid table td .order.ordered:before {
	background-image: url("images/ordered.png");
	background-position: left top;
}

.web_datagrid table .table-tr-even td {
	background-color: #fff7d8;
}

.web_datagrid table th {
	text-align: left;
	padding: 5px 0;
	background-color: #ffdb4c;
	position: relative;
	z-index: 1;
	font-weight: bold;
}

.web_datagrid table th:first-child:before,
.web_datagrid table th:last-child:after,
.web_datagrid table th.first-child:before,
.web_datagrid table th.last-child:after {
	background: inherit;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 20px;
	-webkit-transform: skewX(-13deg);
	-moz-transform: skewX(-13deg);
	-o-transform: skewX(-13deg);
	-ms-transform: skewX(-13deg);
	transform: skewX(-13deg);
	z-index: -1;
}

.web_datagrid table th:first-child:before,
.web_datagrid table th.first-child:before {
	left: -16px;
	border-radius: 5px 0 0 5px;
}

.web_datagrid table th:last-child:after,
.web_datagrid table th.last-child:after {
	right: -16px;
	border-radius: 0 5px 5px 0;
}

.web_datagrid .notice {
	margin-bottom: 40px;
}

.web_datagrid .warning {
	background-color: #f5f5f5;
	background-image: url("images/warning.png");
	background-position: left 40px center;
	background-repeat: no-repeat;
	margin: 20px 0 0 -40px;
	padding: 20px 20px 20px 90px;
	width: calc(100% - 50px);
}


main .caption-block{
	border-bottom: 2px solid #ffdb4c;
}
main .caption-block h1{
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;

}
main .caption-block p{
	margin-bottom: 30px;
}
main .form_not_required_field{
	color: #a2a2a2;
}
main .inline{
	display: inline-block;
	margin-right: 20px;
}
main .row2{
	width: 15.5%
}
main .row10{
	width: 80%;
}
main .row12{
	width: 96%;
}
main .select-styled.notMavSelect  select{

}
main .notMavSelect.select-styled{
	width: auto;
	margin-left: 30px;
}
main .notMavSelect.select-styled::after{
	height: 21px;
}
main .select-styled::after, main .select-styled.disabled::after{
	background-image: url("images/bottom-arrow.png");
	background-position: left center;
	height: 31px;
	right: -15px;
	position: absolute;
	width: 15px;

}
main .select-styled select, main select{
	background: #e5eaf5 -moz-linear-gradient(center top , #e5eaf5, #e5eaf5) repeat scroll 0 0 !important;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	height: 35px;
	width: 100%;
	box-shadow: none;
}
main .notMavSelect.select-styled select {
	padding: 0;
	height: auto;
	color: #5873ab;
	box-shadow: none;
	border: none;
	background: none !important;
	font-weight: bold;
}
main .formRow{
	margin-bottom: 15px;
}
main input[type=text], main input[type=password],main textarea {
	background: #e5eaf5 none repeat scroll 0 0;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	width: calc(100% - 30px);
	padding: 0 15px;
}
main input[type=text], main input[type=password]{
	height: 35px;

}
main input[type="checkbox"] + label {
	background-position: left center;
	cursor: pointer;
	padding-left: 20px;
	position: relative;
}
main input[type="checkbox"]{
	display: none;
}
main input[type="checkbox"] + label::before {
	background-color: #eeeeee;
	background-position: left 5px bottom 4px;
	background-repeat: no-repeat;
	border-radius: 3px;
	content: "";
	display: block;
	height: 19px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 19px;
}
main input[type="checkbox"]:checked + label::before {
	background-image: url("images/check.png");
}
main input[type=submit]{
	border: none;
}
main .submit {
	background-color: #ffdb4c;
	position: relative;
	padding: 0;
	-moz-transition: all 0s ease-out 0s;
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
	margin: 40px 40px 0 0;

}
main .submit.no_margin_top{
	margin-top: 0;
}
main .submit:before,
main .submit:after {
	-moz-transition: all 0s ease-out 0s;
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}
main .submit *,
main .submit *:before,
main .submit *:after {
	-moz-transition: all 0s ease-out 0s;
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
	cursor: pointer;
}
main .submit:hover {
	background-color: #56544d;
}
main .submit .submit_wrapper {
	left: -3px;
	position: relative;
	display: inline-block;
}
main .submit .submit_wrapper:after {
	background-image: url("images/next-arrow.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 19px;
	position: absolute;
	right: 3px;
	top: 9px;
	width: 26px;
}
main .submit:hover .submit_wrapper:after{
	background-position: left top -19px;
}
main .submit button , main .submit a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	font-family: "PT Sans";
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	padding: 8px 51px 6px 7px;
	text-transform: uppercase;
	box-shadow: none;
	color: #000000;
	margin: 0;
	text-shadow: none;
	height: auto;
}
main .submit a{
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 4px;
}
main .submit:hover button, main .submit:hover a{
	text-shadow: none;
	color: white;
}
main .submit button:hover, main .submit a:hover{
	border: none;
	box-shadow: none;
}

main .row1 {
	width: 8.333333333333332%;
}
main .row3 {
	width: 25%;
}
main .row4 {
	width: 33.33333333333333%;
}
main .row5 {
	width: 41.66666666666667%;
}
main .row6 {
	width: 47%;
}
main .row7 {
	width: 58.333333333333336%;
}
main .row8 {
	width: 66.66666666666666%;
}
main .row9 {
	width: 75%;
}
main .row11 {
	width: 91.66666666666666%;
}


.userSummary .img-profile{
	background: url(images/user/profile.gif);
}
.userSummary .img-basket{
	background: url(images/user/basket.png);
}
.userSummary .img-finance{
	background: url(images/user/finance.png);
}
.userSummary .img-orders{
	background: url(images/user/orders.png);
}
.userSummary .img-messages{
	background: url(images/user/messages.gif);
}
.userSummary .img-vin{
	background: url(images/user/vin.png);
}
.userSummary .element a{
	padding-left: 51px;
	padding-top: 15px;
	height: 33px;
	display: block;
	background-repeat: no-repeat;
	display: inline-block;
	border: none;
}

.content-block h3, .content-block h4{
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	text-transform: uppercase;
}

.news-list-item {
    margin-bottom: 40px;
}

.contacts-map {
    height: 245px;
    margin-bottom: 15px;
}

.contacts-container {
    display: flex;
    flex-flow: row nowrap;
}

.contacts-col1 {
    flex: 1 1 auto;
}

.contacts-col2 {
    flex: 0 0 250px;
}

.hidden {
    display: none;
}

.mfeedback input[type="text"] {
    width: 550px;
}

.mfeedback .mf-message textarea {
    width: 550px;
}
