@font-face {
    font-family: 'RobotoLight';
    src: url('robotolight.eot');
    src: url('robotolight.eot?#iefix') format('embedded-opentype'), url('robotolight.woff2') format('woff2'), url('robotolight.woff') format('woff'), url('robotolight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('robotoregular.eot');
    src: url('robotoregular.eot?#iefix') format('embedded-opentype'), url('robotoregular.woff2') format('woff2'), url('robotoregular.woff') format('woff'), url('robotoregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



  .error {
    color: red;
    font-weight: bold;
  }

.downloading a {
	    display: inline-block;
    padding: 10px 0 10px 40px;
    background: url(file.png) 0 0 no-repeat;
  font-size: 14px;
}

.downloading a:hover {
    text-decoration: underline;
}

#section45 {
  background: url('Canton-DM-55.jpg') 50% 50% no-repeat;
  background-size: cover;
}

#registered_client, #regular_client h3, #order_form h3:nth-child(5), #order_form h4  {
  display: none;
}

 .related {
   	color: #7D0000;
}

.timeselect {
    display: none; 
    position: absolute;
    background: #fff;
    padding: 10px 40px 15px 10px;
    margin-top: -13px;
}

 .related a {
   	color: #1D2088;
    font-size: 14px;
    border-bottom: 1px solid #1D2088;
    font-style: italic;
    line-height: 24px;
 }


 .related a:hover {
   border-bottom: 1px solid #7D0000;
 }

#order_form div:nth-child(3) {
  float: none !important;
}

#order_form .button {
    background-color: #7D0000;
    color: #fff;
  	margin: 10px auto !important;
    display: block;
}

#order_form .button:hover {
  background-color: transparent;
  color: #7D0000;
}

#order_form .button {
    background-color: #7D0000;
    color: #fff;
  	margin: 10px auto !important;
    display: block;
}


#order_form .textfield {
    display: block;
    width: 100% !important;
    height: 46px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#order_form textarea.textfield {
height: auto;
}

#order_form small p {
	font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
    font-weight: normal;
}

#order_form label {
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
    margin-bottom: 5px;
}


#order_form #payment_gateways label, #order_form #delivery_variants label {
font-size: 14px;
}

#order_form  .field {
margin: 5px 0 15px;
}

#order_form .small {
font-size: 12px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #807364;
    line-height: normal;
}

#order_form #contacts .field-content {
  display: none;
}


#order_form .not_available {
  display: none;
}

#order_form .price {
    font-size: 20px;
    padding: 4px 0 16px 30px;
}


#payment_gateways label, #delivery_variants label {
  cursor: pointer;
}

#payment_gateways .field-label, #order_form .field-content  {
  width: 100% !important;
}

a {
    color: #1D2088;
    text-decoration: none;
}

