/*@color-darkgray: #333;*/
.transition {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu_transition {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
html,
body {
  height: 100%;
}
.hidden {
  display: none !important;
}
body {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #213547;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#container {
  width: auto;
  margin: 0 20px;
  box-sizing: border-box;
}
#container > main > h1 {
  display: block;
  margin: 0.5em 0 0.5em 0;
  padding: 0.75em 0.5em;
  font-size: 1.1em;
  color: #fff;
  font-weight: normal;
  background: linear-gradient(90deg, #004131, #999);
}
.justify {
  text-align: justify;
  text-indent: 0.7em;
}
a:link,
a:active,
a:visited {
  color: #0B891A;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:hover {
  color: #BBC274;
}
a.dashed {
  color: #0B891A !important;
  text-decoration: underline dashed;
}
span.dashed {
  color: #0B891A !important;
  text-decoration: underline dashed;
  cursor: pointer;
}
h2 {
  margin: 0.5em 0;
  font-size: 1.15em;
  color: #004131;
}
h4 {
  margin: 0 0 0.5em 0;
  font-size: 1.15em;
  font-weight: bold;
  color: #004131;
}
h4.delimited {
  border-bottom: 1px solid #004131;
}
h5 {
  margin: 0 0 0.5em 0;
  font-size: 1em;
  font-weight: bold;
  color: #004131;
}
h5.delimited {
  border-bottom: 1px solid #004131;
}
input {
  font-family: 'Exo 2', sans-serif;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
}
input:focus {
  outline: none;
  border-bottom-color: #0fb823;
}
input:hover {
  border-bottom-color: #0da11e;
}
input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=number] {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  color: #213547;
  padding: 3px 5px;
  margin: 2px 0;
}
input[type=text].error,
input[type=password].error,
input[type=date].error,
input[type=email].error,
input[type=number].error {
  background-color: #fef3f3;
  border-bottom-color: #e01c12;
}
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  border: 1px solid #999;
  transition: 0.2s border linear;
  outline: none;
  margin-right: 5px;
}
input[type=radio]:checked {
  border: 2px solid #0fb823;
  background: radial-gradient(#0fb823 50%, rgba(255, 0, 0, 0) 51%);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  color: #213547;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666;
}
select:focus {
  outline: none;
  border-bottom-color: #0fb823;
}
select:hover {
  border-bottom-color: #0da11e;
}
button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Exo 2', sans-serif;
  border: 1px solid #2b2b2b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: calc(5px + 2px) 10px;
  background-color: #4d4d4d;
  color: #fff;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
button:hover {
  background-color: #BBC274;
  border-color: #aab251;
  color: #fff;
}
button:focus {
  box-shadow: 0 0 8px #0B891A;
  -moz-box-shadow: 0 0 8px #0B891A;
  -webkit-box-shadow: 0 0 8px #0B891A;
  outline: none;
}
button > span.mdi {
  font-size: 1.3em;
  margin-right: 3px;
}
button.icon {
  padding: 5px 15px;
  background-color: transparent;
  color: currentColor;
}
button.icon > span.mdi {
  margin-right: 0;
}
button.icon:hover {
  background-color: #BBC274;
}
button.icon.edit:hover {
  background-color: #3D5AFF;
  border-color: #0025f5;
}
button.icon.remove:hover {
  background-color: #B1160E;
  border-color: #6f0e09;
  color: #fff;
}
button.inline {
  display: inline-flex;
}
button.basic {
  background-color: transparent;
  color: currentColor;
  border-color: currentColor;
}
button.basic:hover {
  background-color: #BBC274;
  border-color: #9da649;
  color: #fff;
}
button.basic.att {
  color: #005a44;
  background-color: transparent;
  border-color: #004131;
}
button.att {
  border: 1px solid #006700;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: calc(5px + 2px) 10px;
  background-color: #0B891A;
  color: #fff;
}
button.att:hover {
  background-color: #BBC274;
  border-color: #9da649;
  color: #fff;
}
button.att:focus {
  box-shadow: 0 0 8px #075a11;
  -moz-box-shadow: 0 0 8px #075a11;
  -webkit-box-shadow: 0 0 8px #075a11;
}
button[disabled],
button[disabled]:hover {
  color: #999;
  background-color: #d9d9d9;
  border-color: #bbb;
  cursor: not-allowed;
}
/* Слайдер checkbox */
.switch_check {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
.switch_check .label {
  margin-left: 0.5em;
}
.switch_check .switch {
  display: inline-block;
  height: 1.4em;
  position: relative;
  width: 3em;
}
.switch_check .switch input {
  display: none;
}
.switch_check .switch .slider {
  background-color: #999;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.switch_check .switch .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: calc(1.4em - 8px);
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: calc(1.4em - 8px);
}
.switch_check .switch .slider.round {
  border-radius: 1em;
}
.switch_check .switch .slider.round:before {
  border-radius: 50%;
}
.switch_check .switch input:checked + .slider {
  background-color: #0da11e;
}
.switch_check .switch input:checked + .slider:before {
  transform: translateX(calc((1.4em - 8px) * 2));
}
input:checked + .slider:before {
  transform: translateX(calc((1.4em - 8px) * 2));
}
.iziToast-body {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
}
div.infoblock {
  display: block;
  margin: 1em 0;
  padding: 0.5em;
  font-size: 1em;
  text-align: justify;
  color: #213547;
  background-color: #eee;
  border: none;
  border-left: 3px solid #888;
  border-radius: 0;
}
div.infoblock.primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #084298;
}
div.infoblock.warning {
  color: #B15B0E;
  background-color: #fdf0e5;
  border-color: #B15B0E;
}
div.infoblock.error {
  color: #B1160E;
  background-color: #fde6e5;
  border-color: #B1160E;
}
div.infoblock > div.header {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
nav#mainMenu {
  display: block;
  position: fixed;
  left: -20em;
  background-color: #1a1a1a;
  color: #fff;
  line-height: 1.1;
  width: 20em;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
nav#mainMenu > .close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #999;
  font-size: 2.5em;
}
nav#mainMenu > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav#mainMenu > ul > li {
  display: block;
}
nav#mainMenu > ul > li:not(:last-child) {
  border-bottom: 1px solid #676767;
}
nav#mainMenu > ul > li input {
  display: none;
}
nav#mainMenu > ul > li input:checked ~ ul {
  display: block;
}
nav#mainMenu > ul > li label {
  display: block;
  padding: 1.2em 0 1.2em 0.5em;
  cursor: pointer;
}
nav#mainMenu > ul > li label span.mdi {
  font-size: 1.1em;
  color: #BBC274;
  margin-right: 0.1em;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
