/*=========================================
  _LAYOUT
=========================================*/
/* line 8, base.scss */
html,
body {
  color: #fff;
  font-family: "HelveticaNeueCyr";
  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 26, base.scss */
.visible {
  display: block; }

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

/* line 36, base.scss */
.container-bigger {
  width: 100%;
  max-width: 1612px;
  margin: 0 auto;
  padding: 0 10px; }

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

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

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

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

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

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

/* line 73, 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: 1246px) {
  /* line 82, base.scss */
  .container {
    padding-right: 20px;
    padding-left: 20px; } }
/* line 88, base.scss */
.container.with-grid {
  padding-left: 20px;
  padding-right: 20px; }

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

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

/*=========================================
  ALERTIFY
=========================================*/
/* line 113, base.scss */
body .alertify-notifier .ajs-message {
  background: #E2E5EA;
  color: #222222; }

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

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

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

/*=========================================
  BREADCRUMB
=========================================*/
/* line 136, base.scss */
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0; }

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

/* line 147, base.scss */
.breadcrumb-item:not(:last-child):after {
  content: '>'; }

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

/* line 159, base.scss */
.chkbx-control {
  width: 22px;
  height: 22px;
  position: relative;
  border: 1px solid #144184;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 172, base.scss */
.chkbx + .chkbx-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M708.71 347.72l-5 5a1 1 0 0 1-1.05.22.98.98 0 0 1-.9-.26l-2.94-2.95a1 1 0 0 1 1.41-1.41l2.51 2.5 4.54-4.53a1 1 0 1 1 1.43 1.43z'/%3E%3C/defs%3E%3Cuse fill='%23292f39' xlink:href='%23a' transform='translate(-697 -344)'/%3E%3C/svg%3E");
  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 191, base.scss */
.chkbx:checked + .chkbx-control:after {
  opacity: 1; }

/* line 195, base.scss */
.chkbx:disabled + .chkbx-control {
  opacity: 0.5; }

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

/* line 203, 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 215, base.scss */
.chkbx-label .chkbx-control {
  left: 0;
  position: absolute;
  top: 0; }

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

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

/* line 234, 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 238, base.scss */
.drop:hover .drop-target {
  overflow: visible;
  max-height: 10000px;
  transform: translateY(0px);
  display: block;
  visibility: visible; }

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

/* line 251, base.scss */
.image-container {
  display: inline-block;
  height: 0;
  width: 100%;
  position: relative;
  vertical-align: top; }

/* line 259, 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 270, base.scss */
.image-container.is-square {
  padding-top: 100%; }

/* line 274, base.scss */
.image-container.is-rectangle {
  padding-top: 150%; }

/* line 278, base.scss */
.image-container.is-rounded {
  padding-top: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 285, base.scss */
.image-container.is-simple {
  padding-top: 75%; }

/* line 289, base.scss */
.image-container.is-wide {
  padding-top: 56.25%; }

/* line 293, base.scss */
.image-container.is-cover {
  overflow: hidden; }

/* line 297, 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 304, 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 313, base.scss */
.image-container.is-cover.with-trick {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

/* line 320, base.scss */
.image-container.is-cover.with-trick img {
  display: none; }

/* line 324, 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 356, base.scss */
.image-flex-center img {
  position: static;
  top: initial;
  left: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

/*=========================================
  INPUT-GROUP
=========================================*/
/* line 368, base.scss */
.inpt-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

/* line 377, 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 388, base.scss */
.inpt-group .inpt-control:active,
.inpt-group .inpt-control:focus,
.inpt-group .inpt-control:hover {
  z-index: 3; }

/* line 394, 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 412, 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 419, base.scss */
.inpt-group-addon,
.inpt-group-bttn {
  white-space: nowrap;
  vertical-align: middle; }

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

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

/* line 434, 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 447, 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 460, base.scss */
.inpt-group-bttn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

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

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

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

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

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

/* line 494, 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 507, 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: Helvetica Neue Cyr, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #cccccc; }

/* line 530, 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: #cccccc;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 553, 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: #cccccc;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 576, 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: #cccccc;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 599, 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: #cccccc;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 622, 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(20, 65, 132, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(20, 65, 132, 0.1); }

/* line 644, 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 664, 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 684, 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 704, 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 724, base.scss */
input[disabled] {
  opacity: 0.8; }

/* line 745, base.scss */
.inpt {
  padding: 5px 15px;
  border: 1px solid #cccccc;
  background-color: transparent; }
  /* line 733, base.scss */
  .inpt:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(20, 65, 132, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(20, 65, 132, 0.1); }
  /* line 739, base.scss */
  .form-row.is-error .inpt, .inpt.is-error {
    border-color: #f65050; }

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

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

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

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

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

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

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

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

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

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

/*=========================================
  NOTICE
=========================================*/
/* line 818, 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 827, base.scss */
.error,
.status-warning,
.notice {
  font-size: 16px; }

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

/* line 839, 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 852, base.scss */
.notice > p + p,
.page-feedback form #thanks:not(:empty) > p + p,
.page-feedback form small > p + p {
  margin-top: 5px; }

/* line 858, 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 869, 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 878, 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 887, 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: #E2E5EA;
  border-color: #d3d8df;
  color: #222222; }

/* line 899, 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: #E2E5EA; }

/* line 909, 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 919, 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 930, 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 939, 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 948, 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: #144184;
  border-color: #11366e;
  color: #ffffff; }

/* line 959, 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: #144184; }

/* line 968, 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 980, base.scss */
.page-title {
  font-size: calc(16px * 2);
  display: block;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem; }

/*=========================================
  PAGINATION
=========================================*/
/** pagination */
/* line 993, 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; }

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

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

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

/* line 1034, base.scss */
.pagination .pagination-item .pagination-link {
  color: #1e62c6;
  border: 1px solid #bcd3f5;
  display: block;
  padding: 6px 4px;
  height: auto;
  min-width: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 1.1;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 1051, base.scss */
.pagination .pagination-item .pagination-link:hover {
  color: #174c9a;
  text-decoration: none; }

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

/* line 1061, base.scss */
.pagination .pagination-item:hover .pagination-link,
.pagination .pagination-item .pagination-link:hover {
  border-color: #174c9a;
  color: #174c9a; }

/*=========================================
  SELECT
=========================================*/
/* line 1076, base.scss */
select {
  font-size: 16px;
  font-weight: 500;
  padding: 5px; }

/* line 1080, base.scss */
select:focus {
  outline: none; }

/* line 1084, base.scss */
.slct {
  color: #144184;
  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: calc(100% - 7px) center;
  -webkit-background-size: 10px 10px;
  background-size: 10px; }

/* line 1098, base.scss */
.slct::-ms-expand {
  display: none; }

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

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

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

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

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

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

/* line 1133, 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 1141, 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 1148, 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 1155, base.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px; }

/* line 1162, base.scss */
.star-rating .star-label:first-child {
  margin-right: 0; }

/* line 1166, 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 1177, 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 1184, 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 1191, 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 1199, base.scss */
.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px; }

/* line 1205, base.scss */
.star-rating .star-item:first-child {
  margin-right: 0; }

/* line 1209, 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 1220, 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 1228, 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 1239, base.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

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

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

/* line 1258, base.scss */
.swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1263, base.scss */
.swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

/* line 1273, base.scss */
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #144184;
  opacity: 1; }

/* line 1278, base.scss */
[class^="swiper-button"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
