/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
.container-fluid {
  width: 100%;}

/*Костыли*/
.views-view-grid img {
  filter: sepia(1);
}
.dropdown-toggle {
  white-space: normal;
}
.sitewide-alert {
  background-color: #edf111;

}
.jumbotron {
  background-color: #ccc;
  background: url("../assets/images/bgjumbo.jpg");
  background-size: cover;
  min-height: 600px;
}
.menu menu--head nav li a {
  color:white;
  margin: 0 10px 0 0;
}

/*mediaquery*/
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 0.7vw);}}


#logo a {
  color: white;
  font-size: 2.7rem;
  font-family: "PT serif caption";
  line-height: 5rem;
}
@media (min-width: 560px) {
  #logo a {
    font-size: 3rem;
    line-height: 6rem;
  }}

.menu--general li {
  margin-right:1rem;
}
.menu--general li a {
  color:white;
}
.top li {
  list-style:none;

}
.top li a {
  color:white;
}
#phone {
  font-size:1.5rem;

}
#phone li {
  margin-bottom:0.5rem;
}
.menu-account {
  float:right;
}

@media (min-width: 300px) {
}
/**alerts*/

.sitewide-alert {
  background-color: transparent;
  padding: 5px;
}

/*typografy*/
.lead {
  font-size: 1.3rem;

}
.las,
.lab {
  margin-right:1rem;
}



a {
  color:#39561e;
}
a:hover {
  color:#7e551b;
}
body {
  background: url("../assets/images/bg2.jpg") repeat;
  font-family: -apple-system,BlinkMacSystemFont,"PT sans","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.1rem;
}

/*navbar*/
.nav-item a {
  text-transform: uppercase;
  color: white;
}

#block-katalog-2-menu, #block-topmenu-3-menu {
  color: #fff;
  border-bottom: #fff 1px dashed;
  padding: 0.5rem 0;
  border-top: #fff 1px dashed;
  margin: 0.7rem 0;
}

.navbar-nav-h {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bg-dark {
  background-color: #000!important;
}

.navbar {
  padding: 0.5rem 1rem;

  border-top: red 2px solid;
}
.navbar .nav li a {
  color: #000;
}
.home a {
  color:#000;
}
.topuno,
.topdue {
  line-height: 4rem;
}
.toptre,
.topquadro {
  line-height: 4rem;
}
.head {
  height:	226px;
}
.nav-link {
  padding: 0 1rem 0 0;
}

.nav-tabs li {
  padding-right:0.5em;
}

.menu-footer .nav-link:after {
  content: "|";
  position: absolute;
  top: -2px;
  margin-left: 7px;
}
/*jumpotron*/
#jumbotron {
  margin: 0 0 2rem 0;
  background-image: url("../assets/images/jumbo_0.png");
  text-align: center;
  background-size: cover;
  color: white;
}

.termcover {
  margin: 0 -15%;
}
.termcovers {
  margin-top: -7rem;
  z-index:100;
  background: url("../assets/images/bg2.jpg") repeat;
  border: #000 1px solid;
}
.box {
  border: white 4px solid;
  padding: 1rem;
  color: white;
  background-color: rgb(65 97 60 / 73%);
}
@media (min-width: 960px) {
  .box {
    border: white 4px solid;
    padding: 4rem;
    color: white;
    background-color: rgb(65 97 60 / 73%);
  }}

.jumbotron .card {
  min-width: 100%;
  max-width: 100%;
}
.accordion .card {
  max-width: 100%;
}
.borders {
  border: 3px solid #000;
}

