/*=========================================
  _LAYOUT
=========================================*/
/* line 8, base.scss */
html, body {
  color: #1d2e40;
  font: 16px "Circe", sans-serif;
  font-weight: 100;
  height: 100%;
  margin: 0;
  font-size: 100%;
  min-width: 320px; }

/* line 18, base.scss */
body {
  position: relative; }

/* line 22, base.scss */
.hidden {
  display: none; }

/* line 25, base.scss */
.visible {
  display: block; }

/* line 29, base.scss */
.container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1450px; }

/* line 34, base.scss */
.container .container {
  padding-left: 0px;
  padding-right: 0px; }

/* line 38, base.scss */
.row {
  margin-left: 0px;
  margin-right: 0px; }

/* line 43, base.scss */
.row-reverse {
  margin-left: 0px;
  margin-right: 0px; }

/* line 48, base.scss */
.col {
  margin-left: 0px;
  margin-right: 0px; }

/* line 53, base.scss */
.col-reverse {
  margin-left: 0px;
  margin-right: 0px; }

/* line 58, base.scss */
[class*='cell-'] {
  padding-left: 0px;
  padding-right: 0px; }

/* line 63, base.scss */
.row.is-stretch > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

@media (max-width: 1470px) {
  /* line 72, base.scss */
  .container {
    padding-right: 10px;
    padding-left: 10px; } }
/* line 77, base.scss */
.container.with-grid {
  padding-left: 4px;
  padding-right: 4px; }

/* line 81, base.scss */
.row.is-grid,
.row-reverse.is-grid,
.col.is-grid,
.col-reverse.is-grid {
  margin-left: -4px;
  margin-right: -4px; }

/* line 89, base.scss */
.row.is-grid > *,
.row-reverse.is-grid > *,
.col.is-grid > *,
.col-reverse.is-grid > * {
  padding-left: 4px;
  padding-right: 4px; }

/*=========================================
  _TYPOGRAPHY
=========================================*/
/* line 102, base.scss */
h1, h2, h3,
h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1; }

/* line 108, base.scss */
h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em; }

/* line 114, base.scss */
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em; }

/* line 120, base.scss */
h3 {
  font-size: 20px;
  font-weight: 700; }

/* line 125, base.scss */
h4 {
  font-size: 18px; }

/* line 129, base.scss */
h5 {
  font-size: 16px; }

/* line 133, base.scss */
h6 {
  font-size: 14px; }

/* line 137, base.scss */
a {
  color: #19499e;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s;
  outline: 0;
  text-decoration: none; }

/* line 147, base.scss */
a[class] {
  text-decoration: none; }

/* line 150, base.scss */
a:hover {
  color: inherit;
  opacity: 0.8; }

/* line 155, base.scss */
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  color: #50585D; }

/* line 161, base.scss */
p, ul, ol {
  margin: 1em 0; }

/* line 165, base.scss */
ol ol, ul ul,
ul ol, ol ul {
  margin: 0.4em 0; }

/* line 170, base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #efefef;
  margin: 3.2em 0;
  padding: 0; }

/* line 179, base.scss */
blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0 1.6em 0;
  padding: 0 0 0 1.6em;
  border-left: #e6e6e6 0.6em solid; }

/* line 187, base.scss */
blockquote p {
  margin: 0.8em 0;
  font-style: italic; }

/* line 192, base.scss */
blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  color: #ccc; }

/* line 199, base.scss */
blockquote small:before {
  content: '\2014 \00A0'; }

/* line 201, base.scss */
blockquote cite {
  font-weight: bold; }

/* line 205, base.scss */
blockquote cite a {
  font-weight: normal; }

/* line 207, base.scss */
dl {
  margin: 1.6em 0; }

/* line 211, base.scss */
dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em; }

/* line 224, base.scss */
dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

