@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
/* === Reset === */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0; }

body {
  color: #303D56;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  margin: 0; }
.red, .error{
  color:red
}
main {
  display: block; }

img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
}
iframe{
    max-width: 100%;
}
p {
  margin: 0 0 20px; }

ul, ol {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a, input, textarea {
  outline: none; }

a {
  color: #111a5d; }

a:hover {
  text-decoration: none; }

th {
  font-weight: normal;
  text-align: left; }

fieldset {
  padding: 0;
  border: 0;
  margin: 0; }

blockquote {
  margin: 0;
  padding: 0; }

textarea {
  resize: none;
  overflow: auto; }

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

.clear {
  clear: both;
  display: block; }

.color-danger {
  color: #ff0000; }

.color-success {
  color: #029209; }

.color-grey {
  color: #77879b; }

.font-italic {
  font-style: italic; }

.nowrap {
  white-space: nowrap; }

h1, .pagetitle {
  margin: 0 0 34px;
  line-height: 30px;
  font-size: 34px;
  font-weight: 700; }

h3, .pagetitle3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 20px;
  font-weight: 700; }

/* === Responsive grid === */
.clear {
  clear: both;
  display: block; }

.clearfix:after {
  content: '';
  clear: both;
  display: block; }

.container {
  margin: 0 auto;
  width: 1240px; }

.row {
  -ms-display: flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .row.vcenter {
    align-items: center; }

[class*='grid'] {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

.grid20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.grid2 {
  -ms-flex: 0 0 16.666666%;
  flex: 0 0 16.666666%;
  max-width: 16.666666%; }

.grid3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.grid4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.grid5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.grid6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.grid7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.grid8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.grid9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.grid10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.pull-right {
  float: right; }

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

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

.sm-visible, .tb-visible {
  display: none; }

/* === FORMS === */
.input, .btn {
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none; }

/* === Text field === */
.input {
  background: #fff;
  border: 1px solid #d5d7ea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 9px 14px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  height: 40px; }
  .input:focus {
    border-color: #77879b; }
  .input.error {
    border-color: red; }
  .input-error {
    color: red;
    margin: 6px 0 0;
    line-height: 18px; }
  .input-text {
    color: #77879b;
    margin: 6px 0 0;
    line-height: 18px; }
  .input:disabled {
    background: #eff2f5; }

textarea.input {
  display: block;
  height: 140px;
  resize: none; }
textarea.adress-block{
  height: 60px;
}
/* === jq-number === */
.jq-number {
  display: inline-block;
  width: 108px;
  min-width: 108px;
  background: #fff;
  border: 1px solid #d5d7ea;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  height: 42px; }

  .jq-number__field {
    /*padding: 2px 3px 2px 20px;*/
    margin: 0 !important; }
    .jq-number__field input {
      -webkit-appearance: none;
      appearance: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      outline: none;
      width: 100%;
      height: 36px;
      margin: 0;
      padding: 0;
      text-align: center;
      border: 0;
      background: 0;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      line-height: 34px; }
  .jq-number__spin {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    width: 32px;
    height: 36px;
    position: absolute;
    top: 2px;
    cursor: pointer;
    background: #d5d7ea;
    color: #303D56;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none; }
    .jq-number__spin.minus {
      left: 2px; }
      .jq-number__spin.minus::before {
        content: '-'; }
    .jq-number__spin.plus {
      right: 2px; }
      .jq-number__spin.plus::before {
        content: '+'; }

/* === Select === */
select.selectbox {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  border: 1px solid #d5d7ea;
  color: #303D56;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 30px 0 15px;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  background: #fff url(/images/template_2021/svg/down-chevron.svg) calc(100% - 10px) center no-repeat;
  background-size: 14px 10px; }
  select.selectbox.block {
    width: 100%; }

/* === Button === */
.btn {
  background: #e29c3d;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out; }
  .btn:hover {
    background: #eaa136; }
  .btn-block {
    display: block; }
  .btn-light, .btn-vote, .btn-vote:hover {
    background: #eff2f5;
    color: #303D56; }
.btn-vote {
  cursor: auto;
}
    .btn-light:hover {
      background: #d5d7ea; }
  .btn-grey {
    background: #77879b; }
    .btn-grey:hover {
      background: #59636e; }
  .btn-red {
    background: #ff0000; }
    .btn-red:hover {
      background: #c40505; }
  .btn-dark {
    background: #111a5d; }
    .btn-dark:hover {
      background: #28306d; }
  .btn-large {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 30px;
    font-weight: 300; }
  .btn-xs {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 12px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif; }
  .btn.disabled {
    cursor: default; }
  .btn-cart span {
    position: relative;
    padding-left: 28px; }
  .btn-cart span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/cart-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    left: 0;
    top: -3px; }
  .btn-refresh span {
    position: relative;
    padding-left: 28px; }
  .btn-refresh span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/refresh.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    left: 0;
    top: -1px; }
  .btn-border {
    background: 0;
    border: 1px solid #d5d7ea;
    color: #111a5d;
    padding-top: 9px;
    padding-bottom: 9px; }
    .btn-border:hover {
      background: #d5d7ea; }
  .btn-edit span {
    padding-left: 30px;
    position: relative; }
  .btn-edit span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/edit.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0; }
  .btn-fav span {
    padding-left: 24px;
    position: relative; }
  .btn-fav span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/heart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    left: 0;
    top: -1px; }
  .btn-pre span {
    padding-left: 20px;
    position: relative; }
  .btn-pre span::before ,.btn-request span::before ,.btn-buy span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/bookmark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 16px;
    left: 0;
    top: 0; }
  .btn-del span {
    padding-left: 20px;
    position: relative; }
  .btn-del span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/close-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    left: 0;
    top: 1px; }
  .btn-download span {
    padding-left: 30px;
    position: relative; }
  .btn-download span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/download.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0; }
  .btn-view span {
    padding-left: 26px;
    position: relative; }
  .btn-view span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/eye-dark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 12px;
    left: 0;
    top: 2px; }
  .btn-view:not(.btn-light) span::before {
    background-image: url(/images/template_2021/svg/eye.svg); }
  .btn-filter span {
    padding-left: 24px;
    position: relative; }
  .btn-filter span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/filter.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    left: 0;
    top: -1px; }
  .btn-reset {
    background: 0;
    color: #77879b; }
    .btn-reset:hover {
      background: #eff2f5; }
    .btn-reset span {
      padding-left: 22px;
      position: relative; }
    .btn-reset span::before {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/cancel.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 14px;
      height: 14px;
      left: 0;
      top: 1px; }

input.btn, button.btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 40px; }

input.btn-large, button.btn-large {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 50px; }

input.btn-block, button.btn-block {
  width: 100%; }

/* === Radio / Checkbox === */
input[type='radio'], input[type='checkbox'] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 1px solid #d5d7ea; }

input[type='radio'].red-border, input[type='checkbox'].red-border{
  border: 1px solid red;
}
input[type='radio'].green-border, input[type='checkbox'].green-border{
  border: 1px solid green;
}
  input[type='radio']:checked, input[type='checkbox']:checked {
    background-position: center center; }

input[type='radio'] {
  background: #fff url(/images/template_2021/svg/radio.svg) -9999px -9999px no-repeat;
  background-size: 10px 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%; }

input[type='checkbox'] {
  background: #fff url(/images/template_2021/svg/check.svg) -9999px -9999px no-repeat;
  background-size: 10px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px; }

/* === Fields === */
.check-field {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px !important; }
  .check-field input[type='radio'], .check-field input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0; }
.check-field .active {
  cursor: initial;
  color: black;
}
.input-field {
  display: block;
  margin: 0 0 20px; }
  .input-field label {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 16px;
    min-height: 16px; }
  .input-field .input {
    width: 100%; }
  .input-field select, .input-field .jq-selectbox {
    width: 100%; }
  .input-field.last {
    margin: 0; }
  .input-field.margin30 {
    margin: 0 0 30px; }
  .input-field.margin40 {
    margin: 0 0 40px; }

/* pagehead */
.pagehead {
  margin: 0 0 30px; }
  .pagehead.flexed {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .pagehead h1 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600; }
  .pagehead_more {
    font-size: 16px;
    line-height: 18px; }

/* navbars */
.navbars {
  background-image: url("/images/template_2021/svg/bars.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 22px;
  display: inline-block;
  min-width: 24px; }

/* to_favorite */
.to_favorite, .to_collection {
  background: 0;
  border: 0;
  background-image: url("/images/template_2021/svg/heart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  cursor: pointer; }
  .to_favorite.active {
    background-image: url(/images/template_2021/svg/heart-active.svg); }

/* pagination */
.pagination {
  -ms-display: flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px; }
  .pagination_pages {
    -ms-display: flexbox;
    display: flex; }
    .pagination_pages a, .pagination_pages .pagination_current {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      vertical-align: middle;
      display: inline-block;
      font-size: 16px;
      font-family: 'Roboto Condensed', sans-serif;
      margin: 0 2px;
      padding: 0 6px;
      text-decoration: none; }
    .pagination_pages a {
      background-color: #eff2f5;
      color: #303D56; }
    .pagination_pages a:hover {
      background-color: #d5d7ea; }
  .pagination_current {
    background: #111a5d;
    color: #fff; }
  .pagination_prev, .pagination_next {
    background-image: url(/images/template_2021/svg/left-chevron.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 18px; }
  .pagination_next {
    transform: matrix(-1, 0, 0, 1, 0, 0); }

/* sorting */
.sorting {
  -ms-display: flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px; }
  .sorting_col {
    -ms-display: flexbox;
    display: flex;
    align-items: center; }
  .sorting_title {
    font-weight: 600;
    margin-right: 15px; }
  .sorting a {
    color: #77879b;
    text-decoration: none;
    margin-right: 18px;
    position: relative;
    padding-right: 10px;
    cursor: pointer;

  }
    .sorting a:last-child {
      margin-right: 0; }
    .sorting a::before {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/up.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 7px;
      height: 14px;
      right: 0;
      top: 50%;
      margin-top: -7px;
      transform: matrix(1, 0, 0, -1, 0, 0); }
    .sorting a.desc::before {
      transform: matrix(1, 0, 0, 1, 0, 0); }
    .sorting a.active {
      color: #ffaf3a; }
    .sorting a.active::before {
      background-image: url(/images/template_2021/svg/up-active.svg); }
  .sorting_filter {
    display: none;
    margin: 0 0 15px; }
  .sorting h1 {
    margin: 0; }
.sorting_links a {display: inline-block;}
/* ontop */
#ontop {
  background: #fff url(/images/template_2021/svg/down-chevron.svg) center center no-repeat;
  background-size: 14px 10px;
  border: 1px solid #d5d7ea;
  width: 44px;
  height: 44px;
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  display: none; }
  #ontop:hover {
    background-color: #d5d7ea; }

/* show_filter */
#show_filter {
  background: #111a5d url(/images/template_2021/svg/filter.svg) center center no-repeat;
  background-size: 24px 24px;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 16px;
  bottom: 100px;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
  z-index: 1000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  display: block;
  cursor: pointer;
  display: none; }
  #show_filter:hover {
    background-color: #28306d; }

#show_filter b, .btn-filter b {
  background: #ffaf3a;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  height: 16px;
  min-width: 16px;
  padding: 0 3px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px; }

.btn-filter b {
  left: 100%;
  top: -3px; }

/* modal */
.fancybox-bg {
  background: #111a5d; }

.modal {
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  padding: 30px;
  position: relative;
  max-width: 540px;
  width: 100%;
  display: none; }
  .modal .close {
    position: absolute;
    right: 15px;
    top: 15px; }
  .modal_title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 20px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #111a5d; }
  .modal_btns {
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .modal_btns .btn {
    min-width: 160px;
    max-width: 160px; }
  .modal hr {
    background: #d5d7ea;
    border: 0;
    clear: both;
    display: block;
    margin: 20px 0;
    height: 1px; }

#notlog-order p {
  margin: 40px 0; }

#change_price {
  max-width: 740px; }

#new_view {
  max-width: 670px; }
  #new_view label {
    display: block;
    margin: 0 0 6px; }

/* langbox */
.langbox {
  background: #eff2f5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 4px 30px;
  align-items: center;
  height: 40px;
  justify-content: space-between;
  font-size: 15px;
  line-height: 23px;
  -ms-display: flexbox;
  display: flex;
  margin: 0 0 32px; }
  .langbox a {
    color: #303D56;
    text-decoration: none;
    display: block; }

/* close */
.close {
  background: 0;
  background-image: url("/images/template_2021/svg/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px; }

/* letbox */
.letbox {
  margin: 0 0 20px; }
  .letbox:last-child {
    margin: 0; }
  .letbox_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #303D56;
    position: relative;
    margin: 0 0 20px; }
    .letbox_title::before {
      content: '';
      position: absolute;
      display: block;
      background: #eff2f5;
      height: 1px;
      left: 0;
      width: 100%;
      top: 11px; }
    .letbox_title span {
      background: #fff;
      padding-right: 15px;
      position: relative;
      z-index: 10; }
  .letbox_list {
    column-count: 4;
    column-gap: 20px; }
    .letbox_list.col3 {
      column-count: 3; }
    .letbox_list.col5 {
      column-count: 5; }
    .letbox_list_item .check-field {
      margin-bottom: 8px; }
    .letbox_list_item .letbox_list_item, .letbox_list_item.child {
      margin-left: 22px; }

/* filter_slider */
.filter_slider {
  margin: 0 0 30px; }
  .filter_slider:last-child {
    margin: 0; }
  .filter_slider_title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 8px; }
  .filter_slider_flex {
    -ms-display: flexbox;
    display: flex; }
  .filter_slider_inputs {
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    width: 280px;
    margin: 0 20px 0 0; }
    .filter_slider_inputs .input {
      width: 100%; }
    .filter_slider_inputs span {
      background: #303D56;
      min-width: 10px;
      height: 1px;
      display: block;
      margin: 0 8px; }
  .filter_slider .irs {
    width: 100%;
    max-width: 360px; }
  .filter_slider .irs-bar {
    background: #ffaf3a; }
  .filter_slider .irs-handle {
    width: 24px;
    height: 24px;
    background: #ffaf3a;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 18px;
    box-shadow: inset 0 0 0 5px #fff, 0 2px 8px rgba(0, 0, 0, 0.25);
    cursor: pointer; }
    .filter_slider .irs-handle i {
      display: none !important; }
  .filter_slider .irs-from, .filter_slider .irs-to, .filter_slider .irs-single {
    background: #ffaf3a; }
    .filter_slider .irs-from::before, .filter_slider .irs-to::before, .filter_slider .irs-single::before {
      border-top-color: #ffaf3a; }

/* tagbtn */
.tagbtn {
  border: 1px solid #d5d7ea;
  color: #303D56;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 34px 6px 12px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  margin: 0 4px 8px 0;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  background: #fff; }
  .tagbtn:hover {
    background: #eff2f5; }
  .tagbtn_del {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 34px;
    background: url(/images/template_2021/svg/close.svg) center center no-repeat;
    background-size: 10px 10px; }

.hidden{
  display: none;
}
.tags_wrapper {
  margin: 0 0 22px;
  overflow: hidden;
  position: relative;
  height: 34px;
  transition: height 200ms ease-in;
}
.tags_wrapper_title {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 8px 0;

}
.tags_wrapper::after {
  content: '';
  position: absolute;
  display: block;
  width: 240px;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from2', endColorstr='$to2',GradientType=1 ); }
.tags_wrapper.opened::after {
  content: none;
  display: none; }


.tags_wrapper_inner {
  padding-right: 50px; }
.tags_wrapper_show {
  background: #f1f1f1 url(/images/template_2021/svg/ellipsis.svg) center center no-repeat;
  background-size: 34px 22px;
  width: 44px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  padding: 0;
  margin: 0; }
.tags_wrapper_show.active {
  background-color: #e3e3e3;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.25); }

/* phones_mobile */
.phones_mobile {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -64px;
  display: none;
  z-index: 1500; }
  .phones_mobile a {
    display: block;
    width: 44px;
    height: 40px;
    border: 1px solid #d5d7ea;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-right: 0;
    margin-bottom: 1px;
    background-color: #eff2f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px; }
  .phones_mobile-phone {
    background-image: url(/images/template_2021/svg/phone.svg); }
  .phones_mobile-viber {
    background-image: url(/images/template_2021/svg/viber.svg); }
  .phones_mobile-whatsapp {
    background-image: url(/images/template_2021/svg/whatsapp.svg); }

/* carousel */
.carousel {
  margin: 0 0 40px; }
  .carousel_title {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 32px; }
    .carousel_title a {
      color: inherit; }
  .carousel .product {
    margin: 0; }
  .carousel .product_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .carousel .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: auto;
    width: auto;
    bottom: auto;
    margin: 20px 0 0; }
    .carousel .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      background: #d5d7ea;
      margin: 0 4px;
      opacity: 1; }
    .carousel .swiper-pagination-bullet-active {
      background: #111a5d; }
  .carousel .swiper-button-prev, .carousel .swiper-button-next {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #111a5d;
    width: 50px;
    height: 50px;
    position: absolute;
    outline: none;
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-image: url(/images/template_2021/svg/left-chevron-white.svg); }
    .carousel .swiper-button-prev:hover, .carousel .swiper-button-next:hover {
      background-color: #28306d; }
    .carousel .swiper-button-prev::after, .carousel .swiper-button-next::after {
      content: none;
      display: none; }
  .carousel .swiper-button-next {
    transform: matrix(-1, 0, 0, 1, 0, 0); }

/* features */
.features {
  margin: 0 0 30px; }
  .features li {
    -ms-display: flexbox;
    display: flex;
    justify-content: space-between;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 20px; }
    .features li:nth-child(odd) {
      background: #eff2f5; }
  .features_key {
    color: #77879b;
    min-width: 180px;
    max-width: 180px;
    margin-right: 20px; }
  .features_value {
    width: 100%; }

/* breadcrumbs */
.breadcrumbs {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: space-between; }
  .breadcrumbs_pages {
    margin: 0;
    padding: 0; }
    .breadcrumbs_pages li {
      list-style: none;
      display: inline;
      margin-right: 8px;
      padding-right: 12px;
      position: relative; }
      .breadcrumbs_pages li::before {
        content: '/';
        display: block;
        position: absolute;
        right: 0;
        top: -1px;
        color: #77879b; }
      .breadcrumbs_pages li:last-child {
        margin-right: 0;
        padding-right: 0; }
      .breadcrumbs_pages li:last-child::before {
        content: none;
        display: none; }
      .breadcrumbs_pages li a:hover {
        color: #111a5d; }
  .breadcrumbs a {
    color: #77879b;
    text-decoration: none; }
  .breadcrumbs a:hover {
    text-decoration: underline; }
  .breadcrumbs_new {
    color: #111a5d !important;
    text-decoration: none;
    position: relative;
    padding-left: 28px; }
    .breadcrumbs_new::before {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/binoculars.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 22px;
      height: 22px;
      left: 0;
      top: -2px; }

/* counter_widjet */
.counter_widjet {
  -ms-display: flexbox;
  display: flex;
  align-items: center; }
  .counter_widjet span {
    background: #eff2f5;
    border: 1px solid #d5d7ea;
    width: 28px;
    height: 38px;
    display: block;
    margin: 0 2px;
    line-height: 38px;
    text-align: center;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffaf3a;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px; }
  .counter_widjet b {
    margin: 0 4px;
    font-size: 24px;
    line-height: 26px; }

/* autocomplete */
.autocomplete {
  background: #fff;
  position: fixed !important;
  left: 0;
  top:130px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  padding: 12px;
  z-index: 1400;
  left: 50%;
  transform: translateX(-50%);
  display: none; }
  .autocomplete_tags {
    margin-bottom: 4px;
    padding: 8px; }
  .autocomplete_tag {
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    line-height: 16px;
    font-size: 14px;
    padding: 6px 12px;
    display: inline-block;
    background: #d5d7ea;
    color: #111a5d;
    text-decoration: none;
    margin: 0 2px 6px 0; }
    .autocomplete_tag small {
      color: #77879b; }
  .autocomplete_list {
    margin: 0 0 10px; }
  .autocomplete_item {
    border: 1px solid #d5d7ea;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 0 0 4px;
    -ms-display: flexbox;
    display: flex; }
  .autocomplete_img {
    min-width: 140px;
    max-width: 140px;
    border-right: 1px solid #d5d7ea;
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    .autocomplete_img img {
      display: block;
      max-height: 60px; }
  .autocomplete_desc {
    -ms-display: flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    align-items: center;
    color: #111a5d;
    font-size: 16px; }
  .autocomplete_price {
    min-width: 100px;
    max-width: 100px;
    background: #ffaf3a;
    color: #fff;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px; }
.autocomplete_overlay {
  /*background: #111a5d;*/
  opacity: 0.7;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none; }
.autocomplete_overlay.active {
  display: block; }
/* danger-text */
.danger-text {
  border: 1px solid #d5d7ea;
  padding: 10px 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  margin: 0 0 20px;
  padding-left: 50px;
  position: relative;
  line-height: 18px; }
  .danger-text::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/warn.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 10px; }

/* question */
.question {
  border: 1px solid #303D56;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  line-height: 18px;
  color: #303D56; }
  .question::after {
    content: '?';
    display: block; }
  .question:hover .tooltip {
    opacity: 1;
    visibility: visible; }

.tooltip {
  background: #303d56;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  position: absolute;
  margin-top: 6px;
  right: -6px;
  top: 100%;
  z-index: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 10px 15px;
  min-width: 280px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden; }
  .tooltip::before {
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    top: -8px;
    border: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.8); }

/* Header */
.header {
  padding-bottom: 20px; }
  .header .container {
    position: relative; }
  .header_logo_mobile {
    background: #fff;
    display: none;
    padding: 20px 10px 10px;
    text-align: center; }
    .header_logo_mobile img {
      display: block;
      margin: 0 auto 15px; }
    .header_logo_mobile p {
      margin: 0; }
    .header_logo_mobile a {
      color: #303D56;
      text-decoration: none; }
    .header_logo_mobile a.lock {
      padding-left: 20px;
      position: relative; }
      .header_logo_mobile a.lock::before {
        content: '';
        position: absolute;
        display: block;
        background-image: url("/images/template_2021/svg/lock-dark.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        left: 0;
        top: -2px; }
    .header_logo_mobile .close {
      background-image: url("/images/template_2021/svg/close.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      right: 10px;
      top: 10px; }
  .header_top {
    background: #111a5d;
    color: #d5d7ea;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto Condensed', sans-serif; }
    .header_top .container {
      -ms-display: flexbox;
      display: flex;
      height: 54px;
      justify-content: space-between; }
    .header_top a {
      color: inherit;
      text-decoration: none; }
  .header_logo img.img_full {
    display: block;
    min-width: 220px; }
  .header_logo img.img_short {
    display: none;
    min-width: 37px; }
  .header_logo_btns {
    display: flex;
    padding-top: 10px; }
    .header_logo_btns.inpage {
      margin: -10px 0 20px;
      display: none; }
    .header_logo_btns .btn {
      padding-left: 5px;
      padding-right: 5px;
      margin-right: 5px;
      width: 100%; }
    .header_logo_btns .btn:last-child {
      margin-right: 0; }
  .header_phones {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto Condensed', sans-serif; }
    .header_phones_item {
      display: flex;
      align-items: center; }
    .header_phones_icon {
      position: relative;
      display: inline-block;
      margin-right: 8px; }
      .header_phones_icon.viber {
        background-image: url("/images/template_2021/svg/viber.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px; }
      .header_phones_icon.whatsapp {
        background-image: url("/images/template_2021/svg/whatsapp.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px; }
    .header_phones a {
      color: #303D56;
      text-decoration: none;
      white-space: nowrap; }
    .header_phones a:hover {
      color: #ffaf3a; }
  .header_address {
    position: relative; }
    .header_address_title {
      display: inline-block;
      padding: 0 24px 0 32px;
      position: relative;
      line-height: 54px;
      transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out; }
      .header_address_title::before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: 10px; }
      .header_address_title::after {
        content: '';
        position: absolute;
        display: block;
        background-image: url("/images/template_2021/svg/down-chevron-white.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 5px;
        right: 8px;
        top: 50%;
        margin-top: -2px; }
      .header_address_title.pin::before {
        background-image: url("/images/template_2021/svg/pin.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 16px;
        margin-top: -8px; }
      .header_address_title.clock::before {
        background-image: url("/images/template_2021/svg/clock.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-top: -8px; }
      .header_address_title:hover {
        background-color: #28306d; }
    .header_address_popup {
      position: absolute;
      left: 0;
      min-width: 200px;
      transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
      -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
      background: #fff;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      padding: 10px 15px;
      color: #303D56;
      margin: -5px 0 0;
      transform: translateY(5px);
      opacity: 0;
      visibility: hidden;
      z-index: 900; }
      .header_address_popup::after {
        content: '';
        position: absolute;
        display: block;
        border: 4px solid transparent;
        border-bottom: 4px solid #fff;
        left: 10px;
        top: -8px; }
    .header_address:hover .header_address_popup {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
  .header_middle {
    padding: 24px 0 0; }
    .header_middle_inner.fixed {
      padding: 5px 0;
      background: #e9e9e9;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1500; }
      .header_middle_inner.fixed .header_icon_name {
        display: none; }
      .header_middle_inner.fixed .header_phones {
        line-height: 22px; }
      .header_middle_inner.fixed .header_logo img.img_full {
        display: none; }
      .header_middle_inner.fixed .header_logo img.img_short {
        display: block; }
      .header_middle_inner.fixed .header_icon_popup { }
      .header_middle_inner.fixed .header_logo_btns {
        display: none; }
    .header_middle .container {
      -ms-display: flexbox;
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .header_icon {
    position: relative;
    text-align: center;
    display: block;
    margin-left: 30px; }
    .header_icon_name {
      font-size: 14px;
      line-height: 16px;
      display: block;
      text-align: center;
      color: #303D56;
      text-decoration: none;
      padding-top: 4px;
      font-family: 'Roboto Condensed', sans-serif; }
    .header_icon_img {
      display: block;
      position: relative;
      margin: 0 auto; }
      .header_icon_img.heart {
        background-image: url("/images/template_2021/svg/heart.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 22px; }
      .header_icon_img.cart {
        background-image: url("/images/template_2021/svg/cart.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 22px; }
      .header_icon_img.history {
        background-image: url("/images/template_2021/svg/history.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 22px; }
    .header_icon_count {
      color: #fff;
      position: absolute;
      font-size: 10px;
      line-height: 16px;
      padding: 0 4px;
      min-width: 16px;
      left: 100%;
      top: -4px;
      background: #ffaf3a;
      margin-left: -8px;
      border-radius: 14px;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      -ms-border-radius: 14px; }
    .header_icon_popup {
      background: #fff;
      position: absolute;
      right: 0;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      min-width: 160px;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
      padding: 0;
      z-index: 1200;
      margin-top: 8px;
      transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      transform: translateY(5px);
      opacity: 0;
      visibility: hidden; }
      .header_icon_popup ul {
        padding: 10px 15px; }
      .header_icon_popup ul li {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 6px; }
      .header_icon_popup ul li:last-child {
        margin: 0; }
      .header_icon_popup b {
        color: #77879b;
        font-weight: 400; }
      .header_icon_popup_btn {
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        background: #ffaf3a;
        color: #fff;
        display: block;
        text-decoration: none;
        text-align: center;
        font-size: 13px;
        line-height: 16px;
        padding: 8px; }
    .header_icon:hover .header_icon_popup {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }

/* smallnav */
.smallnav_ul {
  -ms-display: flexbox;
  display: flex; }
  .smallnav_ul li {
    font-size: 14px;
    line-height: 18px;
    position: relative; }
  .smallnav_ul li a {
    height: 54px;
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px 12px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out; }
    .smallnav_ul li a.lock {
      position: relative;
      padding-left: 34px; }
      .smallnav_ul li a.lock::before {
        content: '';
        position: absolute;
        display: block;
        background-image: url("/images/template_2021/svg/lock.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 18px;
        left: 12px;
        top: 50%;
        margin-top: -9px; }
    .smallnav_ul li a.user {
      position: relative;
      padding-left: 34px; }
      .smallnav_ul li a.user span {
        max-width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
      .smallnav_ul li a.user::before {
        content: '';
        position: absolute;
        display: block;
        background-image: url("/images/template_2021/svg/user.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        left: 12px;
        top: 50%;
        margin-top: -9px; }
    .smallnav_ul li a span {
      display: none; }
.smallnav_ul li a span.shop_amount {
  display: inline;
  color: grey; }
  .smallnav_ul li:hover > a {
    background-color: #28306d; }
  .smallnav_ul li.balance {
    position: relative; }
    .smallnav_ul li.balance::before {
      content: '';
      position: absolute;
      display: block;
      background: #ccc;
      width: 1px;
      height: 20px;
      left: 0;
      top: 50%;
      margin-top: -10px;
      z-index: 100; }
    .smallnav_ul li.balance a {
      position: relative;
      padding-left: 34px; }
    .smallnav_ul li.balance a::before {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/ruble.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 18px;
      left: 10px;
      top: 50%;
      margin-top: -9px; }
  .smallnav_ul li:hover .smallnav_child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .smallnav_ul li.smallnav-address a, .smallnav_ul li.smallnav-time a {
    width: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px; }
  .smallnav_ul li.smallnav-address a {
    background-image: url(/images/template_2021/svg/pin.svg); }
  .smallnav_ul li.smallnav-time a {
    background-image: url(/images/template_2021/svg/clock.svg); }
  .smallnav_ul .show_userpopup {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    bottom: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: url(/images/template_2021/svg/down-chevron-white.svg) center center no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    cursor: pointer;
    display: none; }
    .smallnav_ul .show_userpopup.active {
      transform: matrix(1, 0, 0, -1, 0, 0); }

.smallnav_child {
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  z-index: 1200;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  left: 0;
  min-width: 260px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px); }
  .smallnav_child.right {
    left: auto;
    right: 0; }
  .smallnav_child li {
    border-bottom: 1px solid #eff2f5; }
  .smallnav_child li a, .smallnav_child li div{
    color: #303D56;
    height: auto;
    display: block;
    text-align: left;
    padding: 10px 14px; }
    .smallnav_child li div{
    color: #4d4bc1;
    }
.smallnav_child li a.pl_menu {
  display: block;
  float: left;
}
  .smallnav_child li:last-child {
    border-bottom: 0; }
  .smallnav_child li:last-child a {
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px; }
  .smallnav_child li a:hover {
    background: #d5d7ea; }
  .smallnav_child li a.logout {
    padding-right: 36px;
    position: relative; }
    .smallnav_child li a.logout::after {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/logout.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 14px;
      height: 14px;
      right: 14px;
      top: 50%;
      margin-top: -7px; }
  .smallnav_child li a b {
    font-weight: 400; }
  .smallnav_child.smallnav_text {
    padding: 15px 20px;
    color: #303D56; }
.mobile_mode{
  display:none;
}
/* navmenu */
.navmenu {
  display: none; }
  .navmenu > ul > li {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: 100%; }
  .navmenu > ul > li > a {
    height: 54px;
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
    color: #303D56;
    text-decoration: none;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    white-space: nowrap; }
    .navmenu > ul > li > a.navmenu_shop {
      background: #111a5d;
      color: #fff; }
      .navmenu > ul > li > a.navmenu_shop span {
        position: relative;
        padding-left: 34px;
        white-space: nowrap; }
      .navmenu > ul > li > a.navmenu_shop span::before {
        content: '';
        position: absolute;
        display: block;
        background-image: url("/images/template_2021/svg/menu.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 26px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -10px; }
  .navmenu > ul > li:hover > a.navmenu_shop {
    background: #28306d;
    white-space: normal; }
  .navmenu_child {
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    top: 100%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    text-align: left;
    padding: 20px;
    z-index: 2000; }

/* nav_coins_list */
.nav_coins_list {
  display: block !important;
  column-count: 4;
  -webkit-column-count: 4;
  column-gap: 20px;
  -webkit-column-gap: 20px; }
  .nav_coins_list li {
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 18px;
    position: relative; }
  .nav_coins_list li::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    height: 2px;
    width: 10px;
    background: #ffaf3a;
    top: 8px; }
  .nav_coins_list li a {
    color: #303D56;
    text-decoration: none; }
  .nav_coins_list li a span {
    color: #77879b; }
  .nav_coins_list li a:hover {
    color: #ffaf3a; }
  .nav_coins_list div.active{
  	color:red
  }  

/* searchbox */
.searchbox {
  background: #fff;
  border: 1px solid #d5d7ea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  height: 40px;
  position: relative;
  width: 100%;
  margin: 0 30px;
z-index: 1000;
}
.info_search_url {
  display: inline-flex;
  border: 1px solid #d5d7ea;
  padding: 5px 10px;
  background: #eff2f5;
  margin: 5px 10px 5px 0;
  border-radius: 5px;
}
  .searchbox_inner {
    -ms-display: flexbox;
    display: flex; }
  .searchbox_select {
    background: #eff2f5 url(/images/template_2021/svg/down-chevron.svg) calc(100% - 8px) center no-repeat;
    background-size: 14px 10px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    border: 0;
    height: 38px;
    cursor: pointer;
    line-height: 38px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    padding: 0 28px 0 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #303D56;
    min-width: 160px;
    max-width: 160px; }
  .searchbox_input {
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    background: 0;
    border: 0;
    height: 38px;
    margin: 0;
    width: 100%;
    padding: 4px 80px 4px 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #303D56; }
  .searchbox_btn {
    position: absolute;
    background: 0;
    background-image: url("/images/template_2021/svg/lens.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    text-indent: -9999px;
    padding: 0; }
.searchbox_delete {
  position: absolute;
  background: 0;
  background-image: url("/images/template_2021/svg/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  opacity: 0.7;
  display: none;
  height: 19px;
  right: 40px;
  top: 10px;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  text-indent: -9999px;
  padding: 0; }
  /* mobile_header */
.mobile_header {
  padding: 5px 15px;
  background: #e9e9e9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
  display: none;
  align-items: center; }
  .mobile_header .searchbox {
    margin: 0; }
  .mobile_header .header_icon {
    margin: 0 0 0 20px; }
  .mobile_header .navbars {
    display: block;
    margin-right: 20px; }

/* subscribe_wrapper */
.subscribe_wrapper {
  background: #f5f5f5;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 20px 0; }
  .subscribe_wrapper p {
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    margin: 0; }
  .subscribe_wrapper .btn {
    min-width: 220px; }

/* footer */
.footer_middle {
  background: #111a5d;
  padding: 34px 0 1px;
  color: #fff;
  line-height: 18px; }
  .footer_middle a {
    color: inherit; }

.footer .footgrd {
  margin-bottom: 34px;
  padding: 0; }

.footer_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 15px;
  text-transform: uppercase;
  position: relative; }
  .footer_title_btn {
    display: block;
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: url(/images/template_2021/svg/down-chevron-white.svg) calc(100% - 8px) center no-repeat;
    background-size: 14px 10px; }
  .footer_title.active .footer_title_btn {
    transform: matrix(1, 0, 0, -1, 0, 0); }

.footer_title2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin: 0 0 10px; }

.footer ul li {
  margin: 0 0 8px; }

.footer ul li:last-child {
  margin: 0; }

.footer ul li a {
  color: #fff;
  text-decoration: none; }

.footer ul li a:hover {
  color: #ffaf3a; }

/* social */
.social {
  display: flex;
  margin: 18px 0;
  align-items: center; }
  .social a {
    margin-right: 15px; }
  .social a:last-child {
    margin-right: 0; }
  .social img {
    display: block;
    height: 20px;
    max-width: 20px; }

/* benefits */
.benefits {
  margin-bottom: 30px;
  position: relative; }

.benefit {
  position: relative;
  min-height: 100%;
  min-height: 70px; }
  .benefit_hover {
    background: #fff;
    border: 1px solid #d5d7ea;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    min-height: 70px;
    position: absolute;
    width: 100%; }
  .benefit_title {
    -ms-display: flexbox;
    display: flex;
    font-size: 16px;
    line-height: 18px;
    align-items: center;
    padding: 4px 15px;
    min-height: 70px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative; }
    .benefit_title img {
      display: block;
      margin-right: 15px; }
    .benefit_title a {
      color: inherit;
      display: block; }
  .benefit_text {
    padding: 15px;
    display: none;
    line-height: 18px; }
  .benefit:hover .benefit_hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    z-index: 1010; }
  .benefit:hover .benefit_text {
    display: block; }
  .benefit_show {
    display: none;
    background: url(/images/template_2021/svg/down-chevron.svg) center center no-repeat;
    background-size: 16px 12px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 40px; }
    .benefit_show.opened {
      transform: matrix(1, 0, 0, -1, 0, 0); }

/* article */
.article {
  margin-bottom: 30px; }
  .article-bordered {
    line-height: 18px;
    border: 1px solid #d5d7ea;
    padding: 10px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px; }
  .article.color-danger {
    line-height: 18px;
    border: 1px solid #ff0000;
    padding: 10px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px; }
  .article h2, .article h3 {
    margin: 40px 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }
    .article h2:first-child, .article h3:first-child {
      margin-top: 0; }
  .article h2 {
    font-size: 28px;
    line-height: 32px; }
  .article ul li {
    list-style: none;
    padding-left: 14px;
    position: relative; }  
    .article ul li::before {
      content: '';
      position: absolute;
      display: block;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      width: 5px;
      height: 5px;
      left: 0;
      top: 9px;
      background: #ffaf3a; }
.article .swiper-slide ul li::before{
  display: none;
}
   .article ul, .article ol{
   	 padding-bottom: 10px;
   }    
      .article ol li {
   list-style: decimal;
    margin-left: 15px;
    padding-left: 5px;
    position: relative;
       }
    .article ol li::marker {
	    color: #ffaf3a;
	    font-weight: 500;
	}  
  .article-bg {
    background: #eff2f5;
    padding: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px; }

/* product */
.product_row{
  margin-bottom: 20px; }

.product_row .grid3{
  margin-bottom: 20px; }

.product {
  background: #f6f1e8;
  border: 1px solid #d5d7ea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  min-height: 100%;
  -ms-display: flexbox;
  display: flex;
  flex-direction: column;
  position: relative; }
  .product .btn {
    padding-left: 4px;
    padding-right: 4px; }
  .product_tag {
    background: #111a5d;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 0 4px 0 0;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; }
    .product_tag.sale {
      background: green; }
    .product_tags {
      position: absolute;
      left: 5px;
      top: 5px;
      display: flex;
      z-index: 1;
    }
  .product input[type="checkbox"].product_check {
    position: absolute;
    left: 12px;
    top: 44px;
    width: 28px;
    height: 28px;
    z-index: 100;
    background-size: 18px 18px; }
  .product .to_favorite, .product .to_collection {
    position: absolute;
    right: 8px;
    top: 8px; }
  .product .btn-view {
    margin: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 7px; }
  .product_img {
    background: #fff;
    border-bottom: 1px solid #d5d7ea;
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    justify-content: center;
    padding: 15px;
    height: 220px; }
  .product_img img{
    max-height: 200px;
  }

.card_collections_search{overflow-y: hidden;height: 25px;}
.header_middle_inner.fixed .card_collections_search{display: none}

.collection_gal .product_img{
  height: 170px;
}
.collection_gal .product_imgs li img{
  max-height: 165px;
}
  .product_reserve {
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
    color: #77879b; }
  .product_footer {
    padding: 0 15px 15px; }
    .product_footer_inner {
      -ms-display: flexbox;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 10px; }
      .product_footer_inner:last-child {
        margin: 0; }
    .product_footer_item {
      width: 50%;
      margin-right: 8px; }
    .product_footer_item:last-child {
      margin-right: 0; }
    .product_footer .btn {
      display: block;
      width: 100%; }
  .product_price {
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif; }
 .product_price .old {
    color: #303D56;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    text-align: right;
}
    .product_price small {
      font-size: 18px;
      font-weight: 400; }
  .product_content {
    padding: 10px 15px;
    flex: 1; }
  .product_title {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0 0 16px; }
    .product_title a {
      color: #303D56;
      display: block;
      text-decoration: none;
      transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -webkit-transition: all 100ms ease-in-out;
      -ms-transition: all 100ms ease-in-out; }
    .product_title a:hover {
      color: #ffaf3a; }
  .product_feat {
    font-size: 14px;
    line-height: 16px; }
    .product_feat li {
      -ms-display: flexbox;
      display: flex;
      justify-content: space-between;
      margin: 0 0 4px; }
    .product_feat li:last-child {
      margin: 0; }
    .product_feat li div {
      color: #77879b; }
    .product_feat li a {
      color: #303D56; }
  .product .jq-number {
    margin-right: 12px; }
  .product_imgs li {
    height: 200px;
    align-items: center;
    justify-content: center;
    display: none; }
  .product_imgs li img {
    display: block;
    max-width: 100%;
    max-height: 180px; }
.m-2 .product_img{
  height: 240px;
}
  .m-2 .product_imgs li img {
    max-height: 220px;
  }
  .m-2 .product_imgs li {
  height: 240px;
  }
  .product_imgs li.active {
    display: flex; }
  .product_imgs_pages {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 8px;
    bottom: 8px;
    right: 8px;
    z-index: 100; }
    .product_imgs_pages li {
      width: 48px;
      height: 30px;
      margin: 0 2px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      border: 1px solid #d5d7ea;
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0.8; }
    .product_imgs_pages li.active {
      border-color: #111a5d;
      opacity: 1; }
  .product_plus {
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 10px;
    z-index: 100; }
#also_slider .product_plus {
  font-size: 40px;
  line-height: 40px;
  margin-top: -20px;
  right: -22px;
}

/* home_buttons */
.home_buttons {
  margin-bottom: 20px; }
  .home_buttons .btn {
    margin-bottom: 20px; }

/* filter */
.filter {
  background: #eff2f5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  z-index: 1000; }
  .filter.fixed {
    position: fixed;
    left: 0;
    top: 55px;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45); }
  .filter_inner {
    -ms-display: flexbox;
    display: flex;
    position: relative; }
  .filter-wrapper {
    margin: 0 0 20px; }
  .filter-wrapper, .filter_btn_inner {
    height: 54px; }
  .filter_section {
    width: 100%; }
  .filter_section:first-child .filter_btn_inner::before {
    content: none;
    display: none; }
  .filter_section:first-child .filter_btn_inner {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px; }
  .filter_section:last-child .filter_btn_inner {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0; }
  .filter.fixed .filter_section:first-child .filter_btn_inner, .filter.fixed .filter_section:last-child .filter_btn_inner {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0; }
  .filter_top {
    background: #fff;
    display: none;
    text-align: center;
    padding: 4px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d5d7ea;
    font-weight: 700;
    position: fixed;
    z-index: 1100;
    left: 0;
    width: 100%;
    top: 0; }
    .filter_top .btn-reset {
      padding-left: 10px;
      padding-right: 10px;
      position: absolute;
      right: 15px;
      top: 10px; }
  .filter_foot {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
    padding: 2px;
    z-index: 1100;
    height: 50px; }
    .filter_foot .btn {
      width: 100%;
      height: 46px;
      line-height: 46px;
      font-size: 18px;
      text-transform: uppercase; }
  .filter_close {
    display: block;
    background-image: url("/images/template_2021/svg/left-chevron.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 15px; }
  .filter_btn_inner {
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 12px;
    color: #303D56;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out; }
    .filter_btn_inner:hover {
      background: #d5d7ea; }
    .filter_btn_inner::before {
      content: '';
      position: absolute;
      display: block;
      background: #BBC1C6;
      width: 1px;
      height: 20px;
      left: 0;
      top: 50%;
      margin-top: -10px; }
  .filter_btn.active .filter_btn_inner {
    background: #d5d7ea !important; }
  .filter_btn_text {
    padding-right: 14px;
    position: relative; }
    .filter_btn_text::after {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/down-chevron.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 8px;
      height: 6px;
      right: 0;
      top: 6px; }
    .filter_btn_text.planet_icon {
      position: relative;
      padding-left: 28px; }
      .filter_btn_text.planet_icon::before {
        content: '';
        position: absolute;
        display: block;
        background-image: url("/images/template_2021/svg/planet.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -10px; }
  .filter_btn_count {
    background: #fff;
    border: 1px solid #d5d7ea;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    color: #303D56;
    padding: 0 3px;
    margin-left: 8px; }
  .filter_btn_show {
    width: 50px;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    background: url(/images/template_2021/svg/down-chevron.svg) center center no-repeat;
    background-size: 18px 14px; }
  .filter_btn.active .filter_btn_text::after, .filter_btn.active .filter_btn_show {
    transform: matrix(1, 0, 0, -1, 0, 0); }
  .filter_btn .tags_wrapper {
    display: none;
    margin: 0 20px; }
  .filter_btn .tagbtn {
    padding: 4px 34px 4px 8px; }
  .filter_popup {
    background: #fff;
    position: absolute;
    left: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0;
    margin-top: 5px;
    top: 100%;
    z-index: 1000;
    display: none; }
    .filter_popup.opened {
      opacity: 1;
      visibility: visible; }
  .filter_overlay {
    background: #111a5d;
    opacity: 0.7;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none; }
  .filter_footer {
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d5d7ea;
    padding: 10px 50px; }
    .filter_footer_item {
      -ms-display: flexbox;
      display: flex;
      align-items: center; }
    .filter_footer .btn {
      margin-right: 20px; }
    .filter_footer .btn:last-child {
      margin-right: 0; }
    .filter_footer .btn b {
      font-weight: 400; }
    .filter_footer_title {
      color: #77879b;
      margin-right: 15px; }
      .filter_footer_title b {
        color: #303D56; }
  .filter_header {
    -ms-display: flexbox;
    display: flex;
    margin: 0 0 20px; }
    .filter_header .searchbox {
      width: 100%;
      margin: 0;
      max-width: 565px; }
    .filter_header select {
      margin-left: 20px; }
  .filter_content {
    padding: 30px 50px; }
  .filter_scroll {
    max-height: 260px;
    overflow: auto; }

@media screen and (max-width: 1020px) {
  .card_collections_search{
    display: none;
  }
  .filter {
    background: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    position: static;
    z-index: inherit;
    display: block;
    width: auto;
    left: auto;
    padding: 60px 0 50px; }
    .filter.fixed {
      position: static;
      box-shadow: none; }
    .filter_inner {
      display: block;
      position: static; }
    .filter_top {
      -ms-display: flexbox;
      display: flex; }
    .filter .container {
      width: auto !important;
      margin: 0 !important; }
    .filter-wrapper {
      background: #fff;
      margin: 0;
      position: fixed;
      z-index: 5000;
      left: 0;
      width: 100%;
      top: 0;
      bottom: 0;
      display: none;
      overflow: auto; }
    .filter-wrapper, .filter_btn {
      height: auto; }
    .filter_section:first-child .filter_btn, .filter_section:last-child .filter_btn {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0; }
    .filter_popup {
      background: #f5f5f5;
      position: relative;
      left: auto;
      box-shadow: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      padding: 0;
      margin: 0;
      top: auto; }
    .filter_footer {
      padding: 4px 20px;
      display: none;
    }
    .filter_content {
      padding: 20px; }
    .filter_scroll {
      max-height: none;
      overflow: visible; }
    .filter_section {
      border-bottom: 1px solid #d5d7ea; }
    .filter-wrapper, .filter_btn {
      height: auto; }
    .filter_btn_inner {
      justify-content: space-between;
      padding: 4px 40px 4px 20px;
      min-height: 50px; }
    .filter_btn_inner:hover {
      background: 0; }
    .filter_btn.active {
      background: #f5f5f5; }
    .filter_btn_text {
      padding-right: 0; }
    .filter_btn_show {
      display: block; }
    .filter_btn_inner::before, .filter_btn_text::after {
      content: none;
      display: none; }
    .filter_foot {
      display: block; }

  #filter-price .filter_btn{
    display:none;
  }
  #filter-price .filter_btn{
    display:none;
  }
  #filter-price .filter_popup{
    display:block;
  }

  .filter_hidden {
    display: none; }
    .filter .tags_wrapper {
      display: block;
      flex-wrap: wrap;
      max-width: 100%;
      overflow: auto;
      white-space: nowrap;
      height: auto;
    }
  .tags_wrapper::after {
    display: none;
  }
    .tags_wrapper_show{
      display:none;
    }
  #also_slider .product_plus {
    right: 10px;
  }
  .mobile_mode{
    display: flex;
  }
  .mobile_mode.header_logo_btns{
    padding-bottom: 10px;
    margin-top: -15px;
  }

  .mobile_mode.header_logo_btns a, .mobile_mode.header_logo_btns a.btn:last-child {
    flex: 1 1 auto;
    margin: 0 10px;
  }
}

@media screen and (max-width: 700px) {
  .filter_header {
    display: block; }
  .filter_header select {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 10px 0 0; }
 /* .filter_footer {
    display: block;
    padding-top: 0; }
    .filter_footer .btn, .filter_footer_title {
      width: 50%;
      margin: 0; }
    .filter_footer_item {
      margin: 4px 0 0;
      -ms-display: flexbox;
      display: flex; }*/
  .filter_slider_flex {
    display: block; }
  .filter_slider_inputs {
    margin: 0 0 20px;
    width: 100%;
    max-width: none; }
  .langbox {
    padding: 10px;
    display: none; }
  .letbox_list {
    column-count: 2;
    column-gap: auto; }
  .letbox_list.col3 {
    column-count: 2; }
  .letbox_list.col5 {
    column-count: 2; }
}

/* quickpopup */
.quickpopup {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-width: 1170px;
  /*display: none;*/ }
  .quickpopup .close {
    position: absolute;
    top: 15px;
    right: 15px; }
  .quickpopup_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 40px 24px 0; }
  .quickpopup_title2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 14px; }
  .quickpopup_meta, .quickpopup_meta_left {
    -ms-display: flexbox;
    display: flex;
    align-items: center; }
  .quickpopup_meta {
    justify-content: space-between;
    margin: 0 0 24px; }
  .quickpopup .number {
    margin-right: 15px; }
  .quickpopup .btn-cart {
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px; }
  .quickpopup .product_tags {
    left: 5px;
    z-index: 100; }
  .quickpopup .to_favorite {
    position: absolute;
    right: 5px;
    top: 5px; }
  .quickpopup .card_details_line {
    margin: 0 0 10px;
    display: block; }
  .quickpopup_image {
    position: relative; }
    .quickpopup_image .product_imgs {
      border: 1px solid #d5d7ea;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      margin: 0 0 10px; }
    .quickpopup_image .product_imgs_pages {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto; }
      .quickpopup_image .product_imgs_pages li {
        width: 100%;
        margin: 0 5px 0 0;
        height: 60px; }
      .quickpopup_image .product_imgs_pages li:last-child {
        margin: 0; }
    .quickpopup_image .product_imgs {
      position: relative; }
      .quickpopup_image .product_imgs_outer {
        position: relative; }
      .quickpopup_image .product_imgs li.active {
        display: block; }
      .quickpopup_image .product_imgs li a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 10; }
      .quickpopup_image .product_imgs::before {
        content: '';
        position: absolute;
        display: block;
        right: 15px;
        bottom: 15px;
        background-image: url("/images/template_2021/svg/zoom.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        opacity: 0.5;}


/* CART PAGE */
.price_head {
  -ms-display: flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px; }
  .price_head h1 {
    margin: 0 20px 0 0;
    line-height: 34px; }
  .price_head_reserve {
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    font-size: 16px; }
    .price_head_reserve p {
      font-weight: 700;
      margin: 0 15px 0 0; }

.cart_table, .cart_buttons {
  margin-bottom: 40px;
  justify-content: space-between; }

.cart_head {
  background: #111a5d;
  padding: 12px 40px 12px 20px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0; }
  .cart_head .sortlink {
    position: relative;
    padding-right: 14px;
    color: inherit;
    text-decoration: none; }
    .cart_head .sortlink::before {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/up-active.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 16px;
      right: 0;
      top: 50%;
      margin-top: -8px; }
    .cart_head .sortlink.desc::before {
      transform: matrix(1, 0, 0, -1, 0, 0); }

.cart_foot {
  background: #eff2f5;
  border: 1px solid #d5d7ea;
  border-top: 0;
  padding: 12px 20px;
  color: #fff;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  color: #303D56;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  font-family: 'Roboto Condensed', sans-serif; }
  .cart_foot b {
    font-size: 24px; }
  .cart_foot small {
    font-size: 20px; }
  .cart_foot.warn {
    text-align: left;
    position: relative;
    padding-left: 50px; }
    .cart_foot.warn::before {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/warn.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      left: 20px;
      top: 50%;
      margin-top: -11px; }

.cart_row {
  border: 1px solid #d5d7ea;
  border-top: 0;
  padding: 20px 40px 20px 20px;
  position: relative;
  line-height: 18px; }
  .cart_row a {
    color: inherit; }
  .cart_row .row {
    align-items: center; }
  .cart_row_img.smalls {
    display: flex;
    align-items: center;
    justify-content: center; }
  .cart_row_img.smalls img {
    max-width: 90%; }
  .cart_row h3 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 26px; }
    .cart_row h3 a {
      color: #111a5d;
      text-decoration: none; }
    .cart_row h3 a:hover {
      color: #ffaf3a; }
  .cart_row_desc {
    line-height: 20px; }
  .cart_row_num {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 22px; }
  .cart_row_price {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 22px; }
  .cart_row_price small {
    font-size: 18px; }
  .cart_row .close {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 18px;
    height: 18px;
    cursor: pointer; }
  .cart_row_cat {
    background: #d5d7ea;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 14px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    margin: 0 0 10px;
    display: inline-block; }

.cart_buttons .btn {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

/* giftbox */
.giftbox {
  border: 1px solid #d5d7ea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  margin: 0 0 10px;
  padding: 0;
  min-height: 100%; }
  .giftbox [class*='grid'] {
    padding: 15px; }
  .giftbox .features {
    margin: 0 0 15px; }
  .giftbox .features li:nth-child(odd) {
    background: #fff; }
  .giftbox_img {
    text-align: center;
    padding: 15px;
    position: relative; }
  .giftbox .to_favorite {
    position: absolute;
    right: 8px;
    top: 8px; }
  .giftbox_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 15px; }
    .giftbox_title a {
      color: #303D56;
      text-decoration: none; }
    .giftbox_title a:hover {
      color: #ffaf3a; }
  .giftbox_price {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px; }
  .giftbox_entry {
    width: 100%; }
  .giftbox_meta {
    text-align: center;
    width: 100%; }
    .buying-block div {
    width: 100%;
}
.buying-block div:first-child {
    margin: 0 10px 0 0;
}
.buying-block div:last-child {
    margin: 0  0 0 10px;
}
  .giftbox_meta .btn {
    margin: 0 0 10px;
    display: block; }
  .giftbox_content {
    background: #eff2f5;
    border-left: 1px solid #d5d7ea;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -ms-display: flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
  .giftbox .features_key {
    min-width: 100px;
    max-width: 100px; }
  .giftbox .btn-view {
    margin: 0 0 10px;
    width: 100%;
    border-radius: 0;
  }
.grid6.sm12.giftbox_img_container {
  padding: 0;
}
  .giftbox_meta_flex {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between; }

.giftbox_grid {
  margin-bottom: 20px; }

/* order_section */
.order_section {
  background: #f5f5f5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border: 1px solid #d5d7ea;
  margin: 0 0 20px; }
.order_section.last {
  margin: 0 0 60px; }
.order_info_block.hide {
  display: none; }
  .order_section_title {
    background: #e9e9e9;
    position: relative;
    padding: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 24px;
    border-bottom: 1px solid #d5d7ea;
    padding-left: 60px; }
    .order_section_title.check {
      display: flex;
      align-items: center; }
    .order_section_title::before {
      content: '';
      position: absolute;
      display: block;
      left: 20px;
      top: 50%; }
    .order_section_title.user::before {
      background-image: url("/images/template_2021/svg/user-dark.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      margin-top: -12px; }
    .order_section_title.ship::before {
      background-image: url("/images/template_2021/svg/ship-dark.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 28px;
      height: 24px;
      margin-top: -12px; }
    .order_section_title.pay::before {
      background-image: url("/images/template_2021/svg/money-dark.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      margin-top: -12px; }
    .order_section_title.check::before {
      background-image: url("/images/template_2021/svg/checked.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      margin-top: -12px; }
    .order_section_title span {
      margin-right: 30px; }
    .order_section_title span.btn {
      background: #77879b;
      cursor: default; }
      .order_section_title span.btn:hover {
        background: #77879b; }
  .order_section_content {
    padding: 30px; }
  .order_section hr {
    background: #d5d7ea;
    height: 1px;
    clear: both;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 0 20px; }
  .order_section.ordertotal {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 36px; }
  .order_section_info {
    display: flex;
    justify-content: space-between;
    margin: 0; }
    .order_section_info_col:first-child {
      margin-right: 40px; }
  .order_section_selects {
    margin: 0 0 20px; }
.cart-payment {
    margin: 10px 0;
    color: gray;
    font-size: 12px;
}

/* radiobtn */
.radiobtn {
  display: block;
  position: relative;
  cursor: pointer;
  height: 100%;
  min-height: 40px; }
  .radiobtn input[type="radio"], .radiobtn input[type="checkbox"] {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -9px;
    z-index: 10; }
  .radiobtn span {
    background: #fff;
    border: 1px solid #d5d7ea;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    position: relative;
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 8px 15px 8px 40px;
    font-size: 14px;
    line-height: 16px; }
  .radiobtn input[type="radio"]:checked + span, .radiobtn input[type="checkbox"]:checked + span {
    background: #111a5d;
    border-color: #111a5d;
    color: #fff; }

.radiobtns [class*='grid'] {
  margin: 0 0 20px; }

/* quick_order */
.quick_order {
  max-width: 1170px; }
  .quick_order .cart_table {
    margin: 0; }

/* card_details */
.card_details {
  margin-bottom: 40px; }
  .card_details_meta, .card_details_meta_col {
    -ms-display: flexbox;
    display: flex;
    align-items: center; }
  .card_details_meta {
    justify-content: space-between;
    margin: 0 0 20px; }
  .card_details_line {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px; }
  .card_details_meta_col * {
    margin-right: 10px; }
    .card_details_meta_col *:last-child {
      margin-right: 0; }
  .card_details_avail {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 18px; }
  .card_details_info {
    margin: 0;
    text-align: right; }
.golden_garanty{
	padding-top: 42px;
}
.guarantee {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  background: #eff2f5;
  z-index: 50;
  text-align: center;
  border:1px solid #d5d7ea;
  color: #303D56;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0; }

.card_image {
  position: relative; }
  /*.item-m-2 .card_image .product_imgs li {
    height: 430px; }
 .item-m-2  .card_image .product_imgs li img {
    max-height: 420px; }*/
 .card_image .product_imgs li {
  height: 618px; }
 .card_image .product_imgs li img {
  max-height: 608px; }

  .card_image .product_imgs_pages li {
    height: 100px; }
  .card_image .to_favorite {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 100; }

.card_collections {
  margin: 0 0 32px; }
  .card_collections .tag {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #eff2f5;
    border: 1px solid #d5d7ea;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 18px;
    color: #303D56;
    text-decoration: none;
    display: inline-block;
    margin: 0 4px 8px 0;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out; }
    .card_collections .tag:hover {
      background: #d5d7ea; }

.card_buttons {
  margin-bottom: 40px; }

/* card_delivery */
.card_delivery {
  background: #eff2f5;
  padding: 20px 30px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  margin: 0 0 40px;
  line-height: 20px;
  font-size: 16px; }
  .card_delivery ul {
    column-count: 2;
    -webkit-column-count: 2;
    column-gap: 20px;
    -webkit-column-gap: 20px; }
  .card_delivery ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 300; }
    .card_delivery ul li::before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #ffaf3a; }
  .card_delivery p {
    margin: 0 0 20px; }
  .card_delivery p a {
    color: #77879b; }

/* also_total */
.also_total {
  text-align: center;
  padding-bottom: 30px;
  position: relative; }
  .also_total .product_price {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 20px; }
  .also_total .product_plus {
    right: auto;
    left: 10px;
    margin-top: -58px; }
  
.tablebiblio img {
  max-width: 330px;
  max-height: 167px
}
.tablebiblio {
  border: 1px solid #d5d7eab3;
  border-collapse: collapse;
}
.tablebiblio td {
  border: 1px solid #d5d7eab3;
  padding: 10px
}
/* order_table */
.order_table , .bordered_table{
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px;
  line-height: 18px; }
  .order_table th , .bordered_table th {
    background: #111a5d;
    border: 1px solid #111a5d;
    color: #fff;
    padding: 10px;
  }
.order_table th{
    text-align: center;
}
  .order_table td, .bordered_table td  {
    border: 1px solid #d5d7ea;
    text-align: center;
    padding: 10px;
    vertical-align: top; }
.order_table_left td ,.bordered_table td{
  text-align: left;}
  .order_table .btn {
    padding: 4px 8px;
    display: block; }
  .order_table p {
    margin: 0 0 10px; }
  .order_table td:first-child,
  .bordered_table td:first-child{
    background: #eff2f5; }
  .order_table_key {
    display: none; }
.c-materiatype-1 .product_img{
    height: 180px;
    padding-top: 45px;
}
.c-tables__table tbody tr table td.size1{
  background: #849EAD;
}
.c-tables__table tbody tr table td.size2{
  background: #CED7DE;
}
.c-tables__table tbody tr table td.size3{
  background: #fff;
}
.c-tables__table table{
    min-width: 200px;
    border: 1px solid #ccc;
}
.c-tables__table table td{
    height: 20px;
}
    /* newsitem */
.news_row {
  margin-bottom: 20px; }

.news_row .grid3 {
  margin-bottom: 20px; }

.newsitem {
  border: 1px solid #d5d7ea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .newsitem_img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .newsitem_img img {
      display: block;
      max-height: 160px; }
  .newsitem_details {
    background: #eff2f5;
    padding: 10px;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    flex: 1; }
  .newsitem_text {
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .newsitem_title {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0 0 10px; }
    .newsitem_title a {
      color: inherit;
      text-decoration: none; }
    .newsitem_title a:hover {
      color: #ffaf3a; }
  .newsitem_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px; }
  .newsitem_date, .newsitem_views {
    position: relative;
    padding-left: 20px;
    color: #111a5d; }
    .newsitem_date::before, .newsitem_views::before {
      content: '';
      position: absolute;
      display: block;
      left: 0; }
  .newsitem_date::before {
    background-image: url("/images/template_2021/svg/calendar.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    top: 3px; }
  .newsitem_views::before {
    background-image: url("/images/template_2021/svg/eye-dark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 14px;
    top: 4px; }

.swiper-slide .newsitem_title {
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.swiper-slide .newsitem_text {
  height: 90px; }

/* tabs */
.tabs {
  display: flex;
  margin: 0 0 10px; }
  .tabs li {
    width: 100%;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 16px; }
  .tabs li:last-child {
    margin-right: 0; }
  .tabs li a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    background: #ffaf3a;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 4px 10px; }
  .tabs li.active a {
    background: #111a5d; }

/* latest_news */
.latest_news {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 15px;
  border: 1px solid #d5d7ea;
  margin: 0 0 24px; }
  .latest_news.active {
    display: block; }
  .latest_news li {
    display: flex;
    line-height: 18px;
    margin: 0 0 12px; }
  .latest_news li:last-child {
    margin: 0; }
  .latest_news_date {
    white-space: nowrap;
    color: #77879b;
    margin-right: 10px; }
  .latest_news a {
    color: #111a5d;
    text-decoration: none; }
  .latest_news a:hover {
    color: #ffaf3a;
    text-decoration: underline; }

/* reviews */
.review {
  border: 1px solid #d5d7ea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  min-height: 100%;
  padding: 15px;
  line-height: 20px;
  color: #5a5a5a; }
  .review_name {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #303D56; }
  .review_date {
    color: #77879b;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative; }
    .review_date::before {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/calendar.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 14px;
      height: 14px;
      left: 0;
      top: -1px; }
  .review a {
    color: #111a5d; }
  .reviews_row {
    margin-bottom: 20px; }
  .reviews_row [class*='grid'] {
    margin-bottom: 20px; }

.swiper-slide .review_name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.swiper-slide .review_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  margin: 0; }

/* reviewform */
.reviewform {
  margin: 0 0 40px; }
  .reviewform input.input {
    max-width: 500px; }
  .reviewform .btn {
    min-width: 200px; }

.radio-group {
  margin: 0 0 10px; }
  .radio-group.last {
    margin: 0 0 20px; }
  .radio-group_title {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0; }
  .radio-group .check-field {
    vertical-align: middle;
    margin: 0 10px 0 0; }
  .radio-group a {
    color: #303D56; }

/* spoiler */
.spoilers_row {
  margin: 0 0 40px; }

.spoiler {
  border: 1px solid #d5d7ea;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  margin: 0 0 10px; }
  .spoiler:last-child {
    margin: 0; }
  .spoiler a {
    color: #111a5d; }
  .spoiler_head {
    padding: 15px 60px 15px 15px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .spoiler_head::after {
      content: '';
      position: absolute;
      display: block;
      background-image: url("/images/template_2021/svg/down-chevron.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      width: 26px;
      height: 20px;
      right: 20px;
      top: 50%;
      margin-top: -10px; }
    .spoiler_head.active::after {
      transform: matrix(1, 0, 0, -1, 0, 0); }
  .spoiler_icon {
    margin-right: 20px;
    min-width: 70px;
    max-width: 70px; }
    .spoiler_icon img {
      display: block; }
  .spoiler_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px; }
  .spoiler_hide {
    display: none;
    padding: 0 15px 15px;
    font-size: 16px;
    line-height: 22px; }

/* contact_item */
.contact_item {
  border: 1px solid #d5d7ea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 10px 15px;
  min-height: 100%; }
  .contact_item_row {
    margin-bottom: 20px; }
  .contact_item_row .grid4 {
    margin-bottom: 20px; }
  .contact_item_title {
    display: flex;
    align-items: center;
    color: #111a5d;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 8px; }
    .contact_item_title img {
      display: block;
      margin-right: 15px; }
  .contact_item a {
    color: #111a5d;
    text-decoration: none; }
  .contact_item p:last-child {
    margin: 0; }
  .contact_item .icon {
    height: 17px;
    vertical-align: middle; }

/* contact_videos */
.contact_videos {
  margin-bottom: 20px; }
  .contact_videos iframe {
    height: 340px;
    width: 100%;
    border: 0;
    margin: 0;
    display: block;
    padding: 0;
    margin: 0 0 20px; }

/* smallmap */
.smallmaps {
  margin-bottom: 20px; }

.smallmap {
  position: relative;
  margin: 0 0 20px; }
  .smallmap img {
    display: block;
    width: 100%; }
  .smallmap_title {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    min-height: 40px; }

/* contact_map */
.contact_map {
  margin: 0 0 40px; }
  .contact_map iframe {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    height: 420px;
    width: 100%; }

/* catmain */
.catmain {
  background: #fff;
  border: 1px solid #d5d7ea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 20px;
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #303D56;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out; }
  .catmain:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .catmain_row {
    margin-bottom: 20px; }
  .catmain_row [class*='grid'] {
    margin-bottom: 20px; }
  .catmain_img {
    min-width: 95px;
    max-width: 95px;
    margin-right: 15px; }
    .catmain_img img {
      display: block; }
  .catmain_title {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    display: block; }
  .catmain_text {
    display: block;
    line-height: 17px; }

   .metro{
       margin-bottom: 20px;
       font-size: +1.3em;
   } 
/* forum_wrapper */
.forum_wrapper {
  margin-bottom: 20px; }

.forum_thread {
  background: #fff;
  border: 1px solid #d5d7ea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 15px 20px;
  margin: 0 0 20px; }

.forum_thread .newsitem_date {
  margin: 0 0 10px; }

/* collection */
.collection {
  border: 1px solid #d5d7ea;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  margin: 0 0 40px; }
  .collection_header {
    background: #d5d7ea;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    display: block;
    color: #303D56;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 22px;
    padding: 10px 20px;
    font-weight: 700;
    text-decoration: none; }
  .collection_footer {
    background: #eff2f5;
    display: flex;

    align-items: center;
    border-top: 1px solid #d5d7ea;
    padding: 10px 20px; }
.collection_footer.sell {
  justify-content: space-between;
}

    .collection_footer_item {
      margin-right: 30px; }
  .collection_content {
    padding: 20px; }
  .collection_text {
    margin: 0 0 20px; }
  .collection_all {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px; }
  .collection_done {
    margin: 0; }
    .collection_done_title {
      font-size: 16px;
      font-weight: 700;
      color: #136b07;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
  .collection_progress {
    background: #fff;
    border: 1px solid #136b07;
    width: 100%;
    max-width: 260px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px; }
    .collection_progress_range {
      position: absolute;
      left: 0;
      width: 0;
      top: 0;
      bottom: 0;
      background: #136b07;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -ms-border-radius: 15px; }
  .collection .carousel {
    margin: 30px 0 0; }

.like_link, .dislike_link, .fulllike_link {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  vertical-align: middle; }
  .like_link::before, .dislike_link::before ,.fulllike_link::before{
    content: '';
    position: absolute;
    display: block;
    background-image: url("/images/template_2021/svg/like.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    margin-top: -9px; }
  .fulllike_link::before{
    background-image: url("/images/template_2021/svg/likeplus.svg");
  }
  .like_link.disabled, .dislike_link.disabled {
    color: #77879b; }
  .like_link.disabled::before, .dislike_link.disabled::before {
    opacity: 0.7; }

.dislike_link::before {
  transform: matrix(1, 0, 0, -1, 0, 0); }

/* order_info_product_btns */
.order_info_product_btns {
  margin: 0 0 20px; }
.order_info_product_btns .btn {
  background: #eff2f5 !important;
  cursor: default;
  margin: 0 10px 10px 0; }
.order_info_product_btns .btn b {
  margin-left: 30px; }


/* small_app_container */
.small_app_container {
  display: none;
  align-items: center;
  padding: 0 15px 20px; }
.small_app_container img {
  display: block;
  min-width: 40px;
  max-width: 40px;
  margin: 0 15px 0 0; }

@media screen and (max-width: 720px) {
  .small_app_container {
    display: flex; } }


.to_collection {
  background: url("/images/template_2020/collection-icon.png" ) 50% -10px;
 }

.to_collection.active {
  background: url(/images/template_2020/collection-icon.png) 50% -60px;
}
.green{
  color: green;
}
.c-btn.green {
  background: linear-gradient( 94.51deg      , #75C673 -0.18%, #42CDAC 136.75%);
}
.c-btn {
  width: 174px;
    background: linear-gradient( 274.85deg, #1D2681 -22.98%, #414C9E 84.27%);
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 0 0 7px 0;
  color: #ffffff;
  text-decoration: none;
  padding-left: 40px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.btn-buy {
    background: linear-gradient(      274.85deg      , #FF820F -22.98%, #FFC147 84.27%);

}
.btn-buy span::before {
  width: 20px;
  height: 20px;
  top: 6px;
  left: 8px;
  background-image: url(/images/template_2020//basket-icon.svg);
}
.btn-request span::before {
  width: 25px;
  height: 25px;
  top: 5px;
  left: 8px;
  background: url(/images/template_2020/order-icon.svg) no-repeat 50%;

}

.c-tables__table {
  border-collapse: collapse;
}

.c-tables__table th {
  background: #111a5d;
  height: 61px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.c-tables__table tbody tr:nth-child(2n) td {
  background: #EFF2F5;
}

.c-tables__table td {
  height: 51px;
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
}
.c-tables__table.order_table_left td {
    text-align: left;
}

.c-tables__table td a {
  width: 130px;
  height: 39px;
  background: #FFBC3A;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
}

.c-tables__table td a:hover {
  background: #eca237;
}

@media only screen and (max-width: 991px) {
  .c-tables__inner {
    display: block;
  }
  .c-tables__item:first-child {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .c-tables {
    margin-bottom: 64px;
  }
  .c-tables__title {
    font-size: 20px;
  }
  .c-tables__table th {
    height: 43px;
    font-size: 12px;
  }
  .c-tables__table td {
    height: 69px;
    font-size: 12px;
  }
  .c-tables__table td a {
    width: 100px;
    height: 32px;
    font-size: 12px;
  }
}

.c-product__list {
  display: flex;
  background: #FAFBFC;
  border: 1px solid #D0DAE2;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 55px;
}

.c-product__list li {
  flex-basis: 100%;
  font-weight: bold;
  font-size: 20px;
  border-right: 1px solid #D0DAE2;
}

.c-product__list li:last-child {
  border-right: none;
}

.c-product__list li:first-child {
  font-weight: 600;
  font-size: 16px;
}

.c-product__list li:first-child span {
  justify-content: flex-start;
  text-align: left;
}

.c-product__list li:first-child span:last-child {
  background: #FAFBFC;
  font-weight: 600;
  font-size: 16px;
  color: #303D56;
  white-space: nowrap;
}

.c-product__list li span {
  display: block;
  text-align: center;
  padding: 14px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-product__list li span:last-child {
  font-size: 18px;
  color: #77879B;
  font-weight: 400;
  border-top: 1px solid #D0DAE2;
  background: #eaeef4;
}
@media only screen and (max-width: 767px) {
  .c-product__list {
    display: table;
  }
  .c-product__list li {
    font-size: 16px;
    display:table-row;
  }

  .c-product__list li span {
    height: 30px;
    padding: 10px;
    display:table-cell;
    width: 50%;
    text-align: center;
    border-top: 1px solid #D0DAE2;

  }
  .c-product__list li:first-child span{
    text-align: center;

  }
  .c-product__list li span:last-child {
    font-size: 14px;
  }
}
.c-product__evaluate {
  height: 64px;
  position: relative;
  padding-left: 100px;
  display: flex;
  align-items: center;
  border: 1px solid #D8E0E6;
  border-radius: 3px;
  text-decoration: none;
  font: 400 22px "Muller";
  margin: 40px 0;
}

.c-product__evaluate span img {
  transition: 300ms;
}

.c-product__evaluate:hover {
  box-shadow: 0 4px 13px 1px rgba(220, 224, 237, 0.5);
}

.c-product__evaluate:hover span img {
  transform: translateX(5px);
}

.c-product__evaluate > img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 96px;
  max-height: none;
}
.main_catalog_block{
  justify-content: flex-end;
}
.btn_bordered {
  font-weight: 600;
  font-size: 14px;
  color: #8190A2;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #ffaf3a;
  border-radius: 5px;
  white-space: nowrap;
  height: 36px;
  width: 165px;
  display: flex;
  position: relative;
}
.to_collection_full span::before {
  height: 35px;
  top: 1px;
  right: -30px;
  left: auto;
  display: inline-block;
  background: url(/images/template_2020/collection-icon.png) 50% -14px;
}

.to_collection_full.active span::before {
  background-position: 50% -150px;
}

/*
.c-items__btn--buy {
  background: linear-gradient(
          274.85deg
          , #1D2681 -22.98%, #414C9E 84.27%);
}

.c-items__btn--buy .icon {
  background-image: url(/images/template_2020//basket-icon.svg);
}*/


/* Evaluate */
.c-evaluate {
  margin-bottom: 20px;
}

.c-evaluate__container {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 22px;
}

.c-evaluate__form {
  position: relative;
  border: 3px solid #FFAF3A;
  border-radius: 8px;
  padding: 25px 30px 18px;
}

.c-evaluate__title {
  font: 400 24px "Roboto Condensed";
  margin-bottom: 17px;
  margin-right: 250px;
}

.c-evaluate__fields {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
  margin: 11px;
}

.c-evaluate__fields.fixed {
  height: 42px;
}

.c-evaluate__input {
  border: 1px solid #E2E5E9;
  border-radius: 4px;
  width: 270px;
  height: 40px;
  padding: 0 24px;
  font: inherit;
  margin-right: 20px;
  font-size: 14px;
}

.c-evaluate__input::-webkit-input-placeholder {
  color: #77879B;
}

.c-evaluate__input:-moz-placeholder {
  color: #77879B;
}

.c-evaluate__input::-moz-placeholder {
  color: #77879B;
}

.c-evaluate__input:-ms-input-placeholder {
  color: #77879B;
}

.c-evaluate__file {
  border: 1px solid #E2E5E9;
  border-radius: 4px;
  width: 270px;
  height: 40px;
  padding: 0 24px;
  font: inherit;
  margin-right: 30px;
  color: #77879B;
  display: flex;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
  background: url(/images/template_2020//upload-icon.svg) no-repeat right 10px center;
}

.c-evaluate__file input {
  display: none;
}

.c-evaluate__btn {
  background: #ffaf3a;
  width: 243px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: none;
  transition: background-color 300ms;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
  border-radius: 4px;
}

.c-evaluate__btn.fixed {
  position: fixed;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px) !important;
}

.c-evaluate__btn:hover {
  background: #eca237;
}

.c-evaluate__files {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}

.c-evaluate__files-label {
  font-size: 13px;
  margin-right: 19px;
}

.c-evaluate__files ul li {
  background: #F5F6F8;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  margin: 5px 10px 5px 0;
}

.c-evaluate__files ul li .remove {
  background: url(/images/template_2020//close.svg);
  width: 10px;
  height: 10px;
  background-size: cover;
  margin-left: 10px;
  flex-shrink: 0;
  cursor: pointer;
}

.c-evaluate__files ul li img {
  flex-shrink: 0;
  margin-right: 10px;
  flex-shrink: 0;
}

.c-evaluate__phones {
  display: flex;
  align-items: center;
}

.c-evaluate__phones img {
  margin-right: 15px;
}

.c-evaluate__phones a {
  font-weight: 600;
  font-size: 20px;
  color: #1D2681;
  text-decoration: none;
}

.c-evaluate__img {
  position: absolute;
  bottom: 0;
  right: 70px;
  top: -15px;

  text-align: right;
}

.c-evaluate__advantages {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 248px;
}

.c-evaluate__advantages-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
    min-height: 60px;
}

.c-evaluate__advantages-item .text {
  font-size: 14px;
  max-width: 127px;
}

.c-evaluate__advantages-item .number {
  font-weight: bold;
  font-size: 20px;
}

.c-evaluate__advantages-item.green, .c-items__header .green{
  background: linear-gradient(94.51deg, #75C673 -0.18%, #42CDAC 136.75%);
}

.c-evaluate__advantages-item.blue {
  background: linear-gradient(94.63deg, #3552E9 -0.31%, #5E42CD 148.22%);
}

.c-evaluate__advantages-item.orange {
  background: linear-gradient(96.42deg, #FFAF3A -70.64%, #E85656 151.85%);
}
.c-evaluate__container .evaluation__description{
  padding-right: 200px;
}

.evaluation__description a{
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}
.evaluation__description .icon-whatsapp span, .evaluation__description a.icon-viber span,
.evaluation__description a.icon-tg span, .evaluation__description a.icon-tel span{
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-left: 2px;
}
.evaluation__description .icon-whatsapp span{
  background-image:url(/images/template_2021/svg/whatsapp.svg);
  width: 23px;
  height: 23px;
}
.icon-viber span{
  background-image: url(/images/template_2021/svg/viber.svg);
}
.icon-tg span{
  background-image: url(/images/template_2020/telegram.png);
}
.icon-tel span{
  background-image: url(/images/template_2021/svg/phone.svg);
}

@media only screen and (max-width: 1336px) {
  .c-evaluate__container {
    display: block;
  }
  .c-evaluate__advantages {
    flex-direction: row;
    margin-top: 20px;
  }
  .c-evaluate__advantages-item {
    width: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .c-evaluate {
    margin-top: 20px;
  }
  .c-evaluate__advantages-item {
    padding: 10px;
  }
  .c-evaluate__advantages-item .number {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .c-evaluate__advantages{
    display:none;
  }
  .c-evaluate__title {
    margin-right: 0;
    font-size: 18px;
    margin-bottom: 0;
  }
  .c-evaluate__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-evaluate__img {
    display: none;
  }
  .c-evaluate__container .evaluation__description{
    padding-right: 0;
    margin-top: 10px;
  }
  .c-evaluate__container .c-evaluate__input,.c-evaluate__container .c-evaluate__file{
    width: 100%;
    margin: 5px 0;
  }

  .c-evaluate__container  .c-evaluate__form .c-evaluate__fields{
    display: block;
    width: 100%;
  }
  /* .c-evaluate__form {
     padding: 0;
     border: none;
   }
   .c-evaluate__form * {
     display: none;
   }*/
  .c-evaluate__form *.c-evaluate__fields, .c-evaluate__form *.c-evaluate__btn {
    display: flex;
    width: 100%;
    margin: 0;
  }
  .c-evaluate__advantages {
    margin-top: 0;
  }
  .c-evaluate__advantages-item {
    display: block;
    width: 31%;
    text-align: center;
  }
  .c-evaluate__advantages-item .text {
    font-size: 11px;
  }
  .c-evaluate__advantages-item .number {
    font-size: 18px;
  }
}


.evaluate-modal {
  padding: 40px 30px;
}

.evaluate-modal .c-evaluate__form * {
  display: block;
}
.evaluate-modal .c-evaluate__title {
  margin-right: 0;
}

.evaluate-modal .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.evaluate-modal .c-evaluate__form .c-evaluate__description *{
  display:inline;
  margin-top:20px;
}

.evaluate-modal .c-evaluate__files {
  margin-bottom: 15px;
}

.evaluate-modal .c-evaluate__file {
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.evaluate-modal .c-evaluate__file input {
  display: none;
}

.evaluate-modal .c-evaluate__input {
  margin-right: 0;
  margin-bottom: 15px;
}

.evaluate-modal .c-evaluate__fields {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.evaluate-modal .c-evaluate__img {
  display: none;
}

.evaluate-modal .c-evaluate__files-label {
  display: inline-block;
}

.evaluate-modal .c-evaluate__files li {
  display: inline-flex;
}
.bordered_btns {
  margin-bottom:20px
}

.bordered_btn {
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #ffaf3a;
  text-decoration: none;
  padding: 10px 30px;
  margin-bottom: 15px;
  background: white;
  display: inline-flex;
}
.shortform{
    max-width: 600px;
}

#chat-24-widget-container{
  bottom: 160px !important;
}
#chat-24-widget-container #chat-24-mobile .chat-24-icon-container .chat-24-icon{
    width: 32px !important;
    height: 32px !important;
}
#chat-24-widget-container #chat-24-desktop #chat-24-inner-container #chat-24-footer{
  display: none !important;
}

.search_seo{
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #d0dae2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-right: 70px;
}
.search_seo > input {
  flex-grow: 10;
  font-size: 13px;
  color: #303d56;
  display: block;
  padding: 0 15px;
  background: none;
  border: none;
  height: 40px;
  font-family: inherit;
}
.search_seo button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-right: 0;
  cursor: pointer;
  border: 0;
  padding: 0 7px;
  flex-shrink: 0;
}

.no-m-b{
  margin-bottom:0px;
}
.order_orderdetails .footer,
.order_userorder .footer {
  display:none;
}
.order_orderdetails .footer,
.order_userorder .footer{
  display:none;
}
.order_orderdetails .searchbox,
.order_userorder .searchbox{
  visibility: hidden;
}
.order_orderdetails .header_top,
.order_userorder .header_top{
  display:none;
}
@media screen and (max-width: 1020px){
  .order_orderdetails .header_top,
  .order_userorder .header_top {
    display:block;
  }
}

/* Profile */
.profile__title {
    font: 500 30px 'Muller';
    margin-bottom: 40px;
}

.profile__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.profile__info {
    display: flex;
    align-items: center;
}

.profile__name {
  font: 700 24px 'Roboto';
  margin-right: 24px;
  margin-bottom: 10px;
}

.profile__age {
    font-size: 18px;
    font-weight: 600;
    color: #828A93;
}

.profile__age span {
    display: inline-block;
    margin-left: 10px;
    color: #242A7E;
}

.profile__btn {
    width: 230px;
    font-size: 12px;
}

.profile__btn img {
    margin-right: 20px;
    position: relative;
    z-index: 3;
}

.profile__rate {
    margin-bottom: 72px;
    display: flex;
    align-items: center;
}

.profile__rate-number {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    color: #111a5d;
}

.profile__stars {
    display: flex;
    align-items: center;
}

.profile__star {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background: url(/images/template_2020/star.png) no-repeat left;
}

.profile__star.semifilled {
    background-position: -24px 50%;
}

.profile__star.filled {
    background-position: -48px 50%;
}

.profile__links {
    margin-bottom: 89px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile__links a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111A5D;
}

.profile__links a img {
    flex-shrink: 0;
    margin-right: 15px;
}

.profile__item {
    display: flex;
    align-items: center;
    height: 68px;
    border-bottom: 1px solid #EFF2F5;
    font-size: 24px;
}

.profile__item:first-child {
    border-top: 1px solid #EFF2F5;
}

.profile__item img {
    flex-shrink: 0;
    margin-right: 15px;
}

.profile__item.has-dropdown {
    position: relative;
}

.profile__item.has-dropdown:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 16px;
    height: 10px;
    background: url(/images/template_2020/profile-arrow.svg) no-repeat 50%;
    transition: 300ms;
}

.profile__item.active {
    color: #414C9E;
    font-weight: 600;
}

.profile__item.active:after {
    transform: rotate(180deg);
}

.profile__content {
    padding-top: 20px;
    display: none;
}

.profile__content p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.profile__content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.profile__rates {
    width: 320px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px 30px;
    margin-bottom: 22px;
}

.profile__rates li {
    display: flex;
    align-items: center;
}

.profile__rates .profile__star {
    width: 18px;
    height: 18px;
    background-size: 54px 18px;
}

.profile__rates .profile__star.semifilled {
    background-position: -18px 50%;
}

.profile__rates .profile__star.filled {
    background-position: -36px 50%;
}

@media only screen and (max-width: 1300px) {
    .profile__info {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .profile__header {
        align-items: flex-start;
    }
    .profile__links {
        display: block;
    }
    .profile__links a {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .profile__title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .profile__header {
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
    .profile__name {
        margin-bottom: 13px;
        font-size: 24px;
    }
    .profile__btn {
        position: absolute;
        bottom: -120px;
        left: 0;
    }
    .profile__rate {
        margin-bottom: 90px;
    }
    .profile__links {
        margin-bottom: 30px;
    }
    .profile__links a {
        width: 100%;
        border: 1px solid #FFB931;
        border-radius: 2px;
        height: 50px;
        justify-content: center;
        font-size: 14px;
        color: #8190A2;
    }
    .profile__icon {
        width: 15px;
        margin-right: 10px;
    }
    .profile__item {
        font-size: 16px;
        padding-right: 15px;
    }
}
.top-info-block-item .product_price div{
  display: inline-flex;
}
.top-info-block-item .btn-border{
  background: white;
}
.top-info-block-item .f_btn_inner{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  color: #303D56;
  text-decoration: none;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  justify-content: left;
  height: 54px;
}

@media screen and (max-width: 1270px){
  .top-info-block-item .card_details_meta {
    display: flex;
  }
}
.top-info-block-item .filter-static{
  display: none;
}
.top-info-block-item .filter-static.fixed{
  display: block;
}
.top-info-block-item .filter-wrapper{
  height: auto;
}