nav#mainMenu > ul > li > a {
  display: block;
  color: #fff;
  padding: 1.2em 0 1.2em 0.5em;
  text-decoration: none;
  cursor: pointer;
}
nav#mainMenu > ul > li > a span.mdi {
  font-size: 1.1em;
  color: #BBC274;
  margin-right: 0.1em;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
nav#mainMenu > ul > li > a span.desc {
  display: inline;
}
nav#mainMenu > ul > li > ul {
  display: none;
  list-style-type: none;
  padding: 0;
}
nav#mainMenu > ul > li > ul > li > a {
  display: block;
  color: #fff;
  padding: 1.2em 0 1.2em 1.2em;
  text-decoration: none;
  cursor: pointer;
}
header#mainHeader {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: end;
  padding: 0.5rem 0 0 0;
  margin-bottom: 0.5rem;
  background-color: #4d4d4d;
}
header#mainHeader .menu_button {
  grid-row: 1 / span 2;
  grid-column: 1 / 2;
  justify-self: center;
  color: #999;
  font-size: 2.5em;
  margin-top: -0.5rem;
}
header#mainHeader > div {
  padding-right: 0.5em;
}
header#mainHeader.divider {
  border-bottom: 1px solid #999;
}
header#mainHeader img.imgLogo {
  height: 20px;
}
header#mainHeader img.xs {
  display: inline-block;
}
header#mainHeader img.s {
  display: none;
}
header#mainHeader div.contacts {
  display: flex;
}
header#mainHeader div.contacts a.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.5rem 0;
  padding: 0 1rem;
  border-right: 1px solid #999;
  color: #213547;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
}
header#mainHeader div.contacts a.item:last-child {
  padding: 0 0.5em 0 1rem;
  border: none;
}
header#mainHeader div.contacts a.item:hover span.mdi {
  color: #078d17;
}
header#mainHeader div.contacts a.item span.mdi {
  font-size: 1.8em;
  color: #BBC274;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