a:hover {
  color: #7D0000;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}


.cart-empty_notice {
    display: none;
}

.modal {
  position: fixed;
  z-index: 1050;
  max-width: 95%;
  max-height: 95%;
  overflow-y: auto;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}
.overlay--opacity {
  background-color: transparent !important;
}

.modal {
  background-color: #fff;
  border: 1px solid #555555;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  /* line 8, _modal.scss */
  .modal-wrapper {
    padding: 1rem; }
  /* line 12, _modal.scss */
  .modal-header {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }







body {
    font-family: 'RobotoLight', Arial, sans-serif;
    background-color: #d8d2ca;
  	color:  #171717;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}



.header {
    height: 117px;
    border-bottom: 3px solid #cbc1b5;
    box-shadow: 2px 0 5px rgba(79, 90, 97, 0.35);
  	background-color: #E1DBCD;
    z-index: 1;
    position: relative;
}

.header .logo {
    padding-top: 10px;
}
.header-top {
    display: table;
    width: 100%;
}
.header-top > div {
	display: table-cell;
    vertical-align: middle;
}
.nav {
    list-style: none;
    float: left;
}
.quantity-basket {
    position: absolute;
    left: -13px;
    top: 10px;
    background: #fff;
    border: 2px solid #ccc2b6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}
.nav > li {
    position: relative;
    display: block;
    float: left;
    text-align: center;
}

.nav > li > a {
    position: relative;
    display: block;
    font-size: 14px;
}

.nav-left {
    padding-left: 192px;
}
.nav-left.menu {
    padding-left: 0;
    float: none;
    width: 100%;
}
.nav-left.menu > li {
    display: table-cell;
    float: none;
}

.nav-left > li > a {
    padding: 15px 0;
    font-size: 12px;
    line-height: 19px;
}

.nav-left.menu > li > .submenu {
    display: none;
  	position: absolute;
}

.nav-left.menu > li:hover > .submenu {
    display: block;
    width: 100%;
    min-width: 180px;
    padding: 2px 0 0 0;
    text-align: left;
    list-style: none;
}

.nav-left.menu > li > .submenu > li {
    position: relative;
}

.nav-left.menu > li:hover > .submenu > li > a {
  	display: block;
    padding: 6px 10px;
    font-size: 12px;
  	background: #252525;
}



.nav-left.menu > li > .submenu > li > .subsubmenu {
    display: none;
  	position: absolute;
}

.nav-left.menu > li > .submenu > li:hover > .subsubmenu {
   	display: block;
    min-width: 150px;
    margin-left: 100%;
    top: 0;
    text-align: left;
    list-style: none;
    padding: 0;
}

.nav-left.menu > li > .submenu > li:hover > .subsubmenu > li > a {
  	display: block;
    padding: 6px 10px;
    font-size: 12px;
  	background: #252525;
}





.header-phone {
  text-align: center;
  font-family: 'RobotoRegular';
  font-size: 24px;
  padding-top: 5px;
}
.nav-right {
    float: right;
}
.nav-right > li > a {
    margin: 16px 0 0 26px;
}
.tooltip.arrow-bottom-right{
    top: 100%;
    left: 6px;
    margin-top: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.nav-right > li > a:hover .tooltip.arrow-bottom-right{
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.footer {
    background-color: #E1DBCD;
}

.footer .text {
    font-size: 11px;
    color: #cbc1b5;
}

.footer .contact-information,
.footer .menu {
    padding: 10px 0;
}

.contact-information {
    float: left;
    line-height: 20px;
}

.contact-information ul.tel {
    list-style: none;
}

.contact-information ul.tel > li {
    float: left;
}

.footer .contact-information ul.tel > li {
    padding-right: 80px;
}

.contact-information .text {
    font-size: 12px;
    color: #000;
    display: block;
}

.contact-information .telephone {
    font-family: 'RobotoRegular';
    font-size: 24px;
}

.footer .menu {
    text-align: center;
}

.footer .menu .nav {
  	float: none;
    display: inline-block;
}
.footer .menu .nav:after {
	content: "";
    display: block;
    clear: both;
}
.footer .menu .nav > li {
    list-style-type: disc;
    display: list-item;
    margin-left: 33px;
    padding-left: 14px;
    font-size: 9px;
}

.footer .menu .nav li:first-child {
  list-style-type: none;
}

.footer .menu .nav > li > a {
    font-size: 12px;
  	color: #959595;
}

.footer .menu .nav > li > a:hover {
  	color: #FFFFFF;
}

.footer .menu .text {
    clear: both;
    display: block;
    text-align: right;
    padding-top: 4px;
}

/*.container {*/
    /*min-height: 600px;*/
/*}*/

/*.container {*/
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDhkMmNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(216, 210, 202, 1) 100%);*/
    /* FF3.6+ */
    /**/
    /*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(216, 210, 202, 1)));*/
    /* Chrome,Safari4+ */
    /**/
    /*background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(216, 210, 202, 1) 100%);*/
    /* Chrome10+,Safari5.1+ */
    /**/
    /*background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(216, 210, 202, 1) 100%);*/
    /* Opera 12+ */
    /**/
    /*background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(216, 210, 202, 1) 100%);*/
    /* IE10+ */
    /**/
    /*background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(216, 210, 202, 1) 100%);*/
    /* W3C */
/*}*/

.button {
    display: inline-block;
    text-align: center;
    padding: 12px 35px;
    font-size: 14px;
    line-height: 1.4;
    border: 3px solid #7D0000;
    background-color: transparent;
    outline: none;
  	cursor: pointer;
}

.m-modal-button--checkout {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 35px;
    line-height: 1.4;
    border: none;
    background-color: #7D0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.m-modal-button--checkout:hover {
    background-color: #00a39d;
}


.m-input-field {
    width: 100%;
    border: 2px solid #7D0000;
    margin-bottom: 15px;
    padding: 0 15px;
    height: 40px;
    font-size: 15px;
    line-height: 1;
}

.button.full {
    background-color:  #000000;
    color: #fff;
}

.item-product .button {
    padding: 7px 20px;
}


.button:hover,
.button:focus {
    color: #333333;
    text-decoration: none;
}

.button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.content-category{
    height: 100%;
}
.content-info {
    position: relative;
    padding: 150px 40px 50px;
    float: left;
    width: 50%;
}
.category-inform{
    max-width: 600px;
}
.category-img1{
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    text-align: right;
  	background-color: #E1DBCD;
  	
    background-position: top center;
    background-repeat: repeat;
  	color: #171717;
}
.category-img1 img{
    height: 100%;
  	max-height: 1040px;
    padding-top: 115px;
}
.content.item {
    position: relative;
    padding-bottom: 50px;
}

.content.news > .news .button {
    margin-top: 17px;
}

.content.news > .news {
    float: right;
    width: 54%;
    padding: 5% 0;
}

h1 {
    border-left: 7px solid #7D0000;
    font-size: 48px;
    font-weight: normal;
    margin-left: -40px;
    padding-left: 30px;
    line-height: 50px;
    margin-bottom:30px;
}

p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
}

.container {
    position: relative;
    /*min-width: 1000px;*/
}

.news-block {
    float: left;
    padding: 59px 7% 0 1%;
    width: 46%;
}


.news-block a {
	color: #7D0000;
    font-size: 14px;
    border-bottom: 1px solid #7D0000;
    font-style: italic;
    line-height: 24px;
}

.news-block a:hover {
    border-bottom: 1px solid #7D0000;
}

.news-block a.button {
	font-style: normal;
    line-height: 1.4;
    border-bottom: 3px solid #7D0000;
}

.news-block .ya-share2 a {
border: 0 !important;
}

.date {
    background: url("calendar.png") no-repeat scroll 4px 1px;
    font-size: 14px;
    padding-left: 26px;
}

.news-block .image {
    padding: 12px 3px 6px;
}
.news-block .image img{
    max-width: 100%;
}
.news{
    padding-bottom: 30px;
}
.news-block .desc {
    padding: 4px;
}

h2:after {
    background-color: #cbc1b5;
    bottom: -16px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 40%;
}

h2 {
    font-family: 'RobotoRegular';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 34px;
}

.news-block .desc > p {
    font-size: 14px;
    line-height: 24px;
}

.content.news > .news {
    float: right;
    padding: 5% 0;
    width: 54%;
}

.content.news > .news > h1 {
    margin-bottom: 28px;
}

.news-list {
    list-style: outside none none;
    margin: -14px;
}

.news-list > li {
    padding: 11px 15px;
}

.news-list .date {
    color: #807364;
    font-size: 12px;
    line-height: 18px;
}

.news-list .desc {
    font-size: 14px;
    line-height: 20px;
}

.news-list > li:hover {
    background-color: #ebe8e4;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWFlOGUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(234, 232, 227, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(234, 232, 227, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(234, 232, 227, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(234, 232, 227, 1) 100%);
    /* Opera 12+ */
    
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(234, 232, 227, 1) 100%);
    /* IE10+ */
    
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(234, 232, 227, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae8e3', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
}

.news-list .desc a:hover {
    text-decoration: underline;
}

.special {
    background: url('special.png') no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 17px;
    margin-left: 7px;
    text-indent: -10000px;
    width: 45px;
}

.special-big {
    background-image: url('special-big.png');
    width: 110px;
    height: 40px;
    font-family: 'RobotoRegular';
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-indent: inherit;
    margin: 0;
    line-height: 40px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal {
    overflow-x: hidden;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 90px 65px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    padding: 40px 70px;
}

button.close {
    background: none;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.modal .close {
    position: absolute;
    right: -36px;
    top: 0;
}

.modal .close span {
    background: url('close.png');
    cursor: pointer;
    display: block;
    height: 22px;
    width: 22px;
}

.modal .news-block {
    float: none;
    padding: 0;
    width: inherit;
}

.modal .news-block .image {
    float: left;
    padding-right: 2%;
    width: 30%;
}

.modal .news-block .image img {
    width: 100%;
}

.modal .news-block .desc {
    overflow: hidden;
}

.modal h2 {
    font-size: 24px;
    line-height: 30px;
}

.bg-cover {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.new_items,
.awards,
.made_in,
.category,
.maps {
    position: relative;
    /*height: 730px;*/
}

.new_items .bg {
    background-image: url('new_items.png');
}


.new_items .content .text {
    padding: 130px 40px 12px;
    width: 550px;
    background: none;
    position: absolute;
    right: 50%;
    height: 100%;
    margin-right: -600px;
}


.new_items .content .text-background {
    padding: 130px 40px 12px;
    width: 550px;
    background: #FAF8ED;
  	opacity: 0.5;
    position: absolute;
    right: 50%;
    height: 100%;
    margin-right: -600px;
  	z-index: 0;
}



.new_items h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 64px;
    margin-bottom: 51px;
    font-family: 'RobotoLight', Arial, sans-serif;
}

.new_items h2:after {
    bottom: -21px;
}

.maps {
    height: 600px;
}

#fp-nav.right {
	right: 13px;
    padding: 34px 5px;
    background: rgba(203,193,181,0.4);
  	border-radius: 20px;
}
.news_actions_list {
    list-style-type: none;
    height: 100%;
}

.news_actions_list li {
    float: left;
}

.news_actions_list li:first-child {
    width: 50%;
    height: 100%;
}

.news_actions_list li:nth-of-type(2) {
    width: 50%;
    height: 50%;
}

.news_actions_list li:nth-of-type(3),
.news_actions_list li:nth-of-type(4) {
    width: 25%;
    height: 50%;
}

.news_actions_list .image {
    position: relative;
    height: 100%;
}

.news_actions_list .special {
    margin-top: 10px;
    z-index: 3;
}

.news_actions_list a.link,
.news_actions_list .desc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.news_actions_list .desc {
    display: none;
    visibility: hidden;
    color: #fff;
    padding: 60px 27px 50px;
    z-index: 1;
}

.news_actions_list .desc {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C */
    background: rgba(0,0,0,.5);
}

.news_actions_list .desc:before,
.news_actions_list .desc:after,
.news_actions_list .desc i:before,
.news_actions_list .desc i:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('news_actions_list.png');
}

.news_actions_list .desc:before {
    left: 10px;
    top: 10px;
    background-position: 0 0;
}

.news_actions_list .desc:after {
    right: 10px;
    bottom: 10px;
    background-position: -31px -31px;
}

.news_actions_list .desc i:before {
    left: 10px;
    bottom: 10px;
    background-position: 0 -31px;
}

.news_actions_list .desc i:after {
    right: 10px;
    top: 10px;
    background-position: -31px 0;
}

.news_actions_list .desc > p {
    margin-top: 10%;
}

.news_actions_list .desc > a {
    color: #cbc1b5;
    bottom: 12%;
    position: absolute;
    right: 14%;
    text-decoration: underline;
}

.news_actions_list a.link {
    z-index: 2;
}

.news_actions_list li:hover .desc {
    display: block;
    visibility: visible;
}

.awards .bg {
    background-image: url('awards.jpg');
}

.awards_list {
    list-style-type: none;
}

.awards_list li {
    width: 33.3333%;
    float: left;
    text-align: center;
    position: relative;
}

.awards_list .image,
.awards_list .desc > div {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
}
.awards_list li,
.awards_list .image{
    height: 228px;
}
.awards_list .image{
    width: 20%;
    text-align: center;
}
.awards_list .image img{
    max-width: 160px;
}

.awards_list .desc > div {
    height: 190px;
    padding: 10px;
}

.awards_list .desc {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    background-color: #faf8f6;
}

.awards_list .image {
    position: relative;
}

.awards_list li:before,
.awards_list li:after,
.awards_list li > i:before,
.awards_list li > i:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('awards-list.png');
}

.awards_list li:before {
    left: -1px;
    top: 0px;
    background-position: 0 0;
}

.awards_list li:after {
    right: 0px;
    bottom: -1px;
    background-position: -22px -22px;
}

.awards_list li > i:before {
    left: -1px;
    bottom: -1px;
    background-position: 0px -22px;
}

.awards_list li > i:after {
    right: 0px;
    top: 0px;
    background-position: -22px 0;
}

.awards_list li:hover .desc {
    display: block;
    visibility: visible;
}

.made_in .bg {
    background-image: url('made_in.jpg');
}

.made_in.content {
    height: 100%;
}

.made_in .text {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 300px;
    height: 100%;
    position: relative;
    padding-top: 11%;
    padding-left: 4%;
    padding-right: 4%;
}

.made_in .text p {
    font-size: 14px;
    line-height: 24px;
}

.made_in .text .bottom {
    text-align: center;
    position: absolute;
    bottom: 150px;
    width: 76%;
}

.made_in h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 52px;
    margin-bottom: 17px;
    font-family: 'RobotoLight', Arial, sans-serif;
    color: #fff;
    /* padding-top: 120px; */
}

.made_in h2:after {
    display: none;
}

.carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel .arrow-left,
.carousel .arrow-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12%;
}

.carousel .arrow-left {
    left: 0;
}

.carousel .arrow-right {
    right: 0;
}

.carousel .arrow-left > div,
.carousel .arrow-right > div {
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin-top: -44px;
    background: url('carousel-arrow.png') no-repeat;
    width: 47px;
    height: 89px;
}

.carousel .arrow-right > div {
    background-position: left top;
    right: 50%;
    margin-right: -23px;
}

.carousel .arrow-left > div {
    background-position: right top;
    left: 50%;
    margin-left: -23px;
}

.up-arrow {
    background: url('up-arrow.png') no-repeat top left;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}


.request .images {
    height: 220px;
    width: 220px;
    border-radius:50%;
    overflow: hidden;
    float: left;
}
.request .images img{
    width: 100%;
}
.request .who h3 {
    font-weight: normal;
    font-family: 'RobotoLight';
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 10px;
}

.request .who {
    padding-left: 240px;
    padding-top: 110px;
    min-height: 216px;
}

.request .who h3 span {
    font-family: 'RobotoRegular';
    text-transform: uppercase;
    display: block;
}

.request-desc{
    padding: 100px 10px 0 20px;
     clear: both;
     position: relative;
}
.request-desc:before {
    content: '“';
    font-size: 400px;
    color: #fff;
    position: absolute;
    left: -34px;
    top: 155px;
    font-family: Arial, sans-serif;
    z-index: 0;
    line-height: 1px;
}
.requests{
    padding: 0 50px;
}
.request-desc,
.request-desc p {
    line-height: 17px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    margin-bottom: 1px;
}

.request .who .prof {
    font-size: 18px;
    color: #807364;
}

.requests-list li {
    float: left;
    width: 60%;
}

.requests-list {
    width: 100%;
    list-style-type: none;
}


.request-desc,
.request{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*.active-slide*/
.unactive-slide .request-desc{
    opacity: 0;
}
.unactive-slide .request{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 90px;
    opacity: 0.5;
}
.unactive-slide .request-desc p {
    line-height: 1px;
    font-size: 1px;
    color: transparent;
}
.unactive-slide .request .images {
    height: 165px;
    width: 165px;
    margin-left: 34%;
}
.unactive-slide .request .who {
    padding-left: 35%;
    padding-top: 180px;
}
.unactive-slide .request .who h3 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 18px;
    line-height: 24px;
}
.unactive-slide .request .who .prof {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
}
/*end .active-slide*/

.request-slider .slick-prev,
.request-slider .slick-next {
    top: 90px;
    width: 20%;
    height: 260px;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    z-index: 10;
}
.request-slider .slick-prev {
    left: 6%;
}
.request-slider .slick-next {
    right: 6%;
}
.request-slider .slick-prev:before,
.request-slider .slick-next:before{
    display: none;
}
.category .bg {
    background: url('category.jpg') no-repeat center center;
}

.category-list {
    list-style: none;
    padding-top: 30px;
}

.category-list h3 {
    font-family: 'RobotoLight';
    font-size: 22px;
    padding-top: 8px;
    line-height: 22px;
}

.category-list h3:before {
    top: -9px;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 27%;
}

.category-list li {
    width: 25%;
    max-width: 400px;
    padding: 2% 1% 0%;
    margin: 0 -2px;
    display: inline-block;
    vertical-align: top;
}

.category-list li img {
    width: 100%;
    max-width: 300px;
}



.social {
    text-align: center;
    position: relative;
    top: -32px;
}

.social li {
    display: inline-block;
}

.social li a {
    display: block;
    width: 53px;
    height: 53px;
    background: url('social.png') no-repeat 0 -53px;
}

.social li.vk a {
    background-position: 0px 1px;
}

.social li.fb a {
    background-position: -61px 1px;
}

.social li.gp a {
    background-position: -121px 1px;
}

.social li.pi a {
    background-position: -181px 1px;
}

.social li.in a {
    background-position: -241px 1px;
}

.social li.yt a {
    background-position: -301px 1px;
}

.social li.il a {
    background-position: -361px 1px;
}

.progress {
    clear: both;
    height: 2px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 17%;
    right: 17%;
    bottom: -70px;
    margin: 0 auto;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    background-color: #cbc1b5;
}

.tooltip {
    position: absolute;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    text-align: center;
    padding: 6px 16px 8px;
    border-radius: 5px;
    background: rgba(137, 137, 137, 0.75)
}

.tooltip:before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: '';
}

