@charset "UTF-8";
/*
* IMPORT
*/
/*
 *	bg gradient
 */
/*
 *	clearfix
 */
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/*
 * Tooltips
 */
/*
 *    GRID mixins
 */
/*
 *	COLORS
 */
.hidden {
  display: none; }

.fullwidth {
  width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.fw-700, strong, b {
  font-weight: 700; }

.fz-1 {
  font-size: 50px; }

.fz-2 {
  font-size: 30px; }
  @media only screen and (max-width: 1050px) {
    .fz-2 {
      font-size: 20px; } }

.fz-3 {
  font-size: 26px; }

.fz-4 {
  font-size: 24px; }

.fz-5 {
  font-size: 20px; }
  @media only screen and (max-width: 1050px) {
    .fz-5 {
      font-size: 16px; } }

.fz-6 {
  font-size: 18px; }
  @media only screen and (max-width: 1050px) {
    .fz-6 {
      font-size: 16px; } }

.fz-7 {
  font-size: 16px; }
  @media only screen and (max-width: 1050px) {
    .fz-7 {
      font-size: 14px; } }

.fz-8 {
  font-size: 14px; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

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

.text-underline {
  text-decoration: underline; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

hr {
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  height: 1px;
  background: none; }

a.str, .breadcrumbs__link, .aside__block.is-white a, .catalog__sortblock .sorter__link {
  border-bottom: 1px solid; }
  a.str:hover, .breadcrumbs__link:hover, .aside__block.is-white a:hover, .catalog__sortblock .sorter__link:hover {
    border-bottom-color: inherit; }

.m-t-0 {
  margin-top: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.p-t-75 {
  padding-top: 75px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.no-padding {
  padding: 0 !important; }

.fc-primary {
  color: #1860aa !important; }

.bg-primary {
  background-color: #1860aa !important; }

.border-primary {
  border: 1px solid #1860aa; }

.fc-secondary {
  color: #b19a7b !important; }

.bg-secondary {
  background-color: #b19a7b !important; }

.border-secondary {
  border: 1px solid #b19a7b; }

.fc-dark {
  color: #434343 !important; }

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

.border-dark {
  border: 1px solid #434343; }

.fc-darkgrey {
  color: #8b8b8b !important; }

.bg-darkgrey {
  background-color: #8b8b8b !important; }

.border-darkgrey {
  border: 1px solid #8b8b8b; }

.fc-lightgrey {
  color: #f6f6f6 !important; }

.bg-lightgrey {
  background-color: #f6f6f6 !important; }

.border-lightgrey {
  border: 1px solid #f6f6f6; }

.fc-white {
  color: #FFFFFF !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.border-white {
  border: 1px solid #FFFFFF; }

.fc-error {
  color: #e22a10 !important; }

.bg-error {
  background-color: #e22a10 !important; }

.border-error {
  border: 1px solid #e22a10; }

.fc-warning {
  color: #f5a33f !important; }

.bg-warning {
  background-color: #f5a33f !important; }

.border-warning {
  border: 1px solid #f5a33f; }

.fc-success {
  color: #00b453 !important; }

.bg-success {
  background-color: #00b453 !important; }

.border-success {
  border: 1px solid #00b453; }

.fc-disabled {
  color: #8b8b8b !important; }

.bg-disabled {
  background-color: #8b8b8b !important; }

.border-disabled {
  border: 1px solid #8b8b8b; }

.fc-facebook {
  color: #3B5998 !important; }

.bg-facebook {
  background-color: #3B5998 !important; }

.border-facebook {
  border: 1px solid #3B5998; }

.fc-twitter {
  color: #1DA1F2 !important; }

.bg-twitter {
  background-color: #1DA1F2 !important; }

.border-twitter {
  border: 1px solid #1DA1F2; }

.fc-googleplus {
  color: #DD4B39 !important; }

.bg-googleplus {
  background-color: #DD4B39 !important; }

.border-googleplus {
  border: 1px solid #DD4B39; }

.fc-linkedin {
  color: #0077B5 !important; }

.bg-linkedin {
  background-color: #0077B5 !important; }

.border-linkedin {
  border: 1px solid #0077B5; }

.fc-instagram {
  color: #E1306C !important; }

.bg-instagram {
  background-color: #E1306C !important; }

.border-instagram {
  border: 1px solid #E1306C; }

.fc-slack {
  color: #E9A820 !important; }

.bg-slack {
  background-color: #E9A820 !important; }

.border-slack {
  border: 1px solid #E9A820; }

.fc-youtube {
  color: #CD201F !important; }

.bg-youtube {
  background-color: #CD201F !important; }

.border-youtube {
  border: 1px solid #CD201F; }

.fc-dribbble {
  color: #EA4C89 !important; }

.bg-dribbble {
  background-color: #EA4C89 !important; }

.border-dribbble {
  border: 1px solid #EA4C89; }

.fc-bodycolor {
  color: #f3f0e9 !important; }

.bg-bodycolor {
  background-color: #f3f0e9 !important; }

.border-bodycolor {
  border: 1px solid #f3f0e9; }

.fc-headingcolor {
  color: #b19a7b !important; }

.bg-headingcolor {
  background-color: #b19a7b !important; }

.border-headingcolor {
  border: 1px solid #b19a7b; }

.header__nav, .header__nav__menu, .aside__menu__nav, .aside__menu__subnav, .catalog__unstyled__block .list {
  list-style-type: none !important;
  list-style: none;
  margin: 0;
  padding: 0; }

/* Currency
*
*	<body class="USD">
*		<span class="price">45</span>
*	</body>
*
*	.price {
*		@extend %currency;
*	}
*
*/
@-ms-viewport {
  width: device-width; }

body {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

.p-auto {
  padding: auto; }

.py-auto {
  padding-left: auto;
  padding-right: auto; }

.px-auto {
  padding-top: auto;
  padding-bottom: auto; }

.pt-auto {
  padding-top: auto; }

.pb-auto {
  padding-bottom: auto; }

.pl-auto {
  padding-left: auto; }

.pr-auto {
  padding-right: auto; }

.m-auto {
  margin: auto; }

.my-auto {
  margin-left: auto;
  margin-right: auto; }

.mx-auto {
  margin-top: auto;
  margin-bottom: auto; }

.mt-auto {
  margin-top: auto; }

.mb-auto {
  margin-bottom: auto; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.p-0px {
  padding: 0px; }

.py-0px {
  padding-left: 0px;
  padding-right: 0px; }

.px-0px {
  padding-top: 0px;
  padding-bottom: 0px; }

.pt-0px {
  padding-top: 0px; }

.pb-0px {
  padding-bottom: 0px; }

.pl-0px {
  padding-left: 0px; }

.pr-0px {
  padding-right: 0px; }

.m-0px {
  margin: 0px; }

.my-0px {
  margin-left: 0px;
  margin-right: 0px; }

.mx-0px {
  margin-top: 0px;
  margin-bottom: 0px; }

.mt-0px {
  margin-top: 0px; }

.mb-0px {
  margin-bottom: 0px; }

.ml-0px {
  margin-left: 0px; }

.mr-0px {
  margin-right: 0px; }

.p-5px {
  padding: 5px; }

.py-5px {
  padding-left: 5px;
  padding-right: 5px; }

.px-5px {
  padding-top: 5px;
  padding-bottom: 5px; }

.pt-5px {
  padding-top: 5px; }

.pb-5px {
  padding-bottom: 5px; }

.pl-5px {
  padding-left: 5px; }

.pr-5px {
  padding-right: 5px; }

.m-5px {
  margin: 5px; }

.my-5px {
  margin-left: 5px;
  margin-right: 5px; }

.mx-5px {
  margin-top: 5px;
  margin-bottom: 5px; }

.mt-5px {
  margin-top: 5px; }

.mb-5px {
  margin-bottom: 5px; }

.ml-5px {
  margin-left: 5px; }

.mr-5px {
  margin-right: 5px; }

.p-10px {
  padding: 10px; }

.py-10px {
  padding-left: 10px;
  padding-right: 10px; }

.px-10px {
  padding-top: 10px;
  padding-bottom: 10px; }

.pt-10px {
  padding-top: 10px; }

.pb-10px {
  padding-bottom: 10px; }

.pl-10px {
  padding-left: 10px; }

.pr-10px {
  padding-right: 10px; }

.m-10px {
  margin: 10px; }

.my-10px {
  margin-left: 10px;
  margin-right: 10px; }

.mx-10px {
  margin-top: 10px;
  margin-bottom: 10px; }

.mt-10px {
  margin-top: 10px; }

.mb-10px {
  margin-bottom: 10px; }

.ml-10px {
  margin-left: 10px; }

.mr-10px {
  margin-right: 10px; }

.p-15px {
  padding: 15px; }

.py-15px {
  padding-left: 15px;
  padding-right: 15px; }

.px-15px {
  padding-top: 15px;
  padding-bottom: 15px; }

.pt-15px {
  padding-top: 15px; }

.pb-15px {
  padding-bottom: 15px; }

.pl-15px {
  padding-left: 15px; }

.pr-15px {
  padding-right: 15px; }

.m-15px {
  margin: 15px; }

.my-15px {
  margin-left: 15px;
  margin-right: 15px; }

.mx-15px {
  margin-top: 15px;
  margin-bottom: 15px; }

.mt-15px {
  margin-top: 15px; }

.mb-15px {
  margin-bottom: 15px; }

.ml-15px {
  margin-left: 15px; }

.mr-15px {
  margin-right: 15px; }

.p-20px {
  padding: 20px; }

.py-20px {
  padding-left: 20px;
  padding-right: 20px; }

.px-20px {
  padding-top: 20px;
  padding-bottom: 20px; }

.pt-20px {
  padding-top: 20px; }

.pb-20px {
  padding-bottom: 20px; }

.pl-20px {
  padding-left: 20px; }

.pr-20px {
  padding-right: 20px; }

.m-20px {
  margin: 20px; }

.my-20px {
  margin-left: 20px;
  margin-right: 20px; }

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px; }

.mt-20px {
  margin-top: 20px; }

.mb-20px {
  margin-bottom: 20px; }

.ml-20px {
  margin-left: 20px; }

.mr-20px {
  margin-right: 20px; }

.p-30px {
  padding: 30px; }

.py-30px {
  padding-left: 30px;
  padding-right: 30px; }

.px-30px {
  padding-top: 30px;
  padding-bottom: 30px; }

.pt-30px {
  padding-top: 30px; }

.pb-30px {
  padding-bottom: 30px; }

.pl-30px {
  padding-left: 30px; }

.pr-30px {
  padding-right: 30px; }

.m-30px {
  margin: 30px; }

.my-30px {
  margin-left: 30px;
  margin-right: 30px; }

.mx-30px {
  margin-top: 30px;
  margin-bottom: 30px; }

.mt-30px {
  margin-top: 30px; }

.mb-30px {
  margin-bottom: 30px; }

.ml-30px {
  margin-left: 30px; }

.mr-30px {
  margin-right: 30px; }

.p-40px {
  padding: 40px; }

.py-40px {
  padding-left: 40px;
  padding-right: 40px; }

.px-40px {
  padding-top: 40px;
  padding-bottom: 40px; }

.pt-40px {
  padding-top: 40px; }

.pb-40px {
  padding-bottom: 40px; }

.pl-40px {
  padding-left: 40px; }

.pr-40px {
  padding-right: 40px; }

.m-40px {
  margin: 40px; }

.my-40px {
  margin-left: 40px;
  margin-right: 40px; }

.mx-40px {
  margin-top: 40px;
  margin-bottom: 40px; }

.mt-40px {
  margin-top: 40px; }

.mb-40px {
  margin-bottom: 40px; }

.ml-40px {
  margin-left: 40px; }

.mr-40px {
  margin-right: 40px; }

.p-50px {
  padding: 50px; }

.py-50px {
  padding-left: 50px;
  padding-right: 50px; }

.px-50px {
  padding-top: 50px;
  padding-bottom: 50px; }

.pt-50px {
  padding-top: 50px; }

.pb-50px {
  padding-bottom: 50px; }

.pl-50px {
  padding-left: 50px; }

.pr-50px {
  padding-right: 50px; }

.m-50px {
  margin: 50px; }

.my-50px {
  margin-left: 50px;
  margin-right: 50px; }

.mx-50px {
  margin-top: 50px;
  margin-bottom: 50px; }

.mt-50px {
  margin-top: 50px; }

.mb-50px {
  margin-bottom: 50px; }

.ml-50px {
  margin-left: 50px; }

.mr-50px {
  margin-right: 50px; }

.p-60px {
  padding: 60px; }

.py-60px {
  padding-left: 60px;
  padding-right: 60px; }

.px-60px {
  padding-top: 60px;
  padding-bottom: 60px; }

.pt-60px {
  padding-top: 60px; }

.pb-60px {
  padding-bottom: 60px; }

.pl-60px {
  padding-left: 60px; }

.pr-60px {
  padding-right: 60px; }

.m-60px {
  margin: 60px; }

.my-60px {
  margin-left: 60px;
  margin-right: 60px; }

.mx-60px {
  margin-top: 60px;
  margin-bottom: 60px; }

.mt-60px {
  margin-top: 60px; }

.mb-60px {
  margin-bottom: 60px; }

.ml-60px {
  margin-left: 60px; }

.mr-60px {
  margin-right: 60px; }

.p-70px {
  padding: 70px; }

.py-70px {
  padding-left: 70px;
  padding-right: 70px; }

.px-70px {
  padding-top: 70px;
  padding-bottom: 70px; }

.pt-70px {
  padding-top: 70px; }

.pb-70px {
  padding-bottom: 70px; }

.pl-70px {
  padding-left: 70px; }

.pr-70px {
  padding-right: 70px; }

.m-70px {
  margin: 70px; }

.my-70px {
  margin-left: 70px;
  margin-right: 70px; }

.mx-70px {
  margin-top: 70px;
  margin-bottom: 70px; }

.mt-70px {
  margin-top: 70px; }

.mb-70px {
  margin-bottom: 70px; }

.ml-70px {
  margin-left: 70px; }

.mr-70px {
  margin-right: 70px; }

.p-80px {
  padding: 80px; }

.py-80px {
  padding-left: 80px;
  padding-right: 80px; }

.px-80px {
  padding-top: 80px;
  padding-bottom: 80px; }

.pt-80px {
  padding-top: 80px; }

.pb-80px {
  padding-bottom: 80px; }

.pl-80px {
  padding-left: 80px; }

.pr-80px {
  padding-right: 80px; }

.m-80px {
  margin: 80px; }

.my-80px {
  margin-left: 80px;
  margin-right: 80px; }

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px; }

.mt-80px {
  margin-top: 80px; }

.mb-80px {
  margin-bottom: 80px; }

.ml-80px {
  margin-left: 80px; }

.mr-80px {
  margin-right: 80px; }

.p-90px {
  padding: 90px; }

.py-90px {
  padding-left: 90px;
  padding-right: 90px; }

.px-90px {
  padding-top: 90px;
  padding-bottom: 90px; }

.pt-90px {
  padding-top: 90px; }

.pb-90px {
  padding-bottom: 90px; }

.pl-90px {
  padding-left: 90px; }

.pr-90px {
  padding-right: 90px; }

.m-90px {
  margin: 90px; }

.my-90px {
  margin-left: 90px;
  margin-right: 90px; }

.mx-90px {
  margin-top: 90px;
  margin-bottom: 90px; }

.mt-90px {
  margin-top: 90px; }

.mb-90px {
  margin-bottom: 90px; }

.ml-90px {
  margin-left: 90px; }

.mr-90px {
  margin-right: 90px; }

.p-100px {
  padding: 100px; }

.py-100px {
  padding-left: 100px;
  padding-right: 100px; }

.px-100px {
  padding-top: 100px;
  padding-bottom: 100px; }

.pt-100px {
  padding-top: 100px; }

.pb-100px {
  padding-bottom: 100px; }

.pl-100px {
  padding-left: 100px; }

.pr-100px {
  padding-right: 100px; }

.m-100px {
  margin: 100px; }

.my-100px {
  margin-left: 100px;
  margin-right: 100px; }

.mx-100px {
  margin-top: 100px;
  margin-bottom: 100px; }

.mt-100px {
  margin-top: 100px; }

.mb-100px {
  margin-bottom: 100px; }

.ml-100px {
  margin-left: 100px; }

.mr-100px {
  margin-right: 100px; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .p-sm-auto {
    padding: auto; }
  .py-sm-auto {
    padding-left: auto;
    padding-right: auto; }
  .px-sm-auto {
    padding-top: auto;
    padding-bottom: auto; }
  .pt-sm-auto {
    padding-top: auto; }
  .pb-sm-auto {
    padding-bottom: auto; }
  .pl-sm-auto {
    padding-left: auto; }
  .pr-sm-auto {
    padding-right: auto; }
  .m-sm-auto {
    margin: auto; }
  .my-sm-auto {
    margin-left: auto;
    margin-right: auto; }
  .mx-sm-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .mt-sm-auto {
    margin-top: auto; }
  .mb-sm-auto {
    margin-bottom: auto; }
  .ml-sm-auto {
    margin-left: auto; }
  .mr-sm-auto {
    margin-right: auto; }
  .p-sm-0px {
    padding: 0px; }
  .py-sm-0px {
    padding-left: 0px;
    padding-right: 0px; }
  .px-sm-0px {
    padding-top: 0px;
    padding-bottom: 0px; }
  .pt-sm-0px {
    padding-top: 0px; }
  .pb-sm-0px {
    padding-bottom: 0px; }
  .pl-sm-0px {
    padding-left: 0px; }
  .pr-sm-0px {
    padding-right: 0px; }
  .m-sm-0px {
    margin: 0px; }
  .my-sm-0px {
    margin-left: 0px;
    margin-right: 0px; }
  .mx-sm-0px {
    margin-top: 0px;
    margin-bottom: 0px; }
  .mt-sm-0px {
    margin-top: 0px; }
  .mb-sm-0px {
    margin-bottom: 0px; }
  .ml-sm-0px {
    margin-left: 0px; }
  .mr-sm-0px {
    margin-right: 0px; }
  .p-sm-5px {
    padding: 5px; }
  .py-sm-5px {
    padding-left: 5px;
    padding-right: 5px; }
  .px-sm-5px {
    padding-top: 5px;
    padding-bottom: 5px; }
  .pt-sm-5px {
    padding-top: 5px; }
  .pb-sm-5px {
    padding-bottom: 5px; }
  .pl-sm-5px {
    padding-left: 5px; }
  .pr-sm-5px {
    padding-right: 5px; }
  .m-sm-5px {
    margin: 5px; }
  .my-sm-5px {
    margin-left: 5px;
    margin-right: 5px; }
  .mx-sm-5px {
    margin-top: 5px;
    margin-bottom: 5px; }
  .mt-sm-5px {
    margin-top: 5px; }
  .mb-sm-5px {
    margin-bottom: 5px; }
  .ml-sm-5px {
    margin-left: 5px; }
  .mr-sm-5px {
    margin-right: 5px; }
  .p-sm-10px {
    padding: 10px; }
  .py-sm-10px {
    padding-left: 10px;
    padding-right: 10px; }
  .px-sm-10px {
    padding-top: 10px;
    padding-bottom: 10px; }
  .pt-sm-10px {
    padding-top: 10px; }
  .pb-sm-10px {
    padding-bottom: 10px; }
  .pl-sm-10px {
    padding-left: 10px; }
  .pr-sm-10px {
    padding-right: 10px; }
  .m-sm-10px {
    margin: 10px; }
  .my-sm-10px {
    margin-left: 10px;
    margin-right: 10px; }
  .mx-sm-10px {
    margin-top: 10px;
    margin-bottom: 10px; }
  .mt-sm-10px {
    margin-top: 10px; }
  .mb-sm-10px {
    margin-bottom: 10px; }
  .ml-sm-10px {
    margin-left: 10px; }
  .mr-sm-10px {
    margin-right: 10px; }
  .p-sm-15px {
    padding: 15px; }
  .py-sm-15px {
    padding-left: 15px;
    padding-right: 15px; }
  .px-sm-15px {
    padding-top: 15px;
    padding-bottom: 15px; }
  .pt-sm-15px {
    padding-top: 15px; }
  .pb-sm-15px {
    padding-bottom: 15px; }
  .pl-sm-15px {
    padding-left: 15px; }
  .pr-sm-15px {
    padding-right: 15px; }
  .m-sm-15px {
    margin: 15px; }
  .my-sm-15px {
    margin-left: 15px;
    margin-right: 15px; }
  .mx-sm-15px {
    margin-top: 15px;
    margin-bottom: 15px; }
  .mt-sm-15px {
    margin-top: 15px; }
  .mb-sm-15px {
    margin-bottom: 15px; }
  .ml-sm-15px {
    margin-left: 15px; }
  .mr-sm-15px {
    margin-right: 15px; }
  .p-sm-20px {
    padding: 20px; }
  .py-sm-20px {
    padding-left: 20px;
    padding-right: 20px; }
  .px-sm-20px {
    padding-top: 20px;
    padding-bottom: 20px; }
  .pt-sm-20px {
    padding-top: 20px; }
  .pb-sm-20px {
    padding-bottom: 20px; }
  .pl-sm-20px {
    padding-left: 20px; }
  .pr-sm-20px {
    padding-right: 20px; }
  .m-sm-20px {
    margin: 20px; }
  .my-sm-20px {
    margin-left: 20px;
    margin-right: 20px; }
  .mx-sm-20px {
    margin-top: 20px;
    margin-bottom: 20px; }
  .mt-sm-20px {
    margin-top: 20px; }
  .mb-sm-20px {
    margin-bottom: 20px; }
  .ml-sm-20px {
    margin-left: 20px; }
  .mr-sm-20px {
    margin-right: 20px; }
  .p-sm-30px {
    padding: 30px; }
  .py-sm-30px {
    padding-left: 30px;
    padding-right: 30px; }
  .px-sm-30px {
    padding-top: 30px;
    padding-bottom: 30px; }
  .pt-sm-30px {
    padding-top: 30px; }
  .pb-sm-30px {
    padding-bottom: 30px; }
  .pl-sm-30px {
    padding-left: 30px; }
  .pr-sm-30px {
    padding-right: 30px; }
  .m-sm-30px {
    margin: 30px; }
  .my-sm-30px {
    margin-left: 30px;
    margin-right: 30px; }
  .mx-sm-30px {
    margin-top: 30px;
    margin-bottom: 30px; }
  .mt-sm-30px {
    margin-top: 30px; }
  .mb-sm-30px {
    margin-bottom: 30px; }
  .ml-sm-30px {
    margin-left: 30px; }
  .mr-sm-30px {
    margin-right: 30px; }
  .p-sm-40px {
    padding: 40px; }
  .py-sm-40px {
    padding-left: 40px;
    padding-right: 40px; }
  .px-sm-40px {
    padding-top: 40px;
    padding-bottom: 40px; }
  .pt-sm-40px {
    padding-top: 40px; }
  .pb-sm-40px {
    padding-bottom: 40px; }
  .pl-sm-40px {
    padding-left: 40px; }
  .pr-sm-40px {
    padding-right: 40px; }
  .m-sm-40px {
    margin: 40px; }
  .my-sm-40px {
    margin-left: 40px;
    margin-right: 40px; }
  .mx-sm-40px {
    margin-top: 40px;
    margin-bottom: 40px; }
  .mt-sm-40px {
    margin-top: 40px; }
  .mb-sm-40px {
    margin-bottom: 40px; }
  .ml-sm-40px {
    margin-left: 40px; }
  .mr-sm-40px {
    margin-right: 40px; }
  .p-sm-50px {
    padding: 50px; }
  .py-sm-50px {
    padding-left: 50px;
    padding-right: 50px; }
  .px-sm-50px {
    padding-top: 50px;
    padding-bottom: 50px; }
  .pt-sm-50px {
    padding-top: 50px; }
  .pb-sm-50px {
    padding-bottom: 50px; }
  .pl-sm-50px {
    padding-left: 50px; }
  .pr-sm-50px {
    padding-right: 50px; }
  .m-sm-50px {
    margin: 50px; }
  .my-sm-50px {
    margin-left: 50px;
    margin-right: 50px; }
  .mx-sm-50px {
    margin-top: 50px;
    margin-bottom: 50px; }
  .mt-sm-50px {
    margin-top: 50px; }
  .mb-sm-50px {
    margin-bottom: 50px; }
  .ml-sm-50px {
    margin-left: 50px; }
  .mr-sm-50px {
    margin-right: 50px; }
  .p-sm-60px {
    padding: 60px; }
  .py-sm-60px {
    padding-left: 60px;
    padding-right: 60px; }
  .px-sm-60px {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pt-sm-60px {
    padding-top: 60px; }
  .pb-sm-60px {
    padding-bottom: 60px; }
  .pl-sm-60px {
    padding-left: 60px; }
  .pr-sm-60px {
    padding-right: 60px; }
  .m-sm-60px {
    margin: 60px; }
  .my-sm-60px {
    margin-left: 60px;
    margin-right: 60px; }
  .mx-sm-60px {
    margin-top: 60px;
    margin-bottom: 60px; }
  .mt-sm-60px {
    margin-top: 60px; }
  .mb-sm-60px {
    margin-bottom: 60px; }
  .ml-sm-60px {
    margin-left: 60px; }
  .mr-sm-60px {
    margin-right: 60px; }
  .p-sm-70px {
    padding: 70px; }
  .py-sm-70px {
    padding-left: 70px;
    padding-right: 70px; }
  .px-sm-70px {
    padding-top: 70px;
    padding-bottom: 70px; }
  .pt-sm-70px {
    padding-top: 70px; }
  .pb-sm-70px {
    padding-bottom: 70px; }
  .pl-sm-70px {
    padding-left: 70px; }
  .pr-sm-70px {
    padding-right: 70px; }
  .m-sm-70px {
    margin: 70px; }
  .my-sm-70px {
    margin-left: 70px;
    margin-right: 70px; }
  .mx-sm-70px {
    margin-top: 70px;
    margin-bottom: 70px; }
  .mt-sm-70px {
    margin-top: 70px; }
  .mb-sm-70px {
    margin-bottom: 70px; }
  .ml-sm-70px {
    margin-left: 70px; }
  .mr-sm-70px {
    margin-right: 70px; }
  .p-sm-80px {
    padding: 80px; }
  .py-sm-80px {
    padding-left: 80px;
    padding-right: 80px; }
  .px-sm-80px {
    padding-top: 80px;
    padding-bottom: 80px; }
  .pt-sm-80px {
    padding-top: 80px; }
  .pb-sm-80px {
    padding-bottom: 80px; }
  .pl-sm-80px {
    padding-left: 80px; }
  .pr-sm-80px {
    padding-right: 80px; }
  .m-sm-80px {
    margin: 80px; }
  .my-sm-80px {
    margin-left: 80px;
    margin-right: 80px; }
  .mx-sm-80px {
    margin-top: 80px;
    margin-bottom: 80px; }
  .mt-sm-80px {
    margin-top: 80px; }
  .mb-sm-80px {
    margin-bottom: 80px; }
  .ml-sm-80px {
    margin-left: 80px; }
  .mr-sm-80px {
    margin-right: 80px; }
  .p-sm-90px {
    padding: 90px; }
  .py-sm-90px {
    padding-left: 90px;
    padding-right: 90px; }
  .px-sm-90px {
    padding-top: 90px;
    padding-bottom: 90px; }
  .pt-sm-90px {
    padding-top: 90px; }
  .pb-sm-90px {
    padding-bottom: 90px; }
  .pl-sm-90px {
    padding-left: 90px; }
  .pr-sm-90px {
    padding-right: 90px; }
  .m-sm-90px {
    margin: 90px; }
  .my-sm-90px {
    margin-left: 90px;
    margin-right: 90px; }
  .mx-sm-90px {
    margin-top: 90px;
    margin-bottom: 90px; }
  .mt-sm-90px {
    margin-top: 90px; }
  .mb-sm-90px {
    margin-bottom: 90px; }
  .ml-sm-90px {
    margin-left: 90px; }
  .mr-sm-90px {
    margin-right: 90px; }
  .p-sm-100px {
    padding: 100px; }
  .py-sm-100px {
    padding-left: 100px;
    padding-right: 100px; }
  .px-sm-100px {
    padding-top: 100px;
    padding-bottom: 100px; }
  .pt-sm-100px {
    padding-top: 100px; }
  .pb-sm-100px {
    padding-bottom: 100px; }
  .pl-sm-100px {
    padding-left: 100px; }
  .pr-sm-100px {
    padding-right: 100px; }
  .m-sm-100px {
    margin: 100px; }
  .my-sm-100px {
    margin-left: 100px;
    margin-right: 100px; }
  .mx-sm-100px {
    margin-top: 100px;
    margin-bottom: 100px; }
  .mt-sm-100px {
    margin-top: 100px; }
  .mb-sm-100px {
    margin-bottom: 100px; }
  .ml-sm-100px {
    margin-left: 100px; }
  .mr-sm-100px {
    margin-right: 100px; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .p-md-auto {
    padding: auto; }
  .py-md-auto {
    padding-left: auto;
    padding-right: auto; }
  .px-md-auto {
    padding-top: auto;
    padding-bottom: auto; }
  .pt-md-auto {
    padding-top: auto; }
  .pb-md-auto {
    padding-bottom: auto; }
  .pl-md-auto {
    padding-left: auto; }
  .pr-md-auto {
    padding-right: auto; }
  .m-md-auto {
    margin: auto; }
  .my-md-auto {
    margin-left: auto;
    margin-right: auto; }
  .mx-md-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .mt-md-auto {
    margin-top: auto; }
  .mb-md-auto {
    margin-bottom: auto; }
  .ml-md-auto {
    margin-left: auto; }
  .mr-md-auto {
    margin-right: auto; }
  .p-md-0px {
    padding: 0px; }
  .py-md-0px {
    padding-left: 0px;
    padding-right: 0px; }
  .px-md-0px {
    padding-top: 0px;
    padding-bottom: 0px; }
  .pt-md-0px {
    padding-top: 0px; }
  .pb-md-0px {
    padding-bottom: 0px; }
  .pl-md-0px {
    padding-left: 0px; }
  .pr-md-0px {
    padding-right: 0px; }
  .m-md-0px {
    margin: 0px; }
  .my-md-0px {
    margin-left: 0px;
    margin-right: 0px; }
  .mx-md-0px {
    margin-top: 0px;
    margin-bottom: 0px; }
  .mt-md-0px {
    margin-top: 0px; }
  .mb-md-0px {
    margin-bottom: 0px; }
  .ml-md-0px {
    margin-left: 0px; }
  .mr-md-0px {
    margin-right: 0px; }
  .p-md-5px {
    padding: 5px; }
  .py-md-5px {
    padding-left: 5px;
    padding-right: 5px; }
  .px-md-5px {
    padding-top: 5px;
    padding-bottom: 5px; }
  .pt-md-5px {
    padding-top: 5px; }
  .pb-md-5px {
    padding-bottom: 5px; }
  .pl-md-5px {
    padding-left: 5px; }
  .pr-md-5px {
    padding-right: 5px; }
  .m-md-5px {
    margin: 5px; }
  .my-md-5px {
    margin-left: 5px;
    margin-right: 5px; }
  .mx-md-5px {
    margin-top: 5px;
    margin-bottom: 5px; }
  .mt-md-5px {
    margin-top: 5px; }
  .mb-md-5px {
    margin-bottom: 5px; }
  .ml-md-5px {
    margin-left: 5px; }
  .mr-md-5px {
    margin-right: 5px; }
  .p-md-10px {
    padding: 10px; }
  .py-md-10px {
    padding-left: 10px;
    padding-right: 10px; }
  .px-md-10px {
    padding-top: 10px;
    padding-bottom: 10px; }
  .pt-md-10px {
    padding-top: 10px; }
  .pb-md-10px {
    padding-bottom: 10px; }
  .pl-md-10px {
    padding-left: 10px; }
  .pr-md-10px {
    padding-right: 10px; }
  .m-md-10px {
    margin: 10px; }
  .my-md-10px {
    margin-left: 10px;
    margin-right: 10px; }
  .mx-md-10px {
    margin-top: 10px;
    margin-bottom: 10px; }
  .mt-md-10px {
    margin-top: 10px; }
  .mb-md-10px {
    margin-bottom: 10px; }
  .ml-md-10px {
    margin-left: 10px; }
  .mr-md-10px {
    margin-right: 10px; }
  .p-md-15px {
    padding: 15px; }
  .py-md-15px {
    padding-left: 15px;
    padding-right: 15px; }
  .px-md-15px {
    padding-top: 15px;
    padding-bottom: 15px; }
  .pt-md-15px {
    padding-top: 15px; }
  .pb-md-15px {
    padding-bottom: 15px; }
  .pl-md-15px {
    padding-left: 15px; }
  .pr-md-15px {
    padding-right: 15px; }
  .m-md-15px {
    margin: 15px; }
  .my-md-15px {
    margin-left: 15px;
    margin-right: 15px; }
  .mx-md-15px {
    margin-top: 15px;
    margin-bottom: 15px; }
  .mt-md-15px {
    margin-top: 15px; }
  .mb-md-15px {
    margin-bottom: 15px; }
  .ml-md-15px {
    margin-left: 15px; }
  .mr-md-15px {
    margin-right: 15px; }
  .p-md-20px {
    padding: 20px; }
  .py-md-20px {
    padding-left: 20px;
    padding-right: 20px; }
  .px-md-20px {
    padding-top: 20px;
    padding-bottom: 20px; }
  .pt-md-20px {
    padding-top: 20px; }
  .pb-md-20px {
    padding-bottom: 20px; }
  .pl-md-20px {
    padding-left: 20px; }
  .pr-md-20px {
    padding-right: 20px; }
  .m-md-20px {
    margin: 20px; }
  .my-md-20px {
    margin-left: 20px;
    margin-right: 20px; }
  .mx-md-20px {
    margin-top: 20px;
    margin-bottom: 20px; }
  .mt-md-20px {
    margin-top: 20px; }
  .mb-md-20px {
    margin-bottom: 20px; }
  .ml-md-20px {
    margin-left: 20px; }
  .mr-md-20px {
    margin-right: 20px; }
  .p-md-30px {
    padding: 30px; }
  .py-md-30px {
    padding-left: 30px;
    padding-right: 30px; }
  .px-md-30px {
    padding-top: 30px;
    padding-bottom: 30px; }
  .pt-md-30px {
    padding-top: 30px; }
  .pb-md-30px {
    padding-bottom: 30px; }
  .pl-md-30px {
    padding-left: 30px; }
  .pr-md-30px {
    padding-right: 30px; }
  .m-md-30px {
    margin: 30px; }
  .my-md-30px {
    margin-left: 30px;
    margin-right: 30px; }
  .mx-md-30px {
    margin-top: 30px;
    margin-bottom: 30px; }
  .mt-md-30px {
    margin-top: 30px; }
  .mb-md-30px {
    margin-bottom: 30px; }
  .ml-md-30px {
    margin-left: 30px; }
  .mr-md-30px {
    margin-right: 30px; }
  .p-md-40px {
    padding: 40px; }
  .py-md-40px {
    padding-left: 40px;
    padding-right: 40px; }
  .px-md-40px {
    padding-top: 40px;
    padding-bottom: 40px; }
  .pt-md-40px {
    padding-top: 40px; }
  .pb-md-40px {
    padding-bottom: 40px; }
  .pl-md-40px {
    padding-left: 40px; }
  .pr-md-40px {
    padding-right: 40px; }
  .m-md-40px {
    margin: 40px; }
  .my-md-40px {
    margin-left: 40px;
    margin-right: 40px; }
  .mx-md-40px {
    margin-top: 40px;
    margin-bottom: 40px; }
  .mt-md-40px {
    margin-top: 40px; }
  .mb-md-40px {
    margin-bottom: 40px; }
  .ml-md-40px {
    margin-left: 40px; }
  .mr-md-40px {
    margin-right: 40px; }
  .p-md-50px {
    padding: 50px; }
  .py-md-50px {
    padding-left: 50px;
    padding-right: 50px; }
  .px-md-50px {
    padding-top: 50px;
    padding-bottom: 50px; }
  .pt-md-50px {
    padding-top: 50px; }
  .pb-md-50px {
    padding-bottom: 50px; }
  .pl-md-50px {
    padding-left: 50px; }
  .pr-md-50px {
    padding-right: 50px; }
  .m-md-50px {
    margin: 50px; }
  .my-md-50px {
    margin-left: 50px;
    margin-right: 50px; }
  .mx-md-50px {
    margin-top: 50px;
    margin-bottom: 50px; }
  .mt-md-50px {
    margin-top: 50px; }
  .mb-md-50px {
    margin-bottom: 50px; }
  .ml-md-50px {
    margin-left: 50px; }
  .mr-md-50px {
    margin-right: 50px; }
  .p-md-60px {
    padding: 60px; }
  .py-md-60px {
    padding-left: 60px;
    padding-right: 60px; }
  .px-md-60px {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pt-md-60px {
    padding-top: 60px; }
  .pb-md-60px {
    padding-bottom: 60px; }
  .pl-md-60px {
    padding-left: 60px; }
  .pr-md-60px {
    padding-right: 60px; }
  .m-md-60px {
    margin: 60px; }
  .my-md-60px {
    margin-left: 60px;
    margin-right: 60px; }
  .mx-md-60px {
    margin-top: 60px;
    margin-bottom: 60px; }
  .mt-md-60px {
    margin-top: 60px; }
  .mb-md-60px {
    margin-bottom: 60px; }
  .ml-md-60px {
    margin-left: 60px; }
  .mr-md-60px {
    margin-right: 60px; }
  .p-md-70px {
    padding: 70px; }
  .py-md-70px {
    padding-left: 70px;
    padding-right: 70px; }
  .px-md-70px {
    padding-top: 70px;
    padding-bottom: 70px; }
  .pt-md-70px {
    padding-top: 70px; }
  .pb-md-70px {
    padding-bottom: 70px; }
  .pl-md-70px {
    padding-left: 70px; }
  .pr-md-70px {
    padding-right: 70px; }
  .m-md-70px {
    margin: 70px; }
  .my-md-70px {
    margin-left: 70px;
    margin-right: 70px; }
  .mx-md-70px {
    margin-top: 70px;
    margin-bottom: 70px; }
  .mt-md-70px {
    margin-top: 70px; }
  .mb-md-70px {
    margin-bottom: 70px; }
  .ml-md-70px {
    margin-left: 70px; }
  .mr-md-70px {
    margin-right: 70px; }
  .p-md-80px {
    padding: 80px; }
  .py-md-80px {
    padding-left: 80px;
    padding-right: 80px; }
  .px-md-80px {
    padding-top: 80px;
    padding-bottom: 80px; }
  .pt-md-80px {
    padding-top: 80px; }
  .pb-md-80px {
    padding-bottom: 80px; }
  .pl-md-80px {
    padding-left: 80px; }
  .pr-md-80px {
    padding-right: 80px; }
  .m-md-80px {
    margin: 80px; }
  .my-md-80px {
    margin-left: 80px;
    margin-right: 80px; }
  .mx-md-80px {
    margin-top: 80px;
    margin-bottom: 80px; }
  .mt-md-80px {
    margin-top: 80px; }
  .mb-md-80px {
    margin-bottom: 80px; }
  .ml-md-80px {
    margin-left: 80px; }
  .mr-md-80px {
    margin-right: 80px; }
  .p-md-90px {
    padding: 90px; }
  .py-md-90px {
    padding-left: 90px;
    padding-right: 90px; }
  .px-md-90px {
    padding-top: 90px;
    padding-bottom: 90px; }
  .pt-md-90px {
    padding-top: 90px; }
  .pb-md-90px {
    padding-bottom: 90px; }
  .pl-md-90px {
    padding-left: 90px; }
  .pr-md-90px {
    padding-right: 90px; }
  .m-md-90px {
    margin: 90px; }
  .my-md-90px {
    margin-left: 90px;
    margin-right: 90px; }
  .mx-md-90px {
    margin-top: 90px;
    margin-bottom: 90px; }
  .mt-md-90px {
    margin-top: 90px; }
  .mb-md-90px {
    margin-bottom: 90px; }
  .ml-md-90px {
    margin-left: 90px; }
  .mr-md-90px {
    margin-right: 90px; }
  .p-md-100px {
    padding: 100px; }
  .py-md-100px {
    padding-left: 100px;
    padding-right: 100px; }
  .px-md-100px {
    padding-top: 100px;
    padding-bottom: 100px; }
  .pt-md-100px {
    padding-top: 100px; }
  .pb-md-100px {
    padding-bottom: 100px; }
  .pl-md-100px {
    padding-left: 100px; }
  .pr-md-100px {
    padding-right: 100px; }
  .m-md-100px {
    margin: 100px; }
  .my-md-100px {
    margin-left: 100px;
    margin-right: 100px; }
  .mx-md-100px {
    margin-top: 100px;
    margin-bottom: 100px; }
  .mt-md-100px {
    margin-top: 100px; }
  .mb-md-100px {
    margin-bottom: 100px; }
  .ml-md-100px {
    margin-left: 100px; }
  .mr-md-100px {
    margin-right: 100px; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .p-lg-auto {
    padding: auto; }
  .py-lg-auto {
    padding-left: auto;
    padding-right: auto; }
  .px-lg-auto {
    padding-top: auto;
    padding-bottom: auto; }
  .pt-lg-auto {
    padding-top: auto; }
  .pb-lg-auto {
    padding-bottom: auto; }
  .pl-lg-auto {
    padding-left: auto; }
  .pr-lg-auto {
    padding-right: auto; }
  .m-lg-auto {
    margin: auto; }
  .my-lg-auto {
    margin-left: auto;
    margin-right: auto; }
  .mx-lg-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .mt-lg-auto {
    margin-top: auto; }
  .mb-lg-auto {
    margin-bottom: auto; }
  .ml-lg-auto {
    margin-left: auto; }
  .mr-lg-auto {
    margin-right: auto; }
  .p-lg-0px {
    padding: 0px; }
  .py-lg-0px {
    padding-left: 0px;
    padding-right: 0px; }
  .px-lg-0px {
    padding-top: 0px;
    padding-bottom: 0px; }
  .pt-lg-0px {
    padding-top: 0px; }
  .pb-lg-0px {
    padding-bottom: 0px; }
  .pl-lg-0px {
    padding-left: 0px; }
  .pr-lg-0px {
    padding-right: 0px; }
  .m-lg-0px {
    margin: 0px; }
  .my-lg-0px {
    margin-left: 0px;
    margin-right: 0px; }
  .mx-lg-0px {
    margin-top: 0px;
    margin-bottom: 0px; }
  .mt-lg-0px {
    margin-top: 0px; }
  .mb-lg-0px {
    margin-bottom: 0px; }
  .ml-lg-0px {
    margin-left: 0px; }
  .mr-lg-0px {
    margin-right: 0px; }
  .p-lg-5px {
    padding: 5px; }
  .py-lg-5px {
    padding-left: 5px;
    padding-right: 5px; }
  .px-lg-5px {
    padding-top: 5px;
    padding-bottom: 5px; }
  .pt-lg-5px {
    padding-top: 5px; }
  .pb-lg-5px {
    padding-bottom: 5px; }
  .pl-lg-5px {
    padding-left: 5px; }
  .pr-lg-5px {
    padding-right: 5px; }
  .m-lg-5px {
    margin: 5px; }
  .my-lg-5px {
    margin-left: 5px;
    margin-right: 5px; }
  .mx-lg-5px {
    margin-top: 5px;
    margin-bottom: 5px; }
  .mt-lg-5px {
    margin-top: 5px; }
  .mb-lg-5px {
    margin-bottom: 5px; }
  .ml-lg-5px {
    margin-left: 5px; }
  .mr-lg-5px {
    margin-right: 5px; }
  .p-lg-10px {
    padding: 10px; }
  .py-lg-10px {
    padding-left: 10px;
    padding-right: 10px; }
  .px-lg-10px {
    padding-top: 10px;
    padding-bottom: 10px; }
  .pt-lg-10px {
    padding-top: 10px; }
  .pb-lg-10px {
    padding-bottom: 10px; }
  .pl-lg-10px {
    padding-left: 10px; }
  .pr-lg-10px {
    padding-right: 10px; }
  .m-lg-10px {
    margin: 10px; }
  .my-lg-10px {
    margin-left: 10px;
    margin-right: 10px; }
  .mx-lg-10px {
    margin-top: 10px;
    margin-bottom: 10px; }
  .mt-lg-10px {
    margin-top: 10px; }
  .mb-lg-10px {
    margin-bottom: 10px; }
  .ml-lg-10px {
    margin-left: 10px; }
  .mr-lg-10px {
    margin-right: 10px; }
  .p-lg-15px {
    padding: 15px; }
  .py-lg-15px {
    padding-left: 15px;
    padding-right: 15px; }
  .px-lg-15px {
    padding-top: 15px;
    padding-bottom: 15px; }
  .pt-lg-15px {
    padding-top: 15px; }
  .pb-lg-15px {
    padding-bottom: 15px; }
  .pl-lg-15px {
    padding-left: 15px; }
  .pr-lg-15px {
    padding-right: 15px; }
  .m-lg-15px {
    margin: 15px; }
  .my-lg-15px {
    margin-left: 15px;
    margin-right: 15px; }
  .mx-lg-15px {
    margin-top: 15px;
    margin-bottom: 15px; }
  .mt-lg-15px {
    margin-top: 15px; }
  .mb-lg-15px {
    margin-bottom: 15px; }
  .ml-lg-15px {
    margin-left: 15px; }
  .mr-lg-15px {
    margin-right: 15px; }
  .p-lg-20px {
    padding: 20px; }
  .py-lg-20px {
    padding-left: 20px;
    padding-right: 20px; }
  .px-lg-20px {
    padding-top: 20px;
    padding-bottom: 20px; }
  .pt-lg-20px {
    padding-top: 20px; }
  .pb-lg-20px {
    padding-bottom: 20px; }
  .pl-lg-20px {
    padding-left: 20px; }
  .pr-lg-20px {
    padding-right: 20px; }
  .m-lg-20px {
    margin: 20px; }
  .my-lg-20px {
    margin-left: 20px;
    margin-right: 20px; }
  .mx-lg-20px {
    margin-top: 20px;
    margin-bottom: 20px; }
  .mt-lg-20px {
    margin-top: 20px; }
  .mb-lg-20px {
    margin-bottom: 20px; }
  .ml-lg-20px {
    margin-left: 20px; }
  .mr-lg-20px {
    margin-right: 20px; }
  .p-lg-30px {
    padding: 30px; }
  .py-lg-30px {
    padding-left: 30px;
    padding-right: 30px; }
  .px-lg-30px {
    padding-top: 30px;
    padding-bottom: 30px; }
  .pt-lg-30px {
    padding-top: 30px; }
  .pb-lg-30px {
    padding-bottom: 30px; }
  .pl-lg-30px {
    padding-left: 30px; }
  .pr-lg-30px {
    padding-right: 30px; }
  .m-lg-30px {
    margin: 30px; }
  .my-lg-30px {
    margin-left: 30px;
    margin-right: 30px; }
  .mx-lg-30px {
    margin-top: 30px;
    margin-bottom: 30px; }
  .mt-lg-30px {
    margin-top: 30px; }
  .mb-lg-30px {
    margin-bottom: 30px; }
  .ml-lg-30px {
    margin-left: 30px; }
  .mr-lg-30px {
    margin-right: 30px; }
  .p-lg-40px {
    padding: 40px; }
  .py-lg-40px {
    padding-left: 40px;
    padding-right: 40px; }
  .px-lg-40px {
    padding-top: 40px;
    padding-bottom: 40px; }
  .pt-lg-40px {
    padding-top: 40px; }
  .pb-lg-40px {
    padding-bottom: 40px; }
  .pl-lg-40px {
    padding-left: 40px; }
  .pr-lg-40px {
    padding-right: 40px; }
  .m-lg-40px {
    margin: 40px; }
  .my-lg-40px {
    margin-left: 40px;
    margin-right: 40px; }
  .mx-lg-40px {
    margin-top: 40px;
    margin-bottom: 40px; }
  .mt-lg-40px {
    margin-top: 40px; }
  .mb-lg-40px {
    margin-bottom: 40px; }
  .ml-lg-40px {
    margin-left: 40px; }
  .mr-lg-40px {
    margin-right: 40px; }
  .p-lg-50px {
    padding: 50px; }
  .py-lg-50px {
    padding-left: 50px;
    padding-right: 50px; }
  .px-lg-50px {
    padding-top: 50px;
    padding-bottom: 50px; }
  .pt-lg-50px {
    padding-top: 50px; }
  .pb-lg-50px {
    padding-bottom: 50px; }
  .pl-lg-50px {
    padding-left: 50px; }
  .pr-lg-50px {
    padding-right: 50px; }
  .m-lg-50px {
    margin: 50px; }
  .my-lg-50px {
    margin-left: 50px;
    margin-right: 50px; }
  .mx-lg-50px {
    margin-top: 50px;
    margin-bottom: 50px; }
  .mt-lg-50px {
    margin-top: 50px; }
  .mb-lg-50px {
    margin-bottom: 50px; }
  .ml-lg-50px {
    margin-left: 50px; }
  .mr-lg-50px {
    margin-right: 50px; }
  .p-lg-60px {
    padding: 60px; }
  .py-lg-60px {
    padding-left: 60px;
    padding-right: 60px; }
  .px-lg-60px {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pt-lg-60px {
    padding-top: 60px; }
  .pb-lg-60px {
    padding-bottom: 60px; }
  .pl-lg-60px {
    padding-left: 60px; }
  .pr-lg-60px {
    padding-right: 60px; }
  .m-lg-60px {
    margin: 60px; }
  .my-lg-60px {
    margin-left: 60px;
    margin-right: 60px; }
  .mx-lg-60px {
    margin-top: 60px;
    margin-bottom: 60px; }
  .mt-lg-60px {
    margin-top: 60px; }
  .mb-lg-60px {
    margin-bottom: 60px; }
  .ml-lg-60px {
    margin-left: 60px; }
  .mr-lg-60px {
    margin-right: 60px; }
  .p-lg-70px {
    padding: 70px; }
  .py-lg-70px {
    padding-left: 70px;
    padding-right: 70px; }
  .px-lg-70px {
    padding-top: 70px;
    padding-bottom: 70px; }
  .pt-lg-70px {
    padding-top: 70px; }
  .pb-lg-70px {
    padding-bottom: 70px; }
  .pl-lg-70px {
    padding-left: 70px; }
  .pr-lg-70px {
    padding-right: 70px; }
  .m-lg-70px {
    margin: 70px; }
  .my-lg-70px {
    margin-left: 70px;
    margin-right: 70px; }
  .mx-lg-70px {
    margin-top: 70px;
    margin-bottom: 70px; }
  .mt-lg-70px {
    margin-top: 70px; }
  .mb-lg-70px {
    margin-bottom: 70px; }
  .ml-lg-70px {
    margin-left: 70px; }
  .mr-lg-70px {
    margin-right: 70px; }
  .p-lg-80px {
    padding: 80px; }
  .py-lg-80px {
    padding-left: 80px;
    padding-right: 80px; }
  .px-lg-80px {
    padding-top: 80px;
    padding-bottom: 80px; }
  .pt-lg-80px {
    padding-top: 80px; }
  .pb-lg-80px {
    padding-bottom: 80px; }
  .pl-lg-80px {
    padding-left: 80px; }
  .pr-lg-80px {
    padding-right: 80px; }
  .m-lg-80px {
    margin: 80px; }
  .my-lg-80px {
    margin-left: 80px;
    margin-right: 80px; }
  .mx-lg-80px {
    margin-top: 80px;
    margin-bottom: 80px; }
  .mt-lg-80px {
    margin-top: 80px; }
  .mb-lg-80px {
    margin-bottom: 80px; }
  .ml-lg-80px {
    margin-left: 80px; }
  .mr-lg-80px {
    margin-right: 80px; }
  .p-lg-90px {
    padding: 90px; }
  .py-lg-90px {
    padding-left: 90px;
    padding-right: 90px; }
  .px-lg-90px {
    padding-top: 90px;
    padding-bottom: 90px; }
  .pt-lg-90px {
    padding-top: 90px; }
  .pb-lg-90px {
    padding-bottom: 90px; }
  .pl-lg-90px {
    padding-left: 90px; }
  .pr-lg-90px {
    padding-right: 90px; }
  .m-lg-90px {
    margin: 90px; }
  .my-lg-90px {
    margin-left: 90px;
    margin-right: 90px; }
  .mx-lg-90px {
    margin-top: 90px;
    margin-bottom: 90px; }
  .mt-lg-90px {
    margin-top: 90px; }
  .mb-lg-90px {
    margin-bottom: 90px; }
  .ml-lg-90px {
    margin-left: 90px; }
  .mr-lg-90px {
    margin-right: 90px; }
  .p-lg-100px {
    padding: 100px; }
  .py-lg-100px {
    padding-left: 100px;
    padding-right: 100px; }
  .px-lg-100px {
    padding-top: 100px;
    padding-bottom: 100px; }
  .pt-lg-100px {
    padding-top: 100px; }
  .pb-lg-100px {
    padding-bottom: 100px; }
  .pl-lg-100px {
    padding-left: 100px; }
  .pr-lg-100px {
    padding-right: 100px; }
  .m-lg-100px {
    margin: 100px; }
  .my-lg-100px {
    margin-left: 100px;
    margin-right: 100px; }
  .mx-lg-100px {
    margin-top: 100px;
    margin-bottom: 100px; }
  .mt-lg-100px {
    margin-top: 100px; }
  .mb-lg-100px {
    margin-bottom: 100px; }
  .ml-lg-100px {
    margin-left: 100px; }
  .mr-lg-100px {
    margin-right: 100px; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .p-xl-auto {
    padding: auto; }
  .py-xl-auto {
    padding-left: auto;
    padding-right: auto; }
  .px-xl-auto {
    padding-top: auto;
    padding-bottom: auto; }
  .pt-xl-auto {
    padding-top: auto; }
  .pb-xl-auto {
    padding-bottom: auto; }
  .pl-xl-auto {
    padding-left: auto; }
  .pr-xl-auto {
    padding-right: auto; }
  .m-xl-auto {
    margin: auto; }
  .my-xl-auto {
    margin-left: auto;
    margin-right: auto; }
  .mx-xl-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .mt-xl-auto {
    margin-top: auto; }
  .mb-xl-auto {
    margin-bottom: auto; }
  .ml-xl-auto {
    margin-left: auto; }
  .mr-xl-auto {
    margin-right: auto; }
  .p-xl-0px {
    padding: 0px; }
  .py-xl-0px {
    padding-left: 0px;
    padding-right: 0px; }
  .px-xl-0px {
    padding-top: 0px;
    padding-bottom: 0px; }
  .pt-xl-0px {
    padding-top: 0px; }
  .pb-xl-0px {
    padding-bottom: 0px; }
  .pl-xl-0px {
    padding-left: 0px; }
  .pr-xl-0px {
    padding-right: 0px; }
  .m-xl-0px {
    margin: 0px; }
  .my-xl-0px {
    margin-left: 0px;
    margin-right: 0px; }
  .mx-xl-0px {
    margin-top: 0px;
    margin-bottom: 0px; }
  .mt-xl-0px {
    margin-top: 0px; }
  .mb-xl-0px {
    margin-bottom: 0px; }
  .ml-xl-0px {
    margin-left: 0px; }
  .mr-xl-0px {
    margin-right: 0px; }
  .p-xl-5px {
    padding: 5px; }
  .py-xl-5px {
    padding-left: 5px;
    padding-right: 5px; }
  .px-xl-5px {
    padding-top: 5px;
    padding-bottom: 5px; }
  .pt-xl-5px {
    padding-top: 5px; }
  .pb-xl-5px {
    padding-bottom: 5px; }
  .pl-xl-5px {
    padding-left: 5px; }
  .pr-xl-5px {
    padding-right: 5px; }
  .m-xl-5px {
    margin: 5px; }
  .my-xl-5px {
    margin-left: 5px;
    margin-right: 5px; }
  .mx-xl-5px {
    margin-top: 5px;
    margin-bottom: 5px; }
  .mt-xl-5px {
    margin-top: 5px; }
  .mb-xl-5px {
    margin-bottom: 5px; }
  .ml-xl-5px {
    margin-left: 5px; }
  .mr-xl-5px {
    margin-right: 5px; }
  .p-xl-10px {
    padding: 10px; }
  .py-xl-10px {
    padding-left: 10px;
    padding-right: 10px; }
  .px-xl-10px {
    padding-top: 10px;
    padding-bottom: 10px; }
  .pt-xl-10px {
    padding-top: 10px; }
  .pb-xl-10px {
    padding-bottom: 10px; }
  .pl-xl-10px {
    padding-left: 10px; }
  .pr-xl-10px {
    padding-right: 10px; }
  .m-xl-10px {
    margin: 10px; }
  .my-xl-10px {
    margin-left: 10px;
    margin-right: 10px; }
  .mx-xl-10px {
    margin-top: 10px;
    margin-bottom: 10px; }
  .mt-xl-10px {
    margin-top: 10px; }
  .mb-xl-10px {
    margin-bottom: 10px; }
  .ml-xl-10px {
    margin-left: 10px; }
  .mr-xl-10px {
    margin-right: 10px; }
  .p-xl-15px {
    padding: 15px; }
  .py-xl-15px {
    padding-left: 15px;
    padding-right: 15px; }
  .px-xl-15px {
    padding-top: 15px;
    padding-bottom: 15px; }
  .pt-xl-15px {
    padding-top: 15px; }
  .pb-xl-15px {
    padding-bottom: 15px; }
  .pl-xl-15px {
    padding-left: 15px; }
  .pr-xl-15px {
    padding-right: 15px; }
  .m-xl-15px {
    margin: 15px; }
  .my-xl-15px {
    margin-left: 15px;
    margin-right: 15px; }
  .mx-xl-15px {
    margin-top: 15px;
    margin-bottom: 15px; }
  .mt-xl-15px {
    margin-top: 15px; }
  .mb-xl-15px {
    margin-bottom: 15px; }
  .ml-xl-15px {
    margin-left: 15px; }
  .mr-xl-15px {
    margin-right: 15px; }
  .p-xl-20px {
    padding: 20px; }
  .py-xl-20px {
    padding-left: 20px;
    padding-right: 20px; }
  .px-xl-20px {
    padding-top: 20px;
    padding-bottom: 20px; }
  .pt-xl-20px {
    padding-top: 20px; }
  .pb-xl-20px {
    padding-bottom: 20px; }
  .pl-xl-20px {
    padding-left: 20px; }
  .pr-xl-20px {
    padding-right: 20px; }
  .m-xl-20px {
    margin: 20px; }
  .my-xl-20px {
    margin-left: 20px;
    margin-right: 20px; }
  .mx-xl-20px {
    margin-top: 20px;
    margin-bottom: 20px; }
  .mt-xl-20px {
    margin-top: 20px; }
  .mb-xl-20px {
    margin-bottom: 20px; }
  .ml-xl-20px {
    margin-left: 20px; }
  .mr-xl-20px {
    margin-right: 20px; }
  .p-xl-30px {
    padding: 30px; }
  .py-xl-30px {
    padding-left: 30px;
    padding-right: 30px; }
  .px-xl-30px {
    padding-top: 30px;
    padding-bottom: 30px; }
  .pt-xl-30px {
    padding-top: 30px; }
  .pb-xl-30px {
    padding-bottom: 30px; }
  .pl-xl-30px {
    padding-left: 30px; }
  .pr-xl-30px {
    padding-right: 30px; }
  .m-xl-30px {
    margin: 30px; }
  .my-xl-30px {
    margin-left: 30px;
    margin-right: 30px; }
  .mx-xl-30px {
    margin-top: 30px;
    margin-bottom: 30px; }
  .mt-xl-30px {
    margin-top: 30px; }
  .mb-xl-30px {
    margin-bottom: 30px; }
  .ml-xl-30px {
    margin-left: 30px; }
  .mr-xl-30px {
    margin-right: 30px; }
  .p-xl-40px {
    padding: 40px; }
  .py-xl-40px {
    padding-left: 40px;
    padding-right: 40px; }
  .px-xl-40px {
    padding-top: 40px;
    padding-bottom: 40px; }
  .pt-xl-40px {
    padding-top: 40px; }
  .pb-xl-40px {
    padding-bottom: 40px; }
  .pl-xl-40px {
    padding-left: 40px; }
  .pr-xl-40px {
    padding-right: 40px; }
  .m-xl-40px {
    margin: 40px; }
  .my-xl-40px {
    margin-left: 40px;
    margin-right: 40px; }
  .mx-xl-40px {
    margin-top: 40px;
    margin-bottom: 40px; }
  .mt-xl-40px {
    margin-top: 40px; }
  .mb-xl-40px {
    margin-bottom: 40px; }
  .ml-xl-40px {
    margin-left: 40px; }
  .mr-xl-40px {
    margin-right: 40px; }
  .p-xl-50px {
    padding: 50px; }
  .py-xl-50px {
    padding-left: 50px;
    padding-right: 50px; }
  .px-xl-50px {
    padding-top: 50px;
    padding-bottom: 50px; }
  .pt-xl-50px {
    padding-top: 50px; }
  .pb-xl-50px {
    padding-bottom: 50px; }
  .pl-xl-50px {
    padding-left: 50px; }
  .pr-xl-50px {
    padding-right: 50px; }
  .m-xl-50px {
    margin: 50px; }
  .my-xl-50px {
    margin-left: 50px;
    margin-right: 50px; }
  .mx-xl-50px {
    margin-top: 50px;
    margin-bottom: 50px; }
  .mt-xl-50px {
    margin-top: 50px; }
  .mb-xl-50px {
    margin-bottom: 50px; }
  .ml-xl-50px {
    margin-left: 50px; }
  .mr-xl-50px {
    margin-right: 50px; }
  .p-xl-60px {
    padding: 60px; }
  .py-xl-60px {
    padding-left: 60px;
    padding-right: 60px; }
  .px-xl-60px {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pt-xl-60px {
    padding-top: 60px; }
  .pb-xl-60px {
    padding-bottom: 60px; }
  .pl-xl-60px {
    padding-left: 60px; }
  .pr-xl-60px {
    padding-right: 60px; }
  .m-xl-60px {
    margin: 60px; }
  .my-xl-60px {
    margin-left: 60px;
    margin-right: 60px; }
  .mx-xl-60px {
    margin-top: 60px;
    margin-bottom: 60px; }
  .mt-xl-60px {
    margin-top: 60px; }
  .mb-xl-60px {
    margin-bottom: 60px; }
  .ml-xl-60px {
    margin-left: 60px; }
  .mr-xl-60px {
    margin-right: 60px; }
  .p-xl-70px {
    padding: 70px; }
  .py-xl-70px {
    padding-left: 70px;
    padding-right: 70px; }
  .px-xl-70px {
    padding-top: 70px;
    padding-bottom: 70px; }
  .pt-xl-70px {
    padding-top: 70px; }
  .pb-xl-70px {
    padding-bottom: 70px; }
  .pl-xl-70px {
    padding-left: 70px; }
  .pr-xl-70px {
    padding-right: 70px; }
  .m-xl-70px {
    margin: 70px; }
  .my-xl-70px {
    margin-left: 70px;
    margin-right: 70px; }
  .mx-xl-70px {
    margin-top: 70px;
    margin-bottom: 70px; }
  .mt-xl-70px {
    margin-top: 70px; }
  .mb-xl-70px {
    margin-bottom: 70px; }
  .ml-xl-70px {
    margin-left: 70px; }
  .mr-xl-70px {
    margin-right: 70px; }
  .p-xl-80px {
    padding: 80px; }
  .py-xl-80px {
    padding-left: 80px;
    padding-right: 80px; }
  .px-xl-80px {
    padding-top: 80px;
    padding-bottom: 80px; }
  .pt-xl-80px {
    padding-top: 80px; }
  .pb-xl-80px {
    padding-bottom: 80px; }
  .pl-xl-80px {
    padding-left: 80px; }
  .pr-xl-80px {
    padding-right: 80px; }
  .m-xl-80px {
    margin: 80px; }
  .my-xl-80px {
    margin-left: 80px;
    margin-right: 80px; }
  .mx-xl-80px {
    margin-top: 80px;
    margin-bottom: 80px; }
  .mt-xl-80px {
    margin-top: 80px; }
  .mb-xl-80px {
    margin-bottom: 80px; }
  .ml-xl-80px {
    margin-left: 80px; }
  .mr-xl-80px {
    margin-right: 80px; }
  .p-xl-90px {
    padding: 90px; }
  .py-xl-90px {
    padding-left: 90px;
    padding-right: 90px; }
  .px-xl-90px {
    padding-top: 90px;
    padding-bottom: 90px; }
  .pt-xl-90px {
    padding-top: 90px; }
  .pb-xl-90px {
    padding-bottom: 90px; }
  .pl-xl-90px {
    padding-left: 90px; }
  .pr-xl-90px {
    padding-right: 90px; }
  .m-xl-90px {
    margin: 90px; }
  .my-xl-90px {
    margin-left: 90px;
    margin-right: 90px; }
  .mx-xl-90px {
    margin-top: 90px;
    margin-bottom: 90px; }
  .mt-xl-90px {
    margin-top: 90px; }
  .mb-xl-90px {
    margin-bottom: 90px; }
  .ml-xl-90px {
    margin-left: 90px; }
  .mr-xl-90px {
    margin-right: 90px; }
  .p-xl-100px {
    padding: 100px; }
  .py-xl-100px {
    padding-left: 100px;
    padding-right: 100px; }
  .px-xl-100px {
    padding-top: 100px;
    padding-bottom: 100px; }
  .pt-xl-100px {
    padding-top: 100px; }
  .pb-xl-100px {
    padding-bottom: 100px; }
  .pl-xl-100px {
    padding-left: 100px; }
  .pr-xl-100px {
    padding-right: 100px; }
  .m-xl-100px {
    margin: 100px; }
  .my-xl-100px {
    margin-left: 100px;
    margin-right: 100px; }
  .mx-xl-100px {
    margin-top: 100px;
    margin-bottom: 100px; }
  .mt-xl-100px {
    margin-top: 100px; }
  .mb-xl-100px {
    margin-bottom: 100px; }
  .ml-xl-100px {
    margin-left: 100px; }
  .mr-xl-100px {
    margin-right: 100px; } }

input, select, textarea {
  display: inline-block;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #d2c7b5;
  background-color: #FFFFFF;
  padding: 0 6px;
  line-height: 24px;
  color: #8b8b8b;
  outline: none;
  max-width: 100%; }
  input.is-xl, select.is-xl, textarea.is-xl {
    height: 30px;
    line-height: 30px; }
  input.is-xxl, select.is-xxl, textarea.is-xxl {
    height: 40px;
    line-height: 40px; }
  input:focus, select:focus, textarea:focus {
    border-color: #00b453 !important;
    color: #434343; }
  input.completed, select.completed, textarea.completed {
    border-color: #b19a7b;
    color: #434343; }

select {
  height: 26px; }

label.req::after {
  content: '*';
  color: #e22a10;
  margin-left: 3px; }

textarea {
  height: auto;
  resize: none;
  padding: 6px;
  line-height: 1.2; }

.radiobox,
.checkbox {
  position: absolute;
  left: -9999px; }
  .radiobox-label,
  .checkbox-label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 11px;
    color: #434343;
    line-height: 26px;
    margin-right: 20px; }
    .radiobox-label::before,
    .checkbox-label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 15px;
      height: 15px;
      border: 1px solid #d2c7b5;
      background-color: #FFFFFF;
      border-radius: 2px; }
    .radiobox-label::after,
    .checkbox-label::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 1px;
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 13 12'%3E%3Cdefs%3E%3Cpath d='M985.99812,662.05804l1.00742,-1.44392l4.58149,6.56867l6.40586,-9.1839l1.00742,1.44417l-7.05173,10.1102l-0.04835,-0.06934l-0.36146,0.51832z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-986,-658%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%2300b453' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      width: 13px;
      height: 12px;
      color: #00b453;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
    .radiobox-label:hover:before,
    .checkbox-label:hover:before {
      border-color: #b19a7b; }
  .radiobox:not(:checked) + .radiobox-label:after,
  .checkbox:not(:checked) + .radiobox-label:after, .radiobox:not(:checked) +
  .checkbox-label:after,
  .checkbox:not(:checked) +
  .checkbox-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .radiobox:checked + .radiobox-label:after,
  .checkbox:checked + .radiobox-label:after, .radiobox:checked +
  .checkbox-label:after,
  .checkbox:checked +
  .checkbox-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .radiobox:checked + .radiobox-label:before,
  .checkbox:checked + .radiobox-label:before, .radiobox:checked +
  .checkbox-label:before,
  .checkbox:checked +
  .checkbox-label:before {
    border-color: #00b453; }
  .radiobox:disabled:not(:checked) + .radiobox-label:before,
  .radiobox:disabled:checked + .radiobox-label:before,
  .checkbox:disabled:not(:checked) + .radiobox-label:before,
  .checkbox:disabled:checked + .radiobox-label:before, .radiobox:disabled:not(:checked) +
  .checkbox-label:before,
  .radiobox:disabled:checked +
  .checkbox-label:before,
  .checkbox:disabled:not(:checked) +
  .checkbox-label:before,
  .checkbox:disabled:checked +
  .checkbox-label:before {
    border-color: #f6f6f6; }
  .radiobox:disabled:checked + .radiobox-label:after,
  .checkbox:disabled:checked + .radiobox-label:after, .radiobox:disabled:checked +
  .checkbox-label:after,
  .checkbox:disabled:checked +
  .checkbox-label:after {
    color: #999; }
  .radiobox:disabled + .radiobox-label,
  .checkbox:disabled + .radiobox-label, .radiobox:disabled +
  .checkbox-label,
  .checkbox:disabled +
  .checkbox-label {
    color: #aaa; }

.radiobox-label::after {
  left: 4px;
  top: 4px;
  width: 7px;
  height: 7px;
  background: #00b453;
  border-radius: 2px; }

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px; }
  .form__row .form__group {
    width: 250px;
    margin-left: 40px; }

.form-group, .form__group {
  margin-bottom: 25px; }
  @media only screen and (max-width: 1050px) {
    .form-group, .form__group {
      margin-bottom: 20px; } }

.form .files {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media only screen and (max-width: 760px) {
    .form .files {
      margin-bottom: 0; } }
  .form .files .ttl {
    width: 100%;
    font-size: 15px;
    margin: 5px 0 15px; }
  .form .files__el {
    margin-right: 30px;
    position: relative; }
    @media only screen and (max-width: 760px) {
      .form .files__el {
        margin-right: 12px; } }
    .form .files__el.is-active .js-file-preview {
      display: block; }
    .form .files__el.is-active .js-file-name {
      display: block; }
    .form .files__el.is-active .js-overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .form .files__el.is-active .name {
      visibility: hidden; }
    .form .files__el .box {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      cursor: pointer;
      width: 130px;
      height: 130px;
      background-color: #b19a7b;
      color: #FFFFFF; }
      @media only screen and (max-width: 760px) {
        .form .files__el .box {
          width: 80px;
          height: 80px;
          margin-right: 0;
          text-align: center; } }
      .form .files__el .box .icon {
        font-size: 35px; }
    .form .files__el .input {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .form .files__el .name {
      text-align: center;
      color: #737373;
      margin-top: 10px; }
      @media only screen and (max-width: 760px) {
        .form .files__el .name {
          display: none; } }
    .form .files__el .js-file-name {
      position: absolute;
      top: 140px;
      left: 0;
      right: 0;
      text-align: center;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      display: none; }
      @media only screen and (max-width: 760px) {
        .form .files__el .js-file-name {
          display: none !important; } }
    .form .files__el .js-file-preview {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 130px;
      background-size: contain; }
      @media only screen and (max-width: 760px) {
        .form .files__el .js-file-preview {
          height: 80px; } }
    .form .files__el .js-overlay {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 130px;
      border: 1px solid #b19a7b;
      background-color: rgba(177, 154, 123, 0.4);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 760px) {
        .form .files__el .js-overlay {
          height: 80px; } }
      .form .files__el .js-overlay .icon-close {
        font-size: 16px;
        line-height: 1;
        color: #b19a7b;
        background-color: #FFFFFF;
        border-radius: 100%;
        width: 29px;
        height: 29px;
        cursor: pointer; }
        .form .files__el .js-overlay .icon-close::before {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.form-vertical .label {
  display: block;
  margin-bottom: 5px; }

.form-horizontal .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-horizontal .form-group label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px; }
  @media only screen and (max-width: 760px) {
    .form-horizontal .form-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .form-horizontal .form-group label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 10px; }
        .form-horizontal .form-group label.on-top {
          padding: 0; } }

.btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  max-width: 100%; }
  .btn:hover {
    color: #FFFFFF; }
  .btn.is-md {
    width: 130px; }
  .btn.is-lg {
    width: 170px; }
  .btn.is-lgx {
    width: 270px; }
  .btn.is-xs {
    padding: 5px 10px; }
  .btn.is-xl {
    padding: 12px 20px; }
  .btn.is-xxl {
    padding: 20px; }
  .btn.is-nobold {
    font-weight: 400; }

  .btn.is-xl.crt {
    min-width:180px; }
  .btn.is-ch {
    margin-top: 5px;    
    width: 170px;
    padding: 5px 10px;
    font-weight: 400;
    border-color: #b19a7b;
    color: #9d815c;
    background-color: white;   
  }    
  .catalog__product .btn.is-ch  {
    margin-bottom: 0px;
  }
  .btn.is-ch:hover {
    background-color: #f5f5f5;  
    border-color: #715a3b;
    color: #5d411c;    
  } 
  body.mobiled .btn.is-ch {
    padding: 5px 10px; 
    width: 170px;
    font-size: 13px;
  }  
  body.mobiled .catalog__product .offers {    
    margin-bottom: 5px;
  }  

  .btn.is-ttu {
    font-weight: 400;
    text-transform: uppercase; }
  .btn.is-outlined {
    background-color: transparent !important;
    border: 1px solid; }
  .btn.is-secondary {
    background-color: #b19a7b; }
    .btn.is-secondary:hover {
      background-color: #9d815c; }
    .btn.is-secondary.is-outlined {
      color: #b19a7b; }
      .btn.is-secondary.is-outlined:hover {
        color: #9d815c; }
  .btn.is-secondaryb {
    background-color: #d2c7b5; }
    .btn.is-secondaryb:hover {
      background-color: #bfaf95; }
    .btn.is-secondaryb.is-outlined {
      color: #d2c7b5; }
      .btn.is-secondaryb.is-outlined:hover {
        color: #bfaf95; }
  .btn.is-success {
    background-color: #00b453; }
    .btn.is-success:hover {
      background-color: #00813b; }
    .btn.is-success.is-outlined {
      color: #00b453; }
      .btn.is-success.is-outlined:hover {
        color: #00813b; }
  .btn.is-warning {
    background-color: #f5a33f; }
    .btn.is-warning:hover {
      background-color: #f28c0f; }
    .btn.is-warning.is-outlined {
      color: #f5a33f; }
      .btn.is-warning.is-outlined:hover {
        color: #f28c0f; }
  .btn.is-darkgrey {
    background-color: #8b8b8b; }
    .btn.is-darkgrey:hover {
      background-color: #727272; }
    .btn.is-darkgrey.is-outlined {
      color: #8b8b8b; }
      .btn.is-darkgrey.is-outlined:hover {
        color: #727272; }
  .btn.is-white {
    color: #434343;
    background-color: #FFFFFF; }
    .btn.is-white:hover {
      background-color: #e6e6e6; }
  .btn.is-green {
    background-color: #2a8752; }
    .btn.is-green:hover {
      background-color: #1e603a; }
    .btn.is-green.is-outlined {
      color: #2a8752; }
      .btn.is-green.is-outlined:hover {
        color: #1e603a; }

@-webkit-keyframes menueIn {
  0% {
    -webkit-transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%); } }

@keyframes menueIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes menueOut {
  0% {
    -webkit-transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%); } }

@keyframes menueOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animationBurgerBottom {
  0% {
    -webkit-transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-12px);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(-12px);
    opacity: 0; } }

@keyframes animationBurgerBottom {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0; } }

@-webkit-keyframes animationBurgerBottomReverse {
  0%, 50% {
    -webkit-transform: translateY(-12px);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(-12px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@keyframes animationBurgerBottomReverse {
  0%, 50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes animationBurgerTop {
  0% {
    -webkit-transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(12px);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(12px);
    opacity: 0; } }

@keyframes animationBurgerTop {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0; } }

@-webkit-keyframes animationBurgerTopReverse {
  0%, 50% {
    -webkit-transform: translateY(12px);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(12px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@keyframes animationBurgerTopReverse {
  0%, 50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes animationTwo {
  0%, 50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(450deg); }
  100% {
    -webkit-transform: rotate(405deg); } }

@keyframes animationTwo {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); }
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); } }

@-webkit-keyframes animationTwoReverse {
  0% {
    -webkit-transform: rotate(405deg); }
  25% {
    -webkit-transform: rotate(450deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg); } }

@keyframes animationTwoReverse {
  0% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  25% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes animationOne {
  0%, 50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(315deg); } }

@keyframes animationOne {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); } }

@-webkit-keyframes animationOneReverse {
  0% {
    -webkit-transform: rotate(315deg); }
  25% {
    -webkit-transform: rotate(360deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg); } }

@keyframes animationOneReverse {
  0% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }
  25% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  background: #f3f0e9;
  color: #434343;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default; }
  body.is-menued {
    max-height: 100vh;
    overflow: hidden !important;
    position: fixed;
    left: 0;
    right: 0; }
    body.is-menued .header__burger__label {
      opacity: 0; }

svg,
img {
  max-width: 100%; }

h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 25px;
  color: inherit;
  line-height: 1.1; }
  @media only screen and (max-width: 1050px) {
    h1 {
      font-size: 20px; } }

h2 {
  font-size: 150%;
  font-weight: 400;
  color: #333333;
  margin: 35px 0 30px; }
  h2:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 1050px) {
    h2 {
      font-size: 135%;
      margin: 30px 0 25px; } }

h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin: 30px 0 25px; }
  @media only screen and (max-width: 1050px) {
    h3 {
      font-size: 120%;
      margin: 25px 0 20px; } }

h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin: 20px 0 25px; }

blockquote {
  position: relative;
  font-family: Georgia;
  font-style: italic;
  font-size: 26px;
  line-height: 1.35;
  color: #333333;
  padding: 35px 30px;
  margin: 35px 0; }
  blockquote::before, blockquote::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 460px;
    max-width: 80%;
    background-color: #b19a7b; }
  blockquote::before {
    top: 0; }
  blockquote::after {
    bottom: 0; }
  @media only screen and (max-width: 1050px) {
    blockquote {
      padding: 25px 10px; } }

cite {
  display: block;
  font-style: normal;
  background-color: #f6f6f6;
  border-left: 2px solid #b19a7b;
  padding: 30px;
  margin: 35px 0; }
  @media only screen and (max-width: 1050px) {
    cite {
      padding: 25px 20px; } }

small {
  display: inline-block;
  font-size: 75%; }

big {
  font-size: 150%;
  font-weight: 400;
  color: #333333; }

hr {
  border: 0;
  border-bottom: 1px solid #f6f6f6;
  height: 0;
  background: none;
  margin: 15px 0; }
  hr:first-child {
    margin-top: 0; }

a {
  text-decoration: none;
  color: #1860aa;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #0b2e51; }
  a.str.js-toggler {
    border-bottom-style: dashed; }

p {
  margin: 0 0 1em; }
  p:last-child {
    margin-bottom: 0; }

.banner-top {
  height: 90px;
  overflow-x: hidden;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .banner-top__img {
    display: block;
    height: 90px;
    max-width: 10000%; }

.header {
  position: relative;
  z-index: 100;
  margin-bottom: 30px; }
  .header__upper {
    position: relative;
    padding: 14px 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    z-index: 1; }
  .header__logo svg {
    display: block; }
  .header__city {
    position: relative;
    height: 30px;
    line-height: 30px; }
    .header__city .result {
      border: 1px solid #d2c7b5;
      background-color: #FFFFFF;
      border-radius: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      .header__city .result:hover .icon {
        background-color: #b19a7b; }
      .header__city .result .name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 10px;
        font-size: 12px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden; }
        .header__city .result .name strong {
          color: #00b453; }
      .header__city .result .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        background-color: #d2c7b5;
        height: 30px;
        font-size: 11px;
        color: #FFFFFF;
        text-align: center;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .header__city .js-city-selector {
      display: none;
      position: absolute;
      min-width: 170px;
      top: 31px;
      left: 0;
      right: 0; }
    .header__city .city-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border: 1px solid #d2c7b5;
      background-color: #FFFFFF;
      border-radius: 0 0 3px 3px; }
    .header__city .city-el {
      padding: 7px 10px;
      line-height: 1.2;
      border-bottom: 1px solid rgba(210, 199, 181, 0.5);
      color: #434343;
      border-left: 2px solid #FFFFFF;
      background-color: #FFFFFF; }
      .header__city .city-el:hover {
        background-color: #f6f6f6;
        border-left-color: #00b453; }
      .header__city .city-el:last-child {
        border-bottom: 0; }
  .header__menu {
    text-transform: uppercase;
    font-weight: 600; }
    .header__menu__link {
      color: #434343; 
      padding-left: 30px;
      padding-right: 0px;
    }
      .header__menu__link:hover {
        color: #00b453; }
  .header__phone {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 195px;
    padding: 18px 0 12px;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg id='SVGDoc' width='195' height='63' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 195 63'%3E%3Cdefs%3E%3Cpath d='M1285.99983,102.99945h185.00004l-9.99996,62.99981h-185.00004z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281,0,0,1,-1276,-103%29'%3E%3Cg%3E%3Ctitle%3ERectangle 28%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%23f6f6f6' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    font-size: 20px;
    line-height: 1;
    color: #434343; }
    .header__phone:hover {
      color: #00b453; }
    .header__phone .small {
      margin-top: 1px;
      font-size: 12px;
      color: #8b8b8b; }
  .header__fav {
    position: relative;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    color: #d2c7b5; }
    .header__fav:hover {
      color: #b19a7b; }
    .header__fav__icon {
      font-size: 30px; }
    .header__fav__counter {
      position: absolute;
      right: 0;
      top: 40%;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      background-color: #f5a33f;
      font-size: 10px;
      color: #FFFFFF;
      text-align: center;
      line-height: 19px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header__lower {
    position: relative;
    -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    background-color: #f6f6f6; }
  .header__nav {
    height: 58px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase; }
    .header__nav__el {
      line-height: 58px;
      position: relative; }
      .header__nav__el:hover .header__nav__link {
        color: #00b453; }
        .header__nav__el:hover .header__nav__link::after {
          right: 0; }
        .header__nav__el:hover .header__nav__link .icon-arrow-down {
          color: #00b453; }
    .header__nav__link {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #434343; }
      .header__nav__link::after {
        content: '';
        position: absolute;
        left: 0;
        right: 100%;
        top: 100%;
        height: 3px;
        background-color: #00b453;
        margin-top: -2px;
        z-index: 2;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .header__nav__link i {
        color: #00b453;
        font-size: 16px;
        margin-right: 10px;
        line-height: 1;
        text-transform: none;
        -webkit-transition: color 0.3s ease-in;
        -o-transition: color 0.3s ease-in;
        transition: color 0.3s ease-in; }
        .header__nav__link i.icon-arrow-down {
          font-size: 10px;
          margin: 0 0 0 6px;
          color: #d2c7b5; }
    .header__nav__menu {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #FFFFFF;
      padding: 30px 20px 20px;
      z-index: 1001;
      -webkit-box-shadow: 0 0 5px rgba(67, 67, 67, 0.2);
      box-shadow: 0 0 5px rgba(67, 67, 67, 0.2);
      font-size: 14px;
      line-height: 1;
      text-transform: none;
      display: none; }
      .header__nav__menu.is-2cols {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px; }
      .header__nav__menu.is-3cols {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        column-gap: 30px; }
      .header__nav__menu li {
        margin-bottom: 15px; }
      .header__nav__menu a {
        color: #606060;
        white-space: nowrap; }
        .header__nav__menu a:hover {
          color: #00b453; }

.breadcrumbs {
  margin-bottom: 20px;
  font-size: 12px;
  color: #8b8b8b; }

.title-with-btn {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .title-with-btn .title + .btn {
    margin-left: 30px; }
  .title-with-btn .btn {
    margin-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #434343;
    background-color: #FFFFFF;
    border-color: #00b453;
    white-space: nowrap; }
    .title-with-btn .btn:hover {
      -webkit-box-shadow: 0 0 15px rgba(0, 180, 83, 0.2);
      box-shadow: 0 0 15px rgba(0, 180, 83, 0.2); }

.owl-next,
.owl-prev {
  position: absolute;
  top: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #d2c7b5;
  line-height: 1;
  font-size: 14px;
  color: #FFFFFF;
  z-index: 2;
  cursor: pointer; }
  .owl-next:hover,
  .owl-prev:hover {
    background-color: #b19a7b;
    color: #FFFFFF; }
  .owl-next.swiper-button-disabled, .owl-next.disabled,
  .owl-prev.swiper-button-disabled,
  .owl-prev.disabled {
    opacity: 0.5;
    background-color: #d2c7b5;
    cursor: default; }
  .owl-next .icon-arrow,
  .owl-prev .icon-arrow {
    display: block;
    width: 12px; }

.owl-prev {
  left: 0;
  outline: none; }
  .owl-prev .icon-arrow {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }

.owl-next {
  right: 0;
  outline: none; }

.owl-carousel {
  -ms-touch-action: none;
  touch-action: none; }

.tabs .tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tabs .tabs__header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 45px;
    border-top: 3px solid #00b453;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #00b453;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -6px 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -6px 6px rgba(0, 0, 0, 0.2);
    margin-right: 4px;
    cursor: pointer; }
    .tabs .tabs__header__link small {
      font-size: 11px;
      font-weight: 400;
      margin-left: 5px; }
    .tabs .tabs__header__link:hover {
      -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2); }
    .tabs .tabs__header__link.active {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #FFFFFF;
      color: #434343;
      -webkit-box-shadow: 10px 0 5px -5px rgba(67, 67, 67, 0.1);
      box-shadow: 10px 0 5px -5px rgba(67, 67, 67, 0.1); }
      .tabs .tabs__header__link.active small {
        color: #b19a7b; }

.tabs__container {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 4px rgba(67, 67, 67, 0.1);
  box-shadow: 0 0 4px rgba(67, 67, 67, 0.1); }

.tabs__content {
  padding: 20px; }
  .tabs__content:empty {
    padding-bottom: 0; }

.price-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .price-slider__slide {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 12px; }
  .price-slider__input {
    width: 76px; }

.noUi-target {
  height: 4px;
  background-color: #d2c7b5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px; }

.noUi-connect {
  background-color: #f5a33f; }

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border: 3px solid #f5a33f;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: col-resize;
  right: -7px !important; }
  .noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
    display: none; }

.js-form-hidden {
  display: none; }

.js-a-b-toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b19a7b;
  cursor: pointer; }
  .js-a-b-toggler:hover {
    color: #a88e6b; }
  .js-a-b-toggler .b {
    display: none; }
  .js-a-b-toggler .icon-arrow-down {
    margin-left: 10px;
    line-height: 1;
    font-size: 10px;
    height: 10px; }
  .js-a-b-toggler.active .a {
    display: none; }
  .js-a-b-toggler.active .b {
    display: inline-block; }
  .js-a-b-toggler.active .icon-arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.pagination {
  margin-bottom: 40px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination a, .pagination span, .pagination em {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #d2c7b5;
    background-color: #FFFFFF;
    color: #8b8b8b;
    margin: 0 2px;
    border-radius: 3px; }
    .pagination a:hover {
      color: #000;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .pagination em.current {
      font-weight: 700;
      color: #FFFFFF;
      background-color: #8b8b8b;
      border-color: #8b8b8b;
      -webkit-transform: none;
      -ms-transform: none;
      font-style: normal;
      transform: none; }
    .pagination a.previous_page, .pagination a.next_page, .pagination span.previous_page, .pagination span.next_page {
      background-color: #b19a7b;
      border-color: #b19a7b;
      color: #FFFFFF;
      line-height: 36px; }
      .pagination span.previous_page.disabled, .pagination span.next_page.disabled {
        background-color: #d2c7b5;
        border-color: #d2c7b5; }
    .pagination span.previous_page i {
      display: inline-block;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }


.seo-text, .help-text {
  -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  background-color: #FFFFFF;
  padding: 30px 20px;
  font-size: 12px;
  margin-bottom: 50px; }

.utags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 22px; }
  .utags.js-utags {
    max-height: 70px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s; }
  .utags.is-square .utags__link {
    border-radius: 3px; }
  .utags.is-square .utags__link {
    background-color: #FFFFFF;
    color: #434343; }
  .utags.active {
    max-height: 1000px; }
    .utags.active .js-all-utags {
      display: none !important; }
  .utags__link {
    margin: 0 10px 10px 0;
    padding: 0 10px;
    border-radius: 13px;
    border: 1px solid #b19a7b;
    background-color: #FFFFFF;
    color: #b19a7b;
    white-space: nowrap; }
    .utags__link.is-skew {
      position: relative;
      background-color: #8b8b8b;
      margin-left: 14px;
      margin-right: 24px;
      font-size: 12px;
      line-height: 24px;
      text-transform: uppercase;
      color: #FFFFFF;
      border: none; }
      .utags__link.is-skew::before {
        content: '';
        position: absolute;
        left: -10px;
        right: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
        -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: skew(-20deg);
        background-color: inherit; }
    .utags__link.hidden {
      display: none; }
    .utags__link.js-all-utags {
      background-color: #b19a7b;
      display: none;
      color: #FFFFFF;
      cursor: pointer; }
      .utags__link.js-all-utags:hover {
        background-color: #9d815c; }

[class*='icon-']:before {
  vertical-align: middle; }

.big-back-link {
  margin: 60px 0 0;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .big-back-link .icon-arrow {
    display: inline-block;
    margin-right: 7px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }

.banner {
  width: 100%; }

.white-block {
  padding: 20px;
  -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  background-color: #FFFFFF; }
  .white-block .lined-header {
    margin: 0 -20px 20px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #f6f6f6; }
    .white-block .lined-header.is-tall {
      margin-top: -5px;
      padding-bottom: 15px; }
    .white-block .lined-header .ttl {
      margin-bottom: 0; }

.green-block {
  padding: 20px;
  background-color: #2a8752;
  color: #FFFFFF; }

.warning-block {
  padding: 20px;
  border-radius: 3px;
  background-color: #dc9239;
  color: #FFFFFF; }
  .warning-block.sellers-offer {
    position: relative;
    padding: 10px;
    overflow: hidden; }
    .warning-block.sellers-offer .bg-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-40%);
      -ms-transform: translateX(-50%) translateY(-40%);
      transform: translateX(-50%) translateY(-40%);
      color: #f5a33f;
      opacity: 0.4;
      font-size: 200px; }
    .warning-block.sellers-offer .inner {
      position: relative;
      padding: 15px;
      border-radius: 3px;
      border: 1px dashed #f5a33f;
      line-height: 1;
      z-index: 1; }
    .warning-block.sellers-offer .btn {
      width: 230px; }

.js-textblock {
  position: relative; }
  .js-textblock.active .text {
    padding-bottom: 50px; }
  .js-textblock.active .js-text-toggler .a {
    display: none; }
  .js-textblock.active .js-text-toggler .b {
    display: inline-block; }
  .js-textblock.active .js-text-toggler .icon-arrow-down {
    display: inline-block;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }
  .js-textblock.active .btn-bg {
    padding-top: 0; }
  .js-textblock .text {
    padding-bottom: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .js-textblock .btn-bg {
    left: 20px;
    bottom: 20px;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s; }
  .js-textblock .js-text-toggler {
    font-size: 13px;
    color: #b19a7b; }
    .js-textblock .js-text-toggler .a, .js-textblock .js-text-toggler .b {
      border-bottom: 1px dashed; }
    .js-textblock .js-text-toggler .b {
      display: none; }
    .js-textblock .js-text-toggler .icon-arrow-down {
      margin-left: 5px;
      font-size: 10px; }

.js-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  z-index: 1000;
  -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  border: 1px solid;
  padding: 17px 25px 17px 15px;
  margin-left: 610px;
  display: none; }
  @media only screen and (max-width: 1630px) {
    .js-popup {
      margin-left: 0;
      left: auto;
      right: 30px; } }
  @media only screen and (max-width: 760px) {
    .js-popup {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      font-size: 11px;
      margin-bottom: 30px; } }
  .js-popup .ico {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 100%; }
  .js-popup .close {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    line-height: 1;
    color: #8b8b8b;
    cursor: pointer; }
    @media only screen and (max-width: 760px) {
      .js-popup .close {
        font-size: 20px; } }
  .js-popup.is-popular {
    border-color: #f5a33f;
    background-color: #ffe8cc; }
    .js-popup.is-popular .ico {
      background-color: #f5a33f;
      color: #FFFFFF; }

.icon-mts-logo {
  background-color: #ff0000;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1;
  text-align: center; }

.icon-velcom-logo {
  background-color: #000000;
  color: #fff000;
  display: inline-block;
  line-height: 1;
  text-align: center; }

.icon-life-logo {
  background-color: #fff;
  color: #ff0000;
  display: inline-block;
  line-height: 1;
  text-align: center; }

.icon-viber-logo {
  background-color: #7b519d;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-align: center; }

.noty {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  max-width: 100%;
  /* display: none !important; */
}
  .noty.is-top {
    top: 0;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%); }
    .noty.is-top.active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .noty.is-bottom {
    bottom: 0;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%); }
    .noty.is-bottom.active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .noty.is-favorite {
    padding: 10px 0;
    background-color: #ffe8cc;
    -webkit-box-shadow: 0 0 29px 2px rgba(22, 7, 8, 0.5);
    box-shadow: 0 0 29px 2px rgba(22, 7, 8, 0.5); }
  .noty.is-inform {
    padding: 22px 0;
    -webkit-box-shadow: 0 0 29px 2px rgba(22, 7, 8, 0.5);
    box-shadow: 0 0 29px 2px rgba(22, 7, 8, 0.5);
    background-color: #e2ffef; }
    .noty.is-inform .ttl {
      font-size: 18px;
      font-weight: 700;
      color: #2a8752; }
    .noty.is-inform .noty__close {
      font-size: 25px; }
  .noty__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1050px) {
      .noty__container {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
    @media only screen and (max-width: 760px) {
      .noty__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        .noty__container .noty__right {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .noty__container .btn.is-warning {
          padding: 10px; } }
  .noty__left, .noty__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .noty__img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 40px; }
  .noty__text {
    font-size: 14px; }
    @media only screen and (max-width: 760px) {
      .noty__text {
        margin-bottom: 15px; } }
    .noty__text .js-noty-title {
      font-size: 16px;
      font-weight: 700; }
  .noty .btn {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px; }
    .noty .btn .icon {
      margin-right: 7px;
      font-size: 15px;
      line-height: 1; }
  .noty__close {
    display: block;
    font-size: 17px;
    margin-left: 40px;
    color: #8b8b8b;
    margin-top: -5px; }

.modal {
  width: 330px;
  display: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 180, 83, 0.5);
  box-shadow: 0 0 15px rgba(0, 180, 83, 0.5);
  border: 1px solid #00b453;
  background-color: #FFFFFF;
  padding: 25px 20px;
  color: #434343;
  font-size: 14px; }
  .modal__ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px; }
  .modal .cols {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .modal .cols .form-group {
      width: 48%; }
  .modal .label {
    margin-bottom: 10px; }
  .modal .small-info {
    font-size: 12px; }
    .modal .small-info .red {
      color: #e22a10; }
  .modal__footer {
    margin: 35px -20px -25px;
    background-color: #f6f6f6;
    padding: 20px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .modal .js-message-img {
    margin-right: 15px;
    margin-top: 3px; }
  .modal__info {
    font-size: 13px; }
  .modal .js-message-title {
    font-weight: 700; }

.footer {
  margin-top: 130px;
  -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
  background-color: #FFFFFF;
  color: #8b8b8b; }
  .footer .container {
    padding: 100px 0 55px; }
  .footer__dark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    background-color: #434343;
    color: #FFFFFF;
    font-size: 18px; }
    .footer__dark .btn {
      margin-left: 30px;
      font-weight: 700; }
  .footer__logo {
    margin-bottom: 10px; }
  .footer__contacts .a {
    margin-bottom: 4px;
    line-height: 1.2; }
  .footer__contacts .b {
    color: #434343;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px; }
  .footer__contacts .b p {
    margin: 0;
  }
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1; }
    .footer__menu__link {
      color: #434343;
      margin-bottom: 17px; }
      .footer__menu__link.simple {
        font-size: 13px;
        color: #8b8b8b;
        margin-bottom: 9px; }
      .footer__menu__link:last-child {
        margin-bottom: 0; }
      .footer__menu__link:hover {
        color: #00b453; }
  .footer__copy {
    font-size: 12px;
    color: #434343;
    line-height: 1.2;
    margin-bottom: 15px; }
  .footer__poly {
    font-size: 10px;
    line-height: 1.2; }

.fancybox-slide {
  -ms-touch-action: none;
  touch-action: none; }

.swiper-centered {
  width: 100% !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

body.mobiled .catalog__header__qlinks::after, body.mobiled .catalog__header__qlinks::before, body.mobiled .product__thumbs::after, body.mobiled .product__thumbs::before {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }

.swiper-wrapper {
  width: 10000%; }

.aside {
  padding-right: 15px; }
  .aside__menu {
    -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    background-color: #FFFFFF;
    margin-bottom: 30px; }
    .aside__menu__header {
      /*height: 40px;*/
      padding: 11px;
      background-color: #434343;
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 700;
      line-height: 1; }
    .aside__menu__el {
      border-bottom: 1px solid #f3f0e9; }
      .aside__menu__el.active .aside__menu__link {
        font-weight: 700; }
        .aside__menu__el.active .aside__menu__link::after {
          -webkit-transform: translateY(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
          border-left-color: #2a8752; }
      .aside__menu__el.active .aside__menu__subnav {
        display: block; }
    .aside__menu__link {
      position: relative;
      font-size: 14px;
      color: #434343;
      display: block;
      padding: 10px 20px;
      line-height: 1.1;
      -o-text-overflow: clip;
      text-overflow: clip;
      overflow: hidden; }
      .aside__menu__link::after {
        position: absolute;
        right: 10px;
        top: 50%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 6px;
        border-color: transparent transparent transparent #d2c7b5;
        -webkit-transition: border, -webkit-transform 0.3s ease-in;
        transition: border, -webkit-transform 0.3s ease-in;
        -o-transition: border, transform 0.3s ease-in;
        transition: border, transform 0.3s ease-in;
        transition: border, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .aside__menu__link.noChildren::after {
            display: none;
        }
      .aside__menu__link:hover {
        color: #434343; }
        .aside__menu__link:hover::after {
          border-left-color: #2a8752; }
    .aside__menu__subnav {
      display: none;
      background-color: #f6f6f6;
      padding: 15px 0;
      line-height: 1; }
    .aside__menu__subel {
      margin-bottom: 10px; }
      .aside__menu__subel.active .aside__menu__sublink {
        font-weight: 700;
        border-left-color: #00b453;
        color: #00b453; }
    .aside__menu__sublink {
      color: #434343;
      display: inline-block;
      padding: 3px 0 3px 30px;
      border-left: 3px solid transparent; }
      .aside__menu__sublink:hover {
        border-left-color: #00b453;
        color: #00b453; }
  .aside__block {
    position: relative;
    margin-bottom: 40px; }
    .aside__block.is-white {
      padding: 15px 10px;
      -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
      box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
      background-color: #f6f6f6;
      line-height: 1.6; }
      .aside__block.is-white .ttl {
        margin-bottom: 5px; }
    .aside__block.is-card {
      font-size: 12px;
      color: #FFFFFF; }
      .aside__block.is-card .ttl {
        position: absolute;
        z-index: 1;
        top: -13px;
        left: 24px;
        text-transform: uppercase;
        color: #FFFFFF;
        line-height: 1;
        padding: 8px 0 7px; }
        .aside__block.is-card .ttl::before {
          content: '';
          position: absolute;
          left: -10px;
          right: -10px;
          top: 0;
          bottom: 0;
          z-index: -1;
          -webkit-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          transform: skew(-20deg);
          background-color: inherit; }
      .aside__block.is-card a {
        color: inherit; }
        .aside__block.is-card a:hover {
          color: #f5a33f; }
      .aside__block.is-card .bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .aside__block.is-card .overblock {
        position: relative;
        padding: 32px 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        line-height: 1.2; }
        .aside__block.is-card .overblock p {
          margin-bottom: 0.7em; }
      .aside__block.is-card .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        margin-right: 10px; }
    .aside__block.is-green .ttl {
      background-color: #f5a33f; }
    .aside__block.is-green .overblock {
      background-image: -o-linear-gradient(315deg, rgba(0, 88, 41, 0.8) 0%, rgba(0, 48, 22, 0.8) 100%);
      background-image: linear-gradient(-225deg, rgba(0, 88, 41, 0.8) 0%, rgba(0, 48, 22, 0.8) 100%); }
    .aside__block.is-brown .ttl {
      background-color: #00b453; }
    .aside__block.is-brown .overblock {
      background-image: -o-linear-gradient(315deg, #88765f 0%, #5f5242 100%);
      background-image: linear-gradient(-225deg, #88765f 0%, #5f5242 100%); }
    .aside__block.is-monthprod {
      padding: 10px;
      background-color: #00b453; }
      .aside__block.is-monthprod .ttl {
        color: #FFFFFF;
        font-size: 14px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px; }
        .aside__block.is-monthprod .ttl .icon {
          font-size: 24px;
          line-height: 1;
          margin-right: 10px; }
      .aside__block.is-monthprod .card {
        -webkit-box-shadow: 0 0 15px rgba(67, 67, 67, 0.5);
        box-shadow: 0 0 15px rgba(67, 67, 67, 0.5);
        border: 1px solid #f6f6f6;
        background-color: #FFFFFF;
        padding: 5px 5px 30px;
        text-align: center; }
        .aside__block.is-monthprod .card__imger {
          padding: 0;
          margin: 0 auto 24px;
          width: 225px;
          max-width: 100%;
          height: 225px;
          overflow: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .aside__block.is-monthprod .card__name {
          color: #8b8b8b;
          font-weight: 700;
          margin-bottom: 10px; }
          .aside__block.is-monthprod .card__name:hover {
            color: #00b453; }
        .aside__block.is-monthprod .card__price {
          font-size: 18px;
          font-weight: 600;
          color: #434343;
          margin-bottom: 22px; }
  .aside__contacts {
    -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    border: 3px solid #00b453;
    background-color: #FFFFFF;
    padding: 17px;
    max-width: 255px;
    visibility: hidden; }
    .aside__contacts.fixed {
      position: fixed;
      display: none;
      visibility: visible; }
    .aside__contacts .ttl {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 17px; }
    .aside__contacts .company__contacts {
      margin-right: 0; }
      .aside__contacts .company__contacts .phones .phone {
        font-size: 16px;
        font-weight: 700; }
      .aside__contacts .company__contacts .btn-group {
        margin-top: 10px; }
  .aside__article {
    position: relative;
    padding: 55px 10px 15px;
    -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    background-color: #f6f6f6;
    display: block;
    margin: 60px 0 30px;
    color: #434343;
    font-size: 11px; }
    .aside__article.hidden {
      display: none; }
    .aside__article:hover {
      -webkit-box-shadow: 0 0 12px rgba(67, 67, 67, 0.2);
      box-shadow: 0 0 12px rgba(67, 67, 67, 0.2);
      color: #434343; }
    .aside__article .img {
      position: absolute;
      left: 50%;
      top: 0;
      max-height: 70px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .aside__article .ttl {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 8px; }
  .aside__more {
    position: relative;
    font-size: 12px; }
    .aside__more .icon-arrow {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
  .aside__request {
    padding-bottom: 25px;
    border-bottom: 1px solid #d2c7b5;
    margin-bottom: 25px;
    font-size: 14px; }
    .aside__request.with-img {
      position: relative;
      padding-left: 65px; }
      .aside__request.with-img .img {
        width: 45px;
        position: absolute;
        left: 0;
        top: 3px; }
    .aside__request .ttl {
      font-weight: 600;
      margin-bottom: 8px; }
      .aside__request .ttl .str {
        color: #434343; }
    .aside__request .date {
      color: #737373;
      font-size: 12px;
      margin-bottom: 5px; }
    .aside__request .text {
      line-height: 1.5; }

.add-fav {
  position: absolute;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  color: #d2c7b5; }
  .add-fav.active, .add-fav:hover {
    color: #f5a33f; }

.plahi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .plahi .plaha {
    width: 70px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px 0 5px 0; }
    .plahi .plaha.is-success {
      background-color: #00b453; }
    .plahi .plaha.is-warning {
      background-color: #f5a33f; }
    .plahi .plaha.is-error {
      background-color: #e22a10; }
    .plahi .plaha.is-grey {
      background-color: #8b8b8b; }
    .plahi .plaha.is-darkgrey {
      background-color: #737373; }
    .plahi .plaha.is-white {
      background-color: #FFFFFF;
      color: #434343;
      text-shadow: none; }

.product {
  position: relative;
  margin-bottom: 60px; }
  .product .add-fav {
    right: 20px;
    top: 15px; }
  .product__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .product__gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    margin-right: 35px;
    overflow: hidden; }
    .product__gallery .thumb {
      max-width: 60px;
      max-height: 60px;
      margin: 0 auto;
      border: 2px solid #FFFFFF;
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .product__gallery .thumb:hover {
        border-color: #d2c7b5; }
      .product__gallery .thumb.active {
        border-color: #b19a7b; }
    .product__gallery .owl-next,
    .product__gallery .owl-prev {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5; }
  .product__image {
    width: 340px;
    height: 342px;
    border: 1px solid #f6f6f6;
    padding: 1px;
    margin-bottom: 10px; }
    .product__image .swiper-slide {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      cursor: -webkit-zoom-in;
      cursor: zoom-in; }
    .product__image .js-product-image {
      max-width: 340px;
      max-height: 340px;
      display: none; }
      .product__image .js-product-image.active {
        display: block; }
  .product__thumbs {
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
    .product__thumbs::after, .product__thumbs::before {
      z-index: 3;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 40px;
      background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(left, white 30%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
    .product__thumbs::before {
      left: 10px; }
    .product__thumbs::after {
      right: 10px;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    .product__thumbs__slider {
      height: 60px; }
    .product__thumbs .swiper-slide {
      width: 60px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border: 2px solid #FFFFFF;
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .product__thumbs .swiper-slide:hover {
        border-color: #d2c7b5; }
      .product__thumbs .swiper-slide.active {
        border-color: #b19a7b; }
  .product__content.js-truncated {
    position: relative;
    overflow: hidden; }
    .product__content.js-truncated .js-product-description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding-top: 30px;
      color: #b19a7b;
      cursor: pointer;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
      .product__content.js-truncated .js-product-description .str {
        border-bottom: 1px dashed #d2c7b5;
        display: inline-block; }
      .product__content.js-truncated .js-product-description .b {
        display: none; }
      .product__content.js-truncated .js-product-description .icon-arrow-down {
        font-size: 11px;
        line-height: 1;
        margin-left: 3px;
        display: inline-block; }
      .product__content.js-truncated .js-product-description.active .b {
        display: inline-block; }
      .product__content.js-truncated .js-product-description.active .a {
        display: none; }
      .product__content.js-truncated .js-product-description.active .icon-arrow-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .product__content .price {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin: 25px 0 20px; }
    .product__content .price.is-sale {
      color: #e22a10; }
      .product__content .price.is-sale .old {
        font-size: 16px;
        text-decoration: line-through;
        color: #434343; }
  .product__content .offers {
    margin-bottom: 20px; }
    .product__content .offers__info {
      color: #8b8b8b;
      font-size: 12px;
      margin-left: 15px; }
  .product__content .info {
    color: #8b8b8b;
    line-height: 1.2;
    margin-bottom: 20px; }
  .product__content .plahi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  .product__content .plaha {
    margin-right: 10px; }
  .product__content .content {
    line-height: 1.2; }

.company__contacts .phones .phone, .company__stores__list .store__phones .phones .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px; }

.company__contacts .phones .sic, .company__stores__list .store__phones .phones .sic {
  font-size: 9px;
  margin-left: 5px; }

.company__contacts .type-hidden.phones, .company__stores__list .store__phones .type-hidden.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .company__contacts .type-hidden.phones .js-overhide, .company__stores__list .store__phones .type-hidden.phones .js-overhide {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .company__contacts .type-hidden.phones .js-overhide::after, .company__stores__list .store__phones .type-hidden.phones .js-overhide::after {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      bottom: 0;
      width: 7px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: -o-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='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
    .company__contacts .type-hidden.phones .js-overhide .phone-label, .company__stores__list .store__phones .type-hidden.phones .js-overhide .phone-label {
      display: none; }
  .company__contacts .type-hidden.phones .js-overhide-show .str, .company__stores__list .store__phones .type-hidden.phones .js-overhide-show .str {
    color: #2a8752;
    border-bottom-style: dashed;
    font-size: 13px;
    font-style: italic; }
  .company__contacts .type-hidden.active.phones .js-overhide, .company__stores__list .store__phones .type-hidden.active.phones .js-overhide {
    width: auto !important;
    display: block; }
    .company__contacts .type-hidden.active.phones .js-overhide::after, .company__stores__list .store__phones .type-hidden.active.phones .js-overhide::after {
      display: none; }
    .company__contacts .type-hidden.active.phones .js-overhide .phone-label, .company__stores__list .store__phones .type-hidden.active.phones .js-overhide .phone-label {
      display: block; }
  .company__contacts .type-hidden.active.phones .js-overhide-show, .company__stores__list .store__phones .type-hidden.active.phones .js-overhide-show {
    display: none; }

.company__contacts .type-tooltip.phones, .company__stores__list .store__phones .type-tooltip.phones {
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: 15px;
  z-index: 2;
  padding: 10px;
  border-radius: 3px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 10px rgba(67, 67, 67, 0.2);
  display: none; }
  .company__contacts .type-tooltip.phones::after, .company__stores__list .store__phones .type-tooltip.phones::after {
    bottom: 100%;
    left: 19px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #FFFFFF;
    border-width: 9px; }

.btn-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(26%, white), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 26%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 26%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.company__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.company__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  margin-right: 20px; }
  .company__img img {
    display: block; }

.company__data {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }
  .company__data .plahi + .rating {
    margin-left: 20px; }
  .company__data .plaha {
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
    margin-bottom: 0; }
  .company__data .zamanuha {
    color: #00b453;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 17px;
    opacity: 0; }
  .company__data .zamanuha span {
    color: #00b453 !important;
 }
   .company__data .zamanuha font {
    color: #00b453 !important;
 }
    .company__data .zamanuha.active {
      -webkit-animation: 1.5s ease 0.3s normal forwards 1 fadein;
      animation: 1.5s ease 0.3s normal forwards 1 fadein; }
  .company__data .title {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .company__data .info {
    color: #8b8b8b;
    margin: 0 0 15px;
    line-height: 1.2;
    font-size: 15px; }
  .company__data .rating {
    font-size: 12px;
    color: #8b8b8b; }
    .company__data .rating .icon-star {
      display: inline-block;
      margin-right: 4px;
      height: 12px;
      color: #f5a33f; }
      .company__data .rating .icon-star::before {
        vertical-align: baseline; }
    .company__data .rating strong {
      color: #f5a33f; }

.company__contacts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  position: relative; }
  .company__contacts::after {
    position: absolute;
    top: -20px;
    right: -15px;
    bottom: -20px;
    border-right: 1px solid #f6f6f6;
    content: ''; }
  .company__contacts .address {
    margin-bottom: 10px;
    line-height: 1.1; }
  .company__contacts .phones .phone-label {
    position: relative;
    background: #2a8752;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    padding: 0 10px;
    line-height: 20px;
    margin-top: 11px;
    margin-bottom: 5px; }
    .company__contacts .phones .phone-label::after {
      bottom: 100%;
      left: 9px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #2a8752;
      border-width: 9px; }
  .company__contacts .site {
    margin-top: 7px;
    margin-bottom: 15px;
    font-size: 14px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .company__contacts .btn-group {
    margin-top: auto; }
    .company__contacts .btn-group .btn:not(.is-warning) {
      position: relative;
      background-color: #FFFFFF;
      color: #434343;
      border-color: #f5a33f; }
      .company__contacts .btn-group .btn:not(.is-warning):hover {
        color: #dc7e0b; }
      .company__contacts .btn-group .btn:not(.is-warning) .icon-gross-pencil {
        color: #f5a33f;
        position: absolute;
        left: 18px; }
    .company__contacts .btn-group .icon-gross-pencil {
      margin-right: 5px; }
  .company__contacts .btns-group {
    position: relative;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.company__stores {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .company__stores__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    margin-right: 30px;
    font-size: 15px;
    position: relative;
    max-height: 360px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s; }
    .company__stores__list.active {
      max-height: 1500px; }
      .company__stores__list.active .btn-bg {
        padding-top: 0;
        position: relative; }
        .company__stores__list.active .btn-bg .icon-arrow {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
    .company__stores__list .store {
      position: relative;
      margin-bottom: 20px; }
      .company__stores__list .store .ico {
        position: absolute;
        color: #b19a7b;
        left: 0;
        font-size: 13px; }
      .company__stores__list .store__ttl {
        font-weight: 700;
        color: #b19a7b;
        margin-bottom: 5px;
        line-height: 1.1; }
      .company__stores__list .store__address {
        padding-left: 23px; }
      .company__stores__list .store__phones {
        padding-left: 23px;
        margin-bottom: 2px; }
        .company__stores__list .store__phones .phones .phone {
          font-weight: 700;
          font-size: 15px; }
      .company__stores__list .store__times {
        padding-left: 23px;
        font-size: 13px;
        line-height: 1.2; }
    .company__stores__list .js-show-stores {
      position: relative; }
      .company__stores__list .js-show-stores .icon-arrow {
        font-size: 14px;
        position: absolute;
        right: 20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .company__stores__map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.company__about {
  font-size: 14px;
  line-height: 1.5; }

.company__delivery {
  position: relative;
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #00b453; }
  .company__delivery.active .js-delivery-toggler .a {
    display: none; }
  .company__delivery.active .js-delivery-toggler .b {
    display: inline-block; }
  .company__delivery.active .js-delivery-toggler .icon-arrow-down {
    display: inline-block;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }
  .company__delivery .ttl {
    position: absolute;
    z-index: 1;
    top: -13px;
    left: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1;
    padding: 8px 0 7px;
    background-color: #00b453; }
    .company__delivery .ttl::before {
      content: '';
      position: absolute;
      left: -10px;
      right: -10px;
      top: 0;
      bottom: 0;
      z-index: -1;
      -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      transform: skew(-20deg);
      background-color: inherit; }
  .company__delivery .text {
    max-height: 80px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s; }
  .company__delivery .btn-bg {
    left: 20px;
    bottom: 20px; }
  .company__delivery .js-delivery-toggler {
    font-size: 13px;
    color: #b19a7b; }
    .company__delivery .js-delivery-toggler .b {
      display: none; }
    .company__delivery .js-delivery-toggler .icon-arrow-down {
      margin-left: 5px;
      font-size: 10px; }

.company__offer {
  margin-bottom: 45px; 
}
.company__offer:before {
  display: block;
  content: "";
  height: 180px;
  margin: -180px 0 0;
}
  .company__offer.with-catalog {
    margin-bottom: 15px;
  }
    .company__offer.with-catalog .utags {
      margin-bottom: 30px; }
  .company__offer .block-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px; }

.catalog__header {
  padding: 20px;
  -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  background-color: #f6f6f6;
  margin-bottom: 30px; }
  .catalog__header__tabs {
    margin: 0 -20px -20px; }
  .catalog__header__qlinks {
    padding: 4px 35px;
    position: relative; }
    .catalog__header__qlinks .owl-prev,
    .catalog__header__qlinks .owl-next {
      top: -2px; }
    .catalog__header__qlinks .qlink, .catalog__header__qlinks .qttl {
      margin: 0 5px 2px; }
    .catalog__header__qlinks .qlink {
      text-decoration: underline; }

.catalog__sortblock {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  background-color: #FFFFFF;
  padding: 18px 20px; }
  .catalog__sortblock .search-count {
    color: #b19a7b; }
  .catalog__sortblock .sorter__link {
    margin-left: 20px;
    border-bottom-style: dashed; }
    .catalog__sortblock .sorter__link.active {
      border-bottom: 0;
      padding-bottom: 1px; }

.catalog__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.catalog__product {
  position: relative;
  width: 290px;
  border: 1px solid #f6f6f6;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 5px 25px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 rgba(67, 67, 67, 0.01);
  box-shadow: 0 0 0 rgba(67, 67, 67, 0.01);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  -o-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in; }
  .catalog__product.is-prime {
    border-color: #f5a33f; }
    .catalog__product.is-prime .addons {
      border-color: #f5a33f; }
  .catalog__product.is-tall {
    width: 260px;
    margin-bottom: 0; }
  .catalog__product.is-horizontal {
    width: 420px;
    max-width: 100%;
    height: 160px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px; }
    .catalog__product.is-horizontal .imgs {
      line-height: 0px; /* i77 */
      -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
      flex: 0 0 140px;
      width: 140px;
      height: 140px;
      margin-right: 15px;
      text-align: center; }
    .catalog__product.is-horizontal .data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; /* fix */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      overflow: hidden; }
      .catalog__product.is-horizontal .data .btn {
        margin-top: auto;
        margin-bottom: 10px; }
  .catalog__product .add-fav {
    right: 10px;
    top: 10px;
    opacity: 0; }
  .catalog__product .imgs { 
    line-height: 200px; /* i77 */
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px; }
    .catalog__product .imgs__el {
      width: 200px;
      max-height: 200px;
      text-align: center; }
    .catalog__product .imgs__img {
      vertical-align: middle; /* i77 */
      max-height: 100%;
      display: inline-block !important;
      width: auto !important; }
  .catalog__product .owl-prev,
  .catalog__product .owl-next {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    top: 50%;
    margin-top: -13px; }
  .catalog__product .owl-dots {
    visibility: hidden; }
  .catalog__product .ttl {
    color: #8b8b8b;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2; }
    .catalog__product .ttl:hover {
      color: #434343; }
  .catalog__product .price {
    color: #434343;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }
    .catalog__product .price .old {
      text-decoration: line-through;
      font-size: 12px;
      color: #434343; }
    .catalog__product .price.is-sale {
      color: #e22a10; }
  .catalog__product .info {
    font-size: 12px;
    color: #8b8b8b;
    margin-bottom: 12px;
    padding: 0 3px;
    line-height: 1.2;
    height: 30px;
    overflow: hidden; }
  .catalog__product .offers {
    font-size: 14px;
    margin-bottom: 20px; }
  .catalog__product .btn {
    margin-bottom: 25px; }
  .catalog__product .addons {
    position: absolute;
    left: -1px;
    right: -1px;
    -webkit-box-shadow: 0 10px 15px rgba(67, 67, 67, 0.5);
    box-shadow: 0 10px 15px rgba(67, 67, 67, 0.5);
    background-color: #FFFFFF;
    z-index: 10;
    border: 1px solid #f6f6f6;
    border-top: 0;
    display: none; }
    .catalog__product .addons::before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: 10px;
      background-color: #FFFFFF; }
  .catalog__product .plahi {
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .catalog__product:hover {
    z-index: 3;
    -webkit-box-shadow: 0 0 15px rgba(67, 67, 67, 0.5);
    box-shadow: 0 0 15px rgba(67, 67, 67, 0.5); }
    .catalog__product:hover .add-fav {
      opacity: 1; }
    .catalog__product:hover .owl-prev,
    .catalog__product:hover .owl-next {
      opacity: 1; }
      .catalog__product:hover .owl-prev.swiper-button-disabled,
      .catalog__product:hover .owl-next.swiper-button-disabled {
        opacity: 0.5; }

.catalog__sellers {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.catalog__seller {
  position: relative;
  width: 100%;
  margin-bottom: 40px; }
  .catalog__seller__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    border: 1px solid #f6f6f6;
    background-color: #FFFFFF; }
  .catalog__seller .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 30px 5px 5px; }
    .catalog__seller .content .title {
      margin-bottom: 15px; }
    .catalog__seller .content .ttl {
      font-size: 16px;
      font-weight: 700;
      margin: 5px 15px 7px 0;
      color: #434343; }
      .catalog__seller .content .ttl:hover {
        color: #222; }
    .catalog__seller .content .info {
      font-size: 13px; }
    .catalog__seller .content .zamanuha {
      font-size: 13px; }
    .catalog__seller .content .addons {
      margin-top: auto;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .catalog__seller .content .btn {
      margin-right: 30px; }
    .catalog__seller .content__terms {
      position: relative;
      width: 600px;
      -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
      box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
      background-color: #f6f6f6;
      z-index: 2;
      margin-top: 0; }
      .catalog__seller .content__terms::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 2px solid #b19a7b; }
      .catalog__seller .content__terms .js-terms-inner {
        display: none; }
      .catalog__seller .content__terms .inner {
        padding: 20px; }
      .catalog__seller .content__terms .show-terms {
        position: absolute;
        left: 50%;
        bottom: -17px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 130px;
        height: 17px;
        line-height: 13px;
        border-radius: 0 0 3px 3px;
        background-color: #b19a7b;
        color: #FFFFFF;
        padding: 0 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer; }
        .catalog__seller .content__terms .show-terms:hover {
          background-color: #9d815c; }
        .catalog__seller .content__terms .show-terms.active .icon-arrow-down {
          -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
        .catalog__seller .content__terms .show-terms .icon-arrow-down {
          font-size: 7px;
          margin-left: 5px; }
  .catalog__seller .company__contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    width: 270px;
    margin-right: 0;
    padding: 20px;
    background-color: #f6f6f6;
    font-size: 15px; }
    .catalog__seller .company__contacts::after {
      display: none; }
    .catalog__seller .company__contacts .phones .phone {
      font-size: 15px; }

.catalog__unstyled__block {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
  }
  .catalog__unstyled__block .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 4px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 4px rgba(67, 67, 67, 0.2);
    border-radius: 3px;
    border: 4px solid #FFFFFF; }
  .catalog__unstyled__block a {
    color: #434343; }
    .catalog__unstyled__block a:hover {
      color: #00b453; }
  .catalog__unstyled__block .ttl {
    font-size: 16px;
    font-weight: 600; }
  .catalog__unstyled__block .list {
    margin-top: 15px;
    font-size: 14px; }
    .catalog__unstyled__block .list li {
      margin-bottom: 5px; }
  .links_lev_0 {
    max-width: 160px;
    margin-left: 15px;
  }

.subcats__list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px; }

.subcats__el {
  position: relative;
  width: 290px;
  height: 110px;
  padding: 20px 20px 10px 10px;
  border: 1px solid #f6f6f6;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF; }
  .subcats__el .label {
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #00b453;
    text-align: center;
    min-width: 50px;
    line-height: 20px;
    padding: 0 7px; }
.subcats__el .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px; }
  .subcats__el .str {
    max-width: 160px;
    color: #434343;
    font-weight: 700;
    border: none;
    text-decoration: underline;
    line-height: 1.2; }
    .subcats__el .str:hover {
      color: #00b453; }

.products-slider {
  position: relative;
  padding: 0 45px; }
  .products-slider .owl-prev,
  .products-slider .owl-next {
    top: 50%;
    margin-top: -13px; }
  .products-slider .catalog__product:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.home__intro {
  margin-top: -30px;
  height: 530px;
  background: url(home-intro.jpg) no-repeat center;
  background-size: cover; }
  .home__intro .container {
    height: 530px; }
  .home__intro .ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25; }
  .home__intro .btn {
    font-size: 13px; }
  .home__intro__left {
    position: absolute;
    left: 15px;
    top: 30px;
    padding: 40px 30px;
    background-color: #FFFFFF;
    width: 470px;
    z-index: 1; }
    .home__intro__left .ttl {
      margin-bottom: 30px; }
    .home__intro__left .hil_el {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      .home__intro__left .hil_el:last-child {
        margin-bottom: 0; }
      .home__intro__left .hil_el .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        color: #00b453;
        font-size: 36px;
        line-height: 1; }
  .home__intro__mid {
    position: absolute;
    left: 385px;
    top: 80px;
    width: 500px;
    padding: 35px 45px 40px 130px;
    background-color: #00b453;
    background-image: -o-linear-gradient(45deg, #2a8752 0%, #00b453 100%);
    background-image: linear-gradient(45deg, #2a8752 0%, #00b453 100%);
    color: #FFFFFF;
    font-size: 16px; }
    .home__intro__mid .ttl {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 18px;
      text-transform: uppercase; }
      .home__intro__mid .ttl .icon {
        font-size: 50px;
        line-height: 1;
        margin-right: 24px;
        text-transform: none; }
  .home__intro__right {
    position: absolute;
    right: 15px;
    top: 30px;
    width: 270px;
    padding: 15px 20px 30px;
    -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    border: 3px solid #b19a7b;
    background-color: #f6f6f6;
    text-align: center;
    font-size: 16px;
    line-height: 1.25; }
    .home__intro__right .icon {
      color: #b19a7b;
      font-size: 70px;
      line-height: 1;
      margin-bottom: 25px;
      display: inline-block; }
    .home__intro__right .ttl {
      margin-bottom: 20px; }

.home__categories {
  margin-top: -60px; }
  .home__categories__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    height: 60px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 6px rgba(67, 67, 67, 0.2); }
  .home__categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home__categories__el {
    position: relative;
    width: 390px;
    height: 300px;
    text-align: center;
    padding: 35px 40px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2; }
    .home__categories__el:nth-child(1) {
      background-color: #e81d62; }
      .home__categories__el:nth-child(1):hover {
        background-color: #d61657; }
    .home__categories__el:nth-child(2) {
      background-color: #fe9700; }
      .home__categories__el:nth-child(2):hover {
        background-color: #e58800; }
    .home__categories__el:nth-child(3) {
      background-color: #2095f2; }
      .home__categories__el:nth-child(3):hover {
        background-color: #0e89eb; }
    .home__categories__el:nth-child(4) {
      background-color: #009587; }
      .home__categories__el:nth-child(4):hover {
        background-color: #007c70; }
    .home__categories__el:nth-child(5) {
      background-color: #5f7c8a; }
      .home__categories__el:nth-child(5):hover {
        background-color: #556e7b; }
    .home__categories__el:nth-child(6) {
      background-color: #896d47; }
      .home__categories__el:nth-child(6):hover {
        background-color: #78603e; }
    .home__categories__el:nth-child(7) {
      background-color: #f34235; }
      .home__categories__el:nth-child(7):hover {
        background-color: #f22b1d; }
    .home__categories__el:nth-child(8) {
      background-color: #6639b6; }
      .home__categories__el:nth-child(8):hover {
        background-color: #5b33a3; }
    .home__categories__el:nth-child(9) {
      background-color: #4bae4f; }
      .home__categories__el:nth-child(9):hover {
        background-color: #439c47; }
    .home__categories__el:hover {
      color: #FFFFFF; }
    .home__categories__el .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .home__categories__el .text .styled {
        margin-top: 13px;
        color: #fff996;
        font-size: 16px; }
    .home__categories__el .img {
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.home__catalog__block {
  margin-bottom: 40px; }

.home__catalog .ttl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .home__catalog .ttl .icon {
    font-size: 36px;
    color: #00b453;
    line-height: 1;
    margin-right: 24px; }
  .home__catalog .ttl .str {
    font-size: 18px;
    font-weight: 600;
    color: #434343; }
    .home__catalog .ttl .str:hover {
      color: #00b453; }

.home__catalog .utags {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px; }
  .home__catalog .utags__link:hover {
    color: #00b453; }

.home__sales__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
  background-color: #FFFFFF;
  color: #e22a10; }

.home__sales__slider {
  position: relative; }
  .home__sales__slider .owl-prev,
  .home__sales__slider .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 6px rgba(67, 67, 67, 0.2); }
    .home__sales__slider .owl-prev:hover,
    .home__sales__slider .owl-next:hover {
      background-color: #f6f6f6; }
    .home__sales__slider .owl-prev .icon-arrow,
    .home__sales__slider .owl-next .icon-arrow {
      color: #b19a7b;
      font-size: 22px;
      width: 18px;
      margin-top: -2px; }
  .home__sales__slider .owl-prev {
    left: 20px; }
  .home__sales__slider .owl-next {
    right: 20px; }
  .home__sales__slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2; }
  .home__sales__slider .swiper-pagination-bullet,
  .home__sales__slider .owl-dot {
    width: 7px;
    height: 7px;
    -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    margin: 0 5px;
    opacity: 1;
    background-color: transparent; }
    .home__sales__slider .swiper-pagination-bullet-active, .home__sales__slider .swiper-pagination-bullet.active,
    .home__sales__slider .owl-dot-active,
    .home__sales__slider .owl-dot.active {
      background-color: #FFFFFF; }

.bordered__banner {
  border: 3px solid #b19a7b;
  background-color: #FFFFFF;
  padding: 12px;
  line-height: 1; }

.article {
  font-size: 16px;
  line-height: 1.5; }
  .article__container {
    -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
    border: 1px solid #f6f6f6;
    background-color: #FFFFFF;
    padding: 30px 65px 40px; }
  .article h1 {
    line-height: 1.5; }
  .article__date {
    font-size: 80%;
    font-weight: 600;
    color: #737373;
    margin-bottom: 20px; }
  .article__intro {
    font-size: 120%;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px; }
  .article img {
    margin-bottom: 10px; }
  .article small {
    color: #737373;
    line-height: 1.25; }
  .article h2 {
    font-size: 150%; }
  .article big {
    line-height: 1.25; }
  .article h3 {
    font-size: 125%; }
  .article h4 {
    font-size: 112.5%; }
  .article hr {
    position: relative;
    overflow: visible;
    margin: 35px 0 30px;
    border-bottom: 2px solid #b19a7b; }
    .article hr::after, .article hr::before {
      content: '';
      position: absolute;
      top: -6px;
      left: 50%;
      height: 10px;
      width: 18px;
      background-color: #FFFFFF;
      border-bottom: 2px solid #b19a7b; }
    .article hr::before {
      -webkit-transform: translateX(-34%) rotate(25deg);
      -ms-transform: translateX(-34%) rotate(25deg);
      transform: translateX(-34%) rotate(25deg); }
    .article hr::after {
      -webkit-transform: translateX(34%) rotate(-25deg);
      -ms-transform: translateX(34%) rotate(-25deg);
      transform: translateX(34%) rotate(-25deg); }
  .article ol,
  .article ul {
    counter-reset: myCounter;
    margin: 30px 0;
    padding: 0 0 0 30px; }
    .article ol li,
    .article ul li {
      list-style: none;
      position: relative;
      margin-bottom: 6px; }
      .article ol li:before,
      .article ul li:before {
        content: '';
        width: 7px;
        height: 7px;
        background-color: #b19a7b;
        border-radius: 100%;
        position: absolute;
        left: -24px;
        top: 10px; }
  .article ol {
    counter-reset: myCounter; }
    .article ol li {
      position: relative; }
      .article ol li:before {
        counter-increment: myCounter;
        content: counter(myCounter);
        color: #FFFFFF;
        font-size: 11px;
        line-height: 1;
        background: url(ol-bg.svg) no-repeat 0 0;
        width: 22px;
        height: 20px;
        position: absolute;
        left: -30px;
        top: 3px;
        padding: 4px 0 0 6px;
        border-radius: 0; }
  .article table {
    width: 100%;
    border: none;
    margin: 30px 0 40px; }
    .article table td {
      border: none;
      padding: 0;
      vertical-align: top; }
    .article table.border {
      border: 1px solid #dcdcdc; }
      .article table.border td {
        border: 1px solid #dcdcdc;
        padding: 12px 15px; }

.star-rating {
  font-size: 15px;
  color: #b19a7b;
  unicode-bidi: bidi-override;
  position: relative;
  display: inline-block;
  line-height: 1; }
  .star-rating .icon-star {
    margin-right: 5px; }
  .star-rating .rating {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    color: #f5a33f;
    /*
		&:after {
			content: '★★★★★';
			position: absolute;
			left: 0;
			top: 0;
			color: $warning;
		}
        */ }

.star-rating-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0; }
  .star-rating-input .stars {
    direction: rtl;
    display: block;
    line-height: 0;
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 20px; }
  .star-rating-input .icon-star {
    font-size: 30px;
    line-height: 1; }
  .star-rating-input .discr {
    margin-left: 15px;
    color: #737373;
    font-size: 14px; }
  .star-rating-input input[type="radio"], .star-rating-input select[type="radio"], .star-rating-input textarea[type="radio"] {
    display: none; }
  .star-rating-input label {
    margin-right: 10px;
    color: #b19a7b;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer; }
  .star-rating-input label:hover,
  .star-rating-input label:hover ~ label,
  .star-rating-input input[type="radio"]:checked ~ label,
  .star-rating-input select[type="radio"]:checked ~ label,
  .star-rating-input textarea[type="radio"]:checked ~ label {
    color: #f5a33f; }

.comments__header {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }
  .comments__header .icon {
    color: #b19a7b;
    font-size: 29px;
    line-height: 1;
    margin-right: 15px; }
  .comments__header .ttl {
    margin-right: 10px; }
    .comments__header .ttl span {
      color: #b19a7b; }
  .comments__header .str {
    border-bottom-style: dashed; }

.comments__el {
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2c7b5;
  margin-bottom: 25px; }
  .comments__el.is-reply {
    font-size: 13px;
    margin-left: 70px;
    margin-top: -15px; }
  .comments__el .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px; }
  .comments__el .ttl {
    font-size: 15px; }
  .comments__el .ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
    .comments__el .ratings .rating-name {
      font-size: 11px;
      color: #737373;
      margin-left: 14px; }
  .comments__el .text {
    margin-bottom: 15px; }
    .comments__el .text p {
      margin-bottom: 0.8em; }
  .comments__el .date {
    color: #737373;
    font-size: 12px; }

.comments__add .label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1; }
  .comments__add .label.on-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 20px; }

.comments__add input, .comments__add select, .comments__add textarea {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px; }
  .comments__add input + small, .comments__add select + small, .comments__add textarea + small {
    margin-left: 20px;
    line-height: 1.5; }

.comments__add textarea {
  padding: 20px; }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px; }
  .news__el {
    width: 270px;
    margin-bottom: 30px;
    margin-left: 30px;
    background-color: #FFFFFF;
    padding: 15px 15px 20px;
    color: #434343;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news__el:hover {
      color: #434343;
      -webkit-box-shadow: 0 0 20px rgba(67, 67, 67, 0.2);
      box-shadow: 0 0 20px rgba(67, 67, 67, 0.2); }
    .news__el.styled {
      background-color: #dfcfb9;
      color: #434343; }
      .news__el.styled .plaha {
        background-color: #b19a7b;
        color: #FFFFFF; }
    .news__el.fullwidth {
      width: 100%;
      position: relative;
      padding: 0; }
      .news__el.fullwidth:hover .overlay {
        opacity: 0.5; }
      .news__el.fullwidth .img {
        display: block; }
      .news__el.fullwidth .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #434343;
        opacity: 0.2;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .news__el.fullwidth .text {
        position: absolute;
        left: 30px;
        bottom: 40px;
        color: #FFFFFF;
        text-shadow: 0 0 15px #434343; }
      .news__el.fullwidth .title {
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 0; }
      .news__el.fullwidth .data {
        margin-bottom: 12px; }
      .news__el.fullwidth .date {
        color: #FFFFFF;
        font-size: 14px;
        display: block; }
      .news__el.fullwidth .plaha {
        line-height: 24px;
        font-size: 14px;
        height: 24px;
        padding: 0 12px;
        opacity: 1; }
    .news__el .data {
      margin: 15px 0 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .news__el .date {
      color: #8b8b8b;
      font-size: 12px;
      line-height: 1; }
    .news__el .plaha {
      margin: 0 0 0 10px;
      font-size: 11px;
      width: auto;
      padding-left: 5px;
      padding-right: 5px;
      opacity: 0.8;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .news__el .title {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.35;
      margin-bottom: 5px; }

@media only screen and (max-width: 1199px) {
  .desktoped .container {
    width: 1024px; }
  .desktoped .footer .row {
    margin-left: 0;
    margin-right: 0; }
  .desktoped .home__intro__left {
    width: 370px; }
  .desktoped .home__intro__mid {
    left: 285px;
    width: 480px; }
  .desktoped .home__categories__el {
    width: calc(100%/3); }
  .desktoped .aside {
    padding-right: 0; }
  .desktoped .subcats__el {
    width: 50%; }
  .desktoped .products-slider {
    padding-left: 30px;
    padding-right: 30px; }
  .desktoped .catalog__product {
    width: 246px; }
    .desktoped .catalog__product.is-tall {
      padding-left: 10px;
      padding-right: 10px; }
    .desktoped .catalog__product.is-horizontal {
      width: 50%; }
      .desktoped .catalog__product.is-horizontal .price {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

body {
  font-size: 12px;
  line-height: 1.3; }

body.mobiled .owl-carousel .owl-stage, body.mobiled .owl-carousel .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }

body.mobiled .container {
  width: 100%;
  padding: 0; }

body.mobiled .banner-top {
  height: 60px; }
  body.mobiled .banner-top__img {
    height: 60px; }

body.mobiled .mob-padding {
  padding-left: 20px;
  padding-right: 20px; }
  body.mobiled .mob-padding .catalog__products {
    margin-left: -20px;
    margin-right: -20px; }
    body.mobiled .mob-padding .catalog__products.no-margin {
      margin-left: 0;
      margin-right: 0; }

body.mobiled .owl-nav {
  display: none; }

body.mobiled .header__logo {
  width: 130px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px; }
  body.mobiled .header__logo svg {
    width: 130px !important;
    height: 25px !important; }

body.mobiled .header__burger {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  margin-left: 20px; }
  body.mobiled .header__burger__input {
    display: none; }
  body.mobiled .header__burger__label {
    position: relative;
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: transparent; }
  body.mobiled .header__burger__label:before,
  body.mobiled .header__burger__input:checked + body.mobiled .header__burger__label:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 26px;
    height: 3px;
    background: #00b453; }
  body.mobiled .header__burger__label:before {
    -webkit-animation: animationOneReverse 1s ease forwards;
    animation: animationOneReverse 1s ease forwards; }
  body.mobiled .header__burger__input:checked + body.mobiled .header__burger__label:before {
    -webkit-animation: animationOne 1s ease forwards;
    animation: animationOne 1s ease forwards; }
  body.mobiled .header__burger__label:after,
  body.mobiled .header__burger__input:checked + body.mobiled .header__burger__label:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 26px;
    height: 3px;
    background: #00b453; }
  body.mobiled .header__burger__label:after {
    -webkit-animation: animationTwoReverse 1s ease forwards;
    animation: animationTwoReverse 1s ease forwards; }
  body.mobiled .header__burger__input:checked + body.mobiled .header__burger__label:after {
    -webkit-animation: animationTwo 1s ease forwards;
    animation: animationTwo 1s ease forwards; }
  body.mobiled .header__burger__label .burger:before {
    content: '';
    position: absolute;
    top: 4px;
    width: 26px;
    height: 3px;
    background: #00b453;
    -webkit-animation: animationBurgerTopReverse 1s ease forwards;
    animation: animationBurgerTopReverse 1s ease forwards; }
  body.mobiled .header__burger__input:checked + body.mobiled .header__burger__label .burger:before {
    -webkit-animation: animationBurgerTop 1s ease forwards;
    animation: animationBurgerTop 1s ease forwards; }
  body.mobiled .header__burger__label .burger:after {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 26px;
    height: 3px;
    background: #00b453;
    -webkit-animation: animationBurgerBottomReverse 1s ease forwards;
    animation: animationBurgerBottomReverse 1s ease forwards; }
  body.mobiled .header__burger__input:checked + body.mobiled .header__burger__label .burger:after {
    -webkit-animation: animationBurgerBottom 1s ease forwards;
    animation: animationBurgerBottom 1s ease forwards; }

body.mobiled .header__city {
  padding-left: 15px;
  margin-right: auto;
  height: auto;
  line-height: 1.2; }
  body.mobiled .header__city .result {
    border: none; }
    body.mobiled .header__city .result .icon {
      margin-top: -3px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px;
      font-size: 22px;
      line-height: 1;
      width: auto;
      height: auto;
      background-color: transparent !important;
      color: #b19a7b;
      margin-right: 4px; }
    body.mobiled .header__city .result .name {
      padding: 0;
      font-size: 9px;
      color: #8b8b8b;
      border-bottom: 1px dashed;
      white-space: normal; }
      body.mobiled .header__city .result .name strong {
        color: #8b8b8b; }

body.mobiled .breadcrumbs {
  font-size: 11px; }

body.mobiled .tabs__header {
  padding-left: 20px;
  padding-right: 20px; }
  body.mobiled .tabs__header__link {
    height: 40px; }

body.mobiled .catalog__header {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  body.mobiled .catalog__header__tabs {
    margin: 0; }
  body.mobiled .catalog__header__qlinks {
    padding: 0; }
    body.mobiled .catalog__header__qlinks::after, body.mobiled .catalog__header__qlinks::before {
      z-index: 2;
      content: '';
      position: absolute;
      top: 0;
      bottom: 5px;
      width: 20px; }
    body.mobiled .catalog__header__qlinks::before {
      left: -5px; }
    body.mobiled .catalog__header__qlinks::after {
      right: -2px;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    body.mobiled .catalog__header__qlinks .owl-prev,
    body.mobiled .catalog__header__qlinks .owl-next {
      display: none; }
    body.mobiled .catalog__header__qlinks .qlinks-swiper-scrollbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 4px;
      margin: 10px 0 4px; }
      body.mobiled .catalog__header__qlinks .qlinks-swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #d2c7b5;
        border-radius: 0; }
    body.mobiled .catalog__header__qlinks .owl-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.mobiled .catalog__header__qlinks .owl-dots .owl-dot {
        height: 4px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        background-color: #FFFFFF;
        -webkit-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        body.mobiled .catalog__header__qlinks .owl-dots .owl-dot.active {
          background-color: #d2c7b5; }
  body.mobiled .catalog__header__moblinks {
    border-top: 1px solid #ebebed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px -20px -20px;
    background-color: #f6f6f6;
    padding: 20px 15px;
    font-size: 14px; }
    body.mobiled .catalog__header__moblinks .divider {
      border-left: 1px solid #ebebed;
      margin: -20px 10px;
      height: 60px; }
  body.mobiled .catalog__header__moblink {
    color: #434343;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center; }
    body.mobiled .catalog__header__moblink .icon {
      font-size: 16px;
      margin-left: 15px;
      line-height: 1; }
    body.mobiled .catalog__header__moblink.active .icon {
      color: #00b453; }

body.mobiled .catalog__product {
  width: 50%;
  margin-bottom: 0;
  padding: 7px 15px 40px; }
  @media only screen and (min-width: 600px) {
    body.mobiled .catalog__product {
      width: calc(100%/3); } }
  @media only screen and (min-width: 768px) {
    body.mobiled .catalog__product {
      width: 256px; } }
  body.mobiled .catalog__product.is-tall {
    width: 200px;
    padding: 15px 15px 20px; }
  body.mobiled .catalog__product.is-horizontal {
    width: 280px;
    height: auto;
    padding: 10px;
    margin-bottom: 20px; }
    body.mobiled .catalog__product.is-horizontal .imgs {
      line-height: 0px; /* i77 */
      width: 90px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      max-height: 90px;
      margin-right: 10px;
      margin-bottom: 0; }
    body.mobiled .catalog__product.is-horizontal .price .old {
      font-size: 11px; }
  body.mobiled .catalog__product .add-fav {
    opacity: 1;
    font-size: 15px;
    z-index: 2; }
  body.mobiled .catalog__product .imgs {
    line-height: 130px; /* i77 */
    margin: 0 auto 20px;
    width: 100%;
    max-height: 130px; }
    body.mobiled .catalog__product .imgs .owl-item {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    body.mobiled .catalog__product .imgs .owl-dots {
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      visibility: visible; }
    body.mobiled .catalog__product .imgs .swiper-pagination-bullet,
    body.mobiled .catalog__product .imgs .owl-dot {
      display: block;
      width: 3px;
      height: 3px;
      background-color: #d2c7b5;
      margin: 0 3px; }
      body.mobiled .catalog__product .imgs .swiper-pagination-bullet-active, body.mobiled .catalog__product .imgs .swiper-pagination-bullet.active,
      body.mobiled .catalog__product .imgs .owl-dot-active,
      body.mobiled .catalog__product .imgs .owl-dot.active {
        background-color: #f5a33f; }
    body.mobiled .catalog__product .imgs .owl-prev,
    body.mobiled .catalog__product .imgs .owl-next {
      display: none; }
    body.mobiled .catalog__product .imgs__img {
      max-height: 130px;
    }
    body.mobiled .catalog__product.is-horizontal .imgs__img {
      max-height: 100%; /* i77 */
    }
  body.mobiled .catalog__product .ttl {
    display: inline-block;
    font-size: 11px;
    line-height: 1.1; }
  body.mobiled .catalog__product .price {
    font-size: 13px;
    font-weight: 700; }
    body.mobiled .catalog__product .price .old {
      display: block;
      font-weight: 400; }
    body.mobiled .catalog__product .price .plahi {
      position: relative;
      left: 0;
      top: 0;
      width: auto;
      display: inline-block;
      font-weight: 400; }
      body.mobiled .catalog__product .price .plahi .plaha {
        padding-left: 3px;
        padding-right: 3px;
        height: 14px; }
  body.mobiled .catalog__product .info {
    display: none; }
  body.mobiled .catalog__product .addons {
    /* display: block !important; */
    left: 20px;
    right: 20px;
    bottom: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    z-index: 1; }
    body.mobiled .catalog__product .addons .offers, body.mobiled .catalog__product .addons::before {
      display: none; }
    body.mobiled .catalog__product .addons .btn {
      margin: 0;
      font-weight: 400;
      padding: 8px 12px; }

body.mobiled .catalog__sellers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -10px; }
  @media only screen and (max-width: 650px) {
    body.mobiled .catalog__sellers {
      margin-left: 0; } }

body.mobiled .catalog__seller {
  margin-bottom: 45px;
  -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  max-width: 48%;
  margin-left: 10px; }
  @media only screen and (max-width: 650px) {
    body.mobiled .catalog__seller {
      width: 330px;
      max-width: 100%;
      margin-left: 0; } }
  body.mobiled .catalog__seller__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.mobiled .catalog__seller .content {
    padding: 5px 5px 20px; }
    body.mobiled .catalog__seller .content .title {
      margin-top: 8px; }
    body.mobiled .catalog__seller .content__terms {
      max-width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none; }
      body.mobiled .catalog__seller .content__terms .js-terms-inner {
        border-top: 1px solid #FFFFFF; }
  body.mobiled .catalog__seller .company__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-top: 0;
    margin-right: 10px; }
  body.mobiled .catalog__seller .company__contacts {
    background-color: #FFFFFF;
    border: none;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    margin-bottom: 0; }
    body.mobiled .catalog__seller .company__contacts .ttl {
      margin-right: 0; }
    body.mobiled .catalog__seller .company__contacts .phones.type-hidden .js-overhide {
      width: 48px; }
    body.mobiled .catalog__seller .company__contacts .phones.type-hidden .js-overhide-show {
      margin-bottom: 5px;
      font-size: 0;
      margin-left: 3px; }
      body.mobiled .catalog__seller .company__contacts .phones.type-hidden .js-overhide-show .str {
        font-size: 11px; }
    body.mobiled .catalog__seller .company__contacts .phones.type-hidden .phone {
      margin-bottom: 5px; }
    body.mobiled .catalog__seller .company__contacts .phones.type-hidden .phone-label {
      white-space: normal;
      font-size: 12px; }
    body.mobiled .catalog__seller .company__contacts .phones.type-hidden.active .js-overhide .phone-label {
      display: inline-block;
      line-height: 1.2;
      padding: 5px 9px; }
    body.mobiled .catalog__seller .company__contacts .site {
      margin-bottom: 20px; }
    body.mobiled .catalog__seller .company__contacts .btn {
      margin-right: 0;
      margin-top: auto;
      width: 150px; }
  body.mobiled .catalog__seller .company__data {
    background-color: #f6f6f6;
    padding: 20px 10px; }
    body.mobiled .catalog__seller .company__data .zamanuha {
      font-size: 13px;
      margin-bottom: 15px; }
    body.mobiled .catalog__seller .company__data .info {
      height: 50px; }
    body.mobiled .catalog__seller .company__data .is-warning.is-outlined {
      background-color: #FFFFFF !important;
      border-color: #f5a33f;
      color: #434343; }
      body.mobiled .catalog__seller .company__data .is-warning.is-outlined .icon-gross-pencil {
        color: #f5a33f;
        margin-right: 15px; }
  body.mobiled .catalog__seller .plahi {
    margin: 10px 0 10px 4px; }
    body.mobiled .catalog__seller .plahi .plaha {
      width: auto;
      padding: 0 6px; }
  body.mobiled .catalog__seller .rating {
    font-size: 12px;
    color: #8b8b8b;
    margin-left: 4px; }
    body.mobiled .catalog__seller .rating .icon-star {
      display: inline-block;
      margin-right: 4px;
      height: 12px;
      color: #f5a33f; }
      body.mobiled .catalog__seller .rating .icon-star::before {
        vertical-align: baseline; }
    body.mobiled .catalog__seller .rating strong {
      color: #f5a33f; }

@media only screen and (min-width: 600px) {
  body.mobiled .catalog__unstyled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

body.mobiled .catalog__unstyled__block {
  margin-bottom: 40px; }
  @media only screen and (min-width: 600px) {
    body.mobiled .catalog__unstyled__block {
      width: 50%;
      padding-right: 15px; } }
  body.mobiled .catalog__unstyled__block .img {
    width: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px; }
  body.mobiled .catalog__unstyled__block .ttl {
    font-size: 18px;
    margin-bottom: 10px; }
  body.mobiled .catalog__unstyled__block .list {
    font-size: 16px; }
    body.mobiled .catalog__unstyled__block .list li {
      margin-bottom: 7px; }

body.mobiled .article {
  margin-top: -30px;
  font-size: 14px;
  line-height: 1.5; }
  body.mobiled .article__container {
    padding: 30px 20px; }
  body.mobiled .article__intro {
    font-size: 107%; }
  body.mobiled .article h2 {
    font-size: 135%; }
  body.mobiled .article big {
    font-size: 135%; }
  body.mobiled .article h3 {
    font-size: 120%; }
  body.mobiled .article h4 {
    font-size: 107%; }
  body.mobiled .article blockquote {
    font-size: 128%; }
  body.mobiled .article ol {
    padding-left: 25px; }
    body.mobiled .article ol li::before {
      width: 18px;
      height: 16px;
      font-size: 10px;
      background-size: cover;
      padding: 3px 0 0 5px; }
  body.mobiled .article ul {
    padding-left: 25px; }

body.mobiled .comments__el.is-reply {
  margin-left: 20px;
  margin-bottom: 40px; }

body.mobiled .comments__header.is-styled {
  background-color: #f5a33f;
  border-radius: 3px;
  color: #FFFFFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 10px; }
  body.mobiled .comments__header.is-styled .icon {
    color: #FFFFFF; }
  body.mobiled .comments__header.is-styled .ttl {
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: uppercase; }

body.mobiled .star-rating-input {
  overflow: hidden; }
  body.mobiled .star-rating-input .stars {
    margin-right: 0; }
  body.mobiled .star-rating-input .discr {
    font-size: 13px; }

body.mobiled .product {
  margin-bottom: 0;
  position: relative;
  z-index: 2; }
  body.mobiled .product__data {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 600px) {
      body.mobiled .product__data {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  body.mobiled .product_col {
    width: 100%; }
    @media only screen and (min-width: 600px) {
      body.mobiled .product_col {
        width: auto; } }
  body.mobiled .product__gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 600px) {
      body.mobiled .product__gallery {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
        width: 320px;
        margin-right: 20px; } }
  body.mobiled .product__image {
    max-width: 100%;
    height: 170px; }
  body.mobiled .product__thumbs {
    padding-left: 0;
    padding-right: 0;
    width: 340px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    body.mobiled .product__thumbs::after, body.mobiled .product__thumbs::before {
      z-index: 2;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 20px; }
    body.mobiled .product__thumbs::before {
      left: -5px; }
    body.mobiled .product__thumbs::after {
      right: -2px;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    body.mobiled .product__thumbs .owl-next,
    body.mobiled .product__thumbs .owl-prev {
      display: none; }
  body.mobiled .product__content .price {
    font-size: 20px;
    margin: 0 0 30px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.mobiled .product__content .price .old {
      font-size: 14px;
      font-weight: 400;
      margin: 0 8px; }
    body.mobiled .product__content .price .plahi .plaha {
      padding: 0 3px;
      width: auto; }
  body.mobiled .product__content .info {
    font-size: 11px; }
  body.mobiled .product__content .plahi {
    margin-bottom: 0; }
  body.mobiled .product__content .offers {
    margin-bottom: 30px; }
    @media only screen and (min-width: 600px) {
      body.mobiled .product__content .offers .btn {
        width: auto; } }
  body.mobiled .product__content-mob {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px; }
    body.mobiled .product__content-mob .btn-bg {
      left: 15px; }

body.mobiled .subcats__el {
  width: 50%;
  height: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media only screen and (min-width: 500px) {
    body.mobiled .subcats__el {
      width: calc(100%/3); } }
  @media only screen and (min-width: 768px) {
    body.mobiled .subcats__el {
      width: calc(100%/4); } }
  body.mobiled .subcats__el .label {
    top: 70px;
    left: 20px;
    bottom: auto; }
  body.mobiled .subcats__el .img {
    margin: 0 0 12px; }

body.mobiled .plahi .plaha {
  width: 64px;
  margin-bottom: 2px; }

body.mobiled .bside {
  max-width: 280px;
  margin: 0 auto; }
  @media only screen and (min-width: 600px) {
    body.mobiled .bside {
      max-width: 100%;
      -webkit-columns: 280px auto;
      columns: 280px auto;
      -webkit-column-gap: 20px;
      column-gap: 20px;
      text-align: center; }
      body.mobiled .bside .aside__block {
        display: inline-block;
        width: 280px;
        text-align: left; }
        body.mobiled .bside .aside__block.is-card .ttl {
          top: 0; } }

body.mobiled .btn-bg {
  padding-top: 25px; }

body.mobiled .seo-text {
  padding: 20px; }
body.mobiled .help-text {
  padding: 20px; }

body.mobiled .warning-block.sellers-offer .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  padding: 20px 15px; }

body.mobiled .warning-block.sellers-offer .btn {
  margin-top: 25px;
  width: 220px; }

body.mobiled .utags {
  font-size: 12px; }
  body.mobiled .utags.js-utags {
    max-height: 140px; }
  body.mobiled .utags.active {
    max-height: 2000px; }
  body.mobiled .utags__link.is-skew {
    margin-right: 100%; }

body.mobiled .footer {
  margin-top: 60px; }
  body.mobiled .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px 30px; }
  body.mobiled .footer__logo {
    width: 130px;
    margin-bottom: 20px; }
  body.mobiled .footer__contacts {
    margin-bottom: 30px; }
    body.mobiled .footer__contacts .a {
      font-size: 14px; }
    body.mobiled .footer__contacts .b {
      font-size: 16px; }
      body.mobiled .footer__contacts .b:last-child {
        margin-bottom: 0; }
  body.mobiled .footer__copy {
    margin-bottom: 25px; }
  body.mobiled .footer .big-back-link {
    text-align: left; }
    body.mobiled .footer .big-back-link .icon-arrow {
      margin-right: 17px; }
  body.mobiled .footer .js-textblock .btn-bg {
    bottom: 0;
    left: 0; }

body.mobiled .fancybox-close-small {
  top: 0;
  right: 0;
  height: 56px;
  width: 56px;
  padding: 0; }

body.mobiled .fancybox-active {
  overflow: hidden; }

body.mobiled .modal {
  width: 280px;
  padding: 20px 15px;
  font-size: 13px; }
  body.mobiled .modal__ttl {
    font-size: 16px;
    margin-bottom: 25px; }
  body.mobiled .modal__phones {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2; }
    body.mobiled .modal__phones .phone {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 7px; }
      body.mobiled .modal__phones .phone .sic {
        font-size: 9px;
        margin-left: 5px; }
    body.mobiled .modal__phones .phone-label {
      position: relative;
      background: #2a8752;
      color: #FFFFFF;
      border-radius: 3px;
      font-size: 13px;
      font-weight: 600;
      font-style: italic;
      padding: 0 10px;
      line-height: 1.2;
      margin-top: 15px;
      margin-bottom: 5px;
      display: inline-block;
      padding: 5px 10px; }
      body.mobiled .modal__phones .phone-label::after {
        bottom: 100%;
        left: 9px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #2a8752;
        border-width: 9px; }
  body.mobiled .modal__footer {
    margin: 20px -15px -20px; }
  body.mobiled .modal .ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px; }
  body.mobiled .modal .label {
    margin-bottom: 5px; }
  body.mobiled .modal .form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f6f6f6;
    margin: 15px -15px -20px;
    padding: 15px;
    font-size: 14px; }

body.mobiled .form .d-flex {
  width: 100%; }
  body.mobiled .form .d-flex .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
    body.mobiled .form .d-flex .form-group input, body.mobiled .form .d-flex .form-group select, body.mobiled .form .d-flex .form-group textarea {
      width: 100%; }
    body.mobiled .form .d-flex .form-group + .form-group {
      margin-left: 10px; }

body.mobiled .news__el {
  margin-bottom: 35px; }
  body.mobiled .news__el.fullwidth {
    display: block;
    padding: 20px;
    min-height: 260px; }
    body.mobiled .news__el.fullwidth .text {
      left: 20px;
      bottom: 20px; }
    body.mobiled .news__el.fullwidth .title {
      font-size: 20px;
      line-height: 1.3; }
    body.mobiled .news__el.fullwidth .data {
      margin-bottom: 5px; }
    body.mobiled .news__el.fullwidth .date {
      font-size: 12px; }
  body.mobiled .news__el .date {
    font-size: 12px; }
  body.mobiled .news__el .plahi .plaha {
    font-size: 11px;
    width: auto;
    line-height: 20px;
    height: 20px; }

body.mobiled .price-slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.mobiled .price-slider__input {
    width: 115px; }
  body.mobiled .price-slider__slide {
    width: 100%;
    margin: 20px 0 5px; }

body.mobiled .sorter {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px; }
  body.mobiled .sorter__link {
    color: #434343;
    position: relative;
    margin-bottom: 25px;
    padding-left: 28px; }
    body.mobiled .sorter__link:last-child {
      margin-bottom: 5px; }
    body.mobiled .sorter__link.active::before {
      border-color: #00b453; }
    body.mobiled .sorter__link.active::after {
      background-color: #00b453; }
    body.mobiled .sorter__link::before, body.mobiled .sorter__link::after {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 15px;
      height: 15px;
      border: 1px solid #d2c7b5;
      z-index: 2;
      border-radius: 2px; }
    body.mobiled .sorter__link::after {
      z-index: 1;
      border: 4px solid #FFFFFF;
      background-color: #b19a7b; }

body.mobiled .company {
  margin-top: -30px; }
  body.mobiled .company .type-tooltip {
    display: none; }
  body.mobiled .company .ttl {
    line-height: 1.5; }
  body.mobiled .company__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-top: 7px; }
  body.mobiled .company__contacts {
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f6f6; }
    @media only screen and (min-width: 600px) {
      body.mobiled .company__contacts {
        border-bottom: 0;
        border-right: 1px solid #f6f6f6;
        padding-right: 10px;
        margin-right: 10px;
        padding-bottom: 0; } }
    body.mobiled .company__contacts::after {
      display: none; }
    body.mobiled .company__contacts .address {
      font-size: 15px; }
    body.mobiled .company__contacts .phones .phone-label {
      font-size: 13px;
      line-height: 21px; }
    body.mobiled .company__contacts .site {
      margin-top: 10px;
      margin-bottom: 0; }
  body.mobiled .company__data .info {
    font-size: 12px;
    color: #8b8b8b;
    line-height: 1.4; }
  body.mobiled .company__data .zamanuha {
    margin-bottom: 0; }
  body.mobiled .company__data .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.mobiled .company__data .btn-group .btn {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      body.mobiled .company__data .btn-group .btn + .btn {
        margin-left: 10px; }
  body.mobiled .company .plahi .plaha {
    width: auto; }
  @media only screen and (min-width: 600px) {
    body.mobiled .company__col {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  body.mobiled .company__stores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    body.mobiled .company__stores .btn {
      font-size: 12px; }
    body.mobiled .company__stores__list {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin-right: 0; }
      body.mobiled .company__stores__list .store {
        margin-bottom: 27px; }
        body.mobiled .company__stores__list .store__ttl {
          margin-bottom: 10px; }
      body.mobiled .company__stores__list .js-show-stores {
        padding-left: 5px;
        padding-right: 25px;
        font-size: 11px; }
        body.mobiled .company__stores__list .js-show-stores .icon-arrow {
          right: 10px;
          font-size: 12px; }
      body.mobiled .company__stores__list .store__phones .phones .phone {
        font-size: 16px; }
  body.mobiled .company__delivery .ttl {
    font-size: 12px; }

  body.mobiled .company__offer:before {
    display: block;
    content: "";
    height: 70px;
    margin: -70px 0 0;
  }

  body.mobiled .company__offer.with-catalog {
    margin-bottom: 20px; }
  body.mobiled .company__offer .block-title {
    font-size: 14px;
    margin-bottom: 15px; }
  body.mobiled .company__actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 10; }
    body.mobiled .company__actions .btn-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.mobiled .company__actions .btn-group .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
        body.mobiled .company__actions .btn-group .btn + .btn {
          margin-left: 10px; }

body.mobiled .store__address {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.1; }

body.mobiled .store__times {
  margin-top: 10px; }

body.mobiled .products-slider {
  padding: 0; }
  body.mobiled .products-slider .js-products-slider {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px; }

body.mobiled .home__intro {
  height: auto; }
  body.mobiled .home__intro .container {
    height: auto;
    padding: 20px; }
  body.mobiled .home__intro__mid {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    font-size: 12px;
    line-height: 1.5; }
    body.mobiled .home__intro__mid .ttl {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.2; }
      body.mobiled .home__intro__mid .ttl .icon {
        font-size: 30px;
        font-weight: 400; }
  body.mobiled .home__intro__left {
    position: relative;
    left: 0;
    top: 0;
    padding: 20px;
    width: 100%;
    font-size: 12px; }
    body.mobiled .home__intro__left .ttl {
      font-size: 16px;
      margin-bottom: 20px; }
    body.mobiled .home__intro__left .hil_el {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 15px;
      line-height: 1.5; }
      body.mobiled .home__intro__left .hil_el .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        font-size: 24px;
        line-height: 1; }

body.mobiled .home__categories {
  margin-top: 0; }
  body.mobiled .home__categories__header {
    height: 45px; }
  body.mobiled .home__categories__el {
    width: 50%;
    height: 125px;
    padding: 20px; }
    @media only screen and (min-width: 600px) {
      body.mobiled .home__categories__el {
        width: calc(100%/3); } }
    body.mobiled .home__categories__el .text .fz-5 {
      font-size: 14px; }
    body.mobiled .home__categories__el .text .styled {
      font-size: 12px;
      margin-top: 5px; }
    body.mobiled .home__categories__el .img {
      max-height: 53px; }

body.mobiled .home__catalog__block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px; }

body.mobiled .home__catalog .ttl .icon {
  font-size: 30px;
  margin-right: 20px; }

body.mobiled .home__catalog .ttl .str {
  font-size: 15px; }

body.mobiled .home__catalog .utags {
  font-size: 11px;
  margin-right: -10px; }
  body.mobiled .home__catalog .utags .utags__link.js-all-utags {
    color: #b19a7b; }

body.mobiled .home__sales__header {
  height: 45px; }

body.mobiled .home__sales__slider .home__slide {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

body.mobiled input, body.mobiled select, body.mobiled textarea {
  height: 40px;
  line-height: 40px;
  border-radius: 3px; }
  body.mobiled input.is-xl, body.mobiled select.is-xl, body.mobiled textarea.is-xl {
    height: 40px;
    line-height: 40px; }

body.mobiled textarea {
  height: auto;
  line-height: 1.2; }

body.mobiled .btn {
  font-size: 14px;
  padding: 12px; }

body.mobiled .filter-mob-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  width: 46px;
  height: 46px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #00b453;
  color: #FFFFFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  display: none; }
  body.mobiled .filter-mob-icon .icon-settings {
    font-size: 24px;
    line-height: 0.9; }
  body.mobiled .filter-mob-icon.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  body.mobiled .filter-mob-icon.active::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #f5a33f;
    position: absolute;
    top: 7px;
    left: 1px; }

body.mobiled .pagination {
  margin-top: 30px;
  margin-bottom: 40px; }

body.mobiled .banner {
  text-align: center !important; }

body.mobiled .product {
  margin-top: -30px;
  padding-top: 30px; }
  body.mobiled .product__title-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    body.mobiled .product__title-mob .add-fav {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px;
      margin-left: 15px;
      position: relative;
      right: 0;
      top: 0;
      font-size: 20px; }
    body.mobiled .product__title-mob .title {
      line-height: 1.4; }

body.mobiled .noty__img {
  margin-right: 10px; }

body.mobiled .noty__text {
  font-size: 12px; }
  body.mobiled .noty__text .js-noty-title {
    font-size: 14px; }

body.mobiled .menue {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(67, 67, 67, 0.5);
  z-index: 1000;
  display: none; }
  body.mobiled .menue.active {
    display: block; }
    body.mobiled .menue.active .menue__container {
      -webkit-animation: menueIn 0.5s ease forwards;
      animation: menueIn 0.5s ease forwards; }
  body.mobiled .menue__close {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background-color: #2a8752;
    color: #FFFFFF;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1; }
    body.mobiled .menue__close .icon-close {
      margin-top: -3px; }
  body.mobiled .menue__scroller {
    position: fixed;
    left: 0;
    top: 0;
    max-height: 100vh;
    width: 100%;
    overflow-y: scroll;
    background-color: #FFFFFF; }
  body.mobiled .menue__container {
    margin-right: 40px;
    -webkit-box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    box-shadow: 0 0 6px rgba(67, 67, 67, 0.2);
    font-size: 12px; }
    body.mobiled .menue__container.level_0 .menue__back {
      display: none; }
    body.mobiled .menue__container.level_0 .menue__nav1,
    body.mobiled .menue__container.level_0 .menue__nav2 {
      display: none; }
    body.mobiled .menue__container.level_1 .menue__title, body.mobiled .menue__container.level_2 .menue__title, body.mobiled .menue__container.level_3 .menue__title {
      display: none; }
    body.mobiled .menue__container.level_1 .menue__nav0 > li > .menue__link:not(.active), body.mobiled .menue__container.level_2 .menue__nav0 > li > .menue__link:not(.active), body.mobiled .menue__container.level_3 .menue__nav0 > li > .menue__link:not(.active) {
      display: none; }
  body.mobiled .menue__fav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00b453;
    color: #FFFFFF;
    height: 40px;
    padding: 0 20px;
    font-size: 13px; }
    body.mobiled .menue__fav.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    body.mobiled .menue__fav .icon {
      font-size: 22px;
      line-height: 1;
      margin-top: -3px; }
    body.mobiled .menue__fav .counter {
      position: relative;
      width: 18px;
      height: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #f5a33f;
      color: #FFFFFF;
      font-size: 10px;
      border-radius: 100%;
      z-index: 1;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-right: 5px; }
    body.mobiled .menue__fav .str {
      border-bottom: 1px solid;
      font-size: 13px;
      font-weight: 600; }
  body.mobiled .menue__title, body.mobiled .menue__back {
    height: 48px;
    padding: 0 20px;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #00b453;
    text-transform: uppercase; }
    body.mobiled .menue__title .icon, body.mobiled .menue__back .icon {
      display: block;
      position: relative;
      -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
      transform: scale(-1);
      margin-right: 10px;
      font-size: 17px;
      line-height: 1; }
  body.mobiled .menue__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f6f6f6;
    padding: 30px 20px;
    line-height: 1;
    border-top: 1px solid #f3f0e9; }
    body.mobiled .menue__phone .phone {
      font-size: 20px;
      color: #434343;
      margin-bottom: 6px; }
    body.mobiled .menue__phone .small {
      font-size: 13px;
      color: #8b8b8b; }
  body.mobiled .menue__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 700; }
    body.mobiled .menue__nav .menue__link {
      text-transform: none;
      font-size: 13px; }
      body.mobiled .menue__nav .menue__link::after {
        display: none; }
  body.mobiled .menue__nav0 {
    margin: 0;
    padding: 0;
    list-style: none; }
    body.mobiled .menue__nav0 > li > .menue__link.active {
      background-color: #434343;
      color: #FFFFFF;
      font-weight: 700; }
      body.mobiled .menue__nav0 > li > .menue__link.active::after {
        display: none; }
  body.mobiled .menue__nav1 {
    margin: 0;
    padding: 0;
    list-style: none; }
    body.mobiled .menue__nav1 > li > .active {
      font-weight: 700; }
      body.mobiled .menue__nav1 > li > .active::after {
        display: none; }
  body.mobiled .menue__nav2 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px; }
  body.mobiled .menue__link {
    position: relative;
    display: block;
    padding: 0 40px 0 20px;
    height: 48px;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #434343;
    border-top: 1px solid #f3f0e9;
    background-color: #FFFFFF; }
    body.mobiled .menue__link.hidden {
      display: none; }
    body.mobiled .menue__link .icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
      flex: 0 0 16px;
      line-height: 0.9;
      font-size: 16px;
      color: #00b453;
      text-transform: none;
      margin-right: 10px; }
    body.mobiled .menue__link::after {
      content: '\0043';
      font-family: 'domodel';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      color: #d2c7b5;
      font-size: 13px;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -7px; }
  body.mobiled .menue__sublink {
    display: block;
    padding: 0 20px 0 40px;
    height: 48px;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #434343;
    border-top: 1px solid #f3f0e9;
    background-color: #f6f6f6; }
    body.mobiled .menue__sublink.active {
      position: relative;
      font-weight: 700;
      color: #00b453; }
      body.mobiled .menue__sublink.active::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border-left: 4px solid #00b453; }
  body.mobiled .menue__collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    color: #d2c7b5;
    border-top: 1px solid #f3f0e9; }

body.mobiled .phones.type-hidden .js-overhide a {
  color: #434343; }

body.mobiled .phones.type-hidden.active .js-overhide a {
  color: #1860aa; }

body.mobiled .news {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

body.mobiled .catalog__product.is-empty {
  height: 0;
  width: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none; }

.p0 p {margin: 0;}

.admin_links, .admin_links:hover, .admin_links:visited {
  color: #ae1dd2;
}

.current_item {color: #000;}

.cat_view_2_price {
  color: #00b453;
  font-weight: 600;
  font-size: 15px;
}

.filter_empty {
  margin: 0 20px;
}

.field {
  margin-bottom: 15px;
}
.field [type="checkbox"] {
  height: 17px;
}
.actions {
  padding: 10px 0;
}
#ad_images {
    padding-left: 5px;
    border-left: 1px solid #ccc;
}
.code_input {
    font-size: 15px;
    margin-bottom: 10px;
}

.photo_delete {
  padding:5px;
  margin:5px 3px;
  border: 1px solid #ffce80;
  font-size: 11px;
  line-height: 14px;
  color: #444;
  width: 110px;
  display: inline-block; 
  vertical-align: top; 
}



.header {
  position: sticky;
  top: 0;
  min-height: 2em;
}

.brand_form {
  padding-left: 40px;
}
.category_form {
  font-size: 15px;
  line-height: 25px;
}


#offers:before {
  display: block;
  content: "";
  height: 170px;
  margin: -170px 0 0;
}
  body.mobiled #offers:before {
    display: block;
    content: "";
    height: 70px;
    margin: -70px 0 0;
  }

.field_with_errors {border: 1px solid red;}

.linkwrap { position:relative; display:inline-block; }
.blocker { position:absolute; height:100%; width:100%; z-index:1; }
.linkwrap iframe { z-index: 2; }

#error_explanation {
  color: #aa0000;
  border: 1px solid red;
  margin-bottom: 30px;
  padding: 5px;
}

input.search_input {
  font-size: 14px;
  height: 30px; 
  border-radius: 3px;
}
body.mobiled input.search_input {
  width: 134px;
}


.line-h1 {
  margin: 0 0 25px;
}
.line-h1 h1 {
  display: inline;
  vertical-align: baseline;
}
.line-h1 .prod-code {
  display: inline;
  margin-left: 14px;
  font-size: 13px; 
  color: #777; 
}

.category_menu_item {
  text-decoration: underline;
}

.cart_company {
  margin: 30px 0 40px;
  padding: 15px;
  position: relative;
  width: 100%; 
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
*/  
  -webkit-box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  box-shadow: 0 0 3px rgba(67, 67, 67, 0.2);
  border: 1px solid #f6f6f6;
  background-color: #FFFFFF;   
}
.cart_company_logo {
  display:inline-block;
  width: 16px;
}
.cart_company_name {
  display:inline-block;
  font-size: 16px;
  vertical-align: top;
  padding-left: 10px;
}
.cart_company_product {
  display: flex;
}
.cart_company_img {
  width: 120px; 
  flex: none;
}
.cart_company_desc {
  padding-left: 25px;
  padding-right: 10px;
  flex: 1;
}
.cart_company_buttons {
  width: 150px;  
  padding-top: 3px;
  display: flex;
}
.cart_company_sum {
  width: 100px;
}
.cart_btn {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 24px;
}
.cart_btn.num {  
  background-color: #fff;
  border-left: 0;
  order-right: 0;
  font-size: 16px;
  padding-top: 6px;
}
.cart_company_code {
  margin: 2px 0;
}
.cart_company_summa {
  font-size: 14px;
}
.cart_company_cart {
  font-size: 18px;
}
.cart_company_cart a {
  color: #84725a;
}
.cart_company_title a {
  color: #333;
  font-size: 150%;
}
.cart_company_title a:hover {
  color: #1860aa;
}
.cart_company_line {
  display: flex;
}
.cart_company_line_1 {
  flex: 1;
}
.cart_company_line_2 {
  font-size: 14px;
  padding-top: 6px;
}
.order_cont hr {
  margin: 3px 0;
  border-bottom: 1px solid #ccc;
}

body.mobiled .cart_company_img {
  width: 50px; 
}
body.mobiled .cart_company_title a {
  font-size: 120%;
}
body.mobiled .cart_company_desc {
  padding-left: 10px;
  padding-right: 5px;
}
body.mobiled .cart_company_buttons {
  width: 120px;  
}
body.mobiled .cart_company_sum {
  width: 90px;
}
.flexbreak {
  flex-basis: 100%;
  height: 0;
}

.checkout {
  margin-bottom: 40px;
  padding: 2px;
  width: 100%;   
  font-size: 14px;
}
.checkout_left {
  display:inline-block;
  padding-right: 25px;
  max-width: 613px;
}
.checkout_right {
  vertical-align: top;
  display:inline-block;
}
.checkout_prod {
  font-size: 14px;
}
