@charset "utf-8";
/*
font-family: 'Lato', sans-serif;
font-family: 'PT Sans', sans-serif;
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  outline: none;
  resize: none;
}
/*firefox button fixes*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:focus {
  outline: none;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.clr:after,
.wrap:after,
.line:after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  float: none !important;
}
.fll {
  float: left !important;
}
.flr {
  float: right !important;
}
.img-link {
  display: block;
}
* {
  box-sizing: border-box;
}
/*-----------------------------------------------base end-----------------------------------------------------------*/
.last-item {
  margin-right: 0;
}
/*--------------------------------------------layout begin---------------------------------------------------------*/
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
.ibvt {
  display: inline-block;
  vertical-align: top;
}
.ibvm {
  display: inline-block;
  vertical-align: middle;
}
.ibvb {
  display: inline-block;
  vertical-align: bottom;
}
body {
  margin: 0 auto;
  color: #434141;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
.wrapper {
  margin: 0 auto;
  background: #fff;
  min-width: 1200px;
  overflow-x: hidden;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.wrap.mod-feedbacks:before,
.wrap.mod-feedbacks:after {
  background-image: url(../img/pencil-feedbacks.png);
  width: 483px;
  height: 454px;
  position: absolute;
  content: "";
  display: block;
}
.wrap.mod-feedbacks:before {
  right: -132px;
  top: -67px;
}
.wrap.mod-feedbacks:after {
  left: -90px;
  bottom: -140px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}
h2.mod-why-we {
  text-align: center;
  margin-bottom: 33px;
}
h1.mod-big-article {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
}
h2.mod-feedbacks,
h1.mod-big-article {
  margin-bottom: 35px;
  text-align: center;
}
h2.mod-last-publications {
  margin-bottom: 38px;
  text-align: center;
}
h2.mod-big-article {
  margin-bottom: 26px;
  text-align: center;
}
h2.mod-plates-series {
  margin-bottom: 33px;
  text-align: center;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
a {
  color: #175041;
}
sup,
.sup {
  vertical-align: top;
  font-size: 10px;
  line-height: 12px;
}
.b-table {
  display: table;
  height: 100%;
  width: 100%;
}
.b-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.uppercase {
  text-transform: uppercase;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
  -ms-filter: blur(2px);
}
.bold {
  font-weight: bold;
}
.nowrap {
  white-space: nowrap;
}
/*--------------------------------------------justify begin-----------------------------------*/
.justify {
  position: relative;
  text-align: justify;
}
.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
}
/*--------------------------------------------justify end----------------------------------------*/
.button {
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF !important;
  cursor: pointer;
  border: none;
  text-align: center;
  border-radius: 3px;
}
.button:hover {
  opacity: 0.85;
}
.button.color1 {
  background-color: #175041;
}
.button.size1 {
  padding: 0px 30px;
  font-size: 15px;
  line-height: 30px;
}
.button.size2 {
  padding: 0px 22px;
  font-size: 16px;
  line-height: 39px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.more-box {
  text-align: center;
    position: relative;
    z-index: 5;
}
.more-btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #175041;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 9px 23px;
  margin-left: 6px;
  border-radius: 3px;
}
.more-btn:before,
.more-btn:after {
  content: "";
  display: block;
  clear: both;
  width: 29px;
  height: 6px;
  background-image: url(../img/more-feedbacks-point-orange.png);
  top: 50%;
  margin-top: -3px;
  position: absolute;
}
.more-btn:before {
  left: -34px;
}
.more-btn:after {
  right: -34px;
}
.more-btn.mod-icon {
  padding-left: 52px;
  background-image: url("../img/more-icon.png");
  background-repeat: no-repeat;
  background-position: 18px 8px;
}
.read-next-button {
  display: inline-block;
  text-decoration: underline;
  padding-left: 30px;
  position: relative;
  text-align: right;
  color: #175041;
}
.read-next-button:hover {
  text-decoration: none;
}
.read-next-button:before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background: url('../img/sprite.png') no-repeat -27px -32px;
}
.read-next-button .active-span {
  display: none;
}
.read-next-button.active .active-span {
  display: inline-block;
}
.read-next-button.active .normal {
  display: none;
}
.read-next-button.active:before {
  background-position: 0 -32px;
}
.last-item {
  margin-right: 0;
}
.btn {
  background-color: #175041;
  border-radius: 3px;
  padding: 19px 25px;
  color: white;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
/*--------------------------------------------text begin-------------------------------------*/
.subpage-content .text h2 {
  font-size: 24px;
  margin-bottom: 19px;
}
.subpage-content .text h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.subpage-content .general-right-box {
  padding-left: 11px;
  vertical-align: top;
}
.subpage-content .general-left-box {
  vertical-align: top;
}
.text p {
  margin-bottom: 20px;
  line-height: 19px;
}
.text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
}
.text img[align="left"] {
  margin-right: 16px;
  margin-bottom: 16px;
}
.text img[align="rigt"] {
  margin-left: 16px;
  margin-bottom: 16px;
}
.text h2 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 24px;
}
.text h3 {
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 22px;
}
.text h4 {
  margin-bottom: 13px;
}
.text ul {
  margin: 0px 0 25px;
}
h5 {
  margin-bottom: 16px;
}
.text ul li {
  position: relative;
  padding: 0 0 0px 37px;
  margin-bottom: 15px;
}
.text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #175041;
  color: #fff;
  font-size: inherit;
  border-radius: 50%;
}
.text ol {
  counter-reset: li;
  list-style: none;
  margin-bottom: 25px;
}
.text ol li {
  position: relative;
  padding: 0 0 0px 36px;
  margin-bottom: 17px;
}
.text ol li:before {
  content: counter(li);
  counter-increment: li;
  border-radius: 50%;
  display: block;
  position: absolute;
  color: #fff;
  font-size: inherit;
  width: 25px;
  height: 25px;
  left: -1px;
  top: -2px;
  background-color: #175041;
  text-align: center;
  line-height: 25px;
}
.text table {
  border-bottom: 1px solid #e7e5e5;
  margin-bottom: 28px;
}
.text table tr:first-child {
  position: relative;
  border-bottom: 1px solid #fff;
}
.text table th {
  border-left: 1px solid #e9783a;
  padding: 15px 29px 12px 29px;
  background-color: #175041;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.text table th:first-child {
  border: none;
  padding-left: 17px;
  text-align: left;
  padding-right: 49px;
}
.text table td {
  border-left: 1px solid #e7e5e5;
  text-align: center;
  vertical-align: middle;
  padding: 12px 26px 16px 26px;
}
.text table td:first-child {
  padding-right: 49px;
  border-left: none;
  padding-left: 17px;
  text-align: left;
}
.text table tr:first-child th:first-child {
  border-radius: 3px 0 0 3px;
}
.text table tr:first-child th:last-child {
  border-radius: 0 3px 3px 0;
}
.text table table tr:first-child td {
  border-top: none;
}
.text table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.text blockquote {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 22px;
  position: relative;
  background: #f4f4f4;
  border-left: 4px solid #175041;
  z-index: 2;
}
.text .box-blockquote {
  padding: 0px 40px 0 10px;
  margin-bottom: 21px;
  position: relative;
  background: #f4f4f4;
  z-index: 5;
}
.text .box-blockquote:before {
  display: block;
  position: absolute;
  content: "";
  top: 6px;
  left: 2px;
  background: url('../img/sprite.png') no-repeat -53px -32px;
  width: 19px;
  height: 33px;
  z-index: 3;
}
.text .box-blockquote:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 8px;
  right: 11px;
  background: url('../img/sprite.png') no-repeat -76px -32px;
  width: 19px;
  height: 33px;
  z-index: 3;
}
/*--------------------------------------------text end-------------------------------------*/
/*------------------------------------------pagination begin--------------------------------*/
.box-pagination {
  margin: 20px 0 20px 0;
  color: #434141;
}
.box-pagination .pagination {
  text-align: center;
}
.box-pagination .pagination ul {
  display: inline-block;
  font-family: 'Lato', sans-serif;
}
.box-pagination .pagination ul li {
  float: left;
  line-height: 40px;
  text-align: center;
  margin-left: 5px;
}
.box-pagination .pagination ul li:first-child {
  margin-left: 0;
}
.box-pagination .pagination ul li a {
  display: block;
  background-color: #D5D4D4;
  text-decoration: none;
  color: #434141;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 4px;
}
.box-pagination .pagination ul li a:hover {
  background-color: #176051;
  color: #fff;
}
.box-pagination .pagination ul li .current {
  display: block;
  background-color: #176051;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 4px;
}
.box-pagination .pagination ul li .lbtn {
  background: url('../img/sprite.png') no-repeat -1px -111px;
}
.box-pagination .pagination ul li .lbtn:hover {
  background: url('../img/sprite.png') no-repeat -1px -161px;
}
.box-pagination .pagination ul li .rbtn {
  background: url('../img/sprite.png') no-repeat -52px -112px;
}
.box-pagination .pagination ul li .rbtn:hover {
  background: url('../img/sprite.png') no-repeat -52px -161px;
}
/*------------------------------------------pagination end----------------------------------*/
/*-----------------------------------------form all begin----------------------------------*/
form {
  margin: 0 auto;
  padding-left: 28px;
  width: 815px;
  max-width: 100%;
}
form .error {
  position: relative;
}
form .error input,
form .error textarea {
  color: #e64c4c !important;
  border: 1px solid #f3a49b !important;
  /* Firefox 19+ */
  /* Firefox 18- */
}
form .error input::-webkit-input-placeholder,
form .error textarea::-webkit-input-placeholder {
  color: #e64c4c !important;
}
form .error input::-moz-placeholder,
form .error textarea::-moz-placeholder {
  color: #e64c4c !important;
}
form .error input:-moz-placeholder,
form .error textarea:-moz-placeholder {
  color: #e64c4c !important;
}
form .error input:-ms-input-placeholder,
form .error textarea:-ms-input-placeholder {
  color: #e64c4c !important;
}
form .error span.error {
  color: #df1818;
  display: block;
  font-size: 16px;
}
form .line {
  margin: 0 0 16px;
}
form .form-left-column {
  float: left;
  width: 383px;
  box-sizing: border-box;
  padding-right: 0px;
  margin-right: 19px;
}
form .form-left-column.mod-inline-block {
  width: 282px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
form .form-right-column {
  float: right;
  width: 385px;
}
form textarea {
  width: 100%;
  height: 123px;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 45px 14px 12px;
  line-height: 19px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #dbdada;
  border-radius: 3px;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.08);
  /* Firefox 19+ */
  /* Firefox 18- */
}
form textarea::-webkit-input-placeholder {
  color: #5e5b5b;
}
form textarea::-moz-placeholder {
  color: #5e5b5b;
}
form textarea:-moz-placeholder {
  color: #5e5b5b;
}
form textarea:-ms-input-placeholder {
  color: #5e5b5b;
}
form textarea:focus {
  color: #383636;
}
.line-radio {
  margin-bottom: 8px;
}
.line-radio label {
  vertical-align: top;
  display: inline-block;
  width: 94%;
  cursor: pointer;
}
.form-with-background {
  background: url(../img/form-color-back.png) no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  padding: 21px 35px 16px 35px;
  color: #fff;
  position: relative;
  border-radius: 3px;
}
.form-with-background:after {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  background: url(../img/phone-calling-after.png) no-repeat center center;
  width: 287px;
  height: 211px;
}
.form-with-background__content {
  position: relative;
  width: 815px;
  margin: 0 auto;
  max-width: 100%;
}
.form-with-background__content:before {
  content: "";
  left: -54px;
  top: 25px;
  position: absolute;
  display: block;
  height: 115px;
  width: 29px;
  background: url(../img/bracket-left-after.png) no-repeat center center;
}
.form-with-background__header {
  margin-bottom: 14px;
  text-align: left;
  text-transform: uppercase;
}
.form-with-background__header:after {
  clear: both;
}
.form-with-background__img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 50%;
}
.form-with-background__header-text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 7px;
}
.form-with-background__big-text {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.form-with-background__header-medium {
  font-family: 'Lato', sans-serif;
}
.form-with-background__form {
  padding-left: 0;
}
.form-with-background__form input[type="submit"] {
  vertical-align: bottom;
  height: 43px;
  z-index: 1;
  padding: 0px 23px;
}
.form-with-background__form label,
.form-with-background__form label span {
  color: #ffffff;
}
.form-with-background__form input[type="text"],
.form-with-background__form input[type="password"],
.form-with-background__form input[type="tel"],
.form-with-background__form input[type="email"],
.form-with-background__form input[type="number"],
.form-with-background__form input[type="login"] {
  border: none !important;
}
.form-with-background__form input[type="text"]:focus,
.form-with-background__form input[type="password"]:focus,
.form-with-background__form input[type="tel"]:focus,
.form-with-background__form input[type="email"]:focus,
.form-with-background__form input[type="number"]:focus,
.form-with-background__form input[type="login"]:focus {
  border: none;
}
form .line.mod-bottom0 {
  margin-bottom: 0;
}
form .red {
  color:#f00;
}
form label {
  font-size: 16px;
  line-height: 18px;
  padding-top: 0px;
  margin-bottom: 6px;
  display: block;
}
form label span {
  color: #176051;
}
form label span.required {
  color:#f00;
}
form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="number"],
form input[type="login"] {
  font-style: normal;
  font-family: 'PT Sans', sans-serif;
  -webkit-appearance: none;
  width: 100%;
  color: #383636;
  font-size: 16px;
  font-weight: normal;
  padding: 11px 16px 14px;
  height: 43px;
  line-height: normal;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #dbdada;
  border-radius: 3px;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.08);
  /* Firefox 19+ */
  /* Firefox 18- */
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="login"]::-webkit-input-placeholder {
  color: #5e5b5b;
}
form input[type="text"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="login"]::-moz-placeholder {
  color: #5e5b5b;
}
form input[type="text"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="login"]:-moz-placeholder {
  color: #5e5b5b;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="login"]:-ms-input-placeholder {
  color: #5e5b5b;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="login"]:focus {
  border: 1px solid #bebdbd;
  color: #383636;
}
form input::-webkit-inner-spin-button,
form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
form input[type=number] {
  -moz-appearance: textfield;
}
form select {
  width: 100%;
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  line-height: normal;
  box-sizing: border-box;
  color: #898989;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #CAC9C4;
  height: 28px;
  background-color: white;
  border-radius: 15px;
  box-shadow: inset 2px 2px 3px 1px #F0F0F0;
}
form input[type="submit"] {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  text-shadow: 0.6px 0.8px 0 rgba(3, 3, 3, 0.3);
  height: 50px;
  background-color: #175041;
  border-radius: 3px;
  padding: 0px 29px;
  color: white;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
form input[type="submit"].mod-color {
  /*background-color: #41b3ee;
  background-color: #72a4d9;*/
  background-color: #ebb200;
}
form input[type="submit"]:hover {
  opacity: 0.85;
}
.form-header {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0 18px 24px 18px;
  position: relative;
  margin-bottom: 39px;
}
.form-header:after {
  position: absolute;
  content: "";
  width: 96%;
  height: 0;
  border-bottom: 1px solid #e7e5e5;
  left: 2%;
  bottom: 0;
}
.form-header .dropdown-form-button {
  position: relative;
  float: right;
  margin-left: 40px;
  margin-right: 18px;
  font-size: 16px;
  color: #434141;
  min-width: 170px;
  text-align: right;
}
.form-header .dropdown-form-button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -17px;
  background: url('../img/sprite.png') no-repeat -22px -20px;
  width: 10px;
  height: 6px;
  margin-top: -3px;
}
.form-header .dropdown-form-button .active {
  display: none;
}
.form-header .dropdown-form-button.active .active {
  display: inline-block;
}
.form-header .dropdown-form-button.active .normal {
  display: none;
}
.form-header .dropdown-form-button.active:before {
  background-position: -36px -20px;
}
.box-form {
  padding: 30px 0px 40px;
  background-color: #f4f4f4;
}
.box-form.mod-dropdown {
  padding-bottom: 0;
}
.box-form.mod-dropdown .form-header {
  text-align: left;
}
.box-form .dropdown-form {
  display: none;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.radiobuttons-box {
  margin-bottom: 21px;
  padding-top: 3px;
}
.submit-box {
  text-align: right;
  padding-top: 8px;
}
/*-----------------------------------------form all end--------------------------------------*/
.phone-number {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}
.phone-number:hover {
  text-decoration: underline;
}
.phone-number.mod-dropdown {
  cursor: pointer;
}
.phone-number.mod-dropdown:hover {
  text-decoration: none;
}
time {
  display: inline-block;
}
/*breadcrumbs begin*/
.breadcrumbs {
  position: relative;
  padding-bottom: 12px;
}
.breadcrumbs div {
  display: inline-block;
}
.breadcrumbs div:before {
  content: "»";
  display: inline-block;
  padding-right: 5px;
  position: relative;
}
.breadcrumbs div:first-child:before {
  display: none;
}
.breadcrumbs div a {
  color: #434141;
  padding: 0 3px 0 0;
  display: inline-block;
}
.breadcrumbs div a:hover {
  text-decoration: none;
}
.breadcrumbs div.active > * {
  text-decoration: none;
}
/*breadcrumbs end*/
/*-----------------------------------------------layout end---------------------------------------------------------*/
.title {
  padding: 26px 0 0;
}
.subpage-content {
  background: #FFFFFF;
  padding: 24px 0px 40px 0px;
}
.mod-color1 {
  color: #175041;
}
/*----------------------------------------------header begin-----------------------------------------------------*/
.header-top {
  padding: 16px 0 10px;
}
.header-top .wrap {
  position: relative;
}
.header-top__container {
  margin-bottom: 10px;
}
.header-bottom {
  background-color: #f4f4f4;
  padding: 13px 0 8px;
}
.general-left-box {
  display: inline-block;
  vertical-align: middle;
  width: 292px;
  margin-right: 0px;
  padding-right: 17px;
}
.general-right-box {
  display: inline-block;
  vertical-align: middle;
  width: 903px;
}
.general-right-box.mod-slider {
  margin-left: 292px;
  padding-left: 16px;
}
.general-right-box.mod-header-menu {
  padding-left: 13px;
}
.logo {
  display: inline-block;
  margin: 0;
  padding:0;
  margin-right: 33px;
}
.logo__link {
  display: block;
  text-decoration: none;
}
.logo__slogan {
  display: block;
  color: #505050;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2.6px;
}
/*-----------------------box-menu begin-----------------------------*/
.is-desktop .box-menu.mod-index nav:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 43px;
  background: url("../img/nav.png") no-repeat center;
  background-color: #f8f8f8;
  z-index: 1;
}
.is-desktop .box-menu.mod-index nav:hover {
  height: auto !important;
  overflow: visible;
}
.is-desktop .box-menu.mod-index nav:hover:before {
  display: none;
}
.is-mobile .box-menu.mod-index nav .box-menu-index-button1 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 43px;
  background: url("../img/nav.png") no-repeat center;
  background-color: #f8f8f8;
  z-index: 1;
  border: none;
  cursor: pointer;
}
.is-mobile .box-menu.mod-index nav.active1 {
  height: auto !important;
  overflow: visible;
  padding-bottom: 43px;
}
.is-mobile .box-menu.mod-index nav.active1 .box-menu-index-button1 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-menu {
  position: relative;
  z-index: 2;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.23);
  width: 275px;
}
.box-menu.mod-index .menu-button:after,
.box-menu.mod-index .menu-button-mod1:after {
  display: none;
}
.box-menu.mod-index nav {
  height: 343px;
  overflow: hidden;
  min-height: 343px;
  background-color: #f8f8f8;
}
.box-menu.mod-index nav.low:before,
.box-menu.mod-index nav.low .box-menu-index-button1 {
  display: none;
}
.box-menu.mod-index nav.low .menu__dropdown-menu {
  min-height: 344px;
}
.box-menu.mod-subpage nav {
  display: none;
}
.box-menu.mod-subpage .menu-button,
.box-menu.mod-subpage .menu-button-mod1 {
  cursor: pointer;
}
.box-menu.mod-subpage .menu-button.active,
.box-menu.mod-subpage .menu-button-mod1.active {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.23);
}
.box-menu.mod-subpage .menu-button:hover,
.box-menu.mod-subpage .menu-button-mod1:hover {
  opacity: 0.85;
}
.box-menu nav {
  position: absolute;
  width: 100%;
  top: 49px;
  left: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23);
  background: #FFFFFF;
  z-index: 10;
}
.menu-button,
.menu-button-mod1 {
  display: block;
  width: 275px;
  position: relative;
  border: none;
  background-color: #176051;
  color: #ffffff;
  height: 50px;
  box-sizing: border-box;
  padding: 15px 48px 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: inherit;
  text-transform: uppercase;
  border-radius: 3px;
}
.menu-button:before,
.menu-button-mod1:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 16px;
  background: url('../img/sprite.png') no-repeat -109px -2px;
  width: 18px;
  height: 18px;
}
.menu-button:after,
.menu-button-mod1:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 18px;
  background: url('../img/sprite.png') no-repeat -63px -19px;
  width: 11px;
  height: 9px;
}
.menu-button.active:after,
.menu-button-mod1.active:after {
  background: url('../img/sprite.png') no-repeat -50px -19px;
}
.menu__item:hover .menu__dropdown-menu {
  display: block;
  background-color: #fcfafa;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.menu__item.mod-side-menu:after {
  display: block;
  content: "";
  position: absolute;
  right: 16px;
  top: 14px;
  cursor: pointer;
  background: url('../img/sprite.png') no-repeat -92px -2px;
  width: 10px;
  height: 17px;
}
.menu__link {
  display: block;
  position: relative;
  padding: 11px 70px 10px 19px;
  text-decoration: none;
  color: #505050;
  border-bottom: 1px solid #e7e5e5;
}
.menu__link img {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20px;
}
.menu__link:hover {
  background-color: #F7F7F7;
}
.menu__dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 16px 0 0 38px;
  z-index: 2;
  font-size: 0;
  width: 926px;
  display: none;
  min-height: 100%;
  box-sizing: border-box;
  background-color: #fcfafa;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.menu__dropdown-menu-column {
  display: inline-block;
  vertical-align: top;
  width: 258px;
  margin-right: 36px;
  font-size: 15px;
  margin-bottom: 10px;
}
.menu__dropdown-menu-title {
  display: block;
  color: #363636;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  padding-bottom: 10px;
}
.menu__dropdown-list {
  border-top: 1px solid #EAEAEA;
  padding-top: 14px;
  padding-bottom: 27px;
}
.menu__dropdown-link {
  text-decoration: none;
  color: #434141;
}
.menu__dropdown-link:hover {
  color: #2a9478;
  text-decoration: underline;
}
.menu__dropdown-item {
  margin-bottom: 4px;
}
/*-----------------------box-menu end-----------------------------*/
/*-----------------------header-right-box-----------------------------*/
.header-line-brend {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 12px;
}
.header-line-brend__text {
  float: left;
  margin-right: 30px;
}
.header-line-brend__menu {
  float: right;
}
.header-line-brend__menu-item {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.header-line-brend__menu-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -2px;
  background-color: #bebdbd;
  width: 4px;
  height: 4px;
  border-radius: 100px;
}
.header-line-brend__menu-item:first-child {
  padding-left: 0;
}
.header-line-brend__menu-item:first-child:before {
  display: none;
}
.header-line-brend__menu-item.active .header-line-brend__menu-link,
.header-line-brend__menu-link:hover {
  text-decoration: underline;
}
.header-line-brend__menu-link {
  color: #505050;
  text-decoration: none;
}
.box-phone-numbers.mod-header {
  position: relative;
  width: 190px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
  margin-bottom: 15px;
  padding-top: 25px;
  z-index: 10;
}
.box-phone-numbers.mod-header .phone-number {
  display: inline-block;
  background: #FFFFFF;
  padding-bottom: 5px;
}
.box-phone-numbers.mod-header .phone-number:hover {
  text-decoration: none;
}
.phone-numbers__dropdown {
  position: absolute;
  top: 0px;
  left: -10px;
  height: 19px;
  overflow: hidden;
  z-index: 2;
  background: #FFFFFF;
  margin-bottom: 5px;
  padding: 0 6px 0 12px;
}
.phone-numbers__dropdown.active {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.23);
  padding-top: 6px;
  margin-top: -6px;
}
.phone-numbers__button {
  border: none;
  position: absolute;
  top: 10px;
  right: 14px;
  background: url('../img/sprite.png') no-repeat -19px -3px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  z-index: 3;
}
.phone-numbers__button.active {
  background-position: -34px -3px;
}
.free-delivery {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  padding-top: 8px;
  margin-right: 20px;
  text-decoration: none;
}
.free-delivery * {
  color: #4e4e4e;
  font-size: 16px;
}
.free-delivery .mod-color {
  color: #175041;
  font-weight: 700;
  text-transform: uppercase;
}
.free-delivery .mod-icon {
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
.free-delivery .mod-icon:after {
  display: block;
  content: "";
  background: url('../img/sprite.png') no-repeat -50px -1px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  right: -17px;
}
.basket-box {
  position: relative;
  float: right;
  display: inline-block;
  vertical-align: top;
  color: #505050;
  text-decoration: none;
  padding-top: 6px;
  font-size: 16px;
  padding-left: 61px;
}
.basket-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("../img/basket.png") no-repeat;
  height: 49px;
  width: 49px;
}
.basket-box:hover {
  text-decoration: underline;
}
.basket-box__item {
  display: inline-block;
  vertical-align: middle;
}
.basket-box__item span:not(.sum-value) {
  display: block;
}
.basket-box__item .sum-value {
  font-weight: 700;
}
.basket-box__text {
  line-height: 18px;
  margin-bottom: 6px;
}
.basket-box__text.mod-uppercase {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.header-brand__box-letters {
  text-align: justify;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  overflow: hidden;
  width: 948px;
  font-size: 0;
}
.header-brand__box-letters:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
}
.header-brand__text {
  text-transform: uppercase;
  padding-right: 2px;
  width: 143px;
  display: inline-block;
  vertical-align: middle;
}
.header-brand__letters {
  color: inherit;
  display: inline-block;
  margin-right: 2px;
  font-size: 16px;
}
.header-brand__link {
  color: inherit;
  display: block;
  text-decoration: none;
  padding: 2px 12px;
  text-align: center;
  border-radius: 6px;
}
.header-brand__link:hover {
  color: #2a9478;
  background-color: #f4f4f4;
}
.header-brand__link.active {
  color: #175041;
  background-color: #f4f4f4;
  border-radius: 6px 6px 0 0;
}
.header-brand__link.mod-all {
  color: #175041;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  float: right;
  line-height: 23px;
  padding: 1px 8px;
}
.header-brand__link.mod-all:hover,
.header-brand__link.mod-all.active {
  text-decoration: none;
}
.brands-detailed-box {
  position: absolute;
  width: 100%;
}
.brands-detailed-list {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fcfafa;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 20px;
}
.brands-detailed-list.active {
  display: block;
  z-index: 3;
}
.brands-detailed-list__column {
  float: left;
  width: 200px;
  margin-left: 38px;
}
.brands-detailed-list__column:first-child {
  margin-left: 0;
}
.brand-all {
  border-top: 1px dashed #999999;
  margin: 0 0 22px;
  overflow: hidden;
  padding-top: 25px;
}
.brand-all .brands-detailed-list__column {
  width: 190px;
  margin-left: 20px;
}
.brand_letter {
  float: left;
  font-size: 70px !important;
  line-height: normal;
  padding: 2px 0 0 21px;
  margin: 0 0px 0 0;
  width: 100px;
}
.brands-detailed-list__item {
  margin-bottom: 14px;
}
.brands-detailed-list__link {
  color: inherit;
}
.brands-detailed-list__link:hover {
  color: #2a9478;
  text-decoration: underline;
}
.header-line-form {
  width: 320px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  margin-right: 28px;
}
.search-form {
  position: relative;
  font-size: 0;
  border: 1px solid #e7e5e5;
  padding-left: 0;
  width: auto;
}
.search-form:after {
  clear: both;
}
.search-form input[type="text"] {
  width: 268px;
  padding-left: 24px;
  vertical-align: top;
  height: 50px;
  color: #5a5a5a;
  font-size: 16px;
  font-style: normal;
  border: none;
  box-shadow: none;
}
.search-form input[type="text"]:focus {
  border: none;
}
.search-form .search-icon {
  float: right;
  position: relative;
  height: 19px;
  width: 24px;
  background: url(../img/sprite.png) no-repeat -68px -2px;
  margin-top: 16px;
  margin-right: 14px;
}
.search-form input[type="submit"] {
  display: block;
  position: absolute;
  width: 58px;
  height: 50px;
  right: -20px;
  top: -14px;
  vertical-align: top;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
/*-----------------------header-right-box-----------------------------*/
.header-bottom-list__item,
.header-bottom-list__link,
.header-bottom-list__img {
  display: inline-block;
  vertical-align: middle;
}
.header-bottom-list {
  margin-right: -35px;
}
.header-bottom-list__link {
  color: #434141;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
.header-bottom-list__link:hover span {
  text-decoration: underline;
}
.header-bottom-list__link:before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 3px;
}
.header-bottom-list__link.mod-about-us:before {
  background: url("../img/menu-top-about-us.png") no-repeat;
  width: 35px;
  height: 34px;
}
.header-bottom-list__link.mod-for-buyers:before {
  background: url("../img/menu-top-buyer.png") no-repeat;
  width: 32px;
  height: 34px;
}
.header-bottom-list__link.mod-delivery:before {
  background: url("../img/menu-top-delivery-pay.png") no-repeat;
  width: 25px;
  height: 35px;
}
.header-bottom-list__link.mod-feedbacks:before {
  background: url("../img/menu-top-feedbacks.png") no-repeat;
  width: 35px;
  height: 34px;
}
.header-bottom-list__link.mod-contacts:before {
  background: url("../img/menu-top-contacts.png") no-repeat;
  width: 35px;
  height: 34px;
}
.header-bottom-list__item.mod-dropdown-menu .header-bottom-list__link {
  padding-right: 27px;
  position: relative;
}
.header-bottom-list__item.mod-dropdown-menu .header-bottom-list__link:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -4px;
  background: url('../img/sprite.png') no-repeat -22px -20px;
  width: 10px;
  height: 6px;
}
.header-bottom-list__item.mod-dropdown-menu .header-bottom-list__link.active:after {
  background: url('../img/sprite.png') no-repeat -36px -20px;
}
.header-bottom-list__item.mod-dropdown-menu {
  position: relative;
}
.header-bottom-list__item.mod-dropdown-menu:hover .header-bottom-list__dropdown {
  display: block;
}
.header-bottom-list__item {
  margin-right: 28px; /*34px*/
  position: relative;
}
.header-bottom-list__item:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -21px;
}
.header-bottom-list__item.active .header-bottom-list__link span {
  text-decoration: underline;
}
.header-bottom-list__dropdown {
  display: none;
  position: absolute;
  left: -20px;
  top: 50px;
  background-color: #fcfafa;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 14px 14px 0 14px;
  width: 100%;
  z-index: 2;
  box-sizing: content-box;
}
.header-bottom-list__dropdown-link {
  margin-bottom: 14px;
  color: inherit;
  display: block;
}
.header-bottom-list__dropdown-link:hover {
  color: #2a9478;
  text-decoration: underline;
}
/*-----------------------------------------------header end--------------------------------------------------------*/
/*------------------------slider begin------------------------------*/
.slider-container {
  padding: 22px 0 15px;
}
.b-index-slider {
  position: relative;
  z-index: 1;
}
.b-index-slider .index-slide {
  display: none;
}
.b-index-slider .index-slide:first-child,
.b-index-slider .index-slide.slick-slide {
  display: block;
}
.b-index-slider .slick-list {
  z-index: 1;
}
.b-index-slider .slick-dots {
  z-index: 2;
}
/*------------------------b-index-slider end------------------------------*/
.mod-three-col {
  width: 379px;
  margin-right: 26px;
}
.mod-three-col:last-child {
  margin-right: 0;
}
.mod-four-col {
  width: 272px;
}
/*-----------------------------------------------popular-box--------------------------------------------------------begin- */
.popular-box-container {
  padding: 10px 0 32px;
}
.popular-box {
  display: inline-block;
  vertical-align: top;
  padding: 20px 11px 16px 18px;
  text-align: left;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  margin-right: 27px;
  box-sizing: border-box;
}
.popular-box__img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 17px;
  margin-right: 5px;
}
.popular-box__header {
  color: #434141;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 17px;
  width: 270px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.popular-box__item {
  display: inline-block;
  vertical-align: top;
  width: 104px;
  margin-bottom: 6px;
  margin-right: 9px;
}
.popular-box__link {
  color: inherit;
  text-decoration: none;
  line-height: 18px;
}
.popular-box__link:hover {
  text-decoration: underline;
  color: #175041;
}
/*-----------------------------------------------popular-box--------------------------------------------------------end- */
/*-----------------------------------------------why-we-box--------------------------------------------------------begin- */
.why-we-container {
  background-color: #f4f4f4;
  padding: 39px 0 45px;
}
.why-we-box {
  clear: both;
}
.why-we-box__item {
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 27px;
}
.why-we-box__img {
  margin-bottom: 11px;
  display: inline-block;
  vertical-align: top;
}
.why-we-box__header {
  margin-bottom: 29px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.why-we-box__small-header {
  margin-bottom: 2px;
}
.why-we-box__big-header {
  font-size: 20px;
}
.why-we-box__text-item {
  line-height: 19px;
}
/*-----------------------------------------------why-we-box--------------------------------------------------------end- */
/*----------------------------------------------- plates-series begin -----------------------------------------------*/
.plates-series-container {
  background-color: #fff;
  padding: 37px 0 18px;
}
.product-box {
  margin: 0 -16px 0;
}
.product {
  position: relative;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  margin: 0 16px 29px;
  padding: 15px 15px 18px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 272px;
}
.product__link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: inherit;
}
.product__link:hover {
  text-decoration: underline;
}
.product__link.img-link {
  margin-bottom: 9px;
  display: inline-block;
}
.product__country {
  text-align: center;
  margin-bottom: 17px;
}
.product__text {
  text-transform: uppercase;
  display: block;
}
.product__text:before {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: #e7e5e5;
  margin-bottom: 14px;
}
.product__text.mod-column {
  float: left;
  text-align: left;
}
.product__text.mod-column .product__price,
.product__text.mod-column .product__currency {
  display: block;
}
.product__text.mod-column .product__price {
  padding-top: 4px;
}
.product__column-buy {
  float: right;
  text-align: center;
}
.product__column-buy .button {
  margin-bottom: 5px;
  display: block;
  margin: 3px 0 5px 0;
}
.product__column-buy a {
  color: #434141;
}
.product__line-buy:before {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: #e7e5e5;
  margin-bottom: 17px;
}
.product__line-buy .product__text:before {
  display: none;
}
.product__price {
  display: inline;
  /*color: #175041;*/
  color: #ab2828;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
}
.product__currency {
  text-transform: lowercase;
}
.product__sticker-popular {
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  background: url('../img/sticker-popular.png') no-repeat;
  width: 48px;
  height: 48px;
}
.product__sticker-popular2 {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/top.png) no-repeat;
  width: 88px;
  height: 88px;
}
.product__sticker-new {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/new.png) no-repeat;
  width: 86px;
  height: 87px;
}
.product__name {
  margin-bottom: 4px;
  text-align: center;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  display: block;
  color: #434141;
  text-transform: uppercase;
}
.product__name:hover {
  text-decoration: underline;
}
/*----------------------------------------------- plates-series end -----------------------------------------------*/
/*----------------------------------------------- feedbacks begin -----------------------------------------------*/
.feedbacks-container {
  position: relative;
  background-color: #f4f4f4;
  padding: 36px 0 46px;
}
.feedbacks-box {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.feedbacks-average-mark-box {
  font-family: 'Lato', sans-serif;
  position: absolute;
  right: 23px;
  top: 0;
  display: inline-block;
}
.feedbacks-average-mark-box__stars {
  width: 235px;
  height: 49px;
  line-height: 49px;
  background: url(../img/average-mark-img.png) no-repeat center center;
  text-align: center;
  margin-bottom: 9px;
}
.feedbacks-average-mark-box__mark {
  text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.feedbacks-average-mark-box__text {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.feedbacks-box__item {
  padding: 14px 16px;
  background-color: #f6f6f6;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  margin-bottom: 20px;
  z-index: 2;
}
.feedbacks-box__item.mod-last {
  margin-bottom: 0;
}
.feedbacks-box__item.mod-answer {
  background: none;
  position: relative;
  margin-left: 40px;
}
.feedbacks-box__item.mod-answer:before {
  content: '';
  display: block;
  position: absolute;
  left: -25px;
  top: -21px;
  background: url("../img/answer.png") no-repeat;
  width: 25px;
  height: 44px;
}
.feedbacks-box__item.mod-first {
  width: 892px;
}
.feedbacks-info-box {
  font-weight: 700;
  margin-bottom: 9px;
}
.feedbacks-info-box__date {
  display: inline-block;
  vertical-align: top;
  color: #175041;
  padding-right: 0px;
  font-family: 'Lato', sans-serif;
}
.feedbacks-info-box__date:after {
  display: inline-block;
  content: " / ";
  width: auto;
  color: #434141;
  margin-left: 0px;
}
.feedbacks-info-box__author {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.feedbacks-box__text {
  height: 79px;
  overflow: hidden;
  line-height: 19px;
}
.feedbacks-box__stars {
  position: relative;
  width: 109px;
  height: 19px;
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.feedbacks-box__stars-gold {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/stars-gold.png) no-repeat 0 0;
  display: block;
  height: 19px;
  line-height: 0;
  font-size: 0;
}
.feedbacks-box__stars-grey {
  background: url(../img/stars-grey.png) no-repeat 0 0;
  display: block;
  height: 19px;
  line-height: 0;
  font-size: 0;
}
/*----------------------------------------------- feedbacks end -----------------------------------------------*/
/*----------------------------------------------last-publications begin-------------------------------------------------------*/
.publications-box {
  z-index: 2;
  background-color: #fff;
}
.last-publications-container {
  padding: 41px 0 0px;
}
.box-news {
  border-bottom: 1px solid #e7e5e5;
  padding: 0px 0 47px;
}
.b-news {
  display: inline-block;
  vertical-align: top;
  width: 379px;
  margin-left: 26px;
}
.b-news:first-child {
  margin-left: 0;
}
.b-news_tittle-box {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.b-news_tittle-box:after {
  display: block;
  width: 100%;
  clear: both;
}
.b-news__img-link {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 14px;
  padding-top: 4px;
}
.b-news__date {
  margin-bottom: 5px;
  color: #175041;
}
.b-news__header {
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
.b-news__name {
  text-decoration: none;
  color: #434141;
  display: block;
  height: 80px;
  overflow: hidden;
}
.b-news__name:hover {
  text-decoration: underline;
}
.b-news__text {
  height: 98px;
  overflow: hidden;
  clear: both;
}
/*----------------------------------------------last-publications end-------------------------------------------------------*/
/*----------------------------------------------big-article-box begin-------------------------------------------------------*/
.big-article-container {
  padding: 44px 0 41px;
}
.big-article-item__text {
  overflow: hidden;
  line-height: 19px;
  height: 173px;
  margin-bottom: 12px;
}
.read-next-line {
  text-align: right;
}
.index-text__dropdown {
  display: none;
}
/*----------------------------------------------big-article-box end------------------------------------------*/
/*-----------------------------------------product-cart begin-------------------------------------------------------*/
.mod-product-cart .title h1 {
  width: 940px;
}
.product-cart__left-column {
  float: left;
  width: 585px;
  margin-right: 28px;
}
.product-cart__right-column {
  float: right;
  width: 585px;
}
.product-cart__large-img {
  position: relative;
  padding: 29px;
  border: 1px solid #E7E5E5;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 2px;
}
.product-cart__large-img-link {
  display: inline-block;
  line-height: 0;
}
.product-cart__large-img-link:hover {
  opacity: 0.9;
}
.product-cart__large-img-link img {
  max-width: 100%;
  height: auto;
}
.product-cart__box-small-img {
  margin-right: -23px;
  font-size: 0;
}
.product-cart__small-img-link {
  display: inline-block;
  margin-right: 21px;
  vertical-align: top;
  margin-bottom: 20px;
  border: 1px solid #E7E5E5;
  padding: 13px 16px;
  text-align: center;
  line-height: 0;
}
.product-cart__small-img-link:hover {
  opacity: 0.9;
}
.box-product-detail-info__header-feedbacks {
  text-align: right;
  margin-bottom: 29px;
  margin-top: -52px;
}
.feedbacks-box__stars.mod-product-detailed-info {
  position: relative;
  width: 109px;
  height: 19px;
  display: inline-block;
  line-height: 0;
  font-size: 0;
  vertical-align: top;
  margin-right: 7px;
}
.box-product-detail-info__header-feedbacks-text {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-right: 2px;
}
.box-product-detail-info__availability {
  margin-bottom: 17px;
}
.box-product-detail-info__availability-value {
  float: left;
  max-width: 48%;
  text-align: left;
  font-weight: 700;
  position: relative;
  color: #828080;
  margin-top: -1px;
}
.box-product-detail-info__availability-value.mod-instock {
  padding: 0 0 0 24px;
  color: #434141;
}
.box-product-detail-info__availability-value.mod-instock:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -8px;
  left: 0;
  background: url('../img/sprite.png') no-repeat -45px -71px;
  width: 17px;
  height: 17px;
}
.box-product-detail-info__article {
  float: right;
  max-width: 48%;
  text-align: right;
}
.box-product-detail-info__add-to-basket {
  margin-bottom: 17px;
}
.box-product-detail-info__add-to-basket-price {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 14px;
  margin-top: -3px;
}
.box-product-detail-info__add-to-basket-price-label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
.box-product-detail-info__add-to-basket-price-text {
  display: block;
}
.box-product-detail-info__add-to-basket-price-value {
  display: inline-block;
  vertical-align: bottom;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  color: #175041;
}
.box-product-detail-info__add-to-basket-price-currency {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 15px;
}
.box-product-detail-info__add-to-basket-price-item-counting {
  vertical-align: top;
  font-size: 10px;
  line-height: 12px;
}
.quantity {
  font-size: 0;
  line-height: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.quantity_form {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  width: auto;
}
.quantity_value {
  width: 42px;
  height: 43px;
  margin-right: 0px;
  text-align: center;
  padding: 0 5px;
  line-height: normal;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #dbdada;
  border-radius: 3px;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.08);
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  vertical-align: middle;
}
.quantity_value_down {
  margin-right: 1px;
  cursor: pointer;
  border: none;
}
.quantity_value_up {
  margin-right: 18px;
  cursor: pointer;
  border: none;
}
.quantity_value_down,
.quantity_value_up {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 43px;
  background-color: #ebe9e9;
  border-radius: 3px;
  position: relative;
}
.quantity_value_down:before,
.quantity_value_up:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/sprite.png);
  left: 50%;
  top: 50%;
}
.quantity_value_up:before {
  background-position: -66px -74px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.quantity_value_down:before {
  background-position: -92px -74px;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  margin-top: -1px;
}
.form-with-background__right-box {
  display: inline-block;
  position: relative;
  width: 420px;
  vertical-align: top;
  z-index: 1;
}
.form-with-background__header-medium.mod-product-detailed-info {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}
.form-with-background__header-text.mod-product-detailed-info {
  margin: 0;
  max-width: 409px;
  margin-bottom: 7px;
}
.form-with-background.mod-product-detailed-info {
  padding: 20px 18px 15px 33px;
  margin-bottom: 21px;
}
.form-with-background.mod-product-detailed-info .form-with-background__content:before {
  display: none;
}
.form-with-background.mod-product-detailed-info:after {
  width: 136px;
  height: 120px;
  z-index: 0;
  background-size: 100% 100%;
}
.form-with-background.mod-product-detailed-info form input[type="text"],
.form-with-background.mod-product-detailed-info form input[type="password"],
.form-with-background.mod-product-detailed-info form input[type="tel"],
.form-with-background.mod-product-detailed-info form input[type="email"],
.form-with-background.mod-product-detailed-info form input[type="number"],
.form-with-background.mod-product-detailed-info form input[type="login"] {
  width: 243px;
  padding: 13px 16px;
  margin-right: 15px;
}
.form-with-background.mod-product-detailed-info .form-with-background__img {
  margin-right: 24px;
}
.order-one-click.mod-color-2 {
  background-color: #72a4d9;
  background-color: #ebb200;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding: 7px 65px 7px 19px;
  text-transform: none;
  font-weight: 400;
  width: 149px;
  height: 43px;
  line-height: 16px;
  display: inline-block;
  vertical-align: bottom;
}
.order-one-click.mod-color-2:before {
  position: absolute;
  content: "";
  right: 14px;
  top: 6px;
  background: url('../img/sprite.png') no-repeat 0px -68px;
  width: 38px;
  height: 32px;
}
input[type="submit"].mod-submit-form-color-back {
  background-color: #41b3ee;
  margin-top: 30px;
  height: 43px;
  padding: 14px 23px 14px;
}
input[type="submit"].mod-submit-form-color-back.mod-product-detailed-info {
  margin: 0;
}
input[type="submit"].box-product-detail-info__add-to-basket-btn {
  padding: 18px 28px;
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
  height: 50px;
  top: 4px;
}
input[type="submit"].order-one-click-submit {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  left: 0;
  top: 0;
}
.product-detail-list__item {
  font-size: 15px;
  margin-bottom: 9px;
}
.product-detail-list__item:last-child {
  margin-bottom: 0;
}
.product-detail-list__item-value {
  display: inline-block;
  vertical-align: middle;
  width: 196px;
}
.product-detail-list {
  width: 277px;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  margin-bottom: 18px;
  padding: 14px 10px 6px 19px;
}
.product-detail-list.mod-left {
  float: left;
  min-height: 255px;
}
.product-detail-list.mod-right {
  float: right;
  padding-top: 14px;
  min-height: 255px;
}
.product-detail-list.mod-right .product-detail-list__item {
  margin-bottom: 8px;
}
.product-detail-list.mod-right .product-detail-list__item:last-child {
  margin-bottom: 0;
}
.product-detail-list.mod-bottom {
  clear: both;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.product-detail-list.mod-bottom .product-detail-list__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  position: relative;
  margin-bottom: 4px;
  line-height: 21px;
  padding-left: 16px;
  margin-right: 9px;
}
.product-detail-list.mod-bottom .product-detail-list__item:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #b3b2b2;
  left: 0px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}
.product-detail-list.mod-bottom .product-detail-list__item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.product-detail-list.mod-bottom .product-detail-list__item:first-child:after {
  display: none;
}
.product-detail-list img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.product-detail-list .product-detail-list__label {
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-right: 10px;
  margin-top: 1px;
}
.product-detail-tabs {
  padding: 20px 0 16px;
  border-bottom: 1px solid #E7E5E5;
}
.tabs-line {
  text-align: left;
  margin-bottom: 30px;
}
.tabs-line li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.tabs-line a {
  display: block;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  line-height: 39px;
  background-color: #EBE9E9;
  border-radius: 4px;
  color: #434141;
  text-align: center;
  padding: 0 22px;
  border: 1px solid #E7E5E5;
  text-transform: uppercase;
}
.tabs-line a:hover {
  background: #176051;
  border-color: #176051;
  color: #Ffffff;
}
.product-section {
  padding: 35px 0 37px;
}
.product-section h2 {
  margin-bottom: 25px;
}
.product-section .more-box {
  padding-top: 5px;
}
.product-section .box-carousel {
  height: 395px;
  overflow: hidden;
}
.product-section .box-carousel.slick-slider {
  height: auto;
  overflow: hidden;
}
.product-cart__feedbacks {
  padding: 10px 0 19px 0;
}
.product-cart__feedbacks .more-box {
  padding-top: 16px;
}
.container-box-control {
  text-align: center;
}
.box-control {
  display: inline-block;
  position: relative;
}
.product-section.container-carrousel {
  border-top: 1px solid #E7E5E5;
  padding-bottom: 18px;
}
.box-carousel {
  margin: 0 -16px;
}
.box-carousel .product {
  margin-bottom: 16px;
}
.rate_box {
  position: relative;
  width: 108px;
  height: 19px;
  background: url(../img/stars-grey.png) repeat-x;
}
.rate_box .rate-star1,
.rate_box .rate-star2,
.rate_box .rate-star3,
.rate_box .rate-star4,
.rate_box .rate-star5 {
  height: 19px !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
}
.rate_box .rate-star1 input,
.rate_box .rate-star2 input,
.rate_box .rate-star3 input,
.rate_box .rate-star4 input,
.rate_box .rate-star5 input {
  margin: 0!important;
  height: 19px;
}
.rate_box .rate-star1:hover,
.rate_box .rate-star2:hover,
.rate_box .rate-star3:hover,
.rate_box .rate-star4:hover,
.rate_box .rate-star5:hover {
  background: url(../img/stars-gold.png) 0 0 repeat-x;
}
.rate_box .rate-star1 .iradio_minimal,
.rate_box .rate-star2 .iradio_minimal,
.rate_box .rate-star3 .iradio_minimal,
.rate_box .rate-star4 .iradio_minimal,
.rate_box .rate-star5 .iradio_minimal {
  vertical-align: top;
  background: none;
  height: 19px;
  margin-top: 0;
}
.rate_box .rate-star1 .iradio_minimal:hover,
.rate_box .rate-star2 .iradio_minimal:hover,
.rate_box .rate-star3 .iradio_minimal:hover,
.rate_box .rate-star4 .iradio_minimal:hover,
.rate_box .rate-star5 .iradio_minimal:hover,
.rate_box .rate-star1 .iradio_minimal.checked,
.rate_box .rate-star2 .iradio_minimal.checked,
.rate_box .rate-star3 .iradio_minimal.checked,
.rate_box .rate-star4 .iradio_minimal.checked,
.rate_box .rate-star5 .iradio_minimal.checked {
  background: url(../img/stars-gold.png) 0 0 repeat-x;
}
.rate_box .radio:before {
  display: none;
}
.rate_box .radio.r-chd,
.rate_box .radio:hover {
  background: url(../img/stars-gold.png) 0 0 repeat-x;
}
.rate_box .rate-star1,
.rate_box .rate-star1 .iradio_minimal {
  z-index: 7;
  width: 22px !important;
}
.rate_box .rate-star1 input {
  width: 22px !important;
}
.rate_box .rate-star2,
.rate_box .rate-star2 .iradio_minimal {
  z-index: 6;
  width: 44px !important;
}
.rate_box .rate-star2 input {
  width: 44px !important;
}
.rate_box .rate-star3,
.rate_box .rate-star3 .iradio_minimal {
  z-index: 5;
  width: 66px !important;
}
.rate_box .rate-star3 input {
  width: 66px !important;
}
.rate_box .rate-star4,
.rate_box .rate-star4 .iradio_minimal {
  z-index: 4;
  width: 88px !important;
}
.rate_box .rate-star4 input {
  width: 88px !important;
}
.rate_box .rate-star5,
.rate_box .rate-star5 .iradio_minimal {
  z-index: 3;
  width: 108px !important;
}
.rate_box .rate-star5 input {
  width: 108px !important;
}
/*-----------------------------------------product-cart end-------------------------------------------------------*/
/*-----------------------------------------page-news begin-------------------------------------------------------*/
.popular-box.mod-page-news {
  display: block;
  margin-bottom: 30px;
  margin-right: 0;
}
.popular-box.mod-page-news .popular-box__item {
  width: 202px;
}
.page-news__news {
  padding-bottom: 30px;
}
.page-news__img {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 0;
}
.page-news__box-txt {
  max-height: 142px;
  overflow: hidden;
  margin-bottom: 5px;
}
.page-news__news-name {
  margin-bottom: 5px;
  overflow: hidden;
  max-height: 40px;
}
.page-news__news-name h5 {
  line-height: 1.2em;
}
.page-news__news-name a {
  text-decoration: none;
  color: #434141;
}
.page-news__news-name a:hover {
  text-decoration: underline;
}
.page-news__box-read-all {
  text-align: right;
}
.page-news__read-all {
  display: inline-block;
}
/*-----------------------------------------page-news end-------------------------------------------------------*/
/*---------------------------------------catalogue-page begin-------------------------------------------------------*/
.dropdown-form-filter {
  display: none;
}
.form-filter {
  position: relative;
  padding-left: 0;
}
.line-accordion {
  border: 1px solid #EEECED;
  padding: 0 15px;
  margin-bottom: 19px;
}
.accordion-name {
  position: relative;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 16px 12px 0;
  cursor: pointer;
}
.accordion-name:before {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  background: url(../img/sprite.png) no-repeat -22px -20px;
  width: 10px;
  height: 6px;
}
.accordion-name.ui-state-active {
  border-bottom: 1px solid #EEECED;
}
.accordion-name.ui-state-active:before {
  background-position: -36px -20px;
}
.accordion-info {
  padding: 14px 0 20px;
}
.box-accordion__item {
  margin-bottom: 10px;
}
.box-accordion__item:last-child {
  margin-bottom: 0;
}
.box-accordion__link {
  display: block;
  position: relative;
  padding-left: 13px;
  color: #434141;
  text-decoration: none;
}
.box-accordion__link:hover {
  text-decoration: underline;
}
.box-accordion__link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 6px;
  border-radius: 50%;
  background: #EB5113;
}
.sliders_box {
  position: relative;
  padding-top: 9px;
  padding-bottom: 32px;
  z-index: 1;
}
.sliders__text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 3px;
}
.sliders__text:first-child {
  margin-left: 0;
}
form input.amount {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  height: 42px;
  line-height: normal;
  border: 1px solid #DBDADA;
  text-align: center;
  color: #5e5b5b;
}
form .sliders {
  position: relative;
  margin: 18px 0 0px;
  width: 225px;
  height: 4px;
  background-color: #d3d1d1;
}
form .sliders:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -18px;
  height: 4px;
  width: 18px;
  background-color: #d3d1d1;
}
form .sliders .ui-slider-range {
  background-color: #EA5213;
}
form .sliders .ui-slider-handle {
  display: block;
  position: absolute;
  top: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #589912;
  margin-left: 0px;
  cursor: pointer;
}
.checkbox.line {
  margin-bottom: 11px;
}
.checkbox.line label {
  margin-bottom: 0;
  line-height: 17px;
  display: inline-block;
  vertical-align: top;
  width: 216px;
}
.checkbox.line:last-child {
  margin-bottom: 0;
}
.btn-apply {
  position: absolute;
  top: 270px;
  left: 255px;
  background: url(../img/pointer.png) no-repeat;
  width: 140px;
  height: 39px;
  line-height: 37px;
  padding: 0 0 0 26px;
  z-index: 10;
  box-sizing: border-box;
  font-size: 0;
}
.btn-apply__show {
  display: inline-block;
  vertical-align: middle;
  color: #Ffffff;
  font-size: 13px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-right: 5px;
}
.btn-apply__show:hover {
  text-decoration: underline;
}
.btn-apply__close {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite.png) no-repeat -123px -182px;
  width: 12px;
  height: 12px;
}
.popular-box.mod-block {
  display: block;
  margin-right: 0;
  margin-bottom: 25px;
}
.popular-box.mod-block .popular-box__item {
  width: 202px;
}
.box__text-dropdown {
  display: none;
}
h1.mod-in-content,
h2.mod-in-content {
  margin-bottom: 13px;
}
.plates-series-container.mod-border-top {
  border-top: 1px solid #F4F4F4;
}
.catalogue-page .container-text-with-dropdown {
  margin-bottom: 27px;
}
.catalogue-page .container-text-with-dropdown.mod-border-top {
  border-top: 1px solid #F4F4F4;
  padding-top: 35px;
}
.catalogue-page .container-text-with-dropdown.mod-margin-bottom0 {
  margin-bottom: 0;
}
.box-search-results {
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 15px 0;
  margin-bottom: 30px;
}
.box-search-results__text {
  float: left;
  margin-right: 15px;
}
.search-results__price {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-right: 18px;
  padding-left: 9px;
  text-decoration: none;
  color: #434141;
}
.search-results__price:hover {
  text-decoration: underline;
}
.search-results__price:before {
  content: '';
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -3px;
  width: 10px;
  height: 6px;
  background: url('../img/sprite.png') no-repeat;
}
.search-results__price.mod-price-up:before {
  background-position: -34px -3px;
}
.search-results__price.mod-price-down:before {
  background-position: -19px -3px;
}
.search-results__price.active {
  font-weight: bold;
}
.search-results_link {
  display: inline-block;
  position: relative;
  padding-right: 11px;
  margin-right: 18px;
  text-decoration: none;
  color: #434141;
}
.search-results_link:hover {
  text-decoration: underline;
}
.search-results_link:last-child {
  margin-right: 0;
}
.search-results_link:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 6px;
  height: 5px;
}
.search-results_link.mod-popular2:before {
  background: #589912;
}
.search-results_link.mod-new:before {
  background: #688CC1;
}
.search-results_link.active {
  font-weight: bold;
}
.catalogue-page .plates-series-container {
  padding-bottom: 43px;
  padding-top: 33px;
}
.catalogue-page .plates-series-container h3.mod-plates-series {
  margin-bottom: 28px;
  text-align: center;
}
.catalogue-page .form-with-background__content {
  width: 746px;
}
.box-found-products .more-box {
  padding-bottom: 12px;
  padding-top: 13px;
}
.box-found-products .box-pagination {
  margin-bottom: 30px;
}
.box-found-products {
  padding-bottom: 10px;
}
.catalogue-page .breadcrumbs {
  padding-bottom: 15px;
  padding-top: 6px;
}
.catalogue-page .form-with-background {
  margin-bottom: 31px;
}
/*-----------------------------------------catalogue-page end-------------------------------------------------------*/
/*----------------------------------------page-brands begin-------------------------------------------------------*/
.page-brands__all-brands {
  font-size: 0;
}
.page-brands__brand {
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  border: 1px solid #F4F4F4;
  margin-right: -1px;
  margin-top: -1px;
  text-align: center;
  padding: 25px;
  vertical-align: top;
  text-decoration: none;
  color: #434141;
}
.page-brands__brand:hover {
  text-decoration: underline;
}
.page-brands__img {
  margin-bottom: 10px;
}
.page-brands__name {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  height: 40px;
  overflow: hidden;
  text-transform: uppercase;
}
.page-brands .more-box {
  padding-top: 30px;
}
.page-brands .box-pagination {
  margin-top: 30px;
}
/*-----------------------------------------page-brands end-------------------------------------------------------*/
/*-----------------------------------------page-order begin-------------------------------------------------------*/
.box-table-shopcart form {
  width: 100%;
  padding-left: 0;
}
.shopcart-table {
  width: 100%;
}
.shopcart-table tr {
  border: 1px solid #e7e5e5;
}
.shopcart-table td {
  padding: 12px 12px;
  vertical-align: middle;
}
.shopcart-table td.td-product {
  width: 497px;
}
.shopcart-table .del-link {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/sprite.png') no-repeat -128px -94px;
  width: 12px;
  height: 12px;
  margin-right: 16px;
}
.shopcart-table .shopcart-table__img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  font-size: 0;
  line-height: 0;
}
.shopcart-table .shopcart-table__name {
  width: 492px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #434141;
  font-family: 'Lato', sans-serif;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
.shopcart-table .shopcart-table__name:hover {
  text-decoration: underline;
}
.shopcart-table .td-price,
.shopcart-table .td-sum {
  font-size: 20px;
}
.shopcart-table .td-price .mod-size,
.shopcart-table .td-sum .mod-size {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
}
.shopcart-table .amount {
  font-size: 0;
}
.shopcart-table .amount input[type="text"] {
  text-align: center;
  width: 63px;
}
.shopcart-table .amount-minus,
.shopcart-table .amount-plus {
  width: 43px;
  height: 43px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.shopcart-table .amount-minus {
  background-image: url("../img/mynus.png");
  margin-right: 3px;
}
.shopcart-table .amount-plus {
  background-image: url("../img/plus.png");
  margin-left: 2px;
}
.shopcart-table__result {
  background: #F4F4F4;
  text-align: center;
  padding: 20px 20px;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  border: 1px solid #e7e5e5;
  margin-top: -1px;
}
.shopcart-table__result .mod-size {
  font-size: 24px;
}
.shopcart-columns_left,
.shopcart-columns_right {
  width: 584px;
  box-sizing: border-box;
  padding: 30px 40px;
  background-color: #f4f4f4;
}
.shopcart-columns_left {
  margin-right: 30px;
  float: left;
}
.shopcart-columns_right {
  float: right;
}
.shopcart-columns_box-title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
}
.shopcart-columns_box {
  margin-bottom: 30px;
}
.shopcart-columns_box:last-child {
  margin-bottom: 0;
}
.shopcart-columns_box .line:last-child {
  margin-bottom: 0;
}
.shopcart-columns_box .form-left-column,
.shopcart-columns_box .form-right-column {
  width: 242px;
}
.shopcart-columns {
  margin-bottom: 30px;
}
.shopcart__order-result {
  font-size: 0;
  padding: 30px 40px;
  background-color: #f4f4f4;
}
.shopcart__order-result-column {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
  font-size: 16px;
}
.shopcart__order-result-column.mod-left {
  text-align: right;
  padding-right: 16px;
}
.shopcart__order-result-column.mod-right {
  -webkit-text-align: left;
  -moz-text-align: left;
  -ms-text-align: left;
  -o-text-align: left;
  text-align: left;
  padding-left: 16px;
}
.shopcart__order-result-column .page-order-result {
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  color: #175041;
  line-height: 28px;
}
/*-----------------------------------------page-order end-------------------------------------------------------*/
/*----------------------------------------------footer begin-------------------------------------------------------*/
footer {
  position: relative;
  z-index: 0;
  background: url(../img/footer-back.png) repeat;
  padding: 50px 0;
  color: #666;
  border-top: 1px solid #e7e5e5;
}
.footer-column {
  float: left;
  width: 270px;
  text-align: left;
  margin-right: 38px;
}
.footer-column.mod-fourth {
  margin-right: 5px;
}
.footer-title {
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3em;
}
.last-articles-container {
  width: 100%;
  padding-top: 5px;
}
.last-article {
  margin-bottom: 20px;
}
.last-article:after {
  clear: both;
}
.img-link.mod-footer-articles {
  display: block;
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  line-height: 0;
}
.last-article__info-item {
  color: #666;
}
.last-article__date {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  line-height: 11px;
  margin-bottom: 7px;
}
.last-article__text {
  display: block;
  color: inherit;
  text-decoration: none;
}
.last-article__text:hover {
  text-decoration: underline;
}
.footer-list.mod-series {
  padding-top: 0px;
}
.footer-list.mod-series li {
  width: 49%;
  margin-bottom: 12px;
}
.footer-list.mod-series .footer-list__item:nth-child(even) {
  padding-left: 10px;
  box-sizing: border-box;
}
.footer-list__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.footer-list__link {
  color: inherit;
  text-decoration: none;
}
.footer-list__link:hover {
  text-decoration: underline;
}
.box-phone-numbers.mod-footer {
  margin-bottom: 12px;
}
.box-phone-numbers.mod-footer .phone-number {
  color: #434141;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}
.box-schedule {
  margin-bottom: 6px;
}
.box-schedule__title {
  color: #363636;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.footer-menu__item {
  margin-bottom: 11px;
}
.footer-menu__link {
  color: #363636;
  text-decoration: none;
}
.footer-menu__item.active .footer-menu__link,
.footer-menu__link:hover {
  text-decoration: underline;
  color: #363636;
}
.adress {
  margin-bottom: 20px;
}
/*-----------------------------------------------footer end--------------------------------------------------------*/
/*------------------------window begin------------------------------*/
.window {
  display: none;
}
.window form {
  width: 382px;
  padding-left: 0;
}
.window_wrap {
  box-sizing: border-box;
  background: #FFFFFF;
  width: 610px;
  padding: 25px 34px 30px 34px;
}
.window_content {
  padding: 35px 0px 10px 0px;
}
.window_title {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #E7E5E5;
  text-align: center;
}
/*------------------------window end------------------------------*/
/*media screen 1024 begin*/
/*media screen 800 begin*/
/*media screen 640 begin*/


.free-delivery.text-mod {
  padding-top: 2px;
}
.free-delivery.text-mod p {
  line-height: 26px;
}

.menu__item {
  position: relative;
}



form.product-option {
  padding: 20px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  width: 100%;
}

form.product-option strong {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

form select {
  width: 100%;
  font-weight: normal;
  font-family: 'PT Sans',sans-serif;
  line-height: normal;
  box-sizing: border-box;
  color: #383636;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #dbdada;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.08);
}

form .options .form-group span.error {
color: #e7531b;
font-size: 14px;}

.shopcart-table td.td-product .options {
  color: #565656;
}