* {
  margin: 0;
  padding: 0;
}

#search-line {
	display: none;
}

.site-path {
	    background-color: #D53130;
	    padding: 5px 0;
    color: white;
}

.site-path a {
    color: white;
}

.button-blog {
	text-align: center;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    background: linear-gradient(to bottom, #c62d1f 5%, #D53131 100%);
    background-color: #D53131;
    border-radius: 10px;
    border: 1px solid #D53131;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 10px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
    text-transform: uppercase;
    width: 180px;
}

.all-blog {
	padding: 10px 15px;
	width: auto;
}

.button-blog, .button-blog:hover {
	transition: background-color 0.2s ease;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

html,
body {
    height: 100%;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    min-width: 300px;
}

#page { display: grid; grid-template-rows: auto 1fr auto; min-height: 100%; }

img { border: none; }
a { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }
form { margin: 0px; } 

#page {  position: relative; min-width: 300px; margin: 0 auto; }

header { min-height: 65px; }
main { height: 100%; }

.red {
	color: #D4302F;
}

h1 { font-weight: 500; margin: 0; font-size: 56px; color: #000; text-align: center; text-align: center; padding: 30px 0 20px; }
h2 { font-weight: 500; margin: 0; font-size: 42px; color: #1C2B4A; text-align: center; text-transform: uppercase; padding-bottom: 30px;}

/*button, a.button
{
	background: #E61E29;
	border: 0; 
	margin: 0;
	color: #FFF; 
	padding: 10px 50px; 
	text-decoration: none; 
	font-size: 24px; 
	font-weight: 500; 
	cursor: pointer; 
	border-radius: 30px;
	width: 80%;
}
*/

.cart-buttons {
	padding-bottom: 20px;
}

.commonForm button, .button
{
    text-align: center;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    background: linear-gradient(to bottom, #c62d1f 5%, #D53131 100%);
    background-color: #D53131;
    border-radius: 10px;
    border: 1px solid #D53131;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 10px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
    text-transform: uppercase;
    width: 180px;
}

.commonForm button
{
	height: 34px;
}

.button:hover { color: #FFF; cursor: pointer; background-color: #9F212C }
button:hover { color: #FFF; cursor: pointer; background-color: #9F212C }

.modalShadowLayout { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; opacity: 0.6; }

body > header .organization-name { position: absolute; top: 25px; left: -5px; }
body > header .organization-name a { font-size: 28px; text-decoration: none; color: #5E6D73; font-weight: bold; }
body > header .organization-name div { color: #AFB6B9; padding-top: 3px; }

.request-button 
{
	background-color: #D72862;
	background-image: linear-gradient(#D72862, #AC196F);
	color: white;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 15px 30px;
	position: absolute;
	top: 30px;
	left: 70%;
	font-weight: normal;
	font-size: 18px;
}

body > header .request-button:hover
{
	background-image: none;
}

section.menu { background: #333385; }
section.menu nav { background: #333385; width: 1220px; margin: 0 auto; }
section.menu nav a { display: inline-block; color: white; padding: 17px 10px; text-decoration: none; font-size: 14px; font-weight: normal; transition: .3s background-color; }
section.menu nav a:hover, 
section.menu nav a:active { background: #71BB3E; }

@media screen and (max-width: 800px)
{
	h1 { padding-top: 10px; font-size: 46px;}
}

@media screen and (max-width: 700px)
{
	h1 { font-size: 40px;}
}

@media screen and (max-width: 500px)
{
	h1 { font-size: 36px;}
}

@media screen and (max-width: 400px)
{
	h1 { font-size: 32px;}
}

@media screen and (max-width: 300px)
{
	h1 { font-size: 26px;}
}

.auto-complete { background: #FAFAFA; border: 1px solid #333333; }
.auto-complete-item { display: block; cursor: pointer; color: #000000; padding: 4px; background: #FFFFFF; white-space: nowrap; }
.auto-complete-selected { display: block; cursor: pointer; color: #000000; padding: 4px; background: #DDDDDD; white-space: nowrap; }

.nmb { margin: 0 auto; width: 420px; background: #FAFAFA; border: 1px solid #DBDBDB; }
.nmb td.photo { padding: 10px; }
.nmb a.photo:hover { opacity: 0.9; filter: alpha(opacity=90); }
.nmb td.text { font-size: 15px; padding-left: 15px; width: 100%; text-align: center; padding: 10px; }
.nmb a { color: #000000; text-decoration: none; }
.nmb a:hover { color: #666666; }

table.data { border-collapse: collapse; border: #E2E2E2 solid 1px; font-size: 12px; }
table.data th { font-family: Tahoma; color: #333333; }
table.data th { background: #F0F0F0; padding: 4px 7px; border: #E2E2E2 solid 1px; text-align: center; }
table.data td { padding: 4px 7px; border: #E2E2E2 solid 1px; color: #333333; line-height: 1.4; }

.modalForm { padding: 15px; background: #FAFAFA; border: 5px solid #444; }

.uploadStatus { width: 330px; margin-left: auto; margin-right: auto; background: #FAFAFA; border: 1px solid #DBDBDB; padding: 10px 0px; text-align: center; }
.uploadStatus table { border-collapse: collapse; font-size: 11px; width: 300px; margin: 0 auto; margin-bottom: 12px; }
.uploadStatus th { border: 1px solid #CCCCCC; padding: 2px; }
.uploadStatus td { border: 1px solid #CCCCCC; padding: 2px; }
.uploadStatus th { text-align: left; font-weight: normal; }
.uploadStatus td { text-align: center; }

#uploadProgessBar { margin: 2px auto; width: 300px; height: 20px; border: 1px inset; background: #EEEEEE; text-align: left; margin-bottom: 15px; margin-top: 5px; }
#uploadProgessBarDone { float: left; text-align: left; width: 0px; height: 20px; background: #0099CC; }
#uploadStatusLabel { font-size: 13px; }

.pn { margin: 20px auto; }
.pn a { display: block; padding: 0px 12px 0px 0px; color: #666; text-decoration: none; font-size: 18px; }
.pn a:hover { text-decoration: underline; }
.pn a.selected { font-size: 20px; font-weight: bold; color: #000000; }
.pn a.np { text-decoration: none; color: #999999; font-size: 18px; }
.pn a.np:hover { text-decoration: underline; }

@media screen and (max-width: 1080px)
{
	.pn a { font-size: 24px; padding: 0px 10px}
	.pn a.selected { font-size: 28px; }
	.pn a.np { font-size: 24px; }
}

#cartModalForm { background: #FAFAFA; border: 1px solid #DBDBDB; padding: 20px; width: 800px; margin: 30px auto; }
#cartModalForm h1 { margin-bottom: 15px; }
#cart-summary span { font-size: 17px; }

.cart { border-collapse: collapse; width: 100%; }
.cart th { background: white; padding: 6px 10px; border: #D6D6E9 solid 1px; text-align: center; font-weight: normal; white-space: nowrap; }
.cart td { background: white; padding: 6px 10px; border: #D6D6E9 solid 1px; line-height: 1.4; height: 45px; }
.cart td.summary { text-align: right; }
.cart td.name { width: 100%; }
.cart td.price { white-space: nowrap; text-align: right; }
.cart td.qty { white-space: nowrap; text-align: center; }
.cart td.qty input { width: 30px; }
.cart td.discount { white-space: nowrap; text-align: center; }
.cart td.amount { white-space: nowrap; text-align: right; }
.cart td.total-amount { font-weight: bold; font-size: 14px; font-family: Tahoma; }
.cart img { display: block; margin: 0; }

.cart-close-button, .cart-checkout-button 
{
	display: block;
	float: left;
}

.cart-checkout-button { margin-right: 10px; }

.commonForm {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.commonForm { padding: 10px 5px 20px 5px; margin: 50px auto 0 auto; height: 100%; font-size: 15px; }
.commonForm h1 { margin-bottom: 20px; }
.commonForm legend { margin-left: 1em; color: #000000; font-weight: bold; padding: 0 10px; margin: 0 auto; display: none;  }
.commonForm label { float: left; width: 12em; margin-right: 1em; text-align: left; color: #666666; } 
.commonForm select { margin: 0; border: 1px solid #BBB; padding: 3px 3px 3px 1px; } 
.commonForm input { margin: 0; } 
.commonForm input[type='text'] { width: 20em; padding: 8px 3px; border: 1px solid #BBB; } 
.commonForm input[type='password'] { width: 20em; padding: 8px 3px; border: 1px solid #BBB; } 
.commonForm input[type='checkbox'] { vertical-align: middle; margin-top: -3px; }
.commonForm fieldset { margin: 0 0 0 0; padding: 0; border: 0px solid #DEDEDE; }
.commonForm fieldset ol { padding: 0; list-style: none; }
.commonForm fieldset li { padding-bottom: 0.5em; }
.commonForm fieldset ol ol { margin-left: 12em; margin-top: 1em; overflow: hidden; }
.commonForm fieldset ol ol label { float: none; }
.commonForm fieldset ol ol li { float: left; width: 100%; }
.commonForm fieldset.submit { float: none; width: auto; border: 0 none #FFF; padding-left: 14em; }  
.commonForm .errors { padding-left: 11em; color: red; padding-top: 10px; }
.commonForm .form-messages { padding-bottom: 20px; padding-top: 5px; line-height: 1.3; }
.commonForm .form-buttons, .commonForm .form-messages, .commonForm fieldset ol ol, .commonForm .form-right { margin-left: 50px; padding-left: 12px; }
.commonForm .form-error-message { color: red; }
.commonForm .element-error-message { font-size: 11px; color: red; margin-top: 3px; margin-left: 13em; }
.commonForm .required { float: right; color: #888; margin-right: -5px; }

#loginForm { display: table; margin-left: auto; margin-right: auto; }
#loginForm input[type=text] { width: 330px; }
#loginForm input[type=password] { width: 330px; }
#loginForm a { float: right; margin-top: 8px; }
#loginForm .form-messages { max-width: 330px; }

/*cookie*/
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 10vh;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
/*cookie*/

@media screen and (max-width: 1248px) {
	.wrapper {
		margin: 0 20px;
	}
}

@media screen and (max-width: 420px) {
	h2 {
		font-size: 35px;
	}
}




@media screen and (max-width: 1080px)
{
	nav.main { height: 120px;}
	nav.main a { padding: 0 20px; margin-top: 0; line-height: 55px; font-size: 18px; font-weight: 400;  }
	.city-block { font-size: 20px; }
   .other-city { box-sizing: border-box; }
   .other-city a { font-size: 20px; white-space: nowrap; padding: 20px; }
   .head-main .phone { font-size: 20px; }
   .head-block { grid-template-columns: 160px auto 1fr auto 170px; }
   .head-main .purchase_order_block { padding: 0 15px; box-sizing: border-box; }
}

@media screen and (max-width: 1070px)
{
	.logo {}
	.logo img {width: 166px; height: auto;}
	.head-text { margin-top: 0; }
}

@media screen and (max-width: 768px) {
	.hidden-menu {
		    top: 250px;
	}
}