.tooltip.arrow-top:before {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 6px 0;
    border-top-color: rgba(137, 137, 137, 0.75)
}

.tooltip.arrow-top-left:before {
    right: 5px;
    bottom: -5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(137, 137, 137, 0.75)
}

.tooltip.arrow-top-right:before {
    bottom: -5px;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(137, 137, 137, 0.75)
}

.tooltip.arrow-right:before {
    top: 50%;
    left: -6px;
    margin-top: -5px;
    border-width: 5px 6px 5px 0;
    border-right-color: rgba(137, 137, 137, 0.75)
}

.tooltip.arrow-left:before {
    top: 50%;
    right: -5px;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(137, 137, 137, 0.75)
}

.tooltip.arrow-bottom:before {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(137, 137, 137, 0.75)
}

.tooltip.arrow-bottom-left:before {
    top: 0px;
    right: 5px;
    margin-top: -5px;
    border-width: 0 6px 5px;
    border-bottom-color: rgba(137, 137, 137, 0.75)
}

.tooltip.arrow-bottom-right:before {
    top: 0px;
    left: 5px;
    margin-top: -5px;
    border-width: 0 6px 5px;
    border-bottom-color: rgba(137, 137, 137, 0.75)
}

body.category1 .item-tabs > li > a:hover,
body.category1 .item-tabs > li.active > a,
body.category1 .item-tabs > li.active > a:hover,
body.category1 .button.full {
    background-color: #a84400;
}

