@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local("Roboto Thin"), local("Roboto-Thin"),
		url("../fonts/roboto/thin.woff2") format("woff2"),
		url("../fonts/roboto/thin.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"),
		url("../fonts/roboto/thinitalic.woff2") format("woff2"),
		url("../fonts/roboto/thinitalic.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Roboto Light"), local("Roboto-Light"),
		url("../fonts/roboto/light.woff2") format("woff2"),
		url("../fonts/roboto/light.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
		url("../fonts/roboto/lightitalic.woff2") format("woff2"),
		url("../fonts/roboto/lightitalic.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local("Roboto"), local("Roboto-Regular"),
		url("../fonts/roboto/regular.woff2") format("woff2"),
		url("../fonts/roboto/regular.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: normal;
	font-display: swap;
	src: local("Roboto Italic"), local("Roboto-Italic"),
		url("../fonts/roboto/italic.woff2") format("woff2"),
		url("../fonts/roboto/italic.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Roboto Medium"), local("Roboto-Medium"),
		url("../fonts/roboto/medium.woff2") format("woff2"),
		url("../fonts/roboto/medium.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"),
		url("../fonts/roboto/mediumitalic.woff2") format("woff2"),
		url("../fonts/roboto/mediumitalic.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: local("Roboto Bold"), local("Roboto-Bold"),
		url("../fonts/roboto/bold.woff2") format("woff2"),
		url("../fonts/roboto/bold.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: bold;
	font-display: swap;
	src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
		url("../fonts/roboto/bolditalic.woff2") format("woff2"),
		url("../fonts/roboto/bolditalic.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local("Roboto Black"), local("Roboto-Black"),
		url("../fonts/roboto/bold.woff2") format("woff2"),
		url("../fonts/roboto/bold.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: local("Roboto Black Italic"), local("Roboto-BlackItalic"),
		url("../fonts/roboto/blackitalic.woff2") format("woff2"),
		url("../fonts/roboto/blackitalic.ttf") format("truetype");
}
[hidden] { display: none !important; }

body
{
    background: #7fb6e5;
}

img
{
    vertical-align: top;
}

h1, h2
{
    font: 25px/30px 'Roboto' !important;
    text-transform: uppercase;
    color: #3f3f3f;
    margin: 26px 0 !important;;

}

#logo
{
    padding: 17px 0 0 36px;
}

#logo img
{
    width: 512px;
    height: 95px;
}

#header .block-container
{
    padding-bottom: 28px;
    padding-right: 33px;
}

#contacts
{
    padding: 32px 0 0 0;
}

#menu
{
    margin: 23px 0 0 36px;
    width: 588px;
}

#menu > li
{
    display: inline-block;
}

#menu > li.current,
#menu > li.current > *:hover,
#menu > li:hover,
#menu > li > *:hover
{
    background: #5799d1;
    border-color: transparent !important;
}

#menu > li.current > *,
#menu > li > *:hover
{
    color: #fff;
}

#menu > li > *
{
    display: block;
    padding: 6px 21px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#menu > li:nth-child(even)
{
    margin: 0 16px 16px 16px;
}

#finder
{
    width: 417px;
    margin-top: 23px;
}

#finder input
{
    width: 382px;
    float: left;
    padding-left: 14px;
}

#finder input:focus,
#finder button:focus
{
    outline: none;
}

#finder button
{
    position: relative;
    float: right;
    height: 35px;
    width: 35px;
    background: none;
}

#finder button span
{
    position: absolute;
    top: 5px;
    left: 5px;
}

#content .block-container
{
    min-height: 500px;
    padding: 0 34px;
}

#content .inner-container
{
    padding: 1px;
}

#mxcpr
{
    display: none;
}

#another_production
{
    list-style: none;
}

#another_production li
{
    height: 185px;
}

#another_production li:nth-child(2n)
{
    margin: 10px;
}

#another_production li img
{
    vertical-align: top;
    max-width: 245px;
}

.block_product,
.block_product .product
{
    position: relative;
    height: 100%;
}

.jshop_list_product .product .oiproduct
{
    margin-top: 10px
}

.jshop_list_product .product .name
{
    min-height: 60px;
    font-size: 14px;
}

.sblock4
{
    padding: 12px 10px;
}

#from_company .clear
{
    margin-bottom: 25px;
}

#from_company .float-container.first > a:nth-child(even)
{
    margin: 0 41px;
}

#from_company_text
{
    max-width: 467px;
}

#from_company .float-container.last > a:nth-child(2)
{
    margin: 0 41px;
}

#from_company .float-container.last > a:nth-child(3)
{
    margin: 0 41px 0 0;
}

#footer
{
    height: 144px;
}

#footer .block-container
{
    background: url(../images/bg.png);
}

#footer_logo
{
    width: 513px;
    margin: 25px 0 0 36px;
}

#footer_contacts
{
    margin: 38px 0 0 23px;
}

#footer_search
{
    margin: 38px 0 0 23px;
}

#footer_finder
{
    width: 302px;
    margin-top: 5px;
}

#footer_finder input
{
    width: 267px;
    float: left;
    padding-left: 14px;
    background: transparent;
    color: #fff;
}

#footer_finder input:focus,
#footer_finder button:focus
{
    outline: none;
}
#footer_finder input:focus {
    background: #fff;
    color: #000;
}

#footer_finder button
{
    position: relative;
    float: right;
    height: 35px;
    width: 35px;
    background: none;
}

#footer_finder button span
{
    position: absolute;
    top: 5px;
    left: 5px;
}

.jshop.productfull .prod_price
{
    margin-top: 20px;
}

.jshop.productfull .jshop_prod_attributes
{
    margin-bottom: 10px;
}

.jshop.productfull .jshop_prod_attributes .span2,
.jshop.productfull .jshop_prod_attributes .span10
{
    float: left;
}

.jshop.productfull .jshop_prod_attributes .span10
{
    margin: 4px 0 0 10px;
}


.jshop_register .control-label,
.jshop_register .controls
{
    display: inline-block;
}

.jshop_register .control-group
{
    margin-bottom: 10px;
}

.jshop_register .controls input
{
    min-width: 300px;
    margin-left: 20px;
}

.jshop_register .control-label
{
    text-align: left;
    min-width: 200px;
}

.jshop_register .control-label span
{
    color: red;
}

.other_delivery_adress
{
    display: none;
}

.requiredtext
{
    display: none;
}

.box_button
{
    margin: 10px 0;
    clear: both;
}

.pfinish_comment_block
{
    max-width: none;
}

.pfinish_comment_block .box_button {
    text-align: right;
}

.table td
{
    vertical-align: middle !important;
}

.alert {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f0f4ef;
	color: #000;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning,
.alert-notice
{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.jshop.cart
{
    margin-top: 20px;
}

.fielderror
{
    background: none !important;
    border-color: #A00000 !important;
}

.cart_empty_text
{
    margin: 20px 3px;
}

.jshop_categ
{
    margin-left: 10px;
}

.jshop_categ .sblock2
{
    display: none;
}

.jshop_list_category
{
    margin-top: 30px;
}

.next > a:hover,
.previous > a:hover
{
    background-color: #5799D1 !important;
    color: #FFF !important;
    border-color: #4E88B9 !important;
}

div[itemprop="articleBody"] > p:first-child
{
	margin-top: 24px;
}
.fullscreen-layout { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); overflow: auto; overscroll-behavior: contain; }
.hidden-form-layout { width: 600px; max-width: 100%; height: 100%; table-layout: fixed; border-spacing: 0; margin: 0 auto; }
.hidden-form-layout > tbody > tr > td { vertical-align: middle; }
.hidden-form-layout > tbody > tr > td > div { background: #fff; background: linear-gradient(to bottom, #ededed, #fff, #ededed); color: #000; padding: 16px; }
.qlform fieldset input, .qlform textarea, .qlform .captcha input, .qlform select, .qlform option { box-sizing: border-box; width: 100%; }
.qlform fieldset input[type="checkbox"] { width: auto; }
.qlform .submit.control-group { margin-top: 1em; }
.qlform textarea {
	height: 7em;
	resize: vertical;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.qlform textarea:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.qlform .hidden-form-close { float: right; }
.qlform .message { margin-bottom: 1em; }
.qlform .jform_sendcopy { display: inline-block; }
.qlform .form-group:last-child { margin-bottom: 0; }
.as-link
{
	padding: 0;
	border: none;
	background: transparent;
	color: #5c98d1;
	text-decoration: underline;
	cursor: pointer;
}
#footer_contacts .as-link
{
	color: #dff6ff;
}
