html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q,
samp, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, canvas, embed,
figcaption, hgroup, output, ruby, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
       box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.row {
  /**zoom: 1;*/
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

/* start layout*/
body {
  font: 16px/1.2 'PT Sans',Arial,sans-serif;
}

.container {
  position: relative;
  min-width: 1000px;
}
.container__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.header, .footer {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.footer {
  margin-bottom: 20px;
}
.footer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  border-top: 1px solid #c7c7c7;
}

.navigation {
  position: relative;
  width: 100%;
  background: #1b1b1b;
}

.row {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.row__unit-3 {
  float: left;
  margin-left: 2.127659574%;
  width: 31.914893617%;
}
.row__unit-3:first-child {
  margin-left: 0;
}

/* end layout*/
.logo {
  padding: 22px 0 0;
  overflow: hidden;
}
.logo__img {
  float: left;
  margin: 0 32px 22px 0;
}
.logo__img img {
  vertical-align: top;
}
.logo__descr {
  margin: 28px 0 0;
  font-size: 28px;
}
.logo__title {
  font-weight: bold;
}
.logo .vcard {
  font-size: 14px;
}

.phone {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}
.phone__title {
  margin: 0 0 4px;
  font-size: 19px;
  color: #373636;
}
.phone .tel {
  position: relative;
  margin: 0 0 2px;
  font-size: 36px;
}
.phone .tel a {
  text-decoration: none;
  color: #e31e25;
}
.phone .tel a i {
  color: #000;
  font-style: normal;
}
.phone .tel a b {
  position: relative;
  top: -3px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
}
.phone .tel:before {
  content: '';
  position: absolute;
  top: -8px;
  left: -63px;
  width: 54px;
  height: 55px;
  background: url(../images/phone.png) 0 0 no-repeat;
}
.phone__call {
  font-size: 15px;
}
.phone__call a {
  text-decoration: none;
  border-bottom: 1px dotted #2cacb3;
  color: #2cacb3;
}

.topmenu {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.topmenu__item {
  position: relative;
  float: left;
  padding: 0 0 0 7px;
}
.topmenu__item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  background: url(../images/topmenu-bullet.png) 0 0 no-repeat;
}
.topmenu__item:first-child {
  padding-left: 0;
}
.topmenu__item:first-child:before {
  content: none;
}
.topmenu__item:first-child .topmenu__link {
  margin-left: -7px;
}
.topmenu__link {
  display: block;
  padding: 14px 7px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  color: #f4f4f4;
}

.color-red {
  color: #e31e25;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.btn {
  display: block;
  padding: 17px 0;
  width: 210px;
  height: 57px;
  font-size: 19px;
  line-height: 23px;
  background: url(../images/button.png) 0 0 no-repeat;
  color: #fff;
  text-shadow: 1px 1px 1px #0e7da3;
  text-decoration: none;
  text-align: center;
  border: none;
}
.btn:hover {
  background-position: 0 -70px;
}
.btn:active {
  background-position: 0 -140px;
}

button.btn {
  display: inline-block;
}

/* section 1 */
.main {
  position: relative;
  padding: 36px 0;
  text-align: center;
}
.main__h1 {
  margin-bottom: 0;
  font-size: 54px;
  font-weight: normal;
}
.main__h2 {
  margin-bottom: 40px;
  font-size: 40px;
}
.main__img {
  position: relative;
  min-height: 536px;
}

.feature {
  position: relative;
  margin: 40px 0 30px;
}
.feature__img {
  float: left;
  margin: 0 15px 0 0;
}
.feature__img img {
  vertical-align: top;
}
.feature__descr {
  display: table;
  vertical-align: middle;
  height: 91px;
}
.feature__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  text-align: left;
}

/* end section 1 */
/* section 2 */
.making {
  position: relative;
  padding: 36px 0;
}
.making__h3 {
  margin: 18px 0 36px;
  font-size: 48px;
  text-align: center;
}

.fotorama__wrap {
  position: relative;
  margin: 0 auto;
}

/* end section 2 */
/* section 3 */
.discount {
  position: relative;
  width: 100%;
  height: 649px;
  background: #6a6a6a url(../images/discount.jpg) 50% 0 no-repeat;
}
.discount__h3 {
  font-size: 72px;
  color: #fff;
}
.discount__h4 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: normal;
  color: #fff;
}
.discount__box {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  min-width: 400px;
  padding: 115px 0 20px 0;
  text-align: center;
}