body.category1 .item-tabs {
    border-bottom-color: #a84400;
}

body.category1 .button {
    border-color: #a84400;
}

body.category1 .item-product .button > i.cart:before {
    background-position: 0 -75px;
}

body.category2 .item-tabs > li > a:hover,
body.category2 .item-tabs > li.active > a,
body.category2 .item-tabs > li.active > a:hover,
body.category2 .button.full {
    background-color: #ed2939;
}

body.category2 .item-tabs {
    border-bottom-color: #ed2939;
}

body.category2 .button {
    border-color: #ed2939;
}

body.category2 .item-product .button > i.cart:before {
    background-position: 0 -30px;
}

body.category3 .item-tabs > li > a:hover,
body.category3 .item-tabs > li.active > a,
body.category3 .item-tabs > li.active > a:hover,
body.category3 .button.full {
    background-color: #005695;
}

body.category3 .item-tabs {
    border-bottom-color: #005695;
}

body.category3 .button {
    border-color: #005695;
}

body.category3 .item-product .button > i.cart:before {
    background-position: 0 -45px;
}

body.category4 .item-tabs > li > a:hover,
body.category4 .item-tabs > li.active > a,
body.category4 .item-tabs > li.active > a:hover,
body.category4 .button.full {
    background-color: #ee7d22;
}

body.category4 .item-tabs {
    border-bottom-color: #ee7d22;
}

body.category4 .button {
    border-color: #ee7d22;
}

body.category4 .item-product .button > i.cart:before {
    background-position: 0 -60px;
}

.item-wrapper {
    margin: 0 auto;
    padding-top: 60px;
}

.item-product {
    float: left;
    width: 34%;
}

.item-desc {
    float: left;
    width: 66%;
}

.item-image {
    float: left;
    width: 370px;
}

.item-carousel {
    float: right;
    margin: 0 12px;
    width: 73px;
}

.price {
    font-size: 47px;
    padding: 4px 0 16px;
  	color: #000000;
}

.product-price {
  color: #000000;
}

.product-price .product-old-price {
  color: #FF3838;
}


.item-tabs {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 2px solid #7D0000;
    width: 100%;
    padding: 0 3px 0 8px;
}

.item-tabs > li {
    display: block;
    position: relative;
    float: left;
}

.item-tabs > li > a {
    background-color: #E7E7E7;
    border: 1px solid transparent;
  	color: #000000;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    margin-right: 2px;
    min-width: 105px;
    padding: 7px 9px;
    position: relative;
    text-align: center;
}

.item-tabs > li > a:focus,
.item-tabs > li > a:hover,
.item-tabs > li.active > a:focus,
.item-tabs > li.active > a:hover {
    background-color: #676767;
    color: #FFFFFF;
    cursor: pointer;
}



.item-tabs > li.active > a {
    background-color: #676767;
    color: #FFFFFF;
    cursor: pointer;
}


.item-carousel {
    position: relative;
    height: 370px;
}

.item-carousel .arrow-up,
.item-carousel .arrow-down {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}

.item-carousel .arrow-down {
    bottom: 5px;
    top: auto;
}

.item-carousel .arrow-up > div,
.item-carousel .arrow-down > div {
    position: absolute;
    cursor: pointer;
    background: url('item-carousel-arrow.png') no-repeat;
    width: 20px;
    height: 11px;
    margin-left: -10px;
    left: 50%;
    top: 0;
}

.item-carousel .arrow-down > div {
    background-position: 0 -11px;
    bottom: 0;
    top: auto;
}

.item-carousel-images {
    margin: 22px 0;
    overflow: hidden;
    height: 325px;
}

.item-carousel-images img {
    display: block;
    border: 1px solid #fff;
}

.item-carousel-images li {
    margin: 10px 0;
}

.item-carousel-images li:hover img {
    border-color: #7D0000;
}

.item-images {
    height: 100%;
}

.item-product .contact-information {
    padding: 49px 0 0;
}

.item-desc h1 {
    margin-bottom: 60px;
}

.item-product .contact-information li {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}

.item-product .contact-information li .telephone {
    font-size: 20px;
    padding-top: 12px;
    display: inline-block;
}

.item-product .contact-information li:first-child:before {
    content: '';
    background: url('question.png');
    display: block;
    height: 40px;
    left: -30px;
    position: absolute;
    width: 40px;
    top: 3px;
}

.button > i.cart {
    position: relative;
    margin-right: 5px;
}

.button > i.cart:before {
    background: url('cart-icon.png') no-repeat 0 15px;
    content: '';
    display: inline-block;
    width: 23px;
    height: 15px;
  	vertical-align: middle;
    margin-top: -4px;
}

.item-product .button > i.cart:before {
  	background: url(fast-icon.png) no-repeat 0 0;
}

.item-product .button.full > i.cart:before {
    background-position: 0 0;
    width: 16px;
}

.item-desc-wrapper {
    padding: 15px 0;
}

.table-list >div {
    clear: both;
    padding: 12px 7px;
    border-bottom: 1px solid #cbc1b5;
    font-size: 13px;
}

.table-list >div:nth-child(2n) {
    background-color: #edeae6;
}

.table-list-label {
    width: 33%;
    display: block;
    float: left;
    line-height: 18px;
    text-align: right;
}

.table-list-write {
    margin-left: 36%;
    position: relative;
    line-height: 18px;
}
.table-list-write:after {
	    content: "";
    clear: both;
    display: block;
}
.download > div > div {
    padding-left: 45px;
    background: url('file.png') no-repeat left top;
    min-height: 40px;
}

.download {
    font-size: 14px;
}

.download > div {
    padding: 0 0 25px;
}

.download a:hover {
    text-decoration: underline;
}

.download span.info {
    color: #807364;
    font-size: 12px;
}

.download span.info span {
    padding: 0 5px;
}

.honors {
    font-size: 14px;
    width: 100%;
}