.img-fluid {
  min-width: 100%;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  background-color: rgba(0,0,0,.03) !important;
}
.card {
  min-width: 7rem;
  max-width: 21rem;
}
@media (min-width: 992px) {
  .card {
    min-width: 12rem;
    max-width: 17rem;
  }
}
@media (min-width: 1260px) {
  .card {
    min-width: 14rem;
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .tiserlist .card {
    min-width: 3rem;
    max-width: 27rem;
  }
}
.card-deck {
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck .card {
  display: flex;
  flex: 1 0 0%;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
}
.detail .card {
  max-width: 100%;
}
.detail .card-header {
  border-bottom: 1px solid #000;
}
figure {
  margin: 0 1rem 1rem 0;
}
.spacer {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.minus {
  margin-left:-28%;
  margin-right:-28%;
}

/*-tiserlist--*/

.tiserlist h3 {
  text-align:center;
}
.text-muted a {
  color: #868e96!important;
}
/*color*/
.bg-info {
  background-color: #E0E4CC!important;
}
.bg-warning {
  background-color: #CA788E!important;
}
.alert-warning {
  background-color: #CA788E!important;
  color:white;
}
.border2 {
  border:#CA788E 5px solid
}
/*button*/
.btn-default {
  color: #fff;
  background-color: #39561e;
  border-color: #39561e; }
.btn-default:hover {
  color: #fff;
  background-color: #39561e;
  border-color: #39561e; }
.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 135, 72, 0.5); }
.btn-default.disabled, .btn-default:disabled {
  color: #fff;
  background-color: #39561e;
  border-color: #39561e; }
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #39561e;
  border-color: #2d4317; }
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 135, 72, 0.5); }

/*typografy*/
h1 {
  font-family: pt serif ;
}

h2, .h2 {
  font-family: pt serif ;
}

@media (min-width: 300px) {
  .display-1 {
    font-size: 1.8rem;
    font-family: PT serif caption ;
  }
  .topscr {
    font-size: 1rem;
  }
  .subdescr {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-family: PT serif caption;
  }
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 6.9rem;
    font-family: PT serif caption ;
  }
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  font-family: PT serif ;
}

.display-2 {
  font-size: 1.78rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  font-family: PT serif ;
}

/*breadcrumb*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem .75rem 0rem !important;
  margin-bottom: 0;
  list-style: none;
  background-color:transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}
.hunter {
  background-color: #ffff1f1c;
}
.accent {
  font-size: 3rem;
  color: red;
  font-weight: 600;
}
/*menu--main*/
.dropdown-menu {
  position: relative;
  top: 0;
  /* left: 0; */
  z-index: auto;
  display: list-item;
  float: left;
  min-width: 10rem;
  padding: .5rem 1rem;
  margin: .125rem 0 0;
  font-size: .875rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  list-style: none;
}
.menu--main li {
  padding: 0.5rem 0rem;
  text-transform: uppercase;
  font-family: pt serif caption;
}
.menu--main li li {
  padding: 0.5rem 0rem;
  text-transform: none;
  font-family: pt serif;
}
.menu--main > li li:before {
  content: "–"; /* en dash here */
  position: absolute;
  margin-left: -1.1em;
}
.menu--main > li li li:before {
  content: "–-"; /* en dash here */
  position: absolute;
  margin-left: -1.1em;
}
.dropdown-toggle {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  display: flex;
  padding: 0.3rem 0;
}
/*Commerce*/
.card.tiser {
  background-color:#40210A !important;
}
.card.tiser svg path {
  stroke: white;
}.
 svg {
   width: 100%;
 }
.tiser .card-title a {
  color:white;
}
.tiser .card-body {
  color:white;
}

.highlighted {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: #000 1px solid;
}
.price {
  font-size: large;
}
.layout-checkout-form {
  background: rgba(0,0,0,.05);
}

.help-block {
  padding-left: 1em;
  font-style: italic;
  margin-bottom: 1em;
}
.cart-offcanvas--right {
  width: 90%;}

.form-type-radio {
  background: rgba(0,0,0,.05);
  padding: 1em;
  margin-bottom: 10px;
}
.control-label {
  font-weight: 500;
}

.card {
  background-color: transparent !important;
}

.old-price {
  text-decoration: line-through;
  float: left;
  margin-right: 1rem;
}
.percentage-off {
  float: left;
  margin-right: 1rem;
  color:gray;
}
.new-price {
  color:red;
  float: left;
}

/*field*/
.field--label {
  font-weight: bold;
}
.field--label-inline .field--label {
  float: left; /* LTR */
}
.field--label-inline .field--items {
  float: right; /* LTR */
}
.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
}
.field--label-inline .field--label::after {
  content: ':';
}
.pruduct .field--name-field-media img {
  border-bottom: #000 3px solid;
}
/*flag*/
.flag {
  display: inline-flex;
  border: #000 1px solid;
}
.flag-izbrannoe a {

  border-color: #39561e;
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.flag-izbrannoe a::before {
  display: inline-flex;
  padding: 0 0.3rem;
  content: "♥";
  border-right: #000 1px solid;
  margin-right: 1.0rem;
  transform: scale(1.3);
}
.flag-izbrannoe span {
  border-color: #39561e;
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.flag-izbrannoe span {
  display: inline-flex;
  padding: 0.3rem;
}
.flag-anon-message.flag-izbrannoe span::before {
  display: inline-flex;
  padding: 0 0.3rem;
  content: "♥";
  border-right: #000 1px solid;
  margin-right: 1.0rem;
  transform: scale(1.3);
}
/*system*/
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom:0;
  border: 1px solid transparent;
  border-radius:0;
}
.messages__wrapper {
  padding: 2em;
  border: 1px #ccc solid;
  margin-top: -1px;
}
.messages__wrapper {
  padding: 0;
  border: none;
  margin-top:0;
}
#better-messages-default.better-messages-overlay {
  padding: 0em;
  border-radius: 0.3em;
}
.better-messages-footer {
  margin-top:0;
  text-transform: none;
  padding-right:1rem;
}

.btn {
  font-size:1.1rem;
}

/*timeline*/
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