.contact {
  position: relative;
  float: right;
  margin: 65px 28px 0;
  text-align: center;
  width: 326px;
  height: 392px;
  border: 3px solid rgba(106, 194, 228, 0.77);
  background-color: #fff;
  border-radius: 3px;
}
.contact_main {
  position: absolute;
  top: 136px;
  right: 67px;
  margin: 0;
}
.contact_popup {
  margin: 0;
  height: 291px;
}
.contact_buy {
  margin: 0;
}
.contact_ask {
  float: none;
  margin: 0 auto;
  width: 728px;
  height: 461px;
}
.contact_ask .form__plate {
  width: 566px;
  background: none;
}
.contact__title {
  margin: 30px 0 10px;
  font-size: 30px;
  line-height: 30px;
}
.contact__title small {
  font-size: 21px;
}
.contact__descr {
  margin-bottom: 30px;
  font-size: 14px;
}
.contact .or {
  text-align: center;
  line-height: 42px;
}
.contact .or_abs {
  position: absolute;
  padding-top: 5px;
  width: 100%;
  line-height: 20px;
}

.countdown {
  position: relative;
}
.countdown__title {
  margin-bottom: 18px;
  font-size: 28px;
  color: #fff;
}
.countdown__inner {
  position: relative;
  margin: 0 auto;
  width: 400px;
}
.countdown__sign {
  position: absolute;
  top: 72px;
  width: 100%;
}
.countdown__sign div {
  float: left;
  width: 33.33%;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  letter-spacing: normal;
}

/* end section 3 */
/* section 4 */
.price {
  padding: 60px 0 80px;
}
.price__h2 {
  margin-bottom: 86px;
  font-size: 48px;
  text-align: center;
}
.price p {
  text-align: center;
}