.honors >div {
    width: 50%;
    float: left;
    padding: 15px 0;
}

.honors .image {
    float: left;
    margin-right: 16px;
}

.honors .desc {
    overflow: hidden;
}

.honors .image img {
    border: 1px solid #fff;
    padding: 6px 12px;
}

.honors .data {
    color: #807364;
}

.cart {
    padding: 20px 0;
}

.cart h3 {
    border-bottom: 3px solid #cbc1b5;
    padding-bottom: 7px;
    padding-top: 15px;
}

.table-cart {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.table-cart th {
    border-bottom: 3px solid #cbc1b5;
    padding: 7px 0;
}

.table-cart th,
.table-cart td {
    padding: 7px 0;
}

.product-category a,
.product-remove a {
    color: #807364;
    font-size: 12px;
    line-height: 18px;
}
.product-remove{
    text-align: center;
}

.product-remove a {
    color: inherit;
    position: relative;
    padding-left: 18px;
}

.product-remove a:before {
    content: "×";
    position: absolute;
    width: 16px;
    height: 16px;
    top: -1px;
    left: 0;
    font-size: 22px;
}

.discounts-notice {
  color: red;
    font-weight: bold;
}

.discount-prices {
font-weight: bold;
    color: green;
}

.table-cart .price {
    color: #807364;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    padding-left: 5px;
}

.table-cart_image img {
    max-width: 100px;
    max-height: 100px;
}
.table-cart_image {
    float: left;
    padding: 0 10px 10px 0;
}
.table-cart .product{
    padding: 10px 0 0;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    margin: 20px 0;
    background-color: #edeae6;
}


/*
.cart-action button.checkout {
    float: right;
}

*/

.cart-action {
    width: 60%;
    margin: 20px auto;
    padding: 20px 0;
}

.cart-action label {
    margin-left: 20px;
}

.coupon {
    padding: 20px;
    text-align: right;
    margin: 10px 0;
}

.coupon a {
    border-bottom: 1px dotted #000;
}

.intotal {
    text-align: right;
}

.intotal .amount {
    font-size: 38px;
    font-weight: normal;
    line-height: 50px;
}

.form-group {
    margin: 5px 0 15px;
}

.form-group label {
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

.form-group p {
    margin: 0;
}

p.help-block,
.shipping-help {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #807364;
    line-height: normal;
}

.shipping-list label,
.payment-list label {
    font-weight: bold;
}

.shipping-list div,
.payment-list div {
    padding-left: 20px;
    position: relative;
}

.shipping-list div > input[type="radio"],
.payment-list div > input[type="radio"] {
    position: absolute;
    top: 3px;
    left: 0px;
}

.shipping-list p,
.payment-list p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
}

.shipping-list,
.payment-list {
    font-size: 14px;
    margin: 5px 0;
}

.shipping-list li,
.payment-list li {
    padding: 5px 0;
}

.payment-list span {
    color: green;
    font-size: 13px;
}



.carousel-indicators-wrap {
    position: fixed;
    right: 1.5%;
    top: 50%;
    z-index: 99;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-indicators .tooltip {
    right: 20px;
}
.carousel-indicators li {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 5px 1px;
    text-indent: -999px;
    border: 1px solid #a5998b;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    background-color: #a5998b;
}
.carousel-indicators li.arrow-up,
.carousel-indicators li.arrow-down {
    border: 0;
    background: url('carousel-arrow-min.png') no-repeat top center;
}
.carousel-indicators li.arrow-down {
    background-position: bottom center;
}
/***************************************/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  	color: #1C1C1C;
}

.header a {
	color: #1D2088;
}

.header a:hover {
	color: #7D0000;
}




.nav-left > li a {
    color: #171717;
}

.nav-left > li:hover a {
    background-color: #E1DBCD;
    color: #000000;
}


.nav-left > li a.active {
    background-color: #E7E7E7;
    color: #F14D16;
}



.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
body{
  	background-color: #FAF8ED;
  
  	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, #FAF8ED 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, #FAF8ED));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, #FAF8ED 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, #FAF8ED 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, #FAF8ED 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, #FAF8ED 100%);
  	
    background-position: top center;
    background-repeat: repeat;
}
.slider-section0{
    margin: 0;
    height: 100%;
}
.slider-section0 .wrapper {
	position: static;
}
.slider-section0 .slick-slide {
    cursor: e-resize;
}
.slider-section0 .slick-list,
.slider-section0 .slick-track {
    height: 100%;
}
.slider-section0 .slick-dots{
    bottom: 100px;
}
.slider0-img-mob{
    display: none;
}
.slider-section0 .slick-dots li {
    width: 150px;
    height: 2px;
    padding: 0;
    margin: 0;
}
.slider-section0 .slick-dots li button {
    display: block;
    width: 150px;
    height: 2px;
    padding: 0;
    background: #fff;
}
.slider-section0 .slick-dots li.slick-active button{
    background: #cbc1b5;
}
.slider-section0 .slick-dots li button:before{
    display: none;
}
.new_items-button{
    border-color: #cbc1b5;
}
.news_actions_wrapper {
    height: 100%;
}
.news_actions_list{
    padding: 110px 0 40px;
}
.section2-bg{
    background: url('awards.jpg') no-repeat 0 0;
    background-size: cover;
}
.section3-bg{
    background: url('made_in.jpg') no-repeat center top;
    background-size: cover;
}
.fp-controlArrow.fp-prev {
    left: 4%;
    background: url('carousel-arrow.png') no-repeat right top;
    width: 47px;
    height: 89px;
    border-width: 0;
    border-color: transparent;
}
.fp-controlArrow.fp-next {
    right: 4%;
    background: url('carousel-arrow.png') no-repeat left top;
    width: 47px;
    height: 89px;
    border-width: 0;
    border-color: transparent;
}
.fp-controlArrow{
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.fp-controlArrow:hover{
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.7;
}
.section4-bg{
    background: url('category.jpg') no-repeat right bottom;
    background-size: cover;
}
.category-list li{
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.category-list li:hover{
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.85;
}
#fp-nav ul li a span{
    height: 10px;
    width: 10px;
    background: transparent;
    border: 1px solid #a5998b;
    margin: -6px 0 0 -6px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span{
    height: 10px;
    width: 10px;
    margin: -6px 0 0 -6px;
    border-radius: 50%;
    background: #a5998b;
}
#fp-nav ul li .fp-tooltip.right{
    top: -8px;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    padding: 6px 16px 8px;
    border-radius: 5px;
    background: rgba(137, 137, 137, 0.75);
    overflow: visible;
}
#fp-nav ul li .fp-tooltip:before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: '';
    top: 50%;
    right: -5px;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(137, 137, 137, 0.75);
}
#moveSectionUp,
#moveSectionDown{
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    z-index: 102;
    top: 50%;
    right: 17px;
}
#moveSectionUp{
    background: url('arrow-main-slider.png') no-repeat 0 0;
    margin-top: -95px;
    display: none;
}
#moveSectionDown{
    background: url('arrow-main-slider.png') no-repeat 0 -30px;
    margin-top: 65px;
}
#moveSectionUpBig,
#moveSectionDownBig{
    width: 62px;
    height: 32px;
    display: block;
    position: fixed;
    z-index: 65;
    left: 50%;
  	margin-left: -31px;
    opacity: 0.5;
}
#moveSectionUpBig:hover,
#moveSectionDownBig:hover {
	 opacity: 1;
}
#moveSectionUpBig{
    background: url('next-dark-up.png') no-repeat 0 0;
    top: 130px;
    display: none;
}
#moveSectionDownBig{
    background: url('next-dark-down.png') no-repeat 0 0;
    bottom: 55px;
}
#fast-order ~ #moveSectionUp,
#fast-order ~ #moveSectionDown,
#fast-order ~ #moveSectionUpBig,
#fast-order ~ #moveSectionDownBig,
#news-popup ~ #moveSectionUp,
#news-popup ~ #moveSectionDown,
#news-popup ~ #moveSectionUpBig,
#news-popup ~ #moveSectionDownBig,
.not-arrow ~ #moveSectionUp,
.not-arrow ~ #moveSectionDown,
.not-arrow ~ #moveSectionUpBig,
.not-arrow ~ #moveSectionDownBig,
.not-arrow #moveSectionUp,
.not-arrow #moveSectionDown,
.not-arrow #moveSectionUpBig,
.not-arrow #moveSectionDownBig {
	display: none !important;
}
.product-name{
    margin-left: 400px;
    margin-bottom: 5px;
}
.product-one-slide{
    margin: 0 5px;
    width: 70px !important;
    height: 70px !important;
    overflow: hidden;
    outline: none;
}
.product-one-slide img{
    border: 1px solid transparent;
    width: 100%;
    cursor: pointer;
}
.product-one-slide a:hover img, .product-one-slide a.active img {
    border-color: #7D0000;
}
.main-wrapper-product-slider {
    height: 70px;
    overflow: hidden;
    margin-bottom: 30px;
}
.item-product-slider-wrap{
    margin: 0 0 0 25px;
    width: 318px;
}
.item-product-big-img{
    width: 370px;
    height: 370px;
    margin-bottom: 30px;
    overflow: hidden;
}
.item-product-big-img img{
    width: 100%;
}
.product-slider .slick-prev,
.product-slider .slick-next{
    height: 10px;
    width: 21px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 45%;
}
.product-slider .slick-prev:before,
.product-slider .slick-next:before{
    display: none;
}
.product-slider .slick-prev:hover,
.product-slider .slick-next:hover{
    opacity: 0.6;
}
.product-slider .slick-prev {
    background: url('item-carousel-arrow.png') no-repeat center 0;
    left: -30px;
}
.product-slider .slick-next {
    background: url('item-carousel-arrow.png') no-repeat center bottom;
    right: -30px;
}
.slick-slide{
    outline: none;
}
.container-padding{
    padding: 110px 0 50px;
} 

 #form-listen {
    width: 300px;
}