/* line 229, base.scss */
mark {
  background-color: #ffc336; }

/* line 233, base.scss */
code, tt {
  padding: 1px 3px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.85em;
  white-space: pre;
  border: 1px solid #E3EDF3;
  background: #F7FAFB;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 244, base.scss */
pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  border: 1px solid #E3EDF3;
  width: 100%;
  padding: 10px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  background: #F7FAFB;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 260, base.scss */
pre code, tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

/* line 269, base.scss */
kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; }

/* line 289, base.scss */
table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

/* line 298, base.scss */
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #efefef; }

/* line 307, base.scss */
table th {
  color: #000; }

/* line 309, base.scss */
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

/* line 318, base.scss */
table tbody + tbody {
  border-top: 2px solid #efefef; }

/* line 320, base.scss */
table table table {
  background-color: #fff; }

/* line 322, base.scss */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6; }

/* line 328, base.scss */
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }

/* line 333, base.scss */
label {
  cursor: pointer; }

/* line 337, base.scss */
.text-error {
  color: #f65050; }

/*=========================================
  ALERTIFY
=========================================*/
/* line 344, base.scss */
body .alertify-notifier .ajs-message {
  background: #e6e6e6;
  color: #1d2e40; }

/* line 349, base.scss */
body .alertify-notifier .ajs-message.ajs-success {
  background: #009de0;
  color: #fff; }

/* line 353, base.scss */
body .alertify-notifier .ajs-message.ajs-error {
  background: #f65050;
  color: #fff; }

/* line 357, base.scss */
body .alertify-notifier .ajs-message.ajs-warning {
  background: #F2930C;
  color: #fff; }

/*=========================================
  BREADCRUMB
=========================================*/
/** breadcrumb */
/* line 366, base.scss */
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 13px 0; }

/* line 371, base.scss */
.breadcrumb-item {
  display: inline-block;
  vertical-align: baseline; }

/* line 375, base.scss */
.breadcrumb-item:not(:last-child):after {
  content: '>';
  position: relative;
  top: 1px; }

/* line 380, base.scss */
.breadcrumb-wrapper {
  padding-left: 36px;
  background: url(home.svg) left center no-repeat;
  font-size: 14px;
  font-weight: bold; }
  /* line 385, base.scss */
  .breadcrumb-wrapper a {
    color: #1d2e40; }

/*=========================================
  BUTTONS
=========================================*/
/* line 433, base.scss */
[type="button"],
[type="submit"],
[type="reset"],
[type="file"],
button {
  padding: 9px 10px 10px 10px;
  line-height: -webkit-calc(16px + 1px);
  line-height: calc(16px + 1px);
  text-transform: none;
  color: #1d2e40;
  border: 3px solid transparent;
  cursor: pointer; }
  /* line 442, base.scss */
  [type="button"]:focus,
  [type="submit"]:focus,
  [type="reset"]:focus,
  [type="file"]:focus,
  button:focus {
    outline-color: #c1d4f5; }

/* line 447, base.scss */
.bttn {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 9px 10px 10px 10px;
  line-height: -webkit-calc(16px + 1px);
  line-height: calc(16px + 1px);
  text-transform: none; }
  /* line 428, base.scss */
  .bttn:focus {
    outline: none; }

/* line 454, base.scss */
.wrapper.fc .button:active,
button#create_order:active {
  top: 0; }

/* line 459, base.scss */
.bttn-prim,
.m-modal-button--checkout,
.wrapper.fc .button,
button#create_order,
.co-button,
.picker-button,
.wrapper .back_to_shop {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 15px 20px 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #19499e;
  color: #fff;
  border: 3px solid #19499e; }
  /* line 428, base.scss */
  .bttn-prim:focus,
  .m-modal-button--checkout:focus,
  .wrapper.fc .button:focus,
  button#create_order:focus,
  .co-button:focus,
  .picker-button:focus,
  .wrapper .back_to_shop:focus {
    outline: none; }
  /* line 471, base.scss */
  .bttn-prim:hover,
  .m-modal-button--checkout:hover,
  .wrapper.fc .button:hover,
  button#create_order:hover,
  .co-button:hover,
  .picker-button:hover,
  .wrapper .back_to_shop:hover {
    color: #19499e;
    background-color: transparent;
    opacity: 1;
    border: 3px solid inherit; }
  /* line 477, base.scss */
  .bttn-prim:focus,
  .m-modal-button--checkout:focus,
  .wrapper.fc .button:focus,
  button#create_order:focus,
  .co-button:focus,
  .picker-button:focus,
  .wrapper .back_to_shop:focus {
    color: #19499e;
    background-color: inherit;
    border: 3px solid inherit;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 487, base.scss */
.bttn-second,
[href="/client_account/contacts/new"].co-form-button {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 15px 20px 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #009de0;
  color: #fff;
  border: 3px solid #009de0; }
  /* line 428, base.scss */
  .bttn-second:focus,
  [href="/client_account/contacts/new"].co-form-button:focus {
    outline: none; }
  /* line 494, base.scss */
  .bttn-second:hover,
  [href="/client_account/contacts/new"].co-form-button:hover {
    color: #fff;
    background-color: inherit;
    border-color: inherit; }

/* line 500, base.scss */
.bttn-transparent {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 15px 20px 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  border: 3px solid #19499e;
  color: #19499e; }
  /* line 428, base.scss */
  .bttn-transparent:focus {
    outline: none; }
  /* line 506, base.scss */
  .bttn-transparent:hover {
    color: #fff;
    background-color: #19499e; }

/* line 511, base.scss */
.bttn-transparent-second {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 15px 20px 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  border: 3px solid #009de0;
  color: #009de0; }
  /* line 428, base.scss */
  .bttn-transparent-second:focus {
    outline: none; }
  /* line 517, base.scss */
  .bttn-transparent-second:hover {
    color: #fff;
    background-color: #009de0; }

/* line 523, base.scss */
.bttn-fill {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 15px 20px 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background-color: #19499e;
  border: 3px solid #19499e; }
  /* line 428, base.scss */
  .bttn-fill:focus {
    outline: none; }
  /* line 529, base.scss */
  .bttn-fill:hover {
    background-color: transparent;
    color: #19499e; }

/* line 535, base.scss */
.bttn-fill-second {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 15px 20px 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background-color: #009de0;
  border: 3px solid #009de0; }
  /* line 428, base.scss */
  .bttn-fill-second:focus {
    outline: none; }
  /* line 541, base.scss */
  .bttn-fill-second:hover {
    background-color: transparent;
    color: #009de0; }

/* line 547, base.scss */
.bttn-count,
a.bttn-count {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  width: 30px;
  height: 30px;
  line-height: 26px;
  min-height: initial;
  color: #d1d1d1;
  border: 1px solid #e6e6e6;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px; }
  /* line 428, base.scss */
  .bttn-count:focus,
  a.bttn-count:focus {
    outline: none; }
  /* line 566, base.scss */
  .bttn-count:hover,
  a.bttn-count:hover {
    border-color: #19499e;
    background-color: #19499e;
    color: #fff; }

/* line 574, base.scss */
.bttn-favorite {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 23px;
  height: 20px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  -o-transition: transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 492.719 492.719' style='enable-background:new 0 0 492.719 492.719;' xml:space='preserve' width='23px' height='23px'%3E%3Cg%3E%3Cg id='Icons_18_'%3E%3Cpath d='M492.719,166.008c0-73.486-59.573-133.056-133.059-133.056c-47.985,0-89.891,25.484-113.302,63.569 c-23.408-38.085-65.332-63.569-113.316-63.569C59.556,32.952,0,92.522,0,166.008c0,40.009,17.729,75.803,45.671,100.178 l188.545,188.553c3.22,3.22,7.587,5.029,12.142,5.029c4.555,0,8.922-1.809,12.142-5.029l188.545-188.553 C474.988,241.811,492.719,206.017,492.719,166.008z' fill='%23d1d1d0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  /* line 428, base.scss */
  .bttn-favorite:focus {
    outline: none; }
  /* line 590, base.scss */
  .bttn-favorite:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  /* line 595, base.scss */
  .bttn-favorite.is-added {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 492.719 492.719' style='enable-background:new 0 0 492.719 492.719;' xml:space='preserve' width='23px' height='23px'%3E%3Cg%3E%3Cg id='Icons_18_'%3E%3Cpath d='M492.719,166.008c0-73.486-59.573-133.056-133.059-133.056c-47.985,0-89.891,25.484-113.302,63.569 c-23.408-38.085-65.332-63.569-113.316-63.569C59.556,32.952,0,92.522,0,166.008c0,40.009,17.729,75.803,45.671,100.178 l188.545,188.553c3.22,3.22,7.587,5.029,12.142,5.029c4.555,0,8.922-1.809,12.142-5.029l188.545-188.553 C474.988,241.811,492.719,206.017,492.719,166.008z' fill='%23f65050'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 600, base.scss */
.bttn-compares {
  font-size: 14px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  border: 3px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: none;
  background: transparent; }
  /* line 428, base.scss */
  .bttn-compares:focus {
    outline: none; }
  /* line 604, base.scss */
  .bttn-compares.is-icon {
    color: #19499e; }
  /* line 607, base.scss */
  .bttn-compares.is-icon.is-added {
    color: #009de0; }
  /* line 611, base.scss */
  .bttn-compares.is-bg {
    width: 38px;
    height: 38px;
    background-position: 50%;
    -webkit-background-size: 60% 60%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='95.884px' height='95.884px' viewBox='0 0 95.884 95.884' style='enable-background:new 0 0 95.884 95.884;' xml:space='preserve' fill='%23000000'%3E%3Cg%3E%3Cg%3E%3Cpath d='M42.893,33.654h10.098c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2H42.893c-1.104,0-2,0.896-2,2v29.654 C40.893,32.758,41.789,33.654,42.893,33.654z'/%3E%3Cpath d='M52.991,62.23H42.893c-1.104,0-2,0.896-2,2v29.653c0,1.104,0.896,2,2,2h10.098c1.104,0,2-0.896,2-2V64.23 C54.991,63.126,54.095,62.23,52.991,62.23z'/%3E%3Cpath d='M57.373,39.37H38.512c-1.104,0-2,0.896-2,2v13.146c0,1.104,0.896,2,2,2h18.86c1.104,0,2-0.896,2-2V41.37 C59.373,40.265,58.478,39.37,57.373,39.37z'/%3E%3Cpath d='M8.601,13.079H18.7c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2H8.601c-1.104,0-2,0.896-2,2v9.079 C6.601,12.183,7.497,13.079,8.601,13.079z'/%3E%3Cpath d='M18.7,41.655H8.601c-1.104,0-2,0.896-2,2v50.229c0,1.104,0.896,2,2,2H18.7c1.104,0,2-0.896,2-2V43.655 C20.7,42.55,19.804,41.655,18.7,41.655z'/%3E%3Cpath d='M23.081,18.795H4.22c-1.104,0-2,0.896-2,2v13.146c0,1.104,0.896,2,2,2h18.86c1.104,0,2-0.896,2-2V20.795 C25.081,19.69,24.185,18.795,23.081,18.795z'/%3E%3Cpath d='M77.185,23.366h10.098c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2H77.185c-1.104,0-2,0.896-2,2v19.366 C75.185,22.47,76.08,23.366,77.185,23.366z'/%3E%3Cpath d='M87.282,51.943H77.185c-1.104,0-2,0.896-2,2v39.94c0,1.104,0.896,2,2,2h10.098c1.104,0,2-0.896,2-2v-39.94 C89.282,52.838,88.387,51.943,87.282,51.943z'/%3E%3Cpath d='M91.664,29.082h-18.86c-1.104,0-2,0.896-2,2v13.146c0,1.104,0.896,2,2,2h18.86c1.104,0,2-0.896,2-2V31.082 C93.664,29.977,92.769,29.082,91.664,29.082z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  /* line 621, base.scss */
  .bttn-compares.is-bg.is-added {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='95.884px' height='95.884px' viewBox='0 0 95.884 95.884' style='enable-background:new 0 0 95.884 95.884;' xml:space='preserve' fill='%23f65050'%3E%3Cg%3E%3Cg%3E%3Cpath d='M42.893,33.654h10.098c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2H42.893c-1.104,0-2,0.896-2,2v29.654 C40.893,32.758,41.789,33.654,42.893,33.654z'/%3E%3Cpath d='M52.991,62.23H42.893c-1.104,0-2,0.896-2,2v29.653c0,1.104,0.896,2,2,2h10.098c1.104,0,2-0.896,2-2V64.23 C54.991,63.126,54.095,62.23,52.991,62.23z'/%3E%3Cpath d='M57.373,39.37H38.512c-1.104,0-2,0.896-2,2v13.146c0,1.104,0.896,2,2,2h18.86c1.104,0,2-0.896,2-2V41.37 C59.373,40.265,58.478,39.37,57.373,39.37z'/%3E%3Cpath d='M8.601,13.079H18.7c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2H8.601c-1.104,0-2,0.896-2,2v9.079 C6.601,12.183,7.497,13.079,8.601,13.079z'/%3E%3Cpath d='M18.7,41.655H8.601c-1.104,0-2,0.896-2,2v50.229c0,1.104,0.896,2,2,2H18.7c1.104,0,2-0.896,2-2V43.655 C20.7,42.55,19.804,41.655,18.7,41.655z'/%3E%3Cpath d='M23.081,18.795H4.22c-1.104,0-2,0.896-2,2v13.146c0,1.104,0.896,2,2,2h18.86c1.104,0,2-0.896,2-2V20.795 C25.081,19.69,24.185,18.795,23.081,18.795z'/%3E%3Cpath d='M77.185,23.366h10.098c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2H77.185c-1.104,0-2,0.896-2,2v19.366 C75.185,22.47,76.08,23.366,77.185,23.366z'/%3E%3Cpath d='M87.282,51.943H77.185c-1.104,0-2,0.896-2,2v39.94c0,1.104,0.896,2,2,2h10.098c1.104,0,2-0.896,2-2v-39.94 C89.282,52.838,88.387,51.943,87.282,51.943z'/%3E%3Cpath d='M91.664,29.082h-18.86c-1.104,0-2,0.896-2,2v13.146c0,1.104,0.896,2,2,2h18.86c1.104,0,2-0.896,2-2V31.082 C93.664,29.977,92.769,29.082,91.664,29.082z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  /* line 626, base.scss */
  .bttn-compares[data-compares-added].is-added:after {
    content: attr(data-compares-added); }
  /* line 629, base.scss */
  .bttn-compares[data-compares-not-added].not-added:after {
    content: attr(data-compares-not-added); }
  /* line 632, base.scss */
  .bttn-compares svg path {
    fill: #d8d8d8; }

/* line 637, base.scss */
.bttn-burger img {
  width: 30px;
  margin-right: 5px; }

/* line 642, base.scss */
.bttn-burger > * {
  display: inline-block;
  vertical-align: middle; }

/*=========================================
  CARDS
=========================================*/
/* line 650, base.scss */
.cards-row > *,
.products-slider .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

/* line 675, base.scss */
.cards-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 691, base.scss */
.cards-col > * {
  width: 100%; }

/* line 694, base.scss */
.card.cards-col {
  height: 100%; }

/*=========================================
  CHKBX
=========================================*/
/* line 701, base.scss */
.chkbx {
  display: none; }

/* line 704, base.scss */
.chkbx-control {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 719, base.scss */
.chkbx + .chkbx-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("okkk.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: 70% 70%;
  background-size: 70%;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 737, base.scss */
.chkbx:checked + .chkbx-control:after {
  opacity: 1; }

/* line 740, base.scss */
.chkbx:disabled + .chkbx-control {
  opacity: 0.5; }
  /* line 742, base.scss */
  .chkbx:disabled + .chkbx-control:hover {
    cursor: no-drop; }

/* line 746, base.scss */
.chkbx-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px; }

/* line 757, base.scss */
.chkbx-label .chkbx-control {
  left: 5px;
  position: absolute;
  top: 4px; }

/* line 762, base.scss */
.chkbx-inline {
  display: inline-block;
  vertical-align: top; }

/*=========================================
  DROP
=========================================*/
/* line 770, base.scss */
.drop {
  position: relative; }

/* line 773, base.scss */
.drop-target {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(5px);
  transition: transform 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99; }
  /* line 775, base.scss */
  .drop:hover .drop-target {
    overflow: visible;
    max-height: 10000px;
    transform: translateY(0px);
    display: block;
    visibility: visible; }

/*=========================================
  IMAGES
=========================================*/
/* line 784, base.scss */
img {
  max-height: 100%; }

/* line 787, base.scss */
.image-container {
  display: inline-block;
  height: 0;
  width: 100%;
  position: relative;
  vertical-align: top; }
  /* line 793, base.scss */
  .image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%; }
  /* line 804, base.scss */
  .image-container.is-square {
    padding-top: 100%; }
  /* line 808, base.scss */
  .image-container.is-rectangle {
    padding-top: 150%; }
  /* line 812, base.scss */
  .image-container.is-rounded {
    padding-top: 100%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  /* line 819, base.scss */
  .image-container.is-simple {
    padding-top: 75%; }
  /* line 823, base.scss */
  .image-container.is-wide {
    padding-top: 56.25%; }
  /* line 827, base.scss */
  .image-container.is-cover {
    overflow: hidden; }
    /* line 830, base.scss */
    .image-container.is-cover img {
      height: 100%;
      max-width: none;
      max-height: none; }
      @supports (-o-object-fit: cover) or (object-fit: cover) {
        /* line 830, base.scss */
        .image-container.is-cover img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: 0 0;
          object-position: 0 0;
          width: 100%; } }
    /* line 844, base.scss */
    .image-container.is-cover.with-trick {
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center; }
      /* line 850, base.scss */
      .image-container.is-cover.with-trick img {
        display: none; }

/* line 856, base.scss */
.image-flex-center {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  /* line 886, base.scss */
  .image-flex-center img {
    position: static;
    top: initial;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

/*=========================================
  INDEX
=========================================*/
/* line 899, base.scss */
.big-catalog {
  padding: 35px 0;
  background: url(mountains.png) 50% -70% no-repeat, url(bg1.jpg) center top no-repeat #626262; }
  /* line 902, base.scss */
  .big-catalog .heading {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px; }

/* line 911, base.scss */
.features .heading {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 63px; }
/* line 917, base.scss */
.features .img {
  width: 95px;
  height: 95px;
  background: #009de0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 94px;
  display: block;
  margin: 0 auto;
  margin-bottom: 36px; }
  /* line 928, base.scss */
  .features .img img {
    display: inline-block;
    vertical-align: middle; }
/* line 933, base.scss */
.features .title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  display: block;
  text-align: center;
  max-width: 135px;
  margin: 0 auto; }

/* line 945, base.scss */
.image-categories {
  margin-bottom: 12%; }
  /* line 947, base.scss */
  .image-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px -webkit-calc(10% - 4px) 0 -webkit-calc(10% - 4px) !important;
    margin: 10px calc(10% - 4px) 0 calc(10% - 4px) !important;
    margin-top: -30px !important;
    position: relative;
    z-index: 50; }
    /* line 957, base.scss */
    .image-categories ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 8px; }
      /* line 963, base.scss */
      .image-categories ul li a {
        background: #19499e;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 0 13px;
        text-align: center;
        line-height: 1.2;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 66px;
        cursor: pointer;
        color: #ffffff;
        font-size: 18px;
        text-decoration: none;
        font-weight: 400;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s; }
        /* line 994, base.scss */
        .image-categories ul li a:hover, .image-categories ul li a.hovered {
          opacity: 1;
          background: #1d2e40; }

/* line 1004, base.scss */
.image-cat-container img {
  display: block;
  margin: 0 auto; }

/* line 1010, base.scss */
.index-feedback {
  background: url(lines.svg) center center repeat-x #1d2e40;
  color: #fff;
  font-weight: bold;
  padding: 70px 0;
  position: relative; }
  /* line 1017, base.scss */
  .index-feedback .text-side {
    font-size: 24px; }
  /* line 1018, base.scss */
  .index-feedback:after {
    content: '';
    background: url(lightning.svg) center center no-repeat;
    width: 247px;
    height: 99px;
    position: absolute;
    top: -webkit-calc(100% - 50px);
    top: calc(100% - 50px);
    left: 15%;
    z-index: 10; }
  /* line 1029, base.scss */
  .index-feedback .form-side {
    padding-left: 63px; }
  /* line 1032, base.scss */
  .index-feedback .text-side {
    padding-right: 27px; }
  /* line 1035, base.scss */
  .index-feedback .feedback-field-wrap {
    margin: 0;
    max-width: 350px; }
  /* line 1040, base.scss */
  .index-feedback button {
    background-color: #009de0;
    border-color: #009de0; }
    /* line 1043, base.scss */
    .index-feedback button:hover {
      color: #fff; }
  /* line 1047, base.scss */
  .index-feedback button svg {
    margin-bottom: -3px;
    margin-left: 10px; }
  /* line 1051, base.scss */
  .index-feedback .title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1em;
    width: 440px;
    text-align: center;
    float: right; }
    /* line 1059, base.scss */
    .index-feedback .title span {
      color: #009de0; }
  /* line 1063, base.scss */
  .index-feedback p {
    width: 440px;
    float: right;
    text-align: center; }
  /* line 1069, base.scss */
  .index-feedback form .feedback-row {
    margin-bottom: 0; }
  /* line 1072, base.scss */
  .index-feedback form input.text-field {
    height: 50px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #1d2e40;
    font-family: inherit;
    font-size: 14px;
    padding: 0 26px;
    line-height: 50px;
    margin-bottom: 8px; }
    /* line 1083, base.scss */
    .index-feedback form input.text-field::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #1d2e40; }
    /* line 1086, base.scss */
    .index-feedback form input.text-field:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #1d2e40;
      opacity: 1; }
    /* line 1090, base.scss */
    .index-feedback form input.text-field::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #1d2e40;
      opacity: 1; }
    /* line 1094, base.scss */
    .index-feedback form input.text-field:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #1d2e40; }
  /* line 1098, base.scss */
  .index-feedback form textarea {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    padding: 16px 26px;
    margin-bottom: 10px; }
    /* line 1108, base.scss */
    .index-feedback form textarea::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #1d2e40; }
    /* line 1111, base.scss */
    .index-feedback form textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #1d2e40;
      opacity: 1; }
    /* line 1115, base.scss */
    .index-feedback form textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #1d2e40;
      opacity: 1; }
    /* line 1119, base.scss */
    .index-feedback form textarea:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #1d2e40; }

/* line 1129, base.scss */
.bttn-arr {
  white-space: nowrap; }
  /* line 1131, base.scss */
  .bttn-arr svg {
    margin-bottom: -3px;
    margin-left: 10px; }

/* line 1137, base.scss */
.index-news {
  padding: 24px 0; }
  /* line 1139, base.scss */
  .index-news .row {
    margin: 0 10%; }
    /* line 1141, base.scss */
    .index-news .row .cell-4:nth-child(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 1151, base.scss */
    .index-news .row .cell-4:last-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  /* line 1162, base.scss */
  .index-news a {
    text-decoration: none;
    font-size: 14px;
    color: inherit;
    display: block;
    max-width: 280px; }
    /* line 1168, base.scss */
    .index-news a:hover {
      opacity: 1;
      color: #009de0; }
    /* line 1172, base.scss */
    .index-news a span {
      display: block;
      line-height: 1.3; }
    /* line 1176, base.scss */
    .index-news a .title {
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 2px; }
    /* line 1181, base.scss */
    .index-news a .time {
      color: #b5b5b5;
      margin-bottom: 10px; }

/* line 1190, base.scss */
.subscribe .illustr img {
  display: block;
  margin: 0 auto;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none; }
/* line 1203, base.scss */
.subscribe .subscribe-line {
  padding: 50px 0;
  background: #1d2e40;
  color: #ffffff; }
  /* line 1208, base.scss */
  .subscribe .subscribe-line .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10%; }
  /* line 1223, base.scss */
  .subscribe .subscribe-line svg {
    margin-left: 70px; }
  /* line 1226, base.scss */
  .subscribe .subscribe-line svg path {
    fill: #009de0; }
  /* line 1229, base.scss */
  .subscribe .subscribe-line .title {
    font-size: 24px;
    font-weight: bold; }
  /* line 1233, base.scss */
  .subscribe .subscribe-line p {
    margin: 0; }
  /* line 1236, base.scss */
  .subscribe .subscribe-line .form {
    width: 330px;
    position: relative; }
    /* line 1239, base.scss */
    .subscribe .subscribe-line .form button {
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -18px;
      height: 36px;
      width: 36px;
      background: url(mail.svg) center center no-repeat #19499e;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
    /* line 1250, base.scss */
    .subscribe .subscribe-line .form input {
      width: 100%;
      background: #fff;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      color: #1d2e40;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      padding: 0 50px 0 22px; }
      /* line 1260, base.scss */
      .subscribe .subscribe-line .form input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #1d2e40; }
      /* line 1263, base.scss */
      .subscribe .subscribe-line .form input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #1d2e40;
        opacity: 1; }
      /* line 1267, base.scss */
      .subscribe .subscribe-line .form input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #1d2e40;
        opacity: 1; }
      /* line 1271, base.scss */
      .subscribe .subscribe-line .form input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #1d2e40; }

/* line 1280, base.scss */
.index-blocks {
  padding: 24px 0;
  color: #ffffff; }
  /* line 1283, base.scss */
  .index-blocks a {
    color: #ffffff; }
  /* line 1287, base.scss */
  .index-blocks .bttn-transparent {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    white-space: nowrap; }
  /* line 1293, base.scss */
  .index-blocks .inner {
    padding: 0 10%; }
  @media (max-width: 1300px) {
    /* line 1297, base.scss */
    .index-blocks .inner {
      padding: 0; } }
  /* line 1301, base.scss */
  .index-blocks .editor {
    margin-top: 24px;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    color: #121212;
    font-size: 14px;
    line-height: 1.3; }
    /* line 1308, base.scss */
    .index-blocks .editor p {
      margin: 0; }
  /* line 1312, base.scss */
  .index-blocks .square-block-wrap {
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 8px; }
    /* line 1316, base.scss */
    .index-blocks .square-block-wrap > * {
      padding: 22% 5%;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    /* line 1347, base.scss */
    .index-blocks .square-block-wrap .tag {
      font-size: 14px;
      font-weight: 800;
      margin-bottom: 10px;
      text-transform: uppercase;
      /*  color: $color-link-secondary;*/ }
    /* line 1354, base.scss */
    .index-blocks .square-block-wrap .title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 0px; }
    /* line 1359, base.scss */
    .index-blocks .square-block-wrap.video-block {
      background: #969696;
      padding-bottom: -webkit-calc(100% - 20px);
      padding-bottom: calc(100% - 20px);
      border: 10px solid #969696; }
      /* line 1364, base.scss */
      .index-blocks .square-block-wrap.video-block a {
        -webkit-border-radius: 4px;
        border-radius: 4px; }
      /* line 1368, base.scss */
      .index-blocks .square-block-wrap.video-block .title {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 0;
        line-height: 1.4; }
      /* line 1374, base.scss */
      .index-blocks .square-block-wrap.video-block .start-video {
        width: 56px;
        height: 56px;
        margin-bottom: 10px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: url(play.svg) center center no-repeat #fff;
        display: inline-block; }
  /* line 1385, base.scss */
  .index-blocks .wide-block-wrap {
    padding-bottom: -webkit-calc(25% - 6px);
    padding-bottom: calc(25% - 6px);
    position: relative;
    margin-bottom: 8px; }
    /* line 1390, base.scss */
    .index-blocks .wide-block-wrap > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    /* line 1419, base.scss */
    .index-blocks .wide-block-wrap .delivery-block {
      background: #19499e;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 45px; }
      /* line 1431, base.scss */
      .index-blocks .wide-block-wrap .delivery-block .title {
        font-size: 30px;
        line-height: 1.2;
        font-weight: bold; }
      /* line 1436, base.scss */
      .index-blocks .wide-block-wrap .delivery-block p {
        font-size: 18px;
        margin: 0;
        font-weight: 400;
        line-height: 1.3; }
    /* line 1443, base.scss */
    .index-blocks .wide-block-wrap .payment-block {
      background: #009de0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 45px; }
      /* line 1455, base.scss */
      .index-blocks .wide-block-wrap .payment-block .title {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2; }
      /* line 1460, base.scss */
      .index-blocks .wide-block-wrap .payment-block p {
        font-size: 18px;
        margin: 0;
        max-width: 155px;
        font-weight: 400;
        line-height: 1.3; }
    /* line 1468, base.scss */
    .index-blocks .wide-block-wrap .block-3, .index-blocks .wide-block-wrap .block-4 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 1473, base.scss */
      .index-blocks .wide-block-wrap .block-3 a, .index-blocks .wide-block-wrap .block-4 a {
        text-decoration: none; }
      /* line 1476, base.scss */
      .index-blocks .wide-block-wrap .block-3 .title, .index-blocks .wide-block-wrap .block-4 .title {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.2; }
    /* line 1483, base.scss */
    .index-blocks .wide-block-wrap .block-4 .title {
      max-width: 245px;
      display: block; }
    /* line 1487, base.scss */
    .index-blocks .wide-block-wrap .block-4 a {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 7%; }

/* line 1507, base.scss */
.popular-request {
  padding: 43px 0;
  background: url(illustr3.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  /* line 1512, base.scss */
  .popular-request .inner {
    padding: 0 10%; }
  /* line 1515, base.scss */
  .popular-request .title {
    font-size: 60px;
    color: #19499e;
    font-weight: 800;
    margin: 0.5em 0 1.5em 0;
    max-width: 350px;
    line-height: 54px; }
  /* line 1523, base.scss */
  .popular-request .links {
    background: rgba(55, 105, 160, 0.9);
    padding: 34px 34px 34px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6; }
    /* line 1531, base.scss */
    .popular-request .links a {
      color: #ffffff;
      text-decoration: none;
      margin-right: 10px; }

@media (max-width: 1200px) {
  /* line 1541, base.scss */
  .popular-request {
    padding: 0; }
    /* line 1543, base.scss */
    .popular-request .container {
      padding: 43px 10px;
      background: rgba(255, 255, 255, 0.49); }

  /* line 1548, base.scss */
  .subscribe .subscribe-line .inner {
    padding: 0 20px; }

  /* line 1551, base.scss */
  .subscribe .subscribe-line svg {
    margin-left: 0; }

  /* line 1554, base.scss */
  .index-news .row {
    margin: 0 4px; }

  /* line 1557, base.scss */
  .image-categories ul {
    margin: 10px -4px 0 -4px !important; } }
@media (max-width: 1024px) {
  /* line 1564, base.scss */
  .index-feedback p {
    width: auto;
    float: none;
    text-align: center;
    font-size: 20px; }

  /* line 1570, base.scss */
  .index-feedback .title {
    font-size: 49px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1em;
    width: auto;
    text-align: center;
    float: none; }

  /* line 1579, base.scss */
  .index-feedback .form-side {
    padding-left: 20px; }

  /* line 1582, base.scss */
  .index-feedback {
    padding: 50px 0; }

  /* line 1585, base.scss */
  .features .title {
    font-size: 16px; }

  /* line 1588, base.scss */
  .image-categories {
    margin-bottom: 6%; }

  /* line 1591, base.scss */
  .big-catalog {
    padding: 50px 0; }

  /* line 1594, base.scss */
  .image-categories ul li a {
    font-size: 16px;
    font-weight: normal; }

  /* line 1598, base.scss */
  .features .heading {
    font-size: 54px; }

  /* line 1601, base.scss */
  .index-news .row {
    margin: 0 -4px; }
    /* line 1603, base.scss */
    .index-news .row .cell-4 {
      padding: 0 4px; }

  /* line 1607, base.scss */
  .subscribe .subscribe-line .inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 1616, base.scss */
  .subscribe .subscribe-line .form {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 567px;
    margin-top: 20px; }

  /* line 1623, base.scss */
  .subscribe .subscribe-line svg {
    margin-right: 20px; }

  /* line 1626, base.scss */
  .subscribe .subscribe-line {
    padding: 35px 0; }

  /* line 1629, base.scss */
  .popular-request .inner {
    padding: 0; }

  /* line 1632, base.scss */
  .popular-request .container {
    padding: 35px 10px; }

  /* line 1635, base.scss */
  .popular-request .title {
    font-size: 50px;
    margin: 0.2em 0 0.75em 0;
    max-width: 350px;
    line-height: 1; }

  /* line 1641, base.scss */
  .big-catalog {
    background: url(mountains.png) 50% -54% no-repeat, url(bg1.jpg) center top no-repeat #626262; } }
@media (max-width: 768px) {
  /* line 1649, base.scss */
  .big-catalog {
    background: url(mountains.png) 50% -114% no-repeat, url(bg1.jpg) center top no-repeat #626262; }

  /* line 1652, base.scss */
  .index-feedback .form-side {
    padding-left: 0; }

  /* line 1655, base.scss */
  .features .title {
    margin-bottom: 20px; }

  /* line 1658, base.scss */
  .features .heading {
    font-size: 36px;
    margin-bottom: 36px; }

  /* line 1662, base.scss */
  .index-feedback .feedback-field-wrap {
    margin: 0 auto; }

  /* line 1665, base.scss */
  .index-feedback form .feedback-row {
    text-align: center; }

  /* line 1668, base.scss */
  .index-feedback .text-side {
    padding-right: 0; }

  /* line 1671, base.scss */
  .index-feedback:after {
    top: -webkit-calc(100% - 34px);
    top: calc(100% - 34px);
    left: -webkit-calc(50% - 101px);
    left: calc(50% - 101px);
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    width: 202px; }

  /* line 1680, base.scss */
  .index-feedback .title {
    margin-bottom: 20px; }

  /* line 1683, base.scss */
  .index-news .row .cell-4 {
    padding: 0 10px;
    text-align: justify; }

  /* line 1687, base.scss */
  .index-blocks .wide-block-wrap .block-3 .title, .index-blocks .wide-block-wrap .block-4 .title {
    font-size: 24px; }

  /* line 1690, base.scss */
  .index-blocks .wide-block-wrap .block-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    /* line 1695, base.scss */
    .index-blocks .wide-block-wrap .block-3 a {
      margin-left: 7%; }

  /* line 1699, base.scss */
  .index-blocks .wide-block-wrap .delivery-block, .index-blocks .wide-block-wrap .payment-block {
    padding: 0 20px; }

  /* line 1702, base.scss */
  .popular-request .title {
    font-size: 36px; } }
@media (max-width: 630px) {
  /* line 1708, base.scss */
  .subscribe .subscribe-line .inner {
    text-align: center; }
    /* line 1710, base.scss */
    .subscribe .subscribe-line .inner svg {
      margin-bottom: 10px;
      margin-right: 0; }

  /* line 1715, base.scss */
  .subscribe .subscribe-line .text {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1720, base.scss */
  .subscribe .subscribe-line .title {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px; } }
@media (max-width: 480px) {
  /* line 1730, base.scss */
  .features .img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px; }
    /* line 1735, base.scss */
    .features .img img {
      max-width: 43%; }

  /* line 1739, base.scss */
  .index-news a {
    max-width: inherit; }

  /* line 1742, base.scss */
  .subscribe .subscribe-line {
    padding: 30px 0; }

  /* line 1745, base.scss */
  .subscribe .subscribe-line .inner svg {
    margin-bottom: 10px;
    margin-right: 0;
    width: 54px;
    height: 38px;
    margin-top: -10px; }

  /* line 1752, base.scss */
  .subscribe .subscribe-line .inner {
    padding: 0; }

  /* line 1755, base.scss */
  .features .heading {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 36px; }

  /* line 1760, base.scss */
  .index-feedback p {
    font-size: 16px;
    font-weight: 400; }

  /* line 1764, base.scss */
  .index-feedback .title {
    font-size: 38px; }

  /* line 1767, base.scss */
  .big-catalog {
    padding: 25px 0;
    background: url(mountains.png) 50% -76% no-repeat, url(bg1.jpg) center top no-repeat #626262; }

  /* line 1771, base.scss */
  .image-categories ul li a {
    min-height: inherit;
    padding: 5px 10px; }

  /* line 1775, base.scss */
  .index-news {
    padding-top: 0; }

  /* line 1778, base.scss */
  .index-news .row .cell-4:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 20px; } }
/*=========================================
  INPUT-GROUP
=========================================*/
/* line 1790, base.scss */
.inpt-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

/* line 1799, base.scss */
.inpt-group .inpt-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

/* line 1810, base.scss */
.inpt-group .inpt-control:active, .inpt-group .inpt-control:focus, .inpt-group .inpt-control:hover {
  z-index: 3; }

/* line 1814, base.scss */
.inpt-group .inpt-control, .inpt-group-addon, .inpt-group-bttn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 1830, base.scss */
.inpt-group .inpt-control:not(:first-child):not(:last-child), .inpt-group-addon:not(:first-child):not(:last-child), .inpt-group-bttn:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 1835, base.scss */
.inpt-group-addon, .inpt-group-bttn {
  white-space: nowrap;
  vertical-align: middle; }

/* line 1840, base.scss */
.inpt-group-addon {
  margin-bottom: 0; }

/* line 1845, base.scss */
.inpt-group-addon input[type=checkbox], .inpt-group-addon input[type=radio] {
  margin-top: 0; }

/* line 1849, base.scss */
.inpt-group .inpt-control:not(:last-child), .inpt-group-bttn:not(:first-child) > .bttn-group:not(:last-child) > .bttn, .inpt-group-bttn:not(:first-child) > .bttn:not(:last-child):not(.dropdown-toggle), .inpt-group-bttn:not(:last-child) > .bttn, .inpt-group-bttn:not(:last-child) > .bttn-group > .bttn, .inpt-group-bttn:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0; }

/* line 1857, base.scss */
.inpt-group .inpt-control:not(:first-child), .inpt-group-bttn:not(:first-child) > .bttn, .inpt-group-bttn:not(:first-child) > .bttn-group > .bttn, .inpt-group-bttn:not(:first-child) > .dropdown-toggle, .inpt-group-bttn:not(:last-child) > .bttn-group:not(:first-child) > .bttn, .inpt-group-bttn:not(:last-child) > .bttn:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0; }

/* line 1866, base.scss */
.inpt-group-bttn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

/* line 1872, base.scss */
.inpt-group-bttn > .bttn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

/* line 1879, base.scss */
.inpt-group-bttn > .bttn + .bttn {
  margin-left: -1px; }

/* line 1883, base.scss */
.inpt-group-bttn > .bttn:active, .inpt-group-bttn > .bttn:focus, .inpt-group-bttn > .bttn:hover {
  z-index: 3; }

/* line 1887, base.scss */
.inpt-group-bttn:not(:last-child) > .bttn, .inpt-group-bttn:not(:last-child) > .bttn-group {
  margin-right: -1px; }

/* line 1891, base.scss */
.inpt-group-bttn:not(:first-child) > .bttn, .inpt-group-bttn:not(:first-child) > .bttn-group {
  z-index: 2;
  margin-left: -1px; }

/* line 1896, base.scss */
.inpt-group-bttn:not(:first-child) > .bttn-group:active, .inpt-group-bttn:not(:first-child) > .bttn-group:focus, .inpt-group-bttn:not(:first-child) > .bttn-group:hover, .inpt-group-bttn:not(:first-child) > .bttn:active, .inpt-group-bttn:not(:first-child) > .bttn:focus, .inpt-group-bttn:not(:first-child) > .bttn:hover {
  z-index: 3; }

/*=========================================
  INPUTS
=========================================*/
/* line 1904, base.scss */
input:not([type]),
[type="email"],
[type="number"],
[type="password"],
[type="tel"],
[type="url"],
[type="textarea"],
[type="search"],
[type="legend"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="fieldset"],
[type="time"],
[type="text"],
textarea {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #e6e6e6; }
  /* line 1925, base.scss */
  input:not([type])::-webkit-input-placeholder,
  [type="email"]::-webkit-input-placeholder,
  [type="number"]::-webkit-input-placeholder,
  [type="password"]::-webkit-input-placeholder,
  [type="tel"]::-webkit-input-placeholder,
  [type="url"]::-webkit-input-placeholder,
  [type="textarea"]::-webkit-input-placeholder,
  [type="search"]::-webkit-input-placeholder,
  [type="legend"]::-webkit-input-placeholder,
  [type="datetime"]::-webkit-input-placeholder,
  [type="datetime-local"]::-webkit-input-placeholder,
  [type="month"]::-webkit-input-placeholder,
  [type="week"]::-webkit-input-placeholder,
  [type="fieldset"]::-webkit-input-placeholder,
  [type="time"]::-webkit-input-placeholder,
  [type="text"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e6e6e6;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1931, base.scss */
  input:not([type])::-moz-placeholder,
  [type="email"]::-moz-placeholder,
  [type="number"]::-moz-placeholder,
  [type="password"]::-moz-placeholder,
  [type="tel"]::-moz-placeholder,
  [type="url"]::-moz-placeholder,
  [type="textarea"]::-moz-placeholder,
  [type="search"]::-moz-placeholder,
  [type="legend"]::-moz-placeholder,
  [type="datetime"]::-moz-placeholder,
  [type="datetime-local"]::-moz-placeholder,
  [type="month"]::-moz-placeholder,
  [type="week"]::-moz-placeholder,
  [type="fieldset"]::-moz-placeholder,
  [type="time"]::-moz-placeholder,
  [type="text"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e6e6e6;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1937, base.scss */
  input:not([type]):-ms-input-placeholder,
  [type="email"]:-ms-input-placeholder,
  [type="number"]:-ms-input-placeholder,
  [type="password"]:-ms-input-placeholder,
  [type="tel"]:-ms-input-placeholder,
  [type="url"]:-ms-input-placeholder,
  [type="textarea"]:-ms-input-placeholder,
  [type="search"]:-ms-input-placeholder,
  [type="legend"]:-ms-input-placeholder,
  [type="datetime"]:-ms-input-placeholder,
  [type="datetime-local"]:-ms-input-placeholder,
  [type="month"]:-ms-input-placeholder,
  [type="week"]:-ms-input-placeholder,
  [type="fieldset"]:-ms-input-placeholder,
  [type="time"]:-ms-input-placeholder,
  [type="text"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e6e6e6;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1943, base.scss */
  input:not([type])::-ms-input-placeholder,
  [type="email"]::-ms-input-placeholder,
  [type="number"]::-ms-input-placeholder,
  [type="password"]::-ms-input-placeholder,
  [type="tel"]::-ms-input-placeholder,
  [type="url"]::-ms-input-placeholder,
  [type="textarea"]::-ms-input-placeholder,
  [type="search"]::-ms-input-placeholder,
  [type="legend"]::-ms-input-placeholder,
  [type="datetime"]::-ms-input-placeholder,
  [type="datetime-local"]::-ms-input-placeholder,
  [type="month"]::-ms-input-placeholder,
  [type="week"]::-ms-input-placeholder,
  [type="fieldset"]::-ms-input-placeholder,
  [type="time"]::-ms-input-placeholder,
  [type="text"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #e6e6e6;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1949, base.scss */
  input:not([type])::placeholder,
  [type="email"]::placeholder,
  [type="number"]::placeholder,
  [type="password"]::placeholder,
  [type="tel"]::placeholder,
  [type="url"]::placeholder,
  [type="textarea"]::placeholder,
  [type="search"]::placeholder,
  [type="legend"]::placeholder,
  [type="datetime"]::placeholder,
  [type="datetime-local"]::placeholder,
  [type="month"]::placeholder,
  [type="week"]::placeholder,
  [type="fieldset"]::placeholder,
  [type="time"]::placeholder,
  [type="text"]::placeholder,
  textarea::placeholder {
    color: #e6e6e6;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1955, base.scss */
  input:not([type]):focus,
  [type="email"]:focus,
  [type="number"]:focus,
  [type="password"]:focus,
  [type="tel"]:focus,
  [type="url"]:focus,
  [type="textarea"]:focus,
  [type="search"]:focus,
  [type="legend"]:focus,
  [type="datetime"]:focus,
  [type="datetime-local"]:focus,
  [type="month"]:focus,
  [type="week"]:focus,
  [type="fieldset"]:focus,
  [type="time"]:focus,
  [type="text"]:focus,
  textarea:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(25, 73, 158, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(25, 73, 158, 0.1); }
  /* line 1960, base.scss */
  input:not([type]):focus::-webkit-input-placeholder,
  [type="email"]:focus::-webkit-input-placeholder,
  [type="number"]:focus::-webkit-input-placeholder,
  [type="password"]:focus::-webkit-input-placeholder,
  [type="tel"]:focus::-webkit-input-placeholder,
  [type="url"]:focus::-webkit-input-placeholder,
  [type="textarea"]:focus::-webkit-input-placeholder,
  [type="search"]:focus::-webkit-input-placeholder,
  [type="legend"]:focus::-webkit-input-placeholder,
  [type="datetime"]:focus::-webkit-input-placeholder,
  [type="datetime-local"]:focus::-webkit-input-placeholder,
  [type="month"]:focus::-webkit-input-placeholder,
  [type="week"]:focus::-webkit-input-placeholder,
  [type="fieldset"]:focus::-webkit-input-placeholder,
  [type="time"]:focus::-webkit-input-placeholder,
  [type="text"]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    opacity: 0.5; }
  /* line 1963, base.scss */
  input:not([type]):focus::-moz-placeholder,
  [type="email"]:focus::-moz-placeholder,
  [type="number"]:focus::-moz-placeholder,
  [type="password"]:focus::-moz-placeholder,
  [type="tel"]:focus::-moz-placeholder,
  [type="url"]:focus::-moz-placeholder,
  [type="textarea"]:focus::-moz-placeholder,
  [type="search"]:focus::-moz-placeholder,
  [type="legend"]:focus::-moz-placeholder,
  [type="datetime"]:focus::-moz-placeholder,
  [type="datetime-local"]:focus::-moz-placeholder,
  [type="month"]:focus::-moz-placeholder,
  [type="week"]:focus::-moz-placeholder,
  [type="fieldset"]:focus::-moz-placeholder,
  [type="time"]:focus::-moz-placeholder,
  [type="text"]:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    opacity: 0.5; }
  /* line 1966, base.scss */
  input:not([type]):focus:-ms-input-placeholder,
  [type="email"]:focus:-ms-input-placeholder,
  [type="number"]:focus:-ms-input-placeholder,
  [type="password"]:focus:-ms-input-placeholder,
  [type="tel"]:focus:-ms-input-placeholder,
  [type="url"]:focus:-ms-input-placeholder,
  [type="textarea"]:focus:-ms-input-placeholder,
  [type="search"]:focus:-ms-input-placeholder,
  [type="legend"]:focus:-ms-input-placeholder,
  [type="datetime"]:focus:-ms-input-placeholder,
  [type="datetime-local"]:focus:-ms-input-placeholder,
  [type="month"]:focus:-ms-input-placeholder,
  [type="week"]:focus:-ms-input-placeholder,
  [type="fieldset"]:focus:-ms-input-placeholder,
  [type="time"]:focus:-ms-input-placeholder,
  [type="text"]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    opacity: 0.5; }
  /* line 1969, base.scss */
  input:not([type]):focus::-ms-input-placeholder,
  [type="email"]:focus::-ms-input-placeholder,
  [type="number"]:focus::-ms-input-placeholder,
  [type="password"]:focus::-ms-input-placeholder,
  [type="tel"]:focus::-ms-input-placeholder,
  [type="url"]:focus::-ms-input-placeholder,
  [type="textarea"]:focus::-ms-input-placeholder,
  [type="search"]:focus::-ms-input-placeholder,
  [type="legend"]:focus::-ms-input-placeholder,
  [type="datetime"]:focus::-ms-input-placeholder,
  [type="datetime-local"]:focus::-ms-input-placeholder,
  [type="month"]:focus::-ms-input-placeholder,
  [type="week"]:focus::-ms-input-placeholder,
  [type="fieldset"]:focus::-ms-input-placeholder,
  [type="time"]:focus::-ms-input-placeholder,
  [type="text"]:focus::-ms-input-placeholder,
  textarea:focus::-ms-input-placeholder {
    opacity: 0.5; }
  /* line 1972, base.scss */
  input:not([type]):focus::placeholder,
  [type="email"]:focus::placeholder,
  [type="number"]:focus::placeholder,
  [type="password"]:focus::placeholder,
  [type="tel"]:focus::placeholder,
  [type="url"]:focus::placeholder,
  [type="textarea"]:focus::placeholder,
  [type="search"]:focus::placeholder,
  [type="legend"]:focus::placeholder,
  [type="datetime"]:focus::placeholder,
  [type="datetime-local"]:focus::placeholder,
  [type="month"]:focus::placeholder,
  [type="week"]:focus::placeholder,
  [type="fieldset"]:focus::placeholder,
  [type="time"]:focus::placeholder,
  [type="text"]:focus::placeholder,
  textarea:focus::placeholder {
    opacity: 0.5; }

/* line 1976, base.scss */
input[disabled] {
  opacity: 0.8; }

/* line 1994, base.scss */
.inpt {
  padding: 5px 15px;
  border: 1px solid #e6e6e6;
  background-color: transparent; }
  /* line 1983, base.scss */
  .inpt:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(25, 73, 158, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(25, 73, 158, 0.1); }
  /* line 1988, base.scss */
  .form-row.is-error .inpt, .inpt.is-error {
    border-color: #f65050; }

/* line 1997, base.scss */
[disabled] {
  cursor: no-drop; }

/*=========================================
  LIST
=========================================*/
/* line 2004, base.scss */
.list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 2009, base.scss */
.list > .list-item {
  display: inline-block;
  position: relative; }

/* line 2013, base.scss */
.list-table {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%; }

/* line 2020, base.scss */
.list-table > .list-item {
  display: table-cell; }

/* line 2024, base.scss */
.list-justified {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: justify;
  width: 100%; }

/* line 2033, base.scss */
.list-justified:after {
  content: "";
  display: inline-block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

/* line 2042, base.scss */
.list-vertical {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 2047, base.scss */
.list-vertical > .list-item {
  display: inline-block;
  width: 100%; }

/* line 2052, base.scss */
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

/*=========================================
  NOTICE
=========================================*/
/* line 2061, base.scss */
.notice, .page-feedback form #thanks:not(:empty), .page-feedback form small {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  line-height: 1.2; }

/* line 2067, base.scss */
.error,
.status-warning,
.notice {
  font-size: 16px; }

/* line 2073, base.scss */
.notice:last-child, .page-feedback form #thanks:last-child:not(:empty), .page-feedback form small:last-child {
  margin-bottom: 0; }

/* line 2077, base.scss */
.notice h2, .page-feedback form #thanks:not(:empty) h2, .page-feedback form small h2, .notice h3, .page-feedback form #thanks:not(:empty) h3, .page-feedback form small h3, .notice h4, .page-feedback form #thanks:not(:empty) h4, .page-feedback form small h4 {
  margin-top: 0;
  color: inherit; }

/* line 2082, base.scss */
.notice > p + p, .page-feedback form #thanks:not(:empty) > p + p, .page-feedback form small > p + p {
  margin-top: 5px; }

/* line 2086, base.scss */
.notice.is-error, .page-feedback form .is-error#thanks:not(:empty), .page-feedback form small.is-error, .notice.notice-error, .page-feedback form .notice-error#thanks:not(:empty), .page-feedback form small.notice-error {
  background-color: #f65050;
  border-color: #f53838;
  color: #fff; }

/* line 2092, base.scss */
.notice.is-error hr, .page-feedback form .is-error#thanks:not(:empty) hr, .page-feedback form small.is-error hr, .notice.notice-error hr, .page-feedback form .notice-error#thanks:not(:empty) hr, .page-feedback form small.notice-error hr {
  border-top-color: #f65050; }

/* line 2096, base.scss */
.notice.is-error a, .page-feedback form .is-error#thanks:not(:empty) a, .page-feedback form small.is-error a, .notice.notice-error a, .page-feedback form .notice-error#thanks:not(:empty) a, .page-feedback form small.notice-error a {
  color: #210001; }

/* line 2100, base.scss */
.notice.is-info, .page-feedback form .is-info#thanks:not(:empty), .page-feedback form small.is-info, .notice.notice-info, .page-feedback form .notice-info#thanks:not(:empty), .page-feedback form small#thanks:not(:empty), .page-feedback form small {
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  color: #1d2e40; }

/* line 2106, base.scss */
.notice.is-info hr, .page-feedback form .is-info#thanks:not(:empty) hr, .page-feedback form small.is-info hr, .notice.notice-info hr, .page-feedback form .notice-info#thanks:not(:empty) hr, .page-feedback form small#thanks:not(:empty) hr, .page-feedback form small hr {
  border-top-color: #e6e6e6; }

/* line 2110, base.scss */
.notice.is-info a, .page-feedback form .is-info#thanks:not(:empty) a, .page-feedback form small.is-info a, .notice.notice-info a, .page-feedback form .notice-info#thanks:not(:empty) a, .page-feedback form small#thanks:not(:empty) a, .page-feedback form small a {
  color: #0a2730; }

/* line 2114, base.scss */
.notice.is-warning, .page-feedback form .is-warning#thanks:not(:empty), .page-feedback form small.is-warning, .notice.notice-warning, .page-feedback form .notice-warning#thanks:not(:empty), .page-feedback form small.notice-warning {
  background-color: #F2930C;
  border-color: #da840b;
  color: #ffffff; }

/* line 2120, base.scss */
.notice.is-warning hr, .page-feedback form .is-warning#thanks:not(:empty) hr, .page-feedback form small.is-warning hr, .notice.notice-warning hr, .page-feedback form .notice-warning#thanks:not(:empty) hr, .page-feedback form small.notice-warning hr {
  border-top-color: #F2930C; }

/* line 2124, base.scss */
.notice.is-warning a, .page-feedback form .is-warning#thanks:not(:empty) a, .page-feedback form small.is-warning a, .notice.notice-warning a, .page-feedback form .notice-warning#thanks:not(:empty) a, .page-feedback form small.notice-warning a {
  color: #3a2405; }

/* line 2128, base.scss */
.notice.is-success, .page-feedback form .is-success#thanks:not(:empty), .page-feedback form small.is-success, .notice.notice-success, .page-feedback form #thanks:not(:empty), .page-feedback form small.notice-success {
  background-color: #009de0;
  border-color: #008bc7;
  color: #ffffff; }

/* line 2134, base.scss */
.notice.is-success hr, .page-feedback form .is-success#thanks:not(:empty) hr, .page-feedback form small.is-success hr, .notice.notice-success hr, .page-feedback form #thanks:not(:empty) hr, .page-feedback form small.notice-success hr {
  border-top-color: #009de0; }

/* line 2138, base.scss */
.notice.is-success a, .page-feedback form .is-success#thanks:not(:empty) a, .page-feedback form small.is-success a, .notice.notice-success a, .page-feedback form #thanks:not(:empty) a, .page-feedback form small.notice-success a {
  color: #060f06; }

/*=========================================
  PAGE
=========================================*/
/* line 2145, base.scss */
.page-title {
  font-size: -webkit-calc(16px * 2);
  font-size: calc(16px * 2);
  display: block;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem; }

/*=========================================
  PAGINATION
=========================================*/
/** pagination */
/* line 2159, base.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  width: auto;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 2187, base.scss */
.pagination > .pagination-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  position: relative; }

/* line 2196, base.scss */
.pagination .pagination-link {
  display: inline-block; }

/* line 2200, base.scss */
.pagination .pagination-item + .pagination-item {
  margin-left: 8px; }

/* line 2204, base.scss */
.pagination .pagination-item .pagination-link {
  color: #aaa;
  text-decoration: none;
  border: 1px solid #dbe0e2;
  display: block;
  text-align: center;
  min-width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 40px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400; }
  /* line 2224, base.scss */
  .pagination .pagination-item .pagination-link svg path {
    fill: #969696; }
  /* line 2227, base.scss */
  .pagination .pagination-item .pagination-link svg {
    vertical-align: middle;
    margin-bottom: 3px; }

/* line 2233, base.scss */
.pagination .pagination-item .pagination-link:hover {
  color: #1d2e40;
  opacity: 1;
  text-decoration: none; }
  /* line 2237, base.scss */
  .pagination .pagination-item .pagination-link:hover svg path {
    fill: #1d2e40; }

/* line 2242, base.scss */
.pagination .pagination-item.is-current .pagination-link {
  color: #1d2e40;
  border-color: #1d2e40; }

/* line 2247, base.scss */
.pagination .pagination-item:hover .pagination-link, .pagination .pagination-item .pagination-link:hover {
  /*border-color: $color-text-primary;*/
  color: #1d2e40; }

/*=========================================
  SELECT
=========================================*/
/* line 2261, base.scss */
select {
  font-size: 16px;
  font-weight: 500;
  padding: 5px; }
  /* line 2263, base.scss */
  select:focus {
    outline: none; }

/* line 2267, base.scss */
.slct {
  color: #19499e;
  padding: 5px 25px 5px 13px;
  border: 1px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("arr-down-prime.svg");
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 7px) center;
  background-position: calc(100% - 7px) center;
  -webkit-background-size: 10px 10px;
  background-size: 10px; }
  /* line 2280, base.scss */
  .slct::-ms-expand {
    display: none; }

/* line 2285, base.scss */
[name="variant_id"] {
  display: none; }

/*=========================================
  STAR-RATING
=========================================*/
/* line 2291, base.scss */
.star-rating-wrapper {
  *zoom: 1; }

/* line 2295, base.scss */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* line 2301, base.scss */
.star-rating {
  float: left;
  *zoom: 1; }

/* line 2306, base.scss */
.star-rating:after {
  content: "";
  display: table;
  clear: both; }

/* line 2312, base.scss */
.star-rating .star-radio {
  display: none; }

/* line 2316, base.scss */
.star-rating .star-radio:hover ~ .star-label:after, .star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2323, base.scss */
.star-rating .star-radio:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2330, base.scss */
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2337, base.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px; }
  /* line 2342, base.scss */
  .star-rating .star-label:first-child {
    margin-right: 0; }

/* line 2347, base.scss */
.star-rating .star-label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2358, base.scss */
.star-rating .star-label:hover:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2365, base.scss */
.star-rating .star-label:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2372, base.scss */
.star-rating .star-label.active ~ .star-label:after, .star-rating .star-label.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2379, base.scss */
.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px; }
  /* line 2383, base.scss */
  .star-rating .star-item:first-child {
    margin-right: 0; }

/* line 2388, base.scss */
.star-rating .star-item:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2399, base.scss */
.star-rating .star-item.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

/* line 2407, base.scss */
.star-rating .star-item.active ~ .star-item:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

/*=========================================
  STICKY
=========================================*/
/* line 2418, base.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

/* line 2423, base.scss */
.sticky:before,
.sticky:after {
  content: '';
  display: table; }

/*=========================================
  SWIPER
=========================================*/
/* line 2432, base.scss */
.swiper-container .swiper-slide {
  height: auto; }