.product {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}
.product__item {
  width: 270px;
  margin: 0 0 40px;
  padding: 0 30px;
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.product__card {
  position: relative;
}
.product__card_S {
  margin-top: 141px;
}
.product__card_S .product__photo {
  width: 63px;
  height: 142px;
}
.product__card_S .product__bubble {
  left: 33px;
}
.product__card_M {
  margin-top: 96px;
}
.product__card_M .product__photo {
  width: 83px;
  height: 187px;
}
.product__card_M .product__bubble {
  left: 43px;
}
.product__card_L {
  margin-top: 50px;
}
.product__card_L .product__photo {
  width: 102px;
  height: 233px;
}
.product__card_L .product__bubble {
  left: 53px;
}
.product__bubble {
  position: absolute;
  top: -25px;
  left: 70px;
  display: table;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  background-clip: padding-box;
  background-color: #e31d25;
  background-image: -webkit-linear-gradient(bottom left, #e31d25 4.5%, #ef252c 95.5%);
  background-image: linear-gradient(bottom left, #e31d25 4.5%, #ef252c 95.5%);
  z-index: -1;
}
.product__bubble-inner {
  display: table-cell;
  padding-left: 4px;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  font-size: 20px;
  color: #fff;
}
.product__price {
  position: absolute;
  bottom: 30px;
  left: 104px;
  font-size: 30px;
  white-space: nowrap;
}

/* end section 4 */
/* section 5 */
.advantage {
  position: relative;
  margin-bottom: 45px;
  padding: 122px 0 113px;
  background: url(../images/advantage-bg.png) 0 0 repeat;
}
.advantage__h2 {
  margin-bottom: 30px;
  font-size: 48px;
  text-align: center;
}

.present {
  position: relative;
  text-align: center;
}
.present__item {
  display: inline-block;
  width: 350px;
  vertical-align: top;
  font-size: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.present__item_1 {
  margin: 31px 0 0 -30px;
  padding: 33px 20px 0 40px;
  width: 384px;
  height: 159px;
  background: url(../images/present__item-1.png) 0 0 no-repeat;
}
.present__item_2 {
  margin: 11px 0 0 0;
  padding: 53px 38px 0;
  width: 420px;
  height: 189px;
  background: url(../images/present__item-2.png) 0 0 no-repeat;
}
.present__item_3 {
  margin: 0 -30px 24px 0;
  padding: 64px 26px 0;
  width: 326px;
  height: 198px;
  background: url(../images/present__item-3.png) 0 0 no-repeat;
}
.present__item_4 {
  margin: 20px 16px 0 0;
  padding: 32px 42px 0 64px;
  width: 381px;
  height: 173px;
  background: url(../images/present__item-4.png) 0 0 no-repeat;
}
.present__item_5 {
  margin: 10px 0 0 12px;
  padding: 42px 32px 0 40px;
  width: 331px;
  height: 161px;
  background: url(../images/present__item-5.png) 0 0 no-repeat;
}
.present__title {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: bold;
}

/* end section 5 */
/* section 6 */
.example {
  padding: 35px 0 35px;
}
.example__h2 {
  margin: 0 0 46px;
  font-size: 48px;
  text-align: center;
}

/* end section 6 */
/* section 7 */
.question {
  padding: 50px 0 0;
}
.question__h2 {
  margin-bottom: 90px;
  font-size: 48px;
  text-align: center;
}

.spoiler__item {
  margin: 0 0 20px;
  font-size: 18px;
}
.spoiler__title {
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}
.spoiler__link {
  color: #2cacb3;
  text-decoration: none;
  border-bottom: 2px dotted #2cacb3;
}
.spoiler__link:hover {
  color: #979797;
  border-color: #979797;
}
.spoiler__link_active {
  color: #000;
  border-bottom: none;
}
.spoiler__link_active:hover {
  color: #000;
  border-color: #000;
}
.spoiler__body {
  display: none;
  padding: 20px 0;
  color: #4c4c4c;
}

/* end section 7 */
/* section 8 */
.why {
  padding: 90px 0 65px;
}
.why__h2 {
  margin-bottom: 42px;
  font-size: 48px;
  text-align: center;
}
.why .feature__img {
  float: none;
  margin: 0 0 14px;
  text-align: center;
}
.why .feature__descr {
  display: block;
  height: auto;
}
.why .feature__text {
  display: block;
  text-align: center;
}

/* end section 8 */
/* section 9 */
.map {
  position: relative;
}
.map__box {
  position: absolute;
  margin-top: 360px;
  right: 20px;
  width: 540px;
  height: 260px;
  border: 3px solid rgba(173, 173, 173, 0.6);
  background-color: #fff;
  text-align: center;
  z-index: 601;
}
.map__title {
  margin-top: 40px;
  font-size: 24px;
}
.map__address {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
.map__info {
  margin-top: 30px;
  font-size: 18px;
}
.map .tel {
  position: relative;
  display: inline-block;
  margin: 0 0 2px;
  font-size: 30px;
}
.map .tel a {
  text-decoration: none;
  color: #e31e25;
}
.map .tel a i {
  color: #000;
  font-style: normal;
}
.map .tel a b {
  position: relative;
  top: -3px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
}
.map .tel:before {
  content: '';
  position: absolute;
  top: -8px;
  left: -63px;
  width: 54px;
  height: 55px;
  background: url(../images/phone.png) 0 0 no-repeat;
}

#map {
  width: 100%;
  height: 676px;
}

#mapper {
  position: relative;
  height: 676px;
}

/* end section 9 */
/* section 10 */
.last {
  padding: 80px 0;
  font-size: 36px;
  text-align: center;
}
.last .ask {
  color: #2cacb3;
  text-decoration: none;
  border-bottom: 2px dotted #2cacb3;
}

/* end section 10 */
@media screen and (max-width: 1140px) {
  .product__item {
    margin: 0 100px 80px;
  }

  .phone .tel:before {
    content: none;
  }
}
.form {
  position: relative;
}
.form__plate {
  position: relative;
  margin: 0 auto;
  width: 244px;
  background: #fff;
}
.form__title {
  margin: 18px 0;
  text-align: center;
  font: 18px/22px Tahoma,Arial,sans-serif;
}
.form__row {
  position: relative;
  margin: 0 0 30px;
  clear: both;
}
.form__row:before, .form__row:after {
  content: " ";
  display: table;
}
.form__row:after {
  clear: both;
}
.form__row_total {
  text-align: right;
}
.form__fix-center {
  margin: 0 auto;
  width: 314px;
}
.form__tooltip {
  font-size: 14px;
  color: #d2d6dc;
}
.form__tooltip_flag-r {
  position: absolute;
  top: 5px;
  left: 100%;
  margin: 0 0 0 12px;
  width: 100px;
}

textarea:focus, input:focus, button:focus {
  outline: 0;
}

.it,
.btn,
.textarea {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.it, .textarea {
  margin: 0;
  padding: 0 24px;
  width: 100%;
  height: 42px;
  border: 1px solid #eee;
  border-radius: 11px;
  background-clip: padding-box;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 3px rgba(229, 229, 229, 0.35);
}
.it_empty, .textarea_empty {
  border-color: #b65253;
}
.it_l, .textarea_l {
  float: left;
  width: 244px;
}
.it_r, .textarea_r {
  float: right;
  width: 244px;
}

.textarea {
  padding: 24px;
  height: 158px;
}

.lbl_flag-l {
  position: relative;
  display: block;
  float: left;
  left: -182px;
  margin: 8px -168px 8px 0;
  padding: 0;
  width: 168px;
  font-size: 14px;
  line-height: 18px;
}
.lbl i {
  font-style: normal;
  color: #ff0000;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}