.form-title{
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 20px;
    font-weight: bold;
    margin: 0;
}
.form-input{
    width: 100%;
    border: 2px solid #7D0000;
    margin-bottom: 15px;
    padding: 0 15px;
    height: 40px;
    font-size: 15px;
    line-height: 1;
}
.form-button{
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 35px;
    line-height: 1.4;
    border: none;
    background-color: #7D0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.form-button:hover{
    background-color: #00a39d;
}
.navbar-header{
    display: none;
}

.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.all-page h1 {
	margin-top: 20px;
}
.page-content img {
	max-width: 100%;
}
.page-content ul {
	padding-bottom: 20px;
}
.fancybox-close{
    background: url('close.png');
    height: 22px;
    width: 22px;
    top: 0px;
    right: -35px;
}
.fancybox-skin{
    background: #fff;
}
#news-popup{
    max-width: 1330px;
}
.product-price {
	font-size: 47px;
    padding: 0 0 20px;
}
.product-old-price {
	display: inline-block;
    text-decoration: line-through;
	font-size: 30px;
}
.fullpage-wrapper .breadcrumbs {
    position: absolute;
    top: 130px;
    left: 20px;
    background: rgba(255,255,255,0.6);
    padding: 0 7px;
}
.breadcrumbs {
    font-size: 14px;
    padding-top: 25px;
}
.breadcrumbs a{
    text-decoration: underline;
}
.breadcrumbs a:hover{
    text-decoration: none;
}
ul, ol{
   padding-bottom: 10px;
   padding-left: 18px; 
}
ul li > ul,
ul li > ol,
ol li > ol,
ol li > ul{
   padding-left: 30px; 
   padding-bottom: 0 !important;
}
blockquote {
   font-style: italic;
}

@media screen and (max-width: 1500px) {
    .nav .tooltip.arrow-bottom-right {
        right: 0;
        left: auto;
    }
    .nav .tooltip.arrow-bottom-right:before {
        left: auto;
        right: 10px;
    }
    #news-popup{
        max-width: 1100px;
    }
    .made_in .text {
        width: 320px;
        padding-top: 100px;
    }
    .request .who {
        padding-top: 60px;
    }
    .request .who h3 {
        font-size: 23px;
        line-height: 28px;
    }
    .request .who .prof {
        font-size: 16px;
    }
    .category-img1 img {
      max-height: 850px;
  	}
    p {
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 25px;
 	}
}

@media screen and (max-width: 1240px) {
    .wrapper {
        width: 950px;
        padding: 0 1px;
    }
    .nav-left {
        padding-left: 100px;
    }
    h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
  .news_actions_list {
    padding: 110px 0 30px;
  }
    .nav-left > li > a {
      font-size: 11px;
      line-height: 19px;
  	}
    p {
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 20px;
    }
    .footer .contact-information ul.tel > li{
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
    }
    .footer .contact-information,
    .footer .menu {
        float: none;
        padding: 4px 0;
        text-align: center;
    }
    .footer .menu .nav{
        float: none;
        padding: 0;
    }
    .footer .menu .nav > li{
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0;
        padding: 2px 10px;
    }
    .footer .menu .text{
        text-align: center;
    }
    .footer .contact-information .telephone {
        font-size: 20px;
    }
    .item-product {
        width: 42%;
    }
    .item-desc {
        width: 58%;
    }
    .item-tabs > li > a {
        min-width: 0;
    	font-size: 12px;
        padding: 7px 8px;
    }
    .item-product .contact-information li {
        padding-left: 25px;
    }
    .cart-action {
        width: auto;
    }
    #news-popup{
        max-width: 870px;
    }
    .modal-content {
        padding: 30px 20px;
    }
    .slider-section0 .slick-dots {
        bottom: 50px;
    }
    .request-desc:before {
        font-size: 300px;
        left: -12px;
        top: 110px;
    }
    .request-desc {
        padding: 73px 10px 0;
    }
    .request-slider .slick-prev {
        left: 0;
    }
    .request-slider .slick-next {
        right: 0;
    }
    .request-slider .slick-prev, .request-slider .slick-next {
        top: 0;
        width: 49%;
        height: 100%;
    }
    .product-price {
      font-size: 30px;
      padding: 0 0 20px;
  	}
    .product-old-price {
      font-size: 20px;
  	}
    .new_items .content .text {
      width: 600px;
      margin-right: -475px;
	}
}