header#mainHeader div.contacts a.item span:last-child {
  display: none;
}
footer {
  display: block;
  font-size: 0.8em;
  color: #fff;
  background-color: #666;
  margin: 4em 0 0 0;
  padding: 1em;
  line-height: 1.4;
}
footer a:link,
footer a:active,
footer a:visited {
  text-decoration: underline;
  color: #fff;
}
footer section {
  margin: 0;
}
footer section.left img.logo {
  height: 45px;
  float: left;
  margin-right: 1em;
}
footer section.right {
  margin-top: 1em;
}
#lblCart {
  display: block;
  position: fixed;
  bottom: 50px;
  right: -4em;
  background-color: #004131;
  border-radius: 5px 0 0 5px;
  color: #fff;
  padding: 0.5em 1em 0.5em 0.5em;
  z-index: 50;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#lblCart:hover {
  opacity: 1;
}
#lblCart .mdi {
  font-size: 1.75em;
}
#lblCart .qnty {
  display: inline-flex;
  position: absolute;
  right: 3px;
  bottom: 5px;
  justify-content: center;
  align-items: center;
  background-color: #B15B0E;
  border-radius: 0.75em;
  width: 1.3em;
  height: 1.3em;
}
#lblCart .qnty span {
  font-size: 0.75em;
}
@media screen and (min-width: 375px) {
  header#mainHeader img.imgLogo {
    height: 25px;
  }
}
@media screen and (min-width: 406px) {
  header#mainHeader img.imgLogo {
    height: 30px;
  }
}
@media screen and (min-width: 600px) {
  #container {
    margin: 35px 20px 0 20px;
  }
  nav#mainMenu {
    position: fixed;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    background-color: transparent;
    font-size: 1em;
    height: auto;
  }
  nav#mainMenu .close {
    display: none;
  }
  nav#mainMenu > ul {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    list-style-type: none;
  }
  nav#mainMenu > ul > li {
    display: inline-block;
    flex: 1 1 auto;
    position: relative;
    text-align: center;
    border-bottom: none !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  nav#mainMenu > ul > li > a {
    display: inline-block;
    padding: 0.6em 0.6em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: calc(100% - 2 * 0.6em);
    cursor: pointer;
  }
  nav#mainMenu > ul > li > a span.mdi {
    font-size: 1.1em;
    color: #BBC274;
    margin-right: 0.1em;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  nav#mainMenu > ul > li > a span.desc {
    display: inline-flex;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  nav#mainMenu > ul > li span.desc {
    display: inline-flex;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  nav#mainMenu > ul > li label {
    padding: 0.6em 0.3em;
  }
  nav#mainMenu > ul > li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 120%;
    min-width: 200px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    transition-delay: 2000;
  }
  nav#mainMenu > ul > li ul li {
    display: block;
    text-align: left;
  }
  nav#mainMenu > ul > li ul li a {
    font-size: 0.9em;
    display: block;
    text-align: left;
  }
  nav#mainMenu > ul > li ul li a:hover {
    color: #BBC274;
  }
  nav#mainMenu > ul > li:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
  nav#mainMenu > ul > li:hover span.mdi {
    color: #e4f442;
  }
  nav#mainMenu > ul > li:hover span.desc {
    width: 100px;
  }
  nav#mainMenu > ul > li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  header#mainHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    background-color: transparent;
  }
  header#mainHeader .menu_button {
    display: none;
  }
  header#mainHeader img#imgLogo {
    height: 30px;
  }
  header#mainHeader img.xs {
    display: none;
  }
  header#mainHeader img.s {
    display: inline-block;
  }
  header#mainHeader div.contacts a.item {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 750px) {
  #container {
    margin: 35px 40px 0 40px;
  }
  nav#mainMenu {
    position: fixed;
    font-size: 1em;
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
  }
  nav#mainMenu > ul > li > a span.desc {
    display: inline;
  }
  nav#mainMenu > ul > li span.desc {
    display: inline;
  }
  header#mainHeader div.contacts a.item span:last-child {
    display: block;
  }
  footer {
    display: flex;
    justify-content: space-between;
  }
  footer section.right {
    margin: 0;
    text-align: right;
  }
}
@media screen and (min-width: 900px) {
  header#mainHeader img.imgLogo {
    height: 35px;
  }
}
@media screen and (min-width: 1360px) {
  #container {
    width: 1280px;
    margin: 35px auto 0 auto;
  }
  nav#mainMenu {
    width: 1280px;
    left: calc((100% - 1280px) / 2);
  }
}