@media screen and (max-width: 991px) {
    .wrapper,
    .category-wrap,
    .content-category{
        width: 750px;
        margin: 0 auto;
    }  
    #moveSectionUpBig {
      top: 90px;
    }
    .fullpage-wrapper .breadcrumbs {
      position: relative;
      top: 89px;
      left: 0;
    }
    #fp-nav.right {
      right: 7px;
      padding: 34px 10px;
  	}
    .header {
      height: 70px;
    }
    p {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 17px;
   }
    .navbar-header{
        display: block;
        float: right;
    }
    .news_actions_list {
        padding: 70px 0 30px;
    }
    .navbar-toggle{
        position: relative;
        padding: 5px 10px;
        margin-top: 4px;
        margin-right: 5px;
        background-color: transparent;
        border: 1px solid #7D0000;
        border-radius: 4px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #7D0000;
        margin: 4px 0;
    }
    .nav-left{
        display: none;
        float: none;
        position: absolute;
        top: 66px;
        width: 100%;
        left: 0;
        background: #E1DBCD;
        padding: 0;
        z-index: 100;
    }
    .nav-left.menu > li {
        display: block;
        float: none;
    }
    .nav-left > li > a {
        padding: 10px 14px;
        font-size: 14px;
    }
  
    .nav-left.menu > li > .submenu {
      display: none !important;
    }
  
  .nav-left.menu > li > .submenu > li > .subsubmenu {
      display: none !important;
    }
 
    .nav-right > li > a {
        margin: 9px 5px 0;
    }
    .nav .tooltip.arrow-bottom-right{
        display: none;
    }
    .category-img1 {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 70px;
        background: transparent;
    }
    .category-img1 > a {
       display: block;
       background: #fff;
    }
    .category-img1 img {
        max-height: 380px;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    .category-inform {
        max-width: none;
    }
    .content-info {
        padding: 65px 40px 50px;
        float: none;
        width: auto;
    }
    h1 {
        margin-left: -1px;
    }
    .product-name {
        margin-left: 1px;
        margin-bottom: 30px;
    }
    .item-product,
    .item-desc{
        float: none;
        width: auto;
    }
    .item-product .contact-information{
        float: none;
        padding: 30px 0 0;
    }
    .item-product .contact-information ul:after{
        content: "";
        clear: both;
        display: block;
    }
    .item-desc {
        padding-top: 60px;
    }
    .item-tabs {
      padding: 0 0px 0 5px;
    }
    .item-tabs > li > a {
        min-width: 102px;
        padding: 7px;
    }
    .item-wrapper {
        padding-top: 45px;
    }
    .content-info {
        padding: 30px 20px 5px;
    }
    .news-block-left{
        display: none;
    }
    .content.news > .news {
        float: none;
        padding: 25px 0;
        width: auto;
    }
    .fancybox-close {
        top: 6px;
        right: 6px;
    }
    .modal .news-block .image {
        float: none;
        padding-right: 1px;
        width: auto;
        padding-bottom: 10px;
    }
    .modal .news-block .image {
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    #fp-nav ul li {
        margin: 7px 0;
    }
    #moveSectionUp,
    #moveSectionDown {
        right: 9px;
    }
    .new_items{
        background: none !important;
    }
    .slider-section0 .wrapper {
      position: relative;
    }
    .new_items .content .text {
        float: none;
        padding: 100px 30px 0 15px;
        width: auto;
        background: transparent;
        position: static;
    	margin-right: 1px;
    }
    .new_items h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .slider0-img-mob{
        display: block;
        height: 320px;
        margin-bottom: 20px;
    }
    .slider-section0 .slick-dots li button,
    .slider-section0 .slick-dots li{
        width: 120px;
    }
    .news_actions_list li:first-child,
    .news_actions_list li:nth-of-type(2),
    .news_actions_list li:nth-of-type(3),
    .news_actions_list li:nth-of-type(4) {
        width: 50%;
        height: 50%;
    }
    .category-list {
      padding-top: 0;
    }
    .category-list h3 {
        font-size: 20px;
    }
    .request-slider .slick-prev,
    .request-slider .slick-next {
        display: none !important;
    }
    .request .images {
        margin-left: 2px;
    }
    .request-desc:before {
        left: -10px;
    }
    .awards_list li {
        width: 50%;
    }
    .awards_list li,
    .awards_list .image{
        height: 180px;
    }
    .awards_list .desc {
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
    }
    .awards_list .desc > div {
        height: 160px;
        font-size: 13px;
    }
    .made_in .text {
        width: auto;
    }
    .made_in h2 {
        font-size: 45px;
        line-height: 50px;
        position: relative;
        padding-bottom: 336px;
        padding-top: 20px;
    }
    .made_in .text p {
        font-size: 18px;
        line-height: 30px;
    }
    .made_in h2:before{
        content: "";
        background: url('made_in.jpg') no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 310px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .section3-bg{
        background: rgba(0, 0, 0, 0.5) !important;
    }
    .category-list li {
        padding: 4% 1% 0%;
    }
    .container-padding {
      padding: 70px 0 40px;
  	}
}
@media screen and (min-width: 992px) {
    .nav-left.menu{
        display: table !important;
    }
}

@media screen and (max-width: 767px) {
    .wrapper,
    .category-wrap,
    .content-category{
        width: 460px;
    }
    .page-content ul {
      padding-bottom: 10px;
   }
    .content-info {
        padding: 25px 10px 1px;
    }
    .header-phone {
      font-size: 15px;
  	}
    h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .item-product-big-img {
        width: 360px;
        height: 360px;
        margin-right: 14px;
        margin-top: 5px;
    }
    .contact-information ul.tel {
        text-align: center;
    }
    .contact-information ul.tel > li {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 5px 10px;
        margin-left: 0;
    }
    .item-product .contact-information li:first-child:before {
        left: -37px;
        top: 6px;
    }
    .item-product .contact-information li:last-child{
        border: none;
    }
    .item-desc {
        padding-top: 40px;
    }
    .item-tabs > li > a {
        min-width: 222px;
    	font-size: 12px;
        border-top: 1px solid #EEEBE8;
    }
    .item-tabs {
        padding-right: 1px;
    }
    .table-cart_image img {
        max-width: 80px;
        max-height: 80px;
    }
    .table-cart_image {
        float: none;
        padding: 0;
    }
    .product-remove {
        text-align: center;
        width: 80px;
    }
    .intotal .amount {
        font-size: 30px;
        line-height: 36px;
    }
    .cart-action button.checkout,
    .cart-action button{
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    .cart-action {
        text-align: center;
    }
    .modal-content {
        padding: 20px 10px;
    }
    .slider-section0 .slick-dots li button, .slider-section0 .slick-dots li {
        width: 65px;
    }
    .new_items h2 {
        font-size: 32px;
        line-height: 35px;
    }
    .request .images {
        height: 150px;
        width: 150px;
    }
    .request .who {
        padding-left: 170px;
        padding-top: 35px;
        min-height: 160px;
    }
    .request-desc:before {
        font-size: 200px;
        left: -2px;
        top: 70px;
    }
    .request-desc {
        padding: 50px 10px 0;
    }
    .category-list li {
      width: 33%;
      padding: 4% 2% 0%;
 	 }
    .category-list h3 {
      font-size: 17px;
      padding-top: 7px;
      line-height: 17px;
  	}
    .category-img1 img {
        max-height: 200px;
    }
    p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 1px;
    }
    .category-inform .button {
        margin-top: 10px;
    }
    .slider0-img-mob {
        height: 250px;
    }
    .made_in h2:before {
        height: 200px;
    }
    .made_in h2 {
        padding-bottom: 230px;
        padding-top: 1px;
    }
    .made_in .text p {
        font-size: 15px;
        line-height: 27px;
        padding-right: 15px;
    }
    .product-price {
      font-size: 25px;
      padding: 5px 0 3px;
    }
}

@media screen and (max-width: 479px) {
    .wrapper,
    .category-wrap,
    .content-category{
        width: 310px;
    }
    .header {
      height: 80px;
  	}
    .header-phone {
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 14px;
    }
    .nav-left {
      top: 76px;
    }
    p {
      font-size: 13px;
      line-height: 17px;
  	}
    li {
      font-size: 13px;
      line-height: 17px;
  	}
    .nav-right {
        padding-left: 9px;
    }
    .footer .contact-information {
        display: none;
    }
    .item-product-big-img {
        width: 308px;
        height: 308px;
        margin-right: 1px;
        margin-top: 33px;
    }
    .product-one-slide {
        width: 62px !important;
        height: 62px !important;
    }
    .main-wrapper-product-slider {
      height: 63px;
    }
    .item-product-slider-wrap {
        margin: 0 0 0 10px;
        width: 286px;
    }
    .product-slider .slick-prev {
      left: -17px;
    }
    .product-slider .slick-next {
      right: -17px;
    }
    .item-wrapper {
        padding-top: 35px;
    }
    .item-product .button {
        margin-bottom: 10px;
    }
    .price {
        font-size: 45px;
        text-align: center;
    }
    .item-button-wrap{
        text-align: center;
    }
    .item-tabs > li > a {
        min-width: 144px;
        border-top: 1px solid #EEEBE8;
    }
    .table-list-label {
        width: auto;
        float: none;
        text-align: left;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .table-list-write {
        margin-left: 1px;
    }
    .item-tabs {
        margin-bottom: 1px;
    }
    .product-name {
      padding-left: 12px;
    }
    .honors >div {
        width: auto;
        float: none;
        padding: 8px 0;
    }
    .honors >div:after{
        content: "";
        clear: both;
        display: block;
    }
    .product-remove a span{
        display: none;
    }
    .product-remove {
        width: auto;
    }
    .product-remove a:before {
        font-size: 23px;
    }
    .table-cart th{
        font-size: 12px;
    }
    .intotal .amount {
        font-size: 23px;
        line-height: 26px;
        padding-bottom: 15px;
    }
    #form {
        width: 240px;
    }
    .form-title {
        padding: 0 15px 20px;
    }
    .slider-section0 .slick-dots li button, .slider-section0 .slick-dots li {
        width: 35px;
    }
    .slider0-img-mob {
        height: 70px;
        margin-bottom: 10px;
    }
    .new_items .content .text {
        padding: 90px 15px 0 10px;
    }
    .new_items h2 {
        font-size: 27px;
        line-height: 29px;
        margin-bottom: 25px;
    }
    .new_items h2:after {
        bottom: -10px;
    }
    .new_items p {
      font-size: 13px;
      line-height: 17px;
      margin-bottom: 9px;
    }
    .new_items .button {
        padding: 7px 35px;
    }
    .awards_list li,
    .awards_list .image {
        height: 135px;
    }
    .awards_list .desc{
        display: none !important;
    }
    .awards_list .image img {
        max-width: 114px;
    }
    .made_in h2 {
        font-size: 32px;
        line-height: 35px;
        padding-bottom: 145px;
    }
    .made_in h2:before {
        height: 130px;
    }
    .made_in .text p {
        font-size: 14px;
        line-height: 22px;
    }
    .made_in .text {
        padding-top: 93px;
    }
    .category-list h3 {
        font-size: 14px;
        padding-top: 2px;
        line-height: 14px;
    }
    .category-list h3:before {
      top: -4px;
  	}
    .request .images {
        height: 75px;
        width: 75px;
    }
    .requests {
        padding: 0 4%;
    }
    .request .who {
        padding-left: 78px;
        padding-top: 10px;
        min-height: 1px;
        text-align: center;
    }
    .request .who h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 1px;
    }
    .request .who .prof {
        font-size: 14px;
    }
    .request-desc:before{
        display: none;
    }
    .request-desc {
        padding: 10px 25px 0 5px;
    }
    .request-desc, .request-desc p {
        line-height: 15px;
        font-size: 13px;
    }
    .modal h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .news-block .desc > p {
        font-size: 14px;
        line-height: 22px;
    }
    .category-img1 img {
        max-height: 100px;
    }
    .category-inform h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 7px;
        padding-left: 18px;
    }
    .content-info {
      padding: 10px 1px 1px;
	}
    .category-inform .button {
      margin-top: 5px;
      padding: 5px 18px;
      font-size: 13px;
   }
    .category-inform p {
        font-size: 12px;
        line-height: 15px;
    }
    .footer .menu .nav > li > a {
      font-size: 11px;
    }
    .footer .menu .nav > li {
      padding: 2px 4px;
    }
    .category-list li img {
      display: none;
   }
    .category-list li {
      width: 48%;
      padding: 7% 2% 0%;
    }
}

@media screen and (max-width: 365px) {
    .category-inform p {
        font-size: 12px;
        line-height: 15px;
    }

    .made_in h2 {
        padding-bottom: 125px;
    }
    .made_in h2:before {
        height: 110px;
    }
    .made_in .text p {
        font-size: 13px;
    }
    .category-inform .button {
        margin-top: 7px;
        padding: 8px 35px;
    }
    .news_actions_list .desc {
        padding: 52px 17px 50px;
        font-size: 13px;
    }
    .news_actions_list p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 1px;
    }
  
  
}

#checkout-page .set-title {
    font-size: 16px;
    font-weight: bold;
  	margin-bottom: 5px;
      margin-top: 20px;
}
  
#checkout-page #flash_messages {
  margin: 20px 0 10px 0;
}

#checkout-page .table {
      border-collapse: collapse;
    margin: 20px 0;
}
  
#checkout-page .table td, #checkout-page .table th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px 10px;
}

#checkout-page .field-label, #checkout-page .field-content {
  display: inline-block;
  margin: 3px 0;
      font-size: 14px;
  vertical-align: top;
}

#checkout-page .field-label {
  font-weight: bold;
}
  

#checkout-page .button {
margin: 30px 0;
}

/*
.category-inform p {
	color: #000000;
}
*/

.button {
  background: #E7E7E7;
  color: #000000;
}

.button:hover {
  background: #FFFFFF;
  color: #676767;
}


.product-buy {
  background: #E7E7E7;
  color: #000000;
}

.product-buy:hover {
  background: #FFFFFF;
  color: #676767;
}




.old-price {
   display: block;
    font-size: 20px;
    color: #FF3838;
    margin-top: 15px;
    text-decoration: line-through;
    margin-right: 10px;
}


#checkout-page { 
  width: 50%;     
  min-width: 300px;
}

#checkout-page .banner-1 { 
  position: absolute;
  right: 0;
  max-width: 40%;
}

#checkout-page .banner-2 { 
  position: absolute;
  right: 0;
  max-width: 40%;
  top: 640px;
}

#checkout-page img {
max-width: 100%;
}

@media screen and (max-width: 767px) {
  #checkout-page .banner-1 { display: none;}
  #checkout-page .banner-2 { display: none;}
}

.banner-cart p {
  display: inline-block;
  max-width: 50%;
  vertical-align: top;
}

.banner-cart p img {
  max-width: 100%;
}

.banner-cart p:first-child {
  margin-right: 10px;
}

.review-bg {
	margin: 20px auto;
    max-width: 90%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);}
  
